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 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
ABSTAIN - Enum constant in enum class com.atlassian.confluence.impl.security.access.ActionAccessChecker.AccessDecision
Deprecated.
 
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
 
AbstractBlogPostsAction - Class in com.atlassian.confluence.pages.actions
 
AbstractBlogPostsAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
 
AbstractBootstrapApplicationListener<E extends org.springframework.context.ApplicationEvent> - Class in com.atlassian.confluence.setup
 
AbstractBootstrapApplicationListener() - Constructor for class com.atlassian.confluence.setup.AbstractBootstrapApplicationListener
 
AbstractBootstrapHotSwappingFilter - Class in com.atlassian.confluence.util
Abstact filter class which will delegate to a particular filter once the container manager is setup.
AbstractBootstrapHotSwappingFilter() - Constructor for class com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
 
AbstractBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
AbstractBreadcrumb() - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
AbstractBreadcrumb(String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
AbstractBreadcrumb(String, String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
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 extends DefaultBulkOptions,CONTEXT extends BulkExecutionContext> - Class in com.atlassian.confluence.pages.persistence.dao.bulk
 
AbstractBulkPageAction(OPTIONS) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.AbstractBulkPageAction
 
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 extends ContentEntityObject> - Class in com.atlassian.confluence.rss
 
AbstractContentEntityRenderSupport() - Constructor for class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
 
AbstractContentEntityReport - Class in com.atlassian.confluence.mail.reports
 
AbstractContentEntityReport(ContentEntityObject, ChangeDigestReport) - Constructor for class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
 
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
TODO: Document this class / interface here
AbstractCopyPageHierarchyEvent(Object, Page, Page, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractCopyPageHierarchyEvent
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 extends com.atlassian.user.Entity> - Class in com.atlassian.confluence.user.actions
 
AbstractEntityPaginationAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction
 
AbstractEntityPaginationAction(int) - Constructor for class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction
 
AbstractExceptionTolerantMigrator - Class in com.atlassian.confluence.content.render.xhtml.migration
AbstractExceptionTolerantMigrator() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.AbstractExceptionTolerantMigrator
 
AbstractExporterImpl - Class in com.atlassian.confluence.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 extends FieldMappingsProvider> - 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.
AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, no replacement
AbstractHttpClientFactory - Class in com.atlassian.confluence.api.impl.sal
 
AbstractHttpClientFactory(Advisor) - Constructor for class com.atlassian.confluence.api.impl.sal.AbstractHttpClientFactory
 
AbstractHttpFilter - Class in com.atlassian.confluence.servlet
Deprecated.
since 9.3 Only to be used as a compatibility superclass for migration away from AbstractHttpFilter
AbstractHttpFilter() - Constructor for class com.atlassian.confluence.servlet.AbstractHttpFilter
Deprecated.
 
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 extends SubscriptionSpec,M extends IncrementalSyncModel> - 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 extends SubscriptionSpec,T extends IncrementalSyncModel> - 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
 
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 extends IndexTask> - Class in com.atlassian.confluence.internal.search.queue
Abstract base class for IndexTaskQueue implementations that are backed by the journal.
AbstractJournalIndexTaskQueue(JournalService, AnyTypeDao, 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
 
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
 
AbstractLabelsCommand - Class in com.atlassian.confluence.labels.service
Provides basic label methods that should be common to all label commands
AbstractLabelsCommand(User, long, String, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.AbstractLabelsCommand
 
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 extends Exception> - Class in com.atlassian.confluence.license.exception.handler
 
AbstractLicenseExceptionHandler(I18NBean) - Constructor for class com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler
 
AbstractLikeEvent - Class in com.atlassian.confluence.event.events.like
 
AbstractLikeEvent(Object, User, ContentEntityObject) - Constructor for class com.atlassian.confluence.event.events.like.AbstractLikeEvent
 
AbstractLikeEventRenderContextProvider - Class in com.atlassian.confluence.plugins.like.notifications
 
AbstractLikeEventRenderContextProvider(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 extends OperationTrigger> - Class in com.atlassian.confluence.core
 
AbstractOperationContext(AbstractOperationContext.BaseBuilder<?, TRIGGER>) - Constructor for class com.atlassian.confluence.core.AbstractOperationContext
 
AbstractOperationContext.BaseBuilder<T extends AbstractOperationContext.BaseBuilder,TRIGGER extends OperationTrigger> - Class in com.atlassian.confluence.core
 
AbstractPage - Class in com.atlassian.confluence.pages
Parent of the concrete Page and BlogPost classes
AbstractPage() - Constructor for class com.atlassian.confluence.pages.AbstractPage
 
AbstractPageAction - Class in com.atlassian.confluence.pages.actions
 
AbstractPageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPageAction
 
AbstractPageAwareAction - Class in com.atlassian.confluence.pages.actions
Parent class for actions which operate on AbstractPages (pages or blog posts).
AbstractPageAwareAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
AbstractPageDao - Interface in com.atlassian.confluence.pages.persistence.dao
 
AbstractPageDaoInternal - Interface in com.atlassian.confluence.internal.pages.persistence
Dao for Abstract Page.
AbstractPageHierarchyEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
TODO: Document this class / interface here
AbstractPageHierarchyEvent(Object, Page, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractPageHierarchyEvent
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
 
AbstractPageTemplateMigrationUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Base class for upgrade tasks that want to migrate page templates from one format to another.
AbstractPageTemplateMigrationUpgradeTask(SiteMigrator) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AbstractPageTemplateMigrationUpgradeTask
 
AbstractPaginatedListAction<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
 
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 extends Relatable,T extends Relatable> - Class in com.atlassian.confluence.api.model.relations
Relation descriptor, which should be used as a base class for all custom relation descriptors.
AbstractRelationDescriptor(String) - Constructor for class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
 
AbstractRelationDescriptor(String, Class<S>, Class<T>) - Constructor for class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
 
AbstractRemoteChildContentFinder(AbstractRemoteService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
 
AbstractRemoteChildContentService - Class in com.atlassian.confluence.rest.client
ChildContentService implementation that communicates with Confluence remotely.
AbstractRemoteChildContentService(AuthenticatedWebResourceProvider, 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
 
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 extends 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 extends SearchRequest> - Class in com.atlassian.confluence.internal.user
Common fields for a SearchRequest
AbstractSearchRequestBuilder() - Constructor for class com.atlassian.confluence.internal.user.AbstractSearchRequestBuilder
 
AbstractSearchResult - Class in com.atlassian.confluence.search.v2
Abstract base implementation of SearchResult taken from LuceneSearchResult after removing dependency from Lucene classes
AbstractSearchResult() - 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(BandanaManager) - 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=revision&revision=1845799 our static resources are no longer served with the correct Content-Type header.
AbstractStaticResourceAwareFilter() - Constructor for class com.atlassian.confluence.web.filter.AbstractStaticResourceAwareFilter
 
AbstractSynchronyWasDownEvent - Class in com.atlassian.confluence.plugins.synchrony.api.events
 
AbstractTab - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
Shared tab logic.
AbstractTab(HttpContext, I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AbstractTab
 
AbstractTemplatePageAction - Class in com.atlassian.confluence.pages.actions
An abstract action for actions that use page templates.
AbstractTemplatePageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
AbstractTestHarness - Class in com.atlassian.confluence.util.test
Abstract test harness with all the default includes and excludes.
AbstractTestHarness() - Constructor for class com.atlassian.confluence.util.test.AbstractTestHarness
 
AbstractTextFieldQueryMapper<T extends SearchQuery> - 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(BandanaManager) - Constructor for class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
 
AbstractTrashCleanupJobStatusManager(BandanaManager, 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
 
AbstractTrustedApplicationAction - Class in com.atlassian.confluence.admin.actions.trust
Base class for all the trusted application actions.
AbstractTrustedApplicationAction() - Constructor for class com.atlassian.confluence.admin.actions.trust.AbstractTrustedApplicationAction
 
AbstractUnzipper - Class in com.atlassian.confluence.util.zip
 
AbstractUnzipper() - Constructor for class com.atlassian.confluence.util.zip.AbstractUnzipper
 
AbstractUpdateLicenseAction - Class in com.atlassian.confluence.admin.actions
Perform the update of a Confluence license.
AbstractUpdateLicenseAction() - Constructor for class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
AbstractUpgradeManager - Class in com.atlassian.confluence.upgrade
 
AbstractUpgradeManager() - Constructor for class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
AbstractUpgradeTask - Class in com.atlassian.confluence.upgrade
A useful base class for UpgradeTasks.
AbstractUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
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
 
AbstractUserMappingUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Upgrade task to ensure that for all the user names in Confluence a ConfluenceUser object exist.
AbstractUserMappingUpgradeTask(ConfluenceUserDao, BatchOperationManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AbstractUserMappingUpgradeTask
 
AbstractUserProfileAction - Class in com.atlassian.confluence.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 extends IndexTask> - 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(ClusterJoinRequest) - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.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.hazelcast.interceptor.authenticator.DefaultClusterJoinManager
The implementation of this method matches that of DefaultClusterJoinManager.connect(ClusterJoinRequest) but from the other side.
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(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(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.hazelcast.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.pages.actions.beans.FileStorer
Deprecated.
 
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
 
ActionAccessChecker - Class in com.atlassian.confluence.impl.security.access
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0. Use Atlassian annotations instead.
ActionAccessChecker(ConfluenceAccessManager, EventPublisher, CacheFactory) - Constructor for class com.atlassian.confluence.impl.security.access.ActionAccessChecker
Deprecated.
 
ActionAccessChecker.AccessDecision - Enum Class in com.atlassian.confluence.impl.security.access
Deprecated.
 
ActionContext - Class in com.atlassian.confluence.struts.compat
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use ActionContext instead.
ActionContext - Class in com.atlassian.confluence.struts.compat2
Wrapper for ActionContext which ensures compatibility with Struts 6.7, specifically the usage of JavaX APIs rather than Jakarta APIs.
ActionContext(ActionContext) - Constructor for class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
ActionContext(ActionContext) - Constructor for class com.atlassian.confluence.struts.compat2.ActionContext
 
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.
ActionViewData - Annotation Interface in com.atlassian.confluence.xwork
Deprecated.
since 9.3, use ActionViewData instead.
ActionViewDataMappings - Annotation Interface in com.atlassian.confluence.struts.soy
Annotation to mark a method that returns a map of view data.
ActionViewDataMappings - Annotation Interface in com.atlassian.confluence.xwork
Deprecated.
since 9.3, use ActionViewDataMappings instead.
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 in com.atlassian.confluence.activeobjects.exception
Thrown when ActiveObjectsBackupRestoreProvider fails to complete active objects hot restart.
ActiveObjectsRestoreTimeoutException(String, Throwable) - Constructor for exception 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_ELEMENT_MISSING - Enum constant in enum class com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.ComparisonResult
 
actualContext - Variable in class com.atlassian.confluence.struts.compat2.ActionContext
 
adapt(ActionContext) - Static method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
adapt(ActionContext) - Static method in class com.atlassian.confluence.struts.compat2.ActionContext
 
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.admin.actions.trust.EditTrustedApplicationAction
 
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.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(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<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
 
addAllDataSources(Iterable<DataSource>) - Method in class com.atlassian.confluence.core.InputStreamSerializer
 
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
 
addAllowTypesByRegExps(String, Set<String>) - Method in class com.atlassian.confluence.impl.xstream.security.XStreamSecurityConfigurator
 
addAllowTypesByWildcard(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.pages.ReadOnlyAttachment
Deprecated.
 
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
 
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.pages.ReadOnlyAttachment
Deprecated.
 
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.core.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.pages.ReadOnlyAttachment
Deprecated.
 
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
 
addDataSource(DataSource...) - Method in class com.atlassian.confluence.core.InputStreamSerializer
 
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(HttpServletRequest, HttpServletResponse) - Static method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceDownloadUtils
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
 
addDynamicModule(Plugin, Element) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
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
 
addException(SettingsMigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
addExceptionEntities(List<ConfluenceEntityObject>, boolean) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
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, ManyToOneType, 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, ManyToOneType, 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 interface bucket.user.UserAccessor
Deprecated.
Creates a group with the specified name and returns it.
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.DefaultUserAccessor
 
addGroup(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
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>, UserAccessor, String) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
addGuardPermissionToGroups(List<String>, UserAccessor, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Deprecated.
since 7.17
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>, UserAccessor, String) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
addGuardPermissionToUsers(List<String>, UserAccessor, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Deprecated.
since 7.17
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
 
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.pages.ReadOnlyAttachment
Deprecated.
 
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, User, long, String, LabelManager, PermissionManager, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.AddLabelsCommandImpl
 
addLabelsCompletionStage(ContentId, Iterable<Label>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
 
addLabelsCompletionStage(ContentId, Iterable<Label>) - Method in interface com.atlassian.confluence.rest.client.RemoteContentLabelService
Adds the given labels to the specified content
addLabelToLabelable(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 interface com.atlassian.confluence.like.LikeManager
Add a like for the provided user.
addLike(ContentEntityObject, User) - Method in class com.atlassian.confluence.like.DefaultLikeManager
 
addLike(ContentEntityObject, User) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
 
addLike(ContentEntityObject, User) - Method in interface com.atlassian.confluence.like.LikeEntityDao
Add a like on the content entity for the given user.
addLike(ContentEntityObject, User) - Method in interface com.atlassian.confluence.like.LikeManager
Deprecated, for removal: This API element is subject to removal in a future version.
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.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
addListener(CacheEntryListener<K, V>, boolean) - Method in class com.atlassian.cache.hazelcast.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 interface bucket.user.UserAccessor
Deprecated.
 
addMembership(Group, User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Adds the specified user to this group.
addMembership(Group, User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
addMembership(Group, User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
addMembership(String, String) - Method in interface bucket.user.UserAccessor
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 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.DefaultUserAccessor
 
addMembership(String, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
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.pages.ReadOnlyAttachment
Deprecated.
 
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 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.
addPageToFavourites(User, AbstractPage) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
addPageToFavourites(User, AbstractPage) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Deprecated, for removal: This API element is subject to removal in a future version.
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, 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, Object) - Method in class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective
Deprecated.
 
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.pages.ReadOnlyAttachment
Deprecated.
 
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 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 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
 
addPrivateCachingHeaders(HttpServletRequest, HttpServletResponse) - Static method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceDownloadUtils
 
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
 
addProperty(String, String) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
addPublicCachingHeaders(HttpServletRequest, HttpServletResponse) - Static method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceDownloadUtils
 
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.
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, String) - Method in class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
addServlet(Plugin, String, HttpServlet, ServletContext) - 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) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
addSmtpServer(String, String, String, String, String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Add an SMTP mail server.
addSmtpServer(String, String, String, String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
addSmtpServer(String, String, String, String, String, int, String) - Method in class com.atlassian.confluence.test.rpc.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, 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 interface com.atlassian.confluence.userstatus.FavouriteManager
Add a space to a user's favourites by attaching a personal label to the space.
addSpaceToFavourites(User, Space) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
addSpaceToFavourites(User, Space) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Deprecated, for removal: This API element is subject to removal in a future version.
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.
addTenant(Tenant) - Method in class com.atlassian.confluence.tenant.BroadcastingTenantRegistry
Deprecated.
 
addTenant(Tenant) - Method in interface com.atlassian.confluence.tenant.TenantRegistry
Deprecated.
 
addTenant(Tenant) - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
Deprecated.
 
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.
addTrustedApplication(Application, RequestConditions) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
addUncategorizedMigrationException(MigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
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 interface bucket.user.UserAccessor
addUser(String, String, String, String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
addUser(String, String, String, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
addUser(String, String, String, String, String[]) - Method in interface bucket.user.UserAccessor
addUser(String, String, String, String, String[]) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
addUser(String, String, String, String, String[]) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
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_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_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
 
afterMigrationFrom() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
In this implementation, we leave the filesystem as is, and don't remove the attachments that have just been moved to another data store.
afterMigrationFrom() - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
afterMigrationFrom() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, no replacement
afterMigrationFrom() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, no replacement
afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
In this implementation, we leave the filesystem as is, and don't remove the attachments that have just been moved to another data store.
afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
This implementation removes all Attachments and passes the migration tasks onto the AttachmentDataDao
afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
Once a data migration has occurred, remove all records from the table, as they are no longer necessary, and we don't want foreign key violations to occur when removing Attachments.
afterProcessBatch() - Method in class com.atlassian.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.DefaultCacheConfigManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.cache.DefaultCacheSettingsManager
Deprecated.
since 7.12
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.hazelcast.HazelCastOsgiListener
 
afterPropertiesSet() - Method in class com.atlassian.confluence.event.listeners.ThumbnailRemovingListener
 
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.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
afterPropertiesSet() - Method in class com.atlassian.confluence.plugin.dev.DeprecatedPluginModuleListener
 
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.renderer.UserMacroLibrary
 
afterPropertiesSet() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionDarkFeature
 
afterPropertiesSet() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.FastPermissionsEnabler
 
afterPropertiesSet() - Method in class com.atlassian.confluence.server.ApplicationStatusServiceListener
 
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.util.longrunning.DefaultLongRunningTaskManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.util.profiling.ConfluenceUsageInfoInstrumentProvider
 
afterPropertiesSet() - Method in class com.atlassian.confluence.util.profiling.DefaultConfluenceMonitoringController
 
afterPropertiesSet() - Method in class com.atlassian.sal.confluence.license.LicenseUpdateListener
 
afterPropertiesSet() - Method in class com.atlassian.sal.confluence.upgrade.ImportFinishedListener
 
afterScan(OpenApiReader, OpenAPI) - Method in class com.atlassian.confluence.swagger.enricher.ConfluenceEnricher
 
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) - 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
 
AliasedKeyDatabaseDataConverter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
 
AliasedKeyDatabaseDataConverter(ExportableEntityInfo, HibernateMetadataHelper, StatisticsCollector) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AliasedKeyDatabaseDataConverter
 
ALL - Enum constant in enum class com.atlassian.confluence.importexport.impl.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 extends com.atlassian.plugin.ModuleDescriptor<Macro> & MacroMetadataSource> - Class in com.atlassian.confluence.impl.macro.metadata
Caches a map of macro metadata by macro names loaded using the given a macro module descriptor class and a macro module descriptor predicate.
AllMacroMetadataCache(CacheFactory, AllMacroMetadataProvider<T>, EventListenerRegistrar, ApplicationStatusService) - Constructor for class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataCache
 
AllMacroMetadataLoader<T extends com.atlassian.plugin.ModuleDescriptor<Macro> & MacroMetadataSource> - Class in com.atlassian.confluence.impl.macro.metadata
Loads a map of macro metadata by macro names when given a macro module descriptor class and a macro module descriptor predicate.
AllMacroMetadataLoader(PluginAccessor, MacroFallbackParser) - Constructor for class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataLoader
 
AllMacroMetadataProvider<T extends com.atlassian.plugin.ModuleDescriptor<Macro> & MacroMetadataSource> - Interface in com.atlassian.confluence.impl.macro.metadata
Provider that returns a map of macro metadata by macro names when given a macro module descriptor class and a macro module descriptor predicate.
ALLOW_DAILY_BACKUP_KEY - Static variable in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
 
ALLOW_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
 
allowTypes(String[]) - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
allowTypes(String[]) - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStreamInternal
 
allowTypesByRegExp(String[]) - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
allowTypesByRegExp(String[]) - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStreamInternal
 
allowTypesByWildcard(String[]) - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
allowTypesByWildcard(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 in com.atlassian.confluence.cluster
 
AlreadyClusteredException(ClusterInformation) - Constructor for exception com.atlassian.confluence.cluster.AlreadyClusteredException
 
AlreadyExistsException - Exception in com.atlassian.confluence.rpc
Exception thrown when a user tries to create an object that already exists
AlreadyExistsException() - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
 
AlreadyExistsException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
 
AlreadyExistsException(Throwable) - Constructor for exception 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 interface bucket.user.UserAccessor
Deprecated.
 
alterPassword(User, String) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
alterPassword(User, String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
alterPassword(User, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
alterPassword(User, String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
alterPassword(User, String, String) - Method in class com.atlassian.confluence.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.
alwaysMaskEmail(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Masks an email address by replacing '@' with 'at' and '.' with 'dot'.
AlwaysNullMapMergePolicy - Class in com.atlassian.confluence.cluster.hazelcast
Merge policy that takes neither entry, emptying out the keys in the merging map
AlwaysNullMapMergePolicy() - Constructor for class com.atlassian.confluence.cluster.hazelcast.AlwaysNullMapMergePolicy
 
AlwaysTransformMacroBody - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
Condition that specifies that the macro body should always be transformed.
AlwaysTransformMacroBody() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.AlwaysTransformMacroBody
 
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 in com.atlassian.confluence.pages.ancestors
Thrown when there is a problem rebuilding the page ancestor tree.
AncestorRebuildException() - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
AncestorRebuildException(String) - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
AncestorRebuildException(String, Throwable) - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
AncestorRebuildException(Throwable) - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
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<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 extends Annotation> - Class in com.atlassian.confluence.test.util
Template for writing rules which read configuration from a method annotation.
AnnotatedMethodTemplate<A extends Annotation> - 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 {@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.impl.core.persistence
An internal interface for AnyTypeDao
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 extends Container> - 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.
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
 
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, EventListenerRegistrar) - 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) - 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) - 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(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(Object) - Method in class com.atlassian.confluence.event.TypeWhitelist
 
apply(ConfluenceUser) - Method in class com.atlassian.confluence.follow.DefaultFollowManager.UserCanUseConfluencePredicate
Deprecated.
 
apply(Object) - Method in class com.atlassian.confluence.core.persistence.HsqldbPredicate
 
apply(String) - Method in class com.atlassian.confluence.impl.search.v2.UserLookupHelper
 
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 interface com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ImportedObjectPreprocessor
 
apply(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.PersistentDecoratorUpgradePreprocessor
 
apply(ImportedObject) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ImportedObjectV1ToV2Converter
 
apply(SearchResult) - Method in class com.atlassian.confluence.internal.search.contentnames.v2.DefaultSearchResultTransformer
 
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(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(HttpServletResponse) - Method in interface com.atlassian.confluence.web.filter.CachingHeaders
Applies the caching headers to the response.
apply(Statement, Description) - Method in class com.atlassian.confluence.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.pages.ReadOnlyAttachment
Deprecated.
 
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
 
applyDecorator(Page, Decorator, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
Deprecated.
 
ApplyDecoratorDirective - Class in com.atlassian.confluence.impl.sitemesh
An ApplyDecorator directive for Sitemesh.
ApplyDecoratorDirective - Class in com.atlassian.confluence.setup.velocity
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1 replaced by ApplyDecoratorDirective
ApplyDecoratorDirective() - Constructor for class com.atlassian.confluence.impl.sitemesh.ApplyDecoratorDirective
 
ApplyDecoratorDirective() - Constructor for class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective
Deprecated.
 
ApplyDecoratorDirective.DirectiveStack - Class in com.atlassian.confluence.setup.velocity
Deprecated.
 
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
 
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(Criteria, SessionFactory) - Static method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
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.
arrived() - Method in class com.atlassian.confluence.tenant.SystemTenant
Deprecated.
Signal that the system tenant has arrived, typically done after the AtlassianBootstrapManager.setSetupComplete(boolean) has been called.
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.hazelcast.HazelcastClusterEventService
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.
asKey() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
asList() - Method in class com.atlassian.confluence.content.ContentProperties
You shouldn't use this directly, content properties should be managed by the ContentEntityObject.
asLong() - Method in class com.atlassian.confluence.api.model.content.id.ContentId
 
asLong() - Method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
 
asLongTaskId() - Method in class com.atlassian.confluence.util.longrunning.LongRunningTaskId
 
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
 
asPercentage(long, long) - Static method in class com.atlassian.confluence.cache.CacheStatisticsHelper
 
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
 
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
 
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.
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
 
asTenant(Tenant, Callable<T>) - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
Deprecated.
 
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.hazelcast.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.hazelcast.asyncinvalidation.AsyncInvalidationCache
 
AsyncInvalidationCacheFactory - Class in com.atlassian.confluence.cache.hazelcast
Responsible for creating AsyncInvalidationCache instances, as well as managing the scheduled publishing of sequence snapshots and observability events from those caches.
AsyncInvalidationCacheFactory(HazelcastInstance, EventPublisher, SchedulerService, CacheFactory, MeterRegistry, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.cache.hazelcast.AsyncInvalidationCacheFactory
 
AsyncInvalidationCacheFactory.CacheInvalidationOutOfSequenceEvent - Class in com.atlassian.confluence.cache.hazelcast
 
AsyncInvalidationCacheFactory.CacheSequenceSnapshotInconsistentEvent - Class in com.atlassian.confluence.cache.hazelcast
 
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.hazelcast.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.hazelcast.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_HTML_SAFE_ANNOTATION - Static variable in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeAnnotationUtils
Deprecated.
 
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(DirectExternalCache<V>, String, Function<V, V>, Supplier<V>, Duration) - Static method in class com.atlassian.confluence.impl.vcache.VCacheCasUtils
 
atomicReplace(String, Function<V, V>, Supplier<V>, Duration) - Method in interface com.atlassian.confluence.impl.health.DefaultHeartbeatManager.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.setup.struts.ConfluenceStrutsVelocityContext
 
AttachFileAction - Class in com.atlassian.confluence.pages.actions
Upload attachments via a multipart request.
AttachFileAction() - Constructor for class com.atlassian.confluence.pages.actions.AttachFileAction
 
AttachFileHelper - Class in com.atlassian.confluence.util
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, use AttachmentUploadHelper instead.
AttachFileHelper(AtlassianMultiPartRequest, int) - Constructor for class com.atlassian.confluence.util.AttachFileHelper
Deprecated.
 
AttachFileHelper(MultiPartRequestWrapper, int) - Constructor for class com.atlassian.confluence.util.AttachFileHelper
Deprecated.
attachFiles(ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.actions.AttachmentUploadHelper
 
attachFiles(ContentEntityObject) - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentStorer
Deprecated.
 
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_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_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_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.search.ReIndexOption
Attachment only
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_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
 
AttachmentDao.AttachmentMigrator - Interface in com.atlassian.confluence.pages.persistence.dao
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, no replacement
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 in com.atlassian.confluence.pages
This exception should be used when attachment data was found, when it should not have existed.
AttachmentDataExistsException(String) - Constructor for exception com.atlassian.confluence.pages.AttachmentDataExistsException
 
AttachmentDataFile<T extends com.atlassian.dc.filestore.api.FileStore.Path> - 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 in com.atlassian.confluence.pages.persistence.dao.filesystem
 
AttachmentDataFileSystemException(String) - Constructor for exception com.atlassian.confluence.pages.persistence.dao.filesystem.AttachmentDataFileSystemException
 
AttachmentDataFileSystemException(String, Throwable) - Constructor for exception com.atlassian.confluence.pages.persistence.dao.filesystem.AttachmentDataFileSystemException
 
AttachmentDataFileSystemV003 - Interface in com.atlassian.confluence.impl.pages.attachments.filesystem
Deprecated.
AttachmentDataNotFoundException - Exception in com.atlassian.confluence.pages
This exception can be used when no Attachment data was found, but was expected.
AttachmentDataNotFoundException(String) - Constructor for exception com.atlassian.confluence.pages.AttachmentDataNotFoundException
 
AttachmentDataNotFoundException(String, Throwable) - Constructor for exception com.atlassian.confluence.pages.AttachmentDataNotFoundException
 
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 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 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(AnyTypeDao, 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.
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) - 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
 
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.content.service.page.CreateAbstractPageCommandImpl
 
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
 
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, 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, AttachmentDaoInternal, 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) - Constructor for class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageInfo
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.5.7
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.
AttachmentStorer - Class in com.atlassian.confluence.pages.actions.beans
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, use AttachmentUploadHelper instead.
AttachmentStorer(AttachFileHelper) - Constructor for class com.atlassian.confluence.pages.actions.beans.AttachmentStorer
Deprecated.
 
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
 
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) - 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) - 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(AtlassianMultiPartRequest, 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(AtlassianMultiPartRequest) - 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.
AttachmentUploadRequest(MultiPartRequestWrapper) - Constructor for class com.atlassian.confluence.pages.actions.AttachmentUploadRequest
Deprecated.
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.hazelcast.interceptor.authenticator.SharedSecretClusterAuthenticator
 
authenticate(ClusterJoinRequest) - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterAuthenticator
Authenticate the request.
authenticate(String, String) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
authenticate(String, String) - Method in interface bucket.user.UserAccessor
Deprecated.
 
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 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 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
 
authenticate(HttpServletRequest, HttpServletResponse, Principal, String) - Static method in class com.atlassian.confluence.util.SeraphUtils
 
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 extends User,T extends Relatable> - 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 in com.atlassian.confluence.rpc
Exception thrown when a login attempt fails
AuthenticationFailedException() - Constructor for exception com.atlassian.confluence.rpc.AuthenticationFailedException
 
AuthenticationFailedException(String) - Constructor for exception com.atlassian.confluence.rpc.AuthenticationFailedException
 
AuthenticationFailedException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.AuthenticationFailedException
 
AuthenticationFailedException(Throwable) - Constructor for exception 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
 
authenticationSuccess(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.security.trust.seraph.ConfluenceSeraphAuthenticationListener
 
Authenticator - Class in com.atlassian.confluence.util.http
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0
Authenticator() - Constructor for class com.atlassian.confluence.util.http.Authenticator
Deprecated.
 
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
 
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.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.plugin.AutodetectClassPrefixModuleFactory
Deprecated.
 
AutodetectModuleFactoryHolder - Class in com.atlassian.confluence.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.plugin.AutodetectModuleFactoryHolder
Deprecated.
 
AutoLookAndFeelManager - Class in com.atlassian.confluence.plugins.lookandfeel
 
AutoLookAndFeelManager(ColourSchemeManager, SiteLogoManager, BandanaManager, 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
 
available() - Method in class com.atlassian.confluence.util.http.SizeLimitedInputStream
Deprecated.
 
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
 
AwsPropertiesAdapter - Class in com.hazelcast.aws
As AwsProperties enum from Hazelcast has package-level visibility, we can't access it directly.
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 in com.atlassian.confluence.impl.backgroundjob.exception
Is thrown when the background job is not found.
BackgroundJobServiceNotFound(String) - Constructor for exception 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, AttachmentDaoInternal) - 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.importexport.xmlimport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
BackupImporter() - Constructor for class com.atlassian.confluence.importexport.xmlimport.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 in com.atlassian.confluence.backuprestore.exception
General exception class for all exceptions related to backup/restore process.
BackupRestoreException - Exception in com.atlassian.confluence.importexport.plugin
 
BackupRestoreException(String) - Constructor for exception com.atlassian.confluence.backuprestore.exception.BackupRestoreException
 
BackupRestoreException(String) - Constructor for exception com.atlassian.confluence.importexport.plugin.BackupRestoreException
 
BackupRestoreException(String, Throwable) - Constructor for exception com.atlassian.confluence.backuprestore.exception.BackupRestoreException
 
BackupRestoreException(String, Throwable) - Constructor for exception com.atlassian.confluence.importexport.plugin.BackupRestoreException
 
BackupRestoreException(Throwable) - Constructor for exception 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 in com.atlassian.confluence.api.service.exceptions
Thrown when the data in the incoming request is incomplete or otherwise invalid.
BadRequestException() - Constructor for exception com.atlassian.confluence.api.service.exceptions.BadRequestException
 
BadRequestException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.BadRequestException
 
BadRequestException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.BadRequestException
 
BadRequestException(Throwable) - Constructor for exception 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
 
BandanaConfigMigrator - Class in com.atlassian.confluence.util
Migrates Confluence global and space configuration data from the file system into the database Specifically, the confluence-global.bandana.xml file and space config data contained in directories underneath the 'config' folder
BandanaConfigMigrator() - Constructor for class com.atlassian.confluence.util.BandanaConfigMigrator
 
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
 
BandanaGlobalSettingsManager - Class in com.atlassian.confluence.impl.settings
An implementation of GlobalSettingsManager backed by Bandana.
BandanaGlobalSettingsManager(BandanaManager, UpgradedFlag) - Constructor for class com.atlassian.confluence.impl.settings.BandanaGlobalSettingsManager
 
BandanaJournalStateStore - Class in com.atlassian.confluence.impl.journal
Stores journal queue state in bandana.
BandanaJournalStateStore(BandanaPersister, BandanaContext) - Constructor for class com.atlassian.confluence.impl.journal.BandanaJournalStateStore
 
BandanaKeyUniqueConstraintCleaner - Class in com.atlassian.confluence.upgrade.upgradetask
Cleans up the bandana table so that unique and not null constraints can be applied to the context and key columns.
BandanaKeyUniqueConstraintCleaner() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintCleaner
 
BandanaKeyUniqueConstraintUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Alter the Bandana table to make sure the Bandana context and keys have not null and unique constraints on them.
BandanaKeyUniqueConstraintUpgradeTask(AlterTableExecutor, DdlExecutor, BandanaKeyUniqueConstraintCleaner) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintUpgradeTask
 
BandanaLegacyPluginSettingsManager - Class in com.atlassian.confluence.impl.settings
An implementation of LegacyPluginSettingsManager backed by Bandana.
BandanaLegacyPluginSettingsManager(BandanaManager) - Constructor for class com.atlassian.confluence.impl.settings.BandanaLegacyPluginSettingsManager
 
bandanaManager - Variable in class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
 
bandanaManager - Variable in class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
 
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.
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 10.0
BandanaPersisterSupport - Class in com.atlassian.confluence.setup.bandana
 
BandanaPersisterSupport() - Constructor for class com.atlassian.confluence.setup.bandana.BandanaPersisterSupport
 
BandanaPluginStateStore - Class in com.atlassian.confluence.plugin
Stores PluginManagerState using Bandana.
BandanaPluginStateStore() - Constructor for class com.atlassian.confluence.plugin.BandanaPluginStateStore
 
BandanaReIndexJobPersister - Class in com.atlassian.confluence.internal.index.status
A Bandana-powered ReIndexJobPersister.
BandanaReIndexJobPersister(BandanaManager) - Constructor for class com.atlassian.confluence.internal.index.status.BandanaReIndexJobPersister
 
BandanaResource - Class in com.atlassian.confluence.functest.rest.admin
Modifies Bandana storage.
BandanaResource(BandanaManager) - 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.
BandanaSiteDarkFeaturesDao - Class in com.atlassian.confluence.impl.feature
An implementation of SiteDarkFeaturesDao based upon Bandana.
BandanaSiteDarkFeaturesDao(BandanaManager) - Constructor for class com.atlassian.confluence.impl.feature.BandanaSiteDarkFeaturesDao
 
BandanaSpaceSettingsManager - Class in com.atlassian.confluence.impl.settings
An implementation of SpaceSettingsManager backed by Bandana.
BandanaSpaceSettingsManager(BandanaManager, UpgradedFlag) - Constructor for class com.atlassian.confluence.impl.settings.BandanaSpaceSettingsManager
 
BandanaThemeKeyDao - Class in com.atlassian.confluence.impl.themes
An implementation of ThemeKeyDao backed by Bandana.
BandanaThemeKeyDao(BandanaManager) - Constructor for class com.atlassian.confluence.impl.themes.BandanaThemeKeyDao
 
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
 
BandanaUserVerificationTokenDao - Class in com.atlassian.confluence.user.persistence.dao
Stores UserVerificationToken objects in Bandana.
BandanaUserVerificationTokenDao(BandanaManager) - Constructor for class com.atlassian.confluence.user.persistence.dao.BandanaUserVerificationTokenDao
 
BandanaXmlParser - Interface in com.atlassian.confluence.setup.bandana
 
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.
 
BandanaXStreamValueUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Migrates Bandana values stored with XStream 1.1.1 format to XStream 1.4.1 based format.
BandanaXStreamValueUpgradeTask(BandanaManager, SessionFactory, BatchOperationManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.BandanaXStreamValueUpgradeTask
 
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 L&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 extends ContentConvertible> - 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 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 com.atlassian.confluence.content.render.xhtml.migration.BatchException
 
BatchExecutionException - Exception in com.atlassian.confluence.impl.pagination
 
BatchExecutionException(String, Throwable) - Constructor for exception 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 - 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.
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() - Method in class com.hazelcast.instance.impl.EnterpriseNodeExtension
 
BeforeStart - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager.ExternalProcessState
 
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.
BestNameComparator2 - Class in com.atlassian.core.user
Deprecated.
since 8.8 no replacement
BestNameComparator2() - Constructor for class com.atlassian.core.user.BestNameComparator2
Deprecated.
 
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
 
bind() - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
bind() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
bind(ActionContext) - Static method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
bind(ActionContext) - Static method in class com.atlassian.confluence.struts.compat2.ActionContext
 
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
 
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) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
Deprecated.
BlogPostEvent(Object, BlogPost, boolean) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
Deprecated.
since 7.1.0
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) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostInfoViewEvent
Deprecated.
since 6.2.0
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
 
BlogPostResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Restrict BlogPostsForDateDto to a single BlogPost on a date.
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) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
BlogPostUpdateEvent(Object, BlogPost, BlogPost, boolean) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
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
Deprecated.
since 6.2.0
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.user.preferences.dao.UserPreference.PreferenceType
 
BOOLEAN - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
BOOLEAN - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A boolean value.
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 class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, no replacement.
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
 
BootstrapApplicationShutdownListener - Class in com.atlassian.confluence.setup
 
BootstrapApplicationShutdownListener() - Constructor for class com.atlassian.confluence.setup.BootstrapApplicationShutdownListener
 
BootstrapApplicationStartupListener - Class in com.atlassian.confluence.setup
 
BootstrapApplicationStartupListener() - Constructor for class com.atlassian.confluence.setup.BootstrapApplicationStartupListener
 
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
 
BootstrapHazelcastAppConfig - Class in com.atlassian.confluence.impl.hazelcast
Defines beans related to the Hazelcast implementation of the ClusterManager and ClusterLockService.
BootstrapHazelcastAppConfig() - Constructor for class com.atlassian.confluence.impl.hazelcast.BootstrapHazelcastAppConfig
 
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
BootstrapPropertiesProvider - Class in com.atlassian.confluence.setup
Deprecated.
since 7.14 No longer used.
BootstrapPropertiesProvider(BootstrapManager) - Constructor for class com.atlassian.confluence.setup.BootstrapPropertiesProvider
Deprecated.
since 7.12
BootstrapPropertiesProvider(BootstrapManager, FilesystemPath) - Constructor for class com.atlassian.confluence.setup.BootstrapPropertiesProvider
Deprecated.
 
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
 
bootstrapSharedConfiguration(SharedConfigurationMap) - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
Deprecated.
since 5.9
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 in com.atlassian.confluence.setup
 
BootstrapStatusProviderException() - Constructor for exception com.atlassian.confluence.setup.BootstrapStatusProviderException
 
BootstrapStatusProviderException(String) - Constructor for exception com.atlassian.confluence.setup.BootstrapStatusProviderException
 
BootstrapStatusProviderException(String, Throwable) - Constructor for exception com.atlassian.confluence.setup.BootstrapStatusProviderException
 
BootstrapStatusProviderException(Throwable) - Constructor for exception 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 class com.atlassian.confluence.impl.upgrade.upgradetask.SplitJournalUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.internal.index.opensearch.NoopSplitIndexUpgradeTask
 
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.AbstractPageTemplateMigrationUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaTokenCleanupUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaXStreamValueUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DatabaseValidationQueryMigrationUpgradeTask
 
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.DeleteTemporaryAttachmentUploadsUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentPermissionsTriggersUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentPermissionsUpgradeTask
 
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.DenormalisedSpacePermissionsUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DropIncrementalSyncSubscriptionUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAddGroupExternalIdUpgradeTask
 
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.SplitIndexUpgradeTask
 
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
 
BroadcastingTenantRegistry - Class in com.atlassian.confluence.tenant
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
BroadcastingTenantRegistry(TenantRegistry, EventPublisher) - Constructor for class com.atlassian.confluence.tenant.BroadcastingTenantRegistry
Deprecated.
 
BROKEN_HEART - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
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 - package bucket.user
 
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
 
BucketMemoryPropertySet() - Constructor for class bucket.user.propertyset.BucketMemoryPropertySet
 
BucketPropertySet - Class in bucket.user.propertyset
 
BucketPropertySet() - Constructor for class bucket.user.propertyset.BucketPropertySet
 
BucketPropertySetDAO - Class in bucket.user.persistence.dao.hibernate
 
BucketPropertySetDAO() - Constructor for class bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
 
BucketPropertySetItem - Class in bucket.user.propertyset
 
BucketPropertySetItem() - Constructor for class bucket.user.propertyset.BucketPropertySetItem
 
BucketPropertySetItem(String, long, String) - Constructor for class bucket.user.propertyset.BucketPropertySetItem
 
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
 
BUFFER_RESPONSE - Static variable in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
Deprecated.
 
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.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.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.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(boolean) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder
 
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(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.impl.upgrade.upgradetask.SplitJournalUpgradeTask
 
BUILD_NUMBER - Static variable in class com.atlassian.confluence.upgrade.upgradetask.LabelUniqueIndexUpgradeTask
 
BUILD_NUMBER - Static variable in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
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.
buildContextFrom(ConfluenceUser, NotificationData) - Method in class com.atlassian.confluence.user.notifications.WelcomeEmailBuilder
Constructs a NotificationContext for the welcome email with the given notificationData
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.
buildEditGlobalPermissionAdministrator(User) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
buildEditGlobalPermissionAdministrator(User, List<String>, List<String>) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
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.
buildEditSpaceAdministrator(Space, User, List<String>, List<String>) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
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.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(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(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(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(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.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.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(ContentPermissionSet, LimitedRequest, Expansions) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionFactory
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(SendUserInviteEvent, String) - Method in class com.atlassian.confluence.user.notifications.InviteEmailBuilder
 
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, 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) - Method in class com.atlassian.confluence.user.notifications.WelcomeEmailBuilder
Builds NotificationData for a welcome email for the given (new) user.
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(String, User) - Method in class com.atlassian.confluence.user.notifications.SignupEmailBuilder
Builds a signup verification email for the given (new) user.
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
 
buildPatternsList(String, String) - Static method in class com.atlassian.confluence.impl.struts.ConfluenceJakartaMultiPartRequest
 
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.
buildQueryResultsRegion(String, SessionFactoryImplementor) - Method in class com.atlassian.confluence.impl.hibernate.HibernateJvmVCacheRegionFactory
 
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(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(ContentSelector) - Static method in class com.atlassian.confluence.api.model.content.Content
 
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
 
buildTimestampsRegion(String, SessionFactoryImplementor) - Method in class com.atlassian.confluence.impl.hibernate.HibernateJvmVCacheRegionFactory
 
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 extends BulkExecutionContext,TARGET> - Interface in com.atlassian.confluence.impl.hibernate.bulk
This will handle the logic of bulk action
BulkAction.Result<CONTEXT extends BulkExecutionContext,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(K, V) - Method in class com.atlassian.confluence.cache.CacheOperations
 
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_KEY - Static variable in class com.atlassian.confluence.util.DefaultUserChecker
Deprecated.
since 5.10. Don't. Just don't.
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
 
CACHE_NAME_PREFIX - Static variable in interface com.atlassian.confluence.cache.CacheStatisticsManager
 
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.user.crowd
Caches the underlying remote directory base by id.
CacheableDirectoryInstanceLoader(DelegatingDirectoryInstanceLoader, EventListenerRegistrar, CacheFactory) - Constructor for class com.atlassian.confluence.impl.user.crowd.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 com.atlassian.confluence.security.ThreadLocalPermissionsCache#canUseConfluence(User).
CacheCompactionEvent(String, long, int) - Constructor for class com.atlassian.confluence.cache.hazelcast.HazelcastCacheCompactor.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 - Class in com.atlassian.confluence.servlet.rewrite
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
CachedRewriteMatch(String, String, String) - Constructor for class com.atlassian.confluence.impl.webapp.urlrewrite.CachedRewriteMatch
 
CachedRewriteMatch(String, String, String) - Constructor for class com.atlassian.confluence.servlet.rewrite.CachedRewriteMatch
Deprecated.
 
CachedScheduledJobDao - Class in com.atlassian.confluence.schedule.persistence.dao
Provides an implementation for storing data used by the ScheduledJobManager.
CachedScheduledJobDao(CacheFactory, BandanaManager) - Constructor for class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
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.hazelcast.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.hazelcast.AsyncInvalidationCacheFactory.CacheInvalidationOutOfSequenceEvent
 
CacheInvalidator<K> - Interface in com.atlassian.cache.hazelcast.asyncinvalidation
Repreents operations for invalidating some or all entries in a cache.
CacheInvalidatorFactory - Class in com.atlassian.cache.hazelcast.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
 
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
 
CacheOperations<K,V> - Class in com.atlassian.confluence.cache
A cache operation recorder.
CacheOperations() - Constructor for class com.atlassian.confluence.cache.CacheOperations
 
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.hazelcast.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.hazelcast.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
 
CacheStatistics - Interface in com.atlassian.confluence.cache
Deprecated.
since 7.5 Use ManagedCache.getStatistics()
CacheStatisticsCapability - Enum Class in com.atlassian.confluence.cache
Describes optional capabilities as exposed by the Cache Statistics service
CacheStatisticsHelper - Class in com.atlassian.confluence.cache
Provides utility methods useful for classes that implement the CacheStatistics interface.
CacheStatisticsHelper() - Constructor for class com.atlassian.confluence.cache.CacheStatisticsHelper
 
CacheStatisticsManager - Interface in com.atlassian.confluence.cache
Provides information on how effective each managed cache is.
CacheStatisticsMXBean - Interface in com.atlassian.confluence.jmx
Declares JMX attributes for exposing application cache statistics.
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.util.i18n
 
CachingI18NBeanFactory(VCacheFactory, I18NBeanFactory, EventPublisher) - Constructor for class com.atlassian.confluence.util.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
 
calculate(ContentEntityObject) - Method in class com.atlassian.confluence.impl.search.v2.DefaultContentPermissionCalculator
 
calculate(ContentEntityObject) - Method in interface com.atlassian.confluence.search.v2.ContentPermissionCalculator
 
calculateCapacityPercentage(long, long) - Static method in class com.atlassian.confluence.cache.CacheStatisticsHelper
 
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
 
calculateDifference(Group, Group) - Method in class com.atlassian.confluence.impl.user.crowd.audit.NoOpCrowdAuditLogGroupMapper
 
calculateDifference(AuditLogEventType, User, User) - Method in class com.atlassian.confluence.impl.user.crowd.audit.NoOpCrowdAuditLogUserMapper
 
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.
call() - Method in class com.atlassian.confluence.cluster.hazelcast.CollectClusterInvariants
 
call() - Method in class com.atlassian.confluence.cluster.hazelcast.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, 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
 
canAdminister(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canAdminister(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
Deprecated.
canAttachFile(User, 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(User, 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
 
canCreate(User, 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(User, 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
 
canCreateInTarget(User, Class) - Method in interface com.atlassian.confluence.security.PermissionDelegate
canCreatePage(User, Space) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canCreatePersonalSpace(User) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canCreateSpace(User) - 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, 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
 
canEdit(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
Deprecated.
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, T) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canExport(ConfluenceUser, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canExport(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canExport(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
Deprecated.
canFollowUser() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
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
 
canHandle(HttpServletRequest) - Method in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.EventKbArticleClickedHandler
 
canHandle(HttpServletRequest) - Method in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.GeneralKbArticleLinkClickedHandler
 
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.user.crowd.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
 
canMove(User, TARGET, Object, String) - Method in interface com.atlassian.confluence.security.PermissionDelegate
Deprecated.
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 in com.atlassian.confluence.pages.thumbnail
 
CannotGenerateThumbnailException(Attachment) - Constructor for exception com.atlassian.confluence.pages.thumbnail.CannotGenerateThumbnailException
 
cannotHaveInheritedPermissions(ContentEntityObject) - Method in class com.atlassian.confluence.core.DefaultInheritedContentPermissionManager
Check (for speed) whether we should even bother to query for possible inherited permissions.
CannotResolveAttachmentContainerException - Exception 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 com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveAttachmentContainerException
 
CannotResolveResourceIdentifierException - Exception 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 com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveResourceIdentifierException
 
CannotResolveResourceIdentifierException(ResourceIdentifier, String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveResourceIdentifierException
 
CannotUnmarshalEmbeddedResourceException - Exception 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 com.atlassian.confluence.content.render.xhtml.editor.embed.CannotUnmarshalEmbeddedResourceException
 
CannotUnmarshalLinkException - Exception 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 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, 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
 
canRemove(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canRemove(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
Deprecated.
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, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canRemoveHierarchy(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canRemoveHierarchy(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
Deprecated.
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
 
canSetPermission(User, SpacePermission) - Method in interface com.atlassian.confluence.security.SetSpacePermissionChecker
Deprecated, for removal: This API element is subject to removal in a future version.
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, T) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canSetPermissions(ConfluenceUser, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canSetPermissions(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canSetPermissions(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
Deprecated.
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 class com.atlassian.confluence.user.DefaultSignupManager
 
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 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 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, T) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canView(ConfluenceUser, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canView(User) - Method in interface com.atlassian.confluence.security.PermissionDelegate
canView(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canView(User, 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(User, long) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canViewPage(User, 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 in com.atlassian.confluence.tinymceplugin.rest.captcha
Thrown when a Captcha check fails
CaptchaCheckFailedException() - Constructor for exception 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 in com.atlassian.confluence.security.trust
 
CertificateRetrievalException() - Constructor for exception com.atlassian.confluence.security.trust.CertificateRetrievalException
 
CertificateRetrievalException(String) - Constructor for exception com.atlassian.confluence.security.trust.CertificateRetrievalException
 
CertificateRetrievalException(String, Throwable) - Constructor for exception com.atlassian.confluence.security.trust.CertificateRetrievalException
 
CertificateRetrievalException(Throwable) - Constructor for exception 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 - Static variable in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
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
changeBlogPostModificationDate(String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
changeBlogPostModificationDate(String, String, Date) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Change the modification date of a blog post
changeBlogPostModificationDate(String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
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.
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).
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.
checkAgainst(PermissionDelegate, User, Object) - Method in class com.atlassian.confluence.security.Permission
checkBuildNumbers(BuildNumber, BuildNumber, BuildNumber) - Method in class com.atlassian.confluence.setup.BuildNumberChecker
 
checkConfigurationOnStartup() - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
checkConfigurationOnStartup() - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
checkConfigurationOnStartup() - Method in interface com.atlassian.confluence.setup.BootstrapManager
 
checkConfigurationOnStartup() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
checkConfluenceHomeOk() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
Deprecated.
Since 6.6.0, no longer used
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
 
checkJdk14() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
Deprecated.
Since 6.6.0, no longer used
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.
checkOutboundWhitelistForUrl(String) - Method in class com.atlassian.sal.confluence.net.ConfluenceHttpClientTrustedRequestFactory
 
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
 
checkServlet23() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
Deprecated.
Since 6.6.0, no longer used
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.
childPageTitleAlreadyExists(Page, Space) - Method in class com.atlassian.confluence.content.service.page.MovePageCommandHelper
 
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.
cleaner(String) - Static method in class com.atlassian.confluence.cache.TransactionalCacheFactoryCleaner
 
cleanGlobalPermissionManagementIncrementalSync() - 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.
cleanQuietly(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
 
cleanQuietly(String, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner
Deprecated.
cleanQuietly(String, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.XhtmlCleaner
Deprecated.
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.upgrade.upgradetask.BandanaKeyUniqueConstraintCleaner
 
cleanUp() - Method in class com.atlassian.confluence.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
 
cleanupOnShutdown() - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
cleanupOnShutdown() - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
cleanupOnShutdown() - Method in interface com.atlassian.confluence.setup.BootstrapManager
If there's any resource that needs to be cleaned up, do it here.
cleanupOnShutdown() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
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.hazelcast.asyncinvalidation.AsyncReplicationCache
 
clear() - Method in class com.atlassian.confluence.cache.CacheOperations
Clear all recorded cache cachedOperations
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.cache.DeferredOperationsCache
 
clear() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
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.user.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() - 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.struts.compat2.ActionContext
 
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.cache.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
 
clearThreadLocalContext() - Method in class com.atlassian.confluence.api.impl.sal.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(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.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.pages.Attachment
 
clone() - Method in class com.atlassian.confluence.pages.Comment
 
clone() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
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) - Static 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.hazelcast.asyncinvalidation.CacheInvalidatorFactory
CLoses all resources maintained by this object, including deregistration of all topic listeners.
close() - Method in interface com.atlassian.confluence.cache.TransactionalCacheFactoryCleaner.Cleaner
 
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.restore.taskrunners.SpaceImportTaskRunner
 
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.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.http.SizeLimitedInputStream
Deprecated.
 
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 in com.atlassian.confluence.cluster
 
ClusterAlreadyExistsException(String, ClusterJoinConfig) - Constructor for exception 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.hazelcast.interceptor.authenticator
The result of a node trying to authenticate to join the cluster.
ClusterAuthenticationResult(boolean) - Constructor for class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterAuthenticationResult
 
ClusterAuthenticationResult(boolean, String) - Constructor for class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterAuthenticationResult
 
ClusterAuthenticationSecret - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterAuthenticator - Interface in com.atlassian.confluence.impl.cluster.hazelcast.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 in com.atlassian.confluence.cluster
 
ClusterException() - Constructor for exception com.atlassian.confluence.cluster.ClusterException
 
ClusterException(String) - Constructor for exception com.atlassian.confluence.cluster.ClusterException
 
ClusterException(String, Throwable) - Constructor for exception com.atlassian.confluence.cluster.ClusterException
 
ClusterException(Throwable) - Constructor for exception 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.
ClusterIndexSnapshotCreatedEvent(Object, String, String, String, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotCreatedEvent
Deprecated.
since 5.9
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.hazelcast.interceptor.authenticator
Manages the initial establishment of connections between nodes in the cluster
ClusterJoinMode - Enum Class in com.atlassian.confluence.impl.cluster.hazelcast.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.hazelcast.interceptor.authenticator
A request for a cluster join check
ClusterJoinSocketInterceptor - Class in com.atlassian.confluence.impl.cluster.hazelcast.interceptor
A MemberSocketInterceptor which delegates to ClusterJoinManager to verify if a member can join.
ClusterJoinSocketInterceptor() - Constructor for class com.atlassian.confluence.impl.cluster.hazelcast.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(HazelcastConfigurationAccessor, ClassLoader, SynchronizationManager, MeterRegistry, MBeanServer) - Method in class com.atlassian.confluence.impl.hazelcast.BootstrapHazelcastAppConfig
 
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 in com.atlassian.confluence.cluster
 
ClusterNotPermittedException() - Constructor for exception 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 in com.atlassian.confluence.cluster.safety
 
ClusterPanicException() - Constructor for exception 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(BandanaManager) - 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 - 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(BandanaManager) - 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.hazelcast
 
CollectClusterInvariants(String) - Constructor for class com.atlassian.confluence.cluster.hazelcast.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.hazelcast
 
CollectNodeStatus(String) - Constructor for class com.atlassian.confluence.cluster.hazelcast.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
 
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.hazelcast.asyncinvalidation - package com.atlassian.cache.hazelcast.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.trust - package com.atlassian.confluence.admin.actions.trust
 
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.hazelcast - package com.atlassian.confluence.cache.hazelcast
Provides the classes for a Hazelcast implementation to support Confluence clustering, including caching, locks and events.
com.atlassian.confluence.cache.hazelcast.logging - package com.atlassian.confluence.cache.hazelcast.logging
 
com.atlassian.confluence.cache.hazelcast.monitoring - package com.atlassian.confluence.cache.hazelcast.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.hazelcast - package com.atlassian.confluence.cluster.hazelcast
 
com.atlassian.confluence.cluster.hazelcast.monitoring - package com.atlassian.confluence.cluster.hazelcast.monitoring
 
com.atlassian.confluence.cluster.hazelcast.shareddata - package com.atlassian.confluence.cluster.hazelcast.shareddata
 
com.atlassian.confluence.cluster.nonclustered - package com.atlassian.confluence.cluster.nonclustered
Implementations for cluster interfaces when no cluster is present.
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.concurrent - package com.atlassian.confluence.concurrent
 
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.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.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.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.follow.persistence.dao - package com.atlassian.confluence.follow.persistence.dao
 
com.atlassian.confluence.follow.persistence.dao.hibernate - package com.atlassian.confluence.follow.persistence.dao.hibernate
 
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.config - package com.atlassian.confluence.impl.cache.config
 
com.atlassian.confluence.impl.cache.hazelcast - package com.atlassian.confluence.impl.cache.hazelcast
 
com.atlassian.confluence.impl.cache.hazelcast.hibernate - package com.atlassian.confluence.impl.cache.hazelcast.hibernate
 
com.atlassian.confluence.impl.cache.hibernate - package com.atlassian.confluence.impl.cache.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.hazelcast - package com.atlassian.confluence.impl.cluster.hazelcast
 
com.atlassian.confluence.impl.cluster.hazelcast.event - package com.atlassian.confluence.impl.cluster.hazelcast.event
 
com.atlassian.confluence.impl.cluster.hazelcast.interceptor - package com.atlassian.confluence.impl.cluster.hazelcast.interceptor
 
com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator - package com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator
 
com.atlassian.confluence.impl.cluster.lock - package com.atlassian.confluence.impl.cluster.lock
 
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.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.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.hazelcast - package com.atlassian.confluence.impl.hazelcast
 
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.dialect - package com.atlassian.confluence.impl.hibernate.dialect
 
com.atlassian.confluence.impl.hibernate.extras - package com.atlassian.confluence.impl.hibernate.extras
 
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.importexport - package com.atlassian.confluence.impl.importexport
 
com.atlassian.confluence.impl.incrementalsync - package com.atlassian.confluence.impl.incrementalsync
 
com.atlassian.confluence.impl.incrementalsync.dao - package com.atlassian.confluence.impl.incrementalsync.dao
 
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.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 - package com.atlassian.confluence.impl.mail
 
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.notifications - package com.atlassian.confluence.impl.notifications
 
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.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.web.readonly - package com.atlassian.confluence.impl.plugin.web.readonly
 
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.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.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.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.wiring - package com.atlassian.confluence.impl.setup.wiring
 
com.atlassian.confluence.impl.sitemesh - package com.atlassian.confluence.impl.sitemesh
 
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.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.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.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.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.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.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.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.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.usermanagement - package com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement
 
com.atlassian.confluence.internal.api.security - package com.atlassian.confluence.internal.api.security
 
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.opensearch - package com.atlassian.confluence.internal.index.opensearch
 
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.jwt - package com.atlassian.confluence.jwt
 
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.address - package com.atlassian.confluence.mail.address
 
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.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.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.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.rvsync.resources - package com.atlassian.confluence.plugins.restapi.rvsync.resources
 
com.atlassian.confluence.plugins.restapi.rvsync.resources.model - package com.atlassian.confluence.plugins.restapi.rvsync.resources.model
 
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.access.annotations - package com.atlassian.confluence.security.access.annotations
 
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.trust.seraph - package com.atlassian.confluence.security.trust.seraph
 
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.rewrite - package com.atlassian.confluence.servlet.rewrite
 
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.bandana.persistence.dao.hibernate - package com.atlassian.confluence.setup.bandana.persistence.dao.hibernate
 
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.sitemesh - package com.atlassian.confluence.setup.sitemesh
 
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.compat - package com.atlassian.confluence.struts.compat
 
com.atlassian.confluence.struts.compat2 - package com.atlassian.confluence.struts.compat2
 
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.tenant - package com.atlassian.confluence.tenant
 
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.json - package com.atlassian.confluence.ui.rest.json
 
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.http.httpclient - package com.atlassian.confluence.util.http.httpclient
 
com.atlassian.confluence.util.http.trust - package com.atlassian.confluence.util.http.trust
 
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.transaction - package com.atlassian.confluence.util.transaction
 
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.util.zipkin.api - package com.atlassian.confluence.util.zipkin.api
 
com.atlassian.confluence.util.zipkin.impl - package com.atlassian.confluence.util.zipkin.impl
 
com.atlassian.confluence.validation - package com.atlassian.confluence.validation
 
com.atlassian.confluence.vcache - package com.atlassian.confluence.vcache
 
com.atlassian.confluence.velocity - package com.atlassian.confluence.velocity
 
com.atlassian.confluence.velocity.annotations - package com.atlassian.confluence.velocity.annotations
 
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.confluence.xwork - package com.atlassian.confluence.xwork
 
com.atlassian.confluence.xwork.converters - package com.atlassian.confluence.xwork.converters
 
com.atlassian.confluence.xwork.http - package com.atlassian.confluence.xwork.http
 
com.atlassian.core.user - package com.atlassian.core.user
 
com.atlassian.core.user.preferences - package com.atlassian.core.user.preferences
 
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.hibernate.extras - package com.atlassian.hibernate.extras
 
com.atlassian.integrationtest.confluence.api.impl.service.content - package com.atlassian.integrationtest.confluence.api.impl.service.content
 
com.atlassian.integrationtest.confluence.api.service.content - package com.atlassian.integrationtest.confluence.api.service.content
 
com.atlassian.integrationtest.confluence.cache - package com.atlassian.integrationtest.confluence.cache
 
com.atlassian.integrationtest.confluence.rest.serialization.jackson2.enrich - package com.atlassian.integrationtest.confluence.rest.serialization.jackson2.enrich
 
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.message - package com.atlassian.sal.confluence.message
 
com.atlassian.sal.confluence.net - package com.atlassian.sal.confluence.net
 
com.atlassian.sal.confluence.net.util - package com.atlassian.sal.confluence.net.util
 
com.atlassian.sal.confluence.oauth - package com.atlassian.sal.confluence.oauth
 
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.pluginsettings - package com.atlassian.sal.confluence.pluginsettings
 
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.hazelcast.aws - package com.hazelcast.aws
 
com.hazelcast.instance.impl - package com.hazelcast.instance.impl
 
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 extends IncrementalSyncModel> - 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 extends IncrementalSyncModel> - 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 extends IncrementalSyncModel> - Interface in com.atlassian.confluence.internal.api.incrementalsync.model
Common interface for Command creation
CommandFactoryImpl<M extends IncrementalSyncModel> - 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.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
 
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.ehcache.EhCacheCompactor
 
compact() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheCompactor
 
compact() - Method in class com.atlassian.confluence.cache.NoopClusterCacheCompactor
 
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(Object, Object) - Method in class com.atlassian.core.user.BestNameComparator2
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.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.setup.struts
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, use CompositeContext instead.
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.setup.struts.CompositeContext
Deprecated.
 
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(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 extends IndexTask> - 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.
CompositeModuleDescriptorPredicate<T> - Class in com.atlassian.confluence.plugin
Deprecated.
since 7.0.1. Use Predicate.and(Predicate) instead.
CompositeModuleDescriptorPredicate(ModuleDescriptorPredicate<T>...) - Constructor for class com.atlassian.confluence.plugin.CompositeModuleDescriptorPredicate
Deprecated.
 
CompositeModuleDescriptorPredicate(List<ModuleDescriptorPredicate<T>>) - Constructor for class com.atlassian.confluence.plugin.CompositeModuleDescriptorPredicate
Deprecated.
 
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
 
concatentateLabels(Iterable<Label>) - Static method in class com.atlassian.confluence.ui.rest.service.content.LegacyLabelHelper
Deprecated.
 
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
 
ConcurrentBatchIndexerExecutorServiceFactory - Class in com.atlassian.confluence.internal.index
 
ConcurrentBatchIndexerExecutorServiceFactory() - Constructor for class com.atlassian.confluence.internal.index.ConcurrentBatchIndexerExecutorServiceFactory
 
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
 
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_DIRECTORY_NAME - Static variable in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
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
 
ConfigurationMigrationEvent - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.3.0 will be removed in 8.0.
ConfigurationMigrationEvent(Object) - Constructor for class com.atlassian.confluence.importexport.ConfigurationMigrationEvent
Deprecated.
 
configure(ClusterConfig) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
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(Map) - Method in class com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider
Deprecated.
 
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(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.hazelcast.HazelcastUtils
 
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 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 com.atlassian.confluence.api.service.exceptions.ConflictException
 
ConflictException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.ConflictException
 
ConflictException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception 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_IMPORT_USE_LEGACY_IMPORTER - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
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_SERVER_ID - Static variable in class com.atlassian.confluence.core.DatabaseSidManager
 
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_SITEMESH_DECORATOR_ATTRIBUTE - Static variable in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
Deprecated.
 
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
 
ConfluenceAccessInterceptor - Class in com.atlassian.confluence.security.interceptors
Grants or denies the current user access to the action method currently being invoked, depending on which access check annotations are present.
ConfluenceAccessInterceptor() - Constructor for class com.atlassian.confluence.security.interceptors.ConfluenceAccessInterceptor
 
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) - 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 xwork and autowires dependencies before xwork can execute the action.
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
 
ConfluenceAwsMetadataApi - Class in com.hazelcast.aws
As hazelcast includes hazelcast-aws since version 5.0, we no longer include hazelcast-aws in our confluence.
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.
 
ConfluenceBandanaConfigMap - Class in com.atlassian.confluence.setup.bandana
A 'grouping' object to store a collection of BandanaConfig objects in a single XML file.
ConfluenceBandanaConfigMap() - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceBandanaConfigMap
 
ConfluenceBandanaContext - Class in com.atlassian.confluence.setup.bandana
 
ConfluenceBandanaContext() - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
Create a global context
ConfluenceBandanaContext(Space) - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
Create a space context
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.
ConfluenceBandanaPersister - Class in com.atlassian.confluence.setup.bandana
Deprecated.
since 7.12 No replacement.
ConfluenceBandanaPersister() - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
ConfluenceBandanaRecord - Class in com.atlassian.confluence.setup.bandana
Hibernate object used by 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
 
ConfluenceCachingBandanaListener - Class in com.atlassian.confluence.setup.bandana
 
ConfluenceCachingBandanaListener(BandanaPersister) - Constructor for class com.atlassian.confluence.setup.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 - Class in com.atlassian.confluence.util.profiling
Deprecated, for removal: This API element is subject to removal in a future version.
ConfluenceDecoratorSelector(PageDecoratorFactory, DecoratorMapper, DispatcherType, Supplier<Decorator>) - Constructor for class com.atlassian.confluence.impl.sitemesh.ConfluenceDecoratorSelector
 
ConfluenceDecoratorSelector(DecoratorMapper, DispatcherType) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceDecoratorSelector
Deprecated.
 
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(ClusterManager, 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
 
ConfluenceDispatcherErrorHandler - Class in com.atlassian.confluence.impl.struts
Temporary override to provide cross-compatibility with Servlet API 4.0 and 6.0.
ConfluenceDispatcherErrorHandler() - Constructor for class com.atlassian.confluence.impl.struts.ConfluenceDispatcherErrorHandler
 
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
Seraph needs the default constructor
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
 
ConfluenceEventDispatcher(EventExecutorFactory, AsynchronousEventResolver, ThreadLocalContextManager<C>, VCacheRequestContextOperations) - Constructor for class com.atlassian.confluence.event.ConfluenceEventDispatcher
Deprecated.
since 8.0
ConfluenceEventPropagatingException - Exception in com.atlassian.confluence.event.events.exception
A class of RuntimeException that will be propagated through the event system.
ConfluenceEventPropagatingException() - Constructor for exception com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
 
ConfluenceEventPropagatingException(String) - Constructor for exception com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
 
ConfluenceEventPropagatingException(String, Throwable) - Constructor for exception com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
 
ConfluenceEventPropagatingException(Throwable) - Constructor for exception 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 in com.atlassian.confluence.core
For when we want a generic checked exception
ConfluenceException(String) - Constructor for exception com.atlassian.confluence.core.ConfluenceException
 
ConfluenceException(String, Throwable) - Constructor for exception 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
 
ConfluenceHazelcastCacheManager - Class in com.atlassian.confluence.cache.hazelcast
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.4 Replaced by HibernateManagedCacheAwareCacheManager
ConfluenceHazelcastCacheManager - Class in com.atlassian.confluence.impl.cache.hazelcast
A subclass of HazelcastCacheManager which overrides the creation of certain cache types.
ConfluenceHazelcastCacheManager(HazelcastCacheManagerFactory, HibernateManagedRegionCacheLookup) - Constructor for class com.atlassian.confluence.cache.hazelcast.ConfluenceHazelcastCacheManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.4
ConfluenceHazelcastCacheManager(HazelcastCacheManagerFactory, HibernateManagedCacheSupplier) - Constructor for class com.atlassian.confluence.cache.hazelcast.ConfluenceHazelcastCacheManager
Deprecated.
 
ConfluenceHazelcastCacheManager(ConfluenceMonitoring, HazelcastCacheManagerFactory, CacheOperationsWhitelistService, HibernateManagedRegionCacheLookup) - Constructor for class com.atlassian.confluence.cache.hazelcast.ConfluenceHazelcastCacheManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.3
ConfluenceHazelcastCacheManager(HazelcastInstance, CacheFactory, CacheSettingsDefaultsProvider, AsyncInvalidationCacheFactory) - Constructor for class com.atlassian.confluence.impl.cache.hazelcast.ConfluenceHazelcastCacheManager
 
ConfluenceHazelcastLocalCacheRegionFactory - Class in com.atlassian.confluence.impl.cache.hazelcast.hibernate
Factory for region caches.
ConfluenceHazelcastLocalCacheRegionFactory(Supplier<HazelcastInstance>, CacheSettingsDefaultsProvider, LocalRegionCacheMaxSizeAdjuster) - Constructor for class com.atlassian.confluence.impl.cache.hazelcast.hibernate.ConfluenceHazelcastLocalCacheRegionFactory
 
ConfluenceHazelcastLocalCacheRegionFactory.DynamicEvictionConfig - Class in com.atlassian.confluence.impl.cache.hazelcast.hibernate
 
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.sal.confluence.message
Confluence implementation of HelpPathResolver.
ConfluenceHelpPathResolver(DocumentationBeanFactory) - Constructor for class com.atlassian.sal.confluence.message.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 extends ConfluenceEntityObject> - 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.plugin
Host container that uses Spring to instantiate objects.
ConfluenceHostContainer() - Constructor for class com.atlassian.confluence.plugin.ConfluenceHostContainer
 
ConfluenceHtmlAnnotationEscaper - Class in com.atlassian.confluence.velocity.htmlsafe
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.5, for removal in 10.0 alongside HtmlSafe. Use HtmlAnnotationEscaper instead.
ConfluenceHtmlAnnotationEscaper() - Constructor for class com.atlassian.confluence.velocity.htmlsafe.ConfluenceHtmlAnnotationEscaper
Deprecated.
 
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, BandanaManager) - Constructor for class com.atlassian.confluence.api.impl.sal.ConfluenceHttpClientRequestFactory
 
ConfluenceHttpClientTrustedRequestFactory - Class in com.atlassian.sal.confluence.net
A trusted request factory that respects timeouts similarly to ConfluenceHttpClientRequestFactory
ConfluenceHttpClientTrustedRequestFactory(GlobalSettingsManager, HttpClientTrustedRequestFactory, BandanaManager) - Constructor for class com.atlassian.sal.confluence.net.ConfluenceHttpClientTrustedRequestFactory
 
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.sal.confluence.message
 
ConfluenceI18nResolver(I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.sal.confluence.message.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, EventPublisher, 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, BandanaManager, 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
 
ConfluenceLdapDirectoryClearingClusterEvent - Class in com.atlassian.confluence.user.crowd
An event used to broadcast LDAP directory updates to all the nodes in confluence cluster.
ConfluenceLdapDirectoryClearingClusterEvent(Object, long) - Constructor for class com.atlassian.confluence.user.crowd.ConfluenceLdapDirectoryClearingClusterEvent
 
ConfluenceLdapDirectoryClearingClusterEventPublisher - Class in com.atlassian.confluence.user.crowd
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.user.crowd.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 in com.atlassian.confluence.license.exception
 
ConfluenceLicenseValidationException(String, ConfluenceLicense) - Constructor for exception 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.sal.confluence.message
 
ConfluenceLocaleResolver(LanguageManager, LocaleManager) - Constructor for class com.atlassian.sal.confluence.message.ConfluenceLocaleResolver
 
ConfluenceLocaleResolver(LocaleManager, UserAccessor, LanguageManager) - Constructor for class com.atlassian.sal.confluence.message.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.
ConfluenceLoggingConfigurationListener() - Constructor for class com.atlassian.confluence.logging.ConfluenceLoggingConfigurationListener
Deprecated.
since 8.7
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
 
ConfluenceMailAddress - Class in com.atlassian.confluence.mail.address
Deprecated.
since 7.6.0, this is used by mail-archiving only, we should consider moving it there
ConfluenceMailAddress(ConfluenceMailAddress) - Constructor for class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
ConfluenceMailAddress(String) - Constructor for class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
ConfluenceMailAddress(Address) - Constructor for class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
ConfluenceMailAddress(InternetAddress) - Constructor for class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
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.hazelcast.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.hazelcast.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
 
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
 
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.hazelcast
In a case of OOM error, default OutOfMemoryHandler shuts down Hazelcast instance and uregisters all hazelcast servers.
ConfluenceOutOfMemoryHandler() - Constructor for class com.atlassian.confluence.cluster.hazelcast.ConfluenceOutOfMemoryHandler
 
ConfluencePageDecoratorFactory - Class in com.atlassian.confluence.impl.sitemesh
 
ConfluencePageDecoratorFactory(VelocityManagerInterface) - 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.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.plugin.ConfluencePluginManager
 
ConfluencePluginManager(PluginRegistry.ReadWrite, PluginAccessor, PluginPersistentStateStore, List<Object>, ModuleDescriptorFactory, PluginEventManager, List<String>, EventPublisher, PluginInstaller, SafeModeManager) - Constructor for class com.atlassian.confluence.plugin.ConfluencePluginManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
ConfluencePluginSettings - Class in com.atlassian.sal.confluence.pluginsettings
 
ConfluencePluginSettings(BandanaManager, ConfluenceBandanaContext) - Constructor for class com.atlassian.sal.confluence.pluginsettings.ConfluencePluginSettings
 
ConfluencePluginSettingsFactory - Class in com.atlassian.sal.confluence.pluginsettings
 
ConfluencePluginSettingsFactory(BandanaManager, TransactionalHostContextAccessor, CacheFactory) - Constructor for class com.atlassian.sal.confluence.pluginsettings.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, for removal in 10.0. Please use one of the linked alternatives instead.
ConfluenceRecoveryModeAwareDirectoryManager - Class in com.atlassian.confluence.user.crowd
 
ConfluenceRecoveryModeAwareDirectoryManager(DirectoryDao, ApplicationDAO, MultiEventPublisher, PermissionManager, DirectoryInstanceLoader, DirectorySynchroniser, DirectoryPollerManager, ClusterLockService, SynchronisationStatusManager, BeforeGroupRemoval, RecoveryModeService, LDAPPropertiesHelper, LdapConnectionPropertiesDiffResultMapper) - Constructor for class com.atlassian.confluence.user.crowd.ConfluenceRecoveryModeAwareDirectoryManager
 
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 extends com.atlassian.renderer.v2.components.RendererComponent> - 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 - Class in com.atlassian.confluence.servlet.rewrite
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
ConfluenceResourceDownloadRewriteRule() - Constructor for class com.atlassian.confluence.impl.webapp.urlrewrite.ConfluenceResourceDownloadRewriteRule
 
ConfluenceResourceDownloadRewriteRule() - Constructor for class com.atlassian.confluence.servlet.rewrite.ConfluenceResourceDownloadRewriteRule
Deprecated.
 
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
 
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
 
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.confluence.security.trust.seraph
Confluence specific SeraphAuthenticationListener that converts principals to ConfluenceUserPrincipal.
ConfluenceSeraphAuthenticationListener - Class in com.atlassian.sal.confluence.oauth.seraph
Confluence specific SeraphAuthenticationListener that converts principals to ConfluenceUserPrincipal.
ConfluenceSeraphAuthenticationListener() - Constructor for class com.atlassian.confluence.security.trust.seraph.ConfluenceSeraphAuthenticationListener
 
ConfluenceSeraphAuthenticationListener(EventPublisher, LoginManager, HttpContext) - Constructor for class com.atlassian.sal.confluence.oauth.seraph.ConfluenceSeraphAuthenticationListener
 
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.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.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.
ConfluenceSitemeshDecorator - Class in com.atlassian.confluence.util.profiling
Deprecated, for removal: This API element is subject to removal in a future version.
ConfluenceSitemeshDecorator.ErrorHandlingStrategy - Interface in com.atlassian.confluence.util.profiling
Deprecated.
 
ConfluenceSitemeshErrorDecorator - Class in com.atlassian.confluence.impl.sitemesh
Just like ConfluenceSitemeshDecorator, but specifically for rendering the decorator for errors.
ConfluenceSitemeshErrorDecorator - Class in com.atlassian.confluence.util.profiling
Deprecated, for removal: This API element is subject to removal in a future version.
ConfluenceSitemeshNoDecorator - Class in com.atlassian.confluence.impl.sitemesh
This class will use Confluence default charset for PrintWriter.
ConfluenceSitemeshNoDecorator - Class in com.atlassian.confluence.util.profiling
Deprecated, for removal: This API element is subject to removal in a future version.
ConfluenceSitemeshNoDecorator() - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceSitemeshNoDecorator
Deprecated.
 
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 - Class in com.atlassian.confluence.setup.sitemesh
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1
ConfluenceSpaceDecoratorMapper(ThemeManager, VelocityManagerInterface) - Constructor for class com.atlassian.confluence.impl.sitemesh.ConfluenceSpaceDecoratorMapper
 
ConfluenceSpaceDecoratorMapper(ThemeManager, VelocityManagerInterface) - Constructor for class com.atlassian.confluence.setup.sitemesh.ConfluenceSpaceDecoratorMapper
Deprecated.
 
ConfluenceSpringHostContextAccessor - Class in com.atlassian.confluence.spring.transaction.interceptor
 
ConfluenceSpringHostContextAccessor(PlatformTransactionManager) - Constructor for class com.atlassian.confluence.spring.transaction.interceptor.ConfluenceSpringHostContextAccessor
 
ConfluenceSpringHostContextAccessor(PlatformTransactionManager, VCacheRequestContextOperations) - Constructor for class com.atlassian.confluence.spring.transaction.interceptor.ConfluenceSpringHostContextAccessor
Deprecated.
since 8.0
ConfluenceSpringLdapPoolClearingClusterMessageListener - Class in com.atlassian.confluence.user.crowd
Listener responsible for handling event ConfluenceLdapDirectoryClearingClusterEvent about LDAP directory updates in cluster.
ConfluenceSpringLdapPoolClearingClusterMessageListener(SpringLdapPooledContextSourceProvider) - Constructor for class com.atlassian.confluence.user.crowd.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.
ConfluenceStartAnalyticsEventPublisher(EventPublisher, TenantRegistry, ConfluenceStartAnalyticsEventFactory, Executor) - Constructor for class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventPublisher
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
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
 
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
ConfluenceThreadLocalContextManager - Class in com.atlassian.confluence.api.impl.sal
Manages all thread local state for Confluence
ConfluenceThreadLocalContextManager(Tracing) - Constructor for class com.atlassian.confluence.api.impl.sal.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
 
ConfluenceTimeZoneManager(ConfluenceUserResolver, UserPreferencesAccessor, GlobalSettingsManager, TenantRegistry) - Constructor for class com.atlassian.confluence.api.impl.sal.timezone.ConfluenceTimeZoneManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
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
 
ConfluenceTrustedApplicationsFilter - Class in com.atlassian.confluence.security.trust.seraph
Integration of Seraph's trusted application filter with Confluence's trusted applications manager
ConfluenceTrustedApplicationsFilter() - Constructor for class com.atlassian.confluence.security.trust.seraph.ConfluenceTrustedApplicationsFilter
 
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.
ConfluenceUsageInfoInstrumentProvider(EventPublisher, TenantAccessor, SystemInformationService, CacheManager, ConfluenceInstrumentRegistry) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceUsageInfoInstrumentProvider
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
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.
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.
 
ConfluenceUserPreferences - Class in com.atlassian.confluence.user
Provides strongly-typed accessors for Confluence user preferences.
ConfluenceUserPreferences() - Constructor for class com.atlassian.confluence.user.ConfluenceUserPreferences
ConfluenceUserPreferences(PropertySet) - Constructor for class com.atlassian.confluence.user.ConfluenceUserPreferences
ConfluenceUserPreferences.PreferenceException - Exception in com.atlassian.confluence.user
 
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 UserAccessor.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
 
ConfluenceVelocityCacheConfigurator(VCacheFactory) - Constructor for class com.atlassian.confluence.util.velocity.ConfluenceVelocityCacheConfigurator
Deprecated.
since 7.20
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.
ConfluenceVelocityResourceCache(VCacheFactory) - Constructor for class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
Deprecated.
since 7.20
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, SettingsManager, Counter, LocaleManager, ContextPathHolder, I18NBeanFactory, Supplier<CDNStrategy>, PluginEventManager, 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.
ConfluenceXWorkTransactionInterceptor - Class in com.atlassian.confluence.setup.struts
An interceptor that wraps the action execution in a single Hibernate transaction.
ConfluenceXWorkTransactionInterceptor() - Constructor for class com.atlassian.confluence.setup.struts.ConfluenceXWorkTransactionInterceptor
 
connect(ClusterJoinRequest) - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinManager
Attempt to join an existing cluster
connect(ClusterJoinRequest) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.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.hazelcast.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
 
ConnectionDao - Interface in com.atlassian.confluence.follow.persistence.dao
DAO for connections between followers and followees.
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
 
constraintsExists(HibernateConfig, SessionFactory, Map<String, Pair<String, List<String>>>) - Static method in class com.atlassian.confluence.upgrade.impl.HibernateCheckConstraint
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 extends ContentEntityObject> - 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.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
 
containsAnnotationOfType(Collection<Annotation>, Class<? extends Annotation>) - Static method in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeAnnotationUtils
Deprecated.
Detects whether a collection contains an annotation of a particular type
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(K) - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
containsKey(K) - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
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.hazelcast.asyncinvalidation.AsyncReplicationCache
 
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.
containsPathTraversal(String) - Static method in class com.atlassian.confluence.util.FilesystemUtils
Checks if the given string contains any of the forbidden path traversal patterns.
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
 
containsValueStack(Map<String, Object>) - Static method in class com.atlassian.confluence.struts.compat2.ActionContext
 
content - Variable in class com.atlassian.confluence.pages.actions.beans.FileStorer
Deprecated.
 
content() - Method in interface com.atlassian.confluence.api.nav.Navigation.SpaceNav
 
content(Reference<Content>) - Method in class com.atlassian.confluence.api.model.content.ContentBody.ContentBodyBuilder
 
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.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(Long, Option<SpaceSummary>, ContentType, String, String, Option<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 - Static variable in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
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_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.search.ReIndexOption
All content except those others specifically listed below - e.g.
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_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(SessionFactory, 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) - 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) - 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 extends ContentEntityObject> - 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) - 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
Deprecated.
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.PageFetcher
 
ContentFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
 
ContentFactory(ContentBodyFactory, SpaceFactory, ContentMetadataFactory, VersionFactory, HistoryFactory, ChildContentFactory, ContentExtensionsFactory, OperationService, ContentRestrictionService, NavigationService) - 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
 
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) - 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, AnyTypeDao, 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, Option<SpaceSummary>, ContentType, String, String) - Constructor for class com.atlassian.confluence.legacyapi.model.content.ContentLink
Deprecated.
 
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>) - 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) - 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) - 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(EventPublisher, 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>, EventPublisher, 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 in com.atlassian.confluence.content.render.xhtml.migration.exceptions
Exception during migration of content.
ContentMigrationException(ContentEntityObject, Throwable) - Constructor for exception 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
<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
 
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) - 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) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentPermissionChangeCommand
 
contentPermissionDao - Variable in class com.atlassian.confluence.core.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.content.service.page.CreateAbstractPageCommandImpl
 
contentPermissionManager - Variable in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
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 - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
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) - 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) - 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) - 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
 
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.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.
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<SubscriptionEventType>) - 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 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 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.core.PluginDataSourceFactory.ResourceView
 
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 extends ContentConvertible> - 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 extends ConfluenceEntityObject> - 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) - 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) - 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.importexport.Exporter
Deprecated.
 
context - Variable in class com.atlassian.confluence.importexport.Importer
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.content.service.page.CreateAbstractPageCommandImpl
 
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.
convertAndEnrich(Object, SchemaType) - Method in class com.atlassian.integrationtest.confluence.rest.serialization.jackson2.enrich.MockRestEntityEnrichmentManager
 
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(CustomType, String) - 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.
ConvertedPath(String, VelocityEngineResolver) - Constructor for class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
Deprecated.
since 4.3. The resolver parameter is no longer necessary. We prefer to construct ConvertedPath by simply appending query parameters rather than rendering Velocity
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
 
convertMarkupToXhtml(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
convertMarkupToXhtml(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Render a page as XHTML.
convertMarkupToXhtml(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
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
 
convertStringToEnumList(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(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(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 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(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.ReadOnlyAttachment
Deprecated.
 
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.AliasedKeyDatabaseDataConverter
 
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
 
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.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(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
 
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.
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
 
convertXhtmlToMarkup(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
convertXhtmlToMarkup(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Convert XHTML to WikiMarkup.
convertXhtmlToMarkup(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
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
 
CookieUtil() - Constructor for class com.atlassian.confluence.util.CookieUtil
 
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.pages.ReadOnlyAttachment
Deprecated.
 
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(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(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(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 - 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
 
copyAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
copyAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
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) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
copyAttachments(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
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
 
copyAttachments(ContentEntityObject, ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
copyAttachments(ContentEntityObject, ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
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.core.DefaultContentPermissionManager
 
copyContentPermissions(AbstractPage, AbstractPage) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
copyContentPermissions(AbstractPage, AbstractPage) - Method in class com.atlassian.confluence.core.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
copyLatestVersion() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
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) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.CopyPageHierarchyFinishEvent
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) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.CopyPageHierarchyStartEvent
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
 
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
 
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
 
countAttachmentsBySpaceAndStatuses(Space, List<ContentStatus>) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
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
 
countAttachmentsByStatuses(List<ContentStatus>) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
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.pages.DraftManager
 
countDrafts(String) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
countDrafts(String) - Method in interface com.atlassian.confluence.pages.DraftManager
Deprecated, for removal: This API element is subject to removal in a future version.
countDrafts(String) - Method in interface com.atlassian.confluence.pages.persistence.dao.DraftDao
 
countDrafts(String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
countDrafts(String) - Method in class com.atlassian.confluence.pages.persistence.dao.SessionDraftDao
 
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 class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
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
 
countLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
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 class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
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
 
countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject, Date) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
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 class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
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
 
countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
countLicenseConsumingUsers() - Method in class com.atlassian.confluence.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.like.DefaultLikeManager
 
countLikes(Searchable) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
 
countLikes(Searchable) - Method in interface com.atlassian.confluence.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.like.DefaultLikeManager
 
countLikes(Collection<? extends Searchable>) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
 
countLikes(Collection<? extends Searchable>) - Method in interface com.atlassian.confluence.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.persistence.dao.CachingConfluenceUserDao
 
countUnsyncedUsers() - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
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 interface com.atlassian.confluence.setup.bandana.persistence.dao.ConfluenceBandanaRecordDao
Count entry in DB which have particular key.
countWithKey(String) - Method in class com.atlassian.confluence.setup.bandana.persistence.dao.hibernate.HibernateConfluenceBandanaRecordDao
 
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(ClusteredJob) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
create(ExternalProcessSettings) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.NonIdlingExternalProcessFactory
 
create(E, RelationDescriptor) - Static method in class com.atlassian.confluence.dmz.relations.query.RelationQuery
 
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(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.DefaultHeartbeatManager.DataStore
 
create(Cache<K, V>, CacheLoader<K, V>) - Static method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
create(CacheFactory) - Static method in interface com.atlassian.confluence.impl.health.DefaultHeartbeatManager.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(JsonContentProperty) - Method in class com.atlassian.integrationtest.confluence.api.service.content.MockContentPropertyService
 
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) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
 
create(AttachmentDataStorageLocationResolver, DeferredFileDeletionQueue) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
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(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(PluginDirectoryProvider, PluginDataDao, TenantRegistry, List<PluginFactory>, PluginEventManager, TransactionalHostContextAccessor) - Static method in class com.atlassian.confluence.plugin.DatabaseClassLoadingPluginLoader
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
create(PluginDirectoryProvider, PluginDataDao, List<PluginFactory>, PluginEventManager, TransactionalHostContextAccessor) - Static method in class com.atlassian.confluence.plugin.DatabaseClassLoadingPluginLoader
 
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.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(AsynchronousEventResolver, HibernateConfig) - Static method in class com.atlassian.confluence.event.SynchronousEventFilter
 
create(MailServer) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
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.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(DirectExternalCache<V>) - Static method in interface com.atlassian.confluence.impl.health.DefaultHeartbeatManager.DataStore
 
create(VCacheFactory) - Static method in interface com.atlassian.confluence.impl.health.DefaultHeartbeatManager.DataStore
 
create(HazelcastInstance, Function<String, String>, Observability) - Static method in class com.atlassian.cache.hazelcast.asyncinvalidation.CacheInvalidatorFactory
 
create(File) - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4Reporter.OutputStreamWriterFactory
 
create(Class<T>) - Method in class com.atlassian.confluence.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, DraftService.DraftType, String) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
create(String, DraftService.DraftType, String) - Method in interface com.atlassian.confluence.pages.DraftManager
Deprecated, for removal: This API element is subject to removal in a future version.
create(String, DraftService.DraftType, String, long) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
create(String, DraftService.DraftType, String, long) - Method in interface com.atlassian.confluence.pages.DraftManager
Deprecated, for removal: This API element is subject to removal in a future version.
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.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
 
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, AttachmentManager, NotificationManager, EventPublisher, ContentPermissionProvider, CreateContextProvider, ContentEntityObject, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
Deprecated.
since 5.10
CreateAbstractPageCommandImpl(PageManager, ContentPermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, ContentPermissionProvider, CreateContextProvider, AbstractPage, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
CreateAbstractPageCommandImpl(PageManager, ContentPermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, ContentPermissionProvider, CreateContextProvider, Draft, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
Deprecated.
since 5.10
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
createAliasedKeySiteExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a site backup exporter for AliasedKey objects.
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.
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.hazelcast.ConfluenceHazelcastCacheManager
Instead of creating a HazelcastAsyncHybridCache 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, AttachmentManager, NotificationManager, EventPublisher, BlogPostProvider, ContentPermissionProvider, CreateContextProvider, ContentEntityObject, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
Deprecated.
since 5.10
CreateBlogPostCommandImpl(PageManager, SpacePermissionManager, ContentPermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, BlogPostProvider, ContentPermissionProvider, CreateContextProvider, BlogPost, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
 
CreateBlogPostCommandImpl(PageManager, SpacePermissionManager, ContentPermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, BlogPostProvider, ContentPermissionProvider, CreateContextProvider, Draft, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
Deprecated.
since 5.10
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
createCacheInvalidator(Cache<K, ?>, ManagedCache) - Method in class com.atlassian.cache.hazelcast.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.hazelcast.asyncinvalidation.CacheInvalidatorFactory
 
createCaptchaSettingsHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createChangeIndexConnection() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneConnectionFactory
 
createChangeTasks(JournalEntryType, Function<JournalEntry, ConfluenceIndexTask>) - Method in class com.atlassian.confluence.impl.upgrade.upgradetask.SplitJournalUpgradeTask
Create tasks to be written to the change index for all tasks that were previously writing both change and content documents
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) - Constructor for class com.atlassian.confluence.content.service.comment.CreateCommentCommandImpl
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
 
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(VelocityManagerInterface, 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
 
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
 
createdContent - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
Will content the content created after executeInternal has successfully completed.
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 class com.atlassian.confluence.plugin.services.DefaultVelocityHelperService
Deprecated.
 
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.hazelcast.ConfluenceHazelcastCacheManager
 
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
 
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
 
createFlowRequest(HttpSession, ClientConfiguration, Function<String, String>) - Method in interface com.atlassian.confluence.dmz.FlowRequestService
 
createFlowRequest(HttpSession, String, String, Function<String, String>) - Method in interface com.atlassian.confluence.dmz.FlowRequestService
 
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
 
createForPlugin(String) - Method in interface com.atlassian.confluence.core.DataSourceFactory
Create a factory for a specific plugin.
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 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.
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.sal.confluence.pluginsettings.ConfluencePluginSettingsFactory
 
createGroup(String) - Method in interface bucket.user.UserAccessor
Deprecated.
 
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 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.DefaultUserAccessor
Adds a group with the specified name.
createGroup(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
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(BackupRestoreJob, JobSource, Collection<ExportableEntityInfo>, OnObjectsProcessingHandler) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.IdMapperFactory
 
createImportedObjectsDispatcher(BackupRestoreJob, JobSource, Optional<Set<String>>, String, ParallelTasksExecutor, HibernateMetadataHelper, OnObjectsProcessingHandler, Boolean) - Method in class com.atlassian.confluence.impl.backuprestore.restore.ImportedObjectsDispatcherFactory
 
createImportTaskRunner(BackupRestoreJob, BackupRestoreSettings, HiLoGeneratorInitialiserOnSiteRestore) - 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 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.hazelcast.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.hazelcast.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
 
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.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(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
 
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, AttachmentManager, NotificationManager, EventPublisher, PageProvider, ContentPermissionProvider, CreateContextProvider, ContentEntityObject, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreatePageCommandImpl
Deprecated.
since 5.10
CreatePageCommandImpl(PageManager, PermissionManager, ContentPermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, PageProvider, ContentPermissionProvider, CreateContextProvider, Draft, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreatePageCommandImpl
Deprecated.
since 5.10
CreatePageCommandImpl(PageManager, PermissionManager, ContentPermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, PageProvider, ContentPermissionProvider, CreateContextProvider, Page, User, boolean, ContentPropertyManager, 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, AttachmentManager, NotificationManager, EventPublisher, PageProvider, ContentPermissionProvider, CreateContextProvider, ContentEntityObject, User, boolean, SpaceProvider, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreatePageFromExistingCommandImpl
Deprecated.
since 5.10
CreatePageFromExistingCommandImpl(PageManager, PermissionManager, ContentPermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, PageProvider, ContentPermissionProvider, CreateContextProvider, Draft, User, boolean, SpaceProvider, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreatePageFromExistingCommandImpl
Deprecated.
since 5.10
CreatePageFromExistingCommandImpl(PageManager, PermissionManager, ContentPermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, PageProvider, ContentPermissionProvider, CreateContextProvider, Page, User, boolean, SpaceProvider, ContentPropertyManager, 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.HibernateKeyPersisterFactory
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, 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.
createPersonalSpace(String, String, User) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated, for removal: This API element is subject to removal in a future version.
createPersonalSpace(String, PersonalSpaceDetailsForCreation) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminSpaceResource
 
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
 
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
createPrivatePersonalSpace(String, String, User) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated, for removal: This API element is subject to removal in a future version.
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
createPrivateSpace(String, String, String, User) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated, for removal: This API element is subject to removal in a future version.
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.HibernateEntityManagerProvider
 
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.HibernateEntityManagerProvider
 
createQuery(String) - Method in interface com.atlassian.confluence.persistence.JpaQueryFactory
 
createQuery(String, Class<T>) - Method in class com.atlassian.confluence.impl.hibernate.HibernateEntityManagerProvider
 
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.
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.hazelcast.hibernate.ConfluenceHazelcastLocalCacheRegionFactory
 
createRegionFactory(HazelcastInstance, CacheSettingsDefaultsProvider, LocalRegionCacheMaxSizeAdjuster) - Static method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.HazelcastHibernateRegionFactories
 
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.hazelcast.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(Request.MethodType, String) - Method in class com.atlassian.sal.confluence.net.ConfluenceHttpClientTrustedRequestFactory
 
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.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
 
createSetOfNonEmptyElementsFromStringArray(String[]) - Static method in class com.atlassian.confluence.util.ListUtils
 
createSettingsForKey(String) - Method in class com.atlassian.sal.confluence.pluginsettings.ConfluencePluginSettingsFactory
 
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.
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 class com.atlassian.confluence.spaces.DefaultSpaceManager
Deprecated.
since 4.3. Use {#link #createSpace(String key, String name, String description, User creator)} instead
createSpace(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
createSpace(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated.
since 6.10.0, use {#link #createSpace(String key, String name, String description, User creator)}
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, User) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated, for removal: This API element is subject to removal in a future version.
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 & 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
 
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.
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
 
createTemplateWithStorageFormat(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
createTemplateWithStorageFormat(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Create a new template from storage format code.
createTemplateWithStorageFormat(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
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.hazelcast.hibernate.ConfluenceHazelcastLocalCacheRegionFactory
 
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
 
createTrustedRequest(Request.MethodType, String) - Method in class com.atlassian.sal.confluence.net.ConfluenceHttpClientTrustedRequestFactory
 
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(HibernateConfig, String, String, String) - Constructor for class com.atlassian.confluence.upgrade.ddl.CreateUniqueConstraintWithMultipleNullsCommand
Deprecated.
since 7.13.17
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.user.DefaultUserAccessor
 
createUser(UserTemplateWithAttributes, Credential) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
createUser(User, Credential) - Method in interface bucket.user.UserAccessor
Deprecated.
 
createUser(User, Credential) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
createUser(User, Credential) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
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
 
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
 
CreateUserNotificationsListener - Class in com.atlassian.confluence.mail.notification.listeners
Deprecated.
since 7.6.0, use confluence-notifications-api instead
CreateUserNotificationsListener(UserAccessor, BandanaManager, MailServerManager, SignupManager) - Constructor for class com.atlassian.confluence.mail.notification.listeners.CreateUserNotificationsListener
Deprecated.
 
createUserPendingConfirmation(User, String) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
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
 
createUserSpacePermission(String, Space, String) - 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
 
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
 
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
 
createXhtmlRoundTripSiteMigrator(ExceptionTolerantMigrator) - Method in class com.atlassian.confluence.content.render.xhtml.migration.SiteMigratorFactory
 
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(Date) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
creationDate(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
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.
 
CRITICAL - Enum constant in enum class com.atlassian.confluence.util.test.annotations.UserJourney.Priority
 
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
 
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) - 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) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.CrowdUserCreatedCommand
 
crowdUserDeleteCommand(UserGroupCommandSupport, CrowdUserDirectoryHelper, CrowdDirectoryEntityHelper, UserAccessor, MembershipDao) - 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.core.PluginDataSourceFactory.FilterByType
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(BandanaManager) - 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
 
CurrentApplicationIdProvider - Interface in com.atlassian.confluence.security.trust
Provides the ID for the current application in trusted apps.
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.ManagedHazelcastHibernateRegionCache
 
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.ManagedHazelcastHibernateRegionCache
 
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.ManagedHazelcastHibernateRegionCache
 
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.hibernate.ConfluenceBackupSessionContext
Deprecated.
 
currentSession() - Method in class com.atlassian.hibernate.ConfluenceSessionContext
 
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_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
 
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
 
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
 
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) - 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 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
 
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.
DaisyHtmlDiffer(Transformer, List<DiffPostProcessor>, CacheFactory, LocaleManager) - Constructor for class com.atlassian.confluence.diff.DaisyHtmlDiffer
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
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.util.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.util.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.util.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
 
DarkFeatures(Set<String>, Set<String>, Set<String>) - Constructor for class com.atlassian.confluence.setup.settings.DarkFeatures
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3. userEnabledFeatures are no longer supported. Use DarkFeatures(Set, Set) instead.
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.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
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.
DataAccessUtils - Class in com.atlassian.confluence.upgrade.upgradetask
Provides access to several underlying Hibernate and JDBC data access objects, which are commonly used in database-related upgrade tasks.
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
 
DatabaseClassLoadingPluginLoader - Class in com.atlassian.confluence.plugin
A plugin loader implementation that copies plugins from the PluginDataDao to a working directory on the filesystem, then delegates to ScanningPluginLoader which performs the actual class loading from this directory.
DatabaseClassLoadingPluginLoader(PluginDirectoryProvider, PluginDataDao, TenantRegistry, List<PluginFactory>, PluginEventManager, TransactionalHostContextAccessor) - Constructor for class com.atlassian.confluence.plugin.DatabaseClassLoadingPluginLoader
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 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 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
 
DatabasePluginScanner(PluginDataDao, File, TenantRegistry, TransactionalHostContextAccessor) - Constructor for class com.atlassian.confluence.plugin.DatabasePluginScanner
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
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.
DatabaseValidationQueryMigrationUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
This task implements the changes in CONFSRVDEV-17301.
DatabaseValidationQueryMigrationUpgradeTask(ApplicationConfig) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.DatabaseValidationQueryMigrationUpgradeTask
 
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 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 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 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 com.atlassian.confluence.impl.backuprestore.backup.exception.DataConversionException
 
DataConversionException(String, Throwable) - Constructor for exception com.atlassian.confluence.impl.backuprestore.backup.exception.DataConversionException
 
DataConversionException(Throwable) - Constructor for exception 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 - 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.core
Constructs DataSources for use in mail notifications.
DataSourcePasswordDecrypter - Interface in com.atlassian.confluence.internal.cipher
Decrypts an encrypted hibernate.connection.password
DataSourcePasswordDecryptionException - Exception in com.atlassian.confluence.internal.cipher
Thrown when decryption of the property hibernate.connection.password fails for any reason.
DataSourcePasswordDecryptionException(Throwable) - Constructor for exception 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.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
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
 
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(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(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, 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 in com.atlassian.confluence.upgrade.recovery
This exception is thrown when DB Exporter fails to export the database.
DbDumpException(String) - Constructor for exception com.atlassian.confluence.upgrade.recovery.DbDumpException
 
DbDumpException(String, Throwable) - Constructor for exception 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 interface bucket.user.UserAccessor
Deprecated.
Deactivate the specified user, which prevents them logging in.
deactivateUser(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
deactivateUser(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
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.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() - Constructor for class com.atlassian.confluence.web.filter.DebugFilter
Deprecated.
since 7.14
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
 
DebugReferenceInsertionEventHandler - Class in com.atlassian.confluence.util.velocity.debug
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
DebugReferenceInsertionEventHandler() - Constructor for class com.atlassian.confluence.util.velocity.debug.DebugReferenceInsertionEventHandler
Deprecated.
 
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.hazelcast.HazelcastClusterSafetyManager
 
decodeContentPermissionSets(String) - Static method in class com.atlassian.confluence.impl.search.v2.lucene.ContentPermissionSearchUtils
Decodes a string contains multiple "&'-separated ContentPermissionSets, which have themselves been encoded by #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 extends ISearch> - 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.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
decrementRegisteredUserCount() - Method in class com.atlassian.confluence.util.DefaultUserChecker
Decrements the cached number of registered users.
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.
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
 
deepAttachmentDelete(AttachmentDeleteOptions) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
deepAttachmentDelete(AttachmentDeleteOptions) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
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
 
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.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.
since 5.2. Use @link{#getAllDefaultGroupNames()} instead.
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.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_CACHE_AGE - Static variable in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
 
DEFAULT_MAX_DOWNLOAD_SIZE - Static variable in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
 
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_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(BandanaManager, 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(BandanaManager, 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 {@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
 
DefaultAuditHelper(I18NBeanFactory, LocaleManager, SpaceManagerInternal, ConfluenceUserResolver) - Constructor for class com.atlassian.confluence.impl.audit.impl.DefaultAuditHelper
 
DefaultAuditingContext - Class in com.atlassian.confluence.impl.audit
 
DefaultAuditingContext() - Constructor for class com.atlassian.confluence.impl.audit.DefaultAuditingContext
 
DefaultAuditService - Class in com.atlassian.confluence.schedule.audit
Default implementation logs to a logger AuditService.
DefaultAuditService(AuditService, AuditHelper, StandardAuditResourceTypes) - Constructor for class com.atlassian.confluence.schedule.audit.DefaultAuditService
 
DefaultAutoCorrectRawQueryTransformer - Class in com.atlassian.confluence.internal.search.v2
Default implementation of AutoCorrectRawQueryTransformer which relies on LuceneQueryParserFactory
DefaultAutoCorrectRawQueryTransformer(LuceneQueryParserFactory) - Constructor for class com.atlassian.confluence.internal.search.v2.DefaultAutoCorrectRawQueryTransformer
 
DefaultBackupRestoreJobDao - Class in com.atlassian.confluence.impl.backuprestore.dao
Dao for backup/restore jobs.
DefaultBackupRestoreJobDao(SessionFactory) - Constructor for class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
DefaultBackupRestoreProviderManager - Class in com.atlassian.confluence.importexport.plugin
 
DefaultBackupRestoreProviderManager(PluginAccessor) - Constructor for class com.atlassian.confluence.importexport.plugin.DefaultBackupRestoreProviderManager
 
DefaultBackupRestoreService - Class in com.atlassian.confluence.impl.backuprestore
Service responsible for accepting backup/restore operations.
DefaultBackupRestoreService(BackupRestoreManager, BackupRestoreJobConverter, BackupRestoreFilesystemManager, EventPublisher) - Constructor for class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
DefaultBandanaManager - Class 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. Consider a combination of the linked alternatives.
DefaultBandanaManager(BandanaPersister) - Constructor for class com.atlassian.bandana.DefaultBandanaManager
Deprecated.
 
DefaultBatchIndexer - Class in com.atlassian.confluence.internal.index
A single-threaded batch indexing implementation.
DefaultBatchIndexer(AnyTypeDao, PlatformTransactionManager, SearchIndexWriter, SearchIndexWriter, BulkFieldPrefetcher, DarkFeatureManager, SearchLanguageProvider, ChangeBatchIndexer) - Constructor for class com.atlassian.confluence.internal.index.DefaultBatchIndexer
 
DefaultBlogPostService - Class in com.atlassian.confluence.content.service
 
DefaultBlogPostService(PageManager, PermissionManager, ContentPermissionManager, SpacePermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, ContentPropertyManager, LabelManager, Supplier<DraftsTransitionHelper>) - Constructor for class com.atlassian.confluence.content.service.DefaultBlogPostService
 
DefaultBootstrapDatabaseAccessor - Class in com.atlassian.confluence.impl.setup
Provides access to those DB tables whose data is required during bootstrap
DefaultBootstrapDatabaseAccessor(SingleConnectionProvider, HibernateConfig) - Constructor for class com.atlassian.confluence.impl.setup.DefaultBootstrapDatabaseAccessor
 
DefaultBootstrapManager - Class in com.atlassian.confluence.setup
BootstrapManager is responsible for initializing the dependencies of Confluence environment.
DefaultBootstrapManager(ApplicationConfiguration, ClusterConfigurationHelperInternal, SingleConnectionProvider, HealthCheckRunner, HibernateConfigurator, HomeLocator, SetupPersister, List<String>) - Constructor for class com.atlassian.confluence.setup.DefaultBootstrapManager
DefaultBootstrapManager(ApplicationConfiguration, ClusterConfigurationHelperInternal, SingleConnectionProvider, HealthCheckRunner, HibernateConfigurator, HomeLocator, SetupPersister, List<String>, DeserializationFilterConfigurator) - Constructor for class com.atlassian.confluence.setup.DefaultBootstrapManager
 
DefaultBreadcrumbGenerator - Class in com.atlassian.confluence.util.breadcrumbs
 
DefaultBreadcrumbGenerator(ThemeManager) - Constructor for class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
defaultBuilder() - Static method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions
 
DefaultBuildNumberRangeChecker - Class in com.atlassian.confluence.setup.settings
Utility class for various types of BuildNumberConditions (Condition/UrlReadingCondition)
DefaultBuildNumberRangeChecker() - Constructor for class com.atlassian.confluence.setup.settings.DefaultBuildNumberRangeChecker
 
DefaultBulkAttachmentDelete - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Allow deleting attachment based on difference AttachmentIdentifier
DefaultBulkAttachmentDelete(PageManager, AttachmentManager, SessionFactory, PermissionManager) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.DefaultBulkAttachmentDelete
 
DefaultBulkAttachmentDelete.BulkAttachmentDeleteAction - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Contain a logic to trash attachment
DefaultBulkOptions - Class in com.atlassian.confluence.pages.persistence.dao.bulk
options to guide bulk page operations usage
DefaultBulkOptions() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions
 
DefaultBulkOptions(int, int, ConfluenceUser, ProgressMeter) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions
 
DefaultBulkOptions(DefaultBulkOptions) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions
 
DefaultBulkOptions.BaseBuilder<T extends DefaultBulkOptions.BaseBuilder> - Class in com.atlassian.confluence.pages.persistence.dao.bulk
 
DefaultBulkOptions.Builder - Class in com.atlassian.confluence.pages.persistence.dao.bulk
 
DefaultBulkPageCopy - Class in com.atlassian.confluence.pages.persistence.dao.bulk.copy
 
DefaultBulkPageCopy(SessionFactory, ContentPermissionManager, PermissionManager, ContentPropertyManager, AttachmentManager, LinksUpdater, ClusterLockService, PageManagerInternal, SpacePermissionManager, EventPublisher) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.copy.DefaultBulkPageCopy
Deprecated.
since 8.0.0
DefaultBulkPageCopy(SessionFactory, ContentPermissionManager, PermissionManager, ContentPropertyManager, AttachmentManager, LinksUpdater, ClusterLockService, PageManagerInternal, SpacePermissionManager, EventPublisher, ContentPropertyService) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.copy.DefaultBulkPageCopy
 
DefaultBulkPageDelete - Class in com.atlassian.confluence.pages.persistence.dao.bulk.delete
 
DefaultBulkPageDelete(PermissionManager, SessionFactory, ClusterLockService, PageManagerInternal) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.delete.DefaultBulkPageDelete
 
DefaultCacheConfigManager - Class in com.atlassian.confluence.cache
 
DefaultCacheConfigManager(CacheSettingsManager, CacheManager, EventPublisher) - Constructor for class com.atlassian.confluence.cache.DefaultCacheConfigManager
 
DefaultCacheSettingsManager - Class in com.atlassian.confluence.cache
An implementation of CacheSettingsManager which delegates to another CacheSettingsDefaultsProvider to provide the default cache config, and another CacheSettingsManager to handle the site-specific settings overrides.
DefaultCacheSettingsManager(CacheSettingsDefaultsProvider, CacheSettingsManager) - Constructor for class com.atlassian.confluence.cache.DefaultCacheSettingsManager
 
DefaultCacheSettingsManager(BootstrapManager, ClusterLockService, String, String) - Constructor for class com.atlassian.confluence.cache.DefaultCacheSettingsManager
Deprecated.
DefaultCacheSettingsManager(BootstrapManager, ClusterLockService, String, String, List<String>) - Constructor for class com.atlassian.confluence.cache.DefaultCacheSettingsManager
Deprecated.
DefaultCaptchaManager - Class in com.atlassian.confluence.security
 
DefaultCaptchaManager() - Constructor for class com.atlassian.confluence.security.DefaultCaptchaManager
 
DefaultChangeBatchIndexer - Class in com.atlassian.confluence.internal.index
This is providing similar functionality of RebuildChangeDocumentsIndexTask and AddChangeDocumentIndexTask which was used by DefaultBatchIndexer
DefaultChangeBatchIndexer(HibernateSessionManager5, IndexTaskFactoryInternal, ContentEntityObjectDaoInternal, AtlassianDocumentBuilder<Searchable>, ApplicationConfig, BulkFieldPrefetcher) - Constructor for class com.atlassian.confluence.internal.index.DefaultChangeBatchIndexer
 
DefaultClock - Class in com.atlassian.confluence.util
Default implementation of the Clock interface that simply returns a new Date instance.
DefaultClock() - Constructor for class com.atlassian.confluence.util.DefaultClock
 
DefaultClusterConfigurationHelper - Class in com.atlassian.confluence.cluster
An implementation of ClusterConfigurationHelper which assumes that a cluster of some sort is being used.
DefaultClusterConfigurationHelper(ApplicationConfig, ClusterManagerInternal, LicenseServiceInternal, SingleConnectionProvider, HibernateConfig, ClusterCompatibilityValidator, SecureTokenGenerator, SecretService) - Constructor for class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
DefaultClusterJoinManager - Class in com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator
A ClusterJoinManager which first authenticates new connections
DefaultClusterJoinManager(ClusterAuthenticator, boolean) - Constructor for class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.DefaultClusterJoinManager
 
DefaultClusterSafetyManager - Class in com.atlassian.confluence.cluster.safety
Default implementation for non-clustered confluence.
DefaultClusterSafetyManager(ClusterSafetyDao, EventPublisher, SharedDataManager, ClusterManager, LicenseService) - Constructor for class com.atlassian.confluence.cluster.safety.DefaultClusterSafetyManager
 
DefaultClusterSetupValidator - Class in com.atlassian.confluence.cluster
 
DefaultClusterSetupValidator(MessageHolder) - Constructor for class com.atlassian.confluence.cluster.DefaultClusterSetupValidator
 
DefaultCollaborativeEditingHelper - Class in com.atlassian.confluence.setup.settings
 
DefaultCollaborativeEditingHelper(DarkFeaturesManager, UpgradedFlag) - Constructor for class com.atlassian.confluence.setup.settings.DefaultCollaborativeEditingHelper
 
DefaultCollaborativeEditingHelper(DarkFeaturesManager, UpgradeManager) - Constructor for class com.atlassian.confluence.setup.settings.DefaultCollaborativeEditingHelper
Deprecated.
since 7.20
DefaultColourSchemeManager - Class in com.atlassian.confluence.themes
 
DefaultColourSchemeManager() - Constructor for class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
DefaultCommentManager - Class in com.atlassian.confluence.impl.content
Manager for page comments.
DefaultCommentManager(ContentEntityObjectDaoInternal, SessionFactory, WikiToStorageConverter, EventPublisher, CommentDaoInternal, RelationManager, CollaborativeEditingHelper, AuditingContext, RetentionFeatureChecker, NotificationManager, PermissionManager) - Constructor for class com.atlassian.confluence.impl.content.DefaultCommentManager
 
DefaultCommentService - Class in com.atlassian.confluence.content.service
 
DefaultCommentService(CommentManager, PermissionManager, ContentEntityManager, EditorConverter) - Constructor for class com.atlassian.confluence.content.service.DefaultCommentService
 
DefaultCommonLinkAttributesWriter - Class in com.atlassian.confluence.content.render.xhtml.view.link
Common link attributes writer writes target and aria-label attributes when required, and any classes that should be added to the link.
DefaultConfiguration - Class in com.atlassian.confluence.internal.search.v2.lucene
Configuration for an ILuceneConnection, with the default values as used by Confluence.
DefaultConfiguration() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
DefaultConfluenceAccessManager - Class in com.atlassian.confluence.security.access
Main ConfluenceAccessManager implementation, using simple global permissions checks.
DefaultConfluenceAccessManager(DisabledUserManager, PermissionCheckExemptions, Supplier<DefaultConfluenceAccessManager.AccessManagerPermissionChecker>) - Constructor for class com.atlassian.confluence.security.access.DefaultConfluenceAccessManager
 
DefaultConfluenceAccessManager.AccessManagerPermissionChecker - Interface in com.atlassian.confluence.security.access
Internal interface for consumption by access manager; an implementation detail, intentionally not a top-level interface.
DefaultConfluenceCache<K,V> - Class in com.atlassian.confluence.cache
Default implementation of the ConfluenceCache interface.
DefaultConfluenceCache(Cache<K, V>) - Constructor for class com.atlassian.confluence.cache.DefaultConfluenceCache
 
DefaultConfluenceMailOAuth2Credentials - Class in com.atlassian.confluence.mail.auth
Default implementation of ConfluenceMailOAuth2Credentials.
DefaultConfluenceMailOAuth2Credentials.Builder - Class in com.atlassian.confluence.mail.auth
 
DefaultConfluenceMonitoringController - Class in com.atlassian.confluence.util.profiling
Responsible for controlling the Confluence Monitoring.
DefaultConfluenceMonitoringController(ConfluenceMonitoringControl, EventListenerRegistrar, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.util.profiling.DefaultConfluenceMonitoringController
 
DefaultConfluenceRememberMeTokenDao - Class in com.atlassian.confluence.user.rememberme
 
DefaultConfluenceRememberMeTokenDao(SessionFactory, RememberMeConfiguration) - Constructor for class com.atlassian.confluence.user.rememberme.DefaultConfluenceRememberMeTokenDao
 
DefaultConfluenceWebResourceManager - Class in com.atlassian.confluence.plugin.webresource
 
DefaultConfluenceWebResourceManager(WebResourceAssemblerFactory, LegacyPageBuilderService, PluginResourceLocator, WebResourceIntegration, WebResourceUrlProvider, ResourceBatchingConfiguration, PluginAccessor, ResourceAccessor, SettingsManager, DefaultConfluenceWebResourceService) - Constructor for class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
DefaultConfluenceWebResourceService - Class in com.atlassian.confluence.plugin.webresource
 
DefaultConfluenceWebResourceService(PageBuilderService, CssResourceCounterManager, WebResourceUrlProvider, StylesheetManager, ThemeManager, WebResourceIntegration, DarkFeaturesManager, ColourSchemeManager) - Constructor for class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceService
 
DefaultConfluenceWysiwygConverter - Class in com.atlassian.confluence.pages.wysiwyg
When debugging this code, see SimpleMarkupTest for test cases.
DefaultConfluenceWysiwygConverter() - Constructor for class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
DefaultConfluenceXStreamManager - Class in com.atlassian.confluence.impl.xstream
 
DefaultConfluenceXStreamManager(Map<String, String>, ClassLoader, XStreamSecurityConfigurator) - Constructor for class com.atlassian.confluence.impl.xstream.DefaultConfluenceXStreamManager
 
DefaultContentAdapter - Class in com.atlassian.confluence.content
This gets set on content if the plugin content adapter for that content type can't be found (it's broken, disabled or deleted)
DefaultContentBlueprintInstanceFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
Factory to convert CEO into ContentBlueprintInstance
DefaultContentBlueprintInstanceFactory(ContentFactory) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.DefaultContentBlueprintInstanceFactory
 
DefaultContentCreator - Class in com.atlassian.confluence.content.apisupport
 
DefaultContentCreator(SpaceManager, ContentBodyConversionService, PermissionManager, PageManagerInternal, CustomContentManager, EventPublisher, DraftAttributesCopier, LabelManagerInternal, RelationManager, ContentEntityManagerInternal) - Constructor for class com.atlassian.confluence.content.apisupport.DefaultContentCreator
 
DefaultContentDao - Class in com.atlassian.confluence.content.render.xhtml.migration
Generic DAO for hibernate objects.
DefaultContentDao() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
DefaultContentEntityBuilder<T extends ContentEntityObject> - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
DefaultContentEntityBuilder(GlobalSettingsManager, DateEntityFactory, UserEntityHelper) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.DefaultContentEntityBuilder
 
DefaultContentEntityManager - Class in com.atlassian.confluence.impl.content
 
DefaultContentEntityManager(ContentEntityObjectDaoInternal, SessionFactory, WikiToStorageConverter, EventPublisher, RelationManager, CollaborativeEditingHelper, AuditingContext, RetentionFeatureChecker, NotificationManager) - Constructor for class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
DefaultContentMetadataFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
Provides metadata for content objects.
DefaultContentMetadataFactory(PluginAccessor, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.DefaultContentMetadataFactory
 
DefaultContentNameSearchSectionsProvider - Class in com.atlassian.confluence.impl.search.contentnames
The default section provider for quick nav that searches through pages, blogs, attachments, peoples and spaces.
DefaultContentNameSearchSectionsProvider() - Constructor for class com.atlassian.confluence.impl.search.contentnames.DefaultContentNameSearchSectionsProvider
 
DefaultContentNameSearchService - Class in com.atlassian.confluence.impl.search.contentnames
 
DefaultContentNameSearchService(SettingsManager, I18NBeanFactory, QueryTokenizer, SemaphoreHolder, PluginAccessor) - Constructor for class com.atlassian.confluence.impl.search.contentnames.DefaultContentNameSearchService
 
DefaultContentPermissionCalculator - Class in com.atlassian.confluence.impl.search.v2
 
DefaultContentPermissionCalculator(InheritedContentPermissionManager) - Constructor for class com.atlassian.confluence.impl.search.v2.DefaultContentPermissionCalculator
 
DefaultContentPermissionManager - Class in com.atlassian.confluence.core
 
DefaultContentPermissionManager() - Constructor for class com.atlassian.confluence.core.DefaultContentPermissionManager
 
DefaultContentPermissionsQueryFactory - Class in com.atlassian.confluence.impl.search.v2
 
DefaultContentPermissionsQueryFactory(PermissionManager, UserAccessor) - Constructor for class com.atlassian.confluence.impl.search.v2.DefaultContentPermissionsQueryFactory
 
DefaultContentPropertyManager - Class in com.atlassian.confluence.impl.content
 
DefaultContentPropertyManager(SessionFactory, ReadThroughCache<String, Option<String>>) - Constructor for class com.atlassian.confluence.impl.content.DefaultContentPropertyManager
 
DefaultContentReconciliationManager - Class in com.atlassian.confluence.internal.content.collab
Responsible for triggering and managing content reconciliation for different save operations.
DefaultContentReconciliationManager(CollaborativeEditingHelper, EventPublisher, SynchronizationManagerInternal, Supplier<? extends ContentEntityManagerInternal>) - Constructor for class com.atlassian.confluence.internal.content.collab.DefaultContentReconciliationManager
 
DefaultContentRestrictionServiceValidator - Class in com.atlassian.confluence.api.impl.service.permissions
Default implementation of ContentRestrictionService.Validator Contains per-service-operation methods as we used to in other services/validators.
DefaultContentRestrictionServiceValidator(ContentEntityManagerInternal, PermissionManager, ConfluenceUserResolver, GroupManager) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.DefaultContentRestrictionServiceValidator
 
DefaultContentRetentionDao - Class in com.atlassian.confluence.impl.retention
 
DefaultContentRetentionDao(SessionFactory) - Constructor for class com.atlassian.confluence.impl.retention.DefaultContentRetentionDao
 
DefaultContentTemplateFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
DefaultContentTemplateFactory creates ContentTemplate from PageTemplate
DefaultContentTemplateFactory(SpaceFactory, LabelFactory) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.DefaultContentTemplateFactory
 
DefaultContentTransformerFactory - Class in com.atlassian.confluence.content.render.xhtml.storage
Default implementation of the ContentTransformerFactory, typically used by macro developers to obtain and optionally modify MacroDefinition objects in page of macro body content.
DefaultContentTransformerFactory(Unmarshaller<MacroDefinition>, Marshaller<MacroDefinition>, XmlEventReaderFactory, XmlOutputFactory, EventPublisher) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.DefaultContentTransformerFactory
 
DefaultContentTypeManager - Class in com.atlassian.confluence.impl.content
A ContentTypeManager implementation backed by a ContentTypeModuleResolver.
DefaultContentTypeManager(ContentTypeModuleResolver, WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.impl.content.DefaultContentTypeManager
 
DefaultContentUiSupport - Class in com.atlassian.confluence.content.ui
 
DefaultContentUiSupport(WebResourceUrlProvider, ContentTypeManager) - Constructor for class com.atlassian.confluence.content.ui.DefaultContentUiSupport
 
defaultContext - Static variable in class com.atlassian.confluence.impl.util.DecoratorUtil.ContentNavigationContext
 
defaultContext - Static variable in class com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
 
DefaultContextPathHolder - Class in com.atlassian.confluence.core
Serves the context path stored/managed by the BootstrapManager (this value is kept up to date with every request that comes into the server).
DefaultContextPathHolder(BootstrapManager) - Constructor for class com.atlassian.confluence.core.DefaultContextPathHolder
 
DefaultConversionContext - Class in com.atlassian.confluence.content.render.xhtml
A non-thread safe implementation of the ConversionContext suitable for use in the single threaded XHTML output process.
DefaultConversionContext(RenderContext) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
DefaultConversionContext(RenderContext, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
Create a DefaultConversionContext for the specified output device type.
DefaultCoreFeaturesManager - Class in com.atlassian.confluence.setup.settings
The set of features that are fundamental to Confluence working, and can only be enabled or disabled during installation.
DefaultCoreFeaturesManager() - Constructor for class com.atlassian.confluence.setup.settings.DefaultCoreFeaturesManager
 
DefaultCounter - Class in com.atlassian.confluence.plugin.webresource
Default implementation of a counter stores its data in bandana by a supplied key.
DefaultCounter(String, BandanaManager) - Constructor for class com.atlassian.confluence.plugin.webresource.DefaultCounter
 
DefaultCounter(String, BandanaManager, TenantRegistry) - Constructor for class com.atlassian.confluence.plugin.webresource.DefaultCounter
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
DefaultCrowdDarkFeatureManager - Class in com.atlassian.confluence.impl.user.crowd
 
DefaultCrowdDarkFeatureManager(DarkFeaturesManager) - Constructor for class com.atlassian.confluence.impl.user.crowd.DefaultCrowdDarkFeatureManager
 
DefaultCrowdUserDirectoryHelper - Class in com.atlassian.confluence.user.crowd
 
DefaultCrowdUserDirectoryHelper(CrowdDirectoryService, DirectoryManager, SessionFactory) - Constructor for class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
DefaultCssResourceCounterManager - Class in com.atlassian.confluence.plugin.webresource
 
DefaultCssResourceCounterManager(BandanaManager) - Constructor for class com.atlassian.confluence.plugin.webresource.DefaultCssResourceCounterManager
 
DefaultCssResourceCounterManager(BandanaManager, TenantRegistry) - Constructor for class com.atlassian.confluence.plugin.webresource.DefaultCssResourceCounterManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
DefaultCurrentApplicationIdProvider - Class in com.atlassian.confluence.security.trust
Default implementation of the CurrentApplicationIdProvider.
DefaultCurrentApplicationIdProvider() - Constructor for class com.atlassian.confluence.security.trust.DefaultCurrentApplicationIdProvider
 
DefaultCustomContentManager - Class in com.atlassian.confluence.impl.content
Generic manager for pluggable content.
DefaultCustomContentManager(CustomContentDao, ContentEntityObjectDaoInternal, SessionFactory, WikiToStorageConverter, EventPublisher, ContentTypeManager, RelationManager, CollaborativeEditingHelper, AuditingContext, RetentionFeatureChecker, NotificationManager) - Constructor for class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
DefaultCustomLayoutManager - Class in com.atlassian.confluence.themes
 
DefaultCustomLayoutManager(PersistentDecoratorDao, EventPublisher) - Constructor for class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
DefaultCustomPageSettingsManager - Class in com.atlassian.confluence.core
 
DefaultCustomPageSettingsManager(BandanaManager) - Constructor for class com.atlassian.confluence.core.DefaultCustomPageSettingsManager
 
DefaultCustomSearchIndexRegistry - Class in com.atlassian.confluence.internal.index.lucene
DefaultCustomSearchIndexRegistry(LuceneFieldVisitor, LuceneSearchMapper, CustomLuceneConnectionFactory, Supplier<FieldMappings>) - Constructor for class com.atlassian.confluence.internal.index.lucene.DefaultCustomSearchIndexRegistry
 
DefaultDailyReportManager - Class in com.atlassian.confluence.mail.jobs
 
DefaultDailyReportManager(MultiQueueTaskManager, ChangeDigestNotificationBean, UserPreferencesAccessor, FormatSettingsManager, LocaleManager, GlobalSettingsManager, DataSourceFactory, ContentUiSupport<ContentEntityObject>, I18NBeanFactory) - Constructor for class com.atlassian.confluence.mail.jobs.DefaultDailyReportManager
 
DefaultDarkFeaturesManager - Class in com.atlassian.confluence.setup.settings
Creates DarkFeatures instances from the PropertySet associated with the ThreadLocal user.
DefaultDarkFeaturesManager(EventPublisher, SiteDarkFeaturesDao, BuildNumberActivatedDarkFeatures) - Constructor for class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
 
DefaultDatabaseConfigHelper - Class in com.atlassian.confluence.impl.util.db
Production implementation of DatabaseConfigHelper.
DefaultDatabaseConfigHelper(HibernateConfig, DataSourceConfiguration, SingleConnectionProvider) - Constructor for class com.atlassian.confluence.impl.util.db.DefaultDatabaseConfigHelper
 
DefaultDatabaseConnectionStateService - Class in com.atlassian.confluence.internal.diagnostics.ipd.db
Stores cached database connection latency and state information.
DefaultDatabaseConnectionStateService(DatabaseLatencyMeter) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.db.DefaultDatabaseConnectionStateService
 
DefaultDatabaseLatencyMeter - Class in com.atlassian.confluence.internal.diagnostics.ipd.db
Measures database latency by measuring time of a simple sql query.
DefaultDatabaseVerifier - Class in com.atlassian.confluence.setup
 
DefaultDatabaseVerifier() - Constructor for class com.atlassian.confluence.setup.DefaultDatabaseVerifier
 
DefaultDataCompressor - Class in com.atlassian.confluence.internal.util.io
Compress/uncompress InputStreamSource using Snappy if it is safe otherwise falling back to trusted java.util.zip.
DefaultDataCompressor() - Constructor for class com.atlassian.confluence.internal.util.io.DefaultDataCompressor
 
DefaultDataSourceConfiguration - Class in com.atlassian.confluence.impl.health.checks
 
DefaultDataSourceConfiguration(HibernateConfig, MBeanServer, BootstrapManager) - Constructor for class com.atlassian.confluence.impl.health.checks.DefaultDataSourceConfiguration
 
DefaultDbHealthCheckHelper - Class in com.atlassian.confluence.impl.health.checks
 
DefaultDbHealthCheckHelper(DataSourceConfiguration) - Constructor for class com.atlassian.confluence.impl.health.checks.DefaultDbHealthCheckHelper
 
DefaultDecorator - Class in com.atlassian.confluence.admin.actions.lookandfeel
Decorator for the all the default decorators bundled with Confluence
DefaultDeleteContext - Class in com.atlassian.confluence.core
 
DefaultDeleteContext.Builder - Class in com.atlassian.confluence.core
 
DefaultDraftManager - Class in com.atlassian.confluence.pages
This implementation supports anonymous drafts using session-based storage.
DefaultDraftManager() - Constructor for class com.atlassian.confluence.pages.DefaultDraftManager
 
DefaultDraftService - Class in com.atlassian.confluence.content.service
Note that this implementation of the DraftService does not perform any permission checking.
DefaultDraftsTransitionHelper - Class in com.atlassian.confluence.pages
Class intended to help during the transition period from legacy drafts to shared drafts.
DefaultDraftsTransitionHelper(PageManagerInternal, DraftManager, ContentEntityManager, AttachmentManager, ContentPermissionManager, ContentPropertyManager, LabelManager, CollaborativeEditingHelper) - Constructor for class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
 
DefaultEdge - Class in com.atlassian.confluence.plugins.edgeindex.model
 
DefaultEdge(ConfluenceUser, EdgeType, Object, Date, Object) - Constructor for class com.atlassian.confluence.plugins.edgeindex.model.DefaultEdge
 
DefaultEdgeContentQueries - Class in com.atlassian.confluence.plugins.edgeindex
 
DefaultEdgeContentQueries(EntityManagerProvider) - Constructor for class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeContentQueries
 
DefaultEdgeDocumentFactory - Class in com.atlassian.confluence.plugins.edgeindex
 
DefaultEdgeDocumentFactory(ContentPermissionCalculator) - Constructor for class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeDocumentFactory
 
DefaultEdgeFactory - Class in com.atlassian.confluence.plugins.edgeindex
 
DefaultEdgeFactory(EdgeTypeRepository) - Constructor for class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeFactory
 
DefaultEdgeIndexBuilder - Class in com.atlassian.confluence.plugins.edgeindex
 
DefaultEdgeIndexBuilder(EdgeIndexManager, EdgeSearchIndexAccessor) - Constructor for class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexBuilder
 
DefaultEdgeIndexManager - Class in com.atlassian.confluence.plugins.edgeindex
 
DefaultEdgeIndexManager(EdgeIndexTaskQueue, EdgeFactory, ContentEntityManager) - Constructor for class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexManager
 
DefaultEdgeIndexTaskFactory - Class in com.atlassian.confluence.plugins.edgeindex
 
DefaultEdgeIndexTaskFactory(EdgeDocumentFactory, ContentEntityManager, TransactionTemplate, EdgeSearchIndexAccessor, ContentPermissionCalculator, EdgeReindexer) - Constructor for class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
DefaultEdgeQueries - Class in com.atlassian.confluence.plugins.edgeindex
 
DefaultEdgeQueries(UserAccessor, SpacePermissionQueryFactory, EdgeSearchIndexAccessor, EdgeTypeRepository, NetworkService, EventPublisher) - Constructor for class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeQueries
 
DefaultEdgeReindexer - Class in com.atlassian.confluence.plugins.edgeindex
Performs reindexing for the edge index.
DefaultEdgeReindexer(EdgeFactory, EdgeContentQueries, EdgeSearchIndexAccessor, EventPublisher) - Constructor for class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeReindexer
 
DefaultEdgeTypePermissionDelegate - Class in com.atlassian.confluence.plugins.edgeindex.edge
 
DefaultEdgeTypePermissionDelegate() - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.DefaultEdgeTypePermissionDelegate
 
DefaultEdgeUiSupport - Class in com.atlassian.confluence.plugins.edgeindex.edge
 
DefaultEdgeUiSupport() - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.DefaultEdgeUiSupport
 
DefaultEdgeUiSupport(int, String, String) - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.DefaultEdgeUiSupport
 
DefaultEditorConverter - Class in com.atlassian.confluence.content.render.xhtml.editor
Instigate the conversion of HTML received from the Confluence editor to a format suitable for storage.
DefaultEditorConverter(Transformer, HtmlToXmlConverter) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.DefaultEditorConverter
 
DefaultEditorFormatService - Class in com.atlassian.confluence.content.render.xhtml
 
DefaultEditorFormatService(Marshaller<MacroDefinition>, Marshaller<Link>, Marshaller<EmbeddedImage>, Unmarshaller<MacroDefinition>, Unmarshaller<Link>, Unmarshaller<EmbeddedImage>, FragmentTransformer, FragmentTransformer, XmlEventReaderFactory, ExceptionThrowingMigrator) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
Deprecated.
since 8.5.13
DefaultEditorFormatService(Marshaller<MacroDefinition>, Marshaller<Link>, Marshaller<EmbeddedImage>, Unmarshaller<MacroDefinition>, Unmarshaller<Link>, Unmarshaller<EmbeddedImage>, FragmentTransformer, FragmentTransformer, XmlEventReaderFactory, ExceptionThrowingMigrator, HtmlToXmlConverter) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
 
DefaultEditorManager - Class in com.atlassian.confluence.plugin.editor
The active editor is the first editor found in the plugin system.
DefaultEditorManager() - Constructor for class com.atlassian.confluence.plugin.editor.DefaultEditorManager
 
DefaultEditUserGroupAdministrator - Class in com.atlassian.confluence.user.administrators
 
DefaultEditUserGroupAdministrator(ConfluenceUser, ConfluenceUser, UserAccessor, PermissionManager, SpacePermissionManager) - Constructor for class com.atlassian.confluence.user.administrators.DefaultEditUserGroupAdministrator
 
DefaultEditUserGroupAdministrator(User, User, UserAccessor, PermissionManager, SpacePermissionManager) - Constructor for class com.atlassian.confluence.user.administrators.DefaultEditUserGroupAdministrator
Deprecated, for removal: This API element is subject to removal in a future version.
DefaultEmailService - Class in com.atlassian.confluence.user.notifications
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
DefaultEmailService(MultiQueueTaskManager, I18NBeanFactory, DataSourceFactory, VelocityHelperService, MailServerExistsCriteria) - Constructor for class com.atlassian.confluence.user.notifications.DefaultEmailService
Deprecated.
 
DefaultEmbeddedImage - Class in com.atlassian.confluence.content.render.xhtml.model.resource
 
DefaultEmbeddedImage(NamedResourceIdentifier) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
DefaultEmbeddedResourceRendererManager - Class in com.atlassian.confluence.renderer.embedded
 
DefaultEmbeddedResourceRendererManager(PluginAccessor) - Constructor for class com.atlassian.confluence.renderer.embedded.DefaultEmbeddedResourceRendererManager
 
DefaultEmbeddedResourceResolver - Class in com.atlassian.confluence.content.render.xhtml.migration
DefaultEmbeddedResourceResolver() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.DefaultEmbeddedResourceResolver
 
DefaultEntityBuilderFactory - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
DefaultEntityBuilderFactory(GlobalSettingsManager, DateEntityFactory, DefaultRestAttachmentManager, AnyTypeDao, UserAccessor, UserEntityHelper, ContentTypeManager, AvatarProviderAccessor, AttachmentManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.DefaultEntityBuilderFactory
 
DefaultEstimatedReadTimeService - Class in com.atlassian.confluence.impl.pages.readtime
Implementation of EstimatedReadTimeService for calculating the read time for a given page/blog
DefaultEstimatedReadTimeService() - Constructor for class com.atlassian.confluence.impl.pages.readtime.DefaultEstimatedReadTimeService
 
DefaultExcerpter - Class in com.atlassian.confluence.content.render.xhtml.view.excerpt
 
DefaultExcerpter(XMLOutputFactory, XmlEventReaderFactory, HtmlToXmlConverter, SettingsManager, Renderer, Unmarshaller<EmbeddedImage>, FragmentTransformer, AttachmentResourceIdentifierResolver, DataSourceFactory, ThumbnailManager, MacroDefinitionTransformer, ExcerptHelper, I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
defaultExpansions() - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentExpansions
 
DefaultExportableEntityInfo - Class in com.atlassian.confluence.impl.backuprestore.hibernate
Represent hibernate entity that has to be exported.
DefaultExportableEntityInfo(AbstractEntityPersister, SessionFactory) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
DefaultExportContext - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. User BackupRestoreManager instead.
DefaultExportContext() - Constructor for class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
DefaultExportEmbeddedResourceRenderer - Class in com.atlassian.confluence.importexport.impl
Class that passes on the rendering of an EmbeddedResource to the correct export renderer
DefaultExportEmbeddedResourceRenderer() - Constructor for class com.atlassian.confluence.importexport.impl.DefaultExportEmbeddedResourceRenderer
 
DefaultExtractor2Provider - Class in com.atlassian.confluence.internal.search.extractor2
Provides list of Extractor2 that are declared either as @ExportAsService(Extractor2.class) or as Extractor2ModuleDescriptor module.
DefaultExtractor2Provider(OsgiContainerManager, PluginAccessor) - Constructor for class com.atlassian.confluence.internal.search.extractor2.DefaultExtractor2Provider
 
DefaultExtractorContext - Class in com.atlassian.confluence.internal.index.v2
Default ExtractorContext which will be shared for all extractors within a Searchable
DefaultExtractorContext() - Constructor for class com.atlassian.confluence.internal.index.v2.DefaultExtractorContext
 
DefaultFactoryModuleDescriptor<T> - Class in com.atlassian.confluence.plugin.descriptor
An implementation that uses the default module factory to produce modules.
DefaultFactoryModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor
 
DefaultFastContentRetentionDao - Class in com.atlassian.confluence.impl.retention.fast.dao
 
DefaultFastContentRetentionDao(SessionFactory) - Constructor for class com.atlassian.confluence.impl.retention.fast.dao.DefaultFastContentRetentionDao
 
DefaultFastSpaceRetentionDao - Class in com.atlassian.confluence.impl.retention.fast.dao
 
DefaultFastSpaceRetentionDao(SessionFactory) - Constructor for class com.atlassian.confluence.impl.retention.fast.dao.DefaultFastSpaceRetentionDao
 
DefaultFavouriteManager - Class in com.atlassian.confluence.userstatus
The default implementation of the Favourite Manager which uses a label on the entity to mark it as a favourite.
DefaultFavouriteManager(SpaceManager, LabelManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
DefaultFeedBuilder - Class in com.atlassian.confluence.rss
 
DefaultFeedBuilder(SearchManager, GlobalSettingsManager, PermissionManager, UserAccessor, FormatSettingsManager, LocaleManager, Map<String, RssRenderSupport>, PluginAccessor, EventPublisher) - Constructor for class com.atlassian.confluence.rss.DefaultFeedBuilder
 
DefaultFileUploadManager - Class in com.atlassian.confluence.pages
 
DefaultFileUploadManager() - Constructor for class com.atlassian.confluence.pages.DefaultFileUploadManager
 
DefaultFollowManager - Class in com.atlassian.confluence.follow
 
DefaultFollowManager(ConnectionDao, SpacePermissionManager, EventPublisher, PaginationServiceInternal) - Constructor for class com.atlassian.confluence.follow.DefaultFollowManager
 
DefaultFollowManager.CanUserUseConfluence - Class in com.atlassian.confluence.follow
 
DefaultFollowManager.UserCanUseConfluencePredicate - Class in com.atlassian.confluence.follow
Deprecated.
DefaultFontProvider - Class in com.atlassian.confluence.plugins.templates.servlet
 
DefaultFontProvider - Class in com.atlassian.confluence.tinymceplugin
 
DefaultFontProvider() - Constructor for class com.atlassian.confluence.plugins.templates.servlet.DefaultFontProvider
 
DefaultFontProvider() - Constructor for class com.atlassian.confluence.tinymceplugin.DefaultFontProvider
 
DefaultFormatConverter - Class in com.atlassian.confluence.content.render.xhtml
 
DefaultFormatConverter(EditorConverter, Renderer, Renderer, StorageFormatCleaner) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
DefaultFormatConverter(EditorConverter, Renderer, Renderer, StorageFormatCleaner, RenderingEventPublisher) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
DefaultFormatSettingsManager - Class in com.atlassian.confluence.core
Implementation of FormatSettingsManager which persists the date format settings in Bandana.
DefaultFormatSettingsManager() - Constructor for class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
DefaultFragmentParser<T> - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
DefaultFragmentParser(String) - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
DefaultFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.transformers
This can be thought of as the top-level Transformer since it includes the behaviour of writing out any events that have no specific handling configured.
DefaultFragmentTransformer(List<? extends FragmentTransformer>, XmlOutputFactory, XmlEventReaderFactory, FragmentTransformationErrorHandler, EventPublisher) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformer
 
DefaultFragmentTransformer(List<ElementTransformer>, List<? extends FragmentTransformer>, XmlOutputFactory, XmlEventReaderFactory, FragmentTransformationErrorHandler, EventPublisher) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformer
 
DefaultFragmentTransformerFactory - Interface in com.atlassian.confluence.content.render.xhtml.transformers
 
DefaultFragmentTransformerFactoryImpl - Class in com.atlassian.confluence.content.render.xhtml.transformers
A factory class that can be used to construct a DefaultFragmentTransformer configured in a particular way.
DefaultFragmentTransformerFactoryImpl(List<ElementTransformer>, List<? extends FragmentTransformer>, XmlOutputFactory, XmlEventReaderFactory, FragmentTransformationErrorHandler, EventPublisher) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformerFactoryImpl
 
DefaultFunctionScoreQueryFactory - Class in com.atlassian.confluence.impl.search.v2.score
Default implementation of function scoring, currently based on content-type and modification recency.
DefaultFunctionScoreQueryFactory(ScoreFunctionFactory) - Constructor for class com.atlassian.confluence.impl.search.v2.score.DefaultFunctionScoreQueryFactory
 
DefaultGlobalDescriptionDao - Class in com.atlassian.confluence.setup.settings
 
DefaultGlobalDescriptionDao() - Constructor for class com.atlassian.confluence.setup.settings.DefaultGlobalDescriptionDao
 
DefaultGlobalDescriptionManager - Class in com.atlassian.confluence.impl.settings
An implementation of GlobalDescriptionManager that deleates to a GlobalDescriptionDao.
DefaultGlobalDescriptionManager(GlobalDescriptionDao, BandanaManager, EventPublisher) - Constructor for class com.atlassian.confluence.impl.settings.DefaultGlobalDescriptionManager
 
DefaultGlobalPermissionOperationKeyConverter - Class in com.atlassian.confluence.api.impl.service.permissions
 
DefaultGlobalPermissionOperationKeyConverter() - Constructor for class com.atlassian.confluence.api.impl.service.permissions.DefaultGlobalPermissionOperationKeyConverter
 
DefaultGlobalRetentionPolicyManager - Class in com.atlassian.confluence.impl.retention.manager
 
DefaultGlobalRetentionPolicyManager(BandanaManager, EventPublisher) - Constructor for class com.atlassian.confluence.impl.retention.manager.DefaultGlobalRetentionPolicyManager
 
DefaultGlobalRetentionPolicyManager(BandanaManager, EventPublisher, ObjectMapper) - Constructor for class com.atlassian.confluence.impl.retention.manager.DefaultGlobalRetentionPolicyManager
 
DefaultGlobalRetentionPolicyService - Class in com.atlassian.confluence.impl.retention.service
Default service for interacting with the GlobalRetentionPolicy settings
DefaultGlobalRetentionPolicyService(GlobalRetentionPolicyManager, RetentionPolicyPermissionManager, RetentionFeatureChecker) - Constructor for class com.atlassian.confluence.impl.retention.service.DefaultGlobalRetentionPolicyService
 
DefaultGraphQL - Class in com.atlassian.confluence.plugins.restapi.graphql
 
DefaultGraphQL() - Constructor for class com.atlassian.confluence.plugins.restapi.graphql.DefaultGraphQL
 
DefaultGroupMembershipCache - Class in com.atlassian.confluence.impl.user.crowd
 
DefaultHazelcastHelper - Class in com.atlassian.confluence.cache.hazelcast
Utility that allows you to reach the underlying hazelcast instance of confluence for certain actions.
DefaultHazelcastHelper(HazelcastInstance) - Constructor for class com.atlassian.confluence.cache.hazelcast.DefaultHazelcastHelper
 
DefaultHazelcastHelper(Supplier<HazelcastInstance>) - Constructor for class com.atlassian.confluence.cache.hazelcast.DefaultHazelcastHelper
 
DefaultHealthCheckAnalyticsEventFactory - Class in com.atlassian.confluence.impl.health.analytics
 
DefaultHealthCheckAnalyticsEventFactory() - Constructor for class com.atlassian.confluence.impl.health.analytics.DefaultHealthCheckAnalyticsEventFactory
 
DefaultHealthCheckExecutor - Class in com.atlassian.confluence.impl.health
The HealthCheckExecutor implementation.
DefaultHealthCheckExecutor() - Constructor for class com.atlassian.confluence.impl.health.DefaultHealthCheckExecutor
 
DefaultHealthCheckExecutor.PrerequisiteNotInPhaseException - Exception in com.atlassian.confluence.impl.health
 
DefaultHealthCheckRegistry - Class in com.atlassian.confluence.impl.health
Stores the checks in a directed acyclic graph, based on their prerequisites.
DefaultHealthCheckRegistry() - Constructor for class com.atlassian.confluence.impl.health.DefaultHealthCheckRegistry
 
DefaultHealthCheckRunner - Class in com.atlassian.confluence.impl.health
 
DefaultHealthCheckRunner(HealthCheckExecutor, HealthCheckRegistry, JohnsonEventContainer, Supplier<HealthCheckAnalyticsSender>, UpgradeEventRegistry, ApplicationConfiguration) - Constructor for class com.atlassian.confluence.impl.health.DefaultHealthCheckRunner
 
DefaultHeartbeatManager - Class in com.atlassian.confluence.impl.health
 
DefaultHeartbeatManager(DefaultHeartbeatManager.DataStore<DefaultHeartbeatManager.CacheData>, ConfluenceUserResolver) - Constructor for class com.atlassian.confluence.impl.health.DefaultHeartbeatManager
 
DefaultHeartbeatManager(VCacheFactory, ConfluenceUserResolver) - Constructor for class com.atlassian.confluence.impl.health.DefaultHeartbeatManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
DefaultHeartbeatManager.DataStore<V> - Interface in com.atlassian.confluence.impl.health
 
DefaultHibernateConfigurator - Class in com.atlassian.confluence.setup
 
DefaultHibernateConfigurator() - Constructor for class com.atlassian.confluence.setup.DefaultHibernateConfigurator
 
DefaultHighlightParams - Class in com.atlassian.confluence.search.v2
 
DefaultHighlightParams(SearchQuery) - Constructor for class com.atlassian.confluence.search.v2.DefaultHighlightParams
Constructs a parameter object used for highlighting
DefaultHighlightParams(String, SearchQuery) - Constructor for class com.atlassian.confluence.search.v2.DefaultHighlightParams
Constructs a parameter object used for highlighting
DefaultHistoricalVersionService - Class in com.atlassian.confluence.impl.retention
Provides methods for finding and deleting Confluence Historical Content
DefaultHistoricalVersionService(ContentRetentionDao, ContentEntityManagerInternal, AttachmentManagerInternal) - Constructor for class com.atlassian.confluence.impl.retention.DefaultHistoricalVersionService
 
DefaultHitHighlighterFactory - Class in com.atlassian.confluence.impl.search.summary
 
DefaultHitHighlighterFactory(Analyzer) - Constructor for class com.atlassian.confluence.impl.search.summary.DefaultHitHighlighterFactory
 
DefaultHrefEvaluator - Class in com.atlassian.confluence.content.render.xhtml.links
An HrefEvaluator which knows how to generate href values for ConversionContextOutputType.DISPLAY and generates relative links for the browser.
DefaultHrefEvaluator(ContextPathHolder, PermissionManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.DefaultHrefEvaluator
 
DefaultHtmlToXmlConverter - Class in com.atlassian.confluence.content.render.xhtml
 
DefaultHtmlToXmlConverter() - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultHtmlToXmlConverter
 
DefaultHttpConnectionPoolService - Class in com.atlassian.confluence.internal.diagnostics.ipd.http
 
DefaultI18NBean - Class in com.atlassian.confluence.util.i18n
Responsible for fetching internationalised text given a key.
DefaultI18NBean(Locale, PluginAccessor, I18nModeManager) - Constructor for class com.atlassian.confluence.util.i18n.DefaultI18NBean
Deprecated.
since 5.2. Don't construct these directly, use DefaultI18NBeanFactory.getI18NBean(java.util.Locale)
DefaultI18NBean(Locale, PluginModuleTracker<TranslationTransform, TranslationTransformModuleDescriptor>, I18nModeManager, List<ResourceBundle>) - Constructor for class com.atlassian.confluence.util.i18n.DefaultI18NBean
Deprecated.
since 5.2. Don't construct these directly, use DefaultI18NBeanFactory.getI18NBean(java.util.Locale)
DefaultI18NBeanFactory - Class in com.atlassian.confluence.util.i18n
Produces I18NBeans which will return a bean either for the default or setup locale.
DefaultI18NBeanFactory() - Constructor for class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
 
DefaultI18NBeanFactory(PluginAccessor) - Constructor for class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
Instantiates a factory producing I18NBeans using the LocaleManager.DEFAULT_LOCALE.
DefaultI18NBeanFactory(PluginAccessor, ApplicationConfiguration) - Constructor for class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
Instantiates a factory producing I18NBeans using the SessionKeys.LOCALE_FOR_SETUP and LocaleManager.DEFAULT_LOCALE as a fallback.
DefaultI18nModeManager - Class in com.atlassian.confluence.util.i18n
 
DefaultI18nModeManager() - Constructor for class com.atlassian.confluence.util.i18n.DefaultI18nModeManager
 
DefaultImageDetailsDao - Class in com.atlassian.confluence.pages.attachments
Stores and retrieves ImageDetails via Hibernate.
DefaultImageDetailsDao(SessionFactory) - Constructor for class com.atlassian.confluence.pages.attachments.DefaultImageDetailsDao
 
DefaultImageDetailsManager - Class in com.atlassian.confluence.pages.attachments
Calculates, stores and retrieves ImageDetails for Attachments.
DefaultImageDetailsManager() - Constructor for class com.atlassian.confluence.pages.attachments.DefaultImageDetailsManager
 
DefaultImagePlaceholder - Class in com.atlassian.confluence.macro
 
DefaultImagePlaceholder(String, boolean, ImageDimensions) - Constructor for class com.atlassian.confluence.macro.DefaultImagePlaceholder
 
DefaultImagePlaceholder(String, Dimensions, boolean) - Constructor for class com.atlassian.confluence.macro.DefaultImagePlaceholder
DefaultImmutableImportProcessorSummary - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
DefaultImportContext - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
DefaultImportContext() - Constructor for class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
DefaultImportContext(String, ExportDescriptor, ConfluenceUser) - Constructor for class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
DefaultImportContext(String, ConfluenceUser) - Constructor for class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
DefaultImportContext(String, User) - Constructor for class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
DefaultImportContext(URL, ConfluenceUser) - Constructor for class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
DefaultImportContext(URL, User) - Constructor for class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
DefaultImportExportManager - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
DefaultImportExportManager(ContentPermissionManager, BootstrapManager, PageManager, EventPublisher, UpgradeManager, PluginController, PluginAccessor) - Constructor for class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
DefaultImportProcessor - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
DefaultImportProcessor(ObjectPersisterFactory, ImportProcessorContext) - Constructor for class com.atlassian.confluence.importexport.xmlimport.DefaultImportProcessor
Deprecated.
 
DefaultIncomingConnectionVerifier - Class in com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming
 
DefaultIncomingConnectionVerifier(OAuth2Service, Function<Properties, Session>) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming.DefaultIncomingConnectionVerifier
 
DefaultIncrementalSyncSubscriptionManager - Class in com.atlassian.confluence.impl.incrementalsync
 
DefaultIncrementalSyncSubscriptionManager(IncrementalSyncSubscriptionDao) - Constructor for class com.atlassian.confluence.impl.incrementalsync.DefaultIncrementalSyncSubscriptionManager
 
DefaultIndexFlushRequester - Class in com.atlassian.confluence.impl.search
This class is responsible for ensuring that index flush is requested at most once per transaction, and that it will only be scheduled once the transaction has been committed.
DefaultIndexFlushRequester(SynchronizationManagerInternal, EventPublisher, SearchIndex) - Constructor for class com.atlassian.confluence.impl.search.DefaultIndexFlushRequester
 
DefaultIndexFlushRequester.RequestIndexFlushEvent - Class in com.atlassian.confluence.impl.search
 
DefaultIndexJournalService - Class in com.atlassian.confluence.impl.index
Implementation of IndexJournalService.
DefaultIndexJournalService(JournalManager, SearchPlatformConfig, ClusterLockService) - Constructor for class com.atlassian.confluence.impl.index.DefaultIndexJournalService
 
DefaultIndexLockService - Class in com.atlassian.confluence.internal.index.lucene
The implementation of IndexLockService which initialises all lock in memory.
DefaultIndexLockService() - Constructor for class com.atlassian.confluence.internal.index.lucene.DefaultIndexLockService
 
DefaultIndexQueueItemsService - Class in com.atlassian.confluence.internal.diagnostics.ipd.index.items
Provides functionalities to retrieve information about the number of items added and processed in the index queue.
DefaultIndexQueueItemsService(IndexQueueSizeService, EventPublisher, CachedIpdState) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.index.items.DefaultIndexQueueItemsService
 
DefaultIndexQueueSizeService - Class in com.atlassian.confluence.internal.diagnostics.ipd.index
Provides functionalities to retrieve the metrics for the sizes of the current index queues.
DefaultIndexQueueSizeService() - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.index.DefaultIndexQueueSizeService
 
DefaultIndexRecoveryService - Class in com.atlassian.confluence.impl.index
This is the default implementation of IndexRecoveryService.
DefaultIndexRecoveryService(JournalStateStore, JournalDao, FileStore.Path, ClusterManager, EventPublisher, ClusterEventWrapperService, PluginAccessor, ClusterConfigurationHelper, ConfluenceDirectories, BootstrapManager, SearchPlatformConfig) - Constructor for class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
DefaultIndexTaskFactory - Class in com.atlassian.confluence.internal.search.tasks
Creates index tasks and provides conversion into queue entries for implementations of IndexTaskQueue
DefaultIndexTaskFactory(BatchOperationManager, AtlassianDocumentBuilder<Searchable>, AtlassianDocumentBuilder<Searchable>, AtlassianDocumentBuilder<Searchable>, ContentEntityObjectDaoInternal, PersonalInformationManager, UserAccessor, PersonalInformationDao, SpaceDao, PageManagerInternal, HibernateSessionManager5, ApplicationConfig, SearchableResolver) - Constructor for class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
DefaultInheritedContentPermissionManager - Class in com.atlassian.confluence.core
 
DefaultInheritedContentPermissionManager() - Constructor for class com.atlassian.confluence.core.DefaultInheritedContentPermissionManager
 
DefaultIntrospector - Class in com.atlassian.confluence.json.introspector
Override some behaviour of the JSON library JSON object to allow mapped fields to be converted to JSON objects before adding to map.
DefaultIpdHttpMonitoringService - Class in com.atlassian.confluence.internal.diagnostics.ipd.http
 
DefaultIpdHttpMonitoringService(Clock) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.http.DefaultIpdHttpMonitoringService
 
DefaultJohnsonEventSerializer - Class in com.atlassian.confluence.impl.health.web
This implementation is for Johnson Events that have the additional attributes necessary for display on the new Johnson page layout introduced in Confluence 6.5.
DefaultJohnsonEventSerializer() - Constructor for class com.atlassian.confluence.impl.health.web.DefaultJohnsonEventSerializer
 
DefaultJournalManager - Class in com.atlassian.confluence.impl.journal
This is the default implementation of JournalManager.
DefaultJournalManager(JournalDao, JournalStateStore, DefaultJournalManager.IgnoreSettings, SearchPlatformConfig, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
DefaultJournalManager.IgnoreSettings - Class in com.atlassian.confluence.impl.journal
Settings for ignoring journal entries added within the last given milliseconds.
DefaultJournalService - Class in com.atlassian.confluence.impl.journal
This is the default implementation of JournalService.
DefaultJournalService(JournalManager) - Constructor for class com.atlassian.confluence.impl.journal.DefaultJournalService
 
DefaultJsonator - Class in com.atlassian.confluence.json.jsonator
Converts a Java Bean to a JSON object.
DefaultJsonator(Introspector, Map<Class<?>, Jsonator<?>>) - Constructor for class com.atlassian.confluence.json.jsonator.DefaultJsonator
 
DefaultJsonator(Map<Class<?>, Jsonator<?>>) - Constructor for class com.atlassian.confluence.json.jsonator.DefaultJsonator
Creates a jsonator with the DefaultIntrospector and provided jsonators.
DefaultJsonatorFactory - Class in com.atlassian.confluence.json.jsonator
 
DefaultJsonatorFactory(FormatSettingsManager, LocaleManager, ContextPathHolder, I18NBeanFactory, UserProfilePictureAccessor, DocumentationBean, UserPreferencesAccessor, DateFormatterFactory, ThumbnailManager) - Constructor for class com.atlassian.confluence.json.jsonator.DefaultJsonatorFactory
 
DefaultLabelManager - Class in com.atlassian.confluence.labels
Default implementation of the label manager interface.
DefaultLabelManager(LabelDaoInternal, EventPublisher, Clock) - Constructor for class com.atlassian.confluence.labels.DefaultLabelManager
 
DefaultLabelsService - Class in com.atlassian.confluence.labels.service
 
DefaultLabelsService(LabelManager, PermissionManager, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.DefaultLabelsService
 
DefaultLanguageManager - Class in com.atlassian.confluence.languages
 
DefaultLanguageManager(PluginAccessor) - Constructor for class com.atlassian.confluence.languages.DefaultLanguageManager
 
DefaultLanguageManager(PluginAccessor, PluginEventManager, GlobalSettingsManager) - Constructor for class com.atlassian.confluence.languages.DefaultLanguageManager
 
DefaultLegacyV2RendererContextInitialiser - Class in com.atlassian.confluence.content.render.xhtml.compatibility
 
DefaultLegacyV2RendererContextInitialiser(ContextPathHolder, LinkRenderer, EmbeddedResourceRenderer) - Constructor for class com.atlassian.confluence.content.render.xhtml.compatibility.DefaultLegacyV2RendererContextInitialiser
 
DefaultLicenseService - Class in com.atlassian.confluence.license
Responsible for the decoding of a license using the v2 LicenseManager.
DefaultLicenseService(LicenseStoreInternal, LicenseManager, LicenseValidator, AtlassianLicenseFactory) - Constructor for class com.atlassian.confluence.license.DefaultLicenseService
 
DefaultLifecycleManager - Class in com.atlassian.confluence.impl.setup
Default Confluence implementation of LifecycleManager
DefaultLifecycleManager(EventPublisher, PluginAccessor) - Constructor for class com.atlassian.confluence.impl.setup.DefaultLifecycleManager
 
DefaultLikeManager - Class in com.atlassian.confluence.like
 
DefaultLikeManager(PlatformTransactionManager, LikeEntityDao, EventPublisher, PermissionManager, ConfluenceAccessManager, ContentEntityManager, AccessModeService) - Constructor for class com.atlassian.confluence.like.DefaultLikeManager
 
DefaultLikeNotificationManager - Class in com.atlassian.confluence.plugins.like.notifications
 
DefaultLikeNotificationManager(UserAccessor, NotificationManager, LikeManager, NetworkService, NotificationDao, ContentEntityManager) - Constructor for class com.atlassian.confluence.plugins.like.notifications.DefaultLikeNotificationManager
 
DefaultLink - Class in com.atlassian.confluence.content.render.xhtml.model.links
 
DefaultLink(ResourceIdentifier, LinkBody<?>) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
Deprecated.
DefaultLink(ResourceIdentifier, LinkBody<?>, String, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
Deprecated.
DefaultLinkBuilder - Class in com.atlassian.confluence.content.render.xhtml.model.links
Builds instances of DefaultLink
DefaultLinkManager - Class in com.atlassian.confluence.links
 
DefaultLinkManager() - Constructor for class com.atlassian.confluence.links.DefaultLinkManager
 
DefaultLinkRenderer - Class in com.atlassian.confluence.content.render.xhtml
 
DefaultLinkRenderer(Marshaller<Link>) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultLinkRenderer
 
DefaultListBuilder<T> - Class in com.atlassian.confluence.core
Skeleton implementation of a list builder that takes care of maintaining the class invariants but delegates the final building of the list to a callback function.
DefaultLocaleManager - Class in com.atlassian.confluence.impl.locale
 
DefaultLocaleManager - Class in com.atlassian.confluence.languages
Deprecated.
since 7.20 Replaced by DefaultLocaleManager
DefaultLocaleManager() - Constructor for class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
since 7.5
DefaultLocaleManager(GlobalSettingsManager, UserAccessor, LanguageManager, VCacheFactory) - Constructor for class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
DefaultLocaleManager(GlobalSettingsManager, UserPreferencesAccessor, UserExistenceChecker, LanguageManager, CacheFactory, ApplicationConfiguration) - Constructor for class com.atlassian.confluence.impl.locale.DefaultLocaleManager
 
DefaultLogging - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
DefaultLoginManager - Class in com.atlassian.confluence.impl.security.login
Default LoginManager that keeps track of login activity.
DefaultLoginManager(GlobalSettingsManager, UserAccessor, CacheFactory, Clock, UserLoginInfoDao, PersonalInformationManager) - Constructor for class com.atlassian.confluence.impl.security.login.DefaultLoginManager
 
DefaultLoginPageFunctionalityService - Class in com.atlassian.confluence.impl.security.login
 
DefaultLoginPageFunctionalityService(ClusterManager, UpgradeManager, GlobalSettingsManager, UserAccessor, WritableDirectoryExistsCriteria, DarkFeaturesManager, WebInterfaceManager, SignupManager) - Constructor for class com.atlassian.confluence.impl.security.login.DefaultLoginPageFunctionalityService
 
DefaultLongRunningTaskManager - Class in com.atlassian.confluence.util.longrunning
 
DefaultLongRunningTaskManager(PermissionManager, ActivityMonitor, LongRunningTaskMonitor, EventListenerRegistrar) - Constructor for class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
DefaultLuceneIndexSnapshotManager - Class in com.atlassian.confluence.internal.index.lucene.snapshot
Manage all Lucene index snapshots.
DefaultLuceneIndexSnapshotManager(PluginAccessor, BootstrapManager, FilesystemPath, JournalStateStore) - Constructor for class com.atlassian.confluence.internal.index.lucene.snapshot.DefaultLuceneIndexSnapshotManager
 
DefaultLuceneIndexSnapshotManager(PluginAccessor, BootstrapManager, FilesystemPath, JournalStateStore, Function<Path, Optional<Long>>) - Constructor for class com.atlassian.confluence.internal.index.lucene.snapshot.DefaultLuceneIndexSnapshotManager
 
DefaultMacroBrowserManager - Class in com.atlassian.confluence.macro.browser
Default MacroBrowserManager implementation.
DefaultMacroBrowserManager(MacroMetadataManager) - Constructor for class com.atlassian.confluence.macro.browser.DefaultMacroBrowserManager
 
DefaultMacroCounter - Class in com.atlassian.confluence.macro.count
Aggregates macro usages by macro name
DefaultMacroCounter() - Constructor for class com.atlassian.confluence.macro.count.DefaultMacroCounter
 
DefaultMacroIconManager - Class in com.atlassian.confluence.macro.browser
 
DefaultMacroIconManager(RequestFactory<?>, ServletContextFactory, WebResourceUrlProvider, PluginResourceLocator) - Constructor for class com.atlassian.confluence.macro.browser.DefaultMacroIconManager
 
DefaultMacroIdSupplier - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
The default implementation of MacroIdSupplier which uses a randomly generated UUID to generate a unique MacroId.
DefaultMacroIdSupplier() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultMacroIdSupplier
 
DefaultMacroManager - Class in com.atlassian.confluence.renderer
 
DefaultMacroManager() - Constructor for class com.atlassian.confluence.renderer.DefaultMacroManager
 
DefaultMacroMetadataClientCacheKeyManager - Class in com.atlassian.confluence.macro.browser
 
DefaultMacroMetadataClientCacheKeyManager() - Constructor for class com.atlassian.confluence.macro.browser.DefaultMacroMetadataClientCacheKeyManager
 
DefaultMacroMetadataManager - Class in com.atlassian.confluence.macro.browser
Manager providing MacroMetadata about the Macros in Confluence.
DefaultMacroMetadataManager(PluginAccessor, EventListenerRegistrar) - Constructor for class com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager
 
DefaultMacroMetadataProvider<T extends com.atlassian.plugin.ModuleDescriptor<Macro> & MacroMetadataSource> - Class in com.atlassian.confluence.macro.browser
 
DefaultMacroMetadataProvider(AllMacroMetadataProvider<T>, Class<T>) - Constructor for class com.atlassian.confluence.macro.browser.DefaultMacroMetadataProvider
 
DefaultMacroMetadataProvider(AllMacroMetadataProvider<T>, Class<T>, ModuleDescriptorPredicate<Macro>) - Constructor for class com.atlassian.confluence.macro.browser.DefaultMacroMetadataProvider
 
DefaultMacroMigrationManager - Class in com.atlassian.confluence.macro.xhtml
Listens for plugin events and registers / unregisters the macro migration tasks with itself.
DefaultMacroMigrationManager(MacroMigration, MacroMigration, MacroMigration, MacroManager, MacroManager, MacroManager, Set<String>) - Constructor for class com.atlassian.confluence.macro.xhtml.DefaultMacroMigrationManager
Sets the macro manager and the migration tasks for the rich text and plain text migrations.
DefaultMacroParameterSerializer - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
Serializes and deserializes macro parameters in the following format a=b|c=d.
DefaultMacroParameterSerializer() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultMacroParameterSerializer
 
DefaultMacroReplacementRendererRepository - Class in com.atlassian.confluence.content.render.xhtml.migration
A MacroReplacementRendererRepository that looks up MacroReplacementRenderers based on the class of the macro to be replaced.
DefaultMacroReplacementRendererRepository(Set<MacroReplacementRenderer>) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.DefaultMacroReplacementRendererRepository
 
DefaultMacroSchemaMigrator - Class in com.atlassian.confluence.impl.macro.schema
 
DefaultMacroSchemaMigrator(PluginAccessor) - Constructor for class com.atlassian.confluence.impl.macro.schema.DefaultMacroSchemaMigrator
 
DefaultMailContentProcessor - Class in com.atlassian.confluence.mail
Delegates to a list of other MailContentProcessor implementations.
DefaultMailContentProcessor(List<MailContentProcessor>) - Constructor for class com.atlassian.confluence.mail.DefaultMailContentProcessor
 
DefaultMailQueueManager - Class in com.atlassian.confluence.mail
 
DefaultMailQueueManager(TaskQueueWithErrorQueue, EventPublisher) - Constructor for class com.atlassian.confluence.mail.DefaultMailQueueManager
 
DefaultMailServerExistsCriteria - Class in com.atlassian.confluence.admin.criteria
Checks to see whether a default SMTP mail server has been created.
DefaultMailServerExistsCriteria(SettingsManager, MailServerManager) - Constructor for class com.atlassian.confluence.admin.criteria.DefaultMailServerExistsCriteria
 
DefaultManagedScheduledJobRegistry - Class in com.atlassian.confluence.schedule.managers
Default implementation that manages the static job data (i.e.
DefaultManagedScheduledJobRegistry(ClusterManager, SchedulerService, Collection<ManagedScheduledJob>) - Constructor for class com.atlassian.confluence.schedule.managers.DefaultManagedScheduledJobRegistry
 
DefaultMarshallerMetricsAccumulator - Class in com.atlassian.confluence.impl.content.render.xhtml.analytics
Default implementation of MarshallerMetricsAccumulator.
DefaultMarshallerMetricsAccumulator() - Constructor for class com.atlassian.confluence.impl.content.render.xhtml.analytics.DefaultMarshallerMetricsAccumulator
 
DefaultMarshallingRegistry - Class in com.atlassian.confluence.content.render.xhtml
 
DefaultMarshallingRegistry() - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultMarshallingRegistry
 
DefaultMembershipCache - Class in com.atlassian.confluence.impl.user.crowd
The cache maps a CachedCrowdMembershipCacheKey representing a user (or group) in a particular directory to a Map&lt;String, String&gt; where each entry in the map represents a group that the user (or group) is a member of.
DefaultMembershipCache(TransactionAwareCacheFactory) - Constructor for class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
DefaultMergerManager - Class in com.atlassian.confluence.util.diffs
A cache to make access to the merger provided by the plugin framework fast.
DefaultMergerManager(PluginAccessor, XmlEventReaderFactory, XMLOutputFactory) - Constructor for class com.atlassian.confluence.util.diffs.DefaultMergerManager
 
DefaultMessage - Class in com.atlassian.confluence.util.message
A global message (aka.
DefaultMessage() - Constructor for class com.atlassian.confluence.util.message.DefaultMessage
Default constructor
DefaultMessage(String, String) - Constructor for class com.atlassian.confluence.util.message.DefaultMessage
Message will be shown a closable by default.
DefaultMessage(String, String, boolean) - Constructor for class com.atlassian.confluence.util.message.DefaultMessage
Constructor without explicit visible parameter.
DefaultMessage(String, String, boolean, boolean) - Constructor for class com.atlassian.confluence.util.message.DefaultMessage
 
DefaultMessage(String, String, String, boolean) - Constructor for class com.atlassian.confluence.util.message.DefaultMessage
 
DefaultMessageHolder - Class in com.atlassian.confluence.validation
 
DefaultMessageHolderFactory - Class in com.atlassian.confluence.validation
 
DefaultMessageHolderFactory() - Constructor for class com.atlassian.confluence.validation.DefaultMessageHolderFactory
 
DefaultMessageManager - Class in com.atlassian.confluence.util.message
Combines different message managers into one
DefaultMessageManager(List<MessageManager>) - Constructor for class com.atlassian.confluence.util.message.DefaultMessageManager
 
DefaultMimetypesExtensionTranslationMapFactory - Class in com.atlassian.confluence.core
As MimeTypesFileTypeMap only allows one way conversion (from file to mime type) this class manually parses the file and can be used for reverse mapping.
DefaultMimetypesExtensionTranslationMapFactory() - Constructor for class com.atlassian.confluence.core.DefaultMimetypesExtensionTranslationMapFactory
 
DefaultMimetypesFileTypeMapFactory - Class in com.atlassian.confluence.core
 
DefaultMimetypesFileTypeMapFactory() - Constructor for class com.atlassian.confluence.core.DefaultMimetypesFileTypeMapFactory
 
defaultNormalizers() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.normalizer.ConfluenceDefaultNormalizerFactory
Create the default normalizers.
DefaultNotificationManager - Class in com.atlassian.confluence.mail.notification
 
DefaultNotificationManager(NotificationDaoInternal, EventPublisher) - Constructor for class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
DefaultNotificationRenderManager - Class in com.atlassian.confluence.plugin.descriptor.mail
 
DefaultNotificationRenderManager() - Constructor for class com.atlassian.confluence.plugin.descriptor.mail.DefaultNotificationRenderManager
 
DefaultNotificationsSender - Class in com.atlassian.confluence.mail.notification
 
DefaultNotificationsSender(UserAccessor, MultiQueueTaskManager, NotificationManager, Renderer, PermissionManager, FormatSettingsManager, WebResourceManager, I18NBeanFactory, LocaleManager, Differ, NotificationRenderManager, DataSourceFactory, ConfluenceAccessManager) - Constructor for class com.atlassian.confluence.mail.notification.DefaultNotificationsSender
 
DefaultOAuth2Service - Class in com.atlassian.confluence.impl.oauth2
 
DefaultOAuth2Service(ClientConfigStorageService, ClientTokenStorageService, FlowRequestService, TokenHandler) - Constructor for class com.atlassian.confluence.impl.oauth2.DefaultOAuth2Service
 
DefaultOpenSearchHealthCheckUtil - Class in com.atlassian.confluence.plugins.opensearch.healthcheck
Default OpenSearch HealthCheckUtil which uses the cluster health endpoint to check cluster health
DefaultOpenSearchHealthCheckUtil(OpenSearchClient, TransactionTemplate, EntityManagerProvider, OpenSearchConfig) - Constructor for class com.atlassian.confluence.plugins.opensearch.healthcheck.DefaultOpenSearchHealthCheckUtil
 
DefaultOpenSearchSearchManager - Class in com.atlassian.confluence.plugins.opensearch
OpenSearch implementation that provides searching functionality on core indexes.
DefaultOpenSearchSearchManager(OpenSearchClient, DelegatingQueryMapper, OpenSearchConfig, ISearchResultConverter, DelegatingSortMapper, EventPublisher, SearchTokenTracker) - Constructor for class com.atlassian.confluence.plugins.opensearch.DefaultOpenSearchSearchManager
 
DefaultPageManager - Class in com.atlassian.confluence.impl.content
 
DefaultPageManager(PageDaoInternal, ContentEntityObjectDaoInternal, HibernateSessionManager5, WikiToStorageConverter, EventPublisher, BlogPostDao, AbstractPageDaoInternal, SpaceDao, ContentPropertyManager, PermissionManager, LoginManager, ExceptionTolerantMigrator, CollaborativeEditingHelper, RelationManager, SpacePermissionQueryManager, ContentPermissionManager, ClusterLockService, PlatformTransactionManager, AuditingContext, RetentionFeatureChecker, ContentReconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler, SessionFactory, NotificationManager, Function<PageManagerInternal, BulkPageCopy>, Function<PageManagerInternal, BulkPageDelete>, User2ContentHibernateRelationDao) - Constructor for class com.atlassian.confluence.impl.content.DefaultPageManager
 
DefaultPageNameConflictResolver - Class in com.atlassian.confluence.pages.persistence.dao.bulk.impl
Default page name conflict resolver.
DefaultPageNameConflictResolver() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.impl.DefaultPageNameConflictResolver
 
DefaultPageNameConflictResolver(PageNameConflictResolver) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.impl.DefaultPageNameConflictResolver
 
DefaultPageService - Class in com.atlassian.confluence.content.service
 
DefaultPageService(PageManager, PermissionManager, ContentPermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, ContentPropertyManager, LabelManager, Supplier<DraftsTransitionHelper>, MovePageCommandHelper) - Constructor for class com.atlassian.confluence.content.service.DefaultPageService
 
DefaultPageService(PageManager, PermissionManager, ContentPermissionManager, DraftService, AttachmentManager, NotificationManager, EventPublisher, ContentPropertyManager, LabelManager, Supplier<DraftsTransitionHelper>, LongRunningTaskManagerInternal) - Constructor for class com.atlassian.confluence.content.service.DefaultPageService
Deprecated.
since 8.1
DefaultPageTemplateManager - Class in com.atlassian.confluence.pages.templates
 
DefaultPageTemplateManager() - Constructor for class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
DefaultPageUpdateService - Class in com.atlassian.confluence.content.service.experimental
 
DefaultPageUpdateService(PageManagerInternal, TransactionTemplate, ContentReconciliationManager) - Constructor for class com.atlassian.confluence.content.service.experimental.DefaultPageUpdateService
 
DefaultPathConverterManager - Class in com.atlassian.confluence.servlet.simpledisplay
Default (memory-based) PathConverterManager.
DefaultPathConverterManager() - Constructor for class com.atlassian.confluence.servlet.simpledisplay.DefaultPathConverterManager
 
DefaultPermissionManager - Class in com.atlassian.confluence.security
Default implementation of PermissionManager.
DefaultPermissionManager() - Constructor for class com.atlassian.confluence.security.DefaultPermissionManager
 
DefaultPermissionOverrideExtensionProvider - Class in com.atlassian.confluence.core
The provider returns a list of valid PermissionOverrideExtension instances.
DefaultPermissionOverrideExtensionProvider(PluginAccessor, PluginEventManager, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.core.DefaultPermissionOverrideExtensionProvider
 
DefaultPermissionsAdministrator - Class in com.atlassian.confluence.impl.security.administrators
The view administrator used jointly by global and space permissions actions
DefaultPermissionsAdministrator - Class in com.atlassian.confluence.security.administrators
Deprecated.
since 7.17
DefaultPermissionsAdministrator() - Constructor for class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator
Deprecated.
 
DefaultPermissionsAdministrator(PermissionResolver, GroupResolver) - Constructor for class com.atlassian.confluence.impl.security.administrators.DefaultPermissionsAdministrator
 
DefaultPermissionsAdministrator.GroupPermissionRow - Class in com.atlassian.confluence.security.administrators
Deprecated.
 
DefaultPermissionsAdministrator.UnlicensedPermissionRow - Class in com.atlassian.confluence.security.administrators
Deprecated.
Used for both anonymous and "all authenticated user" permissions categories
DefaultPermissionsAdministrator.UserPermissionRow - Class in com.atlassian.confluence.security.administrators
Deprecated.
 
DefaultPersonalInformationManager - Class in com.atlassian.confluence.impl.content
 
DefaultPersonalInformationManager(ContentEntityObjectDaoInternal, SessionFactory, WikiToStorageConverter, EventPublisher, PersonalInformationDao, RelationManager, CollaborativeEditingHelper, AuditingContext, RetentionFeatureChecker, NotificationManager) - Constructor for class com.atlassian.confluence.impl.content.DefaultPersonalInformationManager
 
DefaultPlaceholderImageFactory - Class in com.atlassian.confluence.plugins.templates.servlet
 
DefaultPlaceholderImageFactory - Class in com.atlassian.confluence.tinymceplugin.placeholder
 
DefaultPlaceholderImageFactory(FontProvider) - Constructor for class com.atlassian.confluence.plugins.templates.servlet.DefaultPlaceholderImageFactory
 
DefaultPlaceholderImageFactory(FontProvider) - Constructor for class com.atlassian.confluence.tinymceplugin.placeholder.DefaultPlaceholderImageFactory
 
DefaultPlaceholderUrlFactory - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
 
DefaultPlaceholderUrlFactory(int, SettingsManager, ContextPathHolder, LocaleManager, MacroDefinitionSerializer) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultPlaceholderUrlFactory
 
DefaultPluginDataSourceFactory - Class in com.atlassian.confluence.core
 
DefaultPluginDataSourceFactory(FileTypeMap, Function<Pair<Plugin, PluginDataSourceFactory.ResourceView>, InputStream>, Plugin) - Constructor for class com.atlassian.confluence.core.DefaultPluginDataSourceFactory
 
DefaultPluginInstaller - Class in com.atlassian.confluence.plugin
A default implementation for a plugin repository which simply delegates to a PluginDataDao.
DefaultPluginInstaller() - Constructor for class com.atlassian.confluence.plugin.DefaultPluginInstaller
 
DefaultPluginModuleFactory<T> - Class in com.atlassian.confluence.plugin.module
 
DefaultPluginModuleFactory(ModuleDescriptor<? extends T>) - Constructor for class com.atlassian.confluence.plugin.module.DefaultPluginModuleFactory
 
DefaultPluginUpgradeFinalizationManager - Class in com.atlassian.sal.confluence.lifecycle
An sub-class of SAL's DefaultPluginUpgradeManager that specifically manages the lifecycle of PluginUpgradeFinalizationTasks in the context of ZDU, i.e.
DefaultPluginUpgradeFinalizationManager(List<PluginUpgradeTask>, TransactionTemplate, PluginAccessor, PluginSettingsFactory, PluginEventManager, ClusterLockService, ZduManager) - Constructor for class com.atlassian.sal.confluence.lifecycle.DefaultPluginUpgradeFinalizationManager
 
DefaultPopularContentQueries - Class in com.atlassian.confluence.plugins.edgeindex
 
DefaultPopularContentQueries(EdgeQueries, ContentEntityManager) - Constructor for class com.atlassian.confluence.plugins.edgeindex.DefaultPopularContentQueries
 
DefaultPredefinedSearchBuilder - Class in com.atlassian.confluence.search.service
 
DefaultPredefinedSearchBuilder(PermissionManager, SpaceManager, LabelManager, SiteSearchPermissionsQueryFactory, ConfluenceUserDao) - Constructor for class com.atlassian.confluence.search.service.DefaultPredefinedSearchBuilder
Deprecated.
since 9.3
DefaultPreferences - Class in com.atlassian.core.user.preferences
Deprecated.
since 8.8 no replacement
DefaultPreferences() - Constructor for class com.atlassian.core.user.preferences.DefaultPreferences
Deprecated.
 
DefaultProgress - Class in com.atlassian.confluence.util
Thread-safe class for tracking progress.
DefaultProgress(int) - Constructor for class com.atlassian.confluence.util.DefaultProgress
 
DefaultProgress(int, int) - Constructor for class com.atlassian.confluence.util.DefaultProgress
 
defaultProperties - Static variable in class com.atlassian.confluence.util.LicenseTestHelper
 
DefaultPropertySetManager - Class in com.atlassian.confluence.core
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.9, for removal in 10.0. Please use one of the linked alternatives instead.
DefaultPropertySetManager() - Constructor for class com.atlassian.confluence.core.DefaultPropertySetManager
Deprecated.
 
DefaultQueryFactory - Class in com.atlassian.confluence.impl.search.v2
A default implementation of QueryFactory that maps query type keys to plugin module complete keys.
DefaultQueryFactory(PluginAccessor) - Constructor for class com.atlassian.confluence.impl.search.v2.DefaultQueryFactory
Construct a new query factory
DefaultRecoveryFileGenerator - Class in com.atlassian.confluence.upgrade.recovery
This class uses DB Exporter library to create an upgrade recovery file.
DefaultRecoveryFileGenerator(PlatformTransactionManager) - Constructor for class com.atlassian.confluence.upgrade.recovery.DefaultRecoveryFileGenerator
 
DefaultReIndexJobManager - Class in com.atlassian.confluence.internal.index.status
This implementation of ReIndexJobManager listens to indexing-related events and update re-index status accordingly
DefaultReIndexService - Class in com.atlassian.confluence.plugins.rest.jackson2.service
 
DefaultReIndexService(ReIndexJobManager, EventPublisher, ClusterLockService, ClusterManager, TransactionTemplate, SearchPlatformConfig) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.service.DefaultReIndexService
 
DefaultRelatedContentRefactorer - Class in com.atlassian.confluence.links
A component responsible for refactoring the relationships between pages.
DefaultRelatedContentRefactorer(PageManager, LinkManager, LinksUpdater) - Constructor for class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
 
DefaultRelationManager - Class in com.atlassian.confluence.internal.relations
 
DefaultRelationManager(Content2ContentHibernateRelationDao, User2ContentHibernateRelationDao, User2UserHibernateRelationDao) - Constructor for class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
DefaultRenderer - Class in com.atlassian.confluence.content.render.xhtml
Implementation outputting XHTML suitable for display in browsers.
DefaultRenderer(Transformer, I18NBeanFactory, LegacyV2RendererContextInitialiser, SettingsManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
Deprecated.
since 5.6
DefaultRenderer(Transformer, I18NBeanFactory, LegacyV2RendererContextInitialiser, SettingsManager, RenderingEventPublisher) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
Deprecated.
DefaultRenderer(Transformer, I18NBeanFactory, LegacyV2RendererContextInitialiser, SettingsManager, RenderingEventPublisher, ContentResourcePrefetcher) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
 
DefaultRenderer(Transformer, I18NBeanFactory, LegacyV2RendererContextInitialiser, SettingsManager, RenderingEventPublisher, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
Deprecated.
DefaultRenderer(Transformer, I18NBeanFactory, LegacyV2RendererContextInitialiser, SettingsManager, RenderingEventPublisher, String, ContentResourcePrefetcher) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
 
DefaultRenderer(Transformer, I18NBeanFactory, LegacyV2RendererContextInitialiser, SettingsManager, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
Deprecated.
since 5.6
DefaultRenderingService - Class in com.atlassian.confluence.content.service
 
DefaultRenderingService() - Constructor for class com.atlassian.confluence.content.service.DefaultRenderingService
 
DefaultRenderingService.RenderMode - Enum Class in com.atlassian.confluence.content.service
 
DefaultResourceIdentifierContextUtility - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
DefaultResourceIdentifierContextUtility(ResourceIdentifierFactory, ResourceIdentifierMatcher) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierContextUtility
 
DefaultResourceIdentifierFactory - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Generates resource identifiers that contain some of the actual state of the resource.
DefaultResourceIdentifierFactory() - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierFactory
 
DefaultResourceIdentifierMatcher - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Match a ContentEntityObject against the supplied ResourceIdentifier.
DefaultResourceIdentifierMatcher() - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
 
DefaultRestAttachmentManager - Class in com.atlassian.confluence.plugins.rest.jackson2.manager
 
DefaultRestAttachmentManager(AttachmentManager, PermissionManager, GlobalSettingsManager, ThumbnailManager, DateEntityFactory) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestAttachmentManager
 
DefaultRestContentManager - Class in com.atlassian.confluence.plugins.rest.jackson2.manager
 
DefaultRestContentManager(ContentEntityManager, PermissionManager, PageManager, RestAttachmentManager, EntityBuilderFactory) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestContentManager
 
DefaultRestEntityEnrichmentManager - Class in com.atlassian.confluence.plugins.restapi.enrich
 
DefaultRestEntityEnrichmentManager(RestNavigationService, GraphQL, DefaultRestEntityFactory) - Constructor for class com.atlassian.confluence.plugins.restapi.enrich.DefaultRestEntityEnrichmentManager
 
DefaultRestEntityFactory - Class in com.atlassian.confluence.rest.serialization.jackson2
 
DefaultRestEntityFactory() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.DefaultRestEntityFactory
 
DefaultRestNavigationService - Class in com.atlassian.confluence.plugins.rest.navigation.v2.impl
 
DefaultRestNavigationService(ApplicationProperties) - Constructor for class com.atlassian.confluence.plugins.rest.navigation.v2.impl.DefaultRestNavigationService
 
DefaultRestSearchService - Class in com.atlassian.confluence.plugins.rest.jackson2.service
 
DefaultRestSearchService(ContentNameSearcher, QueryTokenizer, SearchManager, PredefinedSearchBuilder, CrowdService, EntityBuilderFactory, PermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.service.DefaultRestSearchService
 
DefaultRestSpaceManager - Class in com.atlassian.confluence.plugins.rest.jackson2.manager
Default implementation of the RestSpaceManager.
DefaultRestSpaceManager(SpaceManager, PageManager, DefaultRestContentManager, EntityBuilderFactory) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestSpaceManager
 
DefaultRestUserSessionManager - Class in com.atlassian.confluence.plugins.rest.jackson2.manager
 
DefaultRestUserSessionManager(HttpContext, RestContentManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestUserSessionManager
 
DefaultRetentionFeatureChecker - Class in com.atlassian.confluence.impl.retention
 
DefaultRetentionFeatureChecker(DarkFeatureManager, LicenseService) - Constructor for class com.atlassian.confluence.impl.retention.DefaultRetentionFeatureChecker
 
DefaultRetentionPolicyPermissionManager - Class in com.atlassian.confluence.impl.retention.manager
Enforce permission model for retention policies as described here.
DefaultRetentionPolicyPermissionManager(PermissionManager, GlobalRetentionPolicyManager, SpaceRetentionPolicyManager, SpaceManagerInternal) - Constructor for class com.atlassian.confluence.impl.retention.manager.DefaultRetentionPolicyPermissionManager
 
DefaultRetentionPolicyPermissionService - Class in com.atlassian.confluence.impl.retention.service
Default service for getting a user's permission to edit a space's retention policy
DefaultRetentionPolicyPermissionService(RetentionPolicyPermissionManager, SpaceManagerInternal) - Constructor for class com.atlassian.confluence.impl.retention.service.DefaultRetentionPolicyPermissionService
 
DefaultRetentionRulesChecker - Class in com.atlassian.confluence.impl.retention.rules
An implementation of RetentionRulesChecker using search index to scan space policies
DefaultRetentionRulesChecker(GlobalRetentionPolicyManager, SearchManager) - Constructor for class com.atlassian.confluence.impl.retention.rules.DefaultRetentionRulesChecker
 
DefaultSaveContext - Class in com.atlassian.confluence.core
 
DefaultSaveContext(boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.core.DefaultSaveContext
Deprecated.
since 6.0. Use the DefaultSaveContext.builder() or one of the final, pre-constructed contexts.
DefaultSaveContext(boolean, boolean, boolean, PageUpdateTrigger) - Constructor for class com.atlassian.confluence.core.DefaultSaveContext
Deprecated.
since 6.0. Use the DefaultSaveContext.builder() or one of the final, pre-constructed contexts.
DefaultSaveContext.Builder - Class in com.atlassian.confluence.core
 
DefaultScheduledJobManager - Class in com.atlassian.confluence.schedule.managers
Implementation of the ScheduledJobManager, co-ordinates access to the scheduler, persisted configuration (in Bandana), transient status (in caches), and static data (in the job registry).
DefaultScheduledJobManager(ScheduledJobDao, SchedulerService, ManagedScheduledJobRegistry, AuditService, ScheduledJobStatusManager, TimeZoneManager, EventPublisher) - Constructor for class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
DefaultScheduledJobStatusManager - Class in com.atlassian.confluence.schedule.managers
Default implementation.
DefaultScheduledJobStatusManager(ScheduledJobDao, SchedulerService, InternalRunDetailsDao) - Constructor for class com.atlassian.confluence.schedule.managers.DefaultScheduledJobStatusManager
 
DefaultSchedulerRunDetailsManager - Class in com.atlassian.confluence.schedule.managers
The default implementation of the SchedulerRunDetailsManager interface.
DefaultSchedulerRunDetailsManager(InternalRunDetailsDao, SchedulerService) - Constructor for class com.atlassian.confluence.schedule.managers.DefaultSchedulerRunDetailsManager
 
DefaultScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.score
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.7.0
DefaultScoreFunctionFactory() - Constructor for class com.atlassian.confluence.impl.search.v2.score.DefaultScoreFunctionFactory
Deprecated.
 
DefaultSearch - Class in com.atlassian.confluence.search.v2
 
DefaultSearch(List<Index>, SearchQuery, SearchSort) - Constructor for class com.atlassian.confluence.search.v2.DefaultSearch
Deprecated, for removal: This API element is subject to removal in a future version.
DefaultSearch(List<Index>, SearchQuery, SearchSort, int, int) - Constructor for class com.atlassian.confluence.search.v2.DefaultSearch
Deprecated, for removal: This API element is subject to removal in a future version.
DefaultSearch.Builder - Class in com.atlassian.confluence.search.v2
 
DefaultSearchableContentExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
An extractor responsible for extracting the body content from various Confluence content types and adding it to the defaultSearchableText.
DefaultSearchableContentExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.DefaultSearchableContentExtractor
 
DefaultSearchEntitiesManager - Class in com.atlassian.confluence.user
 
DefaultSearchEntitiesManager(PermissionManager, EntityQueryParser) - Constructor for class com.atlassian.confluence.user.DefaultSearchEntitiesManager
 
DefaultSearcherInitialisation - Class in com.atlassian.confluence.impl.search.v2.lucene
 
DefaultSearcherInitialisation() - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.DefaultSearcherInitialisation
 
DefaultSearchResultResultRenderer - Class in com.atlassian.confluence.internal.search
Loaded as a spring bean and is the default renderer that DelegatedSearchResultRenderer falls back on when no other renderer can be found.
DefaultSearchResultResultRenderer(VelocityHelperService) - Constructor for class com.atlassian.confluence.internal.search.DefaultSearchResultResultRenderer
 
DefaultSearchResults - Class in com.atlassian.confluence.search.v2
Default implementation of SearchResults
DefaultSearchResults(List<? extends SearchResult>, int) - Constructor for class com.atlassian.confluence.search.v2.DefaultSearchResults
 
DefaultSearchResults(List<? extends SearchResult>, int, SearchWithToken) - Constructor for class com.atlassian.confluence.search.v2.DefaultSearchResults
 
DefaultSearchResults(List<? extends SearchResult>, int, SearchWithToken, List<String>) - Constructor for class com.atlassian.confluence.search.v2.DefaultSearchResults
 
DefaultSearchResults(List<? extends SearchResult>, int, SearchWithToken, List<String>, String) - Constructor for class com.atlassian.confluence.search.v2.DefaultSearchResults
 
DefaultSearchResults(List<? extends SearchResult>, int, String) - Constructor for class com.atlassian.confluence.search.v2.DefaultSearchResults
 
DefaultSearchResultTransformer - Class in com.atlassian.confluence.internal.search.contentnames.v2
 
DefaultSearchResultTransformer(ContentTypesDisplayMapper) - Constructor for class com.atlassian.confluence.internal.search.contentnames.v2.DefaultSearchResultTransformer
 
DefaultSearchWithToken - Class in com.atlassian.confluence.search.v2
 
DefaultSearchWithToken(ISearch, long) - Constructor for class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
DefaultServiceCommandValidator - Class in com.atlassian.confluence.core.service
 
DefaultServiceCommandValidator() - Constructor for class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
 
DefaultSetSpacePermissionChecker - Class in com.atlassian.confluence.security
 
DefaultSetSpacePermissionChecker() - Constructor for class com.atlassian.confluence.security.DefaultSetSpacePermissionChecker
 
DefaultSettingsManager - Class in com.atlassian.confluence.setup.settings
Deprecated.
since 7.7, replaced by DelegatingLegacySettingsManager
DefaultSettingsManager() - Constructor for class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
DefaultSetupPersister - Class in com.atlassian.confluence.setup
 
DefaultSetupPersister() - Constructor for class com.atlassian.confluence.setup.DefaultSetupPersister
 
DefaultShortcutLinksManager - Class in com.atlassian.confluence.renderer
 
DefaultShortcutLinksManager() - Constructor for class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
 
DefaultSignupManager - Class in com.atlassian.confluence.user
Handles easy-user creation in its myriad forms.
DefaultSignupManager(BandanaManager, SecureTokenGenerator, UserVerificationTokenManager, CrowdService, SettingsManager, WikiStyleRenderer, EmailService, NotificationsSender, EventPublisher, UserChecker, PersonalInformationManager, MultiQueueTaskManager, I18NBeanFactory, DataSourceFactory) - Constructor for class com.atlassian.confluence.user.DefaultSignupManager
 
DefaultSignupValidator - Class in com.atlassian.confluence.user
Validates whether a new User (assumed to be itself valid) can be self-signed up for this instance.
DefaultSignupValidator(SignupManager, UserChecker, BootstrapManager) - Constructor for class com.atlassian.confluence.user.DefaultSignupValidator
 
DefaultSiteMigrator - Class in com.atlassian.confluence.content.render.xhtml.migration
 
DefaultSiteMigrator(int, SessionFactory, PlatformTransactionManager, ContentDao, ExceptionTolerantMigrator, CacheFlusher, BatchableWorkSource<ContentEntityObject>, String, String, LifecycleAwareSchedulerService) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.DefaultSiteMigrator
 
DefaultSiteSearchPermissionsQueryFactory - Class in com.atlassian.confluence.impl.search.v2
This factory creates the appropriate SearchQuery for filtering the documents based on the permissions granted to a user.
DefaultSiteSearchPermissionsQueryFactory(UserAccessor, PermissionManager, SpacePermissionQueryFactory) - Constructor for class com.atlassian.confluence.impl.search.v2.DefaultSiteSearchPermissionsQueryFactory
 
DefaultSiteTextSearchQueryFactory - Class in com.atlassian.confluence.internal.search.v2
Relocation from confluence-search plugin.
DefaultSiteTextSearchQueryFactory(LuceneAnalyzerFactory, LuceneQueryParserFactory, SiteTextSearchSpanQueryBuilder, EventPublisher, Supplier<Boolean>) - Constructor for class com.atlassian.confluence.internal.search.v2.DefaultSiteTextSearchQueryFactory
 
DefaultSoftCleanupStatusService - Class in com.atlassian.confluence.impl.retention
Default service for interacting with VersionsRemovalStatus object
DefaultSoftCleanupStatusService(BandanaManager) - Constructor for class com.atlassian.confluence.impl.retention.DefaultSoftCleanupStatusService
 
DefaultSortMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
Deprecated.
since 7.0 use FieldSortMapper.
DefaultSortMapper(String, String) - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.DefaultSortMapper
Deprecated.
 
DefaultSpaceDescriptionManager - Class in com.atlassian.confluence.impl.content
 
DefaultSpaceDescriptionManager(ContentEntityObjectDaoInternal, SessionFactory, WikiToStorageConverter, EventPublisher, RelationManager, CollaborativeEditingHelper, AuditingContext, RetentionFeatureChecker, NotificationManager) - Constructor for class com.atlassian.confluence.impl.content.DefaultSpaceDescriptionManager
 
DefaultSpaceDirectoryEntityBuilder - Class in com.atlassian.confluence.plugins.spacedirectory.rest
 
DefaultSpaceDirectoryEntityBuilder(I18NBeanFactory, GlobalSettingsManager, FavouriteManager, SpaceManager, SpaceLogoManager, DateFormatterFactory) - Constructor for class com.atlassian.confluence.plugins.spacedirectory.rest.DefaultSpaceDirectoryEntityBuilder
 
DefaultSpaceGroupManager - Class in com.atlassian.confluence.spaces
Deprecated.
in 5.9.

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

DefaultSpaceGroupManager() - Constructor for class com.atlassian.confluence.spaces.DefaultSpaceGroupManager
Deprecated.
 
DefaultSpaceLogoManager - Class in com.atlassian.confluence.spaces
 
DefaultSpaceLogoManager(UserProfilePictureAccessor, PermissionManager, SpaceManager, WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.spaces.DefaultSpaceLogoManager
 
DefaultSpaceManager - Class in com.atlassian.confluence.spaces
 
DefaultSpaceManager() - Constructor for class com.atlassian.confluence.spaces.DefaultSpaceManager
 
DefaultSpaceMetadataFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
 
DefaultSpaceMetadataFactory(LabelFactory) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.DefaultSpaceMetadataFactory
 
DefaultSpacePermissionAccessMapper - Class in com.atlassian.confluence.impl.security.access
 
DefaultSpacePermissionAccessMapper() - Constructor for class com.atlassian.confluence.impl.security.access.DefaultSpacePermissionAccessMapper
 
DefaultSpacePermissionDefaultsStore - Class in com.atlassian.confluence.security
 
DefaultSpacePermissionDefaultsStoreFactory - Class in com.atlassian.confluence.security
Returns a store that uses bandana.
DefaultSpacePermissionDefaultsStoreFactory(BandanaManager, SettingsManager) - Constructor for class com.atlassian.confluence.security.DefaultSpacePermissionDefaultsStoreFactory
 
DefaultSpacePermissionManager - Class in com.atlassian.confluence.impl.security
 
DefaultSpacePermissionManager(SpacePermissionDao, PermissionCheckExemptions, SpacePermissionDefaultsStoreFactory, EventPublisher, ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, ConfluenceUserResolver, AccessModeManager, GlobalSettingsManager, GroupResolver, SpaceDaoInternal) - Constructor for class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
DefaultSpacePermissionOperationKeyConverter - Class in com.atlassian.confluence.api.impl.service.permissions
 
DefaultSpacePermissionOperationKeyConverter() - Constructor for class com.atlassian.confluence.api.impl.service.permissions.DefaultSpacePermissionOperationKeyConverter
 
DefaultSpacePermissionQueryFactory - Class in com.atlassian.confluence.impl.search.v2
investigate and improve the performance as per comments in SpacePermissionFilteredQueryFactory.
DefaultSpacePermissionQueryFactory(SpacePermissionQueryManager, BulkPermissionService) - Constructor for class com.atlassian.confluence.impl.search.v2.DefaultSpacePermissionQueryFactory
 
DefaultSpacePermissionQueryManager - Class in com.atlassian.confluence.impl.security.query
 
DefaultSpacePermissionQueryManager(ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, SchemaInformationService) - Constructor for class com.atlassian.confluence.impl.security.query.DefaultSpacePermissionQueryManager
 
DefaultSpacePropertyServiceProvider - Class in com.atlassian.confluence.impl.retention
Default Space Property Provider which allows interaction with OSGI Exported SpacePropertyServiceProvider
DefaultSpacePropertyServiceProvider(OsgiContainerManager) - Constructor for class com.atlassian.confluence.impl.retention.DefaultSpacePropertyServiceProvider
 
DefaultSpaceRetentionPolicyManager - Class in com.atlassian.confluence.impl.retention.manager
 
DefaultSpaceRetentionPolicyManager(SpaceManagerInternal, SpacePropertyServiceProvider, PermissionManager, EventPublisher) - Constructor for class com.atlassian.confluence.impl.retention.manager.DefaultSpaceRetentionPolicyManager
 
DefaultSpaceRetentionPolicyService - Class in com.atlassian.confluence.impl.retention.service
Default service for interacting with the SpaceRetentionPolicy settings.
DefaultSpaceRetentionPolicyService(SpaceRetentionPolicyManager, SpaceManagerInternal, RetentionPolicyPermissionManager, RetentionFeatureChecker) - Constructor for class com.atlassian.confluence.impl.retention.service.DefaultSpaceRetentionPolicyService
 
DefaultSpaceService - Class in com.atlassian.confluence.content.service.space
 
DefaultSpaceService(SpaceManager) - Constructor for class com.atlassian.confluence.content.service.space.DefaultSpaceService
 
DefaultStandardTag - Class in com.atlassian.confluence.content.render.xhtml.model
A default implementation of the standard tag which also provides the methods to set attribute values.
DefaultStandardTag() - Constructor for class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
DefaultStatusTextRenderer - Class in com.atlassian.confluence.userstatus
Deprecated.
Since 5.9.1
DefaultStatusTextRenderer(WikiStyleRenderer) - Constructor for class com.atlassian.confluence.userstatus.DefaultStatusTextRenderer
Deprecated.
 
DefaultStorageMacroBodyParser - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
 
DefaultStorageMacroBodyParser(MacroBodyTransformationCondition, TableStyleRemovingElementTransformer, XmlOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.DefaultStorageMacroBodyParser
 
DefaultStylesheetManager - Class in com.atlassian.confluence.themes
 
DefaultStylesheetManager() - Constructor for class com.atlassian.confluence.themes.DefaultStylesheetManager
 
DefaultSummariser - Class in com.atlassian.confluence.content.render.xhtml.storage
This default implementation is a front for various existing util classes in Confluence.
DefaultSummariser() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.DefaultSummariser
 
DefaultSummarizer - Class in com.atlassian.confluence.internal.search.v2.lucene.summary
Originally from org.apache.nutch.searcher.Summarizer v 0.7 (Revision: 179640)
DefaultSummarizer(Analyzer) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.summary.DefaultSummarizer
 
DefaultSummarizer(Analyzer, int, int) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.summary.DefaultSummarizer
 
DefaultSummarizer(Analyzer, int, int, ILuceneConnection) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.summary.DefaultSummarizer
 
DefaultSynchronyDataService - Class in com.atlassian.confluence.pages.collab.impl
 
DefaultSynchronyDataService(SynchronyLockManager, SynchronyEvictionDao, SynchronyEvictionProgressTracking, PageManager) - Constructor for class com.atlassian.confluence.pages.collab.impl.DefaultSynchronyDataService
 
DefaultSynchronyEvictionDao - Class in com.atlassian.confluence.pages.persistence.dao
Runs operations on synchrony tables (EVENTS, SNAPSHOTS) and Confluence <-> Synchrony mapping in content properties
DefaultSynchronyEvictionDao(SessionFactory) - Constructor for class com.atlassian.confluence.pages.persistence.dao.DefaultSynchronyEvictionDao
 
DefaultSynchronyLockManager - Class in com.atlassian.confluence.pages.collab.impl
This component notifies synchrony to lock entities via network call.
DefaultSynchronyLockManager(EventPublisher, SynchronyConfigurationReader) - Constructor for class com.atlassian.confluence.pages.collab.impl.DefaultSynchronyLockManager
 
DefaultSynchronyMonitor - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
 
DefaultSynchronyMonitor(SynchronyConfigurationManager, SynchronyExecutorServiceProvider, RequestFactory<?>) - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyMonitor
 
DefaultSynchronyProcessManager - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
 
DefaultSynchronyProcessManager(BootstrapManager, SystemInformationService, SynchronyConfigurationManager, SynchronyMonitor, SynchronyExecutorServiceProvider, ClusterManager, SynchronyProxyMonitor, EventPublisher, BandanaManager, SynchronyEnvironmentBuilder, SynchronyProcessBuilder) - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
DefaultSynchronyProxyMonitor - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
 
DefaultSynchronyProxyMonitor(SynchronyScheduledExecutorServiceProvider, RequestFactory<?>, TomcatConfigHelper) - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProxyMonitor
 
DefaultSystemCompatibilityService - Class in com.atlassian.confluence.status.service
 
DefaultSystemCompatibilityService() - Constructor for class com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
 
DefaultSystemInformationService - Class in com.atlassian.confluence.status.service
Default implementation of the SystemInformationService.
DefaultSystemInformationService() - Constructor for class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
DefaultSystemMaintenanceTaskRegistry - Class in com.atlassian.confluence.impl.system
 
DefaultSystemMaintenanceTaskRegistry() - Constructor for class com.atlassian.confluence.impl.system.DefaultSystemMaintenanceTaskRegistry
 
DefaultTemplateI18nHandler - Class in com.atlassian.confluence.pages.templates
TODO - this class and interface really necessary? On the plus side, it abstracts the site-locale decision away from the main TemplateHandler.
DefaultTemplateI18nHandler(I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.pages.templates.DefaultTemplateI18nHandler
 
DefaultTheme - Class in com.atlassian.confluence.themes
Represents the default Confluence theme with stylesheets.
DefaultThemeManager - Class in com.atlassian.confluence.themes
For CONF-9959, this manager will only retrieve theme settings from bandana if the system has been successfully upgraded.
DefaultThemeManager() - Constructor for class com.atlassian.confluence.themes.DefaultThemeManager
 
DefaultThumbnailManager - Class in com.atlassian.confluence.pages.thumbnail
 
DefaultThumbnailManager() - Constructor for class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
defaultTimezoneId(String) - Method in class com.atlassian.confluence.api.model.settings.GlobalSettings.GlobalSettingsBuilder
 
DefaultTomcatConfigHelper - Class in com.atlassian.confluence.impl.util.tomcat
Production implementation of TomcatConfigHelper.
DefaultTomcatConfigHelper(MBeanServer) - Constructor for class com.atlassian.confluence.impl.util.tomcat.DefaultTomcatConfigHelper
 
DefaultTrashCleanupJobStatusManager - Class in com.atlassian.confluence.impl.retention.status
 
DefaultTrashCleanupJobStatusManager(BandanaManager) - Constructor for class com.atlassian.confluence.impl.retention.status.DefaultTrashCleanupJobStatusManager
 
DefaultTrashManager - Class in com.atlassian.confluence.pages
This class provides utility methods for operating on the Trash
DefaultTrashManager(ContentEntityObjectDaoInternal, ContentEntityManager, CustomContentManager, PlatformTransactionManager, PageManager, EventPublisher, AttachmentManager, BandanaManager, PaginationService) - Constructor for class com.atlassian.confluence.pages.DefaultTrashManager
 
DefaultTrashRemovalManager - Class in com.atlassian.confluence.impl.retention.manager
 
DefaultTrashRemovalManager(GlobalRetentionPolicyManager, TrashCleanupJobStatusManager, TrashManagerInternal, PlatformTransactionManager, RetentionFeatureChecker, TrashRuleEvaluator, EventPublisher, ClusterLockExecutionService) - Constructor for class com.atlassian.confluence.impl.retention.manager.DefaultTrashRemovalManager
 
DefaultTrashRuleEvaluator - Class in com.atlassian.confluence.impl.retention.rules
 
DefaultTrashRuleEvaluator(SpaceRetentionPolicyManager, TrashManagerInternal) - Constructor for class com.atlassian.confluence.impl.retention.rules.DefaultTrashRuleEvaluator
 
DefaultTrustedApplicationsManager - Class in com.atlassian.confluence.security.trust
Manager to support trusted communications between applications
DefaultTrustedApplicationsManager() - Constructor for class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
DefaultTrustedConnectionStatusBuilder - Class in com.atlassian.confluence.util.http.trust
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0
DefaultTrustedConnectionStatusBuilder() - Constructor for class com.atlassian.confluence.util.http.trust.DefaultTrustedConnectionStatusBuilder
Deprecated.
 
DefaultUpgradeFinalizationManager - Class in com.atlassian.confluence.upgrade.impl
 
DefaultUpgradeFinalizationManager(ZduStatusDao, ClusterLockService, VersionHistoryDao, ApplicationConfiguration, EventPublisher, SharedDataManager, Supplier<List<UpgradeTask>>, int) - Constructor for class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
DefaultUpgradeFinalizationManager(ZduStatusDao, ClusterLockService, VersionHistoryDao, ApplicationConfiguration, EventPublisher, SharedDataManager, List<String>) - Constructor for class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
DefaultUpgradeFinalizationManager.RunImpl - Class in com.atlassian.confluence.upgrade.impl
 
DefaultUpgradeGate - Class in com.atlassian.confluence.upgrade.impl
 
DefaultUpgradeManager - Class in com.atlassian.confluence.upgrade.impl
 
DefaultUpgradeManager() - Constructor for class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
DefaultUserAccessor - Class in bucket.user
Deprecated.
since 6.10.0. Use com.atlassian.confluence.user.UserAccessor
DefaultUserAccessor - Class in com.atlassian.confluence.user
This implementation of UserAccessor takes care of all the Confluence-related actions around user management: checking permissions, publishing events, and ensuring the integrity of data in Confluence related to users.
DefaultUserAccessor(RepositoryAccessor) - Constructor for class bucket.user.DefaultUserAccessor
Deprecated.
 
DefaultUserChecker - Class in com.atlassian.confluence.util
 
DefaultUserChecker() - Constructor for class com.atlassian.confluence.util.DefaultUserChecker
 
DefaultUserContentManager - Class in com.atlassian.confluence.user
 
DefaultUserContentManager() - Constructor for class com.atlassian.confluence.user.DefaultUserContentManager
 
DefaultUserDetailsManager - Class in com.atlassian.confluence.user
 
DefaultUserDetailsManager(ContentPropertyManager, PersonalInformationManager) - Constructor for class com.atlassian.confluence.user.DefaultUserDetailsManager
 
DefaultUserEntityExpander - Class in com.atlassian.confluence.plugins.like
 
DefaultUserEntityExpander(UserAccessor, ContextPathHolder) - Constructor for class com.atlassian.confluence.plugins.like.DefaultUserEntityExpander
 
DefaultUserFormValidator - Class in com.atlassian.confluence.user
 
DefaultUserFormValidator(ConfluenceUserResolver, I18NBeanFactory, CrowdDirectoryService, DirectoryManager) - Constructor for class com.atlassian.confluence.user.DefaultUserFormValidator
 
DefaultUserIndexingManagerInternal - Class in com.atlassian.confluence.internal.user
 
DefaultUserIndexingManagerInternal() - Constructor for class com.atlassian.confluence.internal.user.DefaultUserIndexingManagerInternal
 
DefaultUserMentionsExtractor - Class in com.atlassian.confluence.content.render.xhtml.storage.link.user
 
DefaultUserMentionsExtractor(ConfluenceUserResolver, XmlEventReaderFactory, Unmarshaller<UserResourceIdentifier>) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.link.user.DefaultUserMentionsExtractor
 
DefaultUserThemeService - Class in com.atlassian.confluence.themes.user
 
DefaultUserThemeService(ConfluenceUserResolver, ThemeService, UserPreferencesAccessor) - Constructor for class com.atlassian.confluence.themes.user.DefaultUserThemeService
 
DefaultUserVerificationTokenManager - Class in com.atlassian.confluence.user
 
DefaultUserVerificationTokenManager(UserVerificationTokenDao, Clock) - Constructor for class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
Deprecated.
since 8.1.2
DefaultUserVerificationTokenManager(UserVerificationTokenDao, Clock, SecureTokenGenerator) - Constructor for class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
Deprecated.
since 8.1.2
DefaultUserVerificationTokenManager(UserVerificationTokenDao, Clock, SecureTokenGenerator, EventPublisher) - Constructor for class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
 
DefaultValidatingRelationDescriptor<S extends Relatable,T extends Relatable> - Class in com.atlassian.confluence.api.impl.service.relation
 
DefaultValidatingRelationDescriptor(RelationDescriptor) - Constructor for class com.atlassian.confluence.api.impl.service.relation.DefaultValidatingRelationDescriptor
 
DefaultValidationError - Class in com.atlassian.confluence.api.impl.model.validation
Simple immutable ValidationError implementation.
DefaultValidationError(Message) - Constructor for class com.atlassian.confluence.api.impl.model.validation.DefaultValidationError
 
DefaultValues - Class in com.atlassian.confluence.plugins.restapi.resources
Provides DefaultValues for REST resource parameters.
DefaultValues() - Constructor for class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
 
defaultVelocityContext() - Static method in class com.atlassian.confluence.renderer.radeox.macros.MacroUtils
Creates a default velocity context populated with the classes macro Velocity templates need.
defaultVelocityContext(Space) - Static method in class com.atlassian.confluence.renderer.radeox.macros.MacroUtils
 
DefaultVelocityHelperService - Class in com.atlassian.confluence.plugin.services
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6 replaced by VelocityEngineRenderingService
DefaultVelocityHelperService() - Constructor for class com.atlassian.confluence.plugin.services.DefaultVelocityHelperService
Deprecated.
 
DefaultVersionRemovalService - Class in com.atlassian.confluence.impl.retention
 
DefaultVersionRemovalService(HistoricalVersionService, SoftCleanupStatusService, VersionRemovalEventPublisher, PlatformTransactionManager, RetentionFeatureChecker, SpaceRetentionPolicyManager, ClusterLockExecutionService) - Constructor for class com.atlassian.confluence.impl.retention.DefaultVersionRemovalService
 
DefaultViewMacroWrapper - Class in com.atlassian.confluence.content.render.xhtml.view.macro
 
DefaultViewMacroWrapper(HtmlToXmlConverter, PluginEventManager, InternalHostApplication) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.macro.DefaultViewMacroWrapper
 
DefaultWebInterfaceContext - Class in com.atlassian.confluence.plugin.descriptor.web
Implementation which stores everything in a map for easy conversion and copying, if not type safety.
DefaultWebInterfaceContext() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
DefaultWebResourceDispatcher - Class in com.atlassian.confluence.plugin.webresource
 
DefaultWebResourceDispatcher(Globals) - Constructor for class com.atlassian.confluence.plugin.webresource.DefaultWebResourceDispatcher
 
DefaultWebSudoManager - Class in com.atlassian.confluence.security.websudo
See WebSudoManager for further documentation.
DefaultWebSudoManager(GlobalSettingsManager) - Constructor for class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
DefaultWebSudoManager(SettingsManager) - Constructor for class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
DefaultWelcomeMessageService - Class in com.atlassian.confluence.content.service
 
DefaultWelcomeMessageService(SystemTemplateManager, FormatConverter, WebResourceUrlProvider, I18NBeanFactory) - Constructor for class com.atlassian.confluence.content.service.DefaultWelcomeMessageService
 
DefaultWritableDirectoryExistsCriteria - Class in com.atlassian.confluence.admin.criteria
Criteria for checking that we have a directory we can add users to.
DefaultWritableDirectoryExistsCriteria(SettingsManager, ApplicationFactory, PermissionManager) - Constructor for class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryExistsCriteria
 
DefaultWritableDirectoryForGroupsExistsCriteria - Class in com.atlassian.confluence.admin.criteria
Criteria for checking that we have a directory we can add groups to.
DefaultWritableDirectoryForGroupsExistsCriteria(SettingsManager, ApplicationFactory, PermissionManager) - Constructor for class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryForGroupsExistsCriteria
 
DefaultXhtmlContent - Class in com.atlassian.confluence.content.render.xhtml
 
DefaultXhtmlContent(Marshaller<MacroDefinition>, Marshaller<MacroDefinition>, Marshaller<Link>, Marshaller<Link>, Marshaller<EmbeddedImage>, Marshaller<EmbeddedImage>, Marshaller<InlineTaskList>, Marshaller<InlineTaskList>, Renderer, XmlEventReaderFactory, ContentTransformerFactory, ExceptionTolerantMigrator) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
DefaultXmlEntityExpander - Class in com.atlassian.confluence.content.render.xhtml
 
DefaultXmlEntityExpander(XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultXmlEntityExpander
 
DefaultXMLEventFactoryProvider - Class in com.atlassian.confluence.content.render.xhtml
 
DefaultXMLEventFactoryProvider(XMLEventFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultXMLEventFactoryProvider
 
DefaultXmlEventReaderFactory - Class in com.atlassian.confluence.content.render.xhtml
 
DefaultXmlEventReaderFactory() - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultXmlEventReaderFactory
This is a convenience constructor used in testing.
DefaultXmlEventReaderFactory(XMLEntityResolver) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultXmlEventReaderFactory
 
DefaultXmlImporter - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
DefaultXmlImporter(ObjectPersisterFactory, SessionFactory) - Constructor for class com.atlassian.confluence.importexport.xmlimport.DefaultXmlImporter
Deprecated.
 
DefaultXmlOutputFactoryProvider - Class in com.atlassian.confluence.content.render.xhtml
Default implementation of the XmlOutputFactoryProvider interface.
DefaultXmlOutputFactoryProvider(XmlOutputFactory, XmlOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultXmlOutputFactoryProvider
 
DefaultXmlStreamWriterTemplate - Class in com.atlassian.confluence.content.render.xhtml
Encapsulates the boiler plate around creating a stream writer.
DefaultXmlStreamWriterTemplate(XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.DefaultXmlStreamWriterTemplate
 
DefaultXsrfTokenService - Class in com.atlassian.confluence.security.service
 
DefaultXsrfTokenService(XsrfTokenGenerator) - Constructor for class com.atlassian.confluence.security.service.DefaultXsrfTokenService
Constructor that should only be used during confluence setup, when AllowedUrlsProvider is not available
DefaultXsrfTokenService(XsrfTokenGenerator, AllowedUrlsProvider) - Constructor for class com.atlassian.confluence.security.service.DefaultXsrfTokenService
 
DefaultXsrfTokenService(XsrfTokenGenerator) - Constructor for class com.atlassian.confluence.security.service.DefaultXsrfTokenService
Deprecated, for removal: This API element is subject to removal in a future version.
DefaultXsrfTokenService(XsrfTokenGenerator, AllowedUrlsProvider) - Constructor for class com.atlassian.confluence.security.service.DefaultXsrfTokenService
Deprecated, for removal: This API element is subject to removal in a future version.
DefaultXsrfTokenValidationManager - Class in com.atlassian.confluence.impl.xsrf
Defines global XSRF token validation rules.
DefaultXsrfTokenValidationManager(XsrfTokenService) - Constructor for class com.atlassian.confluence.impl.xsrf.DefaultXsrfTokenValidationManager
 
DefaultZduManager - Class in com.atlassian.confluence.impl.cluster
 
DefaultZduManager(ZduStatusDao, ApplicationProperties, EventPublisher, ClusterManager, UpgradeFinalizationManager, SynchronizationManager) - Constructor for class com.atlassian.confluence.impl.cluster.DefaultZduManager
 
deferOperations(PrimitiveId, Map<TransientHibernateHandle, Set<Operation>>) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Defer a set of operations until the objects they require have been imported.
DeferredAction - Interface in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations
An action that performs some operation at the end, when everything else is persisted.
DeferredActionsFactory - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations
Creates actions for deferred operations (for space/site restore).
DeferredActionsFactory(HibernateMetadataHelper, RestoreDao, IdMapper) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredActionsFactory
 
DeferredActionsHolder - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations
Collects all deferred operations.
DeferredActionsHolder() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredActionsHolder
 
DeferredFileDeletionJob - Class in com.atlassian.confluence.impl.schedule.jobs.filedeletion
Deletes files or directories that were scheduled for deletion.
DeferredFileDeletionJob(PageManagerInternal, AttachmentManagerInternal, DeferredFileDeletionQueue, AttachmentDataFileSystemV003) - Constructor for class com.atlassian.confluence.impl.schedule.jobs.filedeletion.DeferredFileDeletionJob
 
DeferredFileDeletionQueue - Class in com.atlassian.confluence.impl.schedule.jobs.filedeletion
A queue for files that are scheduled for deletion.
DeferredFileDeletionQueue() - Constructor for class com.atlassian.confluence.impl.schedule.jobs.filedeletion.DeferredFileDeletionQueue
 
DeferredLookupUser - Class in com.atlassian.confluence.internal.user
A ConfluenceUser implementation based on a UserKey object, and which looks up the "real" ConfluenceUser lazily as necessary to fulfil the method contract.
DeferredLookupUser(UserKey) - Constructor for class com.atlassian.confluence.internal.user.DeferredLookupUser
 
DeferredOperations - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
DeferredOperations() - Constructor for class com.atlassian.confluence.importexport.xmlimport.DeferredOperations
Deprecated.
 
DeferredOperationsCache<K,V> - Class in com.atlassian.confluence.cache
An implementation of Cache that records changes to a delegate cache, only actually performing them when DeferredOperationsCache.sync() is called.
DeferredOperationsLogger - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
DeferredOperationsLogger() - Constructor for class com.atlassian.confluence.importexport.xmlimport.DeferredOperationsLogger
Deprecated.
 
DeferredUpdateRecordAction - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations
An action that updates a particular field in a particular record in the database.
DeferredUpdateRecordAction(IdMapper, RestoreDao, ExportableEntityInfo, HibernateField, ExportableEntityInfo, Object, Object) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredUpdateRecordAction
 
DeferredUpgradeTask - Interface in com.atlassian.confluence.upgrade
An upgrade task that has a property indicating that it's run should be deferred until some later time.
delegate - Variable in class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
delegate - Variable in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
delegate - Variable in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
delegate() - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity
Returns the value of the delegate record component.
DELEGATED_LDAP - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
delegateDone() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.CollectionPropertyParser
Deprecated.
 
delegateDone() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ComponentParser
Deprecated.
 
delegateDone() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.CompositeIdParser
Deprecated.
 
delegateDone() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
delegateDone() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.EnumPropertyParser
Deprecated.
 
delegateDone() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ImportedObjectParser
Deprecated.
 
delegateDone() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitiveIdParser
Deprecated.
 
delegateDone() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitivePropertyParser
Deprecated.
 
delegateDone() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ReferencePropertyParser
Deprecated.
 
DelegatedSearchResultRenderer - Class in com.atlassian.confluence.internal.search
The class includes the logic to loop through the available search result renderers and pick on that can render the result and use it to render.
DelegatedSearchResultRenderer() - Constructor for class com.atlassian.confluence.internal.search.DelegatedSearchResultRenderer
 
delegatePage - Variable in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
DelegateXmlOutputFactory - Class in com.atlassian.confluence.content.render.xhtml
This class acts as an adapter between the StAX XMLOutputFactory abstract class and the Confluence XmlOutputFactory interface.
DelegateXmlOutputFactory(XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
DelegatingAttachmentDao - Interface in com.atlassian.confluence.pages.attachments
Implemented by AttachmentDaos that delegate so that clients can get to the underlying implementation.
DelegatingAttachmentManager - Interface in com.atlassian.confluence.pages
Classes that implement this interface perform some sort of delegation of AttachmentManager calls
DelegatingAttachmentTextExtractor - Class in com.atlassian.confluence.internal.index.attachment
The entry point for all attachment text extractors.
DelegatingAttachmentTextExtractor(Supplier<Stream<AttachmentTextExtractor>>, BiPredicate<AttachmentTextExtractor, Attachment>) - Constructor for class com.atlassian.confluence.internal.index.attachment.DelegatingAttachmentTextExtractor
 
DelegatingBootstrapConfigurer - Class in com.atlassian.confluence.impl.setup
An implementation of BootstrapConfigurer that delegates to a BootstrapManager.
DelegatingBootstrapConfigurer(BootstrapManager, ApplicationConfig) - Constructor for class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
DelegatingCacheManager - Class in com.atlassian.confluence.impl.cache
A CacheManager implementation that delegates all method calls to another CacheManager.
DelegatingCacheManager() - Constructor for class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
DelegatingCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Delegates all calls to the Condition passed to the constructor.
DelegatingCondition(Condition) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.DelegatingCondition
 
DelegatingEditorMacroMarshaller - Class in com.atlassian.confluence.impl.content.render.xhtml.editor.macro
A Marshaller of MacroDefinitions to editor format, which applies schema migrations before delegating to the EditorMarshaller depending on the MacroDefinition.
DelegatingEditorMacroMarshaller(EditorMacroMarshaller, MacroSchemaMigrator) - Constructor for class com.atlassian.confluence.impl.content.render.xhtml.editor.macro.DelegatingEditorMacroMarshaller
 
DelegatingEditorResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 
DelegatingEditorResourceIdentifierMarshaller(EditorPageResourceIdentifierMarshallerAndUnmarshaller, EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller, EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller, EditorShortcutResourceIdentifierMarshallerAndUnmarshaller, EditorSpaceResourceIdentifierMarshallerAndUnmarshaller, EditorUserResourceIdentifierMarshallerAndUnmarshaller) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.DelegatingEditorResourceIdentifierMarshaller
 
DelegatingHikariConnectionProvider - Class in com.atlassian.confluence.impl.hibernate
Deprecated.
since 8.6, but cannot be removed due to references in existing installed confluence.cfg.xml files.
DelegatingHikariConnectionProvider() - Constructor for class com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider
Deprecated.
 
DelegatingLanguageAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
An implementation of LanguageAnalyzerProvider interface which delegates language specific analyzer provider.
DelegatingLanguageAnalyzerProvider(List<LanguageAnalyzerProvider>) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DelegatingLanguageAnalyzerProvider
 
DelegatingLegacySettingsManager - Class in com.atlassian.confluence.impl.settings
An implementation of thelegacy SettingsManager interface which delegates to its component interfaces.
DelegatingLegacySettingsManager(GlobalSettingsManager, SpaceSettingsManager, LegacyPluginSettingsManager, GlobalDescriptionManager) - Constructor for class com.atlassian.confluence.impl.settings.DelegatingLegacySettingsManager
 
DelegatingLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml
 
DelegatingLinkMarshaller(Map<String, Marshaller<Link>>, ResourceIdentifierContextUtility) - Constructor for class com.atlassian.confluence.content.render.xhtml.DelegatingLinkMarshaller
 
DelegatingLongRunningTask - Class in com.atlassian.confluence.util.longrunning
 
DelegatingLongRunningTask(LongRunningTask) - Constructor for class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
DelegatingLuceneSearchMapper - Class in com.atlassian.confluence.internal.search.v2.lucene
 
DelegatingLuceneSearchMapper(LuceneSearchMapperRegistry) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.DelegatingLuceneSearchMapper
 
DelegatingMacroMetadataProvider - Class in com.atlassian.confluence.macro.browser
Provides metadata about macros for use in the macro browser.
DelegatingMacroMetadataProvider() - Constructor for class com.atlassian.confluence.macro.browser.DelegatingMacroMetadataProvider
 
DelegatingMigrationAwareFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.migration
A simple delegating implementation of MigrationAware and FragmentTransformer.
DelegatingMigrationAwareFragmentTransformer(FragmentTransformer, MigrationAware) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.DelegatingMigrationAwareFragmentTransformer
 
DelegatingNotificationDaoInternal - Class in com.atlassian.confluence.internal.notification.persistence
Delegating Dao for Notifications.
DelegatingNotificationDaoInternal(NotificationDaoInternal) - Constructor for class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
DelegatingObjectPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
DelegatingObjectPersisterFactory(List<ObjectPersisterFactory>, ObjectPersisterFactory) - Constructor for class com.atlassian.confluence.importexport.xmlimport.DelegatingObjectPersisterFactory
Deprecated.
 
DelegatingQueryMapper - Class in com.atlassian.confluence.plugins.opensearch
A mapper that maps a Confluence SearchQuery to an OpenSearch Query by delegating it to the appropriate OpenSearchQueryMapper implementation.
DelegatingQueryMapper(List<OpenSearchQueryMapper<?>>) - Constructor for class com.atlassian.confluence.plugins.opensearch.DelegatingQueryMapper
 
DelegatingReadOnlyMacroManager - Class in com.atlassian.confluence.macro.xhtml
A Macro Manager which looks for named macros in an ordered manner through a list of delegate MacroManager's it maintains.
DelegatingReadOnlyMacroManager(List<MacroManager>) - Constructor for class com.atlassian.confluence.macro.xhtml.DelegatingReadOnlyMacroManager
 
DelegatingResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
DelegatingResourceIdentifierMarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
DelegatingResourceIdentifierUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
DelegatingResourceIdentifierUnmarshaller(List<Unmarshaller<ResourceIdentifier>>) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierUnmarshaller
 
DelegatingSearchIndexAccessor - Class in com.atlassian.confluence.search.v2
An abstract delegating SearchIndexAccessor that can be extended by a custom accessor.
DelegatingSearchIndexAccessor(CustomSearchIndexRegistry, String, AnalyzerDescriptorProvider) - Constructor for class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
DelegatingSortMapper - Class in com.atlassian.confluence.plugins.opensearch
A mapper that maps a Confluence SearchSort to a list of OpenSearch SortOptions by delegating it to the appropriate OpenSearchSortMapper implementation.
DelegatingSortMapper(List<OpenSearchSortMapper<?>>) - Constructor for class com.atlassian.confluence.plugins.opensearch.DelegatingSortMapper
 
DelegatingSpacePermissionManager - Class in com.atlassian.confluence.internal.security
 
DelegatingSpacePermissionManager(SpacePermissionManagerInternal) - Constructor for class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
DelegatingStorageMacroMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
A Marshaller of MacroDefinitions which decided which macro storage format to marshal, depending on the MacroDefinition.
DelegatingStorageMacroMarshaller(StorageMacroV1Marshaller, StorageMacroV2Marshaller, MacroMetadataManager, MacroManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.DelegatingStorageMacroMarshaller
 
DelegatingStorageMacroMarshaller(StorageMacroV1Marshaller, StorageMacroV2Marshaller, MacroMetadataManager, MacroManager, MarshallingRegistry) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.DelegatingStorageMacroMarshaller
 
DelegatingStorageMacroUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
TODO: Document this class / interface here
DelegatingStorageMacroUnmarshaller(StorageMacroV1Unmarshaller, StorageMacroV2Unmarshaller) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.DelegatingStorageMacroUnmarshaller
 
DelegatingTemplateRenderer - Class in com.atlassian.confluence.renderer.template
Template renderer that tries to find a configured renderer that is able to handle the supplied template by its file extension
DelegatingTemplateRenderer(PluginAccessor) - Constructor for class com.atlassian.confluence.renderer.template.DelegatingTemplateRenderer
 
DelegatingThumbnailRenderer - Class in com.atlassian.confluence.impl.pages.thumbnail.renderer
Thumbnail renderer that uses different strategies to render a thumbnail.
DelegatingThumbnailRenderer(Thumber, AttachmentManager) - Constructor for class com.atlassian.confluence.impl.pages.thumbnail.renderer.DelegatingThumbnailRenderer
Create a DelegatingThumbnailRenderer using an adaptive strategy that take the available memory into account to decide if we use the higher quality rendering or the lower quality stream based rendering (less memory consumption).
DelegatingThumbnailRenderer(Thumber, AttachmentManager, int) - Constructor for class com.atlassian.confluence.impl.pages.thumbnail.renderer.DelegatingThumbnailRenderer
Create a DelegatingThumbnailRenderer that will use the lower quality stream based rendering if the image exceeds the rasterSizeThresholdPx (height or width in px).
DelegatingThumbnailRenderer(Thumber, AttachmentManager, Predicate<ImageDimensions>) - Constructor for class com.atlassian.confluence.impl.pages.thumbnail.renderer.DelegatingThumbnailRenderer
Create a DelegatingThumbnailRenderer that will use the rasterBasedRenderingThreshold Predicate to decide if it's going to use the stream based (lower quality but low memory consumption) or the raster based renderer (higher quality but high memory consumption).
DelegatingURIResolver - Class in com.atlassian.confluence.importexport.resolvers
Deprecated.
since 7.4 unused
DelegatingURIResolver() - Constructor for class com.atlassian.confluence.importexport.resolvers.DelegatingURIResolver
Deprecated.
 
DelegatorAttachmentManager - Class in com.atlassian.confluence.pages
This class delegates attachment manager requests to the appropriate attachment manager implementation based on certain Confluence configuration options
DelegatorAttachmentManager() - Constructor for class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
DelegatorDownloadResourceManager - Class in com.atlassian.confluence.importexport.resource
Delegates to the appropriate download resource manager for resource retrievals.
DelegatorDownloadResourceManager() - Constructor for class com.atlassian.confluence.importexport.resource.DelegatorDownloadResourceManager
 
delete() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
delete(long) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
Deletes space.
delete(long) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Deletes space.
delete(long) - Method in class com.atlassian.confluence.functest.rest.admin.DirectoryResource
 
delete(long) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
Deletes given job with its settings and statistics
delete(long) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
Deletes given job with its settings and statistics
delete(JobId) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
delete(BucketPropertySetItem) - Method in interface com.atlassian.confluence.dmz.propertyset.BucketPropertySetManager
 
delete(Content) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
delete(Content) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
 
delete(Content) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
Moves an Attachment to trash.
delete(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentService
Removes a piece of Content from the system.
delete(ContentId, int) - Method in class com.atlassian.confluence.api.impl.service.content.ContentVersionServiceImpl
 
delete(ContentId, int) - Method in interface com.atlassian.confluence.api.service.content.ContentVersionService
Delete the version of content.
delete(ContentId, ContentStatus) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
delete(ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentPropertyResource
 
delete(JsonContentProperty) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService
Removes a content property from the system.
delete(JsonContentProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.ContentPropertyServiceImpl
 
delete(JsonContentProperty) - Method in class com.atlassian.integrationtest.confluence.api.service.content.MockContentPropertyService
 
delete(JsonSpaceProperty) - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService
Removes a space property from the system.
delete(JsonSpaceProperty) - Method in class com.atlassian.confluence.impl.retention.InMemorySpacePropertyService
 
delete(JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyServiceImpl
 
delete(Space) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
delete(Space) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Delete the given space.
delete(ContentTemplateId) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService
Delete a template for global or space, for blueprint template it means remove the template and revert to use the default template from the plugin.
delete(Person) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
delete(Person) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
delete(Person) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Delete the given person.
delete(Person) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
 
delete(Person) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
delete(RelationInstance<S, T>) - Method in class com.atlassian.confluence.api.impl.service.relation.RelationServiceImpl
 
delete(RelationInstance<S, T>) - Method in interface com.atlassian.confluence.api.service.relations.RelationService
Remove a relation if it exists between a source and a target relatable entity
delete(BackgroundJob) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
Physically removes a records from the DB.
delete(LuceneIndexSnapshot) - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.DefaultLuceneIndexSnapshotManager
 
delete(LuceneIndexSnapshot) - Method in interface com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotManager
Delete an index snapshot from file system.
delete(SearchQuery) - Method in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
delete(SearchQuery) - Method in interface com.atlassian.confluence.search.v2.SearchIndexWriter
 
delete(JobId) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
delete(Long) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
delete(String) - Method in class com.atlassian.confluence.functest.rest.admin.BandanaResource
 
delete(String) - Method in class com.atlassian.confluence.functest.rest.admin.PluginSettingsResource
 
delete(String) - Method in class com.atlassian.confluence.impl.security.ConfluenceSecretService
 
delete(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminGroupResource
 
delete(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminUserResource
 
delete(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
delete(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.BandanaResource
 
delete(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PluginSettingsResource
 
delete(String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePropertyResource
 
delete(String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserGroupResource
 
delete(String, String, String, String, String, ContentStatus, ContentStatus, Integer, Integer) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.RelationResource
Remove a relationship between two user, space, or content entities.
delete(List<HistoricalVersion>) - Method in class com.atlassian.confluence.impl.retention.DefaultHistoricalVersionService
 
delete(List<HistoricalVersion>) - Method in interface com.atlassian.confluence.impl.retention.HistoricalVersionService
Delete the content for the historical versions.
delete(Session, String, Object[], Type[]) - Static method in class com.atlassian.confluence.core.persistence.hibernate.SessionHelper
Deprecated.
since 9.3
DELETE - Enum constant in enum class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent.SpaceLogoActions
 
DELETE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelOperation
 
DELETE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelOperation
 
DELETE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelOperation
 
DELETE - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.TriggerEvent
 
DELETE - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
DELETE_CHANGE_DOCUMENTS - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
DELETE_DOCUMENT - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.IndexTaskType
 
DELETE_DOCUMENT - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
DELETE_EDGE_BY_TARGET_ID_AND_USER - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.IndexTaskType
 
DELETE_EDGE_TARGETING_DOCUMENT - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.IndexTaskType
 
DELETE_FILES_OLDER_THAN_HOURS - Static variable in class com.atlassian.confluence.importexport.impl.CleanTempDirectoryJob
 
DELETE_MAIL - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
DELETE_OWN - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
DELETE_SINGLE - Enum constant in enum class com.atlassian.confluence.pages.PageDeleteTrigger
 
DELETE_TEMP_BACKUPS_OLDER_THAN_HOURS - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.AbstractBackupService
 
deleteAll() - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
deleteAll() - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
deleteAll() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
deleteAll() - Method in interface com.atlassian.confluence.search.v2.SearchIndexWriter
 
deleteAll(AlertCriteria) - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
deleteAll(Class<T>) - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
deleteAllAncestors(Long) - Method in interface com.atlassian.confluence.pages.ancestors.AncestorsDao
Deletes all ancestors for the particular page
deleteAllAncestors(Long) - Method in class com.atlassian.confluence.pages.ancestors.DefaultAncestorsDao
Deletes all ancestors for the particular page
deleteAllAttachmentVersions(AttachmentRef, AttachmentRef.Container) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Delete all data corresponding to all versions of the given attachment
deleteAllAttachmentVersions(AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
Delete all data corresponding to all versions of the given attachment
deleteAllAttachmentVersions(AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
Delete all data corresponding to all versions of the given attachment
deleteAllAttachmentVersions(AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
Delete all data corresponding to all versions of the given attachment
deleteAllAttachmentVersions(AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
Delete all versions for a particular attachment
deleteAllDatabaseContent() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
Drop existing database
deleteAllDatabaseContent() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
deleteAllDirectRestrictions(ContentId, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
deleteAllDirectRestrictions(ContentId, Expansion...) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
Attempts to delete all the restrictions specified directly on a piece of content identified by contentId.
deleteAllDirectRestrictionsCompletionStage(ContentId, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
Attempts to delete all the restrictions specified directly on a piece of content identified by contentId.
deleteAllDirectRestrictionsCompletionStage(ContentId, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
deleteAllPersistedRecords() - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCache
Removes all records from persistent cache
deleteAllPersistedRecords() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
Removes all records from persistent cache
deleteAllRecordsFromChangeLogTable() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentChangeLogListener
Space of content updater must must remove all change log records.
deleteAllRecordsFromChangeLogTable() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
Space of content updater must must remove all change log records.
deleteAllRecordsFromChangeLogTable() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpaceChangeLogListener
 
deleteAncestorRecords(Collection<Long>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.AncestorsEraser
 
deleteApplication(String) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
deleteAttachmentFilesIfApplicable(Collection<DbRawDataForContentTable>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.AttachmentFileEraser
 
DeleteBlogPostCommand - Class in com.atlassian.confluence.content.service.page
Service command for removing a blog post.
DeleteBlogPostCommand(PageManager, PermissionManager, BlogPostLocator) - Constructor for class com.atlassian.confluence.content.service.page.DeleteBlogPostCommand
 
DeleteChangeDocumentsIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Removes all change documents for a particular searchable.
DeleteChangeDocumentsIndexTask(Searchable) - Constructor for class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
Creates a remove change documents index task for the latest version of searchable
DeleteChangeDocumentsIndexTask(String) - Constructor for class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
 
DeleteCommentCommand - Interface in com.atlassian.confluence.content.service.comment
Service command for removing a comment.
DeleteCommentCommandImpl - Class in com.atlassian.confluence.content.service.comment
 
DeleteCommentCommandImpl(PermissionManager, CommentManager, long) - Constructor for class com.atlassian.confluence.content.service.comment.DeleteCommentCommandImpl
 
deleteCompletionStage(long) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Deletes space.
deleteCompletionStage(long) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
deleteCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
deleteCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
Removes an Attachment from the system.
deleteCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
deleteCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Removes an item of Content from the system.
deleteCompletionStage(ContentId, int) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentVersionServiceImpl
 
deleteCompletionStage(ContentId, int) - Method in interface com.atlassian.confluence.rest.client.RemoteContentVersionService
Delete the version of content.
deleteCompletionStage(JsonContentProperty) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService
Removes a content property from the system.
deleteCompletionStage(JsonContentProperty) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl
 
deleteCompletionStage(JsonSpaceProperty) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePropertyService
Removes a space property from the system.
deleteCompletionStage(JsonSpaceProperty) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl
 
deleteCompletionStage(Space) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Delete the given space.
deleteCompletionStage(Space) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
deleteCompletionStage(ContentTemplateId) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
 
deleteCompletionStage(ContentTemplateId) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService
 
deleteCompletionStage(RelationInstance<S, T>) - Method in class com.atlassian.confluence.rest.client.impl.RemoteRelationServiceImpl
 
deleteCompletionStage(RelationInstance<S, T>) - Method in interface com.atlassian.confluence.rest.client.RemoteRelationService
Remove a relation if it exists between a source and a target relatable entity
deleteCompletionStage(WebTarget) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
deleteCompletionStage(WebTarget, Class<? extends T>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
deleteContentHistory(ContentId, int) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ContentVersionResource
Delete a historical version.
deleteContentHistory(ContentId, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentVersionResource
 
DeleteContext - Interface in com.atlassian.confluence.core
Context for managers to call upon when making decisions about how to delete an object.
DELETED - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
DELETED_BY - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
DELETED_BY_ANON_VALUE - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
deletedAgeUnit(AgeUnit) - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule.TrashRetentionRuleBuilder
 
deleteDataRecursively(String, Collection<Long>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.ContentEntityObjectEraser
 
deleteDataRecursively(String, Collection<Long>) - Method in interface com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.EntityEraser
Deletes records in the table where ids in columnName are in ids list.
deleteDataRecursively(String, Collection<Long>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.GenericEraser
 
deleteDataRecursively(String, Collection<Long>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.PageTemplateEraser
 
deleteDataRecursively(String, Collection<Long>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceEraser
 
deleteDataRecursively(String, Collection<Long>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SynchronyTablesEraser
 
deleteDataRecursively(Collection<Long>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.BucketPropertySetItemEraser
 
DeletedHistoricalVersion - Class in com.atlassian.confluence.impl.retention.rules
 
DeletedHistoricalVersion.Builder - Class in com.atlassian.confluence.impl.retention.rules
 
DeletedHistoricalVersionSummary - Class in com.atlassian.confluence.impl.retention.rules
 
DeletedHistoricalVersionSummary(DeletedHistoricalVersionSummary.Builder) - Constructor for class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary
 
DeletedHistoricalVersionSummary.Builder - Class in com.atlassian.confluence.impl.retention.rules
 
deleteDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
deleteDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
Deletes singular direct ContentRestriction for operationKey and subject from the content identified by contentId parameter.
deleteDirectRestrictionForSubjectCompletionStage(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
Deletes singular direct ContentRestriction for operationKey and subject from the content identified by contentId parameter.
deleteDirectRestrictionForSubjectCompletionStage(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
DeleteDocumentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Index task that removes a searchable from the content index.
DeleteDocumentIndexTask(Searchable) - Constructor for class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
DeleteDocumentIndexTask(String) - Constructor for class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
deleteDocuments(Term) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
deleteDocuments(Term...) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
deleteDocuments(Query) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
deleteDocuments(Query...) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
deleteDraft(ContentId) - Method in class com.atlassian.confluence.api.impl.service.content.draft.ContentDraftServiceImpl
 
deleteDraft(ContentId) - Method in class com.atlassian.confluence.api.impl.service.content.draft.LegacyContentDraftServiceImpl
 
deleteDraft(ContentId) - Method in class com.atlassian.confluence.api.impl.service.content.draft.SharedContentDraftServiceImpl
 
deleteDraft(ContentId) - Method in interface com.atlassian.confluence.api.service.content.ContentDraftService
Deletes the draft for this content.
deleteDraftCompletionStage(ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteContentDraftService
Deletes the draft.
deleteDraftCompletionStage(ContentId) - Method in class com.atlassian.confluence.rest.client.RemoteContentDraftServiceImpl
 
DeletedUser - Class in com.atlassian.confluence.user
Class that represents a user that has been deleted from Confluence post-RTBF (CONFSRVDEV-7360).
DeletedUser(UserKey, I18NBean) - Constructor for class com.atlassian.confluence.user.DeletedUser
 
DeleteEdgeDocumentIndexTask - Class in com.atlassian.confluence.plugins.edgeindex.tasks
 
DeleteEdgeDocumentIndexTask(String) - Constructor for class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeDocumentIndexTask
 
DeleteEdgeTargetingDocumentIndexTask - Class in com.atlassian.confluence.plugins.edgeindex.tasks
 
DeleteEdgeTargetingDocumentIndexTask(String) - Constructor for class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeTargetingDocumentIndexTask
 
DeleteEdgeTypeByUserDocumentIndexTask - Class in com.atlassian.confluence.plugins.edgeindex.tasks
 
DeleteEdgeTypeByUserDocumentIndexTask(String, String, UserKey) - Constructor for class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeTypeByUserDocumentIndexTask
 
deleteFastSpacePermissionsForSpaces(SpacePermissionType, Collection<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
Removes all fast space permissions for the provided list of space ids.
deleteForRule(List<EvaluatedHistoricalVersion>, RuleScope) - Method in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
deleteForRule(List<EvaluatedTrash>, RuleScope) - Method in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
deleteGroup(String) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl
 
deleteGroup(String) - Method in interface com.atlassian.confluence.api.service.people.GroupService
Delete an existing Group identified by groupName.
deleteGroup(String) - Method in interface com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupService
Send request to delete a group by its name
deleteGroup(String) - Method in class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl
 
deleteHibernateTrustedApplication(ConfluenceTrustedApplication) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateTrustedApplicationDao
 
deleteHibernateTrustedApplication(ConfluenceTrustedApplication) - Method in interface com.atlassian.confluence.security.persistence.dao.TrustedApplicationDao
 
deleteIndexes(List<String>) - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
deleteIndividualGroupRestriction(ContentId, OperationKey, Group) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
Deletes singular direct ContentRestriction for operationKey and user from the content identified by contentId parameter.
deleteIndividualUserRestriction(ContentId, OperationKey, UserKey, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
Deletes singular direct ContentRestriction for operationKey and user from the content identified by contentId parameter.
deleteLabel(long) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
deleteLabel(long) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
deleteLabel(long) - Method in interface com.atlassian.confluence.labels.LabelManager
Delete the label with the specified id.
deleteLabel(ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentLabelsResource
 
deleteLabel(Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
deleteLabel(Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
deleteLabel(Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Delete the specified label.
deleteLabel(Long, Long) - Method in class com.atlassian.confluence.ui.rest.content.LegacyAttachmentResource
Deprecated.
 
deleteLabel(Long, Long) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
deleteLabel(Long, Long) - Method in class com.atlassian.confluence.ui.rest.content.LegacyTemplateResource
Deprecated.
 
deleteLabel(String, Long) - Method in class com.atlassian.confluence.ui.rest.content.LegacySpaceResource
Deprecated.
 
deleteLabellingBySpace(String) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
deleteLabellingBySpace(String) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
deleteLabelWithQueryParam(ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentLabelsResource
 
deletePage(Page, ConfluenceUser) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
DeletePageCommand - Class in com.atlassian.confluence.content.service.page
Service command for removing a page.
DeletePageCommand(PageManager, PermissionManager, PageLocator) - Constructor for class com.atlassian.confluence.content.service.page.DeletePageCommand
 
DeletePageHierarchyFinishEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
TODO: Document this class / interface here
DeletePageHierarchyFinishEvent(Object, Page, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.DeletePageHierarchyFinishEvent
DeletePageHierarchyFinishEvent(Object, Page, ConfluenceUser, boolean, int) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.DeletePageHierarchyFinishEvent
 
DeletePageHierarchyStartEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
TODO: Document this class / interface here
DeletePageHierarchyStartEvent(Object, Page, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.DeletePageHierarchyStartEvent
DeletePageHierarchyStartEvent(Object, Page, ConfluenceUser, boolean, int) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.DeletePageHierarchyStartEvent
 
deletePersistedRecord(long) - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCache
Removes a record from the persistent cache
deletePersistedRecord(long) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
Removes a record from the persistent cache
deletePersistedRecordForSite() - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCache
Removes a cache record for the entire site (global most popular labels) Does not remove cache records for spaces
deletePersistedRecordForSite() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
Removes a cache record for the entire site (global most popular labels) Does not remove cache records for spaces
deletePolicy(String) - Method in interface com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyService
Deprecated.
Delete a space retention policy.
deletePolicy(String) - Method in class com.atlassian.confluence.impl.retention.manager.CachingSpaceRetentionPolicyManager
 
deletePolicy(String) - Method in class com.atlassian.confluence.impl.retention.manager.DefaultSpaceRetentionPolicyManager
 
deletePolicy(String) - Method in class com.atlassian.confluence.impl.retention.service.DefaultSpaceRetentionPolicyService
 
deletePolicy(String) - Method in interface com.atlassian.confluence.retention.SpaceRetentionPolicyManager
Delete a space retention policy.
deletePolicy(String) - Method in interface com.atlassian.confluence.retention.SpaceRetentionPolicyService
Delete a space retention policy.
DeleteProfilePictureCommand - Interface in com.atlassian.confluence.user.service
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8
deleteRecords(String, String, Collection<Long>, Class) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.SpaceDeletionSqlScriptsRunner
 
deleteRecords(Collection<AuditRecordEntity>) - Method in interface com.atlassian.confluence.internal.audit.persistence.dao.AuditRecordDao
Deprecated.
Delete specified audit records
deleteRecords(Collection<AuditRecordEntity>) - Method in class com.atlassian.confluence.internal.audit.persistence.dao.hibernate.HibernateAuditRecordDao
Deprecated.
 
deleteRestrictions(ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
Removes all the restrictions specified directly on the content.
deleteSingleAttachmentVersion(AttachmentRef, AttachmentRef.Container) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Delete the data corresponding to a single attachment version
deleteSingleAttachmentVersion(AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
Delete the data corresponding to a single attachment version
deleteSingleAttachmentVersion(AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
Delete the data corresponding to a single attachment version
deleteSingleAttachmentVersion(AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
Delete the data corresponding to a single attachment version
deleteSingleAttachmentVersion(AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
 
deleteSingleAttachmentVersion(AttachmentRef, AttachmentRef.Container, AttachmentDataStreamType) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Delete the data of the specified stream type corresponding to a single attachment version
deleteSingleAttachmentVersion(AttachmentRef, AttachmentRef.Container, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
 
deleteSingleAttachmentVersion(AttachmentRef, AttachmentRef.Container, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
deleteSingleAttachmentVersion(AttachmentRef, AttachmentRef.Container, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
 
deleteSingleAttachmentVersion(AttachmentRef, AttachmentRef.Container, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
Delete an attachment version for a particular attachment
deleteSpaceAndAllDependantEntities(long, Map<String, Object>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceEraser
It removes data of a space.
deleteSpaceAsync(long) - Method in interface com.atlassian.confluence.impl.space.deletion.SpaceDeletionManager
Removes space asynchronously.
deleteSpaceAsync(long) - Method in class com.atlassian.confluence.impl.space.deletion.SpaceDeletionManagerImpl
Removes space asynchronously.
deleteSpaceById(long) - Method in class com.atlassian.confluence.functest.rest.admin.SpaceResource
 
DeleteSpaceCommand - Class in com.atlassian.confluence.content.service.space
Deprecated, for removal: This API element is subject to removal in a future version.
DeleteSpaceCommand(SpaceManager, PermissionManager, SpaceLocator) - Constructor for class com.atlassian.confluence.content.service.space.DeleteSpaceCommand
Deprecated.
 
deleteSpaceSync(long) - Method in interface com.atlassian.confluence.impl.space.deletion.SpaceDeletionManager
Removes space synchronously.
deleteSpaceSync(long) - Method in class com.atlassian.confluence.impl.space.deletion.SpaceDeletionManagerImpl
Removes space synchronously.
deleteStatus() - Method in class com.atlassian.confluence.internal.persistence.hibernate.HibernateZduStatusDao
 
deleteStatus() - Method in interface com.atlassian.confluence.internal.persistence.ZduStatusDao
 
deleteSynchronously(long) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
Deletes space synchronously.
deleteSynchronously(long) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Deletes space synchronously.
deleteSynchronouslyCompletionStage(long) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Deletes space synchronously.
deleteSynchronouslyCompletionStage(long) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
DeleteTemporaryAttachmentUploadsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
This upgrade task removes all attachment-*.tmp files from java temp directory.
DeleteTemporaryAttachmentUploadsUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.DeleteTemporaryAttachmentUploadsUpgradeTask
 
deleteTrustedApplication(ConfluenceTrustedApplication) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
deleteTrustedApplication(ConfluenceTrustedApplication) - Method in interface com.atlassian.confluence.security.trust.TrustedApplicationsManager
 
deleteUser(String) - Method in class com.atlassian.confluence.functest.rest.admin.UserResource
 
deleteUserInfoFor(User) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateUserLoginInfoDao
Remove the login information for the given user.
deleteUserInfoFor(User) - Method in interface com.atlassian.confluence.security.persistence.dao.UserLoginInfoDao
Remove the login information for the given user.
DeleteUserLongRunningTask - Class in com.atlassian.confluence.user.actions
Removes user in a long running task
DeleteUserLongRunningTask(I18NBean, GlobalSettings, UserAccessorInternal, ConfluenceUser, EventPublisher) - Constructor for class com.atlassian.confluence.user.actions.DeleteUserLongRunningTask
 
DeleteUserProfilePictureAction - Class in com.atlassian.confluence.user.actions
Action for removing current and historical profile pictures uploaded by a user
DeleteUserProfilePictureAction() - Constructor for class com.atlassian.confluence.user.actions.DeleteUserProfilePictureAction
 
deleteWebhook(int) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
 
DeleteWithEntityApacheHttpRequestFactory - Class in com.atlassian.confluence.plugins.opensearch
Patches the ApacheHttpRequestFactory from AWS SDK to allow sending HTTP DELETE requests with entity.
DeleteWithEntityApacheHttpRequestFactory() - Constructor for class com.atlassian.confluence.plugins.opensearch.DeleteWithEntityApacheHttpRequestFactory
 
deleteZipFile(String, JobScope) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Deletes a zip file from the restore folder
DeletingRetentionPolicyExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extract 2 fields to tell whether a space retention policy may delete historical versions or trash.
DeletingRetentionPolicyExtractor(SpaceRetentionPolicyManager) - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.DeletingRetentionPolicyExtractor
 
DELETION_BATCH_SIZE - Static variable in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
DeletionResult - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Data deletion result.
DeletionResult(int, boolean) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
DELIMITER - Static variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.MultiSubscriptionPerJournalIdentifier
 
DELIMITER_DEFAULT - Static variable in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
DELIMITER_DEFAULT - Static variable in class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction
 
DELIMITER_OPTION - Static variable in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
DEMO_ERROR - Static variable in class com.atlassian.confluence.setup.actions.SetupDataAction
 
DEMO_PAGE - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.ContentEntityExampleDocument
 
DEMO_PAGE_WITH_BODY - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.ContentEntityExampleDocument
 
denied() - Static method in record class com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker.AccessPermission
 
denied(String, String) - Static method in class com.atlassian.confluence.security.websudo.IPAllowListValidationResult
Creates an instance of IPAllowListValidationResult where the client's IP is denied.
DENIED - Enum constant in enum class com.atlassian.confluence.impl.security.access.ActionAccessChecker.AccessDecision
Deprecated.
 
DENORMALISED_SID_NAME_TYPE_INDEX_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
DenormalisedChangeLogDao - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao
Dao for DenormalisedServiceStateChangeLog which keeps information about service state change
DenormalisedChangeLogDao(SessionFactory) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao.DenormalisedChangeLogDao
 
DenormalisedChangeLogListenerBase - Class in com.atlassian.confluence.security.denormalisedpermissions.impl
Base class for listeners which read records from denormalised change logs (space and content) periodically.
DenormalisedChangeLogListenerBase(EventPublisher, PlatformTransactionManager, DenormalisedPermissionStateLogService, DenormalisedLockService, DenormalisedPermissionStateManager) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
DenormalisedContentChangeLog - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain
Represents content change log (records are inserted by triggers).
DenormalisedContentChangeLog() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentChangeLog
 
DenormalisedContentChangeLogDao - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao
DAO for retrieving and updating content change log records
DenormalisedContentChangeLogDao(SessionFactory) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentChangeLogDao
 
DenormalisedContentChangeLogListener - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content
Handles the events about changed content or content permissions and reads data from logs periodically It's required to maintain denormalised permissions up-to-date
DenormalisedContentChangeLogListener(EventPublisher, DenormalisedContentPermissionsUpdater, DenormalisedContentChangeLogDao, PlatformTransactionManager, DenormalisedPermissionsDdlExecutor, RealContentAndPermissionsDao, DenormalisedPermissionStateLogService, DenormalisedLockService, DenormalisedPermissionStateManager) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentChangeLogListener
 
DenormalisedContentPermissionsTriggersUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Re-creates all required triggers and functions for denormalised permissions.
DenormalisedContentPermissionsTriggersUpgradeTask(PlatformTransactionManager, DenormalisedPermissionStateLogService, DenormalisedPermissionsDdlExecutor) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentPermissionsTriggersUpgradeTask
 
DenormalisedContentPermissionsUpdater - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content
Updates denormalised content view permissions in accordance with real permissions.
DenormalisedContentPermissionsUpdater(PlatformTransactionManager, DenormalisedSidManager, DenormalisedContentViewPermissionDao, RealContentAndPermissionsDao) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentPermissionsUpdater
 
DenormalisedContentPermissionsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Creates all required triggers, functions and indexes for denormalised content permissions.
DenormalisedContentPermissionsUpgradeTask(DdlExecutor, DenormalisedPermissionsDdlExecutor) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentPermissionsUpgradeTask
 
DenormalisedContentStatusUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Removes all records and populates denormalised_content table again if service was enabled to fix problem with content status
DenormalisedContentStatusUpgradeTask(PlatformTransactionManager, DenormalisedPermissionStateLogService) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentStatusUpgradeTask
 
DenormalisedContentViewPermission - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain
Supports a denormalised relation between content id and sid id (sid represents user or group or authenticated user or anonymous user.
DenormalisedContentViewPermission() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentViewPermission
 
DenormalisedContentViewPermission(long, long) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentViewPermission
 
DenormalisedContentViewPermissionDao - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao
Dao for working with denormalised content view permissions.
DenormalisedContentViewPermissionDao(SessionFactory) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
 
DenormalisedLock - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain
Keeps a record which could be exclusively locked (for writing) to avoid parallel execution
DenormalisedLock() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedLock
 
denormalisedLockService - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
DenormalisedLockService - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.manage
Allows to acquire DB locks.
DenormalisedLockService(EventPublisher, SessionFactory, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService
 
DenormalisedLockService.LockName - Enum Class in com.atlassian.confluence.security.denormalisedpermissions.impl.manage
 
DenormalisedPermissionChangeStateAnalyticsEvent - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
An analytic event which is sent when state of Denormalised permission service is changed.
DenormalisedPermissionDarkFeature - Class in com.atlassian.confluence.security.denormalisedpermissions.impl
 
DenormalisedPermissionDarkFeature(EventPublisher, DarkFeatureManager) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionDarkFeature
 
DenormalisedPermissionFailAnalyticsEvent - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
An analytic event which is sent when one of the methods from Denormalised Permissions service is failed.
DenormalisedPermissionFailAnalyticsEvent(DenormalisedPermissionFailAnalyticsEvent.Action) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent
 
DenormalisedPermissionFailAnalyticsEvent(DenormalisedPermissionFailAnalyticsEvent.Action, DenormalisedPermissionFailAnalyticsEvent.ErrorType) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent
 
DenormalisedPermissionFailAnalyticsEvent(DenormalisedPermissionFailAnalyticsEvent.Action, DenormalisedPermissionFailAnalyticsEvent.ErrorType, Integer) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent
 
DenormalisedPermissionFailAnalyticsEvent.Action - Enum Class in com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
 
DenormalisedPermissionFailAnalyticsEvent.ErrorType - Enum Class in com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
 
DenormalisedPermissionFallbackServiceImpl - Class in com.atlassian.confluence.security.denormalisedpermissions.impl
Provides fallback methods for denormalised permissions When denormalised permission service is in "not ready" state, fallback methods will be called.
DenormalisedPermissionFallbackServiceImpl(SpaceManagerInternal, SpaceDaoInternal, SpacePermissionsFilterDao, SpacePermissionQueryManager, EventPublisher, ContentPermissionManagerInternal, PageManagerInternal, PermissionManager, PermissionCheckExemptions, ConfluenceAccessManager, SpacePermissionManager, RegularEntitiesAndPermissionsHelper) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionFallbackServiceImpl
 
DenormalisedPermissionOverrideProxyServiceImpl - Class in com.atlassian.confluence.security.denormalisedpermissions.impl
This class is a proxy that wraps the DenormalisedPermissionServiceImpl allowing permission override extensions to be added to the service.
DenormalisedPermissionOverrideProxyServiceImpl(BulkPermissionService, DefaultPermissionOverrideExtensionProvider) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionOverrideProxyServiceImpl
 
DenormalisedPermissionRouter - Class in com.atlassian.confluence.security.denormalisedpermissions.impl
A router which either sends requests to real denormalised permissions service or to "fallback" service.
DenormalisedPermissionRouter(BulkPermissionService, BulkPermissionService, DenormalisedPermissionStateManager, EventPublisher) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionRouter
 
DenormalisedPermissionsDdlExecutor - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup
Executes DDL operations on supported databases for creating/dropping triggers and functions
DenormalisedPermissionsDdlExecutor(SessionFactory, PlatformTransactionManager, SchemaInformationService) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
DenormalisedPermissionsDdlOperations - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup
Abstract class for ddl operations with denormalised DB objects
DenormalisedPermissionsDdlOperations() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlOperations
 
DenormalisedPermissionServiceImpl - Class in com.atlassian.confluence.security.denormalisedpermissions.impl
DenormalisedPermissionServiceImpl(DenormalisedSpacePermissionDao, DenormalisedSidManager, ConfluenceAccessManager, SpacePermissionAccessMapper, DenormalisedContentViewPermissionDao, RegularEntitiesAndPermissionsHelper, DenormalisedSpaceChangeLogDao, EventPublisher, SchemaInformationService) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionServiceImpl
 
DenormalisedPermissionServiceState - Enum Class in com.atlassian.confluence.security.denormalisedpermissions
State of the service (does not include the state of API)
denormalisedPermissionStateLogService - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
DenormalisedPermissionStateLogService - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.manage
Manages service state, and state change logs
DenormalisedPermissionStateLogService(DenormalisedServiceStateDao, PlatformTransactionManager, DenormalisedChangeLogDao) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedPermissionStateLogService
 
denormalisedPermissionStateManager - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
DenormalisedPermissionStateManager - Interface in com.atlassian.confluence.security.denormalisedpermissions
Denormalised permission state manager is responsible to managing the service state, including starting, stopping, enabling/disabling API, maintaining list of the past events etc
DenormalisedPermissionStateManagerImpl - Class in com.atlassian.confluence.security.denormalisedpermissions.impl
DenormalisedPermissionStateManagerImpl(EventPublisher, DenormalisedServiceStateDao, PlatformTransactionManager, DenormalisedPermissionStateLogService, DenormalisedLockService, DenormalisedChangeLogDao) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
DenormalisedPermissionsTriggersUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Re-creates all required triggers and functions for denormalised permissions.
DenormalisedPermissionsTriggersUpgradeTask(DenormalisedPermissionsDdlExecutor, DenormalisedPermissionStateLogService) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.DenormalisedPermissionsTriggersUpgradeTask
 
DenormalisedServiceStateChangeLog - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain
Information about the service state change.
DenormalisedServiceStateChangeLog() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateChangeLog
 
DenormalisedServiceStateDao - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao
DAO for creating/updating DenormalisedServiceStateRecord
DenormalisedServiceStateDao(SessionFactory) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao.DenormalisedServiceStateDao
 
DenormalisedServiceStateRecord - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain
Represents the state of the space or content service.
DenormalisedServiceStateRecord() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord
 
DenormalisedServiceStateRecord(DenormalisedServiceStateRecord.ServiceType, DenormalisedPermissionServiceState, long) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord
 
DenormalisedServiceStateRecord.ServiceType - Enum Class in com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain
 
DenormalisedSid - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain
Entity for storing sids (security id) which could be either user or group or anonymous or authenticated user All tables with denormalised data refers to sids instead of real users groups etc
DenormalisedSid() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSid
 
DenormalisedSidDao - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.user.dao
DAO for working with user/group sids Sid (security id) represents either user or group or "any authenticated user" or "anonymous" All denormalized records have references to sids
DenormalisedSidDao(SessionFactory, HibernateConfig) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.user.dao.DenormalisedSidDao
 
DenormalisedSidManager - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.user
Creates and retrieves denormalised sids.
DenormalisedSidManager(PlatformTransactionManager, DenormalisedSidDao, DenormalisedLockService, CrowdService) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.user.DenormalisedSidManager
 
DenormalisedSidType - Enum Class in com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain
Sid type, used by DenormalisedSid.
DenormalisedSpaceChangeLog - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain
Represents DAO for working with the space change log
DenormalisedSpaceChangeLog() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpaceChangeLog
 
DenormalisedSpaceChangeLogDao - Interface in com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao
DAO for retrieving and updating space change log records
DenormalisedSpaceChangeLogDaoImpl - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao
 
DenormalisedSpaceChangeLogDaoImpl(SessionFactory) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDaoImpl
 
DenormalisedSpaceChangeLogListener - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.space
Handles the events about changed spaces or space permissions and reads data from logs periodically It's required to maintain denormalised permissions up-to-date
DenormalisedSpaceChangeLogListener(EventPublisher, DenormalisedSpacePermissionsUpdater, DenormalisedSpaceChangeLogDao, PlatformTransactionManager, DenormalisedPermissionsDdlExecutor, DenormalisedPermissionStateLogService, DenormalisedLockService, DenormalisedPermissionStateManager) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpaceChangeLogListener
 
DenormalisedSpacePermission - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain
Supports a denormalised relation between space id and sid id (sid represents user or group or authenticated user or anonymous user.
DenormalisedSpacePermission() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpacePermission
 
DenormalisedSpacePermission(long, long) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpacePermission
 
DenormalisedSpacePermission(SpaceToSidMapId) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpacePermission
 
DenormalisedSpacePermissionDao - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao
DAO for denormalised space permission table.
DenormalisedSpacePermissionDao(SessionFactory) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
 
DenormalisedSpacePermissionsUpdater - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.space
Updates denormalised space view and edit permissions
DenormalisedSpacePermissionsUpdater(EventPublisher, DenormalisedSpacePermissionDao, SpacePermissionDao, DenormalisedSidManager, PlatformTransactionManager, SpaceDaoInternal) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpacePermissionsUpdater
 
DenormalisedSpacePermissionsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Creates all required triggers, functions and indexes for denormalised space permissions.
DenormalisedSpacePermissionsUpgradeTask(DdlExecutor, DenormalisedPermissionsDdlExecutor) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.DenormalisedSpacePermissionsUpgradeTask
 
DENY - Enum constant in enum class com.atlassian.confluence.core.PermissionOverrideExtension.Decision
Fail the permission check and prevent the user from accessing the content.
DenyAnonymousExtension - Class in com.atlassian.confluence.plugins.graphql.extensions
A graphql extension to deny field queries for anonymous access, unless AnonymousSiteAccess is applied to the provider class.
DenyAnonymousExtension() - Constructor for class com.atlassian.confluence.plugins.graphql.extensions.DenyAnonymousExtension
 
denyAnonymousPermissions(Collection<SpacePermission>, Set<SpacePermission>, Set<SpacePermission>) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
denyAnonymousPermissions(Collection<SpacePermission>, Set<SpacePermission>, Set<SpacePermission>) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Deprecated.
since 5.9, with no replacement
dependenciesRef() - Method in record class com.atlassian.confluence.dmz.service.content.ContentBodyConversionManager.ConversionResult
Returns the value of the dependenciesRef record component.
Deprecated - Class in com.atlassian.confluence.velocity
Deprecated.
Deprecated() - Constructor for class com.atlassian.confluence.velocity.Deprecated
Deprecated.
 
DEPRECATED_KEYS - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
deprecatedPackagesFilename() - Static method in class com.atlassian.confluence.impl.util.InternalOsgiUtils
 
DeprecatedPluginModuleListener - Class in com.atlassian.confluence.plugin.dev
Listens to PluginModuleEnabledEvents and logs a warning if the plugin module is a deprecated class, or subclasses or implements a deprecated type.
DeprecatedPluginModuleListener(EventPublisher) - Constructor for class com.atlassian.confluence.plugin.dev.DeprecatedPluginModuleListener
 
DeprecatedPluginStateStore - Class in com.atlassian.confluence.plugin
This Plugin State Store will override the original state so that we could decorated it with a list of deprecated plugin (plugin which is disable by default on new version but if user upgrade Confluence from older version then it will keep the previous state)
DeprecatedPluginStateStore(PluginPersistentStateStore, Collection<String>) - Constructor for class com.atlassian.confluence.plugin.DeprecatedPluginStateStore
Constructor of DeprecatedPluginStateStore
depth - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
 
Depth - Class in com.atlassian.confluence.api.model
The depth to which sub-content should be returned.
DEPTH - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
depthFirstPreOrdered(Collection<T>, Function<T, List<T>>, Comparator<T>) - Static method in class com.atlassian.confluence.api.impl.service.content.typebinding.TreeSorter
Converts collections of objects with parent-child relationships into a list sorted as a flattened tree, traversed depth-first with pre-order.
depthFirstPreOrderSort(Collection<T>, Function<T, List<T>>, Comparator<T>) - Static method in class com.atlassian.confluence.api.impl.service.content.typebinding.TreeSorter
deriveBodyType(UserMacroConfig) - Static method in class com.atlassian.confluence.renderer.UserMacroConfig
 
desaturate(Color, double) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns a color less saturate than the given color
desaturate(String, double) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns a color less saturate than the given color
DESC - Enum constant in enum class com.atlassian.confluence.content.CustomContentManager.SortOrder
 
DescendantContentResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST wrapper for the ChildContentService, when Depth is ALL.
DescendantContentResource(ChildContentService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.DescendantContentResource
 
descendants(ContentId, String, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.DescendantContentResource
 
descendants(Map<ContentType, PageResponse<Content>>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
DESCENDANTS - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
descendantsOfType(ContentId, ContentType, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.DescendantContentResource
 
DESCENDING - Enum constant in enum class com.atlassian.confluence.search.v2.SearchSort.Order
 
DESCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.ContentIdSort
 
DESCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.CreatedSort
Sorts by created date (descending)
DESCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FavouriteSort
Sorts by last modified (descending)
DESCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FilenameSort
Sorts by filename (descending)
DESCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FilesizeSort
Sorts by file size (descending)
DESCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FullnameSort
Sorts by fullname (descending)
DESCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.ModifiedSort
Sorts by last modified (descending)
DESCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.TitleSort
Sorts by title (descending)
describeMismatchSafely(Content, Description) - Method in class com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher
 
describeTo(Description) - Method in class com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher
 
describeTo(Description) - Method in class com.atlassian.confluence.api.testsupport.matchers.model.content.template.ContentTemplateNameMatcher
 
describeTo(Description) - Method in class com.atlassian.confluence.api.testsupport.matchers.model.user.UserMatchers.UserWithKeyMatcher
 
describeTo(Description) - Method in class com.atlassian.confluence.spring.transaction.TransactionAttributeMatcher
 
description - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
description - Variable in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
description(ContentRepresentation, FormattedBody) - Method in class com.atlassian.confluence.api.model.content.PersonalSpaceDetailsForCreation.PersonalSpaceDetailsForCreationBuilder
 
description(ContentRepresentation, FormattedBody) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
description(ContentRepresentation, Reference<FormattedBody>) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
description(ContentRepresentation, String) - Method in class com.atlassian.confluence.api.model.content.PersonalSpaceDetailsForCreation.PersonalSpaceDetailsForCreationBuilder
 
description(ContentRepresentation, String) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
description(String) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
description(String) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
description(Map<ContentRepresentation, FormattedBody>) - Method in class com.atlassian.confluence.api.model.content.PersonalSpaceDetailsForCreation.PersonalSpaceDetailsForCreationBuilder
 
description(Map<ContentRepresentation, FormattedBody>) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
DESCRIPTION - Static variable in class com.atlassian.confluence.api.model.content.Space.Expansions
 
DESCRIPTION - Static variable in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
DESCRIPTION_EXTRA_ATTRIBUTE - Static variable in class com.atlassian.confluence.impl.audit.listener.ImportExportAuditListener
 
DescriptorComparator<T> - Interface in com.atlassian.confluence.core.persistence.schema.descriptor
 
deserialise(byte[]) - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsSerialiser
Deserialises object from a byte array.
deserialise(String) - Static method in class com.atlassian.confluence.api.model.content.id.ContentId
 
deserialise(String) - Static method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
 
deserialise(String) - Static method in class com.atlassian.confluence.api.model.content.Position
 
deserialise(String) - Static method in class com.atlassian.confluence.api.model.longtasks.LongTaskId
 
deserialise(Collection<String>, boolean) - Static method in enum class com.atlassian.confluence.search.ReIndexOption
 
deserialize(byte[]) - Method in interface com.atlassian.confluence.util.sandbox.SandboxSerializer
 
deserialize(byte[]) - Method in class com.atlassian.confluence.util.sandbox.SandboxSerializers.CompositeByteArraySerializer
 
deserialize(byte[]) - Method in class com.atlassian.confluence.util.sandbox.SandboxSerializers.DurationSerializer
 
deserialize(byte[]) - Method in class com.atlassian.confluence.util.sandbox.SandboxSerializers.IntSerializer
 
deserialize(byte[]) - Method in class com.atlassian.confluence.util.sandbox.SandboxSerializers.StringSerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.api.serialization.jackson2.MetadataValueDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.api.serialization.jackson2.OffsetDateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.api.serialization.MetadataValueDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.api.serialization.OffsetDateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.ContentDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.DateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.EnrichedMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.JsonStringDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.MapAndKeyValuePairDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.OptionalDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.OptionDeserializer
Deprecated.
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestListDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.SpaceDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.atlassian.confluence.rest.v2.api.model.validation.ValidationErrorDeserializerJackson2
 
deserialize(JsonParser, DeserializationContext, Map<Object, Object>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.EnrichedMapDeserializer
 
deserialize(JsonParser, DeserializationContext, Map<Object, Object>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.MapAndKeyValuePairDeserializer
 
deserialize(Reader) - Method in interface com.atlassian.confluence.setup.bandana.BandanaSerializer
Deserialize an object.
deserialize(Reader) - Method in class com.atlassian.confluence.setup.bandana.XStreamBandanaSerializer
 
deserialize(String) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultMacroParameterSerializer
 
deserialize(String) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterSerializer
Deserializes a String into a Map of parameters.
deserialize(String) - Method in interface com.atlassian.confluence.macro.MacroDefinitionDeserializer
 
deserialize(String) - Method in class com.atlassian.confluence.macro.MacroDefinitionRequestDeserializer
 
deserialize(String) - Method in class com.atlassian.confluence.macro.MacroDefinitionWikiMarkupDeserializer
 
deserialize(String, ObjectMapper) - Static method in class com.atlassian.confluence.api.model.search.SearchContext
 
deserializeJackson2(String, ObjectMapper) - Static method in class com.atlassian.confluence.api.model.search.SearchContext
 
deserializeJournalMessage(Class<T>, JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
 
deserializeJournalMessage(Class<T>, JournalEntry) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupportDeserializer
deserializer Journal Entry back to some class instance
deserializeSearchContext(String, ObjectMapper) - Static method in class com.atlassian.confluence.rest.serialization.jackson2.SearchContextSerialization
We explicitly serialize the JSON blob here as more elegant parsing requires the ParamConverterProvider available in JAX-RS 2.0
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.atlassian.confluence.rest.serialization.jackson2.OptionalDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.atlassian.confluence.rest.serialization.jackson2.OptionDeserializer
Deprecated.
 
deserializeWithTypedParameters(String, ConversionContext) - Method in interface com.atlassian.confluence.macro.MacroDefinitionDeserializer
 
deserializeWithTypedParameters(String, ConversionContext) - Method in class com.atlassian.confluence.macro.MacroDefinitionRequestDeserializer
 
deserializeWithTypedParameters(String, ConversionContext) - Method in class com.atlassian.confluence.macro.MacroDefinitionWikiMarkupDeserializer
 
DESKTOP - Static variable in class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputDeviceType
The output device type when rendering for the desktop application.
destDir - Variable in class com.atlassian.confluence.util.zip.AbstractUnzipper
 
destinationAttachmentManager - Variable in class com.atlassian.confluence.pages.persistence.dao.GeneralAttachmentCopier
 
destinationDao - Variable in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier
 
destinationPage - Variable in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
DestinationSearchResults(List<PageDestinationSearchAction.IndividualDestinationSearchResult>, String) - Constructor for class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction.DestinationSearchResults
 
destroy() - Method in class com.atlassian.confluence.cache.DefaultCacheConfigManager
 
destroy() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelCastOsgiListener
 
destroy() - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultSiteMigrator
 
destroy() - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.DefaultViewMacroWrapper
 
destroy() - Method in class com.atlassian.confluence.core.actions.LastModifiedInterceptor
 
destroy() - Method in class com.atlassian.confluence.core.CancellingInterceptor
 
destroy() - Method in class com.atlassian.confluence.core.ConfluenceAutowireInterceptor
 
destroy() - Method in class com.atlassian.confluence.core.ConfluenceLicenseInterceptor
 
destroy() - Method in class com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter
 
destroy() - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
destroy() - Method in class com.atlassian.confluence.event.listeners.ThumbnailRemovingListener
 
destroy() - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.HibernateSqlCollectingFilter
 
destroy() - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreJobCanceller
 
destroy() - Method in class com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.ConfluenceLockerOnSiteRestore
 
destroy() - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
destroy() - Method in class com.atlassian.confluence.impl.index.NoopIndexRecoveryService
 
destroy() - Method in class com.atlassian.confluence.impl.journal.JournalStateResettingListener
 
destroy() - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
destroy() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
destroy() - Method in class com.atlassian.confluence.impl.search.IndexFlushEventDispatcher
 
destroy() - Method in class com.atlassian.confluence.impl.spring.CachedIntrospectionResultsFlusher
 
destroy() - Method in class com.atlassian.confluence.impl.struts.GlobalSettingsStrutsContainerProvider
 
destroy() - Method in class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
 
destroy() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
destroy() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementRecorder
 
destroy() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncCursorCreator
 
destroy() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
destroy() - Method in class com.atlassian.confluence.internal.content.collab.ReconciliationExecutorService
 
destroy() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsExecutor
 
destroy() - Method in class com.atlassian.confluence.internal.diagnostics.HttpRequestMonitoringFilter
 
destroy() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.IpdHttpMonitoringFilter
 
destroy() - Method in class com.atlassian.confluence.internal.index.attachment.LocalAttachmentTextExtractionService
 
destroy() - Method in class com.atlassian.confluence.internal.index.lucene.DefaultCustomSearchIndexRegistry
 
destroy() - Method in class com.atlassian.confluence.internal.search.v2.lucene.Slf4JInfoStream
 
destroy() - Method in class com.atlassian.confluence.internal.web.filter.spring.IgnoreWebAsyncManagerFilter
 
destroy() - Method in class com.atlassian.confluence.jmx.JmxFilter
 
destroy() - Method in class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
 
destroy() - Method in class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStoreAide
 
destroy() - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
destroy() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager
 
destroy() - Method in class com.atlassian.confluence.pages.ancestors.AncestorsRepairer
 
destroy() - Method in class com.atlassian.confluence.plugin.dev.DeprecatedPluginModuleListener
 
destroy() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
destroy() - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.PluggableEdgeTypeRepository
 
destroy() - Method in class com.atlassian.confluence.plugins.graphql.resource.ConfluenceGraphQLRestEndpoint
 
destroy() - Method in class com.atlassian.confluence.plugins.lookandfeel.filter.LogoInterceptor
 
destroy() - Method in class com.atlassian.confluence.plugins.merge.TDMMerger
 
destroy() - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
destroy() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
destroy() - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
destroy() - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadFilter
 
destroy() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
destroy() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyInteropBootstrap
 
destroy() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyScheduledExecutorServiceProvider
 
destroy() - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
destroy() - Method in class com.atlassian.confluence.security.actions.PermissionCheckInterceptor
 
destroy() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
destroy() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionDarkFeature
 
destroy() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
destroy() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.FastPermissionsEnabler
 
destroy() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService
 
destroy() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpacePermissionsUpdater
 
destroy() - Method in class com.atlassian.confluence.server.ApplicationStatusServiceListener
 
destroy() - Method in class com.atlassian.confluence.servlet.FourOhFourErrorLoggingFilter
 
destroy() - Method in class com.atlassian.confluence.servlet.HttpPreventCachingFilter
 
destroy() - Method in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
destroy() - Method in class com.atlassian.confluence.servlet.simpledisplay.UserPathConverter
 
destroy() - Method in class com.atlassian.confluence.servlet.SpringManagedServlet
 
destroy() - Method in class com.atlassian.confluence.setup.actions.SetupCheckInterceptor
 
destroy() - Static method in class com.atlassian.confluence.setup.SetupContext
Dispose of the setup context.
destroy() - Method in class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
 
destroy() - Method in class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
destroy() - Method in class com.atlassian.confluence.struts.flash.FlashScopeInterceptor
 
destroy() - Method in class com.atlassian.confluence.test.rpc.RequestLogFilter
 
destroy() - Method in class com.atlassian.confluence.themes.ThemeContextInterceptor
 
destroy() - Method in class com.atlassian.confluence.tinymceplugin.listeners.PageLayoutCreateListener
 
destroy() - Method in class com.atlassian.confluence.tinymceplugin.listeners.SectionAndColumnMacroCreateListener
 
destroy() - Method in class com.atlassian.confluence.tinymceplugin.placeholder.PlaceholderCachingFilter
 
destroy() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
destroy() - Method in class com.atlassian.confluence.util.AccessLogFilter
 
destroy() - Method in class com.atlassian.confluence.util.ConfluenceErrorFilter
 
destroy() - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
 
destroy() - Method in class com.atlassian.confluence.util.LoggingContextInterceptor
 
destroy() - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
destroy() - Method in class com.atlassian.confluence.util.profiling.ConfluenceActivityFilter
 
destroy() - Method in class com.atlassian.confluence.util.profiling.DefaultConfluenceMonitoringController
 
destroy() - Method in class com.atlassian.confluence.util.RequestCacheThreadLocalFilter
 
destroy() - Method in class com.atlassian.confluence.util.transaction.ReadOnlyTransactionExecutor
 
destroy() - Method in class com.atlassian.confluence.validation.MessageHolderInterceptor
 
destroy() - Method in class com.atlassian.confluence.web.filter.ConfluenceTimingFilter
 
destroy() - Method in class com.atlassian.confluence.web.filter.DropIfNotSetupFilter
 
destroy() - Method in class com.atlassian.confluence.web.filter.HttpRequestStatsFilter
 
destroy() - Method in class com.atlassian.confluence.web.filter.HttpSessionRegistrarFilter
 
destroy() - Method in class com.atlassian.confluence.web.filter.ThreadLocalCacheFilter
 
destroy() - Method in class com.atlassian.confluence.web.filter.ZipkinTracingFilter
 
destroy() - Method in class com.atlassian.confluence.util.zip.ConfluenceGzipFilter
 
destroy() - Method in class com.atlassian.sal.confluence.license.LicenseUpdateListener
 
destroy() - Method in class com.atlassian.sal.confluence.upgrade.ImportFinishedListener
 
destroyTenantInitialiser() - Method in class com.atlassian.confluence.core.persistence.schema.StartupSchemaChecker
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
detectDatabaseType(Connection) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
detectDatasource() - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceAction
 
determineNextContentIdOffset(List<EvaluatedTrash>, int) - Method in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
determineOpKey(String) - Static method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionFactory
Given a raw ContentPermission type, return its corresponding OperationKey.
determinePermissionType(OperationKey) - Static method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionFactory
DEVELOPMENT - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
DeviceTypeAwareRenderer - Class in com.atlassian.confluence.content.render.xhtml
A renderer which is aware of the registration of DeviceTypeRendererComponentModuleDescriptor within the system and will keep track of these modules.
DeviceTypeAwareRenderer(Renderer, PluginEventManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.DeviceTypeAwareRenderer
 
DeviceTypeRendererComponentModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A module descriptor for Renderer components which associates an existing Spring configured Renderer implementation with a particular device type.
DeviceTypeRendererComponentModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.DeviceTypeRendererComponentModuleDescriptor
 
diff - Variable in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
diff(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.diff.DaisyHtmlDiffer
 
diff(ContentEntityObject, ContentEntityObject) - Method in interface com.atlassian.confluence.diff.Differ
Computes a diff between the specified left and right input.
diff(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.diff.WikiConvertingHtmlDiffer
 
diff(String, String, Timeout) - Method in interface com.atlassian.confluence.diff.HtmlDiffer
 
diff(String, String, IProgressMonitor) - Method in class com.atlassian.confluence.diff.DaisyHtmlDiffer
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
diff(String, String, IProgressMonitor, boolean) - Method in class com.atlassian.confluence.diff.DaisyHtmlDiffer
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
DIFF - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Used when rendering is occurring in a diff, such as one within a notification.
DIFF_IMAGE_CSS_BASE - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
DIFF_IMAGE_CSS_CHECKED - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
DIFF_IMAGE_TAG_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
DIFF_RESULT_BY_KEY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
DIFF_TASK_EMPTY_BODY_CSS_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
DIFF_TASK_LIST_TAG_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
DIFF_TASK_TAG_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
DiffContextConfiguration - Class in com.atlassian.confluence.diff
 
DiffContextConfiguration() - Constructor for class com.atlassian.confluence.diff.DiffContextConfiguration
 
Differ - Interface in com.atlassian.confluence.diff
Computes a diff between the specified left and right input.
DiffException - Exception in com.atlassian.confluence.diff
 
DiffException() - Constructor for exception com.atlassian.confluence.diff.DiffException
 
DiffException(String) - Constructor for exception com.atlassian.confluence.diff.DiffException
 
DiffException(String, Throwable) - Constructor for exception com.atlassian.confluence.diff.DiffException
 
DiffException(Throwable) - Constructor for exception com.atlassian.confluence.diff.DiffException
 
DiffInlineCommentMarkerMarshaller - Class in com.atlassian.confluence.diff.marshallers
 
DiffInlineCommentMarkerMarshaller() - Constructor for class com.atlassian.confluence.diff.marshallers.DiffInlineCommentMarkerMarshaller
 
DiffInlineTaskMarshaller - Class in com.atlassian.confluence.diff.marshallers
This DiffInlineTaskMarshaller outputs inline task lists in a diffable way: As little whitespace/CRs as possible, because it disturbs the diff, DaisyDiff doesn't diffs lists properly when they contain multiple spans, and it puts spans outside the LI and inside the UL, which doesn't produce a workable output.
DiffInlineTaskMarshaller(XMLOutputFactory) - Constructor for class com.atlassian.confluence.diff.marshallers.DiffInlineTaskMarshaller
 
DiffLinkMarshaller - Class in com.atlassian.confluence.diff.marshallers
 
DiffLinkMarshaller(Marshaller<Link>, Marshaller<UnresolvedLink>) - Constructor for class com.atlassian.confluence.diff.marshallers.DiffLinkMarshaller
 
DiffMacroMarshaller - Class in com.atlassian.confluence.diff.marshallers
 
DiffMacroMarshaller(MacroManager, XMLOutputFactory) - Constructor for class com.atlassian.confluence.diff.marshallers.DiffMacroMarshaller
 
DiffPagesAction - Class in com.atlassian.confluence.pages.actions
 
DiffPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.DiffPagesAction
 
DiffPagesByVersionAction - Class in com.atlassian.confluence.pages.actions
 
DiffPagesByVersionAction() - Constructor for class com.atlassian.confluence.pages.actions.DiffPagesByVersionAction
 
DiffPostProcessor - Interface in com.atlassian.confluence.diff
An interface implemented by classes that want to process the output of the Confluence Diff prior to it being returned as complete.
dimensions(File) - Static method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.ThumbnailRenderer
 
dimensions(InputStream) - Static method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.ThumbnailRenderer
 
Dimensions - Class in com.atlassian.confluence.pages.thumbnail
Deprecated.
since 5.3 Use ImageDimensions instead
Dimensions(int, int) - Constructor for class com.atlassian.confluence.pages.thumbnail.Dimensions
Deprecated.
 
Dimensions(ImageDimensions) - Constructor for class com.atlassian.confluence.pages.thumbnail.Dimensions
Deprecated.
 
dimensionsForImage(InputStream) - Static method in class com.atlassian.confluence.content.render.image.ImageRenderUtils
 
dimensionsForImage(ImageInputStream) - Static method in class com.atlassian.confluence.content.render.image.ImageRenderUtils
Helper class that uses an ImageReader to determine the width and height of an image.
DIRECT - Enum constant in enum class com.atlassian.confluence.event.events.security.LoginDetails.LoginSource
 
DIRECT - Static variable in class com.atlassian.confluence.api.model.permissions.InheritedRestrictionType
 
DIRECT - Static variable in class com.atlassian.confluence.event.events.security.LoginEvent
represents a login source where the user has explicitly typed in their username and password.
DIRECT_LOGIN - Static variable in class com.atlassian.confluence.user.LoginDetailsHelper
set to true on login requests by ConfluenceAuthenticator and ConfluenceCrowdSSOAuthenticator for username and password based logins
DirectiveStack() - Constructor for class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective.DirectiveStack
Deprecated.
 
directory - Variable in class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryEvent
 
directory() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
directory() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
DIRECTORY_CREATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
DIRECTORY_DELETED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
DIRECTORY_MANAGEMENT - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelType
 
DIRECTORY_UPDATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
DirectoryAttributeEntityInfo - Class in com.atlassian.confluence.impl.backuprestore.hibernate
Custom entity info for cwd_directory_attribute table.
DirectoryAttributeEntityInfo(SessionFactoryImplementor) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryAttributeEntityInfo
 
DirectoryAttributeEntityInfo.EntityClass - Class in com.atlassian.confluence.impl.backuprestore.hibernate
We do not have a dedicated class for cwd_directory_attribute, so we use this fake class basically for logging or methods like equals etc
directoryCreatedEvent(DirectoryCreatedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
directoryDeletedEvent(DirectoryDeletedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
DirectoryEntity - Class in com.atlassian.confluence.functest.rest.admin.crowd
 
DirectoryEntity() - Constructor for class com.atlassian.confluence.functest.rest.admin.crowd.DirectoryEntity
 
DirectoryEntity(Long, String, DirectoryType) - Constructor for class com.atlassian.confluence.functest.rest.admin.crowd.DirectoryEntity
 
directoryEventCommand(UserGroupCommandSupport) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
DirectoryEventCommandUserManagement - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Command for handling DirectoryCreatedEvent.
DirectoryEventCommandUserManagement(UserGroupCommandSupport) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.DirectoryEventCommandUserManagement
 
DirectoryJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage
A message that represents a directory.
DirectoryJournalMessage(long, long) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.DirectoryJournalMessage
 
DirectoryMappingOperationEntityInfo - Class in com.atlassian.confluence.impl.backuprestore.hibernate
Custom entity info for cwd_app_dir_operation table.
DirectoryMappingOperationEntityInfo(SessionFactoryImplementor) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryMappingOperationEntityInfo
 
DirectoryMappingOperationEntityInfo.EntityClass - Class in com.atlassian.confluence.impl.backuprestore.hibernate
We do not have a dedicated class for cwd_app_dir_operation, so we use this fake class basically for logging or methods like equals etc
DirectoryMappingPersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
A persister for DirectoryMapping entity.
DirectoryMappingPersister(ObjectPersister, ImportedObjectsStashFactory, PersisterHelper, IdMapper, OperationRecordsGenerator, ListIndexColumnValueCalculator) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryMappingPersister
 
DirectoryOperationEntityInfo - Class in com.atlassian.confluence.impl.backuprestore.hibernate
Custom entity info for cwd_directory_operation table.
DirectoryOperationEntityInfo(SessionFactoryImplementor) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryOperationEntityInfo
 
DirectoryOperationEntityInfo.EntityClass - Class in com.atlassian.confluence.impl.backuprestore.hibernate
We do not have a dedicated class for cwd_directory_operation, so we use this fake class basically for logging or methods like equals etc
DirectoryOrderUpdatedEvent - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.events
Wrapper class for ApplicationDirectoryOrderUpdatedEvent.
DirectoryOrderUpdatedEvent(ApplicationDirectoryOrderUpdatedEvent) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.events.DirectoryOrderUpdatedEvent
 
DirectoryPersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Persists DirectoryImpl.
DirectoryPersister(ObjectPersister, OperationRecordsGenerator, AttributeRecordsGenerator) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryPersister
 
DirectoryResource - Class in com.atlassian.confluence.functest.rest.admin
 
DirectoryResource(CrowdDirectoryService) - Constructor for class com.atlassian.confluence.functest.rest.admin.DirectoryResource
 
DirectoryScanningPluginFactory - Class in com.atlassian.confluence.plugin
The 'DirectoryScanningPluginFactory' generates a directory scanning pluginLoader which provides the functionality to load plugin jars from a custom defined path.
DirectoryScanningPluginFactory(List<PluginFactory>, PluginEventManager) - Constructor for class com.atlassian.confluence.plugin.DirectoryScanningPluginFactory
 
DirectoryState - Enum Class in com.atlassian.confluence.user.crowd
Enumeration of the possible states the internal directory can be created in.
directoryUpdated(DirectoryUpdatedEvent) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultApplicationCache
 
directoryUpdatedEvent(DirectoryUpdatedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
directoryUserRenamedEvent(DirectoryUserRenamedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
DirectoryUserRenamedEvent - Class in com.atlassian.confluence.event.events.user
This event is exactly like UserRenamedEvent, with the exception that it is always guaranteed to be published.
DirectoryUserRenamedEvent(Object, String, User) - Constructor for class com.atlassian.confluence.event.events.user.DirectoryUserRenamedEvent
 
DirectoryUtil - Class in com.atlassian.confluence.internal.search.v2.lucene
 
DirectoryUtil() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.DirectoryUtil
 
DirectoryViewListPagesAction - Class in com.atlassian.confluence.pages.actions
This action will present the specified space as a tree view of all its pages.
DirectoryViewListPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.DirectoryViewListPagesAction
 
disable() - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResource
 
disable() - Method in class com.atlassian.confluence.user.extras.aggregation.rest.InternalAggregationResource
 
disable(JobId) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
disable(JobId) - Method in interface com.atlassian.confluence.schedule.managers.ScheduledJobManager
Disables the specified job, and removes it from the scheduler.
disable(JobId) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
disable(String) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
disable(String) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
disable(String) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Disable the given User identified by username.
disable(String) - Method in class com.atlassian.confluence.functest.rest.admin.log.LogCaptor
 
disable(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminUserResource
 
disable(String) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Disable the given User identified by username.
disable(String) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
DISABLE - Enum constant in enum class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent.SpaceLogoActions
 
DISABLE - Enum constant in enum class com.atlassian.confluence.schedule.audit.AuditingAction
 
DISABLE_ANTISAMY_FEATURE_KEY - Static variable in class com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
 
DISABLE_EFFICIENT_CONTENT_PERMISSIONS_CHANGE - Static variable in class com.atlassian.confluence.core.DefaultContentPermissionManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.1. No replacement
DISABLE_INDEX_IMPROVEMENTS_DARK_FEATURE_KEY - Static variable in class com.atlassian.confluence.internal.index.DefaultBatchIndexer
 
DISABLE_UNACTIVE_DRAFTS_AUTOSAVE - Static variable in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
DISABLE_UPGRADE_TASK_FLAG - Static variable in class com.atlassian.confluence.upgrade.upgradetask.UserDirectoryPasswordEncryptionUpgradeTask
 
disableAllMonitoring() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
DisableAntiXssDirective - Class in com.atlassian.confluence.velocity.htmlsafe
Marker directive to indicate that this template does not wish to have Anti-XSS run on its contents.
DisableAntiXssDirective() - Constructor for class com.atlassian.confluence.velocity.htmlsafe.DisableAntiXssDirective
 
disableAsyncRenderSafe() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Mark the content rendered in this context as non-async-render-safe
disableAsyncRenderSafe() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
Mark the content rendered in this context as non-async-render-safe
DisableCacheRewriteMatch - Class in com.atlassian.confluence.impl.webapp.urlrewrite
 
DisableCacheRewriteMatch - Class in com.atlassian.confluence.servlet.rewrite
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
DisableCacheRewriteMatch(String, String) - Constructor for class com.atlassian.confluence.impl.webapp.urlrewrite.DisableCacheRewriteMatch
 
DisableCacheRewriteMatch(String, String) - Constructor for class com.atlassian.confluence.servlet.rewrite.DisableCacheRewriteMatch
Deprecated.
 
disableCoord(boolean) - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery.Builder
Specifies whether similarity-coord is disabled
disableCpuTiming() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
disableCpuTiming() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
Disable capturing CPU timing.
disabled() - Static method in class com.atlassian.confluence.cluster.ZduStatus
 
disabled() - Method in class com.atlassian.confluence.content.ContentTypeModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.LuceneSearcherInitialisationModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.impl.search.contentnames.ContentNameSearchSectionsProviderModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.impl.setup.LifecyclePluginModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.AttachmentTextExtractorModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.BulkExtractorModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.CommandCreatorModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.ComponentModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.ContentNameSearchSectionSpecModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.EditorModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.embedded.EmbeddedResourceRendererModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.Extractor2ModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.FieldMappingsProviderModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.ListenerModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.NoOpModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.PathConverterModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.PermissionOverrideExtensionDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.SearchDecoratorModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.SpringComponentModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.StrutsModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.TransformerModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.TranslationTransformModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.UserMacroModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.VelocityContextItemModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.descriptor.XStreamSecurityModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
disabled() - Method in class com.atlassian.confluence.plugin.module.PluginModuleHolder
 
disabled() - Method in class com.atlassian.confluence.plugins.analytics.jobs.PeriodicEventSupplierModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugins.contentproperty.index.config.ContentPropertyIndexSchemaModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.EdgeTypeModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.plugins.scheduler.spi.descriptor.JobConfigModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.renderer.plugin.ConfluenceRendererComponentModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.renderer.template.TemplateRendererModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.rss.FeedCustomContentTypeModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.rss.FeedSupportModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.search.plugin.SiteSearchPluginModuleDescriptor
 
disabled() - Method in class com.atlassian.confluence.test.rpc.EventQueueFettler
 
disabled() - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
disabled(boolean) - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon.Builder
 
DISABLED - Enum constant in enum class com.atlassian.confluence.cluster.ZduStatus.State
the cluster must have nodes with exactly the same version
DISABLED - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.CollaborativeEditingMode
 
DISABLED - Enum constant in enum class com.atlassian.confluence.schedule.ExecutionStatus
 
DISABLED - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionServiceState
 
DISABLED - Enum constant in enum class com.atlassian.confluence.user.crowd.DirectoryState
 
DISABLED_MANUALLY_RUNNING - Enum constant in enum class com.atlassian.confluence.schedule.ExecutionStatus
 
disabledByDefault() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
disabledByDefault() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
 
disabledByDefault(String, JobRunner, boolean, String, boolean, boolean, boolean, boolean) - Static method in class com.atlassian.confluence.schedule.ManagedScheduledCronJob
 
DisabledUserManager - Interface in com.atlassian.confluence.user
Manages the underlying changes to enable and disable users.
disableEnableUserLocally(User, boolean) - Method in class com.atlassian.confluence.user.crowd.CrowdDisabledUserManager
 
disableEnableUserLocally(User, boolean) - Method in interface com.atlassian.confluence.user.DisabledUserManager
Disables the specified user in the internal confluence directory.
disableFeatureForAllUsers(String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
disableFeatureForAllUsers(String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
disableFeatureForCurrentUser(String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
disableFeatureForCurrentUser(String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
disableFeatureForUser(UserKey, String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
disableFeatureForUser(UserKey, String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
disableFeatures(String) - Method in class com.atlassian.confluence.darkfeatures.rest.DarkFeatureSiteResource
 
disableFeatures(String) - Method in class com.atlassian.confluence.darkfeatures.rest.DarkFeatureUserResource
 
disableGlobalAnonymousAccess() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
disableGlobalUnlicenedAuthenticatedAccess() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
disableHibernateMonitoring() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
disableHibernateMonitoring() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
Disable Hibernate monitoring.
disableInitialization() - Static method in class com.atlassian.confluence.setup.SetupContext
Disable SetupContext initialization
disableJob() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.JobAction
 
disableJob(JobId) - Method in interface com.atlassian.confluence.impl.schedule.managers.ScheduledJobNodeManager
Disable job on this node only.
disableJob(JobId) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
disableJob(JobId) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
disableLog(String) - Method in class com.atlassian.confluence.functest.rest.admin.LoggingResource
 
disableLogCollection() - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.HibernateSqlCollector
 
disableLogCollection() - Method in class com.atlassian.confluence.functest.rest.admin.SqlCaptureResource
 
disableMonitoring() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
disableMonitoring() - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
disableMonitoring() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
Disable monitoring.
disableMonitoring() - Method in interface com.atlassian.confluence.util.profiling.ControllableInstrumentRegistry
Disable monitoring.
disablePlugin(String) - Method in class com.atlassian.confluence.functest.rest.admin.PluginResource
 
disablePlugin(String) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
disablePlugin(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
disablePlugin(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use PluginsRpc in test client code.
disablePlugin(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use PluginsRpc in test client code.
disablePluginModule(String) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
disablePluginModule(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PluginResource
 
disablePluginModule(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
disablePluginModule(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use PluginsRpc in test client code.
disablePluginModule(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use PluginsRpc in test client code.
disablePlugins() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
Disable interfering plugins
disablePluginWithoutPersisting(String) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
disablePluginWithoutPersisting(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
disablePluginWithoutPersisting(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Disable a plugin without persisting.
disablePluginWithoutPersisting(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use PluginsRpc in test client code.
disableReadOnlyAccessExemption() - Static method in class com.atlassian.confluence.internal.accessmode.ThreadLocalReadOnlyAccessCacheInternal
 
disableScheduling() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
disableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
disableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
disableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.BaseOracleDdlHelper
 
disableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
disableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
disableService(boolean) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
Disables the service and deletes all triggers/functions, so denormalised data will not be updated.
disableService(boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
Disables the service and deletes all triggers/functions, so denormalised data will not be updated.
disableSiteFeature(String) - Method in class com.atlassian.confluence.impl.feature.BandanaSiteDarkFeaturesDao
 
disableSiteFeature(String) - Method in class com.atlassian.confluence.impl.feature.CachingSiteDarkFeaturesDao
 
disableSiteFeature(String) - Method in interface com.atlassian.confluence.impl.feature.SiteDarkFeaturesDao
 
disableSiteFeature(String) - Method in interface com.atlassian.confluence.setup.settings.DarkFeaturesManager
 
disableSiteFeature(String) - Method in class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
 
disableSiteFeature(String) - Method in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
 
disableSiteFeature(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
disableSiteFeature(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use the REST resource.
disableSiteFeature(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use the REST resource.
DisableTask - Class in com.atlassian.confluence.plugins.synchrony.tasks
Disables collaborative editing and turns off the Synchrony process (if internally managed)
DisableTask(SynchronyConfigurationManager, SynchronyProcessManager, SynchronyMonitor, CacheManager, SynchronyConfigTaskTracker, TransactionTemplate, EventPublisher, CollaborativeEditingModeDuration, SynchronyDataService) - Constructor for class com.atlassian.confluence.plugins.synchrony.tasks.DisableTask
 
disableTemporaryPermissionExemption() - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
disableUser(User) - Method in class com.atlassian.confluence.user.crowd.CrowdDisabledUserManager
 
disableUser(User) - Method in interface com.atlassian.confluence.user.DisabledUserManager
Disables the specified user.
disableUserFeature(ConfluenceUser, String) - Method in interface com.atlassian.confluence.setup.settings.DarkFeaturesManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3. Per user dark features are no longer supported
disableUserFeature(ConfluenceUser, String) - Method in class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
 
disableUserFeature(ConfluenceUser, String) - Method in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
 
disableUserFeature(String) - Method in interface com.atlassian.confluence.setup.settings.DarkFeaturesManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3. Per user dark features are no longer supported
disableUserFeature(String) - Method in class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
 
disableUserFeature(String) - Method in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
 
disableUserFeature(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
disableUserFeature(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use the REST resource.
disableUserFeature(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use the REST resource.
disassemble(Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
disassemble(Object) - Method in class com.atlassian.confluence.impl.hibernate.HibernateUserType
 
disassemble(Object) - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
disassemble(Object) - Method in class com.atlassian.hibernate.BucketClobStringType
 
discard(DraftData) - Method in class com.atlassian.confluence.tinymceplugin.rest.DraftsResource
 
DISCARD_CHANGES - Enum constant in enum class com.atlassian.confluence.pages.PageUpdateTrigger
 
DISCARD_MACRO - Enum constant in enum class com.atlassian.confluence.xhtml.api.MacroDefinitionMarshallingStrategy
Discard the macro now that we're done with it.
discardedAttachmentCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent.Builder
 
discardPlugin(Plugin) - Method in class com.atlassian.confluence.impl.plugin.TransactionalPluginLoader
 
DISCONNECTED - Enum constant in enum class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionStateService.DatabaseConnectionState
 
disconnectGroup(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
disconnectGroup(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Disconnect a group from Confluence.
disconnectGroup(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
disconnectUser(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
disconnectUser(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Disconnect a user from Confluence.
disconnectUser(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
discountOverlaps - Variable in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
True if overlap tokens (tokens with a position of increment of zero) are discounted from the document's length.
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.HibernateMetadataIntegrator
 
dismissEvents() - Static method in class com.atlassian.confluence.setup.johnson.JohnsonUtils
Removes warnings from the currently initialised Johnson container.
DISMISSIBLE - Static variable in class com.atlassian.confluence.internal.health.HealthCheckAttributes
Boolean indicating whether or not an event is dismissible.
dispatch(HttpServletRequest, String, HttpServletResponse) - Method in class com.atlassian.confluence.plugin.webresource.DefaultWebResourceDispatcher
This method is a modified version of PluginResourceDownload.serveFile(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) It will dispatch the request with an overridden path instead of the original path
dispatch(HttpServletRequest, String, HttpServletResponse) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDispatcher
Dispatch the request with a custom path
DISPLAY - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Used when rendering is occurring in display mode, such as when viewing a Confluence page.
DISPLAY_SPACE_HOME_PAGE_PATH - Static variable in class com.atlassian.confluence.servlet.simpledisplay.SpacePathConverter
 
DISPLAY_TITLE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
DisplayableLabel - Interface in com.atlassian.confluence.labels
Provides getter methods for a Label that can be displayed.
displayDatePath() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
Deprecated.
Date paths for blogs are deprecated. The method exists for backward compatibility only and should not be used in the new code.
DisplayMapper - Interface in com.atlassian.confluence.util.actions
An interface to expose the ContentTypesDisplayMapper bean to plugins.
displayName(String) - Method in class com.atlassian.confluence.api.model.people.KnownUser.Builder
 
displayName(String) - Method in class com.atlassian.confluence.api.model.people.Person.PersonBuilder
 
displayName(String) - Method in class com.atlassian.confluence.user.extras.entities.UserEntity.Builder
 
displayShortUrl(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
displayShortUrl(String, int) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
displayTitle - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
displayTitle(CustomContentEntityObject) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Gets the display-friendly title for the content.
displayTitle(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
displayTitle(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
displayUrl(String) - Method in class com.atlassian.confluence.api.model.search.ContainerSummary.Builder
 
dispose() - Static method in class com.atlassian.confluence.cache.ThreadLocalCache
Clean up the cache for the current thread.
DispositionType - Enum Class in com.atlassian.confluence.servlet.download
Represents the first field of a content-disposition header
DistortedCaptchaEngine - Class in com.atlassian.confluence.security
The captcha as used by FishEye/Crucible.
DistortedCaptchaEngine() - Constructor for class com.atlassian.confluence.security.DistortedCaptchaEngine
 
DIV_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
DmlCommand - Interface in com.atlassian.confluence.upgrade.dml
A command to generate data manipulation SQL statements
DmlStatement - Class in com.atlassian.confluence.upgrade.dml
Represents a DML statement consisting of a DML statement with placeholders and the arguments that go with it.
DmlStatement(String, Object[]) - Constructor for class com.atlassian.confluence.upgrade.dml.DmlStatement
 
DO_LINK_PERMISSION_CHECK - Static variable in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlMigrationLinkResolver
 
doAdd() - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
doAdd() - Method in class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction
 
doAdd() - Method in class com.atlassian.confluence.mail.notification.actions.ManageWatchersAction
 
doAdd() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
doAdd() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
doAddBrowseSpacePermission() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
Space action specfic
doAddPageNotification() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
doAddSpaceNotification() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
doBackupSynchronously(BackupRestoreJob, BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.backup.AbstractBackupService
Run the backup process synchronously.
doBackupSynchronously(BackupRestoreJob, BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.backup.SiteBackupService
Run the backup process synchronously.
doBackupSynchronously(BackupRestoreJob, BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.backup.SpaceBackupService
Run the backup process synchronously.
doBeforeUpgrade(Session, JdbcTemplate) - Method in class com.atlassian.confluence.upgrade.upgradetask.AbstractConstraintCreationUpgradeTask
 
doBeforeUpgrade(Session, JdbcTemplate) - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdSchemaUpgradeTask
 
doBegin(Object, TransactionDefinition) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateTransactionManager
 
doBrowse() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
DOC - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
DOC_VALUES - Enum constant in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Store
 
doCleanupAfterCompletion(Object) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateTransactionManager
 
DocLinkFunction - Class in com.atlassian.confluence.plugins.soy
Deprecated.
since 5.8. Please use cross product helpUrl function instead.
DocLinkFunction(DocumentationBeanFactory) - Constructor for class com.atlassian.confluence.plugins.soy.DocLinkFunction
Deprecated.
 
doCommit(DefaultTransactionStatus) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateTransactionManager
 
doContactAdministrators() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
Send an e-mail to the administrators configured on the wiki
doContentNameSearch(String, String, String, Set<String>, Set<String>, boolean, boolean, String, int, Integer, Integer) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeSearchService
Deprecated.
Search is performed on the name of content only e.g.
doCreateUserForm() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
DOCUMENT_TYPE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
Deprecated.
since 8.6. This field is redundant because CONTENT and CHANGE have been split to separate indexes.
DocumentationBean - Interface in com.atlassian.confluence.util.i18n
Constructs a link to the instance's documentation
DocumentationBeanFactory - Interface in com.atlassian.confluence.util.i18n
Factory interface for retrieving documentation link beans.
DocumentationLink - Class in com.atlassian.confluence.util.i18n
A user interface documentation link consisting of a key.
DocumentationLinkJsonator - Class in com.atlassian.confluence.json.jsonator
A Jsonator for DocumentationLink objects.
DocumentationLinkJsonator(DocumentationBean) - Constructor for class com.atlassian.confluence.json.jsonator.DocumentationLinkJsonator
 
documentationUrl(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
 
documentBuilder - Variable in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
DocumentBuilder - Interface in com.atlassian.confluence.internal.search.v2.lucene
Creates a Lucene Document from the supplied Searchable.
documentConversionSandboxExplicitlyDisabled() - Static method in class com.atlassian.confluence.impl.util.sandbox.misc.PluginSandboxCheck
 
DocumentRetrieverFactory - Class in com.atlassian.confluence.impl.search.queue
 
DocumentRetrieverFactory(AnyTypeDaoInternal, PrefetchDocumentBuilder) - Constructor for class com.atlassian.confluence.impl.search.queue.DocumentRetrieverFactory
 
DocValuesFieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Deprecated.
DocValuesFieldDescriptor(BinaryFieldMapping, byte[]) - Constructor for class com.atlassian.confluence.plugins.index.api.DocValuesFieldDescriptor
Deprecated.
 
DocValuesFieldDescriptor(String, byte[]) - Constructor for class com.atlassian.confluence.plugins.index.api.DocValuesFieldDescriptor
Deprecated.
DocValuesFieldValueSource - Class in com.atlassian.confluence.internal.search.v2.lucene
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.7, not supported on OpenSearch.
DocValuesFieldValueSource(String, Function<byte[], Double>) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.DocValuesFieldValueSource
Deprecated.
Creates a value source for a doc values field.
DOCX - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
doDarkLogoReset() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
doDeactivate() - Method in class com.atlassian.confluence.user.actions.DeactivateUserAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.macros.UpdateUserMacroAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
doDefault() - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
doDefault() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction
 
doDefault() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
Convenient Action execution method which defaults to returning INPUT
doDefault() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
doDefault() - Method in class com.atlassian.confluence.httpmethod.AllowAllAnnotationAction
 
doDefault() - Method in class com.atlassian.confluence.httpmethod.NoRequireAnnotationAction
 
doDefault() - Method in class com.atlassian.confluence.httpmethod.RequireGetMethodAction
 
doDefault() - Method in class com.atlassian.confluence.httpmethod.RequirePostMethodAction
 
doDefault() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
doDefault() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.EmptyTrashAction
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
doDefault() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
doDefault() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
 
doDefault() - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
doDefault() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
doDefault() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction
 
doDefault() - Method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
doDefault() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
doDefault() - Method in class com.atlassian.confluence.setup.actions.SelectGlobalLocaleAction
 
doDefault() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
This method acts as the initial entry point for cluster config during the setup wizard flow.
doDefault() - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceAction
 
doDefault() - Method in class com.atlassian.confluence.setup.actions.SetupDBChoiceAction
 
doDefault() - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
doDefault() - Method in class com.atlassian.confluence.setup.actions.SetupLicenseAction
 
doDefault() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
doDefault() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAdminAction
 
doDefault() - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
doDefault() - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
doDefault() - Method in class com.atlassian.confluence.spaces.actions.SpaceColourSchemeAction
 
doDefault() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction
 
doDefault() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
doDefault() - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
doDefault() - Method in class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
doDefault() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
doDefault() - Method in class com.atlassian.confluence.user.actions.LoginAction
 
doDefault() - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
prevents last admin group from being deleted
doDefault() - Method in class com.atlassian.confluence.user.actions.RemoveUnsyncedUserAction
 
doDefault() - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
 
doDefault() - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
doDefault() - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
doDefault() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
doDefaultContentTree() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
doDefaultHtml() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
doDefaultInternal() - Method in class com.atlassian.confluence.admin.actions.mail.CreateMailServerAction
 
doDefaultInternal() - Method in class com.atlassian.confluence.admin.actions.mail.EditMailServerAction
 
doDefaultInternal() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
doDefaultPdf() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
doDefaultXml() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
doDeferredOperationsWaitingFor(TransientHibernateHandle) - Method in class com.atlassian.confluence.importexport.xmlimport.DeferredOperations
Deprecated.
 
doDeferredUpgrade() - Method in class com.atlassian.confluence.impl.upgrade.upgradetask.AbstractIndexContentUpgradeTask
 
doDeferredUpgrade() - Method in class com.atlassian.confluence.impl.upgrade.upgradetask.SplitJournalUpgradeTask
 
doDeferredUpgrade() - Method in interface com.atlassian.confluence.upgrade.DeferredUpgradeTask
Run the upgrade that was deferred by an earlier call to doUpgrade.
doDeferredUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.AbstractPageTemplateMigrationUpgradeTask
 
doDeferredUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaTokenCleanupUpgradeTask
 
doDeferredUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaXStreamValueUpgradeTask
Run it as deferred upgrade to wait for plugin framework and classloaders to get ready.
doDeferredUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.WikiToXhtmlMigrationUpgradeTask
 
doDelete() - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
doDelete() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
doDelete() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
Deprecated.
since 7.5.0. Please use com.atlassian.confluence.plugins.restapi.resources.ContentResource#delete() instead
doDeleteErrorQueue() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
removes all items from the error queue
doDeleteQueue() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
used in functional tests to efficiently clear the list of notifications for teardown()
doDisableAnyUserViewSpacePermission() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
doDisableLogo() - Method in class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
doDisableLogo() - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
doDisableLogo() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
doEdit() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
doEdit() - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
doEdit() - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
doEdit() - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateDescriptionAction
 
doEdit() - Method in class com.atlassian.confluence.spaces.actions.EditSpaceAction
 
doEdit() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
doEdit() - Method in class com.atlassian.confluence.user.actions.EditMySettingsAction
 
doEdit() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
doEdit() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
doEdit() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
doEnableLogo() - Method in class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
doEnableLogo() - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
doEnableLogo() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
doEnter() - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
doesDraftExist(String, String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
doesDraftExist(String, String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Determines if a draft of the specified type and belonging to the specified owner exists.
doesDraftExist(String, String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
doesEntityExist(String, Class<? extends EntityType>) - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
doesEntityExist(String, Class<? extends EntityType>) - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
doesEntityExistNoPermissionCheck(String, Class<? extends EntityType>) - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
doesEntityExistNoPermissionCheck(String, Class<? extends EntityType>) - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
doesUserHaveOutdatedSignupToken(User) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
doesUserHaveOutdatedSignupToken(User) - Method in interface com.atlassian.confluence.user.SignupManager
 
doExecute(String, ActionInvocation) - Method in class com.atlassian.confluence.json.JsonResult
Deprecated.
 
doExecute(String, ActionInvocation) - Method in class com.atlassian.confluence.json.ReadOnlyJsonResult
Deprecated.
 
doExecute(String, ActionInvocation) - Method in class com.atlassian.confluence.setup.struts.EncodingVelocityResult
 
doExecute(String, ActionInvocation) - Method in class com.atlassian.confluence.xwork.RedirectResult
Deprecated.
 
doExecute(String, ActionInvocation) - Method in class com.atlassian.confluence.xwork.RedirectWithFlashResult
Deprecated.
 
doExecute(String, ActionInvocation) - Method in class com.atlassian.confluence.struts.flash.RedirectWithFlashResult
 
doExecute(String, ActionInvocation) - Method in class com.atlassian.confluence.xwork.RedirectResult
Deprecated.
 
doExport(ExportContext, ProgressMeter) - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
doExport(ProgressMeter) - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
doExport(ProgressMeter) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
doExport(ProgressMeter) - Method in class com.atlassian.confluence.impl.importexport.HtmlExporter
 
doExport(ProgressMeter) - Method in class com.atlassian.confluence.importexport.Exporter
Deprecated.
Exports the content specified by the configured ExportContext.
doExport(ProgressMeter) - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
 
doExport(ProgressMeter) - Method in class com.atlassian.confluence.importexport.impl.XmlExporter
Deprecated.
 
doExportEntity(ConfluenceEntityObject, String) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
doExportEntity(ConfluenceEntityObject, String) - Method in class com.atlassian.confluence.impl.importexport.HtmlExporter
 
doFaviconReset() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
doFaviconUpload() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactoryCleanupFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.HibernateSqlCollectingFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.hibernate.OpenSessionInViewFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.seraph.AuthenticatorMetricsFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.servlet.HibernateGetConnectionFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.servlet.RequestEventPublishingFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.vcache.VCacheRequestContextFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.webapp.SecureAccessFilter
This method will do 1.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.webapp.SecureAccessServletFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.webapp.security.NeoSecurityFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.plugins.rest.jackson2.filter.CanUseFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.plugins.restapi.filters.TokenAuthBlockNotWhitelistedFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.servlet.AbstractHttpFilter
Deprecated.
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.test.rpc.ExceptionThrowingFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.ClusterHeaderFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.LoggingContextFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.message.MessagesDecoratorFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.MobileAppRequestFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.UserLoggingContextFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.UserNameHeaderFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.UserThreadLocalFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.AbstractStaticResourceAwareFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.ConfluenceTimeoutFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.DebugFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.DropIfNotSetupFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.LanguageExtractionFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.ResponseOutputStreamFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.TranslationModeFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.validateparam.RequestParamValidationFilter
 
doFilter(ServletRequest, ServletResponse) - Method in class com.atlassian.confluence.impl.webapp.SecureAccessFilterChain
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.struts.ConfluenceStrutsPrepareFilter
ActionContext may be needed by the SiteMeshFilter even when Struts filtering is not desired or required.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.impl.web.filter.CookieModifierFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.internal.diagnostics.HttpRequestMonitoringFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.IpdHttpMonitoringFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.internal.web.filter.spring.IgnoreWebAsyncManagerFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.jmx.JmxFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.plugin.servlet.filter.AccessCheckPluginDelegateFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.plugin.servlet.filter.ServletFilterModuleContainerFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.plugins.lookandfeel.filter.LogoInterceptor
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.servlet.AbstractHttpFilter
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.servlet.FourOhFourErrorLoggingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.servlet.HttpPreventCachingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.test.rpc.RequestLogFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.PlaceholderCachingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.AccessLogFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.ConfluenceErrorFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.profiling.ConfluenceActivityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.profiling.ConfluenceProfilingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.profiling.ProfilingSiteMeshFilter
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.util.RequestCacheThreadLocalFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.ConfluenceJohnsonFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.ConfluenceSecurityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.ConfluenceTimingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.HttpRequestStatsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.HttpSessionRegistrarFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.ThreadLocalCacheFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.ZipkinTracingFilter
 
doFilterAlreadyPermittedGroupSearch() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
init search for all users and filter result with groups who already have permissions to a space or a global
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.setup.ConfluenceEncodingFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.AbstractStaticResourceAwareFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.confluence.web.filter.MauEventFilter
 
doFlush() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.plugins.edgeindex.servlet.BuildEdgeIndexServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.plugins.templates.servlet.TemplateVariablePlaceholderServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.ApplicationStatusServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.ImageCaptchaServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.JohnsonDataServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.JohnsonDismissEventsServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.LabelServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.TinyUrlServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospectorServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.ErrorPlaceholderServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.MacroIconPlaceholderServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.MacroPlaceholderServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.UnknownAttachmentPlaceholderServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.UnknownMacroPlaceholderServlet
 
doGroupSearch() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
doGroupSearch(String, int) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeSearchService
Deprecated.
Group specific search.
doGroupSearchFilterExistingGroups() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
Searches for all groups excluding the already existing groups in the list
doIgnore() - Method in class com.atlassian.confluence.admin.actions.tasks.ManageAdminTaskAction
 
doImport() - Method in class com.atlassian.confluence.importexport.Importer
Deprecated.
Executes an import with this importer.
doImport(ImportContext) - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
doImport(ImportContext) - Method in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
Performs an import specified by the given context.
doImport(Session, InputStreamFactory, boolean, ImportContext) - Method in class com.atlassian.confluence.importexport.xmlimport.DefaultXmlImporter
Deprecated.
 
doImport(Session, InputStreamFactory, boolean, ImportContext) - Method in interface com.atlassian.confluence.importexport.xmlimport.XmlImporter
Deprecated.
Perform an XML import.
doImport(Session, InputStreamFactory, ProgressMeter, boolean, ImportedObjectPreProcessor) - Method in class com.atlassian.confluence.importexport.xmlimport.DefaultXmlImporter
Deprecated.
 
doImport(Session, InputStreamFactory, ProgressMeter, boolean, ImportedObjectPreProcessor) - Method in interface com.atlassian.confluence.importexport.xmlimport.XmlImporter
doImportInternal() - Method in class com.atlassian.confluence.importexport.Importer
Deprecated.
Performs the actual import.
doImportInternal() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
doInIsolatedTransaction(FailableRunnable<?>) - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
doInIsolatedTransaction(TransactionCallback<T>) - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
doInput() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
doInput() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
doInput() - Method in class com.atlassian.confluence.user.actions.EditorSettingsAction
 
doInReadOnlyTransaction(Callable<T>) - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
doInReadOnlyTransaction(TransactionCallback<T>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
doInReadOnlyTransaction(TransactionCallback<T>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
 
doInReadOnlyTransaction(TransactionCallback<T>) - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
doInRequestContext(VCacheRequestContextOperations.Action<T, X>) - Method in class com.atlassian.confluence.impl.vcache.DummyVCacheRequestContextOperations
 
doInRequestContext(VCacheRequestContextOperations.Action<T, X>) - Method in class com.atlassian.confluence.impl.vcache.VCacheRequestContextManager
Executes the supplied action callback within a VCache RequestContext, using the system default partition identifier.
doInRequestContext(VCacheRequestContextOperations.Action<T, X>) - Method in interface com.atlassian.confluence.vcache.VCacheRequestContextOperations
Executes the supplied action callback within a VCache RequestContext, using the system default partition identifier.
doInRequestContext(Runnable) - Method in interface com.atlassian.confluence.vcache.VCacheRequestContextOperations
doInRequestContext(String, VCacheRequestContextOperations.Action<T, X>) - Method in class com.atlassian.confluence.impl.vcache.DummyVCacheRequestContextOperations
 
doInRequestContext(String, VCacheRequestContextOperations.Action<T, X>) - Method in class com.atlassian.confluence.impl.vcache.VCacheRequestContextManager
Deprecated.
since 6.0. Partitions are not supported in Confluence Server
doInRequestContext(String, VCacheRequestContextOperations.Action<T, X>) - Method in interface com.atlassian.confluence.vcache.VCacheRequestContextOperations
Deprecated.
since 6.0. Partitions are not supported in Confluence Server
doInTransaction() - Method in interface com.atlassian.confluence.plugins.contentproperty.transaction.Throwing2TransactionCallback
 
doInTransaction() - Method in interface com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionCallback
 
doInTransaction(TransactionStatus) - Method in class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload.StreamResultCallback
 
doInTransaction(TransactionalHostContextAccessor.Permission, HostContextAccessor.HostTransactionCallback<T>) - Method in class com.atlassian.confluence.spring.transaction.interceptor.ConfluenceSpringHostContextAccessor
 
doInTransaction(TransactionalHostContextAccessor.Permission, HostContextAccessor.HostTransactionCallback<T>) - Method in interface com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor
Runs an action in a transaction and returns a optional value.
doInTransaction(TransactionalHostContextAccessor.Propagation, TransactionalHostContextAccessor.Permission, HostContextAccessor.HostTransactionCallback<T>) - Method in class com.atlassian.confluence.spring.transaction.interceptor.ConfluenceSpringHostContextAccessor
 
doInTransaction(TransactionalHostContextAccessor.Propagation, TransactionalHostContextAccessor.Permission, HostContextAccessor.HostTransactionCallback<T>) - Method in interface com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor
Runs an action in a transaction and returns a optional value.
doInTransaction(TransactionalHostContextAccessor.Propagation, HostContextAccessor.HostTransactionCallback<T>) - Method in class com.atlassian.confluence.spring.transaction.interceptor.ConfluenceSpringHostContextAccessor
 
doInTransaction(TransactionalHostContextAccessor.Propagation, HostContextAccessor.HostTransactionCallback<T>) - Method in interface com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor
Runs an action in a transaction and returns a optional value.
doInTransaction(FailableRunnable<?>) - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
doInTransaction(TransactionCallback<T>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
 
doInTransaction(TransactionCallback<T>) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
doInTransaction(TransactionCallback<T>) - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
doInTransaction(TransactionStatus) - Method in class com.atlassian.confluence.content.render.xhtml.migration.tasks.ContentEntityMigrationTaskWrapper
 
doInTransaction(TransactionStatus) - Method in class com.atlassian.confluence.importexport.xmlimport.RestoreBandanaValuesTransactionCallbackDecorator
Deprecated.
 
doInTransaction(TransactionStatus) - Method in class com.atlassian.confluence.importexport.xmlimport.RestorePluginStateStoreTransactionCallbackDecorator
Deprecated.
 
doInTransactionWithoutResult(TransactionStatus) - Method in class com.atlassian.confluence.content.render.xhtml.migration.tasks.PageTemplateMigratorTask
 
doInTransactionWithoutResult(TransactionStatus) - Method in class com.atlassian.confluence.content.render.xhtml.migration.tasks.SettingsMigratorTask
 
doInviteUserForm() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
doList() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
 
DomainRestrictedUserSignupEvent - Class in com.atlassian.confluence.event.events.user
 
DomainRestrictedUserSignupEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.DomainRestrictedUserSignupEvent
 
doMemberOfGroupsSearch(PageRequest, GroupSearchRequest) - Method in interface com.atlassian.confluence.internal.user.UserSearchServiceInternal
 
doMemberOfGroupsSearch(PageRequest, GroupSearchRequest) - Method in class com.atlassian.confluence.internal.user.UserSearchServiceInternalImpl
 
done() - Method in interface com.atlassian.confluence.core.BatchOperation
Called at the end of batch processing, whether the processing was successful or not.
DONE - Enum constant in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
doNotNotifyAgain(String) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
doOverride() - Method in interface com.atlassian.confluence.upgrade.AmpsOverridesManager
 
doOverride() - Method in class com.atlassian.confluence.upgrade.impl.DefaultAmpsOverridesManager
 
doOverwrite() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
doPaginationRequest(LimitedRequest, PaginationBatch<? extends AbstractPage>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
doPerform() - Method in class com.atlassian.confluence.impl.health.checks.AttachmentDataFileStoreCheck
 
doPerform() - Method in class com.atlassian.confluence.impl.health.checks.DatabaseCollationHealthCheck
 
doPerform() - Method in class com.atlassian.confluence.impl.health.checks.DatabaseSetupHealthCheck
 
doPerform() - Method in class com.atlassian.confluence.impl.health.checks.DbConnectionHealthCheck
 
doPerform() - Method in class com.atlassian.confluence.impl.health.checks.HomeHealthCheck
 
doPerform() - Method in class com.atlassian.confluence.impl.health.checks.HttpThreadsVsDbConnectionsHealthCheck
 
doPerform() - Method in class com.atlassian.confluence.impl.health.checks.LicenseValidationHealthCheck
 
doPerform() - Method in class com.atlassian.confluence.impl.health.checks.MSSQLDriverMigrationHealthCheck
 
doPerform() - Method in class com.atlassian.confluence.impl.health.checks.MySqlJdbcUrlHealthCheck
 
doPerform() - Method in class com.atlassian.confluence.impl.health.checks.OperatingSystemFreeMemoryHealthCheck
 
doPerform() - Method in class com.atlassian.confluence.impl.health.HealthCheckTemplate
Subclasses should perform their check and return any results arising from it.
doPerformImport(ImportContext) - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.plugins.edgeindex.servlet.BuildEdgeIndexServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet
 
doReactivate() - Method in class com.atlassian.confluence.user.actions.DeactivateUserAction
 
doRead() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
 
doRebuildAncestorTable() - Method in class com.atlassian.confluence.admin.actions.debug.RebuildAncestorTableAction
 
doReindex(String) - Method in class com.atlassian.confluence.user.UserMentionsContentReindexer
WARNING: This method uses the BatchOperationManager, which will clear the current session and discard any unflushed or uncommitted changes made higher in the stack.
doRemove() - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
doRemove() - Method in class com.atlassian.confluence.admin.actions.macros.RemoveUserMacroAction
 
doRemove() - Method in class com.atlassian.confluence.admin.actions.SiteDarkFeaturesAction
 
doRemove() - Method in class com.atlassian.confluence.mail.notification.actions.ManageWatchersAction
 
doRemove() - Method in class com.atlassian.confluence.pages.actions.RemoveAttachedFileAction
 
doRemove() - Method in class com.atlassian.confluence.pages.actions.RemoveAttachedFileVersionAction
 
doRemove() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
doRemove() - Method in class com.atlassian.confluence.plugins.templates.actions.RemovePageTemplateAction
 
doRemove() - Method in class com.atlassian.confluence.spaces.actions.RemoveSpaceAction
 
doRemovePageNotification() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
doRemoveSpaceNotification() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
doRenameAndRestore() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
doResend() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
transfer items on the error queue onto the normal queue and flush
doReset() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
 
doReset() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction
 
doReset() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
doReset() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction
 
doResetPassword() - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
doRestore() - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
doRestore(BackupRestoreJob, BackupRestoreSettings, int) - Method in class com.atlassian.confluence.impl.backuprestore.restore.RestoreService
 
doRestoreColorScheme() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
doRestoreSynchronously(BackupRestoreJob, BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.restore.SiteRestoreService
Run the restore process synchronously.
doRestoreSynchronously(BackupRestoreJob, BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.restore.SpaceRestoreService
Run the restore process synchronously.
doRevert() - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
doRollback(DefaultTransactionStatus) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateTransactionManager
 
doSearch() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
doSearch() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
doSearch(String, int, Integer, Set<String>, String, String, boolean) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryResource
Search for spaces within the directory.
doSearch(String, String, String, int, Integer, Integer, String, Set<String>, Set<String>, boolean, boolean, String, Integer) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeSearchService
Deprecated.
Search Confluence using the given parameters.
doSecondStageFind(List<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.AbstractUserEntityFinder
 
doSecondStageFind(List<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceCloudUserFinder
 
doSecondStageFind(List<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceUserFinder
 
doSet() - Method in class com.atlassian.confluence.user.actions.SetUserPasswordAction
 
doSignUpUserForm() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
doSiteSearch(String, String, String, Set<String>, Set<String>, int, Integer) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeSearchService
Deprecated.
Site wide Confluence search.
doSpecialProcessing(Session, TransientHibernateHandle) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
doStoreSettings() - Method in class com.atlassian.confluence.pages.actions.PageChildrenAction
 
doTaskStatus() - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
Refreshes the task object in the context for displaying the status of the long running task - note that if the task was queued instead of started immediately, taskId needs to be defined.
DotDelimitedTokenFilterProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
This filter tokenises filenames using .
DotDelimitedTokenFilterProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.DotDelimitedTokenFilterProvider
 
doTemplateDefault() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
DOUBLE - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
DOUBLE - Enum constant in enum class com.atlassian.confluence.search.v2.SearchSort.Type
 
DoubleFieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Deprecated.
DoubleFieldDescriptor(DoubleFieldMapping, double) - Constructor for class com.atlassian.confluence.plugins.index.api.DoubleFieldDescriptor
Deprecated.
 
DoubleFieldDescriptor(String, double, FieldDescriptor.Store) - Constructor for class com.atlassian.confluence.plugins.index.api.DoubleFieldDescriptor
Deprecated.
 
DoubleFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for double-precision floating point numbers
DoubleFieldMapping(DoubleFieldMapping.Builder) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.DoubleFieldMapping
 
DoubleFieldMapping.Builder - Class in com.atlassian.confluence.plugins.index.api.mapping
 
DoubleFieldValueSource - Class in com.atlassian.confluence.search.v2.score
Represents field its value is of type double.
DoubleFieldValueSource(String) - Constructor for class com.atlassian.confluence.search.v2.score.DoubleFieldValueSource
 
DoubleRangeQuery - Class in com.atlassian.confluence.search.v2.query
v2 primitive query
DoubleRangeQuery(String, Range<Double>) - Constructor for class com.atlassian.confluence.search.v2.query.DoubleRangeQuery
 
DoubleRangeQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
A mapper for DoubleRangeQuerys.
DoubleRangeQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.DoubleRangeQueryMapper
 
doubleUrlEncode(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
Deprecated.
since 6.10.0, No replacement
doubleValue() - Method in class com.atlassian.confluence.plugins.index.api.DoubleFieldDescriptor
Deprecated.
 
doUnignore() - Method in class com.atlassian.confluence.admin.actions.tasks.ManageAdminTaskAction
 
doUpdate() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
doUpdate() - Method in class com.atlassian.confluence.admin.actions.macros.UpdateUserMacroAction
Remove the existing user macro and then add the updated user macro
doUpdate() - Method in class com.atlassian.confluence.admin.actions.ViewOrUpdateLicenseAction
 
doUpdate() - Method in class com.atlassian.confluence.plugins.like.actions.NotificationsAction
 
doUpdateLastModifier() - Method in class com.atlassian.confluence.core.DefaultSaveContext
 
doUpdateLastModifier() - Method in interface com.atlassian.confluence.core.SaveContext
UpdateLastModifier indicates whether to update the LastModifier field when saving a page.
doUpgrade() - Method in class com.atlassian.confluence.internal.index.opensearch.NoopSplitIndexUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.plugins.edgeindex.upgrade.EdgeIndexRebuildUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.AbstractDeferredRunUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.AbstractConstraintCreationUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.AbstractUserMappingUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.DatabaseValidationQueryMigrationUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.DbTrueFalseTypeFixUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.DecoratorLangMacroReplacementUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.DeleteTemporaryAttachmentUploadsUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentPermissionsTriggersUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentPermissionsUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentStatusUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedPermissionsTriggersUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedSpacePermissionsUpgradeTask
 
doUpgrade() - Method in interface com.atlassian.confluence.upgrade.UpgradeTask
Perform the upgrade.
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.DropIncrementalSyncSubscriptionUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAddGroupExternalIdUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.LabelUniqueIndexUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateScheduledJobCacheUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateTrashDateUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.NullModificationDateDraftUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.RenameTempDirPropertyUpgradeTask
Perform the upgrade.
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.ReplaceC3p0ConnectionPoolWithHikariCPUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.ResetJournalStateUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureLocalConfigSecretsUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureMailServerSecretUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureSharedConfigSecretsUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.SynchronyPidFileRemovalUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.TurnFastPermissionsOnByDefaultUpgradeTask
 
doUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.UserDirectoryPasswordEncryptionUpgradeTask
 
doUpload() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
doUpload() - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
doUpload() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
doUserOrGroupSearch(String, int) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeSearchService
Deprecated.
User and group specific search.
doUserSearch() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
doUserSearch() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
doUserSearch() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
doUserSearch(PageRequest, UserSearchRequest) - Method in interface com.atlassian.confluence.internal.user.UserSearchServiceInternal
 
doUserSearch(PageRequest, UserSearchRequest) - Method in class com.atlassian.confluence.internal.user.UserSearchServiceInternalImpl
 
doUserSearch(String, int, boolean) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeSearchService
Deprecated.
User specific search.
doValidation() - Method in class com.atlassian.confluence.impl.health.checks.rules.AbstractDatabaseCollationRule
 
doValidation() - Method in class com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
 
doValidation() - Method in class com.atlassian.confluence.impl.health.checks.rules.DataSourceSetupRule
 
doValidation() - Method in class com.atlassian.confluence.impl.health.checks.rules.DbConnectionPoolRule
 
doValidation() - Method in class com.atlassian.confluence.impl.health.checks.rules.HttpThreadsVsDbConnectionPoolRule
 
doValidation() - Method in class com.atlassian.confluence.impl.health.checks.rules.SqlServerSetupRule
 
doValidation() - Method in class com.atlassian.confluence.impl.health.checks.rules.TomcatHttpMaxThreadsRule
 
doView() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
doView() - Method in class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
 
doView() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
doView() - Method in class com.atlassian.confluence.plugins.like.actions.NotificationsAction
 
doView() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
doView() - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
doView() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
doView() - Method in class com.atlassian.confluence.user.actions.EditorSettingsAction
 
doView() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
doView() - Method in class com.atlassian.confluence.user.actions.ViewMyProfileAction
 
doView() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
doWithLock(String, String, Runnable) - Method in class com.atlassian.confluence.impl.cluster.lock.ClusterLockExecutionService
 
doWithRetry(RetryContext) - Method in class com.atlassian.confluence.internal.persistence.SalRetryConnectionCallback
 
Down() - Constructor for class com.atlassian.confluence.plugins.synchrony.api.events.SynchronyStatusStartupEvents.Down
 
DOWNLOAD - Enum constant in enum class com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
type="download" is used to expose resources over HTTP
DOWNLOAD - Static variable in class com.atlassian.confluence.api.model.link.LinkType
 
DOWNLOAD_IMAGES - Static variable in class com.atlassian.confluence.impl.webapp.urlrewrite.ConfluenceResourceDownloadRewriteRule
 
DOWNLOAD_IMAGES - Static variable in class com.atlassian.confluence.servlet.rewrite.ConfluenceResourceDownloadRewriteRule
Deprecated.
 
DOWNLOAD_PATH_BASE - Static variable in record class com.atlassian.confluence.pages.AddressableAttachment
The download path for an attachment is composed with this base, see AddressableAttachment.getDownloadPathWithoutEncoding() for an example.
DOWNLOAD_PATH_BASE - Static variable in class com.atlassian.confluence.pages.Attachment
Deprecated, for removal: This API element is subject to removal in a future version.
DownloadAllAttachmentsOnPageAction - Class in com.atlassian.confluence.pages.actions
 
DownloadAllAttachmentsOnPageAction() - Constructor for class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction
 
downloadBackupFile(Long) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
DownloadGateKeeper - Class in com.atlassian.confluence.security
GateKeeper for the Confluence downloads directory.
DownloadGateKeeper() - Constructor for class com.atlassian.confluence.security.DownloadGateKeeper
 
DownloadResourceManager - Interface in com.atlassian.confluence.importexport.resource
An interface for managers that support reading of downloadable resources.
DownloadResourceNotFoundException - Exception in com.atlassian.confluence.importexport.resource
 
DownloadResourceNotFoundException() - Constructor for exception com.atlassian.confluence.importexport.resource.DownloadResourceNotFoundException
 
DownloadResourceNotFoundException(String) - Constructor for exception com.atlassian.confluence.importexport.resource.DownloadResourceNotFoundException
 
DownloadResourceNotFoundException(String, Throwable) - Constructor for exception com.atlassian.confluence.importexport.resource.DownloadResourceNotFoundException
 
DownloadResourcePrefixEnum - Enum Class in com.atlassian.confluence.importexport.resource
Enum of all the supported prefix of Download Resource Manager (except the prefix of WebImagesDownloadResourceManager)
DownloadResourceReader - Interface in com.atlassian.confluence.importexport.resource
 
DownloadResourceWriter - Interface in com.atlassian.confluence.importexport.resource
 
DownloadStreamingAnalyticsEvent - Class in com.atlassian.confluence.servlet.download
An analytics event that captures information about streaming a download to the client.
doWrite() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
 
draft - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
The draft used while creating the content.
Draft - Class in com.atlassian.confluence.pages
This is the old way of dealing with drafts in Confluence and will be deprecated soon.
Draft() - Constructor for class com.atlassian.confluence.pages.Draft
 
DRAFT - Enum constant in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
DRAFT - Enum constant in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
DRAFT - Static variable in class com.atlassian.confluence.api.model.content.ContentStatus
The state of content that has not yet been published
DRAFT - Static variable in class com.atlassian.confluence.core.ContentEntityObject
Constant used in ContentEntityObject.contentStatus to indicate that this object is a draft.
DRAFT - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
 
DRAFT - Static variable in class com.atlassian.confluence.user.SessionKeys
 
DRAFT_ID - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
DRAFT_REFACTORING - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
 
DRAFT_STATUS - Static variable in class com.atlassian.confluence.core.ContributionStatus
 
DraftAttachmentLink - Class in com.atlassian.confluence.links
A link to an attachment that is attached a draft object.
DraftAttachmentLink(GenericLinkParser) - Constructor for class com.atlassian.confluence.links.DraftAttachmentLink
 
DraftAttachmentLink(GenericLinkParser, Draft, AttachmentManager) - Constructor for class com.atlassian.confluence.links.DraftAttachmentLink
 
DraftAttachmentSearchAction - Class in com.atlassian.confluence.impl.search.actions
 
DraftAttachmentSearchAction() - Constructor for class com.atlassian.confluence.impl.search.actions.DraftAttachmentSearchAction
 
DraftAttributesCopier - Class in com.atlassian.confluence.content.apisupport
 
DraftAttributesCopier(AttachmentManager, LabelManager, ContentPermissionManager, ContentPropertyManager, ContentPropertyService) - Constructor for class com.atlassian.confluence.content.apisupport.DraftAttributesCopier
 
DraftChangeResult - Class in com.atlassian.confluence.tinymceplugin.rest
The result of a successful Draft save.
DraftChangeResult() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.DraftChangeResult
 
DraftChangeResult(Long, Long, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.DraftChangeResult
 
DraftChangeResult(Long, Long, String, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.DraftChangeResult
 
draftChildren(Expansions) - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
 
DraftDao - Interface in com.atlassian.confluence.pages.persistence.dao
Stores Confluence drafts in a data store.
DraftData - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
DraftData() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
DraftData(Long, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
A constructor taking the parameters required for retrieving a previously saved draft.
DraftData(String, String, String, String, int, Long, Long, Long, PagePermissionData) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
A constructor taking the parameters required for saving a draft.
DraftErrorCodes() - Constructor for class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
draftManager - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
DraftManager - Interface in com.atlassian.confluence.pages
Saves, retrieves and merges drafts of Confluence content.
DraftMessage - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
DraftMessage() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.DraftMessage
 
DraftMessage(DraftData, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.DraftMessage
A constructor taking the parameters required for a draft message.
DraftPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
This delegate verifies permissions for the old Draft object.
DraftPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
DraftRemovalEvent - Class in com.atlassian.confluence.event.events.content.draft
 
DraftRemovalEvent(ContentEntityObject) - Constructor for class com.atlassian.confluence.event.events.content.draft.DraftRemovalEvent
 
DraftResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Identifies a draft resource.
DraftResourceIdentifier(long) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DraftResourceIdentifier
 
DraftResourceIdentifierResolver - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
DraftResourceIdentifierResolver(DraftManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DraftResourceIdentifierResolver
 
DraftSaveResult - Class in com.atlassian.confluence.tinymceplugin.rest.entities
The result of a successful Draft save.
DraftSaveResult() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.DraftSaveResult
 
DraftSaveResult(String, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.DraftSaveResult
 
DraftSaveResult(String, String, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.DraftSaveResult
 
draftService - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
draftService - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
DraftService - Interface in com.atlassian.confluence.content.service
A Service responsible for Draft related operations during editing in Confluence.
DraftService.DraftType - Enum Class in com.atlassian.confluence.content.service
 
DraftsResource - Class in com.atlassian.confluence.tinymceplugin.rest
REST resource to allowing saving and retrieving of a draft against a particular Confluence user.
DraftsResource(UserAccessor, DraftService, FormatSettingsManager, LocaleManager, PermissionManager, DraftManager, I18NBeanFactory, PageManager, DraftsTransitionHelper, EditorConverter, EventPublisher, RelationService, DarkFeatureManager, TouchRelationSupport) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.DraftsResource
 
DraftStatusLozengeCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
DraftStatusLozengeCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.DraftStatusLozengeCondition
 
draftsTransitionHelper - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
draftsTransitionHelper - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
DraftsTransitionHelper - Interface in com.atlassian.confluence.pages
Class intended to help during the transition period from legacy drafts to shared drafts.
DraftUtils - Class in com.atlassian.confluence.internal.content
 
dropAdditionalContentIndexes() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
dropAdditionalSpaceIndexes() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
DropAuthenticationAction - Class in com.atlassian.confluence.security.websudo
Used to authenticate a web sudo session.
DropAuthenticationAction() - Constructor for class com.atlassian.confluence.security.websudo.DropAuthenticationAction
 
DropColumnCommand - Class in com.atlassian.confluence.upgrade.ddl
 
DropColumnCommand(String) - Constructor for class com.atlassian.confluence.upgrade.ddl.DropColumnCommand
 
dropConstraints() - Method in class com.atlassian.integrationtest.confluence.upgrade.UserKeyForeignKeyConstraintTestUtil
 
dropContentDatabaseObjects() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
dropDatabaseSchema() - Method in class com.atlassian.confluence.core.IntegrationTestDatabaseSchemaHelper
 
DropForeignKeyConstraintCommand - Class in com.atlassian.confluence.upgrade.ddl
 
DropForeignKeyConstraintCommand(boolean, String) - Constructor for class com.atlassian.confluence.upgrade.ddl.DropForeignKeyConstraintCommand
 
DropIfNotSetupFilter - Class in com.atlassian.confluence.web.filter
USE WITH CAUTION! This filter will drop any request that comes in when Confluence is not finished setting up.
DropIfNotSetupFilter() - Constructor for class com.atlassian.confluence.web.filter.DropIfNotSetupFilter
 
DropIncrementalSyncSubscriptionUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
This upgrade task drops the table "incremental_sync_subscription" We only have to drop this table for Postgres because the feature has never been rolled out for production yet but staging environments such as Bulldog wiki and EAC
DropIncrementalSyncSubscriptionUpgradeTask(DdlExecutor, HibernateConfig) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.DropIncrementalSyncSubscriptionUpgradeTask
 
dropIndex(String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
dropIndex(String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
dropIndex(String, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
dropIndex(String, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.BaseOracleDdlHelper
 
dropIndex(String, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
DropIndexCommand - Class in com.atlassian.confluence.upgrade.ddl
 
DropIndexCommand(HibernateDatabaseCapabilities, String, String) - Constructor for class com.atlassian.confluence.upgrade.ddl.DropIndexCommand
 
dropSpaceDatabaseObjects() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
DropTableCommand - Class in com.atlassian.confluence.upgrade.ddl
 
DropTableCommand(String) - Constructor for class com.atlassian.confluence.upgrade.ddl.DropTableCommand
 
DropTableIfExistsCommand - Class in com.atlassian.confluence.upgrade.ddl
 
dropTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
dropTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
dropTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.BaseOracleDdlHelper
 
dropTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
dropTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpacePermissionDdlHelper
 
dropTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
DropUniqueConstraintByColumnsCommand - Class in com.atlassian.confluence.upgrade.ddl
Drops a unique constraint by column name.
DropUniqueConstraintByColumnsCommand(String[]) - Constructor for class com.atlassian.confluence.upgrade.ddl.DropUniqueConstraintByColumnsCommand
 
DropUniqueConstraintCommand - Class in com.atlassian.confluence.upgrade.ddl
Drops a unique constraint.
DropUniqueConstraintCommand(HibernateDatabaseCapabilities, String) - Constructor for class com.atlassian.confluence.upgrade.ddl.DropUniqueConstraintCommand
 
DropUniqueConstraintCommand(HibernateDatabaseCapabilities, String, boolean) - Constructor for class com.atlassian.confluence.upgrade.ddl.DropUniqueConstraintCommand
 
dropVirtualColumnAndUniqueIndex() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
DUMMY_SYNC_REV - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
DummyRenderingEventPublisher - Class in com.atlassian.confluence.content.render.xhtml
Dummy implementation of RenderingEventPublisher
DummyRenderingEventPublisher() - Constructor for class com.atlassian.confluence.content.render.xhtml.DummyRenderingEventPublisher
 
DummyVCacheRequestContextOperations - Class in com.atlassian.confluence.impl.vcache
Trivial implementation of the interface which just invoked the action directly.
DummyVCacheRequestContextOperations() - Constructor for class com.atlassian.confluence.impl.vcache.DummyVCacheRequestContextOperations
 
DuplicateClassFinder - Interface in com.atlassian.confluence.util.classpath
 
DuplicateDataRuntimeException - Exception in com.atlassian.confluence.pages
A RuntimeException thrown when an operation is being called with some duplicate data
DuplicateDataRuntimeException(String, String) - Constructor for exception com.atlassian.confluence.pages.DuplicateDataRuntimeException
 
DuplicateDataRuntimeException(String, String, Throwable) - Constructor for exception com.atlassian.confluence.pages.DuplicateDataRuntimeException
 
DuplicateNestedTagsRemover - Interface in com.atlassian.confluence.impl.content.duplicatetags
Removes all duplicate nested tags, see the corresponding CONFSERVER-54754 ticket
DuplicateNestedTagsRemoverImpl - Class in com.atlassian.confluence.impl.content.duplicatetags.internal
Removes all duplicate nested tags, see the corresponding CONFSERVER-54754 ticket
DuplicateNestedTagsRemoverImpl(XmlOutputFactory, XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.impl.content.duplicatetags.internal.DuplicateNestedTagsRemoverImpl
 
DuplicateNestedTagsRemoverImpl(XmlOutputFactory, XmlEventReaderFactory, SingleXmlBranchReader, SingleXmlBranchDuplicateAnalyser, boolean) - Constructor for class com.atlassian.confluence.impl.content.duplicatetags.internal.DuplicateNestedTagsRemoverImpl
 
DuplicateRowHolder - Class in com.atlassian.confluence.internal.upgrade.constraint.dedup
Hold a duplicate record.
DuplicateRowHolderFactory - Class in com.atlassian.confluence.internal.upgrade.constraint.dedup
Create a DuplicateRowHolder from a ResultSet Note: Tables with composite keys are not supported.
DuplicateRowHolderFactory(String, List<String>) - Constructor for class com.atlassian.confluence.internal.upgrade.constraint.dedup.DuplicateRowHolderFactory
 
duplicates(Object) - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.DuplicateRowHolder
 
DurationChecker - Class in com.atlassian.confluence.impl.event
Helper class that is used to check whether time that has passed since previous event is exceeding a threshold
DurationChecker(int) - Constructor for class com.atlassian.confluence.impl.event.DurationChecker
 
DurationChecker(int, LongSupplier) - Constructor for class com.atlassian.confluence.impl.event.DurationChecker
 
durationSerializer() - Static method in class com.atlassian.confluence.util.sandbox.SandboxSerializers
 
DurationThresholdWarningTimingHelper - Class in com.atlassian.confluence.util.profiling
A helper class for code that wishes to perform timing of how long an arbitrary operation lasts, and for warnings to be logged if the elapsed time exceeds a configurable threshold.
DurationThresholdWarningTimingHelper.Timer - Interface in com.atlassian.confluence.util.profiling
Simple start/stop timing interface to be used by clients.
DurationThresholdWarningTimingHelperFactory - Class in com.atlassian.confluence.util.profiling
A factory for creating DurationThresholdWarningTimingHelper objects.
DurationThresholdWarningTimingHelperFactory() - Constructor for class com.atlassian.confluence.util.profiling.DurationThresholdWarningTimingHelperFactory
 
DUTCH - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
DutchAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Dutch language analyzer provider
DutchAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DutchAnalyzerProvider
 
DynamicContextItemProvider - Class in com.atlassian.confluence.setup.velocity
Provides a map of Velocity context items computed anew for each constructed context but cached within it (as backed by LazyMap).
DynamicContextItemProvider(GlobalSettingsManager, GlobalDescriptionManager, I18NBeanFactory, LocaleManager, FormatSettingsManager, UserPreferencesAccessor, DocumentationBeanFactory, DarkFeaturesManager, UserProfilePictureAccessor, BootstrapManager, ConfluenceAccessManager, DateFormatService, AccessModeService, PermissionManager, LicenseService, MessageManager) - Constructor for class com.atlassian.confluence.setup.velocity.DynamicContextItemProvider
 
DynamicEvictionConfig(CacheSettingsDefaultsProvider, String) - Constructor for class com.atlassian.confluence.impl.cache.hazelcast.hibernate.ConfluenceHazelcastLocalCacheRegionFactory.DynamicEvictionConfig
 
DynamicI18NBeanFactory - Class in com.atlassian.confluence.util.i18n
Produces the best I18NBeans it can at the point it is first called upon.
DynamicI18NBeanFactory() - Constructor for class com.atlassian.confluence.util.i18n.DynamicI18NBeanFactory
 
DynamicI18NBeanFactory(Supplier<Optional<BeanFactory>>) - Constructor for class com.atlassian.confluence.util.i18n.DynamicI18NBeanFactory
 
DynamicPluginResourceLoader - Class in com.atlassian.confluence.setup.velocity
 
DynamicPluginResourceLoader() - Constructor for class com.atlassian.confluence.setup.velocity.DynamicPluginResourceLoader
 

E

eager() - Static method in class com.atlassian.confluence.core.InputStreamSerializer
 
eagerInDevMode() - Static method in class com.atlassian.confluence.core.InputStreamSerializer
 
earlyStartup() - Method in class com.atlassian.confluence.plugin.ConfluencePluginManager
 
EasyUserContextProvider - Class in com.atlassian.confluence.plugins.easyuser
Adds items to the render context for EasyUser web panels.
EasyUserContextProvider(SignupManager, GlobalSettingsManager, MailServerManager) - Constructor for class com.atlassian.confluence.plugins.easyuser.EasyUserContextProvider
 
EasyUserResource - Class in com.atlassian.confluence.plugins.easyuser
 
EasyUserResource(SignupManager) - Constructor for class com.atlassian.confluence.plugins.easyuser.EasyUserResource
 
EasyUserSignupSettingsResource - Class in com.atlassian.confluence.plugins.easyuser
 
EasyUserSignupSettingsResource(PermissionManager, SignupManager) - Constructor for class com.atlassian.confluence.plugins.easyuser.EasyUserSignupSettingsResource
 
EC2_METADATA_ENDPOINT - Static variable in class com.hazelcast.aws.ConfluenceAwsMetadataApi
 
echo(Class<T>) - Static method in class com.atlassian.confluence.util.test.EchoAnswer
Deprecated.
 
EchoAnswer<T> - Class in com.atlassian.confluence.util.test
Deprecated.
since 5.6.1, use AdditionalAnswers.returnsArgAt(int) instead.
EchoAnswer(Class<T>) - Constructor for class com.atlassian.confluence.util.test.EchoAnswer
Deprecated.
 
EchoEntityNameProcessor - Class in com.atlassian.confluence.upgrade.recovery
Entity name processor that does not change the entity names.
EchoEntityNameProcessor() - Constructor for class com.atlassian.confluence.upgrade.recovery.EchoEntityNameProcessor
 
Edge - Interface in com.atlassian.confluence.plugins.edgeindex.model
If pages and blog posts are targets, then user actions on them are edges.
EDGE - Enum constant in enum class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueType
 
EDGE - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeSearchIndexAccessor
 
EDGE_DATE_FIELD - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
EDGE_DATE_FIELD - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexSchema
Deprecated.
 
EDGE_ID - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
EDGE_ID - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexSchema
Deprecated.
 
EDGE_INDEX - Enum constant in enum class com.atlassian.confluence.internal.index.Index
 
EDGE_INDEX_DIRECTORY_NAME - Static variable in class com.atlassian.confluence.internal.index.lucene.LuceneConnectionFactory
 
EDGE_INDEX_REBUILD_DEFAULT_START_PERIOD - Static variable in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexBuilder
 
EDGE_TARGET_AUTHOR - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
EDGE_TARGET_AUTHOR - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexSchema
Deprecated.
 
EDGE_TARGET_ID - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
EDGE_TARGET_ID - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexSchema
Deprecated.
 
EDGE_TARGET_ID_TO_ID - Static variable in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeCountQuery
 
EDGE_TARGET_TYPE - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
EDGE_TARGET_TYPE - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexSchema
Deprecated.
 
EDGE_TYPE - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
EDGE_TYPE - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexSchema
Deprecated.
 
EDGE_USERKEY - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
EDGE_USERKEY - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexSchema
Deprecated.
 
EdgeContentQueries - Interface in com.atlassian.confluence.plugins.edgeindex
 
EdgeCountQuery - Interface in com.atlassian.confluence.plugins.edgeindex.model
 
EdgeDocumentFactory - Interface in com.atlassian.confluence.plugins.edgeindex
Responsible for creating an Atlassian document that represents an edge.
EdgeFactory - Interface in com.atlassian.confluence.plugins.edgeindex
 
EdgeIndexBuilder - Interface in com.atlassian.confluence.plugins.edgeindex
 
EdgeIndexBuilder.RebuildCondition - Enum Class in com.atlassian.confluence.plugins.edgeindex
 
EdgeIndexFieldMappings - Class in com.atlassian.confluence.plugins.edgeindex
This class contains the mappings of all fields that an edge document can have
EdgeIndexFieldMappings() - Constructor for class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
EdgeIndexManager - Interface in com.atlassian.confluence.plugins.edgeindex
Responsible for indexing edges.
EdgeIndexQueueFlushCompleteEvent - Class in com.atlassian.confluence.event.events.search
An event to indicate that a flush of the edge index queue has completed with at least 1 item in the queue.
EdgeIndexQueueFlushCompleteEvent(Object, FlushStatistics) - Constructor for class com.atlassian.confluence.event.events.search.EdgeIndexQueueFlushCompleteEvent
 
EdgeIndexQueueFlusher - Class in com.atlassian.confluence.plugins.edgeindex.job
 
EdgeIndexQueueFlusher(EdgeIndexTaskQueue, EdgeSearchIndexAccessor, EventPublisher) - Constructor for class com.atlassian.confluence.plugins.edgeindex.job.EdgeIndexQueueFlusher
 
EdgeIndexQueueSize - Class in com.atlassian.confluence.plugins.edgeindex
 
EdgeIndexQueueSize(EdgeIndexTaskQueue) - Constructor for class com.atlassian.confluence.plugins.edgeindex.EdgeIndexQueueSize
 
EdgeIndexQueueSizeMBean - Interface in com.atlassian.confluence.plugins.edgeindex
 
EdgeIndexQueueSizeMBeanManager - Class in com.atlassian.confluence.plugins.edgeindex
 
EdgeIndexQueueSizeMBeanManager(EventPublisher, JmxConfigService, EdgeIndexTaskQueue) - Constructor for class com.atlassian.confluence.plugins.edgeindex.EdgeIndexQueueSizeMBeanManager
 
EdgeIndexRebuildUpgradeTask - Class in com.atlassian.confluence.plugins.edgeindex.upgrade
A PluginUpgradeTask which forces a rebuild of the edge index.
EdgeIndexRebuildUpgradeTask(EdgeIndexBuilder) - Constructor for class com.atlassian.confluence.plugins.edgeindex.upgrade.EdgeIndexRebuildUpgradeTask
 
EdgeIndexRebuiltEvent - Class in com.atlassian.confluence.plugins.edgeindex.servlet
 
EdgeIndexRebuiltEvent(Period) - Constructor for class com.atlassian.confluence.plugins.edgeindex.servlet.EdgeIndexRebuiltEvent
 
EdgeIndexRebuiltEvent(Period, String) - Constructor for class com.atlassian.confluence.plugins.edgeindex.servlet.EdgeIndexRebuiltEvent
 
EdgeIndexRecoverer - Class in com.atlassian.confluence.plugins.edgeindex
 
EdgeIndexRecoverer(EdgeSearchIndexAccessor, EdgeIndexBuilder) - Constructor for class com.atlassian.confluence.plugins.edgeindex.EdgeIndexRecoverer
 
EdgeIndexSchema - Class in com.atlassian.confluence.plugins.edgeindex
Deprecated.
since 8.6. Use EdgeIndexFieldMappings instead.
EdgeIndexSchema() - Constructor for class com.atlassian.confluence.plugins.edgeindex.EdgeIndexSchema
Deprecated.
 
EdgeIndexSimilarity - Class in com.atlassian.confluence.internal.index.lucene
Similarity class for edge index
EdgeIndexSimilarity() - Constructor for class com.atlassian.confluence.internal.index.lucene.EdgeIndexSimilarity
 
EdgeIndexTask - Interface in com.atlassian.confluence.plugins.edgeindex
This interface is the same as the ConfluenceIndexTask.
EdgeIndexTaskFactory - Interface in com.atlassian.confluence.plugins.edgeindex
 
EdgeIndexTaskQueue - Interface in com.atlassian.confluence.plugins.edgeindex
 
EdgeListener - Class in com.atlassian.confluence.plugins.edgeindex
Listens for application events and responds by creating an edge and persisting it the index for querying.
EdgeListener(EdgeIndexManager, EdgeFactory, ContentEntityManager, TransactionTemplate, EventPublisher) - Constructor for class com.atlassian.confluence.plugins.edgeindex.EdgeListener
 
EdgeQueries - Interface in com.atlassian.confluence.plugins.edgeindex
 
EdgeQueryParameter - Class in com.atlassian.confluence.plugins.edgeindex
 
EdgeQueryParameter(long, TimeUnit, ScoreConfig, List<String>) - Constructor for class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter
Deprecated.
since 7.16 use EdgeQueryParameter.Builder.build() instead.
EdgeQueryParameter.Builder - Class in com.atlassian.confluence.plugins.edgeindex
 
EdgeReindexer - Interface in com.atlassian.confluence.plugins.edgeindex
Performs reindexing for the edge index
EdgeSearchIndexAccessor - Class in com.atlassian.confluence.plugins.edgeindex
A SearchIndexAccessor specific to the edge index.
EdgeSearchIndexAccessor(CustomSearchIndexRegistry) - Constructor for class com.atlassian.confluence.plugins.edgeindex.EdgeSearchIndexAccessor
 
EdgeTargetId - Interface in com.atlassian.confluence.plugins.edgeindex.model
An abstraction over the id used to uniquely identifer the target of an edge.
EdgeTargetInfo - Interface in com.atlassian.confluence.plugins.edgeindex.model
 
EdgeType - Interface in com.atlassian.confluence.plugins.edgeindex.model
 
EdgeType.DeletionMode - Enum Class in com.atlassian.confluence.plugins.edgeindex.model
 
EdgeType.EdgeTypePermissionDelegate - Interface in com.atlassian.confluence.plugins.edgeindex.model
 
EdgeType.EdgeUiSupport - Interface in com.atlassian.confluence.plugins.edgeindex.model
 
EdgeTypeModuleDescriptor - Class in com.atlassian.confluence.plugins.edgeindex.plugin
 
EdgeTypeModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugins.edgeindex.plugin.EdgeTypeModuleDescriptor
 
EdgeTypeModuleDescriptorFactory - Class in com.atlassian.confluence.plugins.edgeindex.plugin
Creates instances of the EdgeTypeModuleDescriptor.
EdgeTypeModuleDescriptorFactory(HostContainer) - Constructor for class com.atlassian.confluence.plugins.edgeindex.plugin.EdgeTypeModuleDescriptorFactory
 
edgeTypePermissionDelegate - Variable in class com.atlassian.confluence.plugins.edgeindex.edge.AbstractEdgeType
 
EdgeTypeRepository - Interface in com.atlassian.confluence.plugins.edgeindex
 
edit(Long, String, boolean, boolean, HttpServletRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.PageResource
 
EDIT - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Permission
Deprecated.
 
EDIT - Static variable in class com.atlassian.confluence.security.Permission
 
EDIT_PAGE - Enum constant in enum class com.atlassian.confluence.pages.PageUpdateTrigger
 
EDIT_PAGE_BEAN - Static variable in class com.atlassian.confluence.user.SessionKeys
 
EDIT_PERMISSION - Static variable in class com.atlassian.confluence.security.ContentPermission
 
EDIT_UI - Static variable in class com.atlassian.confluence.api.model.link.LinkType
 
EditableLabelable - Interface in com.atlassian.confluence.labels
An interface which extends the immutable interface of Labelable with functionality to be able to add and remove labels.
EDITBLOG_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
EditBlogPostAction - Class in com.atlassian.confluence.pages.actions
 
EditBlogPostAction() - Constructor for class com.atlassian.confluence.pages.actions.EditBlogPostAction
 
editComment(RemoteComment) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
editComment(String, RemoteComment) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Updates a comment
editComment(String, RemoteComment) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
editComment(String, RemoteComment) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
editComment(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
editComment(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
EditCommentAction - Class in com.atlassian.confluence.pages.actions
 
EditCommentAction() - Constructor for class com.atlassian.confluence.pages.actions.EditCommentAction
 
EditCommentCommand - Interface in com.atlassian.confluence.content.service.comment
Service command for editing an existing comment.
EditCommentCommandImpl - Class in com.atlassian.confluence.content.service.comment
 
EditCommentCommandImpl(PermissionManager, CommentManager, long, String) - Constructor for class com.atlassian.confluence.content.service.comment.EditCommentCommandImpl
 
EditCommentFromEditorCommand - Class in com.atlassian.confluence.content.service.comment
 
EditCommentFromEditorCommand(PermissionManager, CommentManager, EditorConverter, long, String) - Constructor for class com.atlassian.confluence.content.service.comment.EditCommentFromEditorCommand
 
editConverter - Variable in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
editConverter - Variable in class com.atlassian.confluence.content.service.comment.CreateCommentFromEditorCommand
 
editConverter - Variable in class com.atlassian.confluence.content.service.comment.EditCommentFromEditorCommand
 
EditDecoratorAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
EditDecoratorAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
 
Edited - Interface in com.atlassian.confluence.event.events.content
Flags an event for edited content, means that the content is Updated and may be a minor edit.
EDITED_PAGE_CRUMB_CSS - Static variable in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
EditEmailSettingsAction - Class in com.atlassian.confluence.user.actions
This class is used by the doeditsettings action
EditEmailSettingsAction() - Constructor for class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
EditGlobalPermissionsAction - Class in com.atlassian.confluence.security.actions
 
EditGlobalPermissionsAction() - Constructor for class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
 
EditGlobalPermissionsAdministrator - Class in com.atlassian.confluence.impl.security.administrators
 
EditGlobalPermissionsAdministrator(SpacePermissionManager, PermissionResolver, SetSpacePermissionChecker, UserChecker, ConfluenceUserResolver, GroupResolver) - Constructor for class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
 
EditMailServerAction - Class in com.atlassian.confluence.admin.actions.mail
 
EditMailServerAction() - Constructor for class com.atlassian.confluence.admin.actions.mail.EditMailServerAction
 
EditMyProfileAction - Class in com.atlassian.confluence.user.actions
 
EditMyProfileAction() - Constructor for class com.atlassian.confluence.user.actions.EditMyProfileAction
 
EditMySettingsAction - Class in com.atlassian.confluence.user.actions
Used to edit the logged in user's preferences (homepage, timezone, and language)
EditMySettingsAction() - Constructor for class com.atlassian.confluence.user.actions.EditMySettingsAction
 
EditNotificationsAction - Class in com.atlassian.confluence.user.actions
 
EditNotificationsAction() - Constructor for class com.atlassian.confluence.user.actions.EditNotificationsAction
 
Editor - Interface in com.atlassian.confluence.plugin.editor
This interface allows Wysiwyg editors to be plugged in to Confluence.
EDITOR - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.MarshallingType
 
EDITOR - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.ContentRepresentation
Deprecated.
Representation suitable for use in the rich text editor
EDITOR - Static variable in class com.atlassian.confluence.api.model.content.ContentRepresentation
Representation suitable for use in the rich text editor
EDITOR_BLOG_DATE_PATTERN - Static variable in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
EDITOR_BLOG_TIME_PATTERN - Static variable in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
EDITOR_DECLARATION_GROUP_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_DECLARATION_GROUP_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_DECLARATION_LIST_GROUP_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_DECLARATION_LIST_OPTION_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_DECLARATION_LIST_OPTION_VALUE_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_DECLARATION_VAR_COLUMNS_ATTR_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_DECLARATION_VAR_NAME_ATTR_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_DECLARATION_VAR_RAW_XHTML_ATTR_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_DECLARATION_VAR_ROWS_ATTR_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_DECLARATION_VAR_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_DECLARATION_VAR_TYPE_ATTR_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_FORMAT_CHEESE_MACRO - Static variable in class com.atlassian.integrationtest.utils.ItStateManager
 
EDITOR_USAGE_NAME_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EDITOR_USAGE_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
EditorAction - Class in com.atlassian.confluence.plugins.editorloader
 
EditorAction() - Constructor for class com.atlassian.confluence.plugins.editorloader.EditorAction
 
EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 
EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller(EditorPageResourceIdentifierMarshallerAndUnmarshaller, EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller
 
EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 
EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller
 
EditorBodilessMacroMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
Marshal macros that don't have a body to editor format.
EditorBodilessMacroMarshaller(CommonMacroAttributeWriter, PlaceholderUrlFactory, XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
 
EditorBodyMacroMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
Marshal macros that have a body to editor format
EditorBodyMacroMarshaller(CommonMacroAttributeWriter, PlaceholderUrlFactory, XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodyMacroMarshaller
 
EditorConstants - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
 
EditorConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
EditorConverter - Interface in com.atlassian.confluence.content.render.xhtml.editor
 
EditOrCreateBlogCondition - Class in com.atlassian.confluence.tinymceplugin.conditions
 
EditOrCreateBlogCondition() - Constructor for class com.atlassian.confluence.tinymceplugin.conditions.EditOrCreateBlogCondition
 
EditOrCreatePageCondition - Class in com.atlassian.confluence.tinymceplugin.conditions
 
EditOrCreatePageCondition() - Constructor for class com.atlassian.confluence.tinymceplugin.conditions.EditOrCreatePageCondition
 
EditOrCreateTemplateCondition - Class in com.atlassian.confluence.tinymceplugin.conditions
 
EditOrCreateTemplateCondition() - Constructor for class com.atlassian.confluence.tinymceplugin.conditions.EditOrCreateTemplateCondition
 
EditorEmbeddedImageResourceUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.embed
 
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier>, Unmarshaller<ResourceIdentifier>, XmlEventReaderFactory, MarshallingRegistry, AttachmentManager, PageManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorEmbeddedImageResourceUnmarshaller
 
EditorEmbeddedImageTitleWriter - Class in com.atlassian.confluence.content.render.xhtml.editor.embed
Writes out the tag for an embedded image; invoked in the editor context.
EditorEmbeddedImageTitleWriter(EmbeddedImageTagWriter, ImageDetailsManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorEmbeddedImageTitleWriter
 
EditorEmoticonMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.inline
As with the other editor marshallers and unmarshallers, this code should actually live in the TinyMCE plugin.
EditorEmoticonMarshaller(XMLOutputFactory, EmoticonDisplayMapper, UserI18NBeanFactory, MarshallingRegistry) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.inline.EditorEmoticonMarshaller
 
EditorEmoticonUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.inline
 
EditorEmoticonUnmarshaller(MarshallingRegistry) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.inline.EditorEmoticonUnmarshaller
 
EditorErrorFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.editor
Responsible for converting the editor representation of a transform error back into a storage formatted xml.
EditorErrorFragmentTransformer() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.EditorErrorFragmentTransformer
 
editorFormatCommentBody - Variable in class com.atlassian.confluence.content.service.comment.CreateCommentFromEditorCommand
 
editorFormatCommentBody - Variable in class com.atlassian.confluence.content.service.comment.EditCommentFromEditorCommand
 
EditorFormatService - Interface in com.atlassian.confluence.xhtml.api
Provides methods that convert between edit and storage formats.
EditorIdAndTypeResourceIdentifierUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 
EditorIdAndTypeResourceIdentifierUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorIdAndTypeResourceIdentifierUnmarshaller
 
EditorImageAttributeParser - Class in com.atlassian.confluence.content.render.xhtml.editor.embed
Helper class to read the attributes of an img or ac:image tag into the supplied DefaultEmbeddedImage object.
EditorImageAttributeParser(DefaultEmbeddedImage) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorImageAttributeParser
 
EditorImagePlaceholder - Interface in com.atlassian.confluence.macro
 
EditorInlineCommentMarkerUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker
 
EditorInlineCommentMarkerUnmarshaller(XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker.EditorInlineCommentMarkerUnmarshaller
 
EditorLinkBodyUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.link
Unmarshal the body of a link
EditorLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage>, XMLOutputFactory, XmlEventReaderFactory, XmlEntityExpander) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.link.EditorLinkBodyUnmarshaller
 
EditorLinkMarshallingStrategy - Class in com.atlassian.confluence.content.render.xhtml.editor.link
Encapsulates all the extra marshalling concerns that are common to marshalling all links for the editor.
EditorLinkMarshallingStrategy(Marshaller<Link>, PageResourceIdentifierResolver, SpaceResourceIdentifierResolver, AttachmentResourceIdentifierResolver, ContentEntityResourceIdentifierResolver, BlogPostResourceIdentifierResolver, SettingsManager, ResourceIdentifierMatcher) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.link.EditorLinkMarshallingStrategy
 
EditorLinkUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.link
Responsible for unmarshalling links in editor XML.
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>>, Unmarshaller<ResourceIdentifier>, Unmarshaller<ResourceIdentifier>, ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Addressable>, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.link.EditorLinkUnmarshaller
 
EditorMacroMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
 
EditorMacroMarshaller(MacroManager, List<MacroMarshaller>) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorMacroMarshaller
 
EditorMacroUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
Transform the macro definition from the XHTML received from the editor into a holding object which can then be output into different formats such as storage format.
EditorMacroUnmarshaller(XMLOutputFactory, XMLEventFactory, MacroNameAndParameterSubParser, XmlEventReaderFactory, XmlEntityExpander, HtmlToXmlConverter) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorMacroUnmarshaller
 
EditorManager - Interface in com.atlassian.confluence.plugin.editor
Factory class for getting the current editor
EditorModelToRenderedClassMapper - Class in com.atlassian.confluence.content.render.xhtml.editor
 
EditorModelToRenderedClassMapper(ModelToRenderedClassMapper) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.EditorModelToRenderedClassMapper
 
EditorModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
EditorModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.EditorModuleDescriptor
 
EditorPageLayoutConstants - Class in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts
 
EditorPageLayoutConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
EditorPageLayoutUnMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts
Transform the Page Layout 2 definition from the XHTML received from the editor into a holding object which can then be output into different formats such as storage format.
EditorPageLayoutUnMarshaller(XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutUnMarshaller
 
EditorPageResourceIdentifierMarshallerAndUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 
EditorPageResourceIdentifierMarshallerAndUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorPageResourceIdentifierMarshallerAndUnmarshaller
 
EditorPlaceholderMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.placeholder
 
EditorPlaceholderMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.placeholder.EditorPlaceholderMarshaller
 
EditorPlaceholderUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.placeholder
 
EditorPlaceholderUnmarshaller(XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.placeholder.EditorPlaceholderUnmarshaller
 
EditorSettingsAction - Class in com.atlassian.confluence.user.actions
Handles the viewing and editing of a user's Editor settings.
EditorSettingsAction() - Constructor for class com.atlassian.confluence.user.actions.EditorSettingsAction
 
EditorSettingsContextProvider - Class in com.atlassian.confluence.tinymceplugin.web
A ContextProvider for all the settings required by the editor wherever it is, which may or may not depend on the current user.
EditorSettingsContextProvider(GlobalSettingsManager, PermissionManager, UserAccessor, HeartbeatManager, MailServerExistsCriteria, LicenseService) - Constructor for class com.atlassian.confluence.tinymceplugin.web.EditorSettingsContextProvider
 
EditorShortcutResourceIdentifierMarshallerAndUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 
EditorShortcutResourceIdentifierMarshallerAndUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorShortcutResourceIdentifierMarshallerAndUnmarshaller
 
EditorSpaceResourceIdentifierMarshallerAndUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 
EditorSpaceResourceIdentifierMarshallerAndUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorSpaceResourceIdentifierMarshallerAndUnmarshaller
 
EditorTimeUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.time
Responsible for unmarshalling time in editor XML.
EditorTimeUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.time.EditorTimeUnmarshaller
 
EditorToStorageTemplateVariablesTransformer - Class in com.atlassian.confluence.plugins.templates.transformer
 
EditorToStorageTemplateVariablesTransformer(XmlOutputFactory, XmlEventReaderFactory, XMLEventFactoryProvider) - Constructor for class com.atlassian.confluence.plugins.templates.transformer.EditorToStorageTemplateVariablesTransformer
 
EditorUnidentifiedAttachmentMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.embed
Wraps a ViewUnidentifiedAttachmentMarshaller and adds extra attributes for the editor.
EditorUnidentifiedAttachmentMarshaller(StorageAttachmentResourceIdentifierMarshaller, PlaceholderUrlFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorUnidentifiedAttachmentMarshaller
 
EditorUnresolvedLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.link
 
EditorUnresolvedLinkMarshaller(XmlStreamWriterTemplate, StaxStreamMarshaller<ResourceIdentifier>, Marshaller<Link>, ModelToRenderedClassMapper) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.link.EditorUnresolvedLinkMarshaller
 
EditorUserResourceIdentifierMarshallerAndUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 
EditorUserResourceIdentifierMarshallerAndUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorUserResourceIdentifierMarshallerAndUnmarshaller
 
EditorWebPanelFunction - Class in com.atlassian.confluence.plugins.soy
A soy server function that retrieves web-panels for a given location.
EditorWebPanelFunction(DynamicWebInterfaceManager) - Constructor for class com.atlassian.confluence.plugins.soy.EditorWebPanelFunction
 
EditorXhtmlTransformer - Class in com.atlassian.confluence.content.render.xhtml.editor
Transformer editor formatted XHTML to storage format XHTML.
EditorXhtmlTransformer(XmlEventReaderFactory, FragmentTransformer) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.EditorXhtmlTransformer
 
EditPageAction - Class in com.atlassian.confluence.pages.actions
 
EditPageAction() - Constructor for class com.atlassian.confluence.pages.actions.EditPageAction
 
EditPageBean - Class in com.atlassian.confluence.util
 
EditPageBean() - Constructor for class com.atlassian.confluence.util.EditPageBean
 
EditPageTemplateAction - Class in com.atlassian.confluence.plugins.templates.actions
 
EditPageTemplateAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
EditPageTemplateDescriptionAction - Class in com.atlassian.confluence.plugins.templates.actions
Handles the editing of a PageTemplate description.
EditPageTemplateDescriptionAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateDescriptionAction
 
EditPermissionsAdministrator - Interface in com.atlassian.confluence.security.administrators
Provides the logic required by the actions to edit the permissions for both global and spaces
EditPermissionsAware - Interface in com.atlassian.confluence.security.actions
This interface is used by all actions that need to edit permissions
editRenderer - Variable in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
editRenderer - Variable in class com.atlassian.confluence.pages.actions.ViewPageAction
 
editRenderer - Variable in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
EditSiteLogoAction - Class in com.atlassian.confluence.plugins.lookandfeel
 
EditSiteLogoAction() - Constructor for class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
EDITSPACE - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpacePermissionType
 
EditSpaceAction - Class in com.atlassian.confluence.spaces.actions
 
EditSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.EditSpaceAction
 
EditSpaceEntryAction - Class in com.atlassian.confluence.spaces.actions
 
EditSpaceEntryAction() - Constructor for class com.atlassian.confluence.spaces.actions.EditSpaceEntryAction
 
EditSpaceLabelAction - Class in com.atlassian.confluence.spaces.actions
 
EditSpaceLabelAction() - Constructor for class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
 
EditSpacePermissionDefaultsAction - Class in com.atlassian.confluence.security.actions
 
EditSpacePermissionDefaultsAction() - Constructor for class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
EditSpacePermissionsAction - Class in com.atlassian.confluence.security.actions
 
EditSpacePermissionsAction() - Constructor for class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
EditSpacePermissionsAdministrator - Class in com.atlassian.confluence.impl.security.administrators
 
EditSpacePermissionsAdministrator(SpacePermissionManager, PermissionResolver, SetSpacePermissionChecker, ConfluenceUserResolver, GroupResolver) - Constructor for class com.atlassian.confluence.impl.security.administrators.EditSpacePermissionsAdministrator
 
EditStylesheetAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
EditStylesheetAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction
 
EditSummary - Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
since 7.0.1 , use Version
EditSummary(Person, Date, String, int, long) - Constructor for class com.atlassian.confluence.legacyapi.model.content.EditSummary
Deprecated.
 
EditTrustedApplicationAction - Class in com.atlassian.confluence.admin.actions.trust
An action to edit a trusted application record
EditTrustedApplicationAction() - Constructor for class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
editUser(RemoteUser) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Deprecated.
since 9.3.0 use PersonService.update(UserDetailsForUpdate) for updating the current user or PersonService.update(String, UserDetailsForUpdate) for updating another user.
editUser(String, RemoteUser) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Edits a user with the values in the given RemoteUser object
editUser(String, RemoteUser) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
editUser(String, RemoteUser) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
editUser(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
editUser(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
EditUserAction - Class in com.atlassian.confluence.user.actions
 
EditUserAction() - Constructor for class com.atlassian.confluence.user.actions.EditUserAction
 
EditUserGroupAdministrator - Interface in com.atlassian.confluence.user.administrators
 
EditUserGroupsAction - Class in com.atlassian.confluence.user.actions
 
EditUserGroupsAction() - Constructor for class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
EffectiveSpacePermissionsCalculator - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.space
Helps to calculate effective space permissions.
EffectiveSpacePermissionsCalculator() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.EffectiveSpacePermissionsCalculator
 
EhCacheCompactor - Class in com.atlassian.confluence.cache.ehcache
Handles the process of compacting EHCache caches by forcing eviction of expired elements.
EhCacheCompactor(EhCacheManager, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.cache.ehcache.EhCacheCompactor
 
EhCacheConfigFileStore - Class in com.atlassian.confluence.cache.ehcache
A file-based store of EhCache config information.
EhCacheConfigFileStore(FileStore.Path) - Constructor for class com.atlassian.confluence.cache.ehcache.EhCacheConfigFileStore
 
EhCacheConfigManager - Class in com.atlassian.confluence.cache.ehcache
Class that allows Confluence's ehcache configuration to be modified programmatically.
EhCacheConfigManager(EhCacheConfigStore, EhCacheManager) - Constructor for class com.atlassian.confluence.cache.ehcache.EhCacheConfigManager
 
EhCacheConfigStore - Interface in com.atlassian.confluence.cache.ehcache
Represents stored EhCache configuration.
EhCacheManagementConfig - Class in com.atlassian.confluence.cache.ehcache
Deprecated.
since 5.9
EhCacheManager - Class in com.atlassian.confluence.cache.ehcache
Confluence-specific implementation of CacheManager which delegates to an atlassian-cache EhCacheManager, decorating it with Confluence-specific functionality.
EhCacheManager(CacheSettingsDefaultsProvider) - Constructor for class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
EhCacheManager(ConfluenceMonitoring, CacheSettingsDefaultsProvider, CacheOperationsWhitelistService) - Constructor for class com.atlassian.confluence.cache.ehcache.EhCacheManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.3
EhCacheSettingsDefaultsProvider - Class in com.atlassian.confluence.cache.ehcache
Defaults provider to tell atlassian-cache that all ehcache caches should be local
EhCacheSettingsDefaultsProvider(CacheSettingsDefaultsProvider, EhCacheManagementConfig) - Constructor for class com.atlassian.confluence.cache.ehcache.EhCacheSettingsDefaultsProvider
 
EhCacheStatisticsEvent - Class in com.atlassian.confluence.cache.ehcache
An analytics event which contains a snapshot of the basic statistics of an ehcache.
EhCacheStatisticsManager - Class in com.atlassian.confluence.cache.ehcache
Provides CacheStatistics for EhCache.
EhCacheStatisticsManager(I18NBeanFactory, CacheManager, EhCacheSettingsDefaultsProvider, FormatSettingsManager) - Constructor for class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsManager
 
EhCacheStatisticsPublisher - Class in com.atlassian.confluence.cache.ehcache
Deprecated.
since 5.9. Don't use it since it causes ehcache stats to be held in memory indefinitely
EhCacheStatisticsPublisher(EhCacheManager, DarkFeaturesManager, EventPublisher) - Constructor for class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsPublisher
Deprecated.
 
elapse(String) - Static method in class com.atlassian.confluence.event.events.analytics.HttpRequestStats
 
elapse(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
Add elapsed time to HttpRequestStats
elapsedTime(long) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus.LongTaskBuilder
 
elapsedTime(Duration) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent.Builder
 
elapsedTime(Duration) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent.Builder
 
ELEMENT_TO_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.view.TableStylingElementTransformer
 
ElementIdCreator - Interface in com.atlassian.confluence.content.render.xhtml
Implemented by a class that can create id's for Elements suitable for use in the context of a particular ConversionContext.
elements() - Method in class com.atlassian.confluence.search.v2.summary.Excerpt
Return an Enum for all the fragments
ElementToDom4jConversionHelper - Class in com.atlassian.confluence.plugin.descriptor
 
ElementToDom4jConversionHelper() - Constructor for class com.atlassian.confluence.plugin.descriptor.ElementToDom4jConversionHelper
 
ElementTransformer - Interface in com.atlassian.confluence.content.render.xhtml
An interface implemented by an object that will handle a StartElement or EndElement and transform it in some manner.
ElementTransformingFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.transformers
A FragmentTransformer that can be configured to transform individual Elements it reads.
ElementTransformingFragmentTransformer(List<ElementTransformer>, Set<QName>) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.ElementTransformingFragmentTransformer
 
ElementTransformingXmlEventReader - Class in com.atlassian.confluence.content.render.xhtml
An XMLEventReader that can be configured with multiple ElementTransformers potentially changing the start and end elements returned by the reader.
ElementTransformingXmlEventReader(XMLEventReader, List<ElementTransformer>) - Constructor for class com.atlassian.confluence.content.render.xhtml.ElementTransformingXmlEventReader
 
ELEVATED_SECURITY_FAILURE - Static variable in class com.atlassian.confluence.security.seraph.ConfluenceElevatedSecurityGuard
 
ElisionTokenFilterProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
Provides elision token filter.
ElisionTokenFilterProvider(List<String>) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.ElisionTokenFilterProvider
 
Ellipsis() - Constructor for class com.atlassian.confluence.search.v2.summary.Summary.Ellipsis
Constructs an ellipsis fragment for the given text.
ELLIPSIS - Static variable in class com.atlassian.confluence.util.VelocityUtil
 
email - Variable in class com.atlassian.confluence.user.actions.CreateUserAction
 
email(String) - Method in class com.atlassian.confluence.api.model.people.KnownUser.Builder
 
email(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation.UserDetailsForCreationBuilder
 
EMAIL - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Used when rendering is occurring in a notification, such as one received via email by "Watch"ing a Confluence page
EMAIL - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.MarshallingType
 
EMAIL - Enum constant in enum class com.atlassian.confluence.search.v2.sort.UserAttributeSort.UserAttribute
Deprecated.
 
EMAIL - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
EMAIL_ADDRESS_MASKED - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
EMAIL_ADDRESS_PRIVATE - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
EMAIL_ADDRESS_PUBLIC - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
EMAIL_FROMNAME_DEFAULT - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
emailAddress(String) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
EmailAddressPublicCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
EmailAddressPublicCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.EmailAddressPublicCondition
 
EmailContextBuilder - Class in com.atlassian.confluence.user.notifications
Creates some common Email context entries.
EmailContextBuilder(SettingsManager) - Constructor for class com.atlassian.confluence.user.notifications.EmailContextBuilder
 
emailFilter - Variable in class com.atlassian.confluence.user.UserPickerFilter
 
EmailLikeCreatedBatchingSectionProvider - Class in com.atlassian.confluence.plugins.like.notifications.batch
 
EmailLikeCreatedBatchingSectionProvider(I18nResolver, UserNotificationPreferencesManager, ContentService, Excerpter) - Constructor for class com.atlassian.confluence.plugins.like.notifications.batch.EmailLikeCreatedBatchingSectionProvider
 
EmailService - Interface in com.atlassian.confluence.user.notifications
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4 use DispatchService
emailTerm(String) - Method in class com.atlassian.confluence.internal.user.UserSearchRequestBuilder
 
EMBEDDED - Enum constant in enum class com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
type="embedded" is used to expose resources over a medium that requires embedding of images, such as emails.
EMBEDDED_IMAGE_ALIGN_CLASS_PREFIX - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
EMBEDDED_IMAGE_BORDER_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
EMBEDDED_IMAGE_CAPTION_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
EMBEDDED_IMAGE_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
EMBEDDED_IMAGE_QUERY_PARAMS - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
EMBEDDED_THUMBNAIL_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
EmbeddedApacheDS - Class in com.atlassian.confluence.test.apacheds
An implementation of ApacheDS which manages a locally embedded LdapServer.
EmbeddedApacheDS() - Constructor for class com.atlassian.confluence.test.apacheds.EmbeddedApacheDS
 
EmbeddedApacheDS.LdapServerBindException - Exception in com.atlassian.confluence.test.apacheds
 
EmbeddedCrowdAddGroupExternalIdUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Adds hibernate mapping for externalId property of InternalGroup or rather logs that the crowd schema got updated, because Hibernate should take care of updating things for us
EmbeddedCrowdAddGroupExternalIdUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAddGroupExternalIdUpgradeTask
 
EmbeddedCrowdAuthenticator - Class in com.atlassian.crowd.embedded.atlassianuser
Deprecated.
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
EmbeddedCrowdAuthenticator(RepositoryIdentifier, CrowdService) - Constructor for class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdAuthenticator
Deprecated.
 
EmbeddedCrowdBootstrap - Class in com.atlassian.confluence.user.crowd
Provides convenient methods to create the crowd application and internal directory optionally if one isn't found.
EmbeddedCrowdBootstrap() - Constructor for class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
 
EmbeddedCrowdEntityQueryParser - Class in com.atlassian.crowd.embedded.atlassianuser
Deprecated.
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
EmbeddedCrowdEntityQueryParser(RepositoryIdentifier, CrowdService) - Constructor for class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdEntityQueryParser
Deprecated.
 
EmbeddedCrowdGroup - Class in com.atlassian.crowd.embedded.atlassianuser
Deprecated.
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
EmbeddedCrowdGroupManager - Class in com.atlassian.crowd.embedded.atlassianuser
Deprecated.
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
EmbeddedCrowdGroupManager(RepositoryIdentifier, CrowdService) - Constructor for class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
EmbeddedCrowdGroupManager.Queries - Class in com.atlassian.crowd.embedded.atlassianuser
Deprecated.
 
EmbeddedCrowdInternalGroupManager - Class in com.atlassian.crowd.embedded.atlassianuser
 
EmbeddedCrowdInternalGroupManager(RepositoryIdentifier, CrowdService) - Constructor for class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdInternalGroupManager
 
EmbeddedCrowdPropertySetFactory - Class in com.atlassian.crowd.embedded.atlassianuser
Deprecated.
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
EmbeddedCrowdPropertySetFactory(CrowdService, HibernateConfigurationProvider) - Constructor for class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdPropertySetFactory
Deprecated.
 
EmbeddedCrowdSchemaUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Adds required multi-column unique constraints to the Crowd database tables
EmbeddedCrowdSchemaUpgradeTask(SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdSchemaUpgradeTask
 
EmbeddedCrowdUser - Class in com.atlassian.crowd.embedded.atlassianuser
Deprecated.
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
EmbeddedCrowdUser(long, String, String, String) - Constructor for class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
Constructs a new active EmbeddedCrowdUser with the specified properties.
EmbeddedCrowdUser(long, String, String, String, boolean) - Constructor for class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
Constructs a new EmbeddedCrowdUser with the specified properties.
EmbeddedCrowdUser(User) - Constructor for class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
Constructs a new Embedded Crowd user with a copy of the properties from the provided user.
EmbeddedCrowdUserManager - Class in com.atlassian.crowd.embedded.atlassianuser
Deprecated.
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
EmbeddedCrowdUserManager(RepositoryIdentifier, CrowdService, CrowdDirectoryService) - Constructor for class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
EmbeddedDatabaseManager - Interface in com.atlassian.confluence.impl.hibernate
 
embeddedDatabaseName() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
embeddedImage - Variable in class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
 
EmbeddedImage - Class in com.atlassian.confluence.tinymceplugin.rest
 
EmbeddedImage - Interface in com.atlassian.confluence.xhtml.api
Represents an embedded resource.
EmbeddedImage(EditorFormatService, ContentEntityManager) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.EmbeddedImage
 
EmbeddedImageConstants - Class in com.atlassian.confluence.content.render.xhtml
 
EmbeddedImageConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
EmbeddedImageLinkBody - Class in com.atlassian.confluence.xhtml.api
A LinkBody representing an EmbeddedImage.
EmbeddedImageLinkBody(EmbeddedImage) - Constructor for class com.atlassian.confluence.xhtml.api.EmbeddedImageLinkBody
 
EmbeddedImageMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.embed
 
EmbeddedImageMarshaller(XmlStreamWriterTemplate, AttachedImageMarshaller) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.EmbeddedImageMarshaller
 
EmbeddedImagePlaceholderRequest - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
EmbeddedImagePlaceholderRequest() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
EmbeddedImageTagWriter - Interface in com.atlassian.confluence.content.render.xhtml.view.embed
Writes out the tag or tags for an EmbeddedImage.
EmbeddedObject - Class in com.atlassian.confluence.renderer.embedded
Represents an object to be embedded onto a page
EmbeddedObject(Attachment, Map<String, Object>) - Constructor for class com.atlassian.confluence.renderer.embedded.EmbeddedObject
 
EmbeddedResourceRenderer - Interface in com.atlassian.confluence.renderer.embedded
Interface for embedded resource renderers.
EmbeddedResourceRendererManager - Interface in com.atlassian.confluence.renderer.embedded
 
EmbeddedResourceRendererModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.embedded
 
EmbeddedResourceRendererModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.embedded.EmbeddedResourceRendererModuleDescriptor
 
EmbeddedResourceResolver - Interface in com.atlassian.confluence.content.render.xhtml.migration
Interface to represent the concern of resolving of a v2 embedded resource into a persistent Attachment object.
EmbeddedResourceUtils - Class in com.atlassian.confluence.renderer.embedded
 
EmbeddedResourceUtils() - Constructor for class com.atlassian.confluence.renderer.embedded.EmbeddedResourceUtils
 
EmbeddedWrapperAttributeWriter - Class in com.atlassian.confluence.content.render.xhtml.view.embed
 
EmbeddedWrapperAttributeWriter(XMLStreamWriter) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.EmbeddedWrapperAttributeWriter
 
Emoticon - Enum Class in com.atlassian.confluence.content.render.xhtml.model.inline
Emoticons are represented explicitly in Confluence storage format.
EMOTICON_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inline.StorageEmoticonUnmarshaller
 
EMOTICON_KEY_PREFIX - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.inline.EditorEmoticonMarshaller
 
EmoticonDisplayMapper - Interface in com.atlassian.confluence.content.render.xhtml.editor.inline
Describes a component responsible for mapping an emoticon to data suitable for display.
empty() - Static method in class com.atlassian.confluence.content.render.xhtml.Streamables
Create an empty streamable that will do nothing when its writeTo() method is called.
empty() - Static method in class com.atlassian.confluence.core.PartialList
 
empty() - Static method in interface com.atlassian.confluence.impl.cache.hazelcast.HibernateManagedRegionCacheLookup
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.4 no replacement
empty() - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
empty() - Static method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentTextExtraction
 
empty() - Static method in class com.atlassian.confluence.legacyapi.model.PartialList
Deprecated.
 
empty(boolean) - Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
empty(boolean, LimitedRequest) - Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
empty(boolean, PageRequest) - Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
empty(Class<T>) - Static method in class com.atlassian.confluence.api.model.reference.Reference
Create an empty reference to the given class.
EMPTY - Static variable in class com.atlassian.confluence.api.model.Expansions
 
EMPTY - Static variable in class com.atlassian.confluence.api.model.search.SearchContext
 
EMPTY - Static variable in class com.atlassian.confluence.content.render.image.ImageDimensions
 
EMPTY - Static variable in class com.atlassian.confluence.internal.search.v2.lucene.TopDocuments
 
EMPTY - Static variable in class com.atlassian.confluence.legacyapi.service.Expansions
Deprecated.
 
EMPTY - Static variable in interface com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider
 
EMPTY_ATTACHMENT_CURSOR - Static variable in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
EMPTY_BLOGPOST_CURSOR - Static variable in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
EMPTY_BLOGPOST_CURSOR_PREV - Static variable in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
EMPTY_COMMENT_CURSOR - Static variable in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
EMPTY_CONTEXT_PROVIDER - Static variable in interface com.atlassian.confluence.content.service.page.CreateContextProvider
 
EMPTY_CURSOR - Static variable in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
EMPTY_CURSOR - Static variable in class com.atlassian.confluence.api.model.pagination.SpaceCursor
 
EMPTY_CURSOR_PREV - Static variable in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
EMPTY_JAR_SET - Static variable in class com.atlassian.confluence.util.classpath.JarSet
 
EMPTY_LIST_ITEM_ID - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
EMPTY_RESULTS - Static variable in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResults
Deprecated.
 
EMPTY_RESULTS - Static variable in class com.atlassian.confluence.search.v2.DefaultSearchResults
 
EMPTY_TASK_BODY_STYLE_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
emptyBody(ContentRepresentation, Reference<Content>) - Static method in class com.atlassian.confluence.api.model.content.ContentBody
 
EmptyBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
EmptyBreadcrumb() - Constructor for class com.atlassian.confluence.util.breadcrumbs.EmptyBreadcrumb
 
EmptyClusterInformation - Class in com.atlassian.confluence.cluster
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
EmptyClusterInformation() - Constructor for class com.atlassian.confluence.cluster.EmptyClusterInformation
Deprecated.
 
EmptyDocIdSet - Class in com.atlassian.confluence.impl.search.v2.lucene
Copied from DocIdSet's EMPTY_DOCIDSET constant (lucene 4.3 version).
EmptyDocIdSet() - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.EmptyDocIdSet
 
emptyElement(QName, XMLAttributes, Augmentations) - Method in class com.atlassian.confluence.content.render.xhtml.IllegalAttributeFilter
 
emptyElement(QName, XMLAttributes, Augmentations) - Method in class com.atlassian.confluence.content.render.xhtml.XmlAttributeEncodingFilter
 
EmptyLicenseValidationException - Exception in com.atlassian.confluence.license.exception
 
EmptyLicenseValidationException() - Constructor for exception com.atlassian.confluence.license.exception.EmptyLicenseValidationException
 
EmptyLicenseValidationExceptionHandler - Class in com.atlassian.confluence.license.exception.handler
 
EmptyLicenseValidationExceptionHandler(I18NBean) - Constructor for class com.atlassian.confluence.license.exception.handler.EmptyLicenseValidationExceptionHandler
 
EmptyLink - Class in com.atlassian.confluence.content.render.xhtml.model.links
Represents a link with no link text.
EmptyLink(Link) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.links.EmptyLink
 
EmptyLinkBodyException - Exception in com.atlassian.confluence.content.render.xhtml.editor.link
 
EmptyLinkBodyException() - Constructor for exception com.atlassian.confluence.content.render.xhtml.editor.link.EmptyLinkBodyException
 
emptyList() - Static method in class com.atlassian.confluence.importexport.ChainedImportedObjectPreProcessor
Deprecated.
 
EmptyPluginPersistentState - Class in com.atlassian.confluence.plugin
Represents plugin state that is never persisted.
EmptyPluginPersistentState() - Constructor for class com.atlassian.confluence.plugin.EmptyPluginPersistentState
 
EmptyPluginStateStore - Class in com.atlassian.confluence.plugin
This class is used during bootstrap, and contains no configuration -- all plugins will be in their default state.
EmptyPluginStateStore() - Constructor for class com.atlassian.confluence.plugin.EmptyPluginStateStore
 
EmptyPostExportAction - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
 
EmptyPostExportAction() - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.EmptyPostExportAction
 
emptyTrash(Space) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
emptyTrash(Space) - Method in interface com.atlassian.confluence.pages.TrashManager
Purge all of the trash in a given space.
emptyTrash(String) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
emptyTrash(String) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Purge all the trash in a given space.
emptyTrash(String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Purge all the trash in a given space.
emptyTrash(String) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
emptyTrash(String) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
emptyTrash(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
since 9.2.5, use SpaceService.emptyTrash(String) instead
emptyTrash(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
emptyTrash(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
emptyTrash(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
emptyTrash(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
EmptyTrashAction - Class in com.atlassian.confluence.pages.actions
 
EmptyTrashAction() - Constructor for class com.atlassian.confluence.pages.actions.EmptyTrashAction
 
emptyWhitelist() - Static method in class com.atlassian.confluence.content.render.xhtml.view.macro.MacroAsyncRenderWhitelist
 
enable() - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResource
 
enable(JobId) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
enable(JobId) - Method in interface com.atlassian.confluence.schedule.managers.ScheduledJobManager
Enables the specified job, and adds it to the scheduler.
enable(JobId) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
enable(String) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
enable(String) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
enable(String) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Enable the given User identified by username.
enable(String) - Method in class com.atlassian.confluence.functest.rest.admin.log.LogCaptor
 
enable(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminUserResource
 
enable(String) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Enable the given User identified by username.
enable(String) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
ENABLE - Enum constant in enum class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent.SpaceLogoActions
 
ENABLE - Enum constant in enum class com.atlassian.confluence.schedule.audit.AuditingAction
 
ENABLE_LUCENE_QUERY_EXPLAIN - Static variable in interface com.atlassian.confluence.search.v2.ISearch
 
enableCaptcha(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
enableCaptcha(String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the captcha mode
enableCaptcha(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
enableCaptchaDebugMode(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
enableCaptchaDebugMode(String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the captcha mode into debug mode.
enableCaptchaDebugMode(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
enableClustering() - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastClusterMonitoring
 
enableClustering() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterMonitoring
 
enableConfirmedUser(User) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
enableConfirmedUser(User) - Method in interface com.atlassian.confluence.user.SignupManager
Enable previously disabled user who signed up and confirmed their email.
enableContentService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
enableCpuTiming() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
enableCpuTiming() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
Enable capturing CPU timing.
enabled() - Method in class com.atlassian.confluence.content.ContentTypeModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.LuceneSearcherInitialisationModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.impl.search.contentnames.ContentNameSearchSectionsProviderModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.impl.setup.LifecyclePluginModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.AttachmentTextExtractorModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.BulkExtractorModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.CommandCreatorModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.ComponentModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.ContentNameSearchSectionSpecModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.EditorModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.embedded.EmbeddedResourceRendererModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.Extractor2ModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.FieldMappingsProviderModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.ListenerModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.NoOpModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.PathConverterModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.PermissionOverrideExtensionDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.SearchDecoratorModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.SpringComponentModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.StrutsModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.TransformerModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.TranslationTransformModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.UserMacroModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.VelocityContextItemModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.xhtml.MacroMigrationModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.descriptor.XStreamSecurityModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
enabled() - Method in class com.atlassian.confluence.plugins.analytics.jobs.PeriodicEventSupplierModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugins.contentproperty.index.config.ContentPropertyIndexSchemaModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.EdgeTypeModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.plugins.scheduler.spi.descriptor.JobConfigModuleDescriptor
Plugins with unmanaged jobs must wait till application is started before being scheduled.
enabled() - Method in class com.atlassian.confluence.renderer.plugin.ConfluenceRendererComponentModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.renderer.template.TemplateRendererModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.rss.FeedCustomContentTypeModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.rss.FeedSupportModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.search.plugin.SiteSearchPluginModuleDescriptor
 
enabled() - Method in class com.atlassian.confluence.test.rpc.EventQueueFettler
 
enabled() - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
enabled(Class<T>) - Method in class com.atlassian.confluence.plugin.module.PluginModuleHolder
Changes the state of the module to enabled.
enabled(String) - Static method in class com.atlassian.confluence.cluster.ZduStatus
 
ENABLED - Enum constant in enum class com.atlassian.confluence.cluster.ZduStatus.State
The cluster may have mixed bugfix versions
ENABLED - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.CollaborativeEditingMode
 
ENABLED - Enum constant in enum class com.atlassian.confluence.user.crowd.DirectoryState
 
ENABLED_SYSPROP - Static variable in class com.atlassian.confluence.impl.logging.LogMessageRecordingAppender
 
enableDailyReportNotification(String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
enableDailyReportNotification(String, String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the Daily Report email for a user to enabled or disabled.
enableDailyReportNotification(String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
EnabledContentTypeSupplier - Class in com.atlassian.confluence.impl.search.v2.searchfilter
 
EnabledContentTypeSupplier(PluginAccessor) - Constructor for class com.atlassian.confluence.impl.search.v2.searchfilter.EnabledContentTypeSupplier
 
EnabledCustomContentTypesQuery - Class in com.atlassian.confluence.search.v2.query
A V2 SearchQuery implementation which only finds custom content which have been enabled, or non-custom content.
EnabledCustomContentTypesQuery(PluginAccessor) - Constructor for class com.atlassian.confluence.search.v2.query.EnabledCustomContentTypesQuery
 
EnabledCustomContentTypesQuery(Supplier<Set<String>>) - Constructor for class com.atlassian.confluence.search.v2.query.EnabledCustomContentTypesQuery
 
enableElevatedSecurityCheck(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
enableElevatedSecurityCheck(String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
enableElevatedSecurityCheck(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
enableFeatureForAllUsers(String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
enableFeatureForAllUsers(String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
enableFeatureForCurrentUser(String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
enableFeatureForCurrentUser(String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
enableFeatureForUser(UserKey, String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
enableFeatureForUser(UserKey, String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
enableFeatures(String) - Method in class com.atlassian.confluence.darkfeatures.rest.DarkFeatureSiteResource
Deprecated.
since 5.6. Use the POST.
enableFeatures(String) - Method in class com.atlassian.confluence.darkfeatures.rest.DarkFeatureUserResource
Deprecated.
since 5.6. Use the POST.
enableFeatures(String[]) - Method in class com.atlassian.confluence.darkfeatures.rest.DarkFeatureSiteResource
 
enableFeatures(String[]) - Method in class com.atlassian.confluence.darkfeatures.rest.DarkFeatureUserResource
 
enableGlobalAnonymousAccess() - Method in class com.atlassian.integrationtest.utils.ItStateManager
Enables global anonymous access to Confluence, see ConfluenceAccessManager
enableGlobalUnlicensedAuthenticatedAccess() - Method in class com.atlassian.integrationtest.utils.ItStateManager
Enables global unlicensed access to Confluence, see ConfluenceAccessManager
enableHibernateMonitoring() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
enableHibernateMonitoring() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
Enables Hibernate monitoring.
enableJob() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.JobAction
 
enableJob(JobId) - Method in interface com.atlassian.confluence.impl.schedule.managers.ScheduledJobNodeManager
Enable job on this node only.
enableJob(JobId) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
enableJob(JobId) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
enableLog(String) - Method in class com.atlassian.confluence.functest.rest.admin.LoggingResource
 
enableLogCollection() - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.HibernateSqlCollector
 
enableLogCollection() - Method in class com.atlassian.confluence.functest.rest.admin.SqlCaptureResource
 
enableMonitoring() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
enableMonitoring() - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
enableMonitoring() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
Enables monitoring.
enableMonitoring() - Method in interface com.atlassian.confluence.util.profiling.ControllableInstrumentRegistry
Enables monitoring.
enableNestedGroups(boolean) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
enablePlugin(String) - Method in class com.atlassian.confluence.functest.rest.admin.PluginResource
 
enablePlugin(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
enablePlugin(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use PluginsRpc in test client code.
enablePlugin(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use PluginsRpc in test client code.
enablePluginModule(String) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
enablePluginModule(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PluginResource
 
enablePluginModule(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
enablePluginModule(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use PluginsRpc in test client code.
enablePluginModule(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use PluginsRpc in test client code.
enablePlugins() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
Enable interfering plugins after restore finished.
enablePlugins(String...) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
enablePublicSignUp(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
enablePublicSignUp(String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the public sign up enabled status
enablePublicSignUp(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
enableReadOnlyAccessExemption() - Static method in class com.atlassian.confluence.internal.accessmode.ThreadLocalReadOnlyAccessCacheInternal
 
enableScheduling() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
enableSecureProperties(ApplicationConfiguration) - Static method in class com.atlassian.confluence.impl.setup.ConfluenceApplicationConfig
A method to enable the secret service
enableService() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
Enables the service.
enableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
Enables the service.
enableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
enableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
enableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.BaseOracleDdlHelper
 
enableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
enableService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
enableSiteFeature(String) - Method in class com.atlassian.confluence.impl.feature.BandanaSiteDarkFeaturesDao
 
enableSiteFeature(String) - Method in class com.atlassian.confluence.impl.feature.CachingSiteDarkFeaturesDao
 
enableSiteFeature(String) - Method in interface com.atlassian.confluence.impl.feature.SiteDarkFeaturesDao
 
enableSiteFeature(String) - Method in interface com.atlassian.confluence.setup.settings.DarkFeaturesManager
 
enableSiteFeature(String) - Method in class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
 
enableSiteFeature(String) - Method in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
 
enableSiteFeature(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
enableSiteFeature(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use the REST resource.
enableSiteFeature(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use the REST resource.
enableSpaceService() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
EnableTask - Class in com.atlassian.confluence.plugins.synchrony.tasks
 
EnableTask(SynchronyConfigurationManager, SynchronyProcessManager, SynchronyMonitor, CacheManager, SynchronyConfigTaskTracker, EventPublisher, PageManager, CollaborativeEditingModeDuration) - Constructor for class com.atlassian.confluence.plugins.synchrony.tasks.EnableTask
 
enableTemporaryPermissionExemption() - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
enableUnlicensedAuthenticatedAccessForSpace(String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
enableUser(User) - Method in class com.atlassian.confluence.user.crowd.CrowdDisabledUserManager
 
enableUser(User) - Method in interface com.atlassian.confluence.user.DisabledUserManager
Enables the specified user.
enableUserFeature(ConfluenceUser, String) - Method in interface com.atlassian.confluence.setup.settings.DarkFeaturesManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3. Per user dark features are no longer supported
enableUserFeature(ConfluenceUser, String) - Method in class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
 
enableUserFeature(ConfluenceUser, String) - Method in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
 
enableUserFeature(String) - Method in interface com.atlassian.confluence.setup.settings.DarkFeaturesManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3. Per user dark features are no longer supported
enableUserFeature(String) - Method in class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
 
enableUserFeature(String) - Method in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
 
enableUserFeature(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
enableUserFeature(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use the REST resource.
enableUserFeature(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use the REST resource.
enableWebSudo(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
enableWebSudo(String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the web sudo enabled status
enableWebSudo(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
encode(String) - Static method in class com.atlassian.confluence.api.model.Expansions
Encode expand string to a format that conforms com.atlassian.plugins.rest.common.expand.parameter.DefaultExpandParameter.ExpandKey Replace colon to __ and everything except colon, underscore and a-zA-Z0-9 to _ for expand key Remove everything except 0-9, :, -, | for indexes
encode(String) - Static method in class com.atlassian.confluence.mail.embed.MimeBodyPartDataSource
Plugin datasources often include : as a separator, e.g.
encode(String) - Method in interface com.atlassian.confluence.plugins.opensearch.encoder.Encoder
 
encode(String) - Method in class com.atlassian.confluence.plugins.opensearch.encoder.HtmlEncoder
 
encode(String) - Method in class com.atlassian.confluence.plugins.opensearch.encoder.NoOpEncoder
 
encode(String, String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem.EncodeUtil
Deprecated.
 
encode(String, String) - Static method in class com.atlassian.confluence.util.CompleteURLEncoder
encode(String, Charset) - Static method in class com.atlassian.confluence.util.CompleteURLEncoder
 
encodeClusterSize(int) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
encodeHtmlEntities(Object...) - Static method in class com.atlassian.confluence.util.PlainTextToHtmlConverter
Encodes the angle brackets, ampersands, and quotation marks in all the input items as HTML entities.
encodeHtmlEntities(String) - Static method in class com.atlassian.confluence.util.PlainTextToHtmlConverter
Encodes the angle brackets, ampersands, and quotation marks in the input as HTML entities.
encodeHtmlEntities(String...) - Static method in class com.atlassian.confluence.util.PlainTextToHtmlConverter
Encodes the angle brackets, ampersands, and quotation marks in all the input items as HTML entities.
encodeKey(Key) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
Encode a Key in string form for storage as a database CLOB field
encodeNormValue(float, int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
The default implementation encodes boost / sqrt(length) with SmallFloat.floatToByte315(float).
Encoder - Interface in com.atlassian.confluence.plugins.opensearch.encoder
Encoder used in OpenSearchSearchResult
encodeText(String) - Method in class com.atlassian.confluence.impl.search.summary.HtmlEncoder
 
encodeText(String) - Method in class com.atlassian.confluence.impl.search.summary.NoOpEncoder
 
EncodingTestAction - Class in com.atlassian.confluence.admin.actions.debug
 
EncodingTestAction() - Constructor for class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
EncodingVelocityResult - Class in com.atlassian.confluence.setup.struts
Struts Velocity result that adds automatic HTML entity encoding support to the result context if the final content type is "text/html".
EncodingVelocityResult() - Constructor for class com.atlassian.confluence.setup.struts.EncodingVelocityResult
 
EncryptionSettingsImpl - Class in com.atlassian.confluence.impl.user.crowd
 
EncryptionSettingsImpl(ApplicationProperties, Supplier<BandanaManager>) - Constructor for class com.atlassian.confluence.impl.user.crowd.EncryptionSettingsImpl
 
end() - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.AnalyzerFilter
 
end(ProgressMonitor.Task, Object...) - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceProgressMonitor
 
end(Object...) - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceProgressMonitor
 
END_TAG - Enum constant in enum class com.atlassian.confluence.impl.content.duplicatetags.internal.Node.Type
 
endAfter() - Method in class com.atlassian.confluence.util.test.timing.TestTimer
 
endBackup() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
endBefore() - Method in class com.atlassian.confluence.util.test.timing.TestTimer
 
endDatabaseInformationBackup() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
endDatabaseInformationRestore() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
endElement(String, String, String) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.BackupParser
Deprecated.
 
endElement(String, String, String) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
ENDPOINT - Static variable in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity
 
endRequest() - Method in class com.atlassian.confluence.jmx.RequestMetrics
 
endRestore() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
endTableBackup(String) - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
endTableCreationRestore(String) - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
endTableDataRestore(String) - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
endTableDefinitionsBackup() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
endTableDefinitionsRestore() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
endTableRowRestore() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
endTablesBackup() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
endTablesRestore() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
endTest() - Method in class com.atlassian.confluence.util.test.timing.TestTimer
 
endTestMethod() - Method in class com.atlassian.confluence.util.test.timing.TestTimer
 
endUpgrade() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusteredZduManager
 
endUpgrade() - Method in interface com.atlassian.confluence.cluster.ZduManager
End an upgrade.
endUpgrade() - Method in class com.atlassian.confluence.impl.cluster.DefaultZduManager
 
enforce(ConfluenceUser, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.security.enforcer.AccessEnforcer
 
enforce(ConfluenceUser, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.security.enforcer.ParameterEnforcer
 
enforce(ConfluenceUser, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.security.enforcer.WebSudoEnforcer
 
enforce(ConfluenceUser, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.security.enforcer.XsrfTokenEnforcer
 
enforce(ConfluenceUser, HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.confluence.impl.webapp.security.SecurityEnforcer
enforceWebSudoProtection(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
enforceWebSudoProtection(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
 
enforceWebSudoProtection(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.confluence.websudo.ConfluenceWebSudoManager
 
ENGLISH - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
ENGLISH - Static variable in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 6.9.0
EnglishAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene
 
EnglishAnalyzer() - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.EnglishAnalyzer
Deprecated.
since 5.2. Use EnglishAnalyzer(Version) instead.
EnglishAnalyzer(Version) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.EnglishAnalyzer
 
EnglishAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
English language analyzer provider
EnglishAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.EnglishAnalyzerProvider
 
EnglishAuditResourceTypes - Class in com.atlassian.confluence.impl.audit
The implementation of StandardAuditResourceTypes which uses English names.
EnglishAuditResourceTypes(I18NBeanFactory) - Constructor for class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
EnhancedServletModuleManagerWrapper - Class in com.atlassian.confluence.plugin.servlet.filter
Confluence override version of ServletModuleManager which will wrap all DelegatingPluginFilter for access checking
EnhancedServletModuleManagerWrapper(AnnotatedPermitChecker, ServletModuleManager) - Constructor for class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
enqueue(JournalEntry) - Method in interface com.atlassian.confluence.api.service.journal.JournalService
Adds the given entry to a journal.
enqueue(JournalEntry) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalService
 
enqueue(JournalEntry) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
enqueue(JournalEntry) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
enqueue(JournalEntry) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Adds the given entry to a journal.
enqueue(JournalEntry) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Adds the given entry to a journal.
enqueue(Collection<JournalEntry>) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
enqueue(Collection<JournalEntry>) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
enqueue(Collection<JournalEntry>) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Adds a collection of given entries to a journal.
enqueue(Collection<JournalEntry>) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Adds a collection of entries to a journal.
enqueue(SystemMaintenanceTask) - Method in class com.atlassian.confluence.impl.system.JournalSystemMaintenanceTaskQueue
 
enqueue(SystemMaintenanceTask) - Method in interface com.atlassian.confluence.impl.system.SystemMaintenanceTaskQueue
Add a new task to this queue.
enqueue(IndexTaskType, ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskQueue
Add a new task to this queue.
enqueue(IndexTaskType, ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.JournalEdgeIndexTaskQueue
 
enqueue(IndexTaskType, Edge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskQueue
Add a new task to this queue.
enqueue(IndexTaskType, Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.JournalEdgeIndexTaskQueue
 
enqueue(IndexTaskType, RebuildIndexTask.RebuildIndexParams) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskQueue
Adds a RebuildIndexTask to the the queue
enqueue(IndexTaskType, RebuildIndexTask.RebuildIndexParams) - Method in class com.atlassian.confluence.plugins.edgeindex.JournalEdgeIndexTaskQueue
 
enqueue(String, String, JournalMessage) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
 
enqueue(T) - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
enqueue(T) - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
enqueue(T) - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
enqueue(T) - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Add a new task to this queue.
enqueueAll(Collection<T>) - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
enqueueAll(Collection<T>) - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
enqueueAll(Collection<T>) - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
enqueueAll(Collection<T>) - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Add a collection of tasks to this queue.
enqueueForContentManagement(SingleSubscriptionPerJournalIdentifier, String, JournalMessage) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
 
enqueueForContentManagement(SingleSubscriptionPerJournalIdentifier, String, JournalMessage) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.ContentCommandSupport
Enqueue for content management incremental sync
enqueueForGlobalPermission(String, JournalMessage) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
 
enqueueForGlobalPermission(String, JournalMessage) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.GlobalPermissionCommandSupport
Enqueue Global Permission
enqueueForUserManagement(String, JournalMessage) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
 
enqueueForUserManagement(String, JournalMessage) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.UserGroupCommandSupport
 
enqueueJob(JobId, Date) - Method in class com.atlassian.confluence.impl.schedule.caesium.ConfluenceSchedulerService
 
enrich(RestEntity, SchemaType) - Method in interface com.atlassian.confluence.plugins.restapi.enrich.EntityEnricher
 
enrich(RestEntity, SchemaType) - Method in class com.atlassian.confluence.plugins.restapi.enrich.model.ContentEnricher
 
enrich(RestEntity, SchemaType) - Method in class com.atlassian.confluence.plugins.restapi.enrich.model.SpaceEnricher
 
enrich(RestEntity, SchemaType) - Method in class com.atlassian.confluence.plugins.restapi.enrich.documentation.RequestEntityEnricher
 
enrich(RestList, SchemaType) - Method in interface com.atlassian.confluence.plugins.restapi.enrich.CollectionEnricher
 
enrich(RestList, SchemaType) - Method in class com.atlassian.confluence.plugins.restapi.enrich.model.RestListLinkEnricher
 
EnrichableMap<K,V> - Class in com.atlassian.confluence.api.model.reference
A map with the RestEnrichable annotation, indicating that this map should be converted to a RestEntity and enriched by the REST stack.
EnrichedMapDeserializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Deserializes maps that have been enriched with extra properties such as _links and _expandable.
EnrichedMapDeserializer(JavaType, BeanDescription, MapDeserializer) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.EnrichedMapDeserializer
 
EnrichedMapDeserializer(JavaType, ValueInstantiator, KeyDeserializer, JsonDeserializer<Object>, TypeDeserializer) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.EnrichedMapDeserializer
 
enrichElements(List<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment.AllowedOperationsEnrichment
 
enrichElements(List<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment.AttributesEnrichment
 
enrichElements(List<EntityObjectReadyForExport>) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment.ExportObjectsEnrichment
Adds additional data such as collections or properties to the exported elements
enrichElements(List<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment.UserEmailEnrichment
 
EnricherResourceFilter - Class in com.atlassian.confluence.plugins.restapi.filters
 
EnricherResourceFilter(RestEntityEnrichmentManager) - Constructor for class com.atlassian.confluence.plugins.restapi.filters.EnricherResourceFilter
 
enrichLinks(RestObject, SchemaType) - Method in class com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher
Removes the "links" Map<LinkType,Link> from a RestObject and replaces it with a "_links" Map<String,String> containing the same set of urls.
EnrichmentExtension - Class in com.atlassian.confluence.plugins.graphql.extensions
Extends the graph-ql type system with enrichment functionality from ApiRestEntityFactory.
EnrichmentExtension(ApiRestEntityFactory) - Constructor for class com.atlassian.confluence.plugins.graphql.extensions.EnrichmentExtension
 
enrichPagedResponse(Class<?>, ResponseDoc, OpenAPI, Operation, MediaType, Class<?>, Map<String, Schema>) - Method in class com.atlassian.confluence.swagger.enricher.ConfluenceResponseDocEnricher
 
enrichRequest(Object) - Static method in class com.atlassian.confluence.plugins.restapi.enrich.StaticEnricherFilter
 
enrichResponse(Object) - Static method in class com.atlassian.confluence.plugins.restapi.enrich.StaticEnricherFilter
 
enrichResponse(List<T>) - Static method in class com.atlassian.confluence.plugins.restapi.enrich.StaticEnricherFilter
 
enrichResponse(Map) - Static method in class com.atlassian.confluence.plugins.restapi.enrich.StaticEnricherFilter
 
enrichWithLink(RestObject, String, String, SchemaType) - Method in class com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher
Adds a link to an immutable _links map, creating the map if it doesn't already exist.
ensureApplicationExists() - Method in class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
If not application entry is found, create one.
ensureAttachmentBelongsToContent(Attachment) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
ensureDatabaseStarted() - Method in interface com.atlassian.confluence.impl.hibernate.EmbeddedDatabaseManager
Ensure that the embedded database has been started and configured.
ensureDatabaseStarted() - Method in class com.atlassian.confluence.impl.hibernate.H2DatabaseManager
 
ensureDirectoryCreated(File) - Method in class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
 
ensureExists() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager
Create an index on OpenSearch based on the provided settings
ensureExists() - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
ensureFactorySetup(ServletConfig) - Static method in class com.atlassian.confluence.util.profiling.ProfilingSiteMeshFilter
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.0 Does nothing
ensureInternalDirectoryExists() - Method in class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
If no internal directory is found, create one and enable it.
ensureInternalDirectoryExists(DirectoryState) - Method in class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
If no internal directory is found, create one and set the enabled flag.
ensurePathExists(String) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
ensureSpaceDescriptionExists(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
ensureSpaceDescriptionExists(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
ensureSpaceDescriptionExists(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
If the given Space does not have a description, creates one for it, and saves it.
EnterpriseFeatureFlag - Interface in com.atlassian.confluence.internal.license
This flag can be used to check whether Enterprise features are available to current Confluence instance
EnterpriseNodeExtension - Class in com.hazelcast.instance.impl
A subclass of DefaultNodeExtension which re-enables member socket interceptor support.
EnterpriseNodeExtension(Node) - Constructor for class com.hazelcast.instance.impl.EnterpriseNodeExtension
 
ENTIRE_QUEUE - Enum constant in enum class com.atlassian.confluence.search.IndexManager.IndexQueueFlushMode
 
entireUpgradeFinished() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
entireUpgradeFinished() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
entireUpgradeFinished() - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
Called when all immediate and deferred upgrade actions have been performed *if* an upgrade was needed.
ENTITIES_FILE_NAME - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
 
ENTITIES_FILE_NAME - Static variable in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
entity(R) - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery.Builder
 
ENTITY_BY_ID_QUERY - Variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
ENTITY_NAME - Static variable in class com.atlassian.confluence.impl.content.DefaultContentPropertyManager
 
ENTITY_PREFIX - Static variable in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
EntityBuilderFactory - Interface in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Creates a builder for converting an object into a REST entity
EntityClass() - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.AncestorsEntityInfo.EntityClass
 
EntityClass() - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.ApplicationAttributeEntityInfo.EntityClass
 
EntityClass() - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryAttributeEntityInfo.EntityClass
 
EntityClass() - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryMappingOperationEntityInfo.EntityClass
 
EntityClass() - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryOperationEntityInfo.EntityClass
 
EntityDateExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts the creation and last modification dates.
EntityDateExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.EntityDateExtractor
 
EntityEnricher - Interface in com.atlassian.confluence.plugins.restapi.enrich
Enriches entities with extra properties that participate in json or graph-ql serialization.
EntityEraser - Interface in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Interface for erasers which ere responsible for removing data from tables.
entityExists() - Method in class com.atlassian.confluence.security.actions.PermissionRow
 
entityExists() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.GroupPermissionRow
Deprecated.
 
entityExists() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UnlicensedPermissionRow
Deprecated.
 
entityExists() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UserPermissionRow
Deprecated.
 
entityId - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
EntityInfoSqlHelper - Class in com.atlassian.confluence.impl.backuprestore.restore
Helps to generate SQL queries (INSERT, UPDATE etc).
EntityInfoSqlHelper() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
 
EntityJsonator - Class in com.atlassian.confluence.json.jsonator
Converts a User or Group into a JSON object prior to serialization.
EntityJsonator(UserProfilePictureAccessor) - Constructor for class com.atlassian.confluence.json.jsonator.EntityJsonator
 
EntityLocator - Interface in com.atlassian.confluence.core.service
Wrapper for a lazy query for model objects.
entityManagerProvider() - Method in class com.atlassian.confluence.core.OpenSearchIntegrationTestConfig
 
EntityManagerProvider - Interface in com.atlassian.confluence.persistence
Provides access to the current request's JPA EntityManager object from Confluence.
entityName - Variable in class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink
 
EntityObjectReadyForExport - Class in com.atlassian.confluence.impl.backuprestore.backup.models
Contains all entity object's information needed for making backup.
EntityObjectReadyForExport(EntityObjectReadyForExport.Property, Class<?>) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
EntityObjectReadyForExport(List<EntityObjectReadyForExport.Property>, Class<?>) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
EntityObjectReadyForExport.CollectionOfElements - Class in com.atlassian.confluence.impl.backuprestore.backup.models
Represent a collection of elements.
EntityObjectReadyForExport.Property - Class in com.atlassian.confluence.impl.backuprestore.backup.models
 
EntityObjectReadyForExport.Reference - Class in com.atlassian.confluence.impl.backuprestore.backup.models
 
EntityObjectsToXmlWriter - Class in com.atlassian.confluence.impl.backuprestore.backup.container
Implementation of EntityObjectsWriter that coverts objects to XML stream (the same way as the legacy XML writer does).
EntityObjectsToXmlWriter(Writer, Instant) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.container.EntityObjectsToXmlWriter
 
EntityObjectsToXmlWriter(Writer, Instant, int) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.container.EntityObjectsToXmlWriter
 
entityParentContainer(ContainerSummary) - Method in class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
entityPersister - Variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
EntityPersister - Interface in com.atlassian.confluence.impl.backuprestore.restore
Entity persister interface.
EntityPersistersFactory - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Creates persisters for entities.
EntityPersistersFactory(ObjectPersister, ObjectPersister, ImportedObjectsStashFactory, OnObjectsProcessingHandler, IdMapper, DeferredActionsHolder, DeferredActionsFactory, StorageFormatUserRewriter) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
EntityRemover - Interface in com.atlassian.confluence.impl.core.persistence
Provides operations for removing entities in bulk.
EntityRuntimeException - Exception in com.atlassian.confluence.security
Thrown during a user or group operation where the user or group does not exist
EntityRuntimeException(String) - Constructor for exception com.atlassian.confluence.security.EntityRuntimeException
 
EntityRuntimeException(String, Throwable) - Constructor for exception com.atlassian.confluence.security.EntityRuntimeException
 
EntityWithAdditionalDataConverter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
Use this converter when you need to convert properties which aren't included by default or when you need to add a collection
EntityWithAdditionalDataConverter(CommonDatabaseDataConverter, List<ExportObjectsEnrichment>) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.EntityWithAdditionalDataConverter
 
entries() - Method in class com.atlassian.confluence.util.zip.FileUnzipper
 
entries() - Method in class com.atlassian.confluence.util.zip.StreamUnzipper
 
entries() - Method in interface com.atlassian.confluence.util.zip.Unzipper
 
entries() - Method in class com.atlassian.confluence.util.zip.UrlUnzipper
 
entries(ZipInputStream) - Method in class com.atlassian.confluence.util.zip.AbstractUnzipper
 
entryAdded(EntryEvent<K, V>) - Method in class com.atlassian.confluence.cache.hazelcast.logging.LoggingEntryListener
 
entryEvicted(EntryEvent<K, V>) - Method in class com.atlassian.confluence.cache.hazelcast.logging.LoggingEntryListener
 
entryExpired(EntryEvent<K, V>) - Method in class com.atlassian.confluence.cache.hazelcast.logging.LoggingEntryListener
 
EntryProcessorResult<V> - Class in com.atlassian.confluence.api.service.journal
Result of entry processing operation.
entryRemoved(EntryEvent<K, V>) - Method in class com.atlassian.confluence.cache.hazelcast.logging.LoggingEntryListener
 
entrySet() - Method in class com.atlassian.confluence.api.model.reference.EnrichableMap
 
entrySet() - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
entrySet() - Method in class com.atlassian.confluence.rpc.auth.TokenMap
 
entrySet() - Method in class com.atlassian.confluence.util.collections.CompositeMap
 
entrySet() - Method in class com.atlassian.confluence.util.collections.LazyMap
 
entryUpdated(EntryEvent<K, V>) - Method in class com.atlassian.confluence.cache.hazelcast.logging.LoggingEntryListener
 
ENUM - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A string, chosen from a limited set of values.
enumerateKeys() - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
 
EnumKeyMapTypeBuilder - Class in com.atlassian.confluence.plugins.graphql.types
A builder for GraphQLOutputType objects for maps with ApiEnum as the key type.
EnumKeyMapTypeBuilder(GraphQLTypeBuilder, GraphQLExtensions) - Constructor for class com.atlassian.confluence.plugins.graphql.types.EnumKeyMapTypeBuilder
 
EnumProperty - Class in com.atlassian.confluence.importexport.xmlimport.model
Deprecated.
since 7.17.0.
EnumProperty(String, String, String, String) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.EnumProperty
Deprecated.
 
EnumPropertyParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
EnumPropertyParser(String) - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.EnumPropertyParser
Deprecated.
 
EnumTypeConverter - Class in com.atlassian.confluence.struts.converter
Converter class that converts strings in the request to the correct enum types.
EnumTypeConverter - Class in com.atlassian.confluence.xwork.converters
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use EnumTypeConverter instead.
EnumTypeConverter() - Constructor for class com.atlassian.confluence.struts.converter.EnumTypeConverter
 
EnumTypeConverter() - Constructor for class com.atlassian.confluence.xwork.converters.EnumTypeConverter
Deprecated.
 
EPSILON - Static variable in class com.atlassian.confluence.util.ColourUtils
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.OperationCheckResult
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.OperationDescription
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.Target.ContainerTarget
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.Target
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.Target.IdTarget
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.Target.ModelObjectTarget
 
equals(Object) - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
equals(Object) - Method in class com.atlassian.confluence.event.events.ConfluenceEvent
Deprecated.
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
equals(Object) - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentListViewEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentTrashedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRemoveEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRestoreEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentUpdateEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentVersionRemoveEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostCreateEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostMovedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostTrashedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.ContentEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.async.PageEditedEvent
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.PageChildrenReorderEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.PageCopyEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.PageCreateEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.PageCreateFromTemplateEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.PageEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.PageTrashedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractCopyPageHierarchyEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractPageHierarchyEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.permission.GlobalPermissionChangeEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionRemoveEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveForGroupEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveForUserEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveFromSpaceEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.security.ContentPermissionEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.security.RpcAuthenticatedEvent
 
equals(Object) - Method in class com.atlassian.confluence.impl.homepage.Homepage
 
equals(Object) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey
 
equals(Object) - Method in class com.atlassian.confluence.macro.count.MacroMetricsKey
 
equals(Object) - Method in class com.atlassian.confluence.util.longrunning.LongRunningTaskId
 
equals(Object) - Method in class bucket.core.persistence.hibernate.HibernateHandle
Deprecated.
 
equals(Object) - Method in class com.atlassian.bandana.impl.PersisterKey
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
equals(Object) - Method in class com.atlassian.confluence.api.impl.service.content.factory.Fauxpansions
 
equals(Object) - Method in class com.atlassian.confluence.api.model.audit.AffectedObject
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.api.model.audit.ChangedValue
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.api.model.audit.RetentionPeriod
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
equals(Object) - Method in class com.atlassian.confluence.api.model.BaseApiEnum
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.Content
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.ContentSelector
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.id.AttachmentContentId
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.id.ContentId
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.Label
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.MacroInstance
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.MacroParameterInstance
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.Position
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.Space
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId.ContentBlueprintIdWithKeys
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId
 
equals(Object) - Method in class com.atlassian.confluence.api.model.content.Version
 
equals(Object) - Method in class com.atlassian.confluence.api.model.event.mau.MauApplicationKey
 
equals(Object) - Method in class com.atlassian.confluence.api.model.Expansion
 
equals(Object) - Method in class com.atlassian.confluence.api.model.Expansions
 
equals(Object) - Method in class com.atlassian.confluence.api.model.GraphQLQueryExpansion
 
equals(Object) - Method in class com.atlassian.confluence.api.model.HtmlString
 
equals(Object) - Method in class com.atlassian.confluence.api.model.journal.JournalEntry
 
equals(Object) - Method in class com.atlassian.confluence.api.model.journal.JournalIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.api.model.JsonString
 
equals(Object) - Method in class com.atlassian.confluence.api.model.link.Link
 
equals(Object) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskId
 
equals(Object) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
 
equals(Object) - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage
 
equals(Object) - Method in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
equals(Object) - Method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
equals(Object) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
equals(Object) - Method in class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
equals(Object) - Method in class com.atlassian.confluence.api.model.pagination.SpaceCursor
 
equals(Object) - Method in class com.atlassian.confluence.api.model.people.Group
 
equals(Object) - Method in class com.atlassian.confluence.api.model.people.KnownUser
 
equals(Object) - Method in class com.atlassian.confluence.api.model.people.SubjectType
 
equals(Object) - Method in class com.atlassian.confluence.api.model.people.User
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.GlobalPermission
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
equals(Object) - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionsForSubject
 
equals(Object) - Method in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey
 
equals(Object) - Method in class com.atlassian.confluence.api.model.reference.Reference
 
equals(Object) - Method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
equals(Object) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
equals(Object) - Method in class com.atlassian.confluence.api.model.retention.RemovalCount
 
equals(Object) - Method in class com.atlassian.confluence.api.model.retention.RemovalSummary
 
equals(Object) - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
equals(Object) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
equals(Object) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
equals(Object) - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
equals(Object) - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResultItem
 
equals(Object) - Method in class com.atlassian.confluence.api.model.system.NodeStatus
 
equals(Object) - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
 
equals(Object) - Method in class com.atlassian.confluence.api.service.journal.EntryProcessorResult
 
equals(Object) - Method in class com.atlassian.confluence.api.testsupport.model.link.ExtendedLink
 
equals(Object) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
equals(Object) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
equals(Object) - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
equals(Object) - Method in class com.atlassian.confluence.cluster.ClusterConfig
 
equals(Object) - Method in class com.atlassian.confluence.cluster.ClusterInvariants
 
equals(Object) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterNodeInformation
 
equals(Object) - Method in class com.atlassian.confluence.cluster.KubernetesClusterJoinConfig
 
equals(Object) - Method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
equals(Object) - Method in class com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
 
equals(Object) - Method in class com.atlassian.confluence.cluster.ZduStatus
 
equals(Object) - Method in class com.atlassian.confluence.content.ContentQuery
 
equals(Object) - Method in class com.atlassian.confluence.content.render.image.ImageDimensions
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.definition.PlainTextMacroBody
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.AttachmentReferenceDetails
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.links.WebLink
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.migration.UrlResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarker
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskList
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContentEntityResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.IdAndTypeResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageTemplateResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UnresolvedUsernameResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.WikiLinkBasedResourceIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.model.time.Time
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.MacroId
 
equals(Object) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerMetricsKey
 
equals(Object) - Method in class com.atlassian.confluence.core.BodyContent
 
equals(Object) - Method in class com.atlassian.confluence.core.BodyType
 
equals(Object) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
equals(Object) - Method in class com.atlassian.confluence.core.ContributionStatus
 
equals(Object) - Method in class com.atlassian.confluence.core.DefaultSaveContext
 
equals(Object) - Method in record class com.atlassian.confluence.core.HeartbeatManager.ActivityKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.core.PersistentDecorator
 
equals(Object) - Method in class com.atlassian.confluence.core.service.FieldValidationError
 
equals(Object) - Method in class com.atlassian.confluence.core.service.ValidationError
 
equals(Object) - Method in class com.atlassian.confluence.core.TimeZone
 
equals(Object) - Method in class com.atlassian.confluence.core.VersionHistorySummary
 
equals(Object) - Method in record class com.atlassian.confluence.dmz.service.content.ContentBodyConversionManager.ConversionResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.event.events.admin.LicenceUpdatedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.admin.ReIndexJobFinishedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.admin.SearchUsersEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.analytics.MonitoringAnalytics.IpdMonitoringToggledAnalyticsEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.analytics.MonitoringStatsAnalyticEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.cluster.ClusterAccessModeEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.cluster.ClusterDisableJobEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.cluster.ClusterEnableJobEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.cluster.ClusterMaintenanceBannerEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.cluster.ClusterUpdateCronJobScheduleEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.cluster.ClusterUpdateSimpleJobScheduleEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.cluster.ExpireUserSessionsClusterNotificationEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.ContentExportedToWordEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.ContentPurgedFromTrashEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.ContentRevertedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.PageListViewEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.PageMoveCompletedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
 
equals(Object) - Method in record class com.atlassian.confluence.event.events.content.PageConvertedToBlogEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.event.events.follow.FollowEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.internal.auth.SudoAuthIpAllowListFailEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.internal.security.ContentPermissionAddedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.internal.security.ContentPermissionRemovedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.like.AbstractLikeEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.monitoring.JmxConfigChangedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.plugin.PluginEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.retention.GlobalRetentionPolicyChangedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.retention.RetentionPolicyChangedEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.retention.SpaceRetentionPolicyEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.security.ChangePasswordEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.security.LoginDetails
 
equals(Object) - Method in class com.atlassian.confluence.event.events.security.LogoutEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.security.RpcAuthFailedEvent
 
equals(Object) - Method in record class com.atlassian.confluence.event.events.security.SecretDeletedEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.atlassian.confluence.event.events.security.SecretUpdatedEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.event.events.space.SpaceEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.space.SpaceTrashContentEvent
 
equals(Object) - Method in class com.atlassian.confluence.event.events.space.SpaceTrashPurgeAllContentEvent
 
equals(Object) - Method in class com.atlassian.confluence.follow.Connection
 
equals(Object) - Method in class com.atlassian.confluence.functest.rest.admin.model.ValueWrapper
 
equals(Object) - Method in record class com.atlassian.confluence.functest.rest.admin.UserResource.LongTaskSubmission
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.functest.rest.cluster.ClusterEventTestingService.TestEvent
 
equals(Object) - Method in class com.atlassian.confluence.impl.audit.AffectedObjectEntity
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Property
 
equals(Object) - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Reference
 
equals(Object) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
equals(Object) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
equals(Object) - Method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
 
equals(Object) - Method in exception com.atlassian.confluence.impl.health.DefaultHealthCheckExecutor.PrerequisiteNotInPhaseException
 
equals(Object) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
 
equals(Object) - Method in class com.atlassian.confluence.impl.journal.JournalEntry
 
equals(Object) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
 
equals(Object) - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.AttachmentRemovalJobEvent
 
equals(Object) - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.PageRemovalJobEvent
 
equals(Object) - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
equals(Object) - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion
 
equals(Object) - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary
 
equals(Object) - Method in class com.atlassian.confluence.impl.retention.rules.EvaluatedHistoricalVersion
 
equals(Object) - Method in class com.atlassian.confluence.impl.retention.rules.HistoricalVersion
 
equals(Object) - Method in class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
equals(Object) - Method in class com.atlassian.confluence.impl.retention.schedule.PageVersionRemovalSummary
 
equals(Object) - Method in class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobCompletedEvent
 
equals(Object) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenizer.GenericCharacterTokenizer
 
equals(Object) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.ContentPermissionsFilter
 
equals(Object) - Method in class com.atlassian.confluence.impl.search.v2.lucene.TermsQuery
 
equals(Object) - Method in record class com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker.AccessPermission
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.impl.setup.BootstrapDatabaseAccessor.BootstrapDatabaseData
 
equals(Object) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawData
 
equals(Object) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawDataForContentTable
 
equals(Object) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
equals(Object) - Method in record class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.TableFieldHavingForeignKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.impl.system.task.RestoreIndexSnapshotMaintenanceTask.IndexSnapshot
 
equals(Object) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdEntityCacheKey
 
equals(Object) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipCacheKey
 
equals(Object) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
equals(Object) - Method in class com.atlassian.confluence.importexport.impl.ExportImageDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
equals(Object) - Method in class com.atlassian.confluence.index.status.ReIndexJob.Progress
 
equals(Object) - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpacePermissionJournalMessage
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.ContentModel
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.SpaceModel
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.SpacePermissionModel
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.GlobalPermissionJournalMessage
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.MultiSubscriptionPerJournalIdentifier
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.events.DirectoryOrderUpdatedEvent
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.GroupEventModel
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.GroupMembershipEventModel
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserEventModel
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserGroupIncrementalSyncEventModel
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement.GlobalPermissionManagementIncSyncModel
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionId
 
equals(Object) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
 
equals(Object) - Method in class com.atlassian.confluence.internal.health.HealthCheckResult
 
equals(Object) - Method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentTextExtraction
 
equals(Object) - Method in class com.atlassian.confluence.internal.index.event.AbstractReindexAnalyticsEvent
 
equals(Object) - Method in class com.atlassian.confluence.internal.index.event.ReindexFailureAnalyticsEvent
 
equals(Object) - Method in class com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
 
equals(Object) - Method in class com.atlassian.confluence.internal.index.event.ReIndexStartedAnalyticsEvent
 
equals(Object) - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceFailureNodeAnalyticsEvent
 
equals(Object) - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceSuccessAnalyticsEvent
 
equals(Object) - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceSuccessNodeAnalyticsEvent
 
equals(Object) - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshot
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.tasks.RebuildChangeDocumentsIndexTask
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.tasks.SpaceKeyHandle
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceChangeIndexTask
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceContentIndexTask
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DocValuesFieldValueSource
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperClassPredicate
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperPredicate
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.internal.security.SpacePermissionContext
 
equals(Object) - Method in class com.atlassian.confluence.internal.user.DeferredLookupUser
 
equals(Object) - Method in class com.atlassian.confluence.internal.ZduStatusEntity
 
equals(Object) - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
equals(Object) - Method in class com.atlassian.confluence.labels.dto.RankedLiteLabelSearchResult
 
equals(Object) - Method in class com.atlassian.confluence.labels.Label
Equals implementation is a value based implementation.
equals(Object) - Method in class com.atlassian.confluence.labels.Labelling
 
equals(Object) - Method in class com.atlassian.confluence.labels.Namespace
 
equals(Object) - Method in class com.atlassian.confluence.labels.ParsedLabelName
 
equals(Object) - Method in class com.atlassian.confluence.languages.Language
 
equals(Object) - Method in class com.atlassian.confluence.like.Like
 
equals(Object) - Method in class com.atlassian.confluence.like.LikeEntity
Use business key of username and contentId pair (username and contentId is unique and is enforced by database unique constraint).
equals(Object) - Method in class com.atlassian.confluence.links.AbstractLink
 
equals(Object) - Method in class com.atlassian.confluence.links.OutgoingLink
 
equals(Object) - Method in class com.atlassian.confluence.links.SimpleLink
 
equals(Object) - Method in class com.atlassian.confluence.macro.browser.beans.MacroPropertyPanelButton
 
equals(Object) - Method in class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials
 
equals(Object) - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
equals(Object) - Method in record class com.atlassian.confluence.pages.AddressableAttachment
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.atlassian.confluence.pages.AddressableComment
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.atlassian.confluence.pages.AddressablePage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.pages.Attachment
 
equals(Object) - Method in class com.atlassian.confluence.pages.attachments.ImageDetails
 
equals(Object) - Method in class com.atlassian.confluence.pages.Comment
 
equals(Object) - Method in class com.atlassian.confluence.pages.ContentNode
 
equals(Object) - Method in class com.atlassian.confluence.pages.ContentTree
 
equals(Object) - Method in class com.atlassian.confluence.pages.Draft
 
equals(Object) - Method in record class com.atlassian.confluence.pages.IndexableAttachment
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentRef
 
equals(Object) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
equals(Object) - Method in class com.atlassian.confluence.pages.templates.PluginTemplateReference
 
equals(Object) - Method in class com.atlassian.confluence.pages.templates.variables.ListVariable
 
equals(Object) - Method in class com.atlassian.confluence.pages.templates.variables.StringVariable
 
equals(Object) - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
equals(Object) - Method in class com.atlassian.confluence.pages.thumbnail.Dimensions
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
equals(Object) - Method in class com.atlassian.confluence.plugin.descriptor.restore.ImportedObjectModel
 
equals(Object) - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
equals(Object) - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
equals(Object) - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
equals(Object) - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityObjectId
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.ExactAnalyzerDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.ExactFilenameAnalyzerDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.ExactQueryAnalyzerDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.FilenameAnalyzerDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.KeywordAnalyzerDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.LanguageAnalyzerDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.StandardAnalyzerDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.UnstemmedAnalyzerDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugins.index.api.WhitespaceAnalyzerDescriptor
 
equals(Object) - Method in class com.atlassian.confluence.plugins.like.notifications.LikeNotification
 
equals(Object) - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceCategoryName
 
equals(Object) - Method in class com.atlassian.confluence.plugins.maintenance.model.MaintenanceInfo
 
equals(Object) - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity.Bm25Settings
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalStateStore.JournalIdEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.BuildInfoEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTree
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentBodyEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityList
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.DateEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.GroupSearchResultEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntityList
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntityList
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultGroupEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityList
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissions
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserHistoryList
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserPreferencesDto
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserSessionEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.VersionHistoryEntity
 
equals(Object) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.VersionHistoryEntityList
 
equals(Object) - Method in record class com.atlassian.confluence.plugins.restapi.rvsync.resources.model.IncrementalSyncCursorModel
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.renderer.PageContext
 
equals(Object) - Method in class com.atlassian.confluence.renderer.PageTemplateContext
 
equals(Object) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestData
 
equals(Object) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageUpdateOptions
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
equals(Object) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
equals(Object) - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
equals(Object) - Method in class com.atlassian.confluence.schedule.AbstractScheduledJob
 
equals(Object) - Method in class com.atlassian.confluence.schedule.ManagedScheduledCronJob
 
equals(Object) - Method in class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
 
equals(Object) - Method in class com.atlassian.confluence.schedule.ScheduledJobHistory
 
equals(Object) - Method in class com.atlassian.confluence.schedule.ScheduledJobKey
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.search.contentnames.Category
 
equals(Object) - Method in class com.atlassian.confluence.search.contentnames.QueryToken
 
equals(Object) - Method in class com.atlassian.confluence.search.contentnames.ResultTemplate
 
equals(Object) - Method in class com.atlassian.confluence.search.service.RecentUpdateQueryParameters
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.AbstractSearch
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.Index
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.AbstractParameterListQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.AbstractUserQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.AbstractUserQuery.Parameter
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.AllQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.ArchivedSpacesQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.ContainingContentTypeQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.ContentTypeQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.CustomContentTypeQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.DoubleRangeQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.FieldExistsQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.FileExtensionQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.HasPersonalSpaceQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.InheritedLabelQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.IntegerRangeQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.LabelQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.LabelsQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.LastModifierUserQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.LongRangeQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.MacroStorageVersionQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.MacroUsageQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.MatchNoDocsQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.PhraseQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.PrefixQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.SpaceCategoryQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.TermQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.TermSetQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.UserTextQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.query.WildcardTextFieldQuery
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.Range
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.score.DoubleFieldValueSource
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.score.FloatFieldValueSource
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.score.IntFieldValueSource
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.score.LongFieldValueSource
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.sort.AbstractSort
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.sort.UserAttributeSort
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.search.v2.summary.Summary.Fragment
 
equals(Object) - Method in class com.atlassian.confluence.security.ContentPermission
 
equals(Object) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.ContentToSidMapId
 
equals(Object) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpaceToSidMapId
 
equals(Object) - Method in class com.atlassian.confluence.security.NeverPermittedContentPermission
 
equals(Object) - Method in class com.atlassian.confluence.security.Permission
 
equals(Object) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey
 
equals(Object) - Method in class com.atlassian.confluence.security.seraph.ConfluenceUserPrincipal
 
equals(Object) - Method in class com.atlassian.confluence.security.SpacePermission
 
equals(Object) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
Performs an equality check on the passed in object.
equals(Object) - Method in class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
 
equals(Object) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
equals(Object) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
equals(Object) - Method in record class com.atlassian.confluence.spaces.AddressableSpace
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
equals(Object) - Method in class com.atlassian.confluence.spaces.Space
 
equals(Object) - Method in class com.atlassian.confluence.spaces.SpaceGroup
Deprecated.
 
equals(Object) - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
equals(Object) - Method in class com.atlassian.confluence.spaces.SpaceType
 
equals(Object) - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
equals(Object) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfoDTO
 
equals(Object) - Method in class com.atlassian.confluence.themes.AbstractColourScheme
 
equals(Object) - Method in interface com.atlassian.confluence.themes.ColourScheme
 
equals(Object) - Method in class com.atlassian.confluence.themes.events.LookAndFeelEvent
 
equals(Object) - Method in class com.atlassian.confluence.themes.events.ThemeChangedEvent
 
equals(Object) - Method in class com.atlassian.confluence.tinymceplugin.events.Layout2CreatedEvent
 
equals(Object) - Method in class com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
 
equals(Object) - Method in class com.atlassian.confluence.upgrade.BuildAndVersionNumber
 
equals(Object) - Method in class com.atlassian.confluence.upgrade.BuildNumber
 
equals(Object) - Method in class com.atlassian.confluence.upgrade.dml.DmlStatement
 
equals(Object) - Method in class com.atlassian.confluence.upgrade.PluginExportCompatibility
 
equals(Object) - Method in record class com.atlassian.confluence.upgrade.UpgradeHistoryService.Upgrade
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.FileInfo
 
equals(Object) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
equals(Object) - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
equals(Object) - Method in class com.atlassian.confluence.user.crowd.ConfluenceLdapDirectoryClearingClusterEvent
 
equals(Object) - Method in class com.atlassian.confluence.user.PersonalInformation
 
equals(Object) - Method in class com.atlassian.confluence.user.UsernameCacheKey
 
equals(Object) - Method in class com.atlassian.confluence.user.UserVerificationToken
 
equals(Object) - Method in class com.atlassian.confluence.util.classpath.JarSet
 
equals(Object) - Method in class com.atlassian.confluence.util.HTMLPairType
 
equals(Object) - Method in class com.atlassian.confluence.util.UserAgentUtil.Browser
 
equals(Object) - Method in class com.atlassian.confluence.util.UserAgentUtil.UserAgent
 
equals(Object) - Method in class com.atlassian.confluence.xhtml.api.EmbeddedImageLinkBody
 
equals(Object) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
equals(Object) - Method in class com.atlassian.confluence.xhtml.api.PlainTextLinkBody
 
equals(Object) - Method in class com.atlassian.confluence.xhtml.api.RichTextLinkBody
 
equals(Object) - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
equals(Object) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroup
Deprecated.
 
equals(Object) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
equals(Object) - Method in class com.atlassian.synchrony.EventId
 
equals(Object) - Method in class com.atlassian.synchrony.Events
 
equals(Object) - Method in class com.atlassian.synchrony.Secrets
 
equals(Object) - Method in class com.atlassian.synchrony.Snapshots
 
equals(Object, Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
equals(Object, Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentTypeEnumUserType
 
equals(Object, Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.InstantType
 
equals(Object, Object) - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
equals(Object, Object) - Method in class com.atlassian.confluence.impl.journal.JournalIdentifierUserType
 
equals(Object, Object) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.RelatableEntityTypeEnumUserType
 
equals(Object, Object) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.NamespaceUserType
 
equals(Object, Object) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceStatusUserType
 
equals(Object, Object) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceTypeUserType
 
equals(Object, Object) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyUserType
 
equals(Object, Object) - Method in class com.atlassian.hibernate.BucketClobStringType
 
equals(String) - Method in enum class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider.EntitiesTab
 
equals(String) - Method in enum class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
 
equalsOp(T) - Method in class com.atlassian.confluence.search.v2.Range.Builder
 
equalsOp(T, T) - Method in class com.atlassian.confluence.search.v2.Range.Builder
 
ERROR - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessageTypes
 
ERROR - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventLevel
 
ERROR - Enum constant in enum class com.atlassian.confluence.logging.sink.LogEvent.Level
 
ERROR - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchHealthStatus
 
ERROR - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionServiceState
 
ERROR - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation.MessageLevel
 
ERROR - Enum constant in enum class com.atlassian.confluence.server.ApplicationState
The application is currently not available because of an error
ERROR - Enum constant in enum class com.atlassian.confluence.test.util.Log4J2Logger.LogLevel
 
ERROR - Enum constant in enum class com.atlassian.confluence.util.test.rules.Log4J2Logger.LogLevel
Deprecated.
 
ERROR - Enum constant in enum class com.atlassian.confluence.validation.MessageLevel
 
ERROR_ACTION - Static variable in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
 
ERROR_COPY_PAGE - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
ERROR_LOCK_FAILED - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
ERROR_MIGRATION - Static variable in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
 
ERROR_REJECTED - Static variable in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
 
ERROR_RELINK - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
ERROR_SENDING_STRATEGY - Static variable in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
Deprecated.
 
ERROR_TERMINATION - Static variable in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
 
ERROR_THROWING_STRATEGY - Static variable in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
Deprecated.
 
ERROR_UNKNOWN - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
ErrorImpl(String, String, boolean, String, Collection<String>) - Constructor for class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl.ErrorImpl
 
errorInstance() - Static method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
ErrorLoggedEvent - Class in com.atlassian.confluence.logging
Published by EventPublishingAppender when an error is logged by the system.
ErrorLoggedEvent(String, String, String, String) - Constructor for class com.atlassian.confluence.logging.ErrorLoggedEvent
 
errorMessage(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
ErrorMessageProvider - Interface in com.atlassian.confluence.impl.health
Provides specific error messages.
ErrorPlaceholderServlet - Class in com.atlassian.confluence.tinymceplugin.placeholder
 
ErrorPlaceholderServlet(PlaceholderImageFactory, I18NBeanFactory) - Constructor for class com.atlassian.confluence.tinymceplugin.placeholder.ErrorPlaceholderServlet
 
ErrorReportingV2Renderer - Class in com.atlassian.confluence.content.render.xhtml.migration
Extend the V2Render with a new method where a writeable List can be supplied to collect any exceptions thrown during renderering.
ErrorReportingV2Renderer(List<RendererComponent>, Marshaller<MacroDefinition>) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.ErrorReportingV2Renderer
 
ErrorTypes() - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchExceptionUtils.ErrorTypes
 
escape(String) - Static method in class com.atlassian.confluence.plugins.opensearch.mappers.OpenSearchReserveCharEscaper
 
escape(String) - Static method in class com.atlassian.confluence.search.v2.QuerySerializer
Escape any double-quote in a string with a backslash, and any backslash with a second backslash.
escape(String) - Static method in class com.atlassian.confluence.search.v2.QueryUtil
 
escape(String, char...) - Static method in class com.atlassian.confluence.search.v2.QueryUtil
 
ESCAPE_CHAR - Static variable in class com.atlassian.confluence.impl.search.v2.lucene.ContentPermissionSearchUtils
 
escapeCDATA(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
escapeForJavascript(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Escapes ', " and \ with a leading \.
escapeIdentifier(String) - Method in class com.atlassian.confluence.pages.persistence.dao.DbEscapeHelper
Based on current DBMS in Hibernate settings properly quotes identifier for raw query.
escapeXml(Object[]) - Static method in class com.atlassian.confluence.util.VelocityUtil
Produces an array of XML escaped Strings from a list of Objects.
escapeXml(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
EstimatedProgressMeter - Class in com.atlassian.confluence.util
A progress meter to be used in situations where the total cannot be determined efficiently or conveniently up front.
EstimatedProgressMeter(int) - Constructor for class com.atlassian.confluence.util.EstimatedProgressMeter
 
EstimatedReadTimeService - Interface in com.atlassian.confluence.impl.pages.readtime
Service for calculating the read time for a given page/blog
estimatedUnpackedLatestSnapshotSizeBytes() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
 
EuropeanAnalyzer - 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.
EuropeanAnalyzer(Version) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.EuropeanAnalyzer
 
EuropeanAnalyzer(Version, CharArraySet) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.EuropeanAnalyzer
 
EuropeanUnstemmedLanguageAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.unstemmed
Provides a European unstemmed language analyzer for OpenSearch.
EvalLicenseAction - Class in com.atlassian.confluence.setup.actions
Changed subclassing as of version 7.11 to remove select bundles from setup process
EvalLicenseAction() - Constructor for class com.atlassian.confluence.setup.actions.EvalLicenseAction
 
evaluate(RetentionRule, Map<Long, List<HistoricalVersion>>) - Method in class com.atlassian.confluence.impl.retention.rules.RetentionRuleEvaluator
 
evaluate(TrashRetentionRule, List<SpaceContentEntityObject>) - Method in class com.atlassian.confluence.impl.retention.rules.DefaultTrashRuleEvaluator
 
evaluate(TrashRetentionRule, List<SpaceContentEntityObject>) - Method in interface com.atlassian.confluence.impl.retention.rules.TrashRuleEvaluator
Apply a global trash rule to a list of trashed entities which may be affected by more rules at space level
evaluate(PluginDataSourceFactory.ResourceView) - Method in enum class com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
Deprecated.
evaluate(JsonNode, String) - Method in class com.atlassian.confluence.plugins.contentproperty.index.extractor.JsonExpressionEvaluator
 
EvaluatedHistoricalVersion - Class in com.atlassian.confluence.impl.retention.rules
 
EvaluatedHistoricalVersion(HistoricalVersion, RuleScope, Boolean) - Constructor for class com.atlassian.confluence.impl.retention.rules.EvaluatedHistoricalVersion
 
EvaluatedTrash - Class in com.atlassian.confluence.impl.retention.rules
Result of applying current trash retention rules to a trashed entity
EvaluatedTrash(SpaceContentEntityObject, boolean, RuleScope) - Constructor for class com.atlassian.confluence.impl.retention.rules.EvaluatedTrash
 
evaluation(boolean) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
evaluationDatabaseName() - Static method in class com.atlassian.confluence.util.db.DatabaseUtils
Returns the name of the currently used evaluation database or empty if using a production database.
evaluationDatabaseName(BootstrapManager) - Static method in class com.atlassian.confluence.util.db.DatabaseUtils
Returns the name of the currently used evaluation database or empty if using a production database.
event - Variable in class com.atlassian.confluence.event.events.cluster.ClusterEventWrapper
 
EVENT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
EVENT_ID_KEY - Static variable in class com.atlassian.confluence.internal.health.HealthCheckAttributes
The unique ID of an individual Johnson event arising from a HealthCheck.
EVENT_LISTENER_WARN_THRESHOLD_SYSTEM_PROPERTY - Static variable in class com.atlassian.confluence.event.ConfluenceListenerHandlersConfiguration
System property to configure the maximum time for a listener to complete before logging warnings.
EVENT_PUBLISH_WARN_THRESHOLD_DEFAULT - Static variable in class com.atlassian.confluence.event.TimingEventPublisher
Default for the maximum time for a publish attempt to complete before logging warnings.
EVENT_PUBLISH_WARN_THRESHOLD_SYSTEM_PROPERTY - Static variable in class com.atlassian.confluence.event.TimingEventPublisher
System property to configure the maximum time for a publish attempt to complete before logging warnings.
EventDispatchingPluginController - Class in com.atlassian.confluence.plugin
Delegates each control operation to a PluginController then fires an event to replicate operations across the Confluence cluster.
EventDispatchingPluginController() - Constructor for class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
Evented<T> - Interface in com.atlassian.confluence.event
An interface indicating that a given action has a related event it wants to be published once the action completes.
eventExists(JohnsonEventContainer, Predicate<Event>) - Static method in class com.atlassian.confluence.setup.johnson.JohnsonUtils
Indicates whether the given container contains any events matching the given predicate.
eventExists(Predicate<Event>) - Static method in class com.atlassian.confluence.setup.johnson.JohnsonUtils
Indicates whether the currently initialised container contains any events matching the given predicate.
EventId - Class in com.atlassian.synchrony
Composite id key class for Events.
EventId() - Constructor for class com.atlassian.synchrony.EventId
 
EventKbArticleClickedHandler() - Constructor for class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.EventKbArticleClickedHandler
 
EventLatchManager - Class in com.atlassian.confluence.test.rpc
Used to manage references to latches that are used to support the ability for test clients to register an event listener on the server side and to block until that event is published.
EventLatchManager() - Constructor for class com.atlassian.confluence.test.rpc.EventLatchManager
 
EventListeningDarkFeatureSetting - Class in com.atlassian.confluence.internal.diagnostics
This bean keeps actual value of a particular dark feature It is faster than DarkFeatureManager
EventListeningDarkFeatureSetting(EventPublisher, DarkFeaturesManager, String) - Constructor for class com.atlassian.confluence.internal.diagnostics.EventListeningDarkFeatureSetting
 
EventListeningProfilingDarkFeatureSetting - Class in com.atlassian.confluence.internal.diagnostics
This bean keeps actual value of atlassian-profiling dark feature that filters out known metrics
EventListeningProfilingDarkFeatureSetting(EventPublisher, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.internal.diagnostics.EventListeningProfilingDarkFeatureSetting
 
eventPublisher - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
eventPublisher - Variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
eventPublisher - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
eventPublisher - Variable in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
eventPublisher - Variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
eventPublisher - Variable in class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
 
EventPublisherInterceptor - Class in com.atlassian.confluence.event
Collects events from Evented actions after they've executed , and publishes them via the EventPublisher.
EventPublisherInterceptor() - Constructor for class com.atlassian.confluence.event.EventPublisherInterceptor
 
EventPublishingHealthCheckAnalyticsSender - Class in com.atlassian.confluence.impl.health.analytics
Sends health check analytics events via the EventPublisher.
EventPublishingHealthCheckAnalyticsSender(HealthCheckAnalyticsEventFactory, EventPublisher, JohnsonEventContainer) - Constructor for class com.atlassian.confluence.impl.health.analytics.EventPublishingHealthCheckAnalyticsSender
 
EventPublishingReindexProgress - Class in com.atlassian.confluence.internal.index
 
EventPublishingReindexProgress(EventPublisher, Progress) - Constructor for class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
EventQueueFettler - Class in com.atlassian.confluence.test.rpc
This component attempts to tightly control the thread pool executor used by the Confluence event dispatcher mechanism.
EventQueueFettler() - Constructor for class com.atlassian.confluence.test.rpc.EventQueueFettler
 
events() - Method in interface com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.Fragment
 
events() - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.InlineMacroFragment
 
events() - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment
 
Events - Class in com.atlassian.synchrony
Faux class for the synchrony schema
Events() - Constructor for class com.atlassian.synchrony.Events
 
eventsCount(long) - Method in class com.atlassian.confluence.api.model.eviction.SynchronyDatasetSize.SynchronyDatasetSizeBuilder
 
eventType() - Method in enum class com.atlassian.confluence.internal.health.JohnsonEventType
Returns the Johnson-typed event type for this enum value.
EvictQueryRegionsRequestEvent - Class in com.atlassian.confluence.impl.cache.hazelcast.hibernate
The event is sent when query regions should be evicted.
EvictQueryRegionsRequestEvent(Object) - Constructor for class com.atlassian.confluence.impl.cache.hazelcast.hibernate.EvictQueryRegionsRequestEvent
 
evictSpacesFromCache(Collection<String>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostImportTaskRunner
 
EXACT_CONTENT_BODY - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
EXACT_FILENAME - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
EXACT_TITLE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ExactAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact
Custom analyzer designed for supporting exact matching.
ExactAnalyzer(Version) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact.ExactAnalyzer
 
ExactAnalyzerDescriptor - Class in com.atlassian.confluence.plugins.index.api
Analyzer that supports exact matching.
ExactAnalyzerDescriptor() - Constructor for class com.atlassian.confluence.plugins.index.api.ExactAnalyzerDescriptor
 
ExactAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer
Provides OpenSearch analyzer for ExactAnalyzerDescriptor to support exact matching.
ExactAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactAnalyzerProvider
 
ExactFilenameAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact
Custom analyzer designed for supporting exact matching on file names.
ExactFilenameAnalyzer(Version) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact.ExactFilenameAnalyzer
 
ExactFilenameAnalyzerDescriptor - Class in com.atlassian.confluence.plugins.index.api
 
ExactFilenameAnalyzerDescriptor() - Constructor for class com.atlassian.confluence.plugins.index.api.ExactFilenameAnalyzerDescriptor
 
ExactFilenameAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer
Provides OpenSearch analyzer for ExactFilenameAnalyzerDescriptor to support exact matching on file names.
ExactFilenameAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactFilenameAnalyzerProvider
 
ExactQueryAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact
Only Tokenizer by space
ExactQueryAnalyzer(Version) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact.ExactQueryAnalyzer
 
ExactQueryAnalyzerDescriptor - Class in com.atlassian.confluence.plugins.index.api
 
ExactQueryAnalyzerDescriptor() - Constructor for class com.atlassian.confluence.plugins.index.api.ExactQueryAnalyzerDescriptor
 
ExactQueryAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer
This is only tokenize query string using space
ExactQueryAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactQueryAnalyzerProvider
 
ExactSearchController - Class in com.atlassian.confluence.internal.search.v2
This class controls when we should enable Exact Search.
ExactSearchController(EventListenerRegistrar, DarkFeatureManager, ApplicationConfig, BandanaManager) - Constructor for class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
EXAMPLE_SPACE_ENTITY - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.SpaceEntityExampleDocument
 
EXAMPLE_SPACE_ENTITY_LIST - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.SpaceEntityExampleDocument
 
EXCEED_LIMIT - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchConfluenceSpaceLimitHealthStatus.Status
 
EXCEED_WARNING_THRESHOLD - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchConfluenceSpaceLimitHealthStatus.Status
 
EXCEL - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
EXCEL_MACRO - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
EXCEL_TEMPLATE - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
EXCEL97_TEMPLATE - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
ExceptionCapturingAdvice() - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.ExceptionMonitor.ExceptionCapturingAdvice
 
ExceptionConverter - Class in com.atlassian.confluence.rest.client.model
The REST client-side conversion between HTTP Response codes (per ) from Jersey WebApplicationExceptions, and Confluence REST API model ServiceExceptions.
ExceptionConverter - Class in com.atlassian.confluence.rest.v2.api.model
The REST server-side conversion between Confluence REST API model ServiceExceptions and HTTP Response codes (per http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
ExceptionConverter() - Constructor for class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter
 
ExceptionConverter.AdditionalStatus - Enum Class in com.atlassian.confluence.rest.v2.api.model
Response.StatusTypes for HTTP response codes not supported directly by Response.Status.
ExceptionConverter.Client - Class in com.atlassian.confluence.rest.client.model
 
ExceptionConverter.Server - Class in com.atlassian.confluence.rest.v2.api.model
Converts Confluence REST API model ServiceExceptions into RestError entities, the standardised error response format produced by our REST resources.
ExceptionMonitor - Class in com.atlassian.confluence.impl.core.persistence.hibernate
Provides a mechanism for capturing exceptions.
ExceptionMonitor.ExceptionCapturingAdvice - Class in com.atlassian.confluence.impl.core.persistence.hibernate
 
ExceptionMonitorPredicates - Class in com.atlassian.confluence.impl.core.persistence.hibernate
 
ExceptionMonitorPredicates() - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.ExceptionMonitorPredicates
 
ExceptionReport - Class in com.atlassian.confluence.content.render.xhtml.migration.exceptions
A thread safe repository of exceptions that occurred during the site migration.
ExceptionReport() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
ExceptionReportUtil - Class in com.atlassian.confluence.content.render.xhtml.migration.exceptions
Utilities for logging exception details in an ExceptionReport.
ExceptionReportUtil() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReportUtil
 
Exceptions() - Constructor for class com.atlassian.confluence.api.model.reference.Collapsed.Exceptions
 
ExceptionThrowingFilter - Class in com.atlassian.confluence.test.rpc
A trivial servlet filter which just throws an exception.
ExceptionThrowingFilter() - Constructor for class com.atlassian.confluence.test.rpc.ExceptionThrowingFilter
 
ExceptionThrowingMigrator - Interface in com.atlassian.confluence.content.render.xhtml.migration
Migrates / converts text from one format to another.
ExceptionTolerantMigrator - Interface in com.atlassian.confluence.content.render.xhtml.migration
Migrates / converts text from one text format to another.
ExceptionTolerantMigrator.MigrationResult - Class in com.atlassian.confluence.content.render.xhtml.migration
Represents the results of an attempted migration.
excerpt(CustomContentEntityObject) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Get a text-only summary of the content that is suitable for use in activity streams, search results and other places where a short placeholder for the content is necessary.
excerpt(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
excerpt(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
Excerpt - Class in com.atlassian.confluence.search.v2.summary
Class Excerpt represents a single passage found in the document, with some appropriate regions highlighted.
Excerpt() - Constructor for class com.atlassian.confluence.search.v2.summary.Excerpt
 
Excerpt(String) - Constructor for class com.atlassian.confluence.api.model.search.SearchOptions.Excerpt
 
EXCERPT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
EXCERPT - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
EXCERPT_KEY - Static variable in class com.atlassian.confluence.impl.content.DefaultPageManager
 
EXCERPT_MACRO_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
ExcerptConfig - Class in com.atlassian.confluence.content.render.xhtml.view.excerpt
Allows fine grained configuration over what and how much content is included in an excerpt produced by an Excerpter.
ExcerptConfig(ExcerptConfig.Builder) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
 
ExcerptConfig.Builder - Class in com.atlassian.confluence.content.render.xhtml.view.excerpt
 
excerpter() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
Excerpter - Interface in com.atlassian.confluence.content.render.xhtml.view.excerpt
 
ExcerptHelper - Class in com.atlassian.confluence.util
Defines common functions that obtain excerpts of content (e.g.
ExcerptHelper() - Constructor for class com.atlassian.confluence.util.ExcerptHelper
 
excerptStrategy(SearchOptions.Excerpt) - Method in class com.atlassian.confluence.api.model.search.SearchOptions.Builder
 
excerptStrategy(String) - Method in class com.atlassian.confluence.api.model.search.SearchOptions.Builder
Sets the excerpt strategy to the excerpt strategy with the given name.
exclude - Variable in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
EXCLUDE - Enum constant in enum class com.atlassian.confluence.internal.content.collab.IncludeOwnContentEnum
 
EXCLUDE_KNOWN_DUPLICATES - Static variable in class com.atlassian.confluence.util.classpath.ClasspathJarDuplicateClassFinder
 
excludedLastHtmlElement(Iterable<String>) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
excludeEmptyUsernameUsers() - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters
 
excludeGroups() - Method in interface com.atlassian.confluence.security.CaptchaManager
 
excludeGroups() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
excludeHtmlElements(Iterable<String>) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
excludeNone() - Method in interface com.atlassian.confluence.security.CaptchaManager
 
excludeNone() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
excludeRegisteredUsers() - Method in interface com.atlassian.confluence.security.CaptchaManager
 
excludeRegisteredUsers() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
excludeSchemaMigrationPoint(MacroMigrationPoint) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
 
execute() - Method in class com.atlassian.confluence.about.AboutPageAction
 
execute() - Method in class com.atlassian.confluence.accessmode.actions.ReadOnlyAccessAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.ConfigureMobileAppsAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.debug.RebuildAncestorTableAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.FlushCacheAction
Deprecated.
 
execute() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.ViewDefaultDecoratorAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.mail.RemoveMailServerAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailServersAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.RefreshLicensingAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.SiteDarkFeaturesAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.trust.RemoveTrustedApplicationAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.trust.ViewTrustedApplicationsAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.ViewIndexQueueAction
Deprecated.
 
execute() - Method in class com.atlassian.confluence.admin.actions.ViewOrUpdateLicenseAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.ViewSystemClasspathAction
 
execute() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
execute() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction
 
execute() - Method in class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
execute() - Method in class com.atlassian.confluence.core.actions.AttachmentNotFoundAction
 
execute() - Method in class com.atlassian.confluence.core.actions.ColorsStylesheetAction
 
execute() - Method in class com.atlassian.confluence.core.actions.CustomStylesheetAction
 
execute() - Method in class com.atlassian.confluence.core.actions.FourOhFiveAction
 
execute() - Method in class com.atlassian.confluence.core.actions.FourOhFourAction
 
execute() - Method in class com.atlassian.confluence.core.actions.IndexAction
 
execute() - Method in class com.atlassian.confluence.core.actions.ThemeColorsStylesheetAction
 
execute() - Method in class com.atlassian.confluence.core.actions.XsrfTokenExpiredAction
 
execute() - Method in class com.atlassian.confluence.core.service.AbstractServiceCommand
 
execute() - Method in class com.atlassian.confluence.core.service.RunAsUserCommand
 
execute() - Method in interface com.atlassian.confluence.core.service.ServiceCommand
Execute the command.
execute() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
execute() - Method in class com.atlassian.confluence.dashboard.actions.DashboardAction
 
execute() - Method in class com.atlassian.confluence.dashboard.actions.GlobalRssFeedAction
 
execute() - Method in class com.atlassian.confluence.dashboard.actions.HomepageAction
Deprecated.
 
execute() - Method in class com.atlassian.confluence.diff.actions.ViewDiffOfDraftAction
 
execute() - Method in class com.atlassian.confluence.fixonly.actions.FixLicenseAction
 
execute() - Method in class com.atlassian.confluence.httpmethod.AllowAllAnnotationAction
 
execute() - Method in class com.atlassian.confluence.httpmethod.NoRequireAnnotationAction
 
execute() - Method in class com.atlassian.confluence.httpmethod.RequireGetMethodAction
 
execute() - Method in class com.atlassian.confluence.httpmethod.RequirePostMethodAction
 
execute() - Method in class com.atlassian.confluence.impl.admin.actions.AbstractViewIndexQueueAction
 
execute() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
execute() - Method in class com.atlassian.confluence.impl.admin.actions.MarkAllLogsAction
 
execute() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
execute() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
 
execute() - Method in class com.atlassian.confluence.impl.search.actions.AbstractFlushIndexQueueAction
 
execute() - Method in class com.atlassian.confluence.impl.search.actions.AttachmentSearchAction
 
execute() - Method in class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated.
Perform the search and create the ContentNameSearchResult.
execute() - Method in class com.atlassian.confluence.impl.search.actions.DraftAttachmentSearchAction
 
execute() - Method in class com.atlassian.confluence.impl.search.actions.FlushIndexQueueAction
Deprecated.
 
execute() - Method in class com.atlassian.confluence.impl.search.actions.OpenSearchDescriptorAction
 
execute() - Method in class com.atlassian.confluence.impl.search.actions.ReindexTaskProgressAction
 
execute() - Method in class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
 
execute() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
execute() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
execute() - Method in class com.atlassian.confluence.importexport.impl.CollectionUpdateOperation
 
execute() - Method in class com.atlassian.confluence.importexport.impl.ObjectUpdateOperation
 
execute() - Method in class com.atlassian.confluence.importexport.impl.StackPushOperation
 
execute() - Method in interface com.atlassian.confluence.importexport.xmlimport.Operation
Deprecated.
 
execute() - Method in class com.atlassian.confluence.labels.actions.AddFavouriteAction
 
execute() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
execute() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouritesAction
 
execute() - Method in class com.atlassian.confluence.labels.actions.FollowUserAction
 
execute() - Method in class com.atlassian.confluence.labels.actions.RemoveFavouriteAction
 
execute() - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
 
execute() - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouritesAction
 
execute() - Method in class com.atlassian.confluence.labels.actions.UnFollowUserAction
 
execute() - Method in class com.atlassian.confluence.macro.browser.actions.BrowseMacrosAction
 
execute() - Method in class com.atlassian.confluence.macro.browser.actions.MacroDetailsAction
 
execute() - Method in class com.atlassian.confluence.mail.notification.actions.AddSpaceNotificationAction
 
execute() - Method in class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
execute() - Method in class com.atlassian.confluence.mail.notification.actions.RemoveSpaceNotificationAction
 
execute() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
execute() - Method in class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.AbstractCommandAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.AdvancedSearchTipsAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.AttachedImagesAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.BrowseSpaceAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ConvertPageToBlogPostAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.DiffPagesAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.DiffPagesByVersionAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.DirectoryViewListPagesAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.EmptyTrashAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ListNewOrUpdatedPagesAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ListPagesAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.MoveBlogPostAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.PageChildrenAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
Tries to find a potential match for the missing page, and if found sets status to 404 and return SUCCESS to show the possible pages.
execute() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
Function checks if the trash item is a page or another object and calls the apropiate remove functions The page object is special since cases like being a parent or being a homepage must be handled
execute() - Method in class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.RemoveAttachedFileAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.RemoveAttachedFileVersionAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.RemoveCommentAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.RemovePagePermissionAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.SetPageOrderAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.SpaceToolsAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.TinyUrlAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ViewChangesSinceLastEditAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ViewChangesSinceLastLoginAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
execute() - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
execute() - Method in class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
 
execute() - Method in class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
 
execute() - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
execute() - Method in class com.atlassian.confluence.plugins.labels.actions.RankListLabelsAction
 
execute() - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
execute() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
execute() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
execute() - Method in class com.atlassian.confluence.plugins.like.actions.LikeAction
 
execute() - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
execute() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeCronJobScheduleAction
 
execute() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeSimpleJobScheduleAction
 
execute() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction
 
execute() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
execute() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsHistoryAction
 
execute() - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
execute() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
execute() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
 
execute() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.DisableTask
 
execute() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.EnableTask
 
execute() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.RestartSynchronyTask
 
execute() - Method in class com.atlassian.confluence.plugins.templates.actions.CreatePageTemplateAction
 
execute() - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
execute() - Method in class com.atlassian.confluence.plugins.templates.actions.ListPageTemplatesAction
 
execute() - Method in class com.atlassian.confluence.plugins.templates.actions.ViewPageTemplateAction
 
execute() - Method in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
Render a read only view of the page.
execute() - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
execute() - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
 
execute() - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
Add and remove the permissions
execute() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
execute() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
execute() - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
execute() - Method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
execute() - Method in class com.atlassian.confluence.security.websudo.DropAuthenticationAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.EvalLicenseAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.FinishSetupAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SelectGlobalLocaleAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
This method performs the actual cluster bootstrap.
execute() - Method in class com.atlassian.confluence.setup.actions.SetupDataAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceTestConnectionAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupDBChoiceAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupDemoContentAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupEmbeddedDatabaseAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupLicenseAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupPathsAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupStandardDatabaseTestConnectionAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
execute() - Method in class com.atlassian.confluence.setup.actions.SetupUserManagementChoiceAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.AddTeamLabelToSpaceAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
execute() - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.LegacySpaceRssFeedAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.RemoveLabelFromSpaceAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.SpaceAvailableAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.SpaceColourSchemeAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.ViewRecentlyUpdatedSpaceContentAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceContentAction
 
execute() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
execute() - Method in class com.atlassian.confluence.tinymceplugin.actions.HelpLinkAction
 
execute() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
execute() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
execute() - Method in class com.atlassian.confluence.user.actions.BrowseUsersAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ConfirmEmailAction
 
execute() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
execute() - Method in class com.atlassian.confluence.user.actions.DeleteUserProfilePictureAction
 
execute() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
execute() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
execute() - Method in class com.atlassian.confluence.user.actions.EditorSettingsAction
 
execute() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
execute() - Method in class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
execute() - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
execute() - Method in class com.atlassian.confluence.user.actions.HistoryAction
 
execute() - Method in class com.atlassian.confluence.user.actions.LoginAction
On successful login, redirection will be handled by the LoginFilter based on os_destination or the original URL stored in the session
execute() - Method in class com.atlassian.confluence.user.actions.LogoutAction
 
execute() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
execute() - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
 
execute() - Method in class com.atlassian.confluence.user.actions.RemoveUnsyncedUserAction
 
execute() - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ResetFailedLoginCountAction
 
execute() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
execute() - Method in class com.atlassian.confluence.user.actions.SetUserPasswordAction
 
execute() - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
execute() - Method in class com.atlassian.confluence.user.actions.UserPickerAction
 
execute() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ViewFollowAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ViewFollowersAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ViewFollowingAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ViewUserActivityAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ViewUserHistoryAction
 
execute() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
execute() - Method in class com.atlassian.confluence.xss.StaticRenderingAction
 
execute() - Method in class com.atlassian.confluence.xss.VelocityResultAction
 
execute(ConfluenceActionSupport) - Method in class com.atlassian.confluence.core.service.CommandActionHelper
 
execute(ContentEntityObject, int, String, boolean) - Method in class com.atlassian.confluence.content.service.page.RevertContentToVersionCommand
 
execute(ServiceCommand) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
execute(CreateIndexSnapshotMaintenanceTask) - Method in class com.atlassian.confluence.impl.system.runner.CreateIndexSnapshotMaintenanceTaskRunner
 
execute(ReIndexMaintenanceTask) - Method in class com.atlassian.confluence.impl.system.runner.ReIndexMaintenanceTaskRunner
 
execute(RestoreIndexSnapshotMaintenanceTask) - Method in class com.atlassian.confluence.impl.system.runner.RestoreIndexSnapshotMaintenanceTaskRunner
 
execute(ImportContext) - Method in class com.atlassian.confluence.importexport.CacheFlushingPostImportTask
Deprecated.
 
execute(ImportContext) - Method in class com.atlassian.confluence.importexport.KeyInitPostImportTask
Deprecated.
 
execute(ImportContext) - Method in interface com.atlassian.confluence.importexport.PostImportTask
Deprecated.
Perform any necessary clean-up to ensure the imported data is internally consistent.
execute(ImportContext) - Method in class com.atlassian.confluence.internal.importexport.TrashDatePostImportTask
 
execute(ImportContext) - Method in class com.atlassian.confluence.internal.index.status.importexport.ClearReIndexJobPostImportTask
 
execute(ImportContext) - Method in class com.atlassian.confluence.pages.ancestors.RebuildAncestorsPostImportTask
Deprecated.
 
execute(MacroExecutionContext) - Method in class com.atlassian.confluence.macro.ContentFilteringMacro
Subclasses must override macro-specific functionality in this method.
execute(SearchIndexAction) - Method in interface com.atlassian.confluence.internal.index.AbstractReindexer.Context.Executor
 
execute(SearchIndexAction) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
execute(SearchIndexAction) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
execute(SearchIndexAction) - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
execute(SearchIndexAction) - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
Executes a SearchIndexAction on the underlying search index.
execute(SearchIndexAction) - Method in interface com.atlassian.confluence.search.v2.StagingIndexFactory.StagingIndex
Executes the provided SearchIndexAction on the staging index.
execute(SandboxCallback<T, R>, T) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxServerContext
 
execute(SandboxCallback<T, R>, T) - Method in interface com.atlassian.confluence.util.sandbox.SandboxTaskContext
Calls the given SandboxCallback.
execute(SandboxTask<T, R>, T) - Method in interface com.atlassian.confluence.util.sandbox.Sandbox
Run the given task with the given input in a process sandbox.
execute(SandboxTask<T, R>, T, Duration) - Method in interface com.atlassian.confluence.util.sandbox.Sandbox
Run the given task with the given input in a process sandbox and limit a call by a given time limit.
execute(ActionInvocation) - Method in class com.atlassian.confluence.xwork.SoyResult
Deprecated.
 
execute(CONTEXT, TARGET, BulkAction<CONTEXT, TARGET>) - Method in interface com.atlassian.confluence.impl.hibernate.bulk.HibernateBulkAction
 
execute(CONTEXT, TARGET, BulkAction<CONTEXT, TARGET>) - Method in class com.atlassian.confluence.impl.hibernate.bulk.RecursiveHibernateBulkAction
 
execute(Writer, XmlStreamWriterCallback) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlStreamWriterTemplate
 
execute(Writer, XmlStreamWriterCallback) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlStreamWriterTemplate
Executes the specified callback and writes to the provided writer.
execute(Class<X>, TransactionalHostContextAccessor.Permission, ThrowingTransactionCallback<T, X>) - Method in class com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionTemplate
Runs an action in a transaction and returns a optional value.
execute(Class<X>, TransactionalHostContextAccessor.Propagation, ThrowingTransactionCallback<T, X>) - Method in class com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionTemplate
Runs an action in a transaction and returns a optional value.
execute(Class<X>, TransactionalHostContextAccessor.Propagation, TransactionalHostContextAccessor.Permission, ThrowingTransactionCallback<T, X>) - Method in class com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionTemplate
Runs an action in a transaction and returns a optional value.
execute(Class<X1>, Class<X2>, TransactionalHostContextAccessor.Permission, Throwing2TransactionCallback<T, X1, X2>) - Method in class com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionTemplate
Runs an action in a transaction and returns a optional value.
execute(Class<X1>, Class<X2>, TransactionalHostContextAccessor.Propagation, Throwing2TransactionCallback<T, X1, X2>) - Method in class com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionTemplate
Runs an action in a transaction and returns a optional value.
execute(Class<X1>, Class<X2>, TransactionalHostContextAccessor.Propagation, TransactionalHostContextAccessor.Permission, Throwing2TransactionCallback<T, X1, X2>) - Method in class com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionTemplate
Runs an action in a transaction and returns a optional value.
execute(Runnable) - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsExecutor
 
execute(String, String, UriInfo, HttpServletRequest) - Method in class com.atlassian.confluence.plugins.graphql.resource.ConfluenceGraphQLRestEndpoint
 
execute(Consumer<IndexWriter>) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneAccessor
 
execute(Consumer<IndexWriter>) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
execute(Map<String, String>, String, ConversionContext) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
execute(Map<String, String>, String, ConversionContext) - Method in class com.atlassian.confluence.macro.LazyLoadingMacroWrapper
 
execute(Map<String, String>, String, ConversionContext) - Method in interface com.atlassian.confluence.macro.Macro
 
execute(Map<String, String>, String, ConversionContext) - Method in class com.atlassian.confluence.macro.NoOpMacro
 
execute(Map<String, String>, String, ConversionContext) - Method in class com.atlassian.confluence.macro.StreamableMacroAdapter
 
execute(Map<String, String>, String, ConversionContext) - Method in class com.atlassian.confluence.macro.V2CompatibilityMacro
 
execute(Map<String, String>, String, ConversionContext) - Method in class com.atlassian.confluence.macro.wiki.UnmigratedBlockWikiMarkupMacro
 
execute(Map<String, String>, String, ConversionContext) - Method in class com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
 
execute(Map<String, String>, String, ConversionContext) - Method in class com.atlassian.confluence.plugins.macros.core.LoremIpsumMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.macro.ContentFilteringMacro
This implementation is final to ensure that subclasses are provided with a valid MacroExecutionContext.
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.macro.profile.NetworkMacro
Deprecated.
 
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.macro.profile.ProfileMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.CreateSpaceButtonMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalReportsMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.WelcomeMessageMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.renderer.v2.macros.RadeoxCompatibilityMacro
Overrides super method to: Set the attachmentsPath if null in the context to the remote path before calling the super method.
execute(Map, String, RenderContext) - Method in class com.atlassian.confluence.renderer.v2.macros.V2UserMacroAdapter
 
execute(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.urlrewrite.CachedRewriteMatch
 
execute(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.urlrewrite.DisableCacheRewriteMatch
 
execute(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.rewrite.CachedRewriteMatch
Deprecated.
 
execute(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.rewrite.DisableCacheRewriteMatch
Deprecated.
 
execute(ActionInvocation) - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
execute(ActionInvocation) - Method in class com.atlassian.confluence.xwork.SoyResult
Deprecated.
 
execute(RetryTemplate, TransactionalExecutor, ConnectionCallback<T>) - Static method in class com.atlassian.confluence.internal.persistence.SalRetryConnectionCallback
 
execute(T) - Method in interface com.atlassian.confluence.impl.system.runner.SystemMaintenanceTaskRunner
executeAction(String) - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
executeCommand(CommandFactory<?>, Class<?>, T) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractRecorder
 
executeCommand(CommandFactory<?>, Class<?>, T) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
executeDdl(List<? extends DdlCommand>) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
Perform a set of data definition altering actions.
executeDdl(List<? extends DdlCommand>) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
 
executeDdlStatements(List<String>) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
 
executeDdlStatements(List<String>) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
 
executeFromStream(StreamableMacro, Map<String, String>, String, ConversionContext) - Static method in class com.atlassian.confluence.macro.StreamableMacroAdapter
Helper method to provide a default execute method for a StreamableMacro that can not inherit from this adapter class.
executeInReadOnly(Supplier<T>) - Method in class com.atlassian.confluence.impl.transaction.ReadOnlyAndReadWriteTransactionConversionTemplate
 
executeInReadOnly(Supplier<T>, Supplier<T>) - Method in class com.atlassian.confluence.impl.transaction.ReadOnlyAndReadWriteTransactionConversionTemplate
Checks if the current transaction is in readonly mode, and creates a new transaction in readonly mode if not.
executeInReadWrite(Supplier<T>) - Method in class com.atlassian.confluence.impl.transaction.ReadOnlyAndReadWriteTransactionConversionTemplate
Checks if the current transaction is in read/write mode, and creates a new transaction in read/write mode if not.
executeInternal() - Method in class com.atlassian.confluence.admin.actions.mail.CreateMailServerAction
 
executeInternal() - Method in class com.atlassian.confluence.admin.actions.mail.EditMailServerAction
Executed on form save
executeInternal() - Method in class com.atlassian.confluence.content.service.blogpost.MoveBlogPostToTopOfSpaceCommand
 
executeInternal() - Method in class com.atlassian.confluence.content.service.blogpost.RevertBlogPostCommand
 
executeInternal() - Method in class com.atlassian.confluence.content.service.comment.CreateCommentCommandImpl
 
executeInternal() - Method in class com.atlassian.confluence.content.service.comment.DeleteCommentCommandImpl
 
executeInternal() - Method in class com.atlassian.confluence.content.service.comment.EditCommentCommandImpl
 
executeInternal() - Method in class com.atlassian.confluence.content.service.page.ConvertPageToBlogPostCommand
 
executeInternal() - Method in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
executeInternal() - Method in class com.atlassian.confluence.content.service.page.DeleteBlogPostCommand
 
executeInternal() - Method in class com.atlassian.confluence.content.service.page.DeletePageCommand
 
executeInternal() - Method in class com.atlassian.confluence.content.service.page.MovePageCommandImpl
 
executeInternal() - Method in class com.atlassian.confluence.content.service.page.MovePageToTopOfSpaceCommand
 
executeInternal() - Method in class com.atlassian.confluence.content.service.page.RemoveAbstractPageVersionCommand
 
executeInternal() - Method in class com.atlassian.confluence.content.service.page.RevertPageCommand
 
executeInternal() - Method in class com.atlassian.confluence.content.service.page.RevertPageOrderCommand
 
executeInternal() - Method in class com.atlassian.confluence.content.service.page.SetPageOrderCommand
 
executeInternal() - Method in class com.atlassian.confluence.content.service.RenderContentCommandImpl
 
executeInternal() - Method in class com.atlassian.confluence.content.service.space.DeleteSpaceCommand
Deprecated.
 
executeInternal() - Method in class com.atlassian.confluence.core.service.AbstractServiceCommand
Template method for implementations to perform command execution.
executeInternal() - Method in class com.atlassian.confluence.labels.service.AddLabelsCommandImpl
 
executeInternal() - Method in class com.atlassian.confluence.labels.service.RemoveLabelCommandImpl
 
executeInternal() - Method in class com.atlassian.confluence.labels.service.ValidateLabelsCommandImpl
 
executeInternal() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
executeReadOnly(ThrowingTransactionCallback<TYPE, NotFoundException>) - Method in class com.atlassian.confluence.plugins.contentproperty.TransactionWrappingFinder
 
executeRetryableTransaction(TransactionalExecutor, ConnectionCallback<T>) - Static method in class com.atlassian.confluence.util.GeneralUtil
Imperative alternative to RetryableTransaction.
executeThenClearSession(Iterable<I>, int, int, Function<I, O>) - Method in class com.atlassian.confluence.impl.hibernate.HibernateSessionManager5
Executes a bulk database update in a way that prevents excessive memory usage, by committing the transaction and clearing the session periodically.
executeThenClearSessionWithoutCommitOrFlush(int, int, Function<Integer, Integer>) - Method in class com.atlassian.confluence.impl.hibernate.HibernateSessionManager5
Execute tasks in batches, re-using the existing transaction rather than nesting transactions.
executeThenClearSessionWithoutCommitOrFlush(int, int, Function<Integer, Integer>) - Method in class com.atlassian.hibernate.HibernateNonFlushingSessionWrapper
Execute tasks in batches, re-using the existing transaction rather than nesting transactions.
executeThenClearSessionWithoutCommitOrFlush(int, int, Function<Integer, Integer>) - Method in interface com.atlassian.hibernate.NonFlushingSessionWrapper
Execute tasks in batches, re-using the existing transaction rather than nesting transactions.
executeThenClearSessionWithoutCommitOrFlush(Iterable<I>, int, int, Function<I, O>) - Method in class com.atlassian.confluence.impl.hibernate.HibernateSessionManager5
Executes a bulk database update in a way that prevents excessive memory usage, by clearing the session (but NOT committing or flushing) periodically.
executeThenFlushAndClearSession(Iterable<I>, int, int, Function<I, O>) - Method in class com.atlassian.confluence.impl.hibernate.HibernateSessionManager5
Reuses the current transaction, to avoid nested transaction issues.
executeToStream(Map<String, String>, Streamable, ConversionContext) - Method in interface com.atlassian.confluence.macro.StreamableMacro
Execute the macro, and produce a streamable that represents its output.
executeWithContext(String, Object, Runnable) - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Execute Runnable with supplied key/value in the MDC context that are removed once the runnable returns.
executeWithContext(Map<String, Object>, Runnable) - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Execute Runnable with MDC context that is removed once the runnable returns.
executeWithoutAuditing(Runnable) - Method in interface com.atlassian.confluence.audit.AuditingContext
Executed operation with auditing being turned off for current thread
executeWithoutAuditing(Runnable) - Method in class com.atlassian.confluence.impl.audit.DefaultAuditingContext
 
executionStart() - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsCollector
Start timing the execution phase.
ExecutionStatus - Enum Class in com.atlassian.confluence.schedule
Indicates the current status of a managed job.
EXECUTOR_SVC_NAME - Static variable in class com.atlassian.confluence.cluster.hazelcast.HazelcastExecutorClusterEventService
Deprecated.
Name of the executor service to use for executing tasks.
executorService - Variable in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
executorService - Variable in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
EXISTING_EXPECTED_STATE - Static variable in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
existingContentId - Variable in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
existingContentId - Variable in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
ExistingEntityFinder - Interface in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
Allows to find objects already existing in the DB.
ExistingEntityFindersProvider - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
Builds map of finders that can be used to find existing entities (like users or labels) during space restore
ExistingEntityFindersProvider(List<ExistingEntityFinder>, PluginAccessor) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ExistingEntityFindersProvider
 
exists() - Method in class com.atlassian.confluence.api.model.reference.ExpandedReference
 
exists() - Method in class com.atlassian.confluence.api.model.reference.Reference
 
exists() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
exists() - Method in class com.atlassian.confluence.core.UploadedResource
 
exists() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
 
exists() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager
 
exists() - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
exists(JobScope, String) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Checks if a file with the given name exists in the restore working directory
exists(LikeNotification) - Method in class com.atlassian.confluence.plugins.like.notifications.dao.CacheBackedNotificationDao
 
exists(LikeNotification) - Method in interface com.atlassian.confluence.plugins.like.notifications.dao.NotificationDao
Returns true if the specified notification exists, false otherwise.
exists(InternalGrantedPermission) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.NoopInternalUserPermissionDao
 
exists(Predicate<? super T>) - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
exists(String) - Method in class bucket.user.propertyset.BucketPropertySet
 
exists(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
exists(String) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
exists(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
exists(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
exists(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
exists(String) - Method in interface com.atlassian.confluence.user.UserAccessor
Returns true if a user exists with the given username.
exists(String) - Method in interface com.atlassian.confluence.user.UserExistenceChecker
A lightweight operation to check if a user exists for a given username.
exists(String) - Method in interface com.atlassian.confluence.util.i18n.DocumentationBean
Returns true if the documentation link exists, otherwise false.
exists(String) - Method in class com.atlassian.confluence.util.i18n.VersionSpecificDocumentationBean
 
exists(String, String, List<String>) - Method in class com.atlassian.confluence.internal.upgrade.constraint.ConstraintChecker
 
exists(Predicate<? super T>) - Method in class com.atlassian.confluence.core.None
 
existsAndExpanded() - Method in class com.atlassian.confluence.api.model.reference.Reference
 
EXP_DECAY - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
EXP_OFFSET - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
EXP_SCALE - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
EXP_SCALE_DAYS - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
expand() - Method in interface com.atlassian.confluence.search.v2.Expandable
Expand this query/filter into a composite query/filter (that composes others).
expand() - Method in class com.atlassian.confluence.search.v2.query.ActiveUserInfoQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.ActiveUserQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.ArchivedSpacesQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.AttachmentTypeQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.BrowseUsersPermissionQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
This primitive but is similar to BooleanQuery, which in some sense primitive but also need to implement expand method, because the wrapped query need to be expanded.
expand() - Method in class com.atlassian.confluence.search.v2.query.ContainingContentTypeQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.ContentCategoryQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.ContentStatusQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.ContentTypeQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.ContributorQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.CreatorQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.CustomContentTypeQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.EnabledCustomContentTypesQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.FileExtensionQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
This primitive but is similar to BooleanQuery, which in some sense primitive but also need to implement expand method, because the wrapped query need to be expanded.
expand() - Method in class com.atlassian.confluence.search.v2.query.HasPersonalSpaceQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.InheritedLabelQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.InSpaceQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.LabelQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.LabelsQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.LastModifierUserQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.MacroStorageVersionQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.MacroUsageQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.NonViewableCustomContentTypeQuery
Expands into a SearchQuery which will not find custom content which is not viewable.
expand() - Method in class com.atlassian.confluence.search.v2.query.NotAnonymousUserQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.SpaceCategoryQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.TextSearchQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.UserInfoQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.UserTextQuery
 
expand() - Method in class com.atlassian.confluence.search.v2.query.WildcardTextFieldQuery
 
expand() - Method in interface com.atlassian.confluence.search.v2.SearchQuery
Expands this query into a composite query (that composes other queries).
expand() - Method in interface com.atlassian.confluence.search.v2.SearchSort
 
expand() - Method in class com.atlassian.confluence.search.v2.sort.ContentIdSort
 
expand() - Method in class com.atlassian.confluence.search.v2.sort.CreatedSort
 
expand() - Method in class com.atlassian.confluence.search.v2.sort.FilenameSort
 
expand() - Method in class com.atlassian.confluence.search.v2.sort.FilesizeSort
 
expand() - Method in class com.atlassian.confluence.search.v2.sort.FullnameSort
 
expand() - Method in class com.atlassian.confluence.search.v2.sort.ModifiedSort
 
expand() - Method in class com.atlassian.confluence.search.v2.sort.TitleSort
 
expand(Set<String>) - Static method in class com.atlassian.confluence.search.v2.SearchFieldMappings.AlternateNames
Deprecated.
Expand the provided list of names with all of their alternate names
expand(UserEntity) - Method in class com.atlassian.confluence.plugins.like.DefaultUserEntityExpander
 
expand(UserEntity) - Method in interface com.atlassian.confluence.plugins.like.UserEntityExpander
Expand a user entity.
expand(ContentEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestContentManager
 
expand(ContentEntity) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestContentManager
Expands and returns the given ContentEntity.
expand(SpaceEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestSpaceManager
 
expand(SpaceEntity) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestSpaceManager
Expands and returns the given SpaceEntity.
EXPAND - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
Expandable<T> - Interface in com.atlassian.confluence.search.v2
Interface that allows classes implemented it to be transformed into composition of primitive ones.
EXPANDABLE_PROPERTIES_KEY - Static variable in class com.atlassian.confluence.rest.v2.api.model.RestObject.Properties
 
expandAll(Collection<T>) - Static method in class com.atlassian.confluence.search.v2.SearchExpander
 
expandAll(T) - Static method in class com.atlassian.confluence.search.v2.SearchExpander
 
EXPANDED - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.ContentEntityListExampleDocument
 
ExpandedReference<T> - Class in com.atlassian.confluence.api.model.reference
An expanded reference has a value, call get() will return that referent value.
expandEntities(String) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlEntityExpander
 
expandEntities(String) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlEntityExpander
Expand all XML entities encountered in the supplied String.
expandInternal(CommentEntityTree) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTreeExpander
 
expandInternal(ContentEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityExpander
 
expandInternal(SpaceEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityExpander
 
expandInternal(SpaceEntityUserPermissions) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissionsExpander
 
expandInternal(SpaceEntityUserProperties) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPropertiesExpander
 
expandMap(Map<String, V>) - Static method in class com.atlassian.confluence.search.v2.SearchFieldMappings.AlternateNames
Deprecated.
Duplicate the entries of the provided map of fields (key: name) with their alternate field names
expandRelativeReferencesInContent(SpaceContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.links.LinksUpdater
Expand any relative links or embedded images encountered in the supplied content.
expandRelativeReferencesInContent(SpaceContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
 
expandRelativeReferencesInContent(Comment) - Method in interface com.atlassian.confluence.content.render.xhtml.links.LinksUpdater
Expand any relative links or embedded files/images encountered in the supplied comment.
expandRelativeReferencesInContent(Comment) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
 
Expansion - Class in com.atlassian.confluence.api.model
Represents a property on a model object and the sub-properties of that property that should be filled in by the service when returning the model object.
Expansion - Class in com.atlassian.confluence.legacyapi.service
Deprecated.
since 7.0.1 , use Expansion
Expansion(String) - Constructor for class com.atlassian.confluence.api.model.Expansion
 
Expansion(String) - Constructor for class com.atlassian.confluence.legacyapi.service.Expansion
Deprecated.
 
Expansion(String, Expansions) - Constructor for class com.atlassian.confluence.api.model.Expansion
 
Expansion(String, Expansions) - Constructor for class com.atlassian.confluence.legacyapi.service.Expansion
Deprecated.
 
ExpansionFieldsExtension - Class in com.atlassian.confluence.plugins.graphql.extensions
A graphql extension that makes sure fields of type Reference, List and Map are included in the expand= parameter.
ExpansionFieldsExtension() - Constructor for class com.atlassian.confluence.plugins.graphql.extensions.ExpansionFieldsExtension
 
expansions - Variable in class com.atlassian.confluence.api.impl.service.content.finder.AbstractFinder
 
expansions - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
expansions() - Method in interface com.atlassian.confluence.content.apisupport.CommentExtensionsSupport
Get the map of expandable extension properties provided by this CommentExtensionSupport
expansions() - Method in class com.atlassian.confluence.content.apisupport.NullCommentExtensionsSupport
 
Expansions - Class in com.atlassian.confluence.api.model
 
Expansions - Class in com.atlassian.confluence.legacyapi.service
Deprecated.
since 7.0.1 , use Expansions
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.Content.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.Contributors.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.ContributorUsers.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.History.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.JsonContentProperty.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.JsonSpaceProperty.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.Space.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.template.ContentTemplate.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.Version.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.people.SubjectType.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.people.User.Expansions
 
Expansions() - Constructor for class com.atlassian.confluence.api.model.permissions.ContentRestriction.Expansions
 
Expansions(Expansion...) - Constructor for class com.atlassian.confluence.api.model.Expansions
 
Expansions(Expansion...) - Constructor for class com.atlassian.confluence.legacyapi.service.Expansions
Deprecated.
 
Expansions(Iterable<Expansion>) - Constructor for class com.atlassian.confluence.api.model.Expansions
 
Expansions(Iterable<Expansion>) - Constructor for class com.atlassian.confluence.legacyapi.service.Expansions
Deprecated.
 
ExpansionsParser - Class in com.atlassian.confluence.rest.v2.api.model
Converts Expansions to and from a String for use with REST calls.
ExpansionsParser() - Constructor for class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
 
ExpDecayFunction - Class in com.atlassian.confluence.search.v2.score
An exponential decay function.
ExpDecayFunction(FieldValueSource, DecayParameters) - Constructor for class com.atlassian.confluence.search.v2.score.ExpDecayFunction
 
expected() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
 
expected() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedColumn
 
EXPECTED_ELEMENT_MISSING - Enum constant in enum class com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.ComparisonResult
 
experimental() - Method in interface com.atlassian.confluence.api.nav.Navigation
 
experimental() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
ExperimentalContentRestrictionsResource - Class in com.atlassian.confluence.plugins.restapi.experimental.resources
 
ExperimentalContentRestrictionsResource(ContentRestrictionService) - Constructor for class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
 
ExperimentalGroupResource - Class in com.atlassian.confluence.plugins.restapi.experimental.resources
Non-admin operations for user groups Experimental Group Resource, delete this once GroupResource is published
ExperimentalGroupResource(GroupService, PersonService) - Constructor for class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalGroupResource
 
ExperimentalSearchResource - Class in com.atlassian.confluence.plugins.restapi.experimental.resources
 
ExperimentalSearchResource(CQLSearchService, ObjectMapperProvider) - Constructor for class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalSearchResource
 
ExperimentalUnsupportedTheme - Class in com.atlassian.confluence.themes
Like BasicTheme, but allows you to do some truly evil stuff like overriding Velocity results and turning off Sitemesh.
ExperimentalUnsupportedTheme() - Constructor for class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
ExperimentalUserResource - Class in com.atlassian.confluence.plugins.restapi.experimental.resources
Non-admin user operations Experimental resource, delete this once UserResource is published.
ExperimentalUserResource(PersonService, GroupService) - Constructor for class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalUserResource
 
expired(boolean) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
ExpiredUserVerificationTokenCleanupJob - Class in com.atlassian.confluence.impl.schedule.jobs
This job runs daily and clean up the expired user verification tokens in the bandana table.
ExpiredUserVerificationTokenCleanupJob(UserVerificationTokenManager) - Constructor for class com.atlassian.confluence.impl.schedule.jobs.ExpiredUserVerificationTokenCleanupJob
 
EXPIRES_ONE_HOUR - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
ExpireUserSessionsClusterNotificationEvent - Class in com.atlassian.confluence.event.events.cluster
 
ExpireUserSessionsClusterNotificationEvent(Object, ConfluenceUserPrincipal) - Constructor for class com.atlassian.confluence.event.events.cluster.ExpireUserSessionsClusterNotificationEvent
 
expiryDate(Date) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
explain(ISearch, long) - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager
 
explain(ISearch, long) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
 
explain(ISearch, long) - Method in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
explain(ISearch, long) - Method in interface com.atlassian.confluence.search.v2.SearchManager
Produce an explanation of the search query for the specified contentId.
export(Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
export(Collection<String>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SpaceDatabaseDataExporter
It accepts the space key, finds the space, send space data to writer and notify other persisters about the space.
EXPORT - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
EXPORT - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Permission
Deprecated.
 
EXPORT - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
EXPORT - Static variable in class com.atlassian.confluence.security.Permission
 
EXPORT_ALL_FILE_PREFIX - Static variable in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
EXPORT_DESCRIPTOR_FILE_NAME - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
 
EXPORT_DESCRIPTOR_FILE_NAME - Static variable in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
EXPORT_PERMISSION - Static variable in class com.atlassian.confluence.security.ContentPermission
 
EXPORT_SOURCE_PROPERTY_NAME - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
EXPORT_SPACE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
EXPORT_SPACE_PERMISSION_TYPES - Static variable in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
EXPORT_TYPE_PROPERTY_NAME - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
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.
ExportableEntityInfo - Interface in com.atlassian.confluence.impl.backuprestore.hibernate
Represent hibernate entity that has to be exported.
ExportableEntityInfoFactory - Class in com.atlassian.confluence.impl.backuprestore.hibernate
Creates exportable entity infos.
ExportableEntityInfoFactory(SessionFactory) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfoFactory
 
ExportableField - Annotation Interface in com.atlassian.hibernate.extras
Deprecated.
since 8.0.0
exportAllRecords() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.GenericSiteExporter
 
exportAllRecords() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.site.WholeTableExporter
Synchronously exports all the records from the table.
exportAs(ExportContext, ProgressMeter) - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
exportAs(ExportContext, ProgressMeter) - Method in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
 
ExportBeans - Class in com.atlassian.confluence.activeobjects.spring
The Spring bean definitions for the exported OSGi services..
ExportBeans() - Constructor for class com.atlassian.confluence.activeobjects.spring.ExportBeans
 
ExportContext - Interface in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
ExportDescriptor - Class in com.atlassian.confluence.importexport.impl
Describes an export, based on the exportDescriptor.properties.
ExportDescriptor() - Constructor for class com.atlassian.confluence.importexport.impl.ExportDescriptor
Construct a new ExportDescriptor, most likely with the intention of writing it out.
ExportDescriptor(Properties) - Constructor for class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
ExportDescriptor.Source - Enum Class in com.atlassian.confluence.importexport.impl
 
ExportDownload - Class in com.atlassian.confluence.servlet.download
 
ExportDownload() - Constructor for class com.atlassian.confluence.servlet.download.ExportDownload
 
ExportDownloadResourceManager - Class in com.atlassian.confluence.importexport.resource
A WritableDownloadResourceManager that stores and reads macro output from a temporary location.
ExportDownloadResourceManager(BootstrapManager, GateKeeper, PermissionManager) - Constructor for class com.atlassian.confluence.importexport.resource.ExportDownloadResourceManager
 
ExportedJournalStateStore - Interface in com.atlassian.confluence.journal
Wrapper for internal JournalStateStore.
ExportedTestClass - Annotation Interface in com.atlassian.confluence.util.test.annotations
Deprecated.
since 7.10, use ExportedTestClass instead.
ExportEmbeddedResourceRenderer - Class in com.atlassian.confluence.importexport.impl
Created by IntelliJ IDEA.
ExportEmbeddedResourceRenderer() - Constructor for class com.atlassian.confluence.importexport.impl.ExportEmbeddedResourceRenderer
 
Exporter - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
Exporter - Interface in com.atlassian.confluence.impl.backuprestore.backup.exporters
 
Exporter() - Constructor for class com.atlassian.confluence.importexport.Exporter
Deprecated.
 
ExporterAnyTypeDao - Interface in com.atlassian.confluence.core.persistence.hibernate
Sub-interface of AnyTypeDao, not available to plugins, that ties the result type of findAllPersistentObjectsHandles to the implementation relied on by export.
ExporterCreatorHelper - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
Just a helper for Space and site exporters creator.
ExporterCreatorHelper() - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterCreatorHelper
 
ExporterFactory - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
Creates exporters on demand.
ExporterFactory(DatabaseExporterHelper, StatisticsCollector) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
 
ExportFileNameGenerator - Interface in com.atlassian.confluence.importexport.impl
An interface for a class which can generate meaningful and unique (for a single VM) names that may be used as file names in the export process.
exportFinishedEvent(AsyncExportFinishedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.ImportExportAuditListener
 
ExportFinishedEvent - Class in com.atlassian.confluence.event.events.admin
Deprecated.
since 5.10. Use AsyncExportFinishedEvent instead
ExportFinishedEvent(Object, String, String, String) - Constructor for class com.atlassian.confluence.event.events.admin.ExportFinishedEvent
Deprecated.
 
ExportHibernateHandle - Interface in com.atlassian.confluence.impl.hibernate.extras
Deprecated.
since 8.0.0
ExportImageDescriptor - Class in com.atlassian.confluence.importexport.impl
A descriptor for an exported image.
ExportImageDescriptor(String, String) - Constructor for class com.atlassian.confluence.importexport.impl.ExportImageDescriptor
 
exportImages(String, Writer, String) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
exportInBatchByQueryWithInCondition(String, String, Collection<Object>, String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
 
ExportingReference - Class in com.atlassian.confluence.content.render.xhtml.transformers
This is model class for EntityObjectReadyForExport.Reference
ExportingReference(String, Class<?>, Object) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.ExportingReference
 
ExportLinkFormatter - Interface in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0.
ExportObjectsEnrichment - Interface in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment
Used when we need to include additional data into entity which is not added there by default
exportPage(Page, String) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
exportPage(Page, String) - Method in class com.atlassian.confluence.impl.importexport.HtmlExporter
Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy.
ExportPathUtils - Class in com.atlassian.confluence.importexport.impl
 
ExportPathUtils() - Constructor for class com.atlassian.confluence.importexport.impl.ExportPathUtils
 
exportResource(String, String, String) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
ExportScope - Enum Class in com.atlassian.confluence.importexport.impl
Represents the valid scopes for an XML Export.
ExportScope.IllegalExportScopeException - Exception in com.atlassian.confluence.importexport.impl
Indicates an invalid export scope.
exportSite(boolean) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
Performs a site export and return the download url.
exportSite(String, boolean) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
exportSite(String, boolean) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
exportSite(String, boolean) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
exportSite(String, boolean) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
exportSite(String, boolean) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
exportSpace(Space, String) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
exportSpace(Space, String) - Method in class com.atlassian.confluence.impl.importexport.HtmlExporter
 
exportSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
exportSpace(String, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
exportSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
exportSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
exportSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
exportSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
exportSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
exportSpace(String, String, String, boolean) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
exportSpace(String, String, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
exportSpace(String, String, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
ExportSpaceAction - Class in com.atlassian.confluence.importexport.actions
Deprecated.
since 7.17.0. Will be removed in the future with ImportExportManager.
ExportSpaceAction() - Constructor for class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
ExportSpaceLongRunningTask - Class in com.atlassian.confluence.importexport.actions
Deprecated.
since 7.17.0. Will be removed in the future with ImportExportManager.
ExportSpaceLongRunningTask(ConfluenceUser, String, ExportContext, Set<Long>, Set<Long>, GateKeeper, ImportExportManager, PermissionManager, SpaceManager, String, String, String) - Constructor for class com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningTask
Deprecated.
 
exportUniqueInBatchByQueryWithInCondition(String, String, Collection<Object>, String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
 
ExportUtils - Class in com.atlassian.confluence.importexport.impl
 
ExportUtils() - Constructor for class com.atlassian.confluence.importexport.impl.ExportUtils
 
ExportWordPageServer - Class in com.atlassian.confluence.servlet
Export a page as HTML which Microsoft Word will understand.
ExportWordPageServer(BootstrapManager, SettingsManager, PageManager, PermissionManager, Renderer, Excerpter, PluginResourceLocator, DownloadResourceManager, EventPublisher, MimetypesFileTypeMap) - Constructor for class com.atlassian.confluence.servlet.ExportWordPageServer
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
ExportXsltTransformerResolver - Class in com.atlassian.confluence.xml
The XsltTransformerResolver used for export purposes.
ExtendedContentWatch - Class in com.atlassian.confluence.api.testsupport.model.watch
 
ExtendedContentWatch(String, User, ContentId) - Constructor for class com.atlassian.confluence.api.testsupport.model.watch.ExtendedContentWatch
 
ExtendedDelimitersFilter - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter
 
ExtendedDelimitersFilter(TokenStream, String) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.ExtendedDelimitersFilter
 
ExtendedLink - Class in com.atlassian.confluence.api.testsupport.model.link
 
ExtendedLink(String, String, LinkType) - Constructor for class com.atlassian.confluence.api.testsupport.model.link.ExtendedLink
 
ExtendedSpaceWatch - Class in com.atlassian.confluence.api.testsupport.model.watch
 
ExtendedSpaceWatch(String, User, Reference<Space>, List<ContentType>) - Constructor for class com.atlassian.confluence.api.testsupport.model.watch.ExtendedSpaceWatch
 
ExtendedSynchronyDatasetSize - Class in com.atlassian.confluence.api.testsupport.model.eviction
 
ExtendedSynchronyDatasetSize(long, long, long) - Constructor for class com.atlassian.confluence.api.testsupport.model.eviction.ExtendedSynchronyDatasetSize
 
ExtendedWebPanelView - Class in com.atlassian.confluence.api.testsupport.model.web
 
ExtendedWebPanelView(String, String, String, String, String, String, int, String) - Constructor for class com.atlassian.confluence.api.testsupport.model.web.ExtendedWebPanelView
 
ExtendedWebSectionView - Class in com.atlassian.confluence.api.testsupport.model.web
 
ExtendedWebSectionView(String, String, List<WebItemView>, String, String) - Constructor for class com.atlassian.confluence.api.testsupport.model.web.ExtendedWebSectionView
 
extension(String, Object) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
extensions(Map<String, Object>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
EXTERNAL_CONTENT - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
EXTERNAL_RESOURCE_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
ExternalChangesException - Exception in com.atlassian.confluence.pages.exceptions
Thrown when trying to make changes to a page outside an editing session (e.g.
ExternalChangesException(String) - Constructor for exception com.atlassian.confluence.pages.exceptions.ExternalChangesException
 
EXTERNALLY_DELETED - Enum constant in enum class com.atlassian.confluence.search.service.UserSearchQueryParameters.UserCategory
 
EXTERNALLY_DELETED - Static variable in class com.atlassian.confluence.api.model.people.UserStatus
 
ExternalProcessBuilderFactory - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
Allow customising of the external process builder.
ExternalProcessBuilderFactory() - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.ExternalProcessBuilderFactory
 
ExternalUserDirectoriesActiveCriteria - Class in com.atlassian.confluence.admin.criteria
Checks if any User directories in additional to the Internal one are currently active.
ExternalUserDirectoriesActiveCriteria(ApplicationFactory) - Constructor for class com.atlassian.confluence.admin.criteria.ExternalUserDirectoriesActiveCriteria
 
ExternalUserManagementAware - Interface in com.atlassian.confluence.security
Actions implementing this are external user management aware actions.
EXTRA_BUNDLED_PLUGINS_SYSTEM_PROPERTY - Static variable in class com.atlassian.confluence.plugin.PluginLoadersFactory
 
ExtraBundledPluginsFactory - Class in com.atlassian.confluence.plugin
 
ExtraBundledPluginsFactory(PluginDirectoryProvider, List<PluginFactory>, PluginEventManager) - Constructor for class com.atlassian.confluence.plugin.ExtraBundledPluginsFactory
 
extract(JsonString, Iterable<ContentPropertySchemaField>) - Method in interface com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertyExtractionManager
Extracts JSON document fragments and transforms them into v2 API Field Descriptors with user-defined types.
extract(JsonString, Iterable<ContentPropertySchemaField>) - Method in class com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertyExtractionManagerImpl
 
extract(ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.links.OutgoingLinksExtractor
 
extract(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlOutgoingLinksExtractor
 
extract(Attachment) - Method in interface com.atlassian.confluence.index.attachment.AttachmentTextExtractor
Extracts text from an attachment.
extract(Attachment) - Method in class com.atlassian.confluence.internal.index.attachment.DelegatingAttachmentTextExtractor
 
extract(Attachment) - Method in class com.atlassian.confluence.internal.search.extractor2.StubAttachmentTextExtractor
 
extract(Object, Iterable<Extractor2>) - Method in class com.atlassian.confluence.internal.index.v2.CompositeExtractor
Aggregates output of a list of extractor2.
extractAll(Collection<Searchable>, Class<? extends Searchable>, BiConsumer<Searchable, FieldDescriptor>) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ContentPermissionsBulkExtractor
 
extractAll(Collection<T>, Class<? extends T>, BiConsumer<T, FieldDescriptor>) - Method in interface com.atlassian.confluence.search.v2.extractor.BulkExtractor
Extracts all indexable data from all of the given entities
extractAll(Collection<ConfluenceEntityObject>, Class<? extends ConfluenceEntityObject>, BiConsumer<ConfluenceEntityObject, FieldDescriptor>) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ContentModifiersBulkExtractor
 
extractAverageDurationAndClear() - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.SearchRequestsAnalyticsStorage
Returns an average duration.
extractAverageDurationsPerMacroAndClear() - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.MacroViewAnalyticsStorage
Returns a map where keys are macro names and the values is the durations of the macros.
extractClassLoader(Class<?>) - Method in class com.atlassian.confluence.impl.struts.ClassExtractor
 
ExtractDirectory - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
EXTRACTED_EXTERNAL_REFERENCES - Static variable in class com.atlassian.confluence.renderer.WikiRendererContextKeys
 
EXTRACTED_TEXT - Enum constant in enum class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStreamType
 
extractError(ValidationResult, String) - Static method in class com.atlassian.confluence.internal.relations.RelationUtils
Extracts all errors from the ValidationResult as a single String.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.AddressableExtractor
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentExtractedTextExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentMetadataExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentMimeTypeExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentOwnerContentTypeExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.CommentExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ConfluenceAttachmentMetadataExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ContentEntityMetadataExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ContentPermissionsExtractor
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.CustomContentSearchExtractor
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.DefaultSearchableContentExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.DeletingRetentionPolicyExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.EntityDateExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.HomePageExtractor
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.LabelExtractor
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.LastModifierNameContentExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.LastModifierNameExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.PersonalInformationExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.RetentionPolicyPropertyExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.SpaceDescriptionExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.SpaceDescriptionUsernameExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.SpaceExtractor
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.SpaceKeyAndNameExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.SpaceTypeExtractor
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.TitleExtractor
Extract fields from the searchable object which implements one of the following interfaces: Addressable EditableLabelable If an argument implements both interfaces, then the title is extracted in the above listed order.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.UntokenizedTitleExtractor
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.VersionCommentExtractor
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.VersionNumberExtractor
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneChangeExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneContentExtractor
 
extractFields(Object) - Method in class com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertiesExtractor
 
extractFields(Object) - Method in interface com.atlassian.confluence.plugins.index.api.Extractor2
Extract fields from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.plugins.macrousage.extractor.MacroExtractor
Extract macros from the searchable object.
extractFields(Object) - Method in class com.atlassian.confluence.search.v2.extractor.BaseAttachmentContentExtractor
 
extractFileName(String) - Static method in class com.atlassian.confluence.util.io.ConfluenceFileUtils
extractFileName extracts the name of the file
extractHashtags(String) - Static method in class com.atlassian.confluence.userstatus.tag.HashTagHelper
Deprecated.
 
extractImageSrc(ContentEntityObject, int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
extractImageSrc(ContentEntityObject, int) - Method in interface com.atlassian.confluence.content.render.xhtml.view.excerpt.Excerpter
 
extractImageSrc(ContentEntityObject, int, boolean) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
extractImageSrc(ContentEntityObject, int, boolean) - Method in interface com.atlassian.confluence.content.render.xhtml.view.excerpt.Excerpter
 
extractImageSrc(String, int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
extractImageSrc(String, int) - Method in interface com.atlassian.confluence.content.render.xhtml.view.excerpt.Excerpter
 
extractImageThumbnailUris(ContentEntityObject, int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
extractImageThumbnailUris(ContentEntityObject, int) - Method in interface com.atlassian.confluence.content.render.xhtml.view.excerpt.Excerpter
Returns the URIs of thumbnails for each of the images attached to the specified content entity.
EXTRACTION_ERROR - Enum constant in enum class com.atlassian.confluence.internal.index.attachment.AttachmentStatus
 
extractJwt(HttpServletRequest) - Static method in class com.atlassian.confluence.jwt.JwtUtil
Deprecated.
 
extractLabelsFromLabellings(List<Labelling>) - Static method in class com.atlassian.confluence.util.LabelUtil
Simple utility method to extract the label instances from the given list of labelling instances.
extractLgplMaterials(String) - Method in interface com.atlassian.confluence.plugin.descriptor.aboutpage.BomParser
Extracts LGPL information from a String.
extractLgplMaterials(String) - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.BomParserImpl
 
extractLinks() - Method in class com.atlassian.confluence.links.LinkParserHelper
 
extractLinks(RenderContext, String) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
Parses the content passed in and returns a list of confluence link objects (e.g.
extractLinkTextList(String) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
parses through the content and returns a list of all the links found in string format e.g.
extractMacroSummary() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
extractMentionedUsers(XMLEventReader) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.user.DefaultUserMentionsExtractor
Given a stream of storage format extracts all user links that are considered a 'mention'.
extractMentionedUsers(XMLEventReader) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.link.user.UserMentionsExtractor
Given a stream of storage format extracts all user links that are considered a 'mention'.
extractNodeId() - Static method in class com.atlassian.confluence.cluster.hazelcast.HazelcastUtils
 
extractNodeInfo() - Static method in class com.atlassian.confluence.cluster.hazelcast.HazelcastUtils
 
Extractor2 - Interface in com.atlassian.confluence.plugins.index.api
This interface provides clients with the ability add additional fields and body text to the index documents produced for each searchable object in Confluence.
Extractor2ModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A module descriptor that allows plugin to add an Extractor2 into indexing pipeline.
Extractor2ModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.Extractor2ModuleDescriptor
 
Extractor2Provider - Interface in com.atlassian.confluence.internal.search.extractor2
Provides list of Extractor2.
ExtractorContext - Interface in com.atlassian.confluence.plugins.index.api
A context which is available for all Extractor2 for Content Index The instance will be prepared by Extractor2DocumentBuilder BulkExtractor is not supported
ExtractorContextAware - Interface in com.atlassian.confluence.plugins.index.api
Will be used with Extractor2 and BulkExtractor to indicate that extractor instance want to access ExtractorContext
ExtractorContextPreProcessor - Interface in com.atlassian.confluence.internal.index.v2
An interface which prefill information into ExtractorContext
ExtractorContextWriter - Interface in com.atlassian.confluence.internal.index.v2
Able to set attribute into ExtractorContext
extractPackage(Class<?>) - Method in class com.atlassian.confluence.impl.struts.ClassExtractor
 
extractPageTitle(String) - Static method in class com.atlassian.confluence.pages.actions.ActionHelper
To extract the PageName from a String like Spacekey:Pagename, the extractPageTitle Method can be used.
extractParams(URL) - Static method in class com.atlassian.confluence.util.QueryStringUtil
Deprecated.
extractPermissionType(OperationKey) - Static method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionFactory
Given an OperationKey, determine the raw ContentPermission type.
extractPluginBundle(ClassLoader) - Method in class com.atlassian.confluence.impl.struts.ClassExtractor
 
extractResourceIdentifiers(BodyContent, ConversionContext) - Method in interface com.atlassian.confluence.impl.content.render.prefetch.ResourceIdentifierExtractor
 
extractResourceIdentifiers(BodyContent, ConversionContext) - Method in class com.atlassian.confluence.impl.content.render.prefetch.xhtml.XhtmlResourceIdentifierExtractor
 
extractSpaceKey(String) - Static method in class com.atlassian.confluence.pages.actions.ActionHelper
This method extracts the SpaceKey from a String which should look like Spacekey:Pagename This method is used as a helper method to parse the String given by the PagePicker which is used by the parentPage form field as well as the moveAttachment.
extractSynchronyBinaryTo(File) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyProcessBuilder
This method will delete any old-style synchrony-standalone[0-9]*+.jar files and create a new synchrony-standalone-${bundled.synchrony.version}.jar file, if it doesn't already exist.
extractTargetContentFromEmailReply(Map<String, List<String>>, NotificationEmailHelper.ContentFinder) - Method in class com.atlassian.confluence.mail.notification.NotificationEmailHelper
Deprecated.
Retrieves the relevant content object from the given (reply) email headers.
extractTerms(Set<Term>) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFunctionScoreQuery
 
extractText(SearchableAttachment) - Method in class com.atlassian.confluence.search.v2.extractor.BaseAttachmentContentExtractor
 
extractText(InputStream, SearchableAttachment) - Method in class com.atlassian.confluence.impl.search.v2.extractor.LimitedTextContentExtractor
 
extractText(InputStream, SearchableAttachment) - Method in class com.atlassian.confluence.search.v2.extractor.BaseAttachmentContentExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.AddressableExtractor
Always returns an empty buffer.
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentExtractedTextExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentMetadataExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentMimeTypeExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentOwnerContentTypeExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.CommentExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ConfluenceAttachmentMetadataExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ContentEntityMetadataExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ContentPermissionsExtractor
Always returns an empty buffer.
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.CustomContentSearchExtractor
Always returns an empty buffer.
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.DefaultSearchableContentExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.DeletingRetentionPolicyExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.EntityDateExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.HomePageExtractor
Always returns an empty buffer.
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.LabelExtractor
Returns a buffer of text that will be appended onto the end of a larger buffer of text that will eventually become the searchable body text.
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.LastModifierNameContentExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.LastModifierNameExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.PersonalInformationExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.RetentionPolicyPropertyExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.SpaceDescriptionExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.SpaceDescriptionUsernameExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.SpaceExtractor
Always returns an empty buffer.
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.SpaceKeyAndNameExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.SpaceTypeExtractor
Always returns an empty buffer.
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.TitleExtractor
This method is not relevant to the title extraction and is essentially a no-op.
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.UntokenizedTitleExtractor
Always returns an empty buffer.
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.VersionCommentExtractor
Returns a buffer of text that will be appended onto the end of a larger buffer of text that will eventually become the searchable body text.
extractText(Object) - Method in class com.atlassian.confluence.impl.search.v2.extractor.VersionNumberExtractor
Returns an empty buffer.
extractText(Object) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneChangeExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneContentExtractor
 
extractText(Object) - Method in class com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertiesExtractor
 
extractText(Object) - Method in interface com.atlassian.confluence.plugins.index.api.Extractor2
Returns a buffer of text that will be appended onto the end of a larger buffer of text that will eventually become the searchable body text.
extractText(Object) - Method in class com.atlassian.confluence.plugins.macrousage.extractor.MacroExtractor
In the context of macro extraction this method is not needed.
extractText(Object) - Method in class com.atlassian.confluence.search.v2.extractor.BaseAttachmentContentExtractor
 
extractTextFromXhtmlContent(String) - Static method in class com.atlassian.confluence.content.render.xhtml.ContentExcerptUtils
Returns the text from a fragment of XHTML content.
extractTextSummaryFromXhtmlContent(String, int, int) - Static method in class com.atlassian.confluence.content.render.xhtml.ContentExcerptUtils
Returns the text from the tag in the content (such as a heading or paragraph), unless its to short in which case text from the following tags are also included.
extractTheme(String) - Method in class com.atlassian.confluence.impl.themes.PluginThemesAccessor
 
extractUISupport(Element) - Static method in class com.atlassian.confluence.plugins.contentproperty.index.config.XmlDescriptorSchemaReader
 
extractUserKeys(String) - Method in class com.atlassian.confluence.importexport.impl.ContentUserKeyExtractor
 
extractUserKeysFromContentEntities(Iterable<? extends ContentEntityObject>, boolean) - Method in class com.atlassian.confluence.importexport.impl.ContentUserKeyExtractor
 
extractUserMentions(XMLEventReader, UserMentionsExtractor) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.link.user.MentionsParser
Deprecated.
Since 5.3. No replacement.
extractVariableDeclaration(XMLEventReader, XmlEventReaderFactory) - Static method in class com.atlassian.confluence.pages.templates.XhtmlTemplateUtils
 
extractViewableLabels(AbstractLabelableEntityObject, Collection<Label.Prefix>, User) - Static method in class com.atlassian.confluence.ui.rest.service.content.LegacyLabelHelper
Deprecated.
 
ExtUserDirectoryConnectionStateIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.userdirectory
IpdJob that checks connection state to external user directories.
ExtUserDirectoryConnectionStateIpdJob(IpdJobRegistry, IpdRegistry, UserDirectoryConnectionService) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.ExtUserDirectoryConnectionStateIpdJob
 
ExtUserDirectoryLatencyIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.userdirectory
IpdJob that checks latency to external user directories.
ExtUserDirectoryLatencyIpdJob(IpdJobRegistry, IpdRegistry, UserDirectoryConnectionService) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.ExtUserDirectoryLatencyIpdJob
 

F

fail() - Method in class com.atlassian.confluence.validation.Validation
 
fail(ValidationResult) - Static method in class com.atlassian.confluence.validation.Validation
 
fail(HealthCheck, Event, URI, String, String) - Static method in class com.atlassian.confluence.internal.health.HealthCheckResult
Create a 'failed' result containing the given parameters.
FAIL_MERGE_RESULT - Static variable in class com.atlassian.confluence.util.diffs.SimpleMergeResult
 
failed() - Static method in class com.atlassian.confluence.api.model.eviction.SynchronyEvictionResult
 
failed() - Method in class com.atlassian.confluence.internal.search.ChangeDocumentIndexPolicy.PolicyCheckResult
 
failed(SynchronyEvictionProgress) - Static method in class com.atlassian.confluence.pages.collab.SynchronyEvictionEvent
 
failed(SynchronyEvictionProgress) - Static method in class com.atlassian.confluence.pages.collab.SynchronyEvictionRemovalEvent
 
failed(SynchronyEvictionProgress) - Static method in class com.atlassian.confluence.pages.collab.SynchronyEvictionSearchEvent
 
Failed() - Constructor for class com.atlassian.confluence.plugins.synchrony.api.events.SynchronyStatusStartupEvents.Failed
 
FAILED - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobState
 
FAILED - Enum constant in enum class com.atlassian.confluence.event.events.security.LoginDetails.CaptchaState
 
FAILED - Enum constant in enum class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJobState
 
failedLogin(Date) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
Record a failed login attempt on date.
failEviction(SynchronyEvictionProgress) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
 
failEviction(SynchronyEvictionProgress) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.CompositeEvictionProgressTracking
 
failEviction(SynchronyEvictionProgress) - Method in interface com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgressTracking
Indicate an error in the eviction process
failRemovalUnderLock(SynchronyEvictionProgress) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
 
failRemovalUnderLock(SynchronyEvictionProgress) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.CompositeEvictionProgressTracking
 
failRemovalUnderLock(SynchronyEvictionProgress) - Method in interface com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgressTracking
There was an error in locking process.
failSearch(SynchronyEvictionProgress) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
 
failSearch(SynchronyEvictionProgress) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.CompositeEvictionProgressTracking
 
failSearch(SynchronyEvictionProgress) - Method in interface com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgressTracking
Indicate an error in the searching process
failure(V, long) - Static method in class com.atlassian.confluence.api.service.journal.EntryProcessorResult
Create a result after a processing failure.
failure(String) - Static method in class com.atlassian.confluence.content.render.xhtml.view.RenderResult
 
failure(String) - Static method in class com.atlassian.confluence.util.ajax.AjaxResponse
 
FakeHealthCheck - Class in com.atlassian.confluence.impl.health.checks
This fake HealthCheck allows the operator to simulate a health check failure, for example to test: The Johnson infrastructure (manually or via automation), or The "hide.system.error.details" flag.
FakeHealthCheck() - Constructor for class com.atlassian.confluence.impl.health.checks.FakeHealthCheck
 
FakeObjectProvider - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Creates map of an empty objects for id generation for all entities that could be restored during space restore
FakeObjectProvider(Collection<ExportableEntityInfo>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.FakeObjectProvider
 
FakeTenantContext - Class in com.atlassian.testsupport
TenantContext with a fixed name for defining TenantContext in Spring XML for tests.
FakeTenantContext(String) - Constructor for class com.atlassian.testsupport.FakeTenantContext
 
FALLBACK_DEFAULT_USERS_GROUP - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
FAST_TRASH_REMOVAL_GLOBAL_TRASH_DELETE_SIZE_PER_JOB - Static variable in class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
FAST_TRASH_REMOVAL_RETENTION_RULES_DARK_FEATURE - Static variable in class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
FAST_TRASH_REMOVAL_SPACE_TRASH_DELETE_SIZE_PER_JOB - Static variable in class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
FAST_VERSION_REMOVAL_DARK_FEATURE - Static variable in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
FAST_VERSION_REMOVAL_GLOBAL_ORIGINAL_PAGE_SIZE_PER_JOB - Static variable in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
FAST_VERSION_REMOVAL_SPACE_ORIGINAL_PAGE_SIZE_PER_JOB - Static variable in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
FAST_VERSION_REMOVAL_SQL_SELECT_LIMIT - Static variable in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
FAST_VERSIONS_REMOVAL_STATUS_KEY - Static variable in class com.atlassian.confluence.impl.retention.fast.status.FastSoftCleanupStatusService
 
FastContentRetentionDao - Interface in com.atlassian.confluence.impl.retention.fast.dao
 
FastPermissionsEnabler - Class in com.atlassian.confluence.security.denormalisedpermissions.impl
Enables fast permissions after site restore or on fresh setup.
FastPermissionsEnabler(EventPublisher, DenormalisedPermissionStateManager, SchemaInformationService) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.FastPermissionsEnabler
 
FastPermissionsEnabler(EventPublisher, DenormalisedPermissionStateManager, SchemaInformationService, boolean) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.FastPermissionsEnabler
 
FastPermissionsResource - Class in com.atlassian.confluence.functest.rest.admin
A resource that allows tests to flush fast permissions queue.
FastPermissionsResource(AdvancedBulkPermissionService) - Constructor for class com.atlassian.confluence.functest.rest.admin.FastPermissionsResource
 
FastSoftCleanupJobStatus - Class in com.atlassian.confluence.api.model.retention
Contains the status of the Versions Removal job
FastSoftCleanupJobStatus() - Constructor for class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
FastSoftCleanupJobStatus(RemovalSummary, RemovalSummary, RemovalSummary, int, int, long, Map<Long, Long>, Map<Long, Long>) - Constructor for class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
FastSoftCleanupJobStatus.FastSoftCleanupJobStatusBuilder - Class in com.atlassian.confluence.api.model.retention
 
FastSoftCleanupJobStatusBuilder() - Constructor for class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus.FastSoftCleanupJobStatusBuilder
 
FastSoftCleanupStatusService - Class in com.atlassian.confluence.impl.retention.fast.status
Default service for interacting with VersionsRemovalStatus object
FastSoftCleanupStatusService(BandanaManager) - Constructor for class com.atlassian.confluence.impl.retention.fast.status.FastSoftCleanupStatusService
 
FastSpaceRetentionDao - Interface in com.atlassian.confluence.impl.retention.fast.dao
 
FastTrashCleanupJobStatus - Class in com.atlassian.confluence.impl.retention.fast.status
Status of a fast soft removal job
FastTrashCleanupJobStatus() - Constructor for class com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatus
 
FastTrashCleanupJobStatus(Map<Long, Long>) - Constructor for class com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatus
 
FastTrashCleanupJobStatusManager - Class in com.atlassian.confluence.impl.retention.fast.status
 
FastTrashCleanupJobStatusManager(BandanaManager) - Constructor for class com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatusManager
 
FastTrashRemovalManager - Class in com.atlassian.confluence.impl.retention.fast
FastTrashRemovalManager is a service that removes trashes based on retention policies.
FastTrashRemovalManager(GlobalRetentionPolicyManager, FastTrashCleanupJobStatusManager, TrashManagerInternal, PlatformTransactionManager, RetentionFeatureChecker, TrashRuleEvaluator, EventPublisher, FastContentRetentionDao, FastSpaceRetentionDao, DarkFeatureManager, ClusterLockExecutionService) - Constructor for class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
FastVersionRemovalService - Class in com.atlassian.confluence.impl.retention.fast
Fast version removal service for removing versions based on retention policies.
FastVersionRemovalService(HistoricalVersionService, FastSoftCleanupStatusService, VersionRemovalEventPublisher, PlatformTransactionManager, RetentionFeatureChecker, SpaceRetentionPolicyManager, FastContentRetentionDao, FastSpaceRetentionDao, DarkFeatureManager, ClusterLockExecutionService) - Constructor for class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
FATAL - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventLevel
 
FATAL - Enum constant in enum class com.atlassian.confluence.test.util.Log4J2Logger.LogLevel
 
FATAL - Enum constant in enum class com.atlassian.confluence.util.test.rules.Log4J2Logger.LogLevel
Deprecated.
 
fauxpansions(Expansions, String) - Static method in class com.atlassian.confluence.api.impl.service.content.factory.Fauxpansions
 
Fauxpansions - Class in com.atlassian.confluence.api.impl.service.content.factory
Wrapper for Expansions that can be passed to a ModelFactory to indicate both expandability at the top level, and any sub-expansions.
FAVICON_RESET_SUMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
FAVICON_UPLOADED_SUMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
faviconChangedEvent(FaviconChangedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
FaviconChangedEvent - Class in com.atlassian.confluence.themes.events
 
FaviconChangedEvent(Object, FaviconChangedEvent.Action) - Constructor for class com.atlassian.confluence.themes.events.FaviconChangedEvent
 
FaviconChangedEvent.Action - Enum Class in com.atlassian.confluence.themes.events
 
FAVOURITE - Enum constant in enum class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
 
FAVOURITE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
FAVOURITE_LABEL - Static variable in interface com.atlassian.confluence.labels.LabelManager
 
FAVOURITE_LABEL_YANKEE - Static variable in interface com.atlassian.confluence.labels.LabelManager
 
favouriteManager - Variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
favouriteManager - Variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
FavouriteManager - Interface in com.atlassian.confluence.userstatus
Manages the favourite spaces and pages of a user.
FavouritePageCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
FavouritePageCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.FavouritePageCondition
 
FavouriteRelationDescriptor<T extends Relatable> - Class in com.atlassian.confluence.api.model.relations
The built-in relationship type for favourites.
FAVOURITES - Enum constant in enum class com.atlassian.confluence.search.service.SpaceCategoryEnum
 
FAVOURITES - Static variable in interface com.atlassian.confluence.search.v2.SpaceCategories
 
FavouriteSort - Class in com.atlassian.confluence.search.v2.sort
Order search results by favourite date.
FavouriteSort(SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.FavouriteSort
 
FavouriteSortMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
Maps sort capability from FavouriteSort to lucene.
FavouriteSortMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.FavouriteSortMapper
 
FavouriteSpaceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
FavouriteSpaceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.FavouriteSpaceCondition
 
FavouriteSpacesTab - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
Implements the "Favourite Spaces" tab, which displays updates from a user's favourite spaces.
FavouriteSpacesTab(HttpContext, I18NBeanFactory, LabelManager, PermissionManager, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.FavouriteSpacesTab
 
FeatureAuthToken - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
FeatureModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.3 no replacement
FeatureModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.FeatureModuleDescriptor
Deprecated.
 
FeatureService - Interface in com.atlassian.confluence.setup.settings
Deprecated.
since 8.3 unused, no replacement
FEDORA_DS - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
FEED - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Used when rendering is occurring in a feed, such as from using Confluence's built-in RSS feeds
FeedCustomContentType - Interface in com.atlassian.confluence.rss
Allows plugins to provide custom content types to the feed builder
FeedCustomContentTypeModuleDescriptor - Class in com.atlassian.confluence.rss
 
FeedCustomContentTypeModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.rss.FeedCustomContentTypeModuleDescriptor
 
FeedProperties - Class in com.atlassian.confluence.rss
Allows users to specify properties of the feed.
FeedProperties(String, String, boolean, boolean) - Constructor for class com.atlassian.confluence.rss.FeedProperties
 
FeedSupportModuleDescriptor - Class in com.atlassian.confluence.rss
Allows plugins to provide builders for items in an RSS/Atom feed served by Confluence.
FeedSupportModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.rss.FeedSupportModuleDescriptor
 
FeedTimeoutEvent - Class in com.atlassian.confluence.rss
An event sent when a Timeout occurs when rendering a com.sun.syndication.feed.synd.SyndEntry.
FeedTimeoutEvent(Object, ConfluenceEntityObject, long, long, int, int) - Constructor for class com.atlassian.confluence.rss.FeedTimeoutEvent
 
FeedType - Enum Class in com.atlassian.confluence.rss
The type of feed.
FelixOsgiContainerManagerFactory - Class in com.atlassian.confluence.plugin.spring
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1
FelixOsgiContainerManagerFactory() - Constructor for class com.atlassian.confluence.plugin.spring.FelixOsgiContainerManagerFactory
Deprecated.
 
fetch() - Method in class com.atlassian.confluence.api.impl.service.content.finder.ContentFinderImpl
 
fetch() - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
 
fetch() - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupFinderImpl
 
fetch() - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl.PersonFinderImpl
 
fetch() - Method in interface com.atlassian.confluence.api.service.finder.SingleFetcher
 
fetch() - Method in class com.atlassian.confluence.impl.service.finder.NoopFetcher
 
fetch() - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyFinderImpl
 
fetch() - Method in class com.atlassian.confluence.plugins.contentproperty.TransactionWrappingFinder
 
fetch(LimitedRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AttachmentFetcher
 
fetch(LimitedRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.BlogPostFetcher
 
fetch(LimitedRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.CommentFetcher
 
fetch(LimitedRequest) - Method in interface com.atlassian.confluence.api.impl.service.content.finder.ContentFetcher
 
fetch(LimitedRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
fetchActiveUsers(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
fetchActiveUsers(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
fetchActiveUsers(PageRequest) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Fetch a page of active users (users which count towards the license limit).
fetchActiveUsers(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Fetch active users.
fetchActiveUsers(PageRequest) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
fetchAllContent(ContentType, LimitedRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
fetchAllRecordIds() - Method in interface com.atlassian.confluence.internal.audit.persistence.dao.AuditRecordDao
Deprecated.
Fetch Ids of all audit records
fetchAllRecordIds() - Method in class com.atlassian.confluence.internal.audit.persistence.dao.hibernate.HibernateAuditRecordDao
Deprecated.
 
fetchByDate(ContentType, LimitedRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
fetchByIdCompletionStage() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
fetchByIdCompletionStage() - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl
 
fetchByIdCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteContentServiceImpl.RemoteContentFinderImpl
 
fetchByIds(List<Long>) - Method in interface com.atlassian.confluence.internal.audit.persistence.dao.AuditRecordDao
Deprecated.
Fetch all audit records with specified Ids
fetchByIds(List<Long>) - Method in class com.atlassian.confluence.internal.audit.persistence.dao.hibernate.HibernateAuditRecordDao
Deprecated.
 
fetchBySpace(ContentType, LimitedRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
fetchByTitle(ContentType, LimitedRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
fetchCompletionStage() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
fetchCompletionStage() - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
 
fetchCompletionStage() - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
 
fetchCompletionStage() - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentVersionServiceImpl.RemoteVersionFinderImpl
 
fetchCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
 
fetchCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
 
fetchCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl.RemotePersonFinderImpl
 
fetchCompletionStage() - Method in class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl.RemoteGroupFinderImpl
 
fetchCompletionStage() - Method in interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
 
fetchCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl
 
fetchCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
 
fetchCount() - Method in interface com.atlassian.confluence.api.service.relations.RelationService.RelatableFinder
Get total number of related entities
fetchCounter(String) - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoring
Fetches the counter associated with the supplied name details.
fetchCounter(String, String...) - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
fetchCounter(String, String...) - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoring
fetchCounter(String, Map<String, String>) - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
fetchCounter(String, Map<String, String>) - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoring
Fetches the counter associated with the supplied name details.
fetchMany(ContentType, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.ContentFinderImpl
 
fetchMany(ContentType, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceContentImpl
 
fetchMany(ContentType, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.ChildContentService.ChildContentFinder
Retrieve all content of the particular type contained in this parent.
fetchMany(ContentType, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ContentFetcher
 
fetchMany(ContentType, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceContentFinder
Retrieve all content contained in this space of the particular type
fetchMany(ContentType, PageRequest) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
fetchMany(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
 
fetchMany(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupFinderImpl
 
fetchMany(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl.PersonFinderImpl
 
fetchMany(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl.PersonSearcherImpl
 
fetchMany(PageRequest) - Method in interface com.atlassian.confluence.api.service.finder.ManyFetcher
 
fetchMany(PageRequest) - Method in class com.atlassian.confluence.impl.service.finder.NoopFetcher
 
fetchMany(PageRequest) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyFinderImpl
 
fetchMany(PageRequest) - Method in class com.atlassian.confluence.plugins.contentproperty.TransactionWrappingFinder
 
fetchMany(PageRequest, Expansion...) - Method in interface com.atlassian.confluence.api.service.relations.RelationService.RelatableFinder
 
fetchManyCompletionStage(ContentType, PageRequest) - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl
 
fetchManyCompletionStage(ContentType, PageRequest) - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl
 
fetchManyCompletionStage(ContentType, PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteChildContentService.RemoteChildContentFinder
Retrieve a paged list of content of the given type contained in this parent
fetchManyCompletionStage(ContentType, PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteChildContentServiceImpl.RemoteChildContentFinderImpl
 
fetchManyCompletionStage(ContentType, PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFetcher
 
fetchManyCompletionStage(ContentType, PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteContentServiceImpl.RemoteContentFinderImpl
 
fetchManyCompletionStage(ContentType, PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceContentFinder
Retrieve a paged list of content of the given type contained in this space
fetchManyCompletionStage(ContentType, PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl
 
fetchManyCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
 
fetchManyCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentVersionServiceImpl.RemoteVersionFinderImpl
 
fetchManyCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService.RemoteAttachmentFinder
 
fetchManyCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
 
fetchManyCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteContentPropertyFetcher
 
fetchManyCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
 
fetchManyCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService.RemoteTemplateFetcher
 
fetchManyCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteManyFetcher
 
fetchManyCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService.RemotePersonManyFetcher
Deprecated.
 
fetchManyCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl.RemotePersonFinderImpl
 
fetchManyCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupService.RemoteGroupFinder
 
fetchManyCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl.RemoteGroupFinderImpl
 
fetchManyCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePropertyService.RemoteManyFetcher
 
fetchManyCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl
 
fetchManyCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceFinder
 
fetchManyCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
 
fetchManyWithAnyType(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.ContentFinderImpl
 
fetchManyWithAnyType(PageRequest) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ContentFetcher
 
fetchManyWithAnyType(PageRequest) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
fetchManyWithoutCaching(ContentType, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.ContentFinderImpl
 
fetchManyWithoutCaching(ContentType, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ContentFetcher
 
fetchManyWithoutCaching(ContentType, PageRequest) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
fetchMappedByContentType(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.ContentFinderImpl
 
fetchMappedByContentType(PageRequest) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ContentFetcher
 
fetchMappedByContentType(PageRequest) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
fetchMappedByContentTypeCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
fetchMappedByContentTypeCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFetcher
 
fetchMappedByType(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceContentImpl
 
fetchMappedByType(PageRequest) - Method in interface com.atlassian.confluence.api.service.content.ChildContentService.ChildContentFinder
Retrieve all content contained in this parent mapped by ContentType.
fetchMappedByType(PageRequest) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceContentFinder
Retrieve all content contained in this space mapped by ContentType
fetchMappedByTypeCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl
 
fetchMappedByTypeCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteChildContentService.RemoteChildContentFinder
Retrieve the content contained in this parent.
fetchMappedByTypeCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteChildContentServiceImpl.RemoteChildContentFinderImpl
 
fetchMappedByTypeCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceContentFinder
Retrieve the all content contained in this space.
fetchMappedByTypeCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl
 
fetchOneOrNull() - Method in interface com.atlassian.confluence.api.service.finder.SingleFetcher
Deprecated.
since 6.13.0, use {SingleFetcher.fetchOrNull()}
fetchOneOrNullCompletionStage() - Method in interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
 
fetchOrNull() - Method in interface com.atlassian.confluence.api.service.finder.SingleFetcher
 
fetchOrNullCompletionStage() - Method in interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
 
fetchPropertyKeys() - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService.ParameterContentPropertyFinder
 
fetchSpaceDisplayName(String) - Method in interface com.atlassian.confluence.impl.audit.AuditHelper
 
fetchSpaceDisplayName(String) - Method in class com.atlassian.confluence.impl.audit.impl.DefaultAuditHelper
 
fetchSpaceId(String) - Method in interface com.atlassian.confluence.impl.audit.AuditHelper
 
fetchSpaceId(String) - Method in class com.atlassian.confluence.impl.audit.impl.DefaultAuditHelper
 
fetchUserFullName(ConfluenceUser) - Method in interface com.atlassian.confluence.impl.audit.AuditHelper
 
fetchUserFullName(ConfluenceUser) - Method in class com.atlassian.confluence.impl.audit.impl.DefaultAuditHelper
 
fetchUserFullName(User) - Method in interface com.atlassian.confluence.impl.audit.AuditHelper
 
fetchUserFullName(User) - Method in class com.atlassian.confluence.impl.audit.impl.DefaultAuditHelper
 
fetchUserFullName(String) - Method in interface com.atlassian.confluence.impl.audit.AuditHelper
 
fetchUserFullName(String) - Method in class com.atlassian.confluence.impl.audit.impl.DefaultAuditHelper
 
fetchUserKey(ConfluenceUser) - Method in interface com.atlassian.confluence.impl.audit.AuditHelper
 
fetchUserKey(ConfluenceUser) - Method in class com.atlassian.confluence.impl.audit.impl.DefaultAuditHelper
 
fetchUserKey(User) - Method in interface com.atlassian.confluence.impl.audit.AuditHelper
 
fetchUserKey(User) - Method in class com.atlassian.confluence.impl.audit.impl.DefaultAuditHelper
 
fetchUserKey(String) - Method in interface com.atlassian.confluence.impl.audit.AuditHelper
 
fetchUserKey(String) - Method in class com.atlassian.confluence.impl.audit.impl.DefaultAuditHelper
 
field - Variable in class com.atlassian.confluence.impl.search.v2.lucene.SinceDateQueryFactory
 
field() - Method in interface com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchRangeQueryMapper.RangeQueryFacade
 
FIELD_CONTENT_PLUGIN_KEY - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.CustomContentSearchExtractor
Deprecated.
FieldChange - Class in com.atlassian.confluence.setup.settings
Represents a field change in the settings.
FieldChange(String, Object, Object) - Constructor for class com.atlassian.confluence.setup.settings.FieldChange
 
FieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Represents an index field.
FieldDescriptor(FieldMapping, String) - Constructor for class com.atlassian.confluence.plugins.index.api.FieldDescriptor
Construct a field with the given mapping and value
FieldDescriptor(FieldMapping, String, Object) - Constructor for class com.atlassian.confluence.plugins.index.api.FieldDescriptor
Construct a field with the given mapping, value and raw value
FieldDescriptor(String, String, FieldDescriptor.Store, FieldDescriptor.Index) - Constructor for class com.atlassian.confluence.plugins.index.api.FieldDescriptor
Deprecated.
FieldDescriptor.Index - Enum Class in com.atlassian.confluence.plugins.index.api
Deprecated.
FieldDescriptor.Store - Enum Class in com.atlassian.confluence.plugins.index.api
 
FieldExistsQuery - Class in com.atlassian.confluence.search.v2.query
A V2 SearchQuery implementation which finds documents which contain a specific field.
FieldExistsQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.FieldExistsQuery
 
FieldExistsQuery(String, boolean) - Constructor for class com.atlassian.confluence.search.v2.query.FieldExistsQuery
Creates a SearchQuery which finds documents that do not contain a specific field.
FieldExistsQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
This mapper maps a V2 FieldExistsQuery to the relevant Lucene query
FieldExistsQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.FieldExistsQueryMapper
 
FieldMapping - Interface in com.atlassian.confluence.plugins.index.api.mapping
Defines how an index field is stored and indexed.
FieldMappings - Class in com.atlassian.confluence.search.v2
Contains the field-mappings associated with a particular index.
FieldMappings() - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianContentDocumentBuilder.FieldMappings
 
FieldMappings(FieldMappings.FieldMappingWriter) - Constructor for class com.atlassian.confluence.search.v2.FieldMappings
 
FieldMappings.FieldMappingWriter - Interface in com.atlassian.confluence.search.v2
Writer for creating field mappings physically on the underlying index.
FieldMappingsProvider - Interface in com.atlassian.confluence.plugins.index.api.mapping
This interface provides plugins with the ability to define additional field mappings onto the search index.
FieldMappingsProviderModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A module descriptor that allows plugin to add an FieldMapping into the search index.
FieldMappingsProviderModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.FieldMappingsProviderModuleDescriptor
 
FieldMappingsProviderModuleRegistrar - Class in com.atlassian.confluence.internal.search.v2
Registers all FieldMapping from field-mappings-provider modules
FieldMappingsProviderModuleRegistrar(SearchIndexAccessor, SearchIndexAccessor, CustomSearchIndexRegistry, PluginEventManager) - Constructor for class com.atlassian.confluence.internal.search.v2.FieldMappingsProviderModuleRegistrar
 
FieldMappingVisitor<T> - Interface in com.atlassian.confluence.plugins.index.api.mapping
A visitor to resolve a FieldMapping based on its implementation.
fieldName() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
fieldName(String) - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestFieldValidationError.Builder
 
fieldName(String) - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
 
fieldNotExistsQuery(String) - Static method in class com.atlassian.confluence.search.v2.query.FieldExistsQuery
 
FieldNotRequestedException - Exception in com.atlassian.confluence.search.v2
Exception thrown when an attempt is made to access a search field when it was not included in the collection of requested fields.
FieldNotRequestedException(String) - Constructor for exception com.atlassian.confluence.search.v2.FieldNotRequestedException
 
FieldNotRequestedException(String, Exception) - Constructor for exception com.atlassian.confluence.search.v2.FieldNotRequestedException
 
FieldSort - Class in com.atlassian.confluence.search.v2.sort
Sort based on value of a field.
FieldSort(String, SearchSort.Type, SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.FieldSort
 
FieldSortMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
FieldSortMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.FieldSortMapper
 
FieldValidationError - Class in com.atlassian.confluence.core.service
 
FieldValidationError - Interface in com.atlassian.confluence.api.model.validation
Represents a ValidationError that is associated with a field of user input.
FieldValidationError(String, String, Object...) - Constructor for class com.atlassian.confluence.core.service.FieldValidationError
 
FieldValueFactorFunction - Class in com.atlassian.confluence.search.v2.score
 
FieldValueFactorFunction(FieldValueSource) - Constructor for class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction
 
FieldValueFactorFunction(FieldValueSource, double, FieldValueFactorFunction.Modifier) - Constructor for class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction
 
FieldValueFactorFunction.Modifier - Enum Class in com.atlassian.confluence.search.v2.score
The Type class encapsulates the modification types that can be applied to the score/value product.
FieldValuesCollector - Class in com.atlassian.confluence.internal.index.lucene
Originally an inner class of LuceneSearchIndexAccessor, but extracted as a first-citizen class here for better clarity.
FieldValuesCollector(IndexSearcher, Set<String>, Consumer<Map<String, String[]>>) - Constructor for class com.atlassian.confluence.internal.index.lucene.FieldValuesCollector
 
FieldValueSource - Interface in com.atlassian.confluence.search.v2.score
Specifies a numerical field from which data will be drawn for score function.
FieldVisitor<T> - Interface in com.atlassian.confluence.plugins.index.api
Deprecated.
since 8.6. Use instead
FILE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
FILE_PROTOCOL - Static variable in class com.atlassian.confluence.util.CompleteURLEncoder
 
FILE_SIZE - Static variable in interface com.atlassian.confluence.api.service.content.AttachmentService
Attachment file size is stored in the Content as the "fileSize" extension property.
FILE_SYSTEM - Enum constant in enum class com.atlassian.confluence.pages.AttachmentDataStorageType
 
FileBackupImporter - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
FileBackupImporter(Set<JournalStateStore>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
FileBandanaXmlParser - Class in com.atlassian.confluence.setup.bandana
 
FileBandanaXmlParser(File) - Constructor for class com.atlassian.confluence.setup.bandana.FileBandanaXmlParser
 
fileDeleteTime(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
FileDownloadResourceReader - Class in com.atlassian.confluence.importexport.resource
 
FileDownloadResourceReader(File, boolean) - Constructor for class com.atlassian.confluence.importexport.resource.FileDownloadResourceReader
 
FileDownloadResourceWriter - Class in com.atlassian.confluence.importexport.resource
 
FileDownloadResourceWriter(String, File) - Constructor for class com.atlassian.confluence.importexport.resource.FileDownloadResourceWriter
 
fileExists(Boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
FileExportable - Interface in com.atlassian.confluence.core
Classes that implement this interface are exported as files, rather than the native format (XML, HTML, etc)
FileExtensionQuery - Class in com.atlassian.confluence.search.v2.query
Search for content with a particular file extension.
FileExtensionQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.FileExtensionQuery
Construct a new query for a given file extension
FileInfo - Class in com.atlassian.confluence.api.model.backuprestore
File Information
FileInfo - Class in com.atlassian.confluence.upgrade.upgradetask.splitindex
Collects some data of the files in the index folder.
FileInfo(String, File, long) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.splitindex.FileInfo
FileInfo object contains the name, the File and the size in bytes for the file
FileInfo(String, String, long, JobScope) - Constructor for class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
FileInfo.Builder - Class in com.atlassian.confluence.api.model.backuprestore
 
FileLocationResolver - Interface in com.atlassian.confluence.pages.persistence.dao
Deprecated.
since 7.14
fileName - Variable in class com.atlassian.confluence.pages.actions.beans.FileStorer
Deprecated.
 
fileName(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
fileName(String) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings.Builder
 
fileName(String) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings.Builder
 
FILENAME - Static variable in class com.atlassian.confluence.core.StorageFormatConstants
 
FILENAME - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
FILENAME_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
FILENAME_ATTRIBUTE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
FILENAME_EXTENSION - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
 
FILENAME_SORT - Static variable in class com.atlassian.confluence.util.AttachmentComparator
 
FilenameAnalyzerDescriptor - Class in com.atlassian.confluence.plugins.index.api
Custom analyzer designed for supporting matching on file names.
FilenameAnalyzerDescriptor() - Constructor for class com.atlassian.confluence.plugins.index.api.FilenameAnalyzerDescriptor
 
FilenameAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer
Provides OpenSearch analyzer for FilenameAnalyzerDescriptor.
FilenameAnalyzerProvider(LanguageAnalyzerProvider) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.FilenameAnalyzerProvider
 
FileNameEncodingTester - Class in com.atlassian.confluence.util
 
FileNameEncodingTester(File) - Constructor for class com.atlassian.confluence.util.FileNameEncodingTester
 
FilenameFilter - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter
This filter tokenises filenames using .-_ as delimiters.
FilenameFilter(TokenStream) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.FilenameFilter
 
FilenameFilter(TokenStream, String, boolean) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.FilenameFilter
 
fileNamePrefix(String) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings.Builder
 
fileNamePrefix(String) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings.Builder
 
FilenameSort - Class in com.atlassian.confluence.search.v2.sort
Sort based on an attachment's filename.
FilenameSort(SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.FilenameSort
 
fileParameterNames - Variable in class com.atlassian.confluence.pages.actions.beans.FileStorer
Deprecated.
 
FileSanitizer - Class in com.atlassian.confluence.util
 
FileSanitizer(Map<String, List<Pattern>>, String) - Constructor for class com.atlassian.confluence.util.FileSanitizer
 
FileServerServlet - Class in com.atlassian.confluence.servlet
Serves files from Confluence: attachments, custom resources, thumbnails, plugin resources, etc.
FileServerServlet() - Constructor for class com.atlassian.confluence.servlet.FileServerServlet
 
FilesizeSort - Class in com.atlassian.confluence.search.v2.sort
 
FilesizeSort(SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.FilesizeSort
 
FileStoreContextConfig - Class in com.atlassian.confluence.impl.filestore
 
FileStoreContextConfig() - Constructor for class com.atlassian.confluence.impl.filestore.FileStoreContextConfig
 
FileStoreFactory - Class in com.atlassian.confluence.impl.filestore
Deprecated.
FileStoreFactory(BootstrapManager) - Constructor for class com.atlassian.confluence.impl.filestore.FileStoreFactory
Deprecated.
 
FileStoreHomePathPlaceholderResolver - Class in com.atlassian.confluence.impl.filestore
Provides a mechanism to substitute placeholders representing the various Confluence home directories.
FileStoreHomePathPlaceholderResolver(FilesystemPath, FilesystemPath) - Constructor for class com.atlassian.confluence.impl.filestore.FileStoreHomePathPlaceholderResolver
 
fileStorer - Variable in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
Deprecated, for removal: This API element is subject to removal in a future version.
FileStorer - Class in com.atlassian.confluence.pages.actions.beans
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, use AttachmentUploadHelper instead.
FileStorer(ConfluenceActionSupport, ContentEntityObject) - Constructor for class com.atlassian.confluence.pages.actions.beans.FileStorer
Deprecated.
 
FileStorer(ActionSupport, ContentEntityObject) - Constructor for class com.atlassian.confluence.pages.actions.beans.FileStorer
Deprecated, for removal: This API element is subject to removal in a future version.
FILESYSTEM - Enum constant in enum class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageType
 
FileSystemAttachmentDataDao - Class in com.atlassian.confluence.impl.pages.attachments.filesystem
An implementation of AttachmentDataDao which stores the attachment data as files on local filesystem, using the standard File API or as blob on remote filesystem, using com.atlassian.filestore.client.api.FileStoreClient API via the AttachmentDataFileSystem interface.
FileSystemAttachmentDataDao - Class in com.atlassian.confluence.pages.persistence.dao
Deprecated.
Since 5.5 Use com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao
FileSystemAttachmentDataDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
FileSystemAttachmentDataDao(AttachmentDataFileSystem) - Constructor for class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy - Interface in com.atlassian.confluence.pages.persistence.dao
Deprecated.
 
FileSystemAttachmentDataUtil - Class in com.atlassian.confluence.pages.persistence.dao.filesystem
 
FileSystemAttachmentDataUtil() - Constructor for class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataUtil
 
FilesystemJournalStateStore - Class in com.atlassian.confluence.impl.journal
Persists journal state in the local home directory on each node.
FilesystemJournalStateStore(BootstrapManager) - Constructor for class com.atlassian.confluence.impl.journal.FilesystemJournalStateStore
 
FilesystemUtils - Class in com.atlassian.confluence.util
 
FilesystemUtils() - Constructor for class com.atlassian.confluence.util.FilesystemUtils
 
FileUnzipper - Class in com.atlassian.confluence.util.zip
 
FileUnzipper(File, File) - Constructor for class com.atlassian.confluence.util.zip.FileUnzipper
 
fileUploadManager - Variable in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
FileUploadManager - Interface in com.atlassian.confluence.pages
 
FileWrapper(AttachmentDataStreamType, File) - Constructor for class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.FileWrapper
Deprecated.
 
FileXmlExporter - Class in com.atlassian.confluence.importexport.impl
Deprecated.
since 7.14 Replaced by AbstractFileXmlExporter
FileXmlExporter() - Constructor for class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
 
filter(Iterable<K>) - Method in class com.atlassian.confluence.cache.CacheOperations
Filters the supplied list of keys by adding those from any 'put' operations and removing those from any 'remove' operations.
filter(String, String) - Method in class com.atlassian.confluence.tinymceplugin.rest.captcha.CaptchaResourceFilter
 
filter(List<String>) - Method in class com.atlassian.confluence.pages.ContentTree
Remove all nodes in this tree whose id does not match the list passed in
filter(Set<Long>, Set<Long>) - Method in class com.atlassian.confluence.pages.ContentTree
Filters the tree according to included and excluded ids of content nodes.
filter(HttpServletRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.captcha.CaptchaResourceFilter
 
filter(ContainerRequestContext) - Method in class com.atlassian.confluence.plugins.restapi.filters.LimitingRequestFilter
 
filter(ContainerRequestContext) - Method in class com.atlassian.confluence.plugins.restapi.filters.LogRequestInfoFilter
 
filter(ContainerRequestContext) - Method in class com.atlassian.confluence.plugins.restapi.filters.RateLimitFilter
 
filter(ContainerRequestContext) - Method in class com.atlassian.confluence.plugins.restapi.filters.ReadOnlyAccessRequestFilter
 
filter(ContainerRequestContext) - Method in class com.atlassian.confluence.tinymceplugin.rest.captcha.CaptchaResourceFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class com.atlassian.confluence.plugins.rest.jersey.jackson2.cachecontrol.PreventCachingResponseFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class com.atlassian.confluence.plugins.restapi.filters.EnricherResourceFilter
 
FILTER - Enum constant in enum class com.atlassian.confluence.search.v2.ClauseType
 
filterAuthorizedLabels(List<Label>) - Method in class com.atlassian.confluence.impl.labels.LabelPermissionEnforcerImpl
 
filterAuthorizedLabels(List<Label>) - Method in interface com.atlassian.confluence.labels.LabelPermissionEnforcer
Filters a list of label objects, removing any that the logged-in user is not authorized to access.
FILTERED - Enum constant in enum class com.atlassian.confluence.util.SearchTermType
 
FilteredPersistedObjectsRegister - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Skips objects of entities that do not have any incoming referenced.
FilteredPersistedObjectsRegister(PersistedObjectsRegister, Collection<ExportableEntityInfo>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.FilteredPersistedObjectsRegister
 
filteredResponse(LimitedRequest, List<T>, Predicate<? super T>) - Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
Reduces a list of items for a limited request by the predicate provided.
filteredResponseWithCursor(LimitedRequest, Predicate<? super T>, List<T>) - Static method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
filteredResponseWithCursor(LimitedRequest, Predicate<? super T>, List<T>, CursorType) - Static method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
filteredResponseWithCursor(LimitedRequest, List<T>, Predicate<? super T>, BiFunction<T, Boolean, Cursor>, Comparator<T>) - Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
Reduces a list of items for a limited request by the predicate provided.
FilteredScoreFunction - Class in com.atlassian.confluence.search.v2.score
A function that delegates to the provided function if the document satisfies a filter, otherwise it will return an empty score.
FilteredScoreFunction(SearchQuery, ComposableScoreFunction) - Constructor for class com.atlassian.confluence.search.v2.score.FilteredScoreFunction
 
filterEmptyAndExcludedEvents(XMLEventReader, Set<String>) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
filterLabelsByNamespace(List, User, Namespace) - Method in class com.atlassian.confluence.impl.labels.LabelPermissionEnforcerImpl
 
filterLabelsByNamespace(List, User, Namespace) - Method in interface com.atlassian.confluence.labels.LabelPermissionEnforcer
Takes a list of label objects and filters out those not in the specified namespace
filterLabelsByNamespace(List, User, Namespace) - Static method in class com.atlassian.confluence.labels.LabelPermissionSupport
Deprecated.
Takes a list of label objects and filters out those not in the specified namespace
filterPermissionSets(ContentEntityObject, ContentPermissionSet, ContentPermissionSet, Collection<ContentPermissionSet>) - Static method in class com.atlassian.confluence.impl.search.v2.extractor.IndexablePermissionSetFilter
 
filterPermissionSets(ContentEntityObject, Collection<ContentPermissionSet>, Collection<ContentPermissionSet>) - Static method in class com.atlassian.confluence.impl.search.v2.extractor.IndexablePermissionSetFilter
 
filterPluginLoaders(List<Object>) - Static method in class com.atlassian.confluence.plugin.ConfluencePluginManager
 
filterToExistingTables(Set<String>, PlatformTransactionManager, SessionFactory) - Static method in class com.atlassian.confluence.upgrade.upgradetask.DataAccessUtils
 
filterTrailingBreadcrumb - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
filterTrailingBreadcrumb() - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
filterTrailingBreadcrumb() - Method in interface com.atlassian.confluence.util.breadcrumbs.Breadcrumb
Whether or not the last breadcrumb in the breadcrumbs trail should be filtered out.
filterVisibleLabels(List, User, boolean) - Method in class com.atlassian.confluence.impl.labels.LabelPermissionEnforcerImpl
 
filterVisibleLabels(List, User, boolean) - Method in interface com.atlassian.confluence.labels.LabelPermissionEnforcer
Filters a list of label objects, removing any that are not visible to the specified user by checking the label's namespace.
filterVisibleLabels(List, User, boolean) - Static method in class com.atlassian.confluence.labels.LabelPermissionSupport
Deprecated.
Takes a list of label objects and filters out those not visible to the given user
finalizeBuild(int) - Method in class com.atlassian.confluence.core.persistence.hibernate.CachingVersionHistoryDao
 
finalizeBuild(int) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateVersionHistoryDao
 
finalizeBuild(int) - Method in interface com.atlassian.confluence.core.persistence.VersionHistoryDao
Record the provided build number as finalized.
finalizeConfigureBuildNumber(int) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
FINALIZED_BUILD_NUMBER - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
FINALIZED_BUILD_NUMBER_CONFIG_KEY - Static variable in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
finalizeIfNeeded() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
finalizeIfNeeded() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
finalizeIfNeeded() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
finalizeIfNeeded() - Method in interface com.atlassian.confluence.upgrade.UpgradeFinalizationManager
Perform pending finalizeUpgradeTasks on the current node (no-op if none pending) if it is required, i.e.
find(long, int, ContentType) - Method in class com.atlassian.confluence.impl.retention.DefaultHistoricalVersionService
 
find(long, int, ContentType) - Method in interface com.atlassian.confluence.impl.retention.HistoricalVersionService
Get a list of content which has a current version with an id greater or equal to .
find(JobId) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
find(Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
find(Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
 
find(Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentVersionServiceImpl
 
find(Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
find(Expansion...) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl
 
find(Expansion...) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
find(Expansion...) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
find(Expansion...) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
Creates an attachment finder for locating attachments.
find(Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService
Create a ContentPropertyService.ContentPropertyFinder for locating content, the expansions will be applied to each property that matches the finder.
find(Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentService
Create a ContentFinder for locating content, the expansions will be applied to each piece of content that matches the finder.
find(Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentVersionService
Returns a finder interface for setting search criterion for versions or content.
find(Expansion...) - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService
Create a SpacePropertyService.SpacePropertyFinder for locating properties, the expansions will be applied to each property that matches the finder.
find(Expansion...) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Create a space finder to locate spaces, the expansions will be applied to each Space matching the restrictions on the finder.
find(Expansion...) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService
Creates an Template finder for locating Templates.
find(Expansion...) - Method in interface com.atlassian.confluence.api.service.people.GroupService
Create a GroupFinder for locating groups, the expansions will be applied to each group that matches the finder.
find(Expansion...) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Create a person finder to locate persons Restrictions can be applied to the finder using the appropriate withFoo() method
find(Expansion...) - Method in class com.atlassian.confluence.impl.retention.InMemorySpacePropertyService
 
find(Expansion...) - Method in class com.atlassian.confluence.plugins.contentproperty.ContentPropertyServiceImpl
 
find(Expansion...) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyServiceImpl
 
find(Expansion...) - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteContentServiceImpl
 
find(Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
 
find(Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentVersionServiceImpl
 
find(Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
 
find(Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
find(Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService
 
find(Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl
 
find(Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Create a content finder to retrieve content from the remote server
find(Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentServiceImpl
 
find(Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService
 
find(Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentVersionService
Returns a finder interface for setting search criterion for versions or content.
find(Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
 
find(Expansion...) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
find(Expansion...) - Method in interface com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupService
 
find(Expansion...) - Method in class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl
 
find(Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePropertyService
 
find(Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl
 
find(Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
 
find(Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
find(Expansion...) - Method in class com.atlassian.integrationtest.confluence.api.service.content.MockContentPropertyService
 
find(JournalIdentifier, long) - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.DefaultLuceneIndexSnapshotManager
 
find(JournalIdentifier, long) - Method in interface com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotManager
Find a specific index snapshot corresponding to a journal entry ID.
find(JournalIdentifier, long, long) - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.DefaultLuceneIndexSnapshotManager
 
find(JournalIdentifier, long, long) - Method in interface com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotManager
Find a specific index snapshot corresponding to a journal entry ID.
find(ContentLocator, Expansion...) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
find(ContentLocator, Expansion...) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
find(JobId) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
findActiveForDirectory(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationStatusDao
 
findActiveJobsByType(String) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
Returns all active jobs with the particular type.
findActiveSyncsWhereNodeIdNotIn(Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationStatusDao
 
findAll() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Find all objects of the class provided by getPersistentClass()
findAll() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectoryDao
 
findAll() - Method in class com.atlassian.confluence.impl.user.persistence.dao.ReadThroughCachingPersonalInformationDao
 
findAll() - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findAll() - Method in interface com.atlassian.confluence.internal.notification.persistence.NotificationDaoInternal
 
findAll() - Method in interface com.atlassian.confluence.internal.user.persistence.PersonalInformationDaoInternal
 
findAll() - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
findAll() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Retrieves the latest versions of all Attachments
findAll() - Method in interface com.atlassian.confluence.pages.persistence.dao.DraftDao
Returns all drafts stored in the data store.
findAll() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
findAll() - Method in class com.atlassian.confluence.pages.persistence.dao.SessionDraftDao
 
findAll() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateTrustedApplicationDao
 
findAll() - Method in interface com.atlassian.confluence.security.persistence.dao.TrustedApplicationDao
 
findAll(ContentId, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentPropertyResource
 
findAll(Class<T>) - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
findAll(String) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
Retrieves an iterator of CustomContentEntityObject with the specified pluginContentKey
findAll(String) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findAllActiveExternalDirectories() - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service.UserDirectoryConnectionService
 
findAllActiveExternalDirectories() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service.UserDirectoryConnectionServiceImpl
Returns all external and active directories.
findAllByContentId(long) - Static method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyQueryFactory
 
FindAllByContentIdHibernateQueryFactory - Class in com.atlassian.confluence.plugins.contentproperty.hibernate2
Hibernate 2 version of a query to find all content properties by owner id
FindAllByContentIdHibernateQueryFactory() - Constructor for class com.atlassian.confluence.plugins.contentproperty.hibernate2.FindAllByContentIdHibernateQueryFactory
 
findAllByContentIdsAndKeys(List<Long>, List<String>) - Static method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyQueryFactory
 
FindAllByContentIdsAndKeysHibernateQueryFactory - Class in com.atlassian.confluence.plugins.contentproperty.hibernate2
Hibernate 2 version of a query to find a content property by owner id and key
FindAllByContentIdsAndKeysHibernateQueryFactory() - Constructor for class com.atlassian.confluence.plugins.contentproperty.hibernate2.FindAllByContentIdsAndKeysHibernateQueryFactory
 
findAllBySpaceKey(String) - Static method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyQueryFactory
 
FindAllBySpaceKeyHibernateQueryFactory - Class in com.atlassian.confluence.plugins.contentproperty.hibernate2
Hibernate 2 version of a query to find all space properties by space key
FindAllBySpaceKeyHibernateQueryFactory() - Constructor for class com.atlassian.confluence.plugins.contentproperty.hibernate2.FindAllBySpaceKeyHibernateQueryFactory
 
findAllChildren(long) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
Retrieves all children of the specified content.
findAllChildren(long) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findAllChildren(CustomContentEntityObject) - Method in interface com.atlassian.confluence.content.CustomContentManager
Get an iterator of all children of a piece of content.
findAllChildren(CustomContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
findAllComponentIds() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
findAllContainedOfType(long, String) - Method in interface com.atlassian.confluence.content.CustomContentManager
Get an iterator of contained content of a piece of content with a given type.
findAllContainedOfType(long, String) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
findAllContainedOfType(long, String) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findAllContainedOfType(long, String) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
findAllContentForAllLabels(int, int, Label...) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findAllContentForAllLabels(int, int, Label...) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Retrieve all ContentEntityObjects which are labelled with ALL provided labels.
findAllContentLabelsPaginated(String, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceLabelServiceImpl
 
findAllContentLabelsPaginated(String, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
findAllContentLabelsPaginated(String, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.SpaceLabelService
Returns a paginated list of all Labels used by Content within the given Space.
findAllContentLabelsPaginated(String, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
findAllContentLabelsPaginated(String, PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Returns a paginated list of all Labels used by Content within the given Space.
findAllContentLabelsPaginated(String, PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
findAllCustomContentPluginKey() - Static method in class com.atlassian.confluence.test.rpc.FuncTestQueryFactory
 
findAllDailyReportNotifications() - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findAllDailyReportNotifications() - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findAllDailyReportNotifications() - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find all daily report notifications.
findAllDirectories() - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
findAllDraftsFor(long) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieves a list of drafts for the given content if any drafts exist.
findAllDraftsFor(long) - Method in interface com.atlassian.confluence.dmz.ContentDraftManagerInternal
Retrieves a list of drafts for the given content ID if any exist.
findAllDraftsFor(long) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
findAllDraftsFor(long) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
findAllDraftsWithUnpublishedChangesForUser(ConfluenceUser) - Method in interface com.atlassian.confluence.dmz.ContentDraftManagerInternal
Retrieves the drafts for the given User
findAllDraftsWithUnpublishedChangesForUser(ConfluenceUser) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
findAllGlobalPageTemplates() - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
findAllGlobalPageTemplates() - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
 
findAllGlobalPermissions() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findAllGlobalPermissions() - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Retrieves all global permissions
findAllGlobalPermissionsForType(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findAllGlobalPermissionsForType(String) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Retrieves all global permissions of type permissionType
findAllInSpace(long) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
findAllInSpace(long) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findAllInSpace(Space) - Method in interface com.atlassian.confluence.content.CustomContentManager
Deprecated.
Since 4.2. No replacement.
findAllInSpace(Space) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
This method is required for space exports to work properly.
findAllInSpace(String, long) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
findAllInSpace(String, long) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findAllInSpaceWithAttachments(long) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
findAllInSpaceWithAttachments(long) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findAllInSpaceWithAttachments(String, long) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
findAllInSpaceWithAttachments(String, long) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findAllIssueIds() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
findAllJobRunnerKeys() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
findAllJobRunnerKeys() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
findAllLegacyDraftsFor(long) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieves a list of Legacy drafts for the given content if any exist.
findAllLegacyDraftsFor(long) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
findAllNodeNames() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
findAllNotificationsBySpace(Space) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findAllNotificationsBySpace(Space) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findAllNotificationsBySpace(Space) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find all notifications linked to the specified space regardless of type specified.
findAllNotificationsByUser(User) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findAllNotificationsByUser(User) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findAllNotificationsByUser(User) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find all notifications owned by the specified user, including digest etc.
findAllPermissionsForGroup(String, long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.NoopInternalUserPermissionDao
 
findAllPersistentObjects() - Method in interface com.atlassian.confluence.core.persistence.AnyTypeDao
Deprecated.
since 7.14. No. Just no.
findAllPersistentObjects() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
findAllPersistentObjectsHandles() - Method in interface com.atlassian.confluence.core.persistence.AnyTypeDao
Deprecated.
since 7.14
findAllPersistentObjectsHandles() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
findAllPersistentObjectsHibernateHandles() - Method in interface com.atlassian.confluence.core.persistence.hibernate.ExporterAnyTypeDao
findAllPersistentObjectsHibernateHandles(Collection<Class<?>>) - Method in interface com.atlassian.confluence.core.persistence.hibernate.ExporterAnyTypeDao
Finds handles for all persistent objects.
findAllPersistentObjectsHibernateHandles(Collection<Class<?>>) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
findAllPluginKeys() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
findAllSorted(String) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findAllSorted(String) - Method in class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
 
findAllSorted(String) - Method in interface com.atlassian.confluence.internal.spaces.persistence.SpaceDaoInternal
 
findAllSorted(String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
findAllSorted(String, boolean, int, int) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findAllSpaceKeys() - Method in interface com.atlassian.confluence.internal.spaces.persistence.SpaceDaoInternal
Retrieves a list of space keys.
findAllSpaceKeys() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.RegularEntitiesAndPermissionsHelper
 
findAllSpaceKeys() - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
Retrieves a list of space keys.
findAllUserLabelledContent(String) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findAllUserLabelledContent(String) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findAllVersions(Attachment) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
findAllVersions(Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
 
findAllVersions(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
findAllVersions(Long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
findAllWithAttachments(String) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
Retrieves an iterator of CustomContentEntityObject with the specified pluginContentKey.
findAllWithAttachments(String) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findAllWithKey(String) - Method in interface com.atlassian.confluence.setup.bandana.persistence.dao.ConfluenceBandanaRecordDao
Returns all records that have a certain key, regardless of context.
findAllWithKey(String) - Method in class com.atlassian.confluence.setup.bandana.persistence.dao.hibernate.HibernateConfluenceBandanaRecordDao
 
findAndMaskEmail(String, User) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
FindAndReplaceNameConflictResolver - Class in com.atlassian.confluence.pages.persistence.dao.bulk.impl
Find and Replace text in page title to resolve conflict
FindAndReplaceNameConflictResolver(String, String) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.impl.FindAndReplaceNameConflictResolver
 
findApplicationContextInOsgiBundle(Plugin) - Static method in class com.atlassian.confluence.util.OsgiUtils
HACK Grab the bean with a name matching the jobKey from the target plugin's.
findAttachmentForDownloadPath(String) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
findAttachmentForDownloadPath(String) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Find an Attachment for the given downloadPath.
findAttachmentForDownloadPath(String) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
findAttachmentForDownloadPath(String) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
findAttachmentForDownloadPath(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
findAuthorisedApplications(long, List<String>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
findAuthorisedApplications(long, List<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
findBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule.ConfluenceJacksonDeserializers
 
findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder, String, Space, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder, String, Space, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Searches for blog posts in all spaces except the one specified, looking for those that have the given title in a current or previous version, and returns the first maxResultCount results.
findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder, String, Space, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder, String, Space, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Searches for blogs in the space specified, looking for those that have the given title in a previous version, and returns the first maxResultCount results.
findBulkExtractors(SearchIndex) - Method in interface com.atlassian.confluence.internal.search.extractor2.BulkExtractorProvider
 
findBulkExtractors(SearchIndex) - Method in class com.atlassian.confluence.internal.search.extractor2.PluginBulkExtractorProvider
 
findByClassIds(Set<Long>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternal
 
findByClassIds(Set<Long>, LimitedRequest) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
findByContentIdAndKey(long, String) - Static method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyQueryFactory
 
FindByContentIdAndKeyHibernateQueryFactory - Class in com.atlassian.confluence.plugins.contentproperty.hibernate2
Hibernate 2 version of a query to find a content property by owner id and key
FindByContentIdAndKeyHibernateQueryFactory() - Constructor for class com.atlassian.confluence.plugins.contentproperty.hibernate2.FindByContentIdAndKeyHibernateQueryFactory
 
findByCreatorName(String) - Method in interface com.atlassian.confluence.pages.persistence.dao.DraftDao
Returns the drafts stored against the given username.
findByCreatorName(String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
findByCreatorName(String) - Method in class com.atlassian.confluence.pages.persistence.dao.SessionDraftDao
 
findByDetails(String, String, String) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findByDetails(String, String, String) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Find all labels based on the details passed in.
findByDetailsInSpace(String, String, String, String) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findByDetailsInSpace(String, String, String, String) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Deprecated.
since 9.2.6
findByDetailsInSpace(String, String, String, String, LimitedRequest) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findByDetailsInSpace(String, String, String, String, LimitedRequest) - Method in interface com.atlassian.confluence.internal.labels.persistence.LabelDaoInternal
Allow to find labels by details in Space with pagination.
findByDetailsInSpaces(String, String, String, Collection<Space>) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findByDetailsInSpaces(String, String, String, Collection<Space>) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Find all labels for a specific space, based on the details passed in.
findByExternalId(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
findByExternalId(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
findByExternalIds(long, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
findByExternalIds(long, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
findByExternalIds(long, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
findByExternalIds(long, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
findByHandle(Handle) - Method in interface com.atlassian.confluence.core.persistence.AnyTypeDao
Deprecated.
Find a persistent object by its handle.
findByHandle(Handle) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
findById(long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
findById(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
findById(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectoryDao
 
findById(long) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findById(long) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Find the label by its id.
findById(long) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateTrustedApplicationDao
 
findById(long) - Method in interface com.atlassian.confluence.security.persistence.dao.TrustedApplicationDao
 
findById(long, Expansion...) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Retrieve a piece of content by its ID.
findById(long, Expansion...) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
findById(Long) - Method in interface com.atlassian.confluence.user.rememberme.ConfluenceRememberMeTokenDao
 
findById(Long) - Method in class com.atlassian.confluence.user.rememberme.DefaultConfluenceRememberMeTokenDao
 
findByIdsAndClassName(List<Long>, String) - Method in interface com.atlassian.confluence.core.persistence.AnyTypeDao
Deprecated.
Find a list of objects from the same persistent class.
findByIdsAndClassName(List<Long>, String) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
findByIdsAndClassNameWithoutCleanSession(List<Long>, String) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
findByIdsAndClassNameWithoutCleanSession(List<Long>, String) - Method in interface com.atlassian.confluence.impl.core.persistence.AnyTypeDaoInternal
Load a list of Searchable using ID and classname.
findByJobRunnerKey(JobRunnerKey) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
findByJobRunnerKey(JobRunnerKey) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
findByJobRunnerKeys(List<JobRunnerKey>) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
findByJobRunnerKeys(List<JobRunnerKey>) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
findByKey(UserKey) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
findByKey(UserKey) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Retrieve a ConfluenceUser by the user key.
findByKey(UserKey) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
findByKey(ContentId, String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentPropertyResource
 
findByKey(String, Long, String) - Method in class bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
 
findByKeyAlias(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateTrustedApplicationDao
 
findByKeyAlias(String) - Method in interface com.atlassian.confluence.security.persistence.dao.TrustedApplicationDao
 
findByKeys(Set<UserKey>) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
findByKeys(Set<UserKey>) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Performs a bulk lookup of multiple ConfluenceUsers.
findByKeys(Set<UserKey>) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
findByLabel(Label) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findByLabel(Label) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findByName(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
findByName(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
findByName(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
findByName(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
findByName(String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
findByName(String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
findByName(String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectoryDao
 
findByName(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateTrustedApplicationDao
 
findByName(String) - Method in interface com.atlassian.confluence.security.persistence.dao.TrustedApplicationDao
 
findByName(String, Class<? extends DirectoryEntity>) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
Find an entity by its name.
findByNames(long, Collection<String>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
findByNames(long, Collection<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
findByNames(long, Collection<String>) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalUserDao
Find all users from the list of usernames
findByNames(long, Collection<String>, CrowdUserCache.BulkLoader) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdUserCache
Finds all users with the given usernames.
findByNameWithAttributes(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
findByNameWithAttributes(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
findByNameWithAttributes(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
findByNameWithAttributes(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
findByQuery(ContentQuery<T>, boolean, LimitedRequest) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
findByQuery(ContentQuery<T>, boolean, LimitedRequest) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findByQuery(ContentQuery<T>, int, int) - Method in interface com.atlassian.confluence.content.CustomContentManager
Get the results of a query for CustomContentEntityObjects
findByQuery(ContentQuery<T>, int, int) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
findByQuery(ContentQuery<T>, int, int) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findByQuery(ContentQuery<T>, int, int) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
findByQuery(ContentQuery<T>, LimitedRequest, Predicate<T>) - Method in interface com.atlassian.confluence.content.CustomContentManager
Get the results of a query for CustomContentEntityObjects
findByQueryAndFilter(ContentQuery<T>, boolean, LimitedRequest, Predicate<T>) - Method in interface com.atlassian.confluence.content.CustomContentManager
Deprecated.
since 8.7
findByQueryAndFilter(ContentQuery<T>, boolean, LimitedRequest, Predicate<T>) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
findBySingleDegreeSeparation(EditableLabelable, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findBySingleDegreeSeparation(EditableLabelable, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Find the labels that are a single degree of separation away from the specified content.
findBySingleDegreeSeparation(EditableLabelable, String, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findBySingleDegreeSeparation(EditableLabelable, String, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Deprecated.
since 9.2.6
findBySingleDegreeSeparation(Label, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findBySingleDegreeSeparation(Label, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Deprecated.
since 9.2.6
findBySingleDegreeSeparation(Label, LimitedRequest) - Method in interface com.atlassian.confluence.internal.labels.persistence.LabelDaoInternal
 
findBySingleDegreeSeparation(Label, LimitedRequest) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findBySingleDegreeSeparation(Label, String, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findBySingleDegreeSeparation(Label, String, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Deprecated.
since 9.3.0.
findBySingleDegreeSeparation(Label, String, LimitedRequest) - Method in interface com.atlassian.confluence.internal.labels.persistence.LabelDaoInternal
 
findBySingleDegreeSeparation(Label, String, LimitedRequest) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findBySpace(Space) - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
findBySpace(Space) - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
 
findBySpace(String, String) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findBySpace(String, String) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Deprecated.
since 9.2.6
findBySpaceKeyAndKey(String, String) - Static method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyQueryFactory
 
FindBySpaceKeyAndKeyHibernateQueryFactory - Class in com.atlassian.confluence.plugins.contentproperty.hibernate2
Hibernate 2 version of a query to find a space property by space key and key
FindBySpaceKeyAndKeyHibernateQueryFactory() - Constructor for class com.atlassian.confluence.plugins.contentproperty.hibernate2.FindBySpaceKeyAndKeyHibernateQueryFactory
 
findByUsername(String) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
findByUsername(String) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Find the ConfluenceUser with the given user name.
findByUsername(String) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
findByUsername(String) - Method in interface com.atlassian.confluence.legacyapi.service.people.PersonService
Deprecated.
 
findByUsername(String) - Method in class com.atlassian.confluence.ui.rest.service.people.LegacyPersonServiceImpl
Deprecated.
 
findChildrenOfType(long, String, int, int, CustomContentManager.SortField, CustomContentManager.SortOrder) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
findChildrenOfType(long, String, int, int, CustomContentManager.SortField, CustomContentManager.SortOrder) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findChildrenOfType(CustomContentEntityObject, String, int, int, CustomContentManager.SortField, CustomContentManager.SortOrder) - Method in interface com.atlassian.confluence.content.CustomContentManager
Get an iterator of children of a piece of content with a given type.
findChildrenOfType(CustomContentEntityObject, String, int, int, CustomContentManager.SortField, CustomContentManager.SortOrder) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
findClosetColor(String, Set<String>) - Static method in class com.atlassian.confluence.util.ColourUtils
 
findCollectionDeserializer(CollectionType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule.ConfluenceJacksonDeserializers
 
findCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule.ConfluenceJacksonDeserializers
 
findConfluenceUsersByLowerNames(Iterable<String>) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
findConfluenceUsersByLowerNames(Iterable<String>) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Find all ConfluenceUser which have the given lowerNames.
findConfluenceUsersByLowerNames(Iterable<String>) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
findContent(ContentId, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ChildContentServiceImpl
 
findContent(ContentId, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ChildContentService
A finder to locate Content under a parent.
findContent(ContentId, Expansion...) - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteChildContentServiceImpl
 
findContent(ContentId, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteChildContentService
Create a finder to find content in the given parent.
findContent(ContentId, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteChildContentServiceImpl
 
findContent(Space, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
findContent(Space, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
A finder to locate content in the space
findContent(Space, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Create a finder to find content in the given space.
findContent(Space, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
findContentById(long) - Method in interface com.atlassian.confluence.mail.notification.NotificationEmailHelper.ContentFinder
Deprecated.
Finds the ContentEntityObject with the given content id
findContentBySpaceIdAndStatus(long, String, int, int) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieve content for a given space with a particular status.
findContentBySpaceIdAndStatus(long, String, int, int) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
findContentBySpaceIdAndStatus(long, String, LimitedRequest, Predicate<? super SpaceContentEntityObject>) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
findContentBySpaceIdAndStatus(long, String, LimitedRequest, Predicate<? super SpaceContentEntityObject>) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
findContentBySpaceIdAndStatusAndFilter(long, String, LimitedRequest, Predicate<? super SpaceContentEntityObject>) - Method in interface com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternal
Retrieve content for a given space with a particular status.
findContentChangeLogRecords(int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentChangeLogDao
Retrieves a list of space change log records sorted by id.
findContentCountForLabel(Label) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findContentCountForLabel(Label) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findContentForLabel(Label, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findContentForLabel(Label, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Deprecated.
since 5.3. Use a findContentForAllLabels variant with an offset and maxResults.
findContentInSpaceForAllLabels(int, int, String, Label...) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findContentInSpaceForAllLabels(int, int, String, Label...) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Retrieve current ContentEntityObjects in the space which are labelled with ALL provided labels.
findContentInSpacesForAllLabels(int, int, Set<String>, Label...) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findContentInSpacesForAllLabels(int, int, Set<String>, Label...) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels.
findContentPermissionSummaryByIds(Collection<Long>) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Get ContentPermissionSummary for bulk permission checking
findContentPermissionSummaryByIds(Collection<Long>) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
findContentPermissionSummaryByIds(Collection<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
findContentPermissionSummaryByIds(Collection<Long>) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get Content creator for bulk permission checking
findContentPropertiesForContentEntityObjects(Collection<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentPropertyDataExporter
Used for legacy format only because the normal pub/sub mechanism does not work in this case.
findContentType(String) - Method in interface com.atlassian.confluence.impl.content.ContentTypeModuleResolver
 
findContentWithAnyEventOlderThan(int, int) - Method in class com.atlassian.confluence.pages.persistence.dao.DefaultSynchronyEvictionDao
 
findContentWithAnyEventOlderThan(int, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.SynchronyEvictionDao
Get at most content ids from synchrony events table, for each at least one event is older than hours from now.
findContentWithAnySnapshotOlderThan(int, int) - Method in class com.atlassian.confluence.pages.persistence.dao.DefaultSynchronyEvictionDao
 
findContentWithAnySnapshotOlderThan(int, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.SynchronyEvictionDao
Get at most content ids from synchrony snapshot table, for each at least one event is older than hours from now.
findCurrentContentForLabel(Label) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findCurrentContentForLabel(Label) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
findCurrentContentForLabelAndSpace(Label, String) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findCurrentContentForLabelAndSpace(Label, String) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
findCurrentInSpace(long, String, int, int, CustomContentManager.SortField, CustomContentManager.SortOrder) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
findCurrentInSpace(long, String, int, int, CustomContentManager.SortField, CustomContentManager.SortOrder) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findCurrentInSpace(Space, String, int, int, CustomContentManager.SortField, CustomContentManager.SortOrder) - Method in interface com.atlassian.confluence.content.CustomContentManager
Get an iterator of all the current, non-deleted content of the given type in the given space.
findCurrentInSpace(Space, String, int, int, CustomContentManager.SortField, CustomContentManager.SortOrder) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
findCurrentVersion(long, Expansion...) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Retrieve the next version of a piece of content, if it exists
findCurrentVersion(long, Expansion...) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
findCustomisedPluginTemplate(PluginTemplateReference) - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
findCustomisedPluginTemplate(PluginTemplateReference) - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
 
findDailyReportNotification(ConfluenceUser) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findDailyReportNotification(ConfluenceUser) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findDailyReportNotification(ConfluenceUser) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find the specified user's daily report notification.
findDatasourceNames() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
Find the configured jndi datasources
findDirectoryById(long) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
findDirectoryByName(String) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
findDirectoryIdsContainingUserName(String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
findDirectoryIdsContainingUserName(String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
findDirectoryMapping(long, long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
findDirectoryMapping(long, long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
findDraft(Long, ConfluenceUser, String, String) - Method in interface com.atlassian.confluence.pages.DraftManager
Finds the draft with the given page ID, owner and type.
findDraft(Long, String, String, String) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
findDraft(Long, String, String, String) - Method in interface com.atlassian.confluence.pages.DraftManager
Deprecated, for removal: This API element is subject to removal in a future version.
findDraftFor(long) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieves the draft for the given content if exists.
findDraftFor(long) - Method in interface com.atlassian.confluence.dmz.ContentDraftManagerInternal
Retrieves the draft for the given content ID if it exists
findDraftFor(long) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
findDraftFor(long) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
findDraftFor(T) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
findDraftFor(T) - Method in interface com.atlassian.confluence.dmz.ContentDraftManagerInternal
Retrieves the draft for the given content if exists.
findDraftForEditor(long, DraftService.DraftType, String) - Method in class com.atlassian.confluence.content.service.DefaultDraftService
 
findDraftForEditor(long, DraftService.DraftType, String) - Method in interface com.atlassian.confluence.content.service.DraftService
Find and return a draft of the specified content Id and type for the current user.
findDrafts(int, int) - Method in class com.atlassian.confluence.content.service.DefaultDraftService
 
findDrafts(int, int) - Method in interface com.atlassian.confluence.content.service.DraftService
Finds the users drafts.
findDraftsForUser(ConfluenceUser) - Method in interface com.atlassian.confluence.pages.DraftManager
Returns the drafts for the user provided or an empty list if the user has no drafts.
findDraftsForUser(User) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
findDraftsForUser(User) - Method in interface com.atlassian.confluence.pages.DraftManager
Deprecated, for removal: This API element is subject to removal in a future version.
findDraftsWithUnpublishedChangesForUser(ConfluenceUser) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieves the drafts for the given User, which contains unpublished changes
findDraftsWithUnpublishedChangesForUser(ConfluenceUser) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
findEarliestEntry() - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
findEarliestEntry() - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Finds the earliest journal entry if any.
findEntries(JournalIdentifier, long, long, int) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
findEntries(JournalIdentifier, long, long, int) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Finds journal entries that were added after an entry with the given id but earlier than given milliseconds ago.
findEntry(long) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
findEntry(long) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Finds the specified journal entry, if it exists.
FinderPredicates - Class in com.atlassian.confluence.api.impl.service.content.finder
Predicates used by finders to filter Content
FinderPredicates() - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
FinderProxyFactory - Interface in com.atlassian.confluence.dmz.service.content.finder
Allow to create a proxy for the given finder.
FinderProxyFactoryImpl - Class in com.atlassian.confluence.api.impl.service.content.finder
 
FinderProxyFactoryImpl(List<Advisor>, ConfluenceAccessManager, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.FinderProxyFactoryImpl
 
findExistingObjectIds(Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.AbstractUserEntityFinder
Finds users.
findExistingObjectIds(Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.CompoundExistingEntityFinder
 
findExistingObjectIds(Collection<ImportedObjectV2>) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ExistingEntityFinder
Finds already existing objects in the database.
findExistingObjectIds(Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.LabelFinder
Find existing labels.
findExistingObjectIds(Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.PluginProvidedExistingEntityFinder
 
findExistingObjectIds(Collection<ImportedObjectModel>) - Method in interface com.atlassian.confluence.plugin.descriptor.restore.PluginExistingEntityFinder
Finds already existing objects in the database.
findExternalIdsByNames(long, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
findExternalIdsByNames(long, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
findFirstObjectByQuery(ContentQuery<T>) - Method in interface com.atlassian.confluence.content.CustomContentManager
Find the first result of a query for CustomContentEntityObjects.
findFirstObjectByQuery(ContentQuery<T>) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
findForAllLabels(int, int, Label...) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findForAllLabels(int, int, Label...) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Retrieve EditableLabelables which are labelled with ALL provided labels.
findForAllLabels(Class<T>, int, int, Label...) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findForAllLabels(Class<T>, int, int, Label...) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Retrieve current EditableLabelables which are labelled with ALL provided labels.
findForContext(String) - Method in interface com.atlassian.confluence.setup.bandana.persistence.dao.ConfluenceBandanaRecordDao
Return all the records for the given context.
findForContext(String) - Method in class com.atlassian.confluence.setup.bandana.persistence.dao.hibernate.HibernateConfluenceBandanaRecordDao
 
findForJournal(JournalIdentifier) - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.DefaultLuceneIndexSnapshotManager
 
findForJournal(JournalIdentifier) - Method in interface com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotManager
 
findForUserName(String) - Method in interface com.atlassian.confluence.user.rememberme.ConfluenceRememberMeTokenDao
 
findForUserName(String) - Method in class com.atlassian.confluence.user.rememberme.DefaultConfluenceRememberMeTokenDao
 
findGlobalBlogWatchForUser(User) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findGlobalBlogWatchForUser(User) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
Find the global blog notification for this user if they have one.
findGlobalBlogWatchForUser(User) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find the global blog notification for this user if they have one.
findGlobalGroupPermissions(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findGlobalGroupPermissions(String) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Find all global group permissions of type permissionType.
findGlobalLabelsByNamePrefix(int, int, String) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
 
findGlobalLabelsByNamePrefix(int, int, String) - Method in interface com.atlassian.confluence.labels.LabelManager
Returns global-namespaced labels starting with the given string.
findGlobalLabelsByNamePrefix(String, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Returns global-namespaced labels starting with the given string.
findGlobalLabelsByNamePrefix(String, LimitedRequest) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
findGlobalLabelsByNamePrefix(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
findGlobalLabelsByNamePrefix(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findGlobalLabelsByNamePrefix(String, LimitedRequest) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Returns global-namespaced labels starting with the given string.
findGroupByName(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
Returns the group matching the supplied groupName in the directory specified by the passed in directoryId..
findGroupNamesByPrefix(String, int, int) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
findGroupNamesByPrefix(String, int, int) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
findGroupPermissionsForSpace(Space, String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findGroupPermissionsForSpace(Space, String) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Find all group permissions of type permissionType for space.
findGroups(Query) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdEntityQueryParser
Deprecated.
 
findGroups(Query<Group>) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
Generates a SearchResult object for each repository the entityQueryParser can search.
findGroups(Query<Group>) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
findGroups(Query<Group>, QueryContext) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
Allows specification of QueryContext.
findGroups(Query<Group>, QueryContext) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
findGroups(Query, QueryContext) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdEntityQueryParser
Deprecated.
 
findGroupsAsList(TermQuery<Group>) - Method in class com.atlassian.confluence.user.DefaultSearchEntitiesManager
 
findGroupsAsList(TermQuery<Group>) - Method in interface com.atlassian.confluence.user.SearchEntitiesManager
Deprecated.
Find all groups matching a particular query.
findGroupsAsList(TermQuery<Group>, boolean) - Method in class com.atlassian.confluence.user.DefaultSearchEntitiesManager
 
findGroupsAsList(TermQuery<Group>, boolean) - Method in interface com.atlassian.confluence.user.SearchEntitiesManager
Deprecated.
Find the groups that match a particular query, optionally filtering out groups not visible to the current user.
findHighestEventLevel() - Static method in class com.atlassian.confluence.setup.johnson.JohnsonUtils
Returns the highest event level within the initialised Johnson container, if any.
findHighestEventLevel(JohnsonEventContainer) - Static method in class com.atlassian.confluence.setup.johnson.JohnsonUtils
Returns the highest event level within the given event container, if any.
findHighestPermissionPerGroup(int, int) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.NoopInternalUserPermissionDao
 
findHighestPermissionPerGroupByPrefix(String, int, int) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.NoopInternalUserPermissionDao
 
findHistoricalAttachmentVersions(long, int) - Method in interface com.atlassian.confluence.impl.retention.ContentRetentionDao
 
findHistoricalAttachmentVersions(long, int) - Method in class com.atlassian.confluence.impl.retention.DefaultContentRetentionDao
 
findHistoricalPageVersions(long, int) - Method in interface com.atlassian.confluence.impl.retention.ContentRetentionDao
Get a list of content which has a current version with an id greater or equal to and less than .
findHistoricalPageVersions(long, int) - Method in class com.atlassian.confluence.impl.retention.DefaultContentRetentionDao
 
findHistoricalVersionsAfterVersion(long, int) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
findHistoricalVersionsAfterVersion(long, int) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
findIdsWithAssociatedUser() - Method in class com.atlassian.confluence.impl.user.persistence.dao.ReadThroughCachingPersonalInformationDao
 
findIdsWithAssociatedUser() - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao
 
findIdsWithAssociatedUser() - Method in interface com.atlassian.confluence.user.persistence.dao.PersonalInformationDao
 
findInContent(ContentId, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentMacroServiceImpl
 
findInContent(ContentId, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentMacroService
Create a macro instance finder to locate macro instances in the given Content
findInContent(ContentId, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentMacroServiceImpl
 
findInContent(ContentId, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentMacroService
Retrieve details about a macro matching the page, version and macro hash.
findJobs(JobFilter) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Gets backup/restore jobs based on the filter provided.
findJobs(JobFilter) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
findJobs(BackupRestoreJobsSearchFilter) - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
Returns jobs based on the filter provided.
findJobs(BackupRestoreJobsSearchFilter) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
Returns jobs based on the filter provided.
findJobs(BackupRestoreJobsSearchFilter) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
findJobs(BackupRestoreJobsSearchFilter) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
findJobs(BackupRestoreJobsSearchFilter, ExecutorService) - Method in class com.atlassian.confluence.impl.backuprestore.IndependentBackupRestoreJobManager
 
findJobs(Integer, String, String, JobScope, JobOperation, List<JobState>, String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
findJobsWithExpiredZips() - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
This gets all jobs where the file delete time is expired and the backup zip file still exists
findJobsWithExpiredZips() - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
This gets all jobs where the file delete time is expired and the backup zip file still exists
findKeysForContext(String) - Method in interface com.atlassian.confluence.setup.bandana.persistence.dao.ConfluenceBandanaRecordDao
Returns all keys for the given context.
findKeysForContext(String) - Method in class com.atlassian.confluence.setup.bandana.persistence.dao.hibernate.HibernateConfluenceBandanaRecordDao
 
findLabellingByContentAndLabel(EditableLabelable, Label) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findLabellingByContentAndLabel(EditableLabelable, Label) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findLabellingById(long) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findLabellingById(long) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findLastForDirectory(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationStatusDao
 
findLatestEntry(JournalIdentifier, long) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
findLatestEntry(JournalIdentifier, long) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Finds the latest journal entry if any.
findLatestVersionIds() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
findLatestVersionIds(List<Space>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
Same as AbstractHibernateAttachmentDao.findLatestVersionIdsIterator() but only gets the ids matching the list of spaces requested.
findLatestVersionIdsIterator() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
findLatestVersionIdsIterator(List<Space>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
Same as AbstractHibernateAttachmentDao.findLatestVersionIdsIterator() but only gets the ids matching the list of spaces requested.
findLatestVersions() - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
findLatestVersions() - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
 
findLatestVersionsCount(String...) - Method in class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
 
findLatestVersionsIterator() - Method in class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
 
findLatestVersionsIterator() - Method in interface com.atlassian.confluence.internal.pages.persistence.AttachmentDaoInternal
Returns an iterator for the latest versions of the current persistent class.
findLatestVersionsIterator() - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
findLatestVersionsIterator() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Retrieves the latest versions of all Attachments and returns an Iterator to the results.
findLatestVersionsIterator(String...) - Method in class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
 
findLowerNamesByKeys(Iterable<UserKey>) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
findLowerNamesByKeys(Iterable<UserKey>) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Bulk operation to find lowercase name corresponding to user key.
findLowerNamesByKeys(Iterable<UserKey>) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
findMatchingTestClasses(ClassResolver, Class<?>) - Static method in class com.atlassian.confluence.util.test.ScanningSuite
Gets all matching annotations from the test class being run and its superclasses, and finds all matching classes on the classpath.
findMethod(Class<?>, String) - Static method in class com.atlassian.confluence.internal.util.reflection.ReflectionUtil
Looks for the named method of the given class.
findModuleDescriptor(String) - Method in interface com.atlassian.confluence.impl.content.ContentTypeModuleResolver
 
findMostPopular(String, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findMostPopular(String, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Find the most popular labels.
findMostPopular(String, LimitedRequest) - Method in interface com.atlassian.confluence.internal.labels.persistence.LabelDaoInternal
 
findMostPopular(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findMostPopularBySpace(String, String, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findMostPopularBySpace(String, String, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Deprecated.
since 9.2.6
findMostPopularBySpace(String, String, LimitedRequest) - Method in interface com.atlassian.confluence.internal.labels.persistence.LabelDaoInternal
Find the most popular labels in the specified space.
findMostPopularBySpace(String, String, LimitedRequest) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findMostRecentEntryByMessage(JournalIdentifier, String) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
findMostRecentEntryByMessage(JournalIdentifier, String) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Finds the most recent journal entry (if any) for the given journal that exactly matches the given journal entry message.
findNamedQuery(String) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
findNamedQuery(String, HibernateObjectDao.Cacheability) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQuery(String, HibernateObjectDao.Cacheability, int) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParam(String, String, Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParam(String, String, Object, HibernateObjectDao.Cacheability) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParam(String, String, Object, HibernateObjectDao.Cacheability, int) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParams(String, boolean, int, int, Object...) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Deprecated.
since 5.8 Use the equivalent method that uses the HibernateObjectDao.Cacheability enum instead of the cacheable boolean flag
findNamedQueryStringParams(String, boolean, LimitedRequest, Object...) - Method in class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
Deprecated.
since 5.8 Use the equivalent method that uses the HibernateObjectDao.Cacheability enum instead of the cacheable boolean flag
findNamedQueryStringParams(String, HibernateObjectDao.Cacheability, int, int, Object...) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParams(String, HibernateObjectDao.Cacheability, LimitedRequest, Object...) - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateObjectDao
This method here instead of in HibernateObjectDao in bucket because we don't want to update bucket right now.
findNamedQueryStringParams(String, String, Object, String, Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParams(String, String, Object, String, Object, HibernateObjectDao.Cacheability) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParams(String, String, Object, String, Object, HibernateObjectDao.Cacheability, int) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParams(String, String, Object, String, Object, String, Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParams(String, String, Object, String, Object, String, Object, HibernateObjectDao.Cacheability) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParams(String, String, Object, String, Object, String, Object, HibernateObjectDao.Cacheability, int) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParams(String, String, Object, String, Object, String, Object, String, Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParams(String, String, Object, String, Object, String, Object, String, Object, HibernateObjectDao.Cacheability) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNamedQueryStringParams(String, String, Object, String, Object, String, Object, String, Object, HibernateObjectDao.Cacheability, int) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
findNetworkNotificationByUser(User) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNetworkNotificationByUser(User) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
Find the Network notification for this user if they have one.
findNetworkNotificationByUser(User) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find the Network notification for this user if they have one.
findNextBlogPost(BlogPost) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
findNextBlogPost(BlogPost) - Method in interface com.atlassian.confluence.pages.PageManager
 
findNextBlogPost(String, Date) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
findNextBlogPost(String, Date) - Method in interface com.atlassian.confluence.pages.PageManager
 
findNextVersion(long, Expansion...) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Retrieve the next version of a piece of content, if it exists
findNextVersion(long, Expansion...) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
findNotificationById(long) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationById(long) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationById(long) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find a notification by its ID
findNotificationByUserAndContent(User, ContentEntityObject) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationByUserAndContent(User, ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationByUserAndContent(User, ContentEntityObject) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find any user notification linked to the specified content.
findNotificationByUserAndLabel(User, Label) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationByUserAndLabel(User, Label) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationByUserAndLabel(User, Label) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find any user notification linked to the specified label.
findNotificationByUserAndSpace(User, Space) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationByUserAndSpace(User, Space) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationByUserAndSpace(User, Space) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find any user notification linked to the specified space regardless of type.
findNotificationByUserAndSpace(User, String) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationByUserAndSpace(User, String) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationByUserAndSpace(User, String) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find any user notification linked to the specified space regardless of type.
findNotificationByUserAndSpaceAndType(User, Space, ContentTypeEnum) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationByUserAndSpaceAndType(User, Space, ContentTypeEnum) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationByUserAndSpaceAndType(User, Space, ContentTypeEnum) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find the user notification linked to the specified space with a type specified - may be null if watching the whole space.
findNotificationsByContent(ContentEntityObject) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationsByContent(ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationsByContent(ContentEntityObject) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
 
findNotificationsByContentId(long) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationsByContentId(long) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationsByContentId(long) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find all user notification linked to the specified content.
findNotificationsByContents(List<ContentEntityObject>) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationsByContents(List<ContentEntityObject>) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationsByContents(List<ContentEntityObject>) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
 
findNotificationsByFollowing(User) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationsByFollowing(User) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
findNotificationsByFollowing(User) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
Retrieves the list of Network Notifications for Users who are following the given User.
findNotificationsByFollowing(User) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationsByFollowing(User) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
 
findNotificationsByLabel(Label) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationsByLabel(Label) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationsByLabel(Label) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
 
findNotificationsBySpaceAndType(Space, ContentTypeEnum) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationsBySpaceAndType(Space, ContentTypeEnum) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationsBySpaceAndType(Space, ContentTypeEnum) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find all notifications linked to the specified space for a certain type.
findNotificationsBySpacesAndType(List<Space>, ContentTypeEnum) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationsBySpacesAndType(List<Space>, ContentTypeEnum) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationsBySpacesAndType(List<Space>, ContentTypeEnum) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find all notifications linked to the specified spaces for a certain type.
findNotificationsByUser(User) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findNotificationsByUser(User) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findNotificationsByUser(User) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find the space and page notifications owned by the specified user.
findObject(String, MacroExecutionContext) - Method in class com.atlassian.confluence.macro.params.BaseParameter
Responsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1))
findObject(String, MacroExecutionContext) - Method in class com.atlassian.confluence.macro.params.MaxResultsParameter
 
findObject(String, MacroExecutionContext) - Method in class com.atlassian.confluence.macro.params.SearchSortParameter
 
findObject(String, MacroExecutionContext) - Method in class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
 
findObject(String, MacroExecutionContext) - Method in class com.atlassian.confluence.macro.query.params.MultiValueParameter
 
findOrCreateUserLoginInfoForUser(User) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateUserLoginInfoDao
Lookup an existing audit object for the given user or create a new audit object if there isn't one for this user.
findOrCreateUserLoginInfoForUser(User) - Method in interface com.atlassian.confluence.security.persistence.dao.UserLoginInfoDao
Lookup an existing audit object for the given user or create a new audit object if there isn't one for this user.
findPageAndSpaceNotificationIdsFromSpace(Space) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findPageAndSpaceNotificationIdsFromSpace(Space) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
findPageAndSpaceNotificationIdsFromSpace(Space) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
Retrieves ids of all notifications in a space.
findPageAndSpaceNotificationIdsFromSpace(Space) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findPageAndSpaceNotificationIdsFromSpace(Space) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Retrieves ids for all notifications in a space.
findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder, String, Space, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder, String, Space, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version, and returns the first maxResultCount results.
findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder, String, Space, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder, String, Space, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Searches for pages in the space specified, looking for those that have the given title in a previous version, and returns the first maxResultCount results.
findPagesWithUnmigratedMacros(int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
 
findPageTemplateByName(String) - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
findPageTemplateByName(String) - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
This will find a global page template with the given name
findPageTemplateByNameAndSpace(String, Space) - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
findPageTemplateByNameAndSpace(String, Space) - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
This will find a space page template with the given name and space
findPageTotal(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
findPageTotal(Space) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
findPageTotal(Space) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Fast way to count pages in a space without loading them.
findPageTotal(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
findPageTotal(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Get the number of pages in a space.
findPermissionsForAnonymousUsers(Space) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findPermissionsForAnonymousUsers(Space) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Find the permissions granted to the anonymous users in the given space
findPermissionsForGroup(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findPermissionsForGroup(String) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Retrieves all permissions for group
findPermissionsForGroupInSpace(String, Space) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findPermissionsForGroupInSpace(String, Space) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Find the permissions granted to the group in the given space
findPermissionsForSpace(Space) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findPermissionsForSpace(Space) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Retrieves all permissions for space
findPermissionsForSpaces(Set<Long>, SpacePermissionType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
Retrieves all denormalised space permissions for the provided set of space ids
findPermissionsForSpacesAndTypes(Set<Long>, Collection<String>) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
Retrieves all permissions for the provides space list.
findPermissionsForSpacesAndTypes(Set<Long>, Collection<String>) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Retrieves all permissions for the provides space list.
findPermissionsForUser(ConfluenceUser) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findPermissionsForUser(ConfluenceUser) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Retrieves all permissions for user
findPermissionsForUserInSpace(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findPermissionsForUserInSpace(ConfluenceUser, Space) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Find the permissions granted for a user in a space
findPermissionTypes(SpacePermission) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
findPermissionTypes(SpacePermission) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Find all permission types matching the combination of (space, user, group, authenticated access subject) in permission.
findPermittedSpaceIds(Set<Long>, Set<Long>, SpacePermissionType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
Receives a set of space ids and returns only permitted ones.
findPermittedSpaces(List<Long>, SpacePermissionType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
Retrieves all permitted spaces, filtered by space permissions and sid list
FindPluginCustomContentModuleKeyQueryFactory - Class in com.atlassian.confluence.test.rpc
 
FindPluginCustomContentModuleKeyQueryFactory() - Constructor for class com.atlassian.confluence.test.rpc.FindPluginCustomContentModuleKeyQueryFactory
 
findPopularContentLabelsPaginated(String, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceLabelServiceImpl
 
findPopularContentLabelsPaginated(String, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
findPopularContentLabelsPaginated(String, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.SpaceLabelService
Returns a paginated list of the most popular Labels used by Content within the given Space.
findPopularContentLabelsPaginated(String, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
findPopularContentLabelsPaginated(String, PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Returns a paginated list of the popular Labels used by Content within the given Space.
findPopularContentLabelsPaginated(String, PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
findPreviousBlogPost(BlogPost) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
findPreviousBlogPost(BlogPost) - Method in interface com.atlassian.confluence.pages.PageManager
 
findPreviousBlogPost(String, Date) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
findPreviousBlogPost(String, Date) - Method in interface com.atlassian.confluence.pages.PageManager
 
findPreviousVersion(long, Expansion...) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Retrieve the next version of a piece of content, if it exists
findPreviousVersion(long, Expansion...) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
findPreviousVersions(long) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
findPreviousVersions(long) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
findPreviousVersions(long) - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
findPreviousVersions(long) - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
 
findPropertyByName(String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
findRecentContentLabelsPaginated(String, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceLabelServiceImpl
 
findRecentContentLabelsPaginated(String, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
findRecentContentLabelsPaginated(String, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.SpaceLabelService
Returns a paginated list of the most recent Labels used by Content within the given Space.
findRecentContentLabelsPaginated(String, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
findRecentContentLabelsPaginated(String, PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Returns a paginated list of the recent Labels used by Content within the given Space.
findRecentContentLabelsPaginated(String, PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
findRecentlyUsed(int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findRecentlyUsed(int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Deprecated.
since 9.2.4.
findRecentlyUsed(LimitedRequest) - Method in interface com.atlassian.confluence.internal.labels.persistence.LabelDaoInternal
 
findRecentlyUsed(LimitedRequest) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findRecentlyUsedBySpace(String, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findRecentlyUsedBySpace(String, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Deprecated.
since 9.2.6
findRecentlyUsedBySpace(String, LimitedRequest) - Method in interface com.atlassian.confluence.internal.labels.persistence.LabelDaoInternal
Find the most recently used labels in the specified space.
findRecentlyUsedBySpace(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findRecentlyUsedLabelling(int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findRecentlyUsedLabelling(int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findRecentlyUsedLabellingsBySpace(String, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
Deprecated.
findRecentlyUsedLabellingsBySpace(String, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Deprecated.
since 9.2.6
findRecentlyUsedLabellingsBySpace(String, LimitedRequest) - Method in interface com.atlassian.confluence.internal.labels.persistence.LabelDaoInternal
Find the most recently used labellings in the specified space.
findRecentlyUsedLabellingsBySpace(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findRecentlyUsedUserLabellings(String, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findRecentlyUsedUserLabellings(String, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findRecentlyUsedUserLabels(String, int) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findRecentlyUsedUserLabels(String, int) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findReferenceByName(String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
findRelatedContentLabelsPaginated(String, String, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceLabelServiceImpl
 
findRelatedContentLabelsPaginated(String, String, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
findRelatedContentLabelsPaginated(String, String, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.SpaceLabelService
Returns a paginated list of related Labels used by Content within the given Space.
findRelatedContentLabelsPaginated(String, String, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
findRelatedContentLabelsPaginated(String, String, PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Returns a paginated list of related Labels used by Content within the given Space.
findRelatedContentLabelsPaginated(String, String, PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
FindRestrictableEntitiesAction - Class in com.atlassian.confluence.user.actions
Accepts potential users and/or group names with an optional entity type and returns the entities found.
FindRestrictableEntitiesAction() - Constructor for class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
findSafeContentWithHistoryOlderThan(int, int, int) - Method in class com.atlassian.confluence.pages.persistence.dao.DefaultSynchronyEvictionDao
 
findSafeContentWithHistoryOlderThan(int, int, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.SynchronyEvictionDao
Get at most content ids from synchrony tables, for each all events are older than hours from now.
findSearchableByIdsAndClassNameWithBody(List<Long>, String) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
findSearchableByIdsAndClassNameWithBody(List<Long>, String) - Method in interface com.atlassian.confluence.impl.core.persistence.AnyTypeDaoInternal
Load Searchable object from DB with load bodyContent.
findSingleObject(List<T>) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Deprecated.
since 5.2. Entity ID comparison is not a recommended way to select a result. Use HibernateObjectDao.uniqueResult(java.util.List), Query.uniqueResult(), Criteria.uniqueResult(), or manually handle it yourself.
findSiteBlogNotifications() - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
findSiteBlogNotifications() - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
findSiteBlogNotifications() - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Find the global blog notification for all users.
findSources(T, RelationDescriptor<S, T>) - Method in class com.atlassian.confluence.api.impl.service.relation.RelationServiceImpl
 
findSources(T, RelationDescriptor<S, T>) - Method in interface com.atlassian.confluence.api.service.relations.RelationService
Create a finder to find sources of a relation.
findSpaceChangeLogRecords(int) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDao
Retrieves a list of space change log records sorted by id.
findSpaceChangeLogRecords(int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDaoImpl
 
findSpaceDatabaseExporters() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
findSpaceIdListWithIdGreaterOrEqual(Long, int) - Method in interface com.atlassian.confluence.internal.spaces.persistence.SpaceDaoInternal
Retrieves a limited space list starting with a particular space id.
findSpaceIdListWithIdGreaterOrEqual(Long, int) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
Retrieves a limited space list starting with a particular space id.
findSpaceKeysWithStatus(String) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
findSpaceKeysWithStatus(String) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
find all space keys where the space status is equal to the given status.
findSpacesContainingContentWithLabel(Label) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findSpacesContainingContentWithLabel(Label) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findSpacesWithLabel(Label) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findSpacesWithLabel(Label) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findSubContent(long, ContentType, int, int, Expansion...) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Retrieve content that is "contained within" some other piece of content (i.e.
findSubContent(long, ContentType, int, int, Expansion...) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
findSubContentTree(long, ContentType, Expansion...) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Retrieve content that is "contained within" some other piece of content (i.e.
findSubContentTree(long, ContentType, Expansion...) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
findTargets(S, RelationDescriptor<S, T>) - Method in class com.atlassian.confluence.api.impl.service.relation.RelationServiceImpl
 
findTargets(S, RelationDescriptor<S, T>) - Method in interface com.atlassian.confluence.api.service.relations.RelationService
Create a finder to find targets of a relation.
findTaskRunner(SystemMaintenanceTaskType) - Method in class com.atlassian.confluence.impl.system.DefaultSystemMaintenanceTaskRegistry
 
findTaskRunner(SystemMaintenanceTaskType) - Method in interface com.atlassian.confluence.impl.system.SystemMaintenanceTaskRegistry
Find a SystemMaintenanceTaskRunner to run tasks of a specific type
findTeamLabelsByNamePrefix(int, int, String) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
 
findTeamLabelsByNamePrefix(int, int, String) - Method in interface com.atlassian.confluence.labels.LabelManager
Returns team-namespaced labels starting with the given string.
findTeamLabelsByNamePrefix(String, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Returns team-namespaced labels starting with the given string.
findTeamLabelsByNamePrefix(String, LimitedRequest) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
findTeamLabelsByNamePrefix(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
findTeamLabelsByNamePrefix(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findTeamLabelsByNamePrefix(String, LimitedRequest) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Returns team-namespaced labels starting with the given string.
findThemeDescriptor(String) - Method in class com.atlassian.confluence.util.LayoutHelper
 
findTomcatManagerObjectName() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.IpdSessionMonitoringService
 
findTotalInSpace(long, String) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
findTotalInSpace(long, String) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
findTotalInSpace(Space, String) - Method in interface com.atlassian.confluence.content.CustomContentManager
Get the total count of current, non-deleted content of the given type in the given space.
findTotalInSpace(Space, String) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
findTrashDate(Content) - Method in interface com.atlassian.confluence.dmz.pages.TrashManagerInternal
Trash date is only available since Confluence 7.14.
findTrashDate(Content) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
findTrashDate(ContentEntityObject) - Method in interface com.atlassian.confluence.dmz.pages.TrashManagerInternal
Trash date is only available since Confluence 7.14.
findTrashDate(ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
findUniqueVersionOfSpaceKey(String) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
findUniqueVersionOfSpaceKey(String) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Return a unique version of the supplied spaceKey.
findUnpublishedContentWithUserContributions(ConfluenceUser) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieves the drafts for the given User.
findUnpublishedContentWithUserContributions(ConfluenceUser) - Method in interface com.atlassian.confluence.dmz.ContentDraftManagerInternal
Retrieves the drafts for the given User IMPORTANT: this method doesn't return published shared drafts, only personal drafts and unpublished shared drafts
findUnpublishedContentWithUserContributions(ConfluenceUser) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
findUnpublishedContentWithUserContributions(ConfluenceUser) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
findUnusedLabels() - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
findUnusedLabels() - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
findUserByName(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
Returns the user matching the supplied username in the directory specified by the passed in directoryId..
FindUserHelper - Class in com.atlassian.confluence.user.persistence.dao.compatibility
A utility class that centralises the 'hackyness' involved during the period we support both username related APIs and the change to user keys.
FindUserHelper() - Constructor for class com.atlassian.confluence.user.persistence.dao.compatibility.FindUserHelper
 
findUserKeysByLowerNames(Iterable<String>) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
findUserKeysByLowerNames(Iterable<String>) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Bulk operation to find user key corresponding to lowercase name.
findUserKeysByLowerNames(Iterable<String>) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
findUsers(Query) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdEntityQueryParser
Deprecated.
 
findUsers(Query<User>) - Method in interface bucket.user.UserAccessor
Deprecated.
 
findUsers(Query<User>) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
findUsers(Query<User>) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
findUsers(Query<User>, QueryContext) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
Allows specification of QueryContext.
findUsers(Query<User>, QueryContext) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
findUsers(Query, QueryContext) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdEntityQueryParser
Deprecated.
 
findUsersAsList(Query<User>) - Method in class com.atlassian.confluence.user.DefaultSearchEntitiesManager
Finds users according to the specified query.
findUsersAsList(Query<User>) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
findUsersAsList(Query<User>) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
findUsersAsList(Query<User>) - Method in interface com.atlassian.confluence.user.SearchEntitiesManager
Deprecated.
Find all users matching a particular query.
findUsersAsList(Query<User>) - Method in interface com.atlassian.confluence.user.UserAccessor
 
findUsersAsList(Query<User>, boolean) - Method in class com.atlassian.confluence.user.DefaultSearchEntitiesManager
 
findUsersAsList(Query<User>, boolean) - Method in interface com.atlassian.confluence.user.SearchEntitiesManager
Deprecated.
Find all users matching a particular query.
findUsersWatchingContentPaginated(ContentId, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
findUsersWatchingContentPaginated(ContentId, PageRequest) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
Returns a paginated list of Users watching the given Content identified by contentId.
findUsersWatchingContentPaginated(ContentId, PageRequest) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
findUsersWatchingContentPaginated(ContentId, PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
Returns a paginated list of Users watching the given Content identified by contentId.
findUsersWatchingSpacePaginated(String, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
findUsersWatchingSpacePaginated(String, PageRequest) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
Returns a paginated list of Users watching the given Space identified by spaceKey.
findUsersWatchingSpacePaginated(String, PageRequest) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
findUsersWatchingSpacePaginated(String, PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
Returns a paginated list of Users watching the given Space identified by spaceKey.
findValue(MacroExecutionContext) - Method in class com.atlassian.confluence.macro.params.BaseParameter
 
findValue(MacroExecutionContext) - Method in interface com.atlassian.confluence.macro.params.Parameter
Attempts to find the value from the specified MacroExecutionContext object.
findValueInstantiator(DeserializationConfig, BeanDescription, ValueInstantiator) - Method in class com.atlassian.confluence.rest.serialization.jackson2.CustomValueInstantiators
 
findWebhooks(UriInfo, List<String>, boolean, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
 
finish() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
finish() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
 
FINISH_PROCESSING_TIME - Static variable in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
finished(Description) - Method in class com.atlassian.confluence.test.util.ProfilingTestRule
 
finished(Description) - Method in class com.atlassian.confluence.util.test.rules.ProfilingTestRule
Deprecated.
 
FINISHED - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobState
 
FINISHED - Enum constant in enum class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJobState
 
finishedResults() - Static method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
finishedResults(int) - Static method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
finishEviction(SynchronyEvictionProgress, int, int) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
 
finishEviction(SynchronyEvictionProgress, int, int) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.CompositeEvictionProgressTracking
 
finishEviction(SynchronyEvictionProgress, int, int) - Method in interface com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgressTracking
Successfully finish eviction process
finishLoggingRequests() - Method in class com.atlassian.confluence.test.rpc.RequestLogger
Finish logging urls of http requests.
finishLoggingRequests(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
finishLoggingRequests(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Finish logging http request and return any requests made.
finishLoggingRequests(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
finishProcessingTime(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
finishRemovalUnderLock(SynchronyEvictionProgress, Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
 
finishRemovalUnderLock(SynchronyEvictionProgress, Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.CompositeEvictionProgressTracking
 
finishRemovalUnderLock(SynchronyEvictionProgress, Integer) - Method in interface com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgressTracking
Removal procedure has been finished and the lock has been removed
finishSearch(SynchronyEvictionProgress, Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
 
finishSearch(SynchronyEvictionProgress, Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.CompositeEvictionProgressTracking
 
finishSearch(SynchronyEvictionProgress, Integer) - Method in interface com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgressTracking
Successfully finish the search
finishSetup() - Method in class com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
 
finishSetup() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
Ensures that the bootstrapManager is written to a complete state by overriding all other remaining operations.
FinishSetupAction - Class in com.atlassian.confluence.setup.actions
 
FinishSetupAction() - Constructor for class com.atlassian.confluence.setup.actions.FinishSetupAction
 
FINNISH - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
FinnishAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Finnish language analyzer provider
FinnishAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.FinnishAnalyzerProvider
 
fire(Connection, Object[], Object[]) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionSetTrigger
 
fire(Connection, Object[], Object[]) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionTrigger
 
fire(Connection, Object[], Object[]) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentTrigger
 
fire(Connection, Object[], Object[]) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2EmptyTrigger
This method does nothing because this trigger is used when denormalised permissions are disabled
fire(Connection, Object[], Object[]) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpacePermissionTrigger
 
fire(Connection, Object[], Object[]) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpaceTrigger
 
FIREBIRD - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
FIREFOX - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
FIREFOX_UNKNOWN - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
FIREFOX15 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
FIREFOX2 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
FIREFOX3 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
FIREFOX31 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
FIREFOX35 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
FIREFOX36 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
FIREFOX4 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
fireSearchPerformed(boolean) - Method in class com.atlassian.confluence.api.model.search.SearchOptions.Builder
 
first(Optional<T>, Function<? super T, Optional<U>>...) - Static method in class com.atlassian.confluence.impl.util.OptionalUtils
Returns the first non-empty value obtained by separately applying the given mappers to the given Optional.
FIRST_ITERATION - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashFactoryImpl
 
FIRST_RUN - Enum constant in enum class com.atlassian.confluence.server.ApplicationState
The application is running for the first time and has not yet been configured.
firstNonEmpty(Supplier<Optional<T>>...) - Static method in class com.atlassian.confluence.impl.util.OptionalUtils
Returns the first of the given Optionals that is non-empty.
FirstOnStackRetryPolicy - Class in com.atlassian.confluence.impl.spring
Retry policy that only retries if it is the first encounter of this retry policy instance on the call stack.
FirstOnStackRetryPolicy() - Constructor for class com.atlassian.confluence.impl.spring.FirstOnStackRetryPolicy
 
FirstScoreFunction - Class in com.atlassian.confluence.search.v2.score
The score of the first matching component functions is used.
FirstScoreFunction(ComposableScoreFunction...) - Constructor for class com.atlassian.confluence.search.v2.score.FirstScoreFunction
 
FirstScoreFunction(List<? extends ComposableScoreFunction>) - Constructor for class com.atlassian.confluence.search.v2.score.FirstScoreFunction
 
fixAncestorsForOnePage(Long, List<Long>) - Method in interface com.atlassian.confluence.pages.ancestors.AncestorsDao
1.
fixAncestorsForOnePage(Long, List<Long>) - Method in class com.atlassian.confluence.pages.ancestors.DefaultAncestorsDao
1.
fixContentEntityObjectClass(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.AbstractIdMapper
 
fixHiLoTable() - Method in class com.atlassian.confluence.importexport.xmlimport.HibernateHiLoIdFixer
Deprecated.
 
fixLabels(List) - Static method in class com.atlassian.confluence.util.LabelUtil
Deprecated, for removal: This API element is subject to removal in a future version.
FixLicenseAction - Class in com.atlassian.confluence.fixonly.actions
Permits unauthenticated updates to the Confluence license if there are upgrade problems with the instance.
FixLicenseAction() - Constructor for class com.atlassian.confluence.fixonly.actions.FixLicenseAction
 
fixPages(List<PageWithAncestors>) - Method in interface com.atlassian.confluence.pages.ancestors.AncestorsDao
fixes a bunch of pages in one transaction
fixPages(List<PageWithAncestors>) - Method in class com.atlassian.confluence.pages.ancestors.DefaultAncestorsDao
fixes a bunch of pages in one transaction
FLAG - Static variable in class com.atlassian.confluence.user.AuthenticatorOverwrite
 
FLASH_ID_PARAM - Static variable in class com.atlassian.confluence.struts.flash.FlashScope
 
FlashScope - Class in com.atlassian.confluence.struts.flash
Flash Scope allows one request to pass data to the next request if it's a redirect.
FlashScope - Class in com.atlassian.confluence.xwork
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use FlashScope instead.
FlashScope() - Constructor for class com.atlassian.confluence.struts.flash.FlashScope
 
FlashScope() - Constructor for class com.atlassian.confluence.xwork.FlashScope
Deprecated.
 
FlashScopeInterceptor - Class in com.atlassian.confluence.struts.flash
Takes Flash scope objects out of the session and makes them available to the current request.
FlashScopeInterceptor - Class in com.atlassian.confluence.xwork
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use FlashScopeInterceptor instead.
FlashScopeInterceptor() - Constructor for class com.atlassian.confluence.struts.flash.FlashScopeInterceptor
 
FlashScopeInterceptor() - Constructor for class com.atlassian.confluence.xwork.FlashScopeInterceptor
Deprecated.
 
flatMap(Function<T, Validation<A>>) - Method in class com.atlassian.confluence.validation.Validation
Binds the given function across this validation's success value if it has one.
FLOAT - Enum constant in enum class com.atlassian.confluence.search.v2.SearchSort.Type
 
FloatFieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Deprecated.
since 8.6. Use FloatFieldMapping.createField(float) instead.
FloatFieldDescriptor(FloatFieldMapping, float) - Constructor for class com.atlassian.confluence.plugins.index.api.FloatFieldDescriptor
Deprecated.
 
FloatFieldDescriptor(String, float, FieldDescriptor.Store) - Constructor for class com.atlassian.confluence.plugins.index.api.FloatFieldDescriptor
Deprecated.
 
FloatFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for single-precision floating point number.
FloatFieldMapping(FloatFieldMapping.Builder) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.FloatFieldMapping
 
FloatFieldMapping.Builder - Class in com.atlassian.confluence.plugins.index.api.mapping
 
FloatFieldValueSource - Class in com.atlassian.confluence.search.v2.score
Represents field its value is of type float.
FloatFieldValueSource(String) - Constructor for class com.atlassian.confluence.search.v2.score.FloatFieldValueSource
 
floatValue() - Method in class com.atlassian.confluence.plugins.index.api.FloatFieldDescriptor
Deprecated.
 
FlowRequestService - Interface in com.atlassian.confluence.dmz
Temporary clone of FlowRequestService for providing Jakarta compatibility.
flush() - Static method in class com.atlassian.confluence.cache.ThreadLocalCache
Flush the contents of the cache, but do not clean up the cache itself.
flush() - Method in class com.atlassian.confluence.cache.ThreadLocalCacheAccessor
Flush all thread local cache values.
flush() - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
 
flush() - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragmentsBuffer
 
flush() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.searchindexer.OnRestoreSearchIndexer
It is called when all searchable objects are persisted so the indexer can finish its job.
flush() - Method in class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.OnRestoreSiteSearchIndexer
 
flush() - Method in class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.OnRestoreSpaceSearchIndexer
 
flush() - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
Stores statistics to the database synchronously.
flush() - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
flush() - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
flush() - Method in class com.atlassian.confluence.logging.LoggingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in interface com.atlassian.confluence.pages.persistence.dao.FlushableCachingDao
Flush the caches managed by this DAO.
flush() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
This implementation flushes the Hibernate session.
flush() - Method in interface com.atlassian.confluence.plugins.opensearch.bulk.BulkOperationBuffer
Send all pending bulk operations in the buffer to OpenSearch bulk API
flush() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.MaxDocsBulkOperationBuffer
 
flush() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.MaxRamBulkOperationBuffer
 
flush() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
flush() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.SimpleBulkOperationBuffer
 
flush() - Method in class com.atlassian.confluence.search.v2.extractor.util.StringBuilderWriter
 
flush() - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
FlushableCachingDao - Interface in com.atlassian.confluence.pages.persistence.dao
This interface defines the behaviour for DAO instances that provide some sort of caching of objects, which need to be flushed at times.
flushAllCaches() - Method in class com.atlassian.confluence.functest.rest.admin.CacheResource
 
flushAllCaches(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
flushAllCaches(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
flushAllCaches(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
flushAllFastPermissions() - Method in class com.atlassian.confluence.functest.rest.admin.FastPermissionsResource
Flushes all fast permissions
flushAnalytics() - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.NoopThreadLimiterAnalyticsService
 
flushAnalytics() - Method in interface com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsService
Is called when the analytics should be sent to the server (called by the scheduler).
flushAnalytics() - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsServiceImpl
 
flushAndClear(Session) - Static method in class com.atlassian.confluence.upgrade.upgradetask.SessionClearingRowCallbackHandler
 
flushAndExecute(Consumer<T>) - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
flushAndExecute(Consumer<T>) - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
flushAndExecute(Consumer<T>) - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
flushAndExecute(Consumer<T>) - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Flush the contents of the queue, applying the given action to each flushed entry.
flushAndExecute(Consumer<T>, int) - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
flushAndExecute(Consumer<T>, int) - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
flushAndExecute(Consumer<T>, int) - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
flushAndExecute(Consumer<T>, int) - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Flush the contents of the queue, applying the given action to each flushed entry.
flushCache(String) - Method in class com.atlassian.confluence.functest.rest.admin.CacheResource
 
FlushCacheAction - Class in com.atlassian.confluence.admin.actions
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, use com.atlassian.confluence.cache.rest.CacheManagementResource instead
FlushCacheAction() - Constructor for class com.atlassian.confluence.admin.actions.FlushCacheAction
Deprecated.
 
flushCaches() - Method in interface com.atlassian.bandana.BandanaPersister
Deprecated.
Flush all caches of this persister.
flushCaches() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
flushCaches() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
Flush all caches
flushCaches() - Method in class com.atlassian.confluence.impl.bandana.ReadThroughCachingBandanaPersister
 
flushCaches() - Method in class com.atlassian.confluence.impl.bandana.TransactionalBandanaPersister
 
flushCaches() - Method in interface com.atlassian.confluence.impl.cache.CacheFlusher
 
flushCaches() - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
flushCaches() - Method in class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
 
flushCaches() - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
flushCaches() - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
flushCaches() - Method in class com.atlassian.confluence.impl.vcache.VCacheFlusher
 
flushCaches() - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
flushCaches() - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
flushCaches() - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
flushCaches() - Method in interface com.atlassian.confluence.security.SpacePermissionManager
 
flushCaches() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
flushCaches() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
 
flushCaches() - Method in class com.atlassian.integrationtest.confluence.cache.HibernateCacheIntegrationTestFlusher
 
FlushChangeIndexQueueAction - Class in com.atlassian.confluence.impl.search.actions
Flushes the changes index queue
FlushChangeIndexQueueAction() - Constructor for class com.atlassian.confluence.impl.search.actions.FlushChangeIndexQueueAction
 
flushCommitClearSession() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
Flush and commit session.
FlushContentIndexQueueAction - Class in com.atlassian.confluence.impl.search.actions
Flushes the content index queue
FlushContentIndexQueueAction() - Constructor for class com.atlassian.confluence.impl.search.actions.FlushContentIndexQueueAction
 
flushEventWriter(XMLEventWriter) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Ensure all xml events that have been added to the event buffer of the writer are flushed.
flushIndexQueue() - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
Support remote interface for flushing the index queue.
flushIndexQueue(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
flushIndexQueue(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
flushIndexQueue(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
flushIndexQueue(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
flushIndexQueue(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
FlushIndexQueueAction - Class in com.atlassian.confluence.impl.search.actions
Deprecated.
since 7.9 because Confluence now has multiple index queues. Use FlushContentIndexQueueAction or FlushChangeIndexQueueAction
FlushIndexQueueAction() - Constructor for class com.atlassian.confluence.impl.search.actions.FlushIndexQueueAction
Deprecated.
 
flushPermissionsQueue() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.AdvancedBulkPermissionService
Used for acceptance tests when sync operations are required.
flushPermissionsQueue() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.AdvancedBulkPermissionServiceImpl
 
flushQueue() - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
flushQueue() - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
flushQueue() - Method in interface com.atlassian.confluence.internal.search.IncrementalIndexManager
Flushes the index queue, processing all of the tasks.
flushQueue() - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
Deprecated.
flushQueue() - Method in class com.atlassian.confluence.mail.DefaultMailQueueManager
 
flushQueue() - Method in interface com.atlassian.confluence.mail.MailQueueManager
Attempt to send any queued outgoing mail.
flushQueue() - Method in interface com.atlassian.confluence.search.IndexManager
Flushes the index queue, processing all of the tasks.
flushQueue() - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Deprecated.
Since 5.6. Use instead.
flushQueue(int) - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
flushQueue(int) - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
Returns ALL entries in the queue.
flushQueue(int) - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
Deprecated.
flushQueue(int) - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Deprecated.
Since 5.6. Use instead.
flushQueue(IndexManager.IndexQueueFlushMode) - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
flushQueue(IndexManager.IndexQueueFlushMode) - Method in interface com.atlassian.confluence.internal.search.IncrementalIndexManager
Flushes the index queue, processing a batch of the tasks
flushQueue(IndexManager.IndexQueueFlushMode) - Method in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
flushQueue(IndexManager.IndexQueueFlushMode) - Method in interface com.atlassian.confluence.search.IndexManager
Flushes the index queue, processing a batch of the tasks
flushQueueWithActionOnIterableOfTasks(Consumer<Iterable<T>>, int) - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
flushQueueWithActionOnIterableOfTasks(Consumer<Iterable<T>>, int) - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
flushQueueWithActionOnIterableOfTasks(Consumer<Iterable<T>>, int) - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
flushQueueWithActionOnIterableOfTasks(Consumer<Iterable<T>>, int) - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Flush the contents of the queue, applying the given action to an iterable of tasks.
flushQueueWithLockTimeout(IndexManager.IndexQueueFlushMode, int, TimeUnit) - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
flushQueueWithLockTimeout(IndexManager.IndexQueueFlushMode, int, TimeUnit) - Method in interface com.atlassian.confluence.internal.search.IncrementalIndexManager
Flushes the index queue with a specified lock timeout.
flushQueueWithLockTimeout(IndexManager.IndexQueueFlushMode, int, TimeUnit) - Method in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
flushQueueWithLockTimeout(IndexManager.IndexQueueFlushMode, int, TimeUnit) - Method in interface com.atlassian.confluence.search.IndexManager
Flushes the index queue with a specified lock timeout.
flushResponse() - Static method in class com.atlassian.confluence.util.VelocityUtil
Flushes response writer.
FlushStatistics - Class in com.atlassian.confluence.search
A simple statistics object that holds details for an index flushing.
FlushStatistics() - Constructor for class com.atlassian.confluence.search.FlushStatistics
 
flushStats(ExtendedStatistics, String) - Static method in class com.atlassian.confluence.cache.ehcache.EhCacheCompactor
 
flushThemeComponents(String) - Static method in class com.atlassian.confluence.util.LayoutHelper
 
flushUserAccessStatusForAllUsers() - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
flushUserAccessStatusForUser(User) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
FlushUserCheckerCacheOnLicenseUpdate - Class in com.atlassian.confluence.license.store
Listens for LicenceUpdatedEvents in order to reset the cache in UserChecker.resetResult().
FlushUserCheckerCacheOnLicenseUpdate(UserChecker, EventPublisher) - Constructor for class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
foldResult(CompletionStage<T>, Function<Throwable, T>) - Static method in class com.atlassian.confluence.impl.concurrency.CompletionStageUtils
Obtain the result of the given CompletionStage.
foldResult(CompletionStage<T>, Function<T, R>, Function<Throwable, R>) - Static method in class com.atlassian.confluence.impl.concurrency.CompletionStageUtils
Obtain the result of the given CompletionStage.
FollowEvent - Class in com.atlassian.confluence.event.events.follow
An event fired when a user is followed
FollowEvent(Object, ConfluenceUser, ConfluenceUser) - Constructor for class com.atlassian.confluence.event.events.follow.FollowEvent
 
FollowingTargetUserCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the logged in user is following the target user
FollowingTargetUserCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.FollowingTargetUserCondition
 
followManager - Variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
followManager() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
FollowManager - Interface in com.atlassian.confluence.follow
Manages the followers and followees of a user
FollowManagerInternal - Interface in com.atlassian.confluence.internal.follow
Deprecated.
since 7.18 Use FollowManager or NetworkService
FollowService - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
 
followUser(ConfluenceUser, ConfluenceUser) - Method in class com.atlassian.confluence.follow.DefaultFollowManager
 
followUser(ConfluenceUser, ConfluenceUser) - Method in interface com.atlassian.confluence.follow.FollowManager
Sets the follower to follow the specified user.
followUser(User, User) - Method in interface com.atlassian.confluence.follow.persistence.dao.ConnectionDao
Sets the follower to follow the specified user.
followUser(User, User) - Method in class com.atlassian.confluence.follow.persistence.dao.hibernate.HibernateConnectionDao
 
followUser(String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
followUser(String, String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Follows or stops following a user.
followUser(String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
FollowUserAction - Class in com.atlassian.confluence.labels.actions
 
FollowUserAction() - Constructor for class com.atlassian.confluence.labels.actions.FollowUserAction
 
FontProvider - Interface in com.atlassian.confluence.plugins.templates.servlet
Provides the first available Font on the system.
FontProvider - Interface in com.atlassian.confluence.tinymceplugin
Provides the first available Font on the system.
FOOTER - Static variable in class com.atlassian.confluence.pages.Comment
The comment will be found in the page footer (i.e.
forall(Predicate<? super T>) - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
forall(Predicate<? super T>) - Method in class com.atlassian.confluence.core.None
 
forAll(Iterable<T>) - Static method in class com.atlassian.confluence.core.PartialList
 
forAll(Iterable<T>) - Static method in class com.atlassian.confluence.legacyapi.model.PartialList
Deprecated.
 
forAtlassianCache(Cache) - Static method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobStatusCache
 
forbidCondition1AndTransformer1() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
forbidCondition1AndTransformer1() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
FORBIDDEN - Static variable in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
A singleton unauthorized result.
FORBIDDEN_PATH_CONTAINS - Static variable in class com.atlassian.confluence.util.FilesystemUtils
 
FORBIDDEN_PATH_ENDINGS - Static variable in class com.atlassian.confluence.util.FilesystemUtils
 
FORBIDDEN_PATH_EQUALS - Static variable in class com.atlassian.confluence.util.FilesystemUtils
 
forbiddenResult(String, Object...) - Static method in class com.atlassian.confluence.api.model.validation.SimpleValidationResults
 
forBlog() - Method in class com.atlassian.confluence.api.model.locator.ContentLocatorBuilder
Build a content locator for a Blog post.
forBlog() - Method in class com.atlassian.confluence.legacyapi.model.content.locator.ContentLocatorBuilder
Deprecated.
Build a content locator for a Blog post.
FORCE - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.EdgeIndexBuilder.RebuildCondition
Forcibly rebuild the index by deleting existing index data and rebuilding with recent content
forceMerge(int, boolean) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
forceMergeDeletes(boolean) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
forceNewVersion(T) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Saves a new version of a page, with no change to the page content.
ForceUpgradeAction - Class in com.atlassian.confluence.admin.actions.upgrade
Forces an upgrade task to run.
ForceUpgradeAction() - Constructor for class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
forceValidateCaptcha(String, String) - Method in interface com.atlassian.confluence.security.CaptchaManager
 
forceValidateCaptcha(String, String) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
forChildrenOfContainer(Container, TargetType) - Static method in class com.atlassian.confluence.api.model.permissions.Target
Create a Target for a container being used to check operations on a different child TargetType within it.
forConfluenceEntityObjects(ReadThroughCache<K, Long>, Function<Long, E>) - Static method in class com.atlassian.confluence.impl.cache.ReadThroughEntityCache
Creates a new ReadThroughCache for use with ConfluenceEntityObject entity types.
forContent(ContentId, Map<String, Object>) - Method in class com.atlassian.confluence.web.service.WebViewServiceImpl
 
forContent(ContentId) - Method in interface com.atlassian.confluence.api.service.web.WebViewService
Provides a new WebView.
forContent(ContentId) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebViewService
 
forContent(ContentId) - Method in interface com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewService
Provides a new WebView.
forContent(ContentId) - Method in class com.atlassian.confluence.web.service.WebViewServiceImpl
 
forContent(ContentId, Map<String, Object>) - Method in interface com.atlassian.confluence.api.service.web.WebViewService
Provides a new WebView.
forContent(String) - Method in interface com.atlassian.confluence.api.service.web.WebViewService
Deprecated.
forContent(String) - Method in class com.atlassian.confluence.web.service.WebViewServiceImpl
 
forContentId(ContentId, TargetType) - Static method in class com.atlassian.confluence.api.model.permissions.Target
Create a Target from content id
forCurrentUser() - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
 
forCurrentUser(Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
Construct the person object for the current user.
forCurrentUser(Label) - Static method in interface com.atlassian.confluence.labels.DisplayableLabel
Creates a DisplayableLabel wrapper around a Label for the current ConfluenceUser.
forCustomIndex(Index, AnalyzerDescriptorProvider) - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerFactory
 
foreach(Effect<? super T>) - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
foreach(Effect<? super T>) - Method in class com.atlassian.confluence.core.None
 
forEachMetricsSnapshot(ConversionContext, Predicate<? super MarshallerMetricsAccumulationKey>, Effect<MarshallerMetrics>) - Static method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAccumulatorStack
 
forEntities(long, EntityQuery<T>) - Static method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateSearch
Returns a HibernateSearch instance for a user or group query in a particular directory.
forEntities(EntityQuery<T>) - Static method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateSearch
Returns a HibernateSearch instance for a user, group or directory query across all directories.
forEntity(ContentTypeAware) - Static method in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
ForgedLicenseException - Exception in com.atlassian.confluence.license.exception
 
ForgedLicenseException() - Constructor for exception com.atlassian.confluence.license.exception.ForgedLicenseException
 
ForgedLicenseExceptionHandler - Class in com.atlassian.confluence.license.exception.handler
 
ForgedLicenseExceptionHandler(I18NBean) - Constructor for class com.atlassian.confluence.license.exception.handler.ForgedLicenseExceptionHandler
 
forGeneric() - Method in interface com.atlassian.confluence.api.service.web.WebViewService
Provides a new generic WebView.
forGeneric() - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebViewService
 
forGeneric() - Method in interface com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewService
Provides a new generic WebView.
forGeneric() - Method in class com.atlassian.confluence.web.service.WebViewServiceImpl
 
forgotPasswordEvent(ForgotPasswordEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
ForgotPasswordEvent - Class in com.atlassian.confluence.event.events.security
 
ForgotPasswordEvent(ConfluenceUser, String, String) - Constructor for class com.atlassian.confluence.event.events.security.ForgotPasswordEvent
 
forgotPasswordUnknownUserEvent(ForgotPasswordUnknownUserEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
ForgotPasswordUnknownUserEvent - Class in com.atlassian.confluence.event.events.security
This event is triggered when the 'forgot password' form is submitted and there is no corresponding user found
ForgotPasswordUnknownUserEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.security.ForgotPasswordUnknownUserEvent
 
ForgotUserPasswordAction - Class in com.atlassian.confluence.user.actions
 
ForgotUserPasswordAction() - Constructor for class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
forGroup(long, String) - Static method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipCacheKey
 
forGroup(Group) - Static method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipCacheKey
 
forHealthCheckResult(Event) - Method in class com.atlassian.confluence.impl.health.analytics.DefaultHealthCheckAnalyticsEventFactory
 
forHealthCheckResult(Event) - Method in interface com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEventFactory
Creates an analytics event from the given Johnson event arising from a health check result.
forJohnsonHelpLinkClicked(Event) - Method in class com.atlassian.confluence.impl.health.analytics.DefaultHealthCheckAnalyticsEventFactory
 
forJohnsonHelpLinkClicked(Event) - Method in interface com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEventFactory
Creates an analytics event from the user clicking on the help link for the given Johnson event.
FORM_PARAMETER_PREFIX - Static variable in class com.atlassian.confluence.security.PermissionsFormHandler
 
FORM_PARAMETER_SEPARATOR - Static variable in class com.atlassian.confluence.security.PermissionsFormHandler
 
forMarshaller(MarshallerMetricsCollector, Marshaller<T>) - Static method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MetricsCollectingMarshaller
Creates an instrumented wrapper around another Marshaller which will gather execution metrics
format(int, Date) - Method in class com.atlassian.confluence.core.DateFormatter
Formats the date and returns it as a string with a formatOption defined in JDK.
format(GlobalRetentionPolicy) - Method in class com.atlassian.confluence.impl.retention.rules.RetentionRuleFormatter
 
format(RetentionRule) - Method in class com.atlassian.confluence.impl.retention.rules.RetentionRuleFormatter
 
format(TrashRetentionRule) - Method in class com.atlassian.confluence.impl.retention.rules.RetentionRuleFormatter
 
format(Link, PageContext) - Method in interface com.atlassian.confluence.importexport.ExportLinkFormatter
Deprecated.
Formats the link to link to the exported content.
format(Link, PageContext) - Method in class com.atlassian.confluence.importexport.impl.HtmlExportLinkFormatter
 
format(String, Object...) - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
format(Date) - Method in class com.atlassian.confluence.core.DateFormatter
Formats the date and returns it as a string, using the date formatting pattern.
format(Date) - Method in class com.atlassian.confluence.core.datetime.FriendlyDateFormatterHelper
Deprecated.
Produces a friendly date of the specified date according to the locale settings of the thread local user.
format(Date, User) - Method in class com.atlassian.confluence.core.datetime.FriendlyDateFormatterHelper
Deprecated.
Produces a friendly date of the specified date according to the locale settings of the specified user.
format(LogEvent, StringBuilder) - Method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2LoggingContextPatternConverter
 
format(LogEvent, StringBuilder) - Method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2StackTracePatternConverter
 
Format - Enum Class in com.atlassian.confluence.content.render.xhtml.macro.annotation
Used by the RequiresFormat annotation
FORMAT_SETTINGS - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
formatBlogDate(Date) - Method in class com.atlassian.confluence.core.DateFormatter
Formats the date as a blog posting date and returns it as a string.
formatConverter - Variable in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
formatConverter - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
formatConverter - Variable in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
FormatConverter - Interface in com.atlassian.confluence.content.render.xhtml
Provides a convenient service for transforming to and from the storage format into the editor and view formats.
formatDate(Date) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.AbstractViewAction
 
formatDateFull(Date) - Method in class com.atlassian.confluence.core.DateFormatter
Formats the date and returns it as a string, using DateFormat.FULL as the formatting pattern.
FormatDateFunction - Class in com.atlassian.confluence.plugins.soy
Soy function for formatting dates.
FormatDateFunction(UserAccessor, FormatSettingsManager, LocaleManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.soy.FormatDateFunction
 
formatDateTime(Instant) - Method in class com.atlassian.confluence.core.DateFormatter
Same as DateFormatter.formatDateTime(Date) but accepting Java 8 Instant
formatDateTime(Date) - Method in class com.atlassian.confluence.core.DateFormatter
Formats the date and returns it as a string, using the date-time formatting pattern.
formatDateTime(Date) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.AbstractViewAction
 
FormatDateTimeFunction - Class in com.atlassian.confluence.plugins.soy
Soy function for formatting dates.
FormatDateTimeFunction(UserAccessor, FormatSettingsManager, LocaleManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.soy.FormatDateTimeFunction
 
formatGivenString(String, Date) - Method in class com.atlassian.confluence.core.DateFormatter
Formats the date and returns it as a string, using the given formatting pattern.
formatLongTime(Long) - Static method in class com.atlassian.confluence.plugins.schedule.admin.action.AbstractViewAction
 
formatMillis(long) - Static method in class com.atlassian.confluence.core.DateFormatter
 
formatMonthYear() - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
 
formatServerDate(Date) - Method in class com.atlassian.confluence.core.DateFormatter
Same as DateFormatter.format(Date), but doesn't perform time zone conversion.
formatServerDateFull(Date) - Method in class com.atlassian.confluence.core.DateFormatter
Same as DateFormatter.formatDateFull(Date), but doesn't perform time zone conversion.
formatServerDateTime(Date) - Method in class com.atlassian.confluence.core.DateFormatter
Same as DateFormatter.formatDateTime(Date), but doesn't perform time zone conversion.
formatServerDateWithUserLocale(int, Date) - Method in class com.atlassian.confluence.core.DateFormatter
Same as DateFormatter.format(int, Date), but doesn't perform time zone conversion.
formatSettingsManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
FormatSettingsManager - Interface in com.atlassian.confluence.core
Persistent storage and retrieval of format settings.
formatSizeInMegabytes(FormatSettingsManager, long) - Static method in class com.atlassian.confluence.cache.CacheStatisticsHelper
 
FormattedBody - Class in com.atlassian.confluence.api.model.content
A String with a ContentRepresentation.
FormattedBody(ContentRepresentation, String) - Constructor for class com.atlassian.confluence.api.model.content.FormattedBody
 
FormattedBody.BaseFormattedBodyBuilder<T extends FormattedBody.BaseFormattedBodyBuilder<T>> - Class in com.atlassian.confluence.api.model.content
Fluent builder for body content and formatted Content.
FormattedBody.FormattedBodyBuilder - Class in com.atlassian.confluence.api.model.content
 
FormattedDateTime(String, String) - Constructor for class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction.FormattedDateTime
 
formatTime(Date) - Method in class com.atlassian.confluence.core.DateFormatter
Formats the date and returns it as a string, using the time formatting pattern.
formatTime(Date) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.AbstractViewAction
 
FormatTimeFunction - Class in com.atlassian.confluence.plugins.soy
Soy function for formatting dates.
FormatTimeFunction(UserAccessor, FormatSettingsManager, LocaleManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.soy.FormatTimeFunction
 
formatTimeMedium(Date) - Method in class com.atlassian.confluence.core.DateFormatter
Formats the date and returns it as a string, using DateFormat.MEDIUM as the time formatting pattern.
FORMATTING - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
FormAware - Interface in com.atlassian.confluence.core
This interface has to be implemented if the new AUI form styles are being used.
FormData(AbstractSetupEmailAction) - Constructor for class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction.FormData
 
forMemberships(long, MembershipQuery<T>) - Static method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateSearch
Returns a HibernateSearch instance for a membership query in a particular directory.
forModelObject(Object) - Static method in class com.atlassian.confluence.api.model.permissions.Target
Create a Target that points to a single model object, e.g.
forName(String) - Static method in class com.atlassian.confluence.api.model.content.SpaceType
 
forName(String) - Static method in class com.atlassian.confluence.legacyapi.model.content.ContentType
Deprecated.
 
forName(String) - Static method in class com.atlassian.confluence.security.Permission
 
forOperation(ContentId, OperationKey, String, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentRestrictionResource
 
forPage() - Method in class com.atlassian.confluence.api.model.locator.ContentLocatorBuilder
Build a content locator for a Page.
forPage() - Method in class com.atlassian.confluence.legacyapi.model.content.locator.ContentLocatorBuilder
Deprecated.
Build a content locator for a Page.
forPattern(String, List<Class<? extends Annotation>>) - Method in class com.atlassian.confluence.util.test.ClassResolver
Filter classes that match the pattern and have matching annotations on the class
forPattern(String) - Method in class com.atlassian.confluence.util.test.ClassResolver
 
forSpace(String) - Method in interface com.atlassian.confluence.api.service.web.WebViewService
 
forSpace(String) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebViewService
 
forSpace(String) - Method in interface com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewService
 
forSpace(String) - Method in class com.atlassian.confluence.web.service.WebViewServiceImpl
 
forSystemIndex(Index) - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerFactory
 
forTask(SystemMaintenanceTask) - Static method in enum class com.atlassian.confluence.impl.system.task.SystemMaintenanceTaskType
 
forUnsyncedUsers(String) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl.PersonSearcherImpl
 
forUnsyncedUsers(String) - Method in interface com.atlassian.confluence.api.service.people.PersonService.PersonSearcher
Restrict the searcher to just unsynced / unknown users This search will perform a partial and a full match of username for the search term provided
forUnsyncedUsers(String) - Method in class com.atlassian.confluence.impl.service.finder.people.NoopPersonSearcher
 
forUnsyncedUsers(String) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService.RemotePersonSearcher
 
forUser(long, String) - Static method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipCacheKey
 
forUser(ConfluenceUser) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
 
forUser(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
forUser(ConfluenceUser, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
Construct the person object for a particular user.
forUser(ConfluenceUser, Expansions, boolean) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
Construct the person object for a particular user.
forUser(User) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
forUserAccessor(Supplier<UserAccessor>) - Static method in interface com.atlassian.confluence.user.UserPreferencesAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.0
forUserKey(String, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
Construct the person object for a particular userKey.
forUserKeyWithoutProfile(String) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
Find a person by user key
forUserKeyWithoutProfile(String, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
Find a person by user key
forUsername(String) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
Construct the person object for a particular username.
forUsername(String) - Method in class com.atlassian.confluence.ui.rest.builder.LegacyPersonBuilder
Deprecated.
Construct the person object for a particular username.
forUsernameWithoutProfile(String) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
Construct the person object for a particular username.
forUserWithLoginInfo(ConfluenceUser, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
 
FORWARD - Enum constant in enum class com.atlassian.confluence.servlet.simpledisplay.PathConversionAction
 
forwarderIpAddress() - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditIpAddressProvider
 
ForwardingXmlEventReader - Class in com.atlassian.confluence.content.render.xhtml
Class delegates all calls to an {code}XMLEventReader{code} passed to the constructor.
ForwardingXmlEventReader(XMLEventReader) - Constructor for class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
foundInTrash() - Method in class com.atlassian.confluence.pages.AlternativePagesLocator
 
FourOhFiveAction - Class in com.atlassian.confluence.core.actions
Action to handle 405 error - Method Not Allowed.
FourOhFiveAction() - Constructor for class com.atlassian.confluence.core.actions.FourOhFiveAction
 
FourOhFourAction - Class in com.atlassian.confluence.core.actions
Simply sets 404 status and returns 404 page to the user.
FourOhFourAction() - Constructor for class com.atlassian.confluence.core.actions.FourOhFourAction
 
FourOhFourErrorLoggingFilter - Class in com.atlassian.confluence.servlet
 
FourOhFourErrorLoggingFilter() - Constructor for class com.atlassian.confluence.servlet.FourOhFourErrorLoggingFilter
 
FourOhFourServlet - Class in com.atlassian.confluence.impl.webapp
Servlet that always returns a 404.
FourOhFourServlet() - Constructor for class com.atlassian.confluence.impl.webapp.FourOhFourServlet
 
Fragment - Interface in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
Represents a read-only XML fragment.
Fragment(String) - Constructor for class com.atlassian.confluence.search.v2.summary.Summary.Fragment
Constructs a fragment for the given text.
FragmentParser<T> - Interface in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
FragmentTransformationErrorHandler - Interface in com.atlassian.confluence.content.render.xhtml.transformers
Handler that responds to problems in fragment transformation.
FragmentTransformer - Interface in com.atlassian.confluence.content.render.xhtml.transformers
 
FRAMEWORK_BUNDLES_LOCATION - Static variable in class com.atlassian.confluence.plugin.spring.FelixOsgiContainerManagerFactory
Deprecated.
Path to load framework bundles from the webapp, see confluence-core/confluence-webapp/pom.xml.
FREE_MEMORY - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
FRENCH - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
FRENCH - Static variable in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 6.9.0
FrenchAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
French language analyzer provider
FrenchAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.FrenchAnalyzerProvider
 
FriendlyDateFormatter - Class in com.atlassian.confluence.core.datetime
Formats a date in a relative, friendly way.
FriendlyDateFormatter(DateFormatter) - Constructor for class com.atlassian.confluence.core.datetime.FriendlyDateFormatter
 
FriendlyDateFormatter(Date, DateFormatter) - Constructor for class com.atlassian.confluence.core.datetime.FriendlyDateFormatter
 
FriendlyDateFormatterHelper - Class in com.atlassian.confluence.core.datetime
FriendlyDateFormatterHelper(FriendlyDateFormatter, I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.core.datetime.FriendlyDateFormatterHelper
Deprecated.
 
FriendlyFormatDateTimeFunction - Class in com.atlassian.confluence.plugins.soy
Soy function for formatting dates.
FriendlyFormatDateTimeFunction(UserAccessor, FormatSettingsManager, LocaleManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.soy.FriendlyFormatDateTimeFunction
 
friendlyLastModified(String) - Method in class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
from() - Method in interface com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchRangeQueryMapper.RangeQueryFacade
 
from(Cache<K, V>) - Static method in interface com.atlassian.confluence.impl.cache.tx.TransactionAwareCache
Narrow a standard Cache down to the TransactionAwareCache interface.
from(CacheFactory) - Static method in interface com.atlassian.confluence.impl.cache.tx.TransactionAwareCacheFactory
Narrow a CacheFactory down to the TransactionAwareCacheFactory interface.
from(HibernateConfig) - Static method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
Adapt a HibernateConfig into a HibernateDatabaseCapabilities.
from(Content) - Static method in class com.atlassian.confluence.api.model.content.ContentSelector
 
from(LongTaskId) - Static method in class com.atlassian.confluence.util.longrunning.LongRunningTaskId
 
from(PageResponse<T>) - Static method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
from(PageResponse<T>, Optional<Long>) - Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
from(XmlStreamWriterTemplate, XmlStreamWriterCallback) - Static method in class com.atlassian.confluence.content.render.xhtml.Streamables
Create a streamable that will produce the result of executing the provide callback within the template.
from(ContentUpdatedEvent) - Static method in class com.atlassian.confluence.event.events.content.page.synchrony.AsyncContentUpdatedEvent
 
from(AffectedObjectEntity, AuditRecordEntity) - Static method in class com.atlassian.confluence.impl.audit.AffectedObjectEntity
Deprecated.
 
from(AuditRecordEntity) - Static method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
from(ChangedValueEntity, AuditRecordEntity) - Static method in class com.atlassian.confluence.impl.audit.ChangedValueEntity
Deprecated.
 
from(IncrementalSyncPageResponse<T>) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse.Builder
 
from(Page) - Static method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
from(Iterable<T>, boolean) - Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
from(String) - Static method in class com.atlassian.confluence.content.render.xhtml.Streamables
Produce a streamable from a string.
from(String) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the content of the "from" clause.
from(EnumSet<SearchIndex>) - Static method in class com.atlassian.confluence.search.v2.Index
 
from(Iterator<T>) - Static method in class com.atlassian.confluence.impl.pagination.PagingIterators
 
from(List<T>, LimitedRequest) - Static method in class com.atlassian.confluence.dmz.pagination.SubListResponse
 
FROM_DATE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
fromAffectedObject(AffectedObject, AuditRecordEntity) - Static method in class com.atlassian.confluence.impl.audit.AffectedObjectEntity
Deprecated.
 
fromAuditRecord(AuditRecord) - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntityFactory
Deprecated.
Create an AuditRecordEntity out of an AuditRecord.
fromAuditRecordWithI18n(AuditRecord) - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntityFactory
Deprecated.
Create an AuditRecordEntity out of an AuditRecord, taking into account i18n translation.
fromBoolean(boolean) - Static method in enum class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao.Cacheability
 
fromChangedValue(ChangedValue, AuditRecordEntity) - Static method in class com.atlassian.confluence.impl.audit.ChangedValueEntity
Deprecated.
 
fromClusterJob(ClusteredJob) - Static method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
fromDate(Date) - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
 
fromDate(DateTime) - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
fromDateString(String) - Static method in class com.atlassian.confluence.rest.serialization.jackson2.Dates
Converts the given date String into a DateTime object.
fromDescription(Description) - Method in class com.atlassian.confluence.util.test.rules.TestMethodLocator
Deprecated.
 
fromEdgeTargetInfos(List<EdgeTargetInfo>, String, boolean) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItemFactory
 
fromFormParameterName(String, Space, String) - Method in class com.atlassian.confluence.security.PermissionsFormHandler
Convert a form parameter name into a space permission.
fromId(int) - Static method in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
fromId(ContentId) - Static method in class com.atlassian.confluence.api.model.content.ContentSelector
Deprecated.
since 5.10. CRA-1305: to be removed prior to 6.0 release. Use ContentSelector.from(Content) wherever possible.
fromId(String) - Static method in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
fromIndex(Index) - Static method in enum class com.atlassian.confluence.search.v2.lucene.SearchIndex
Deprecated.
A convenient method to convert an Index object to this enum value
fromInt(int) - Static method in class com.atlassian.confluence.core.BodyType
 
fromKeyAndSpaceString(String, String) - Static method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId
 
fromLegacyImportedObject(ImportedObject, ExportableEntityInfo, EntityInfoSqlHelper, HibernateMetadataHelper) - Static method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
 
fromLegacyImportExportValue(String) - Static method in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
 
fromLevel(String) - Static method in enum class com.atlassian.confluence.servlet.download.AttachmentSecurityLevel
 
fromLong(long) - Static method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId
 
fromMap(Map<String, String>) - Static method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
Create a VersionRestoreParameters by extracting the value from property bag.
fromName(String) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
fromPager(Pager<H>, LimitedRequest, Function<H, M>) - Static method in class com.atlassian.confluence.dmz.pagination.PagerToPageResponseHelper
fromProperties(Properties) - Static method in class com.atlassian.confluence.content.render.xhtml.view.macro.MacroAsyncRenderWhitelist
 
fromPropertiesResource(Resource) - Static method in class com.atlassian.confluence.content.render.xhtml.view.macro.MacroAsyncRenderWhitelist
 
fromReference(Reference) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
fromReference(Reference<?>) - Method in interface com.atlassian.confluence.api.nav.Navigation
 
fromRunDetails(JobId, RunDetails) - Static method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
fromSingle(T, boolean) - Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
fromStatus(boolean) - Static method in enum class com.atlassian.confluence.plugins.synchrony.api.CollaborativeEditingMode
 
fromString(String) - Static method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId
This method MUST be called fromString in order to make Jersey happy to deserialise it from path.
fromString(String) - Static method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId
 
fromString(String) - Static method in enum class com.atlassian.confluence.cluster.ClusterJoinConfig.ClusterJoinType
 
fromString(String) - Static method in class com.atlassian.confluence.content.render.xhtml.storage.macro.MacroId
 
fromString(String) - Static method in enum class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent.SpaceLogoActions
 
fromString(String) - Static method in enum class com.atlassian.confluence.importexport.impl.ExportDescriptor.Source
 
fromString(String) - Static method in enum class com.atlassian.confluence.search.SearchLanguage
 
fromString(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent.ContentStatus
 
fromSuppliersMap(Map<K, ? extends Supplier<? extends V>>) - Static method in class com.atlassian.confluence.util.collections.LazyMap
As at 9.1.1, the returned map is no longer directly backed by the given map.
fromTimeString(String) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts the given date and time String to a Date object.
fromTimeString(String) - Static method in class com.atlassian.confluence.rest.serialization.jackson2.Dates
Converts the given date and time String to a DateTime object.
fromUriBuilder(UriBuilder) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
fromUriBuilder(UriBuilder) - Method in interface com.atlassian.confluence.rest.v2.api.services.RestNavigation
 
fromUser(ConfluenceUser) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
 
fromUser(ConfluenceUser, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
Constructs a User object for a particular user.
fromUserkey(UserKey) - Static method in class com.atlassian.confluence.api.model.people.User
Creates a user object with only the userkey filled in, suitable for passing to services that accept a User object
fromUsername(String) - Static method in class com.atlassian.confluence.api.model.people.User
Creates a user object with only the username filled in, suitable for passing to services that accept a User object
fromValue(String) - Static method in enum class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJobState
 
fromXML(Reader) - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
fromXML(Reader) - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStream
Deserialize an object from an XML Reader.
fromXML(String) - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
fromXML(String) - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStream
Deserialize an object from an XML String.
fromXMLString(String) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
FS - Static variable in class com.atlassian.confluence.util.LayoutHelper
 
FugueConversionUtil - Class in com.atlassian.confluence.util
Deprecated.
since 7.20
FugueConversionUtil() - Constructor for class com.atlassian.confluence.util.FugueConversionUtil
Deprecated.
 
FULL - Enum constant in enum class com.atlassian.confluence.search.contentnames.QueryToken.Type
 
FULL_ATTACHMENT - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
An attachment name (param with that type will be stored in storage format as below) <ac:parameter ac:name="param name"> <ri:attachment ri:filename="attachment name"> <ri:page ri:content-title="page title" ri:space-key="space key" /> </ri:attachment> </ac:parameter>
FULL_CONFLUENCE_ACCESS - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
 
FULL_EXPORT_BACKWARDS_COMPATIBILITY - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
Backwards compatibility for full export.
FULL_FORM_PARAMETER_PREFIX - Static variable in class com.atlassian.confluence.security.PermissionsFormHandler
 
FULL_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
The display name of the user.
FULL_NAME_SORTABLE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
FULL_NAME_UNTOKENIZED - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
FULL_SYNC_RL_PROPERTY_PREFIX - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
FULL_TOKEN_TYPE - Static variable in class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.ExtendedDelimitersFilter
 
fullDuration - Variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
 
fullName - Variable in class com.atlassian.confluence.user.actions.CreateUserAction
 
fullName(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation.UserDetailsForCreationBuilder
 
FULLNAME - Enum constant in enum class com.atlassian.confluence.search.v2.sort.UserAttributeSort.UserAttribute
Deprecated.
 
FullnameSort - Class in com.atlassian.confluence.search.v2.sort
Sort by a user's full name
FullnameSort(SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.FullnameSort
 
fullnameTerm(String) - Method in class com.atlassian.confluence.internal.user.UserSearchRequestBuilder
 
fullReindex() - Static method in enum class com.atlassian.confluence.search.ReIndexOption
This is only for site reindexing
fullReindex(boolean) - Static method in enum class com.atlassian.confluence.search.ReIndexOption
 
FullReindexManager - Interface in com.atlassian.confluence.internal.index.lucene
Responsible for triggering full reindex operation with necessary state management.
fullSearch(RestSearchParameters, Integer, Integer) - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.DefaultRestSearchService
 
fullSearch(RestSearchParameters, Integer, Integer) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchService
 
FULLSIZE_IMAGE_ATTR - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
FuncTestJobControlListenerForAtlassianScheduler - Class in com.atlassian.confluence.test.rpc
Listens to job control events published by the FuncTestRpcHandlerImpl.
FuncTestJobControlListenerForAtlassianScheduler() - Constructor for class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
FuncTestQueryFactory - Class in com.atlassian.confluence.test.rpc
 
FuncTestQueryFactory() - Constructor for class com.atlassian.confluence.test.rpc.FuncTestQueryFactory
 
FuncTestRpcDelegator - Class in com.atlassian.confluence.test.rpc
 
FuncTestRpcDelegator() - Constructor for class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
FuncTestRpcHandler - Interface in com.atlassian.confluence.test.rpc
 
FuncTestRpcHandlerImpl - Class in com.atlassian.confluence.test.rpc
 
FuncTestRpcHandlerImpl() - Constructor for class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
FunctionScoreQuery - Class in com.atlassian.confluence.search.v2.query
v2 primitive query that modifies the wrapped query score of a retrieved document by combining it according to FunctionScoreQuery.BoostMode with an value provided by ScoreFunction.
FunctionScoreQuery(SearchQuery, ScoreFunction, FunctionScoreQuery.BoostMode) - Constructor for class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
 
FunctionScoreQuery.BoostMode - Enum Class in com.atlassian.confluence.search.v2.query
 
FunctionScoreQueryFactory - Interface in com.atlassian.confluence.search.v2.score
A factory to apply function scoring on search queries
FunctionScoreQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
A mapper for FunctionScoreQuerys.
FunctionScoreQueryMapper(LuceneQueryMapper<SearchQuery>) - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.FunctionScoreQueryMapper
 

G

GADGET_MACRO - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
GALEON - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
GarbageCollectorTimeAnalyticsEvent - Class in com.atlassian.confluence.internal.diagnostics
GarbageCollectorTimeAnalyticsEvent is fired when GC overhead exceeds the specified limit.
GarbageCollectorTimeAnalyticsEvent(long, long, long) - Constructor for class com.atlassian.confluence.internal.diagnostics.GarbageCollectorTimeAnalyticsEvent
 
GateKeeper - Interface in com.atlassian.confluence.security
Manages the granting of temporary permissions to retrieve resources.
GaussDecayFunction - Class in com.atlassian.confluence.search.v2.score
A gaussian decay function.
GaussDecayFunction(FieldValueSource, DecayParameters) - Constructor for class com.atlassian.confluence.search.v2.score.GaussDecayFunction
 
GAUSSIAN_DECAY - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
GAUSSIAN_OFFSET - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
GAUSSIAN_SCALE - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
GAUSSIAN_SCALE_DAYS - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
GECKO - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
GECKO_UNKNOWN - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
GENERAL - Enum constant in enum class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent.Type
 
GENERAL_EXCEPTION - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.ErrorType
 
GENERAL_UTIL - Enum constant in enum class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider.ContextItems
 
GeneralAttachmentBatchUploadCompletedEvent - Class in com.atlassian.confluence.event.events.content.attachment
An event indicating that o batch of one or more attachments have completed uploading.
GeneralAttachmentBatchUploadCompletedEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentBatchUploadCompletedEvent
 
GeneralAttachmentBatchUploadCompletedEvent(Object, List<Attachment>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentBatchUploadCompletedEvent
 
GeneralAttachmentCopier - Class in com.atlassian.confluence.pages.persistence.dao
This AttachmentCopier copies Attachments from one AttachmentManager instance to another, in the case where there are different storage implementations for data and/or meta-data.
GeneralAttachmentCopier(AttachmentManagerInternal, AttachmentManager) - Constructor for class com.atlassian.confluence.pages.persistence.dao.GeneralAttachmentCopier
 
GeneralAttachmentCreateEvent - Class in com.atlassian.confluence.event.events.content.attachment
An event indicating that one or more attachments have been added to a piece of content.
GeneralAttachmentCreateEvent(Object, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentCreateEvent
 
GeneralAttachmentCreateEvent(Object, Attachment, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentCreateEvent
 
GeneralAttachmentCreateEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentCreateEvent
Construct a new GeneralAttachmentCreateEvent.
GeneralAttachmentCreateEvent(Object, List<Attachment>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentCreateEvent
 
GeneralAttachmentRemoveEvent - Class in com.atlassian.confluence.event.events.content.attachment
Event sent *before* the removal of an attachment.
GeneralAttachmentRemoveEvent(Object, Attachment, User) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRemoveEvent
 
GeneralAttachmentRemoveEvent(Object, Attachment, User, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRemoveEvent
 
GeneralAttachmentRestoreEvent - Class in com.atlassian.confluence.event.events.content.attachment
This is published when an attachment is restored from the trash.
GeneralAttachmentRestoreEvent(Object, Attachment, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRestoreEvent
Creates an attachment restore event
GeneralAttachmentUpdateEvent - Class in com.atlassian.confluence.event.events.content.attachment
An event indicating that an attachment has been updated
GeneralAttachmentUpdateEvent(Object, Attachment, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentUpdateEvent
 
GeneralAttachmentUpdateEvent(Object, Attachment, Attachment, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentUpdateEvent
 
GeneralAttachmentVersionRemoveEvent - Class in com.atlassian.confluence.event.events.content.attachment
Event sent *before* the removal of an attachment version.
GeneralAttachmentVersionRemoveEvent(Object, Attachment, User) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentVersionRemoveEvent
 
GeneralAttachmentVersionRemoveEvent(Object, Attachment, User, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentVersionRemoveEvent
 
GeneralConfigurationAction - Class in com.atlassian.confluence.admin.actions
 
GeneralConfigurationAction() - Constructor for class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
GeneralKbArticleLinkClickedHandler() - Constructor for class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.GeneralKbArticleLinkClickedHandler
 
GeneralUtil - Class in com.atlassian.confluence.util
Extension of VelocityUtil that contain methods that are not needed or safe for use in Velocity templates.
GeneralUtil() - Constructor for class com.atlassian.confluence.util.GeneralUtil
 
generate(long) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.IdMultiPartHashGenerator
Create the multipart hash for the supplied value.
generate(JsExpression...) - Method in class com.atlassian.confluence.plugins.soy.DarkFeatureFunction
 
generate(JsExpression...) - Method in class com.atlassian.confluence.plugins.soy.DocLinkFunction
Deprecated.
 
generate(JsExpression...) - Method in class com.atlassian.confluence.plugins.soy.FormatDateFunction
 
generate(JsExpression...) - Method in class com.atlassian.confluence.plugins.soy.FormatDateTimeFunction
 
generate(JsExpression...) - Method in class com.atlassian.confluence.plugins.soy.FriendlyFormatDateTimeFunction
 
generate(JsExpression...) - Method in class com.atlassian.confluence.plugins.soy.StaticResourceUrlPrefixFunction
 
generate(JsExpression...) - Method in class com.atlassian.confluence.plugins.soy.WebPanelFunction
 
generate(File) - Method in class com.atlassian.confluence.upgrade.recovery.DefaultRecoveryFileGenerator
 
generate(File) - Method in interface com.atlassian.confluence.upgrade.recovery.RecoveryFileGenerator
Generates an upgrade recovery file.
generate(InputStream, File, int, int) - Method in interface com.atlassian.confluence.impl.pages.thumbnail.renderer.ThumbnailGenerator
Generates thumbnail of an image
generate(URI, Set<String>) - Method in class com.atlassian.confluence.api.impl.service.audit.uri.AttachmentUriGenerator
 
generate(URI, Set<String>) - Method in class com.atlassian.confluence.api.impl.service.audit.uri.CommentUriGenerator
 
generate(URI, Set<String>) - Method in class com.atlassian.confluence.api.impl.service.audit.uri.GroupUriGenerator
 
generate(URI, Set<String>) - Method in class com.atlassian.confluence.api.impl.service.audit.uri.PageUriGenerator
 
generate(URI, Set<String>) - Method in interface com.atlassian.confluence.api.impl.service.audit.uri.ResourceUriGenerator
For each of the identifiers in identifiers set calculate the corresponding URI and return a mapping from the identifier to this URI.
generate(URI, Set<String>) - Method in class com.atlassian.confluence.api.impl.service.audit.uri.ResourceUriGenerator.NoopGenerator
 
generate(URI, Set<String>) - Method in class com.atlassian.confluence.api.impl.service.audit.uri.SpaceUriGenerator
 
generate(URI, Set<String>) - Method in class com.atlassian.confluence.api.impl.service.audit.uri.UserUriGenerator
 
generate(SessionImplementor, Object) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyGenerator5
 
generate(SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGeneratorV5
 
generate(SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.ConfluenceHexUserKeyGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyGenerator5
 
generate(SharedSessionContractImplementor, Object, int) - Method in interface com.atlassian.confluence.impl.hibernate.BulkIdGenerator
 
generate(SharedSessionContractImplementor, Object, int) - Method in class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGenerator
Generate a collection of ids.
generateAncestorObjects(List<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.AncestorRecordsGenerator
Generates ancestor objects for eligible content entity objects (drafts or current pages)
generateAnchor(PageContext, String) - Static method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
This method generates a HTML encoded anchor
generateAndSaveToken(String, UserVerificationTokenType) - Method in class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
 
generateAndSaveToken(String, UserVerificationTokenType) - Method in interface com.atlassian.confluence.user.UserVerificationTokenManager
 
generateBreadcrumbs(long, String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.BreadcrumbResource
Gets the breadcrumbs to display for the given content id and type.
generateCaptchaId() - Method in interface com.atlassian.confluence.security.CaptchaManager
 
generateCaptchaId() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
generateChildPages(ConfluenceUser, Page, String, int, int) - Method in class com.atlassian.testsupport.TestDataCreator
 
generateDailyReports() - Method in interface com.atlassian.confluence.mail.jobs.DailyReportManager
 
generateDailyReports() - Method in class com.atlassian.confluence.mail.jobs.DefaultDailyReportManager
 
generateDefinition(UnmarshalMacroRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.MacroResource
 
generateEditorFormat(PageTemplate, List<? extends Variable>, String) - Method in interface com.atlassian.confluence.pages.templates.TemplateHandler
 
generateEditorFormat(PageTemplate, List<? extends Variable>, String) - Method in class com.atlassian.confluence.pages.templates.WikiTemplateHandler
 
generateEditorFormat(PageTemplate, List<? extends Variable>, String) - Method in class com.atlassian.confluence.pages.templates.XhtmlTemplateHandler
 
generateFromSiteLogo() - Method in class com.atlassian.confluence.plugins.lookandfeel.AutoLookAndFeelManager
 
generateId() - Method in interface com.atlassian.confluence.content.render.xhtml.ElementIdCreator
 
generateId() - Method in class com.atlassian.confluence.content.render.xhtml.HtmlElementIdCreator
The current implementation is very simplistic and will simply create id's of the pattern "id-<n>".
generateId(String) - Method in interface com.atlassian.confluence.content.render.xhtml.ElementIdCreator
 
generateId(String) - 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.
generateIds(IdentifierGenerator, Object, int) - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
Generates multiple ids.
generateIds(IdentifierGenerator, Object, int) - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.SmartIdGenerator
 
generateName(HttpServletRequest) - Static method in class com.atlassian.confluence.util.profiling.ConfluenceMonitoringNameGenerator
Generated the monitoring name based on the request.
generateNewIdFor(Class<T>, T) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
generateOutput(TagNode) - Method in class com.atlassian.confluence.diff.ConfluenceHtmlSaxDiffOutput
generatePlaceHolder(EmbeddedImagePlaceholderRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.EmbeddedImage
 
generatePlaceHolder(MacroRenderRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.MacroResource
 
generatePlaceHolder(String, String, String) - Method in class com.atlassian.confluence.tinymceplugin.rest.CreateLinkResource
 
generatePlaceHolder(String, String, String) - Method in class com.atlassian.confluence.tinymceplugin.rest.LinkResource
 
generatePlaceHolderForStoredMacro(MacroRenderByIdRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.MacroResource
Retrieves the stored macro in the editor format.
generatePreview(PreviewMacroRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.MacroResource
 
generateReportString(String, ExceptionReport, boolean) - Static method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReportUtil
Generate a string suitable for logging from the given report.
generateSiteBackupFileName(String, Supplier<LocalDateTime>) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Generates a backup file name for site backup.
generateSpaceBackupFileName(String, Set<String>, Supplier<LocalDateTime>) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Generates a backup file name for space backup.
generatesToken - Variable in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
generatesToken - Variable in class com.atlassian.confluence.search.v2.AbstractSearch
 
generatesToken() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
generatesToken() - Method in class com.atlassian.confluence.search.v2.AbstractSearch
 
generatesToken() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
generatesToken() - Method in interface com.atlassian.confluence.search.v2.ISearch
Specifies whether the resulting SearchResults.getNextPageSearch() will be generated with a token.
generatesToken(boolean) - Method in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
generatesToken(boolean) - Method in class com.atlassian.confluence.search.v2.DecoratorSearchBuilder
 
generatesToken(boolean) - Method in interface com.atlassian.confluence.search.v2.ISearch.Builder
Specifies whether the resulting SearchResults.getNextPageSearch() will be generated with a token.
generateTitleSlug() - Method in class com.atlassian.confluence.pages.AbstractPage
Deprecated, for removal: This API element is subject to removal in a future version.
generateTitleSlug() - Method in record class com.atlassian.confluence.pages.AddressablePage
 
generateTitleSlug(String) - Static method in class com.atlassian.confluence.pages.AbstractPage
Deprecated, for removal: This API element is subject to removal in a future version.
generateTitleSlug(String) - Static method in record class com.atlassian.confluence.pages.AddressablePage
 
generateUnencodedAnchor(PageContext, String) - Static method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
Generates a valid HTML5 anchor with a prefix added to the anchor name.
generateUniqueAnchor(PageContext, String) - Static method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
generateUniqueJobId(SchedulerService, String) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
Instead of using SchedulerService.scheduleJobWithGeneratedId(com.atlassian.scheduler.config.JobConfig), you can use SchedulerService.scheduleJob(com.atlassian.scheduler.config.JobId, com.atlassian.scheduler.config.JobConfig) with the result of this method.
generateValidToken(HttpServletRequest) - Method in class com.atlassian.confluence.security.service.DefaultXsrfTokenService
 
generateValidToken(HttpServletRequest) - Method in interface com.atlassian.confluence.security.service.XsrfTokenService
Generate and bind a token pair to the session.
GENERIC - Enum constant in enum class com.atlassian.confluence.validation.MessageLevel
 
GENERIC_ACTION - Static variable in class com.atlassian.confluence.servlet.ImageCaptchaServlet
 
GENERIC_LDAP - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
GENERIC_LDAP_RFC2307 - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
GENERIC_SPACE_PERMISSIONS - Static variable in class com.atlassian.confluence.security.SpacePermission
represents all permissions which can be used to build SpacePermissions.
GenericCharacterTokenizer - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenizer
Character tokenizers that tokenizes on a specified list of delimiters.
GenericCharacterTokenizer(Reader, char[]) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenizer.GenericCharacterTokenizer
 
GenericDownloadResourceReader - Class in com.atlassian.confluence.importexport.resource
 
GenericDownloadResourceReader(String, InputStreamSource) - Constructor for class com.atlassian.confluence.importexport.resource.GenericDownloadResourceReader
 
GenericEraser - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Eraser that can remove data from most of the tables.
GenericEraser(BooleanSupplier, SpaceDeletionSqlScriptsRunner, ExportableEntityInfo, SpaceDeletionEventSender, Collection<TableFieldHavingForeignKey>, Map<Class<?>, EntityEraser>) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.GenericEraser
 
GenericPersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
A generic persister for most of the entity objects.
GenericPersister(ObjectQueueProcessor, Class<?>, IdMapper, ImportedObjectsStashFactory) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.GenericPersister
 
GenericSiteExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
Generic exporter that works for most of Hibernate entities.
GenericSiteExporter(DatabaseExporterHelper, Converter, QueryProvider, PostExportAction) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.GenericSiteExporter
 
GenericVelocityMacro - Class in com.atlassian.confluence.macro
A configurable and generic macro that renders a Velocity template as part of its execution.
GenericVelocityMacro() - Constructor for class com.atlassian.confluence.macro.GenericVelocityMacro
 
GERMAN - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
GERMAN - Static variable in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
GermanAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
German language analyzer provider
GermanAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.GermanAnalyzerProvider
 
get() - Method in class com.atlassian.confluence.api.impl.service.audit.migration.ConfluenceAuditRetentionConfigProvider
 
get() - Method in class com.atlassian.confluence.api.model.reference.ExpandedReference
 
get() - Method in class com.atlassian.confluence.api.model.reference.Reference
 
get() - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultMacroIdSupplier
 
get() - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.MacroIdSupplier
 
get() - Method in class com.atlassian.confluence.core.DefaultPermissionOverrideExtensionProvider
 
get() - Static method in class com.atlassian.confluence.core.persistence.hibernate.SessionCacheModeThreadLocal
 
get() - Method in class com.atlassian.confluence.functest.rest.admin.PluginMetadataResource
 
get() - Method in class com.atlassian.confluence.impl.backuprestore.backup.UserKeyExtractorFragmentTransformerSupplier
 
get() - Method in class com.atlassian.confluence.impl.health.analytics.HealthCheckAnalyticsSenderSupplier
 
get() - Method in class com.atlassian.confluence.impl.jmx.HibernateStatisticsSupplier
 
get() - Method in class com.atlassian.confluence.impl.retention.DefaultSpacePropertyServiceProvider
 
get() - Method in class com.atlassian.confluence.impl.retention.MockSpacePropertyServiceProvider
 
get() - Method in class com.atlassian.confluence.impl.search.v2.searchfilter.EnabledContentTypeSupplier
 
get() - Method in class com.atlassian.confluence.impl.search.v2.searchfilter.NonViewableContentTypeSupplier
 
get() - Method in class com.atlassian.confluence.impl.util.sandbox.ConfluenceConversionSandboxConfigurationFactory
 
get() - Method in class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
 
get() - Method in class com.atlassian.confluence.internal.index.attachment.PluginAttachmentTextExtractorsProvider
 
get() - Method in class com.atlassian.confluence.internal.index.attachment.ShouldCompressAttachmentTextExtraction
It doesn't make sense to compress extracted text in non cluster configuration where everything happen in the same node.
get() - Method in class com.atlassian.confluence.internal.index.status.BandanaReIndexJobPersister
 
get() - Method in interface com.atlassian.confluence.internal.index.status.ReIndexJobPersister
 
get() - Method in class com.atlassian.confluence.internal.index.v2.IsSiteReindexingChecker
 
get() - Method in class com.atlassian.confluence.internal.search.contentnames.v2.ContentNameSearchSectionSpecsProvider
 
get() - Method in class com.atlassian.confluence.internal.search.contentnames.v2.CoreContentNameSearchSectionSpecsProvider
 
get() - Method in interface com.atlassian.confluence.internal.search.SearchLanguageProvider
 
get() - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
get() - Method in interface com.atlassian.confluence.internal.search.v2.SearchDecoratorProvider
 
get() - Method in class com.atlassian.confluence.macro.browser.MacroMetadataClientCacheKeyProvider
 
get() - Static method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions
 
get() - Method in class com.atlassian.confluence.plugin.AutodetectModuleFactoryHolder
Deprecated.
 
get() - Method in class com.atlassian.confluence.plugin.PluginLoadersFactory
 
get() - Method in class com.atlassian.confluence.plugins.monitoring.CacheStatisticSupplier
 
get() - Method in class com.atlassian.confluence.plugins.monitoring.LiveActivitySupplier
 
get() - Static method in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContextThreadLocal
 
get() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeAttachmentResource
Deprecated.
This method will always return HTTP 404 (not found) as it can not find attachments without an ID.
get() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeContentResource
Deprecated.
Returns HTTP 404 (not found) as there is no content to return if no ID is passed.
get() - Method in class com.atlassian.confluence.plugins.schedule.admin.data.CronExpressionHelpDocDataProvider
 
get() - Method in class com.atlassian.confluence.plugins.synchrony.status.SynchronyBannerDataProvider
 
get() - Method in class com.atlassian.confluence.plugins.synchrony.supplier.SynchronyStatusSupplier
 
get() - Method in interface com.atlassian.confluence.retention.SpacePropertyServiceProvider
 
get() - Static method in class com.atlassian.confluence.setup.SetupContext
Retrieve the setup context
get() - Method in class com.atlassian.confluence.tenant.SystemTenant
Deprecated.
since 7.0.1. Use SystemTenant.getTenant()
get() - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
 
get() - Method in class com.atlassian.confluence.user.avatar.ConfluenceAvatarOwner
 
get() - Method in class com.atlassian.confluence.user.UsernameCacheKey
 
get() - Method in class com.atlassian.confluence.util.BooleanFuse
 
get() - Static method in class com.atlassian.confluence.util.OutputTypeThreadLocal
 
get() - Method in class com.atlassian.confluence.util.test.rules.TestResource
Deprecated.
 
get() - Method in class com.atlassian.confluence.velocity.ConfluenceParserPool
 
get(int) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
get(int) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
get(int, String) - Method in class bucket.user.propertyset.BucketPropertySet
 
get(Object) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
 
get(K) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
get(K) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
get(K) - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
get(K) - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
get(K, Supplier<? extends V>) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
get(K, Supplier<? extends V>) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
get(K, Supplier<? extends V>) - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
get(K, Supplier<? extends V>) - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
get(String, String) - Method in class com.atlassian.confluence.impl.themes.persistence.CachingPersistentDecoratorDao
 
get(String, String) - Method in interface com.atlassian.confluence.themes.persistence.PersistentDecoratorDao
 
get(CACHEKEY, Supplier<ENTITY>, Predicate<ENTITY>) - Method in class com.atlassian.confluence.impl.cache.ReadThroughEntityCache
Retrieve the value for the given key.
get(SearchIndex, boolean) - Method in class com.atlassian.confluence.internal.search.extractor2.DeclarativeExtractor2Provider
 
get(SearchIndex, boolean) - Method in class com.atlassian.confluence.internal.search.extractor2.DefaultExtractor2Provider
 
get(SearchIndex, boolean) - Method in interface com.atlassian.confluence.internal.search.extractor2.Extractor2Provider
 
get(HttpRequest) - Method in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
since 7.0.1 use RequestFactory.createRequest(com.atlassian.sal.api.net.Request.MethodType, java.lang.String) instead.
get(SandboxSpec) - Method in interface com.atlassian.confluence.util.sandbox.SandboxRegistry
Get the most suitable sandbox instance from the system satisfying the specification.
get(JobId) - Method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobStatusCache
 
get(Serializable) - Method in class com.atlassian.confluence.setup.SharedConfigurationMap
 
get(Class<T>) - Method in interface com.atlassian.confluence.util.sandbox.SandboxCallbackContext
 
get(Object) - Static method in class com.atlassian.confluence.cache.ThreadLocalCache
Retrieve an object from the cache
get(Object) - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
get(Object) - Method in class com.atlassian.confluence.rpc.auth.TokenMap
 
get(Object) - Method in class com.atlassian.confluence.util.collections.CompositeMap
 
get(Object) - Method in class com.atlassian.confluence.util.collections.LazyMap
 
get(String) - Static method in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
get(String) - Method in class com.atlassian.confluence.functest.rest.admin.BandanaResource
 
get(String) - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfig
 
get(String) - Method in class com.atlassian.confluence.impl.security.ConfluenceSecretService
 
get(String) - Method in class com.atlassian.confluence.internal.index.lucene.DefaultCustomSearchIndexRegistry
 
get(String) - Static method in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
get(String) - Static method in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
 
get(String) - Static method in enum class com.atlassian.confluence.macro.params.SortType
 
get(String) - Static method in enum class com.atlassian.confluence.macro.query.InclusionCriteria
Returns the proper InclusionCriteria value corresponding to the specified token.
get(String) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
get(String) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchCustomSearchIndexRegistry
 
get(String) - Static method in enum class com.atlassian.confluence.search.service.SpaceCategoryEnum
 
get(String) - Method in interface com.atlassian.confluence.search.v2.CustomSearchIndexRegistry
This method returns the SearchIndexAccessor corresponding to the index represented by its unique name.
get(String) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaConfigMap
 
get(String) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
get(String) - Static method in class com.atlassian.confluence.struts.flash.FlashScope
Retrieves FlashScope items stored in the previous request
get(String) - Method in class com.atlassian.confluence.themes.AUIDefaultColorScheme
 
get(String) - Method in class com.atlassian.confluence.themes.BaseColourScheme
 
get(String) - Method in class com.atlassian.confluence.themes.ChainedColourScheme
 
get(String) - Method in interface com.atlassian.confluence.themes.ColourScheme
 
get(String) - Method in class com.atlassian.confluence.themes.PropertiesBackedColorSupport
 
get(String) - Method in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
since 7.0.1 use RequestFactory.createRequest(com.atlassian.sal.api.net.Request.MethodType, java.lang.String) instead.
get(String) - Method in class com.atlassian.confluence.velocity.context.CompositeContext
 
get(String) - Method in class com.atlassian.sal.confluence.pluginsettings.ConfluencePluginSettings
 
get(String) - Method in class com.atlassian.sal.confluence.pluginsettings.TransactionalPluginSettings
 
get(String, double) - Method in class com.atlassian.confluence.themes.AbstractColourScheme
 
get(String, double) - Method in interface com.atlassian.confluence.themes.ColourScheme
 
get(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.BandanaResource
 
get(String, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePropertyResource
 
get(String, String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePropertyResource
 
get(String, String, String, Set<String>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeSpaceResource
Deprecated.
Retrieves a list of spaces visible to the currently logged in user, alphabetically by space name.
get(List<HibernateHandle>, int) - Method in class com.atlassian.confluence.internal.index.ConcurrentBatchIndexerExecutorServiceFactory
 
get(Set<String>, boolean) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.I18nResource
Returns the text for the given plugin keys.
get(HttpServletRequest) - Static method in class com.atlassian.confluence.pages.actions.beans.PageReference
 
get(ServletRequest) - Static method in class com.atlassian.confluence.themes.ThemeContext
 
get(K) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
get(K) - Method in class com.atlassian.confluence.cache.CacheOperations
 
get(K) - Method in class com.atlassian.confluence.cache.ThreadLocalCacheAccessor
Retrieve a value from the threadlocal cache
get(K) - Method in interface com.atlassian.confluence.impl.cache.tx.TransactionAwareCache
 
get(K, Supplier<? extends V>) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
get(K, Supplier<? extends V>) - Method in class com.atlassian.confluence.cache.CacheOperations
Return the value for the given key, or load a new value into the session cache using the given supplier.
get(K, Supplier<? extends V>) - Method in interface com.atlassian.confluence.impl.cache.tx.TransactionAwareCache
 
get(K, Supplier<? extends V>) - Method in class com.atlassian.confluence.impl.vcache.UnblockingRemovalJvmCache
 
get(K, Supplier<V>) - Method in interface com.atlassian.confluence.impl.cache.ReadThroughCache
Retrieve the value for the given key.
get(K, Supplier<V>, Predicate<V>) - Method in class com.atlassian.confluence.impl.cache.ReadThroughAtlassianCache
This is essentially an extension method for Cache.
get(K, Supplier<V>, Predicate<V>) - Method in interface com.atlassian.confluence.impl.cache.ReadThroughCache
Retrieve the value for the given key.
get(Session) - Method in class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Deprecated.
 
get(Session) - Method in interface com.atlassian.confluence.impl.hibernate.extras.ExportHibernateHandle
Deprecated.
 
GET - Enum constant in enum class com.atlassian.confluence.core.persistence.hibernate.CacheMode
The session may read items from the cache, but will not add items, except to invalidate items when updates occur.
GET_ALL_SPACE_KEYS_WITH_PERMISSION_STATUSES - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.Action
 
GET_ALL_USER_SIDS - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.Action
 
GET_ALL_VISIBLE_PAGES_IN_SPACE - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.Action
 
get_expandable() - Method in class com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.OperationRestriction
 
get_links() - Method in class com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse
 
get_links() - Method in class com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.OperationRestriction
 
GET_PERMITTED_PAGE_IDS - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.Action
 
GET_PERMITTED_SPACE_IDS - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.Action
 
GET_PERMITTED_SPACES - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.Action
 
get_total() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemType
 
get_total() - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemTypeMxBean
Retrieves the total attribute (_total).
get_value() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemType
 
get_value() - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemTypeMxBean
Retrieves the value attribute (_value).
GET_VISIBLE_CHILD_PAGES - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.Action
 
GET_VISIBLE_TOP_LEVEL_PAGES - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.Action
 
getAbout() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getAbsoluteAttachmentRemotePath(Attachment) - Static method in class com.atlassian.confluence.util.ConfluenceRenderUtils
Returns the remote path to the given attachment and its siblings.
getAbsoluteImageUrl(Emoticon) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.inline.EmoticonDisplayMapper
Get an absolute URL for the emoticon (this will include the servers configured baseURL).
getAbsoluteImageUrl(Emoticon) - Method in class com.atlassian.confluence.content.render.xhtml.editor.inline.SimpleEmoticonDisplayMapper
 
getAbstractPage(long) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getAbstractPage(long) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) from plugins, or use PageManagerInternal in core where applicable
getAbstractPageById(long) - Method in interface com.atlassian.confluence.pages.persistence.dao.AbstractPageDao
Retrieves an AbstractPage for the specified id
getAbstractPageById(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
Returns a Page or BlogPost depending on whether a page id or blog post id is specified.
getAbstractPageByIds(Iterable<Long>) - Method in interface com.atlassian.confluence.pages.persistence.dao.AbstractPageDao
Retrieves a list of AbstractPage for the list of id
getAbstractPageByIds(Iterable<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
getAbstractPageLink() - Method in class com.atlassian.confluence.links.linktypes.AttachmentLink
 
getAbstractPages(Space, String, List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getAbstractPages(Space, String, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getAbstractPages(Space, List<ContentType>, List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getAbstractPages(Space, List<ContentType>, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getAbstractPages(DateUtils.DateRange, List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getAbstractPages(DateUtils.DateRange, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getAbstractPages(Iterable<Long>) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getAbstractPages(Iterable<Long>) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) from plugins, or use PageManagerInternal in core where applicable
getAbstractPages(String, List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getAbstractPages(String, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getAbstractPages(LocalDate, ZoneId, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
 
getAbstractPages(LocalDate, ZoneId, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getAbstractPages(List<ContentType>, List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getAbstractPages(List<ContentType>, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getAbstractPagesByCreationDate(DateUtils.DateRange, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getAbstractPagesByCreationDate(DateUtils.DateRange, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getAbstractPagesByTitle(String, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getAbstractPagesByTitle(String, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getAcceptableValues() - Method in exception com.atlassian.confluence.macro.params.ParameterException
Returns acceptable values of this parameter.
getAcceptFilter() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter
 
getAccessCount() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getAccessCount() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getAccessKey() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getAccessKey() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
getAccessKey() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getAccessKey(GlobalHelper) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
Deprecated.
since 8.5.5, use ReadOnlyWebLink.getAccessKey(Map) instead.
getAccessKey(GlobalHelper) - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
 
getAccessKey(Map) - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
 
getAccessKey(Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
 
getAccessKeyName() - Static method in class com.hazelcast.aws.AwsPropertiesAdapter
 
getAccessMode() - Method in class com.atlassian.confluence.api.impl.service.accessmode.AccessModeServiceImpl
 
getAccessMode() - Method in interface com.atlassian.confluence.api.service.accessmode.AccessModeService
 
getAccessMode() - Method in class com.atlassian.confluence.event.events.cluster.ClusterAccessModeEvent
 
getAccessMode() - Method in interface com.atlassian.confluence.internal.accessmode.AccessModeManager
 
getAccessMode() - Method in class com.atlassian.confluence.internal.accessmode.DefaultAccessModeManager
getAccessMode() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
getAccessMode() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getAccessModeCompletionStage() - Method in interface com.atlassian.confluence.rest.client.RemoteAccessModeService
 
getAccessModeCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteAccessModeServiceImpl
 
getAccessModeStatus() - Method in class com.atlassian.confluence.plugins.restapi.resources.AccessModeResource
 
getAccessToken() - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials
 
getAccessTypes() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getAccumulationKey() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetrics
 
getAccumulationKey() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getAccumulationKeyAsString() - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerMetricsKey
 
getAccumulationKeyAsString() - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAccumulationKey
 
getAccumulationKeyAsString() - Method in class com.atlassian.confluence.macro.count.MacroMetricsKey
 
getAction() - Method in class com.atlassian.confluence.event.events.analytics.LicenseCheckFailedEvent
 
getAction() - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
 
getAction() - Method in class com.atlassian.confluence.macro.browser.beans.MacroPropertyPanelButton
 
getAction() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
getAction() - Method in class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
 
getAction() - Method in class com.atlassian.confluence.themes.events.FaviconChangedEvent
 
getAction() - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getAction() - Method in interface com.atlassian.confluence.themes.ThemeHelper
 
getAction() - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl.GhettoHelper
 
getActionClass() - Method in class com.atlassian.confluence.dmz.struts.MappedAction
 
getActionClassMethod(Class<?>, String) - Static method in class com.atlassian.confluence.dmz.struts.MappedAction
 
getActionClassMethod(Class<?>, String) - Static method in class com.atlassian.confluence.xwork.StrutsActionHelper
Deprecated.
 
getActionContext() - Static method in class com.atlassian.confluence.struts.compat.ServletActionContext
Deprecated.
 
getActionContext() - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
getActionContext(HttpServletRequest) - Static method in class com.atlassian.confluence.struts.compat.ServletActionContext
Deprecated.
 
getActionContext(HttpServletRequest) - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
getActionDescriminator() - Method in class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
getActionDescriminator() - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
use this string to build the struts action that forms in the view should submit to
getActionDescriminator() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
getActionErrors() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getActionErrors() - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
getActionErrors() - Method in interface com.atlassian.confluence.validation.MessageHolder
 
getActionForUndoSetting() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
getActionInfos() - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
getActionInfos() - Method in interface com.atlassian.confluence.validation.MessageHolder
 
getActionInvocation() - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
getActionInvocation() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getActionMapping() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getActionMapping() - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
getActionMessages() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getActionMessages(MessageLevel) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
GetActionMessageTextFunction - Class in com.atlassian.confluence.plugins.soy
A soy server function that retrieves the i18n text of an action message.
GetActionMessageTextFunction(I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.soy.GetActionMessageTextFunction
 
getActionMethod() - Method in class com.atlassian.confluence.dmz.struts.MappedAction
 
getActionMethod(Class<?>, String) - Static method in class com.atlassian.confluence.xwork.StrutsActionHelper
Deprecated.
Finds the action method on the action class.
getActionName() - Method in class com.atlassian.confluence.admin.actions.mail.CreateMailServerAction
 
getActionName() - Method in class com.atlassian.confluence.admin.actions.mail.EditMailServerAction
 
getActionName() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
Returns the internationalised name of the current action.
getActionName() - Method in class com.atlassian.confluence.dmz.struts.MappedAction
 
getActionName() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getActionPackageName() - Method in class com.atlassian.confluence.dmz.struts.MappedAction
 
getActionParams() - Method in class com.atlassian.confluence.dmz.struts.MappedAction
 
getActionSpaceKey() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
getActionSuccesses() - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
getActionSuccesses() - Method in interface com.atlassian.confluence.validation.MessageHolder
 
getActionTextKey() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
getActionTextKey() - Method in interface com.atlassian.confluence.admin.tasks.AdminTaskConfig
 
getActionTextKey() - Method in class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
getActionWarnings() - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
getActionWarnings() - Method in interface com.atlassian.confluence.validation.MessageHolder
 
getActivatedDarkFeatures() - Method in class com.atlassian.confluence.setup.settings.BuildNumberActivatedDarkFeatures
 
getActiveDirectories() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
getActiveDirectoriesOptions() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
Returns the list of directories, including a default (none) option
getActiveJobById(long) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
Find an active record by id.
getActiveSubscriptions() - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
getActiveTheme() - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
getActiveUserCount() - Method in interface com.atlassian.confluence.cluster.NodeZduInfo
Obtains the count of users with non-expired sessions on this node.
getActiveUserCount() - Method in class com.atlassian.confluence.impl.cluster.NodeZduInfoImpl
 
getActiveUserNames() - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
Retrieves a list of usernames of active users across all active directories.
getActiveUsers(boolean) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
getActiveUsers(String, boolean) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns a list of the current system users
getActiveUsers(String, boolean) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getActiveUsers(String, boolean) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getActiveUsers(String, boolean) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getActiveUsers(String, boolean) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getActiveUsers(String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminUsersResource
 
getActiveVersionId() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawDataForContentTable
 
getActor() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
getActual(String, Set<String>) - Static method in class com.atlassian.confluence.search.v2.SearchFieldMappings.AlternateNames
Deprecated.
Finds the actual name for the provided name
getActualContext() - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
getActualContext() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getActualSize() - Method in exception com.atlassian.confluence.pages.attachments.AttachmentDataStreamSizeMismatchException
 
getAddColumnString() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
getAddCommentId() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
getAddedLabels() - Method in interface com.atlassian.confluence.labels.service.AddLabelsCommand
Returns the labels that were added
getAddedLabels() - Method in class com.atlassian.confluence.labels.service.AddLabelsCommandImpl
Returns a list of labels that were added.
getAdditionalContentIndexes(DdlExecutor) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
Returns only content indexes.
getAdditionalExportableEntitiesByClass() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getAdditionalIndexes(DdlExecutor) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
Return all indexes.
getAdditionalSpaceIndexes(DdlExecutor) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
Returns only space indexes.
getAdditionalTypeBuilders(GraphQLTypeBuilder, GraphQLExtensions) - Method in class com.atlassian.confluence.plugins.graphql.extensions.ConfluenceTypesExtension
 
getAddLabel(Label) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
Returns a DisplayableLabel representing the currently viewed labels and the given label.
getAddons() - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
getAddress() - Method in exception com.atlassian.confluence.cluster.InvalidClusterAddressException
 
getAddress() - Method in class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
getAdminConfigurationCriteria() - Method in interface com.atlassian.confluence.admin.tasks.AdminTaskConfig
A system-verifiable success condition for this admin task.
getAdminConfigurationCriteria() - Method in class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
getAdminCssResources() - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
 
getAdminCssResources() - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getAdminEllipsis() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getAdministrativePermissionType() - Method in class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
Returns the top level permission type applicable to the current scope.
getAdministrativePermissionType() - Method in class com.atlassian.confluence.impl.security.administrators.EditSpacePermissionsAdministrator
 
getAdministrativePermissionType() - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Returns the top level permission type applicable to the current scope.
getAdminLimitExceededMsg() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
getAdmins() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getAdminTaskConfig() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
getAdminTaskData() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
getAdvancedBreadcrumb(Space) - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbGenerator
Returns the advanced breadcrumb in a space.
getAdvancedBreadcrumb(Space) - Method in class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
getAdvancedTabUrlPath() - Method in record class com.atlassian.confluence.spaces.AddressableSpace
 
getAdvancedTabUrlPath() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getAdvancedTabUrlPath() - Method in class com.atlassian.confluence.spaces.Space
Deprecated, for removal: This API element is subject to removal in a future version.
getAffectedObject() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
getAffectedSearchIndex() - Method in class com.atlassian.confluence.impl.search.DefaultIndexFlushRequester.RequestIndexFlushEvent
 
getAfterBodyStart() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction
 
getAfterBodyStart() - Method in class com.atlassian.confluence.setup.settings.CustomHtmlSettings
 
getAgeUnit() - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
getAgeUnit(String) - Static method in enum class com.atlassian.confluence.api.model.retention.AgeUnit
 
getAggregatedBlogPosts() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getAggregateOptions() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getAggregateOptions() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getAggregateOptions(ConfluenceActionSupport) - Method in class com.atlassian.confluence.internal.search.SpacePickerHelper
Deprecated.
 
getAggregateOptions(ActionSupport) - Method in class com.atlassian.confluence.internal.search.SpacePickerHelper
Deprecated.
getAlertRetentionPeriod() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsConfiguration
 
getAlertTruncationInterval() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsConfiguration
 
getAlgorithm() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
getAlgorithm() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.legacy.HibernateKey
 
getAlgorithmVersion() - Method in class com.atlassian.confluence.event.events.space.SpaceRemoveEvent
 
getAlgorithmVersion() - Method in class com.atlassian.confluence.event.events.space.SpaceWillRemoveEvent
 
getAlias() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
getAlias() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager
Gets the alias for accessing the OpenSearch index.
getAlias() - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
getAlias() - Method in class com.atlassian.confluence.search.v2.SearchResultLink
 
getAlias() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey
 
getAlias() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.legacy.HibernateKey
 
getAliases() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
Returns aliases for this macro.
getAliases() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
getAliases() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
getAliases() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
Returns aliases for this macro.
getAliasHandlers() - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.ContentPropertyFieldHandler
 
getAlignment() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
getAlignment() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
getAlignment() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
getAliveThreads(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getAliveThreads(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
getAliveThreads(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getAll() - Method in class com.atlassian.confluence.impl.health.DefaultHealthCheckRegistry
 
getAll() - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
getAll() - Method in interface com.atlassian.confluence.internal.health.HealthCheckRegistry
Returns the health checks in order of execution.
getAll() - Method in class com.atlassian.confluence.search.v2.DefaultSearchResults
 
getAll() - Method in interface com.atlassian.confluence.search.v2.SearchResults
Creates a new list containing all returned search results.
getAll() - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
 
getAll() - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
getAll(PageRequest, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.longtasks.LongTaskServiceImpl
 
getAll(PageRequest, Expansion...) - Method in interface com.atlassian.confluence.api.service.longtasks.LongTaskService
Returns the status of all tracked long-running tasks visible to the user.
getAll(HttpServletRequest, Long, Long) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadResource
Finds any new comments or latest edit to this page since a given time, and returns the rendered html and user details.
getAllAdminTasks() - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
getAllAttachmentsCount() - Method in class com.atlassian.confluence.pages.AttachmentStatisticsDTO
 
getAllAttachmentsFileSize() - Method in class com.atlassian.confluence.pages.AttachmentStatisticsDTO
 
getAllBlogsCount() - Method in class com.atlassian.confluence.pages.BlogPostStatisticsDTO
 
getAllByUser(ConfluenceUser) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao
 
getAllByUser(ConfluenceUser) - Method in class com.atlassian.confluence.impl.user.persistence.dao.ReadThroughCachingPersonalInformationDao
 
getAllByUser(ConfluenceUser) - Method in interface com.atlassian.confluence.user.persistence.dao.PersonalInformationDao
Workaround for duplicate personal information.
getAllChangedSpaceIds() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDao
 
getAllChangedSpaceIds() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDaoImpl
 
getAllChangeReportForUser(User, List<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.mail.ChangeDigestNotificationBean
Generates a change digest report for the list of changes passed in.
getAllChangeReports(Date) - Method in class com.atlassian.confluence.mail.ChangeDigestNotificationBean
 
getAllChildren(Page, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getAllChildren(Page, LimitedRequest) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Returns all children of a page (including drafts), limited to the pagination requested.
getAllChildren(Page, LimitedRequest, Depth) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns all the children of a page (including drafts), limited to the pagination requested
getAllChildren(Page, LimitedRequest, Depth) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getAllChildrenFromDB(List<Long>) - Method in interface com.atlassian.confluence.pages.ancestors.AncestorsDao
Returns map with children, where keys are passed page ids and values are list of corresponding children
getAllChildrenFromDB(List<Long>) - Method in class com.atlassian.confluence.pages.ancestors.DefaultAncestorsDao
Returns map with children, where keys are passed page ids and values are list of corresponding children
getAllColors() - Static method in class com.atlassian.confluence.content.render.xhtml.view.theming.ColorToDesignTokens
 
getAllConfigurationUris() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
A collection of locations in Confluence at which the task's goals may be satisfied.
getAllConfigurationUris() - Method in interface com.atlassian.confluence.admin.tasks.AdminTaskConfig
A collection of all links to admin configuration pages stored in this admin task config.
getAllConfigurationUris() - Method in class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
getAllConfigurationUrisInContext(AdminTask) - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
getAllContent() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getAllContent() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfoDTO
 
getAllContentForAllLabels(int, int, Label...) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getAllContentForAllLabels(int, int, Label...) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getAllContentForAllLabels(int, int, Label...) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve all ContentEntityObjects, current or deleted which are labelled with ALL provided labels.
getAllContentForAllLabels(String, int, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getAllContentForAllLabels(String, int, int, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns current and trashed CEOs having all of the labels supplied in the string.
getAllContentForAllLabels(String, int, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getAllContentForLabel(int, int, Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getAllContentForLabel(int, int, Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getAllContentForLabel(int, int, Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve all ContentEntityObjects, current or deleted which are labelled with the provided label.
getAllContentNodes() - Method in class com.atlassian.confluence.pages.ContentTree
 
getAllCurrentEntities() - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getAllCurrentEntities() - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getAllDefaultDecorators() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
 
getAllDefaultDecorators() - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Retrieves a collection of all default decorators without customization
getAllDefaultDecorators() - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
getAllDefaultGroupNames() - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Deprecated.
Since 5.2. This method is vague and returns a collection containing the result of Settings.getDefaultUsersGroup() and UserAccessor.GROUP_CONFLUENCE_ADMINS. Clients should explicitly decide what they need and use that.
getAllDefaultGroupNames() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getAllDefaultGroupNames() - Method in interface com.atlassian.confluence.user.UserAccessor
Deprecated.
Since 5.2. This method is vague and returns a collection containing the result of Settings.getDefaultUsersGroup() and UserAccessor.GROUP_CONFLUENCE_ADMINS. Clients should explicitly decide what they need and use that.
getAllEnabledFeatures() - Method in class com.atlassian.confluence.setup.settings.DarkFeatures
 
getAllEnabledFeaturesAsString() - Method in class com.atlassian.confluence.setup.settings.DarkFeatures
Return all the enabled features, joined with commas.
getAllEntitiesForSpaceDeletion() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getAllExcept(Collection<ContentPermission>) - Method in class com.atlassian.confluence.security.ContentPermissionSet
Retrieve all the ContentPermissions in this set that do not exist in the given collection.
getAllExistingSidsForPages(Collection<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
Finds all sids having access to content pages.
getAllExportableEntities() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getAllExportableEntitiesByClass() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getAllExternalIds(long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
getAllExternalIds(long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
getAllExternalIds(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
getAllExternalIds(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
getAllExternalReferences() - Method in interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
 
getAllExternalReferencesExceptSimpleOnes(ExportableEntityInfo, Set<Class<?>>) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
getAllGlobalPermissions() - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Get all global permissions
getAllGroupSidsAndCreateThemIfRequired(Set<String>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.DenormalisedSidManager
Returns the corresponding sid ids for group keys.
getAllJobsReadyToRunSortedById(Instant) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
Returns all active jobs with "runAt" field older or equal to "now".
getAllMacroMetadata() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager
 
getAllMacroMetadata() - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataManager
Retrieve all available metadata for macros in the system.
getAllMacroSummaries() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager
 
getAllMacroSummaries() - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataManager
Return summaries of all macros in the system.
getAllManagedCaches() - Method in interface com.atlassian.confluence.impl.cache.hibernate.HibernateManagedCacheSupplier
 
getAllManagedCaches() - Method in class com.atlassian.confluence.impl.cache.hibernate.HibernateManagedRegionCacheFactory
 
getAllMaxHttpThreads() - Method in class com.atlassian.confluence.impl.util.tomcat.DefaultTomcatConfigHelper
 
getAllMaxHttpThreads() - Method in interface com.atlassian.confluence.util.tomcat.TomcatConfigHelper
 
getAllModifiers(ContentEntityObject) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
getAllModifiers(Collection<Long>) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Get the Set of all ConfluenceUser that have modified (contributed) content.
getAllModifiers(Collection<Long>) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getAllModuleDescriptors() - Method in interface com.atlassian.confluence.impl.content.ContentTypeModuleResolver
 
getAllNodesInformation() - Method in interface com.atlassian.confluence.cluster.ClusterManager
 
getAllNodesInformation() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
getAllNodesInformation() - Method in class com.atlassian.testsupport.NonClusterManager
 
getAllNotSatisfiedDependencies(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.AbstractIdMapper
 
getAllNotSatisfiedDependencies(ImportedObjectV2) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.idmapping.IdMapper
 
getAllocatedHeap() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
Gets the amount of heap currently allocated by the JVM.
getAllOperations() - Method in class com.atlassian.confluence.api.impl.service.permissions.delegates.CommentOperationDelegate
 
getAllOperations() - Method in interface com.atlassian.confluence.api.model.permissions.spi.OperationDelegate
Return a list of OperationChecks for all operations supported by this delegate.
getAllOperationsForType(TargetType) - Method in class com.atlassian.confluence.api.impl.service.permissions.OperationServiceImpl
 
getAllOperationsForType(TargetType) - Method in interface com.atlassian.confluence.api.service.permissions.OperationService
For a given target type, list all operations this service can provide information about.
getAllowCamelCase() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getAllowedTimeInSeconds() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlFragmentTimeoutEvent
 
getAllowedTimeInSeconds() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlMacroTimeoutEvent
 
getAllowedTimeInSeconds() - Method in exception com.atlassian.confluence.content.render.xhtml.XhtmlTimeoutException
 
getAllowedTimeInSeconds() - Method in class com.atlassian.confluence.rss.FeedTimeoutEvent
 
getAllowRendering() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
getAllPagesCount() - Method in class com.atlassian.confluence.pages.PageStatisticsDTO
 
getAllPermissions() - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
getAllPermissions() - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Get all global permissions
getAllPermissions(String) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
getAllPermissions(String) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Get all space permissions
getAllPermissions(String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Get all space permissions
getAllPermissions(String) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
getAllPermissionsCompletionStage() - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Get all global permissions
getAllPermissionsCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
getAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getAllPermissionsForGroup(String) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
 
getAllPermissionsForUser(ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getAllPluginData() - Method in class com.atlassian.confluence.plugin.persistence.hibernate.HibernatePluginDataDao
 
getAllPluginData() - Method in interface com.atlassian.confluence.plugin.persistence.PluginDataDao
 
getAllPluginDataWithoutBinary() - Method in class com.atlassian.confluence.plugin.persistence.hibernate.HibernatePluginDataDao
 
getAllPluginDataWithoutBinary() - Method in interface com.atlassian.confluence.plugin.persistence.PluginDataDao
Same as calling PluginDataDao.getAllPluginData(), except that this does not load the plugin binary into memory.
getAllProductLicenses() - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
getAllProjectKeys() - Method in class com.atlassian.sal.confluence.project.ConfluenceProjectManager
Get all project keys
getAllRecords() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao.DenormalisedServiceStateDao
 
getAllRelationIdsForContentInSpace(String, Collection<ConfluenceEntityObject>, int, int) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
This method returns ids of all content relation entities in space.
getAllRelationIdsForContentInSpace(String, Collection<ConfluenceEntityObject>, int, int) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
This method returns ids of all content relation entities in space.
getAllSiteImportableEntities() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getAllSpaceImportableEntities() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getAllSpaceKeys(SpaceStatus) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getAllSpaceKeys(SpaceStatus) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getAllSpaceKeys(SpaceStatus) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Get the space keys of all spaces with the given status.
getAllSpaceKeysWithPermissionStatuses(ConfluenceUser, String) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.BulkPermissionService
Returns a map of spaces where key is space key, and value is flag (true if permitted, false is not)
getAllSpaceKeysWithPermissionStatuses(ConfluenceUser, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionOverrideProxyServiceImpl
 
getAllSpaceKeysWithPermissionStatuses(ConfluenceUser, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionRouter
Returns a map of spaces where key is space key, and value is flag (true if permitted, false is not)
getAllSpaceKeysWithPermissionStatuses(ConfluenceUser, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionFallbackServiceImpl
Returns a map of spaces where key is space key, and value is flag (true if permitted, false is not)
getAllSpaceKeysWithPermissionStatuses(ConfluenceUser, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionServiceImpl
Returns a map of spaces where key is space key, and value is flag (true if permitted, false is not)
getAllSpacePermissions(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
Get all space permissions
getAllSpaces() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.RootResource
Returns an empty page.
getAllSpaces() - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getAllSpaces() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getAllSpaces() - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated.
since 7.3.0, use SpaceService.find(Expansion...) in plugins and SpaceManagerInternal in core where applicable
getAllSpaces(SpacesQuery) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getAllSpaces(SpacesQuery) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getAllSpaces(SpacesQuery) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated.
since 7.3.0, use SpaceService.find(Expansion...) in plugins and SpaceManagerInternal in core where applicable
getAllSpacesKeysWithPermissionInfo(Set<Long>, SpacePermissionType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
Retrieves all space keys.
getAllStateRecords() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedPermissionStateLogService
 
getAllSupportEntitlementNumbers() - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
getAllSynchronyProperties() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder.SynchronyEnvironment
 
getAllTasks() - Method in interface com.atlassian.confluence.admin.AdminTasklistManager
Will retrieve all AdminTasks stored in Confluence.
getAllTasks() - Method in class com.atlassian.confluence.admin.DefaultAdminTasklistManager
 
getAllTasks(ConfluenceUser) - Method in interface com.atlassian.confluence.internal.longrunning.LongRunningTaskManagerInternal
Get all currently-tracked tasks that the specified user can see.
getAllTasks(ConfluenceUser) - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
getAllTranslationsForPrefix(String) - Method in class com.atlassian.sal.confluence.message.ConfluenceI18nResolver
 
getAllTranslationsForPrefix(String, Locale) - Method in class com.atlassian.sal.confluence.message.ConfluenceI18nResolver
 
getAllTrustedApplications() - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
getAllTrustedApplications() - Method in interface com.atlassian.confluence.security.trust.TrustedApplicationsManager
Return a list of all the trusted application aliases.
getAllUpgradeTasks() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getAllUpgradeTasksInfo() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
While this could just return the list of UpgradeTasks directly (since UpgradeTask implements UpgradeTaskInfo), we re-wrap them here to prevent plugins from casting them to UpgradeTask and trying to execute them.
getAllUpgradeTasksInfo() - Method in interface com.atlassian.confluence.upgrade.UpgradeTaskInfoService
 
getAllUserKeys() - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
getAllUserKeys() - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Currently for testing purpose only
getAllUserKeys() - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
getAllUserSids(ConfluenceUser) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.AdvancedBulkPermissionService
Returns all sids for the user.
getAllUserSids(ConfluenceUser) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.AdvancedBulkPermissionServiceImpl
Returns all sids for the user.
getAllUserSids(ConfluenceUser) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.DenormalisedSidManager
Get all user sids.
getAllUserSidsAndCreateThemIfRequired(Set<String>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.DenormalisedSidManager
Returns the corresponding sid ids for user keys.
getAllUsersSubject() - Method in class com.atlassian.confluence.security.SpacePermission
 
getAllVersions() - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
getAllVersions(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAllVersions(Attachment) - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
getAllVersions(Attachment) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Get all versions of an attachment, starting with the current version
getAllVersions(Attachment) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getAllVersions(Attachment) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAllVersions(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getAllVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAllVersionsOfAttachments(ContentEntityObject) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Returns a list of all attachments, old and new.
getAllVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getAllVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAllVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getAllViewableSpaces() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
getAllVisibleChildren(Collection<Long>, Collection<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
Returns all visible children for the provided set of parent ids
getAllVisiblePagesInSpace(ConfluenceUser, long) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.BulkPermissionService
Returns the full list of visible pages in the space.
getAllVisiblePagesInSpace(ConfluenceUser, long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionFallbackServiceImpl
Returns the full list of visible pages in the space.
getAllVisiblePagesInSpace(ConfluenceUser, long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionOverrideProxyServiceImpl
 
getAllVisiblePagesInSpace(ConfluenceUser, long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionRouter
Returns the full list of visible pages in the space.
getAllVisiblePagesInSpace(ConfluenceUser, long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionServiceImpl
Returns the full list of visible pages in the space.
getAllVisibleSteps() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
getAllVisibleTopLevelPages(long, Set<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
Return all visible top-level pages.
getAllWriteableGroups() - Method in class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
getAlphaSupport() - Method in class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
 
getAlt(String) - Method in interface com.atlassian.confluence.util.i18n.DocumentationBean
Retrieves the alt text for images associated with the link to help documentation
getAlt(String) - Method in class com.atlassian.confluence.util.i18n.VersionSpecificDocumentationBean
 
getAlternateId() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
Returns an alternative id for the macro.
getAlternateId() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
getAlternateId() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
getAlternativeText() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
getAlternativeText() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
getAlterTableStatements(String, List<? extends AlterTableCommand>) - Method in interface com.atlassian.confluence.upgrade.ddl.AlterTableExecutor
 
getAlterTableStatements(String, List<? extends AlterTableCommand>) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
getAmountOfSids() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpacesAnalyticsEvent
 
getAmountOfSids() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.SpaceKeysWithStatusesAnalyticsEvent
 
getAmountOfSids() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleChildPagesAnalyticsEvent
 
getAmountOfSids() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisiblePagesInSpaceAnalyticsEvent
 
getAmountOfSids() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleTopLevelPagesAnalyticsEvent
 
getAnalysisSettings() - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
getAnalyticsLabel() - Method in enum class com.atlassian.confluence.api.model.retention.AgeUnit
 
getAnalyticsParameters() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
This method is used to forward certain parameters used for analytics when redirecting to another action.
getAnalyticsValue() - Method in enum class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure.Reason
 
getAnalyzer() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneAccessor
 
getAnalyzer() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
getAnalyzer() - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping
Analyzer to be used when indexing the field
getAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactAnalyzerProvider
 
getAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactFilenameAnalyzerProvider
 
getAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactQueryAnalyzerProvider
 
getAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.FilenameAnalyzerProvider
 
getAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.KeywordAnalyzerProvider
 
getAnalyzer() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.analyzer.OpenSearchAnalyzerProvider
 
getAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.StandardAnalyzerProvider
 
getAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.TwoGramAnalyzerProvider
 
getAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.UnstemmedAnalyzerProvider
 
getAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.WhitespaceAnalyzerProvider
 
getAnalyzer(LanguageDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider
 
getAnalyzer(LanguageDescriptor) - Method in class com.atlassian.confluence.plugins.index.api.LanguageAnalyzerDescriptor
 
getAnalyzer(LanguageDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.MappingAnalyzerDescriptor
 
getAnalyzer(LanguageDescriptor) - Method in class com.atlassian.confluence.search.v2.query.TextFieldQuery
Returns information required to construct analyzer for the query if it is available.
getAnalyzerDescriptorProvider() - Method in class com.atlassian.confluence.search.v2.query.PhraseQuery
 
getAnalyzerDescriptorProvider() - Method in class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
getAnalyzerName(AnalyzerDescriptorProvider) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchAnalyzerMapper
 
getAnalyzerProvider() - Method in class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
Deprecated.
 
getAnalyzerProvider(AnalyzerDescriptorProvider) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchAnalyzerMapper
 
getAnalyzerProviders() - Method in class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
Returns information required to construct analyzer for the query if it is available.
getAnalyzerProviders() - Method in class com.atlassian.confluence.search.v2.query.QueryStringQuery
Returns information required to construct analyzer for a field if it is available.
getAncestorGroups(Group, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.GroupResource
 
getAncestors() - Method in class com.atlassian.confluence.api.model.content.Content
 
getAncestors() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
Return all of the ancestors of this content, with this content's parent as the last element of the list.
getAncestors() - Method in interface com.atlassian.confluence.core.Hierarchical
 
getAncestors() - Method in class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
getAncestors() - Method in class com.atlassian.confluence.pages.Page
Gets the list of ancestors of this page (its parents, and its parents parents, right up to the root level of the containing space).
getAncestors(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getAncestors(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns all direct ancestor pages of the page with the given pageId the user authenticated by token is allowed to view.
getAncestors(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getAncestors(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getAncestors(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getAncestors(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getAncestorsFor(Collection<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getAncestorsFor(Collection<Long>) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get the list page ids of the ancestors of the given page ids.
getAncestorsFromConfancestorsTable(List<Long>) - Method in interface com.atlassian.confluence.pages.ancestors.AncestorsDao
Reads ancestors from confancestors table in batches.
getAncestorsFromConfancestorsTable(List<Long>) - Method in class com.atlassian.confluence.pages.ancestors.DefaultAncestorsDao
getAncestorsFromConfancestorsTable reads ancestors from confancestors table in batches It receives a list of page ids and returns a map where keys are page ids and values are lists of ancestors Just for better performance
getAncestorsIds() - Method in class com.atlassian.confluence.event.events.security.AncestorsUpdateEvent
 
getAnchor() - Method in class com.atlassian.confluence.content.render.xhtml.links.WebLink
 
getAnchor() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
 
getAnchor() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
getAnchor() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
getAnchor() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
getAnchor() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.BaseNav
 
getAnchor() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RelevantViewRestrictionsNavImpl
 
getAnchor() - Method in interface com.atlassian.confluence.xhtml.api.Link
 
getAnchor(PageContext) - Method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
getAnchor(RenderContext, String) - Method in class com.atlassian.confluence.renderer.ConfluenceHeadingBlockRenderer
 
getAnonyimizedClusterNodeIdentifier(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getAnonyimizedClusterNodeIdentifier(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
getAnonyimizedClusterNodeIdentifier(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getAnonymizedNodeIdentifier() - Method in interface com.atlassian.confluence.cluster.ClusterNodeInformation
Generates an identifier for this cluster node that is sufficiently anonymoised, i.e.
getAnonymizedNodeIdentifier() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterNodeInformation
 
getAnonymous() - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalUserResource
Get information about the how anonymous is represented in confluence
getAnonymous() - Method in class com.atlassian.confluence.plugins.restapi.resources.UserResource
 
getAnonymousPermissionRow() - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
getAnonymousPermissionRow() - Method in interface com.atlassian.confluence.security.actions.PermissionsAware
Retrieves the anonymous permissions row for printing in a UI.
getAnonymousUser() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeUserResource
Deprecated.
 
getAnonymousUserUriBuilder() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
getApiSupport() - Method in class com.atlassian.confluence.content.custom.BaseCustomContentType
A null implementation that provide no extensions or children for the CustomContentType
getApiSupport() - Method in interface com.atlassian.confluence.content.custom.CustomContentType
Get the api support for this CustomContentType.
getAppenderName() - Method in class com.atlassian.confluence.logging.ConfluenceLoggingConfigurationListener
 
getApplicableCustomDecoratorsForSpace(String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Returns allcustom decorators that apply to a space, whether they are space level or global level.
getApplicableCustomDecoratorsForSpace(String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.checks.AttachmentDataFileStoreCheck
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.checks.DatabaseCollationHealthCheck
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.checks.DatabaseSetupHealthCheck
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.checks.DbConnectionHealthCheck
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.checks.HomeHealthCheck
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.checks.HttpThreadsVsDbConnectionsHealthCheck
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.checks.LicenseValidationHealthCheck
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.checks.MSSQLDriverMigrationHealthCheck
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.checks.MySqlJdbcUrlHealthCheck
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.checks.OperatingSystemFreeMemoryHealthCheck
 
getApplicablePhases() - Method in class com.atlassian.confluence.impl.health.HealthCheckTemplate
Subclasses should indicate the phases in which this check should run.
getApplication() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getApplication(String) - Method in interface com.atlassian.confluence.impl.user.crowd.ApplicationCache.Loader
 
getApplication(String, ApplicationCache.Loader) - Method in interface com.atlassian.confluence.impl.user.crowd.ApplicationCache
Returns the cached application with the given name, or null if the application isn't cached.
getApplication(String, ApplicationCache.Loader) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultApplicationCache
 
getApplicationCertificate(String) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
getApplicationConfig() - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
getApplicationConfig() - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
 
getApplicationConfigProperty(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getApplicationConfigProperty(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns a property of the global ApplicationConfiguration instance.
getApplicationConfigProperty(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getApplicationContext() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
getApplicationFileEncoding() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getApplicationHome() - Method in class com.atlassian.confluence.functest.rest.admin.BootstrapResource
Gets the application home directory from the BootstrapManager.
getApplicationHome() - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
getApplicationHome() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getApplicationHome() - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 7.14. Use ApplicationProperties#getHomeDirectory() (plugins) or confluenceHome Spring bean (core)
getApplicationHome() - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
 
getApplicationHome() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getApplicationId() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.ApplicationJournalMessage
 
getApplicationId() - Method in interface com.atlassian.confluence.security.trust.TrustedToken
 
getApplicationKeyAlias() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
getApplicationLocale() - Method in class com.atlassian.sal.confluence.message.ConfluenceLocaleResolver
 
getApplicationName() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
getApplicationName() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getApplicationNameForRequest() - Method in interface com.atlassian.confluence.dmz.security.delegate.ScopesRequestCacheDelegate
 
getApplicationNameForRequest() - Method in class com.atlassian.confluence.impl.security.delegate.ScopesRequestCacheDelegateImpl
 
getApplicationProperties() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getApplicationProperties() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getApplicationProperties() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getApplicationState() - Method in interface com.atlassian.confluence.cluster.NodeZduInfo
Obtains the application state of this node.
getApplicationState() - Method in class com.atlassian.confluence.impl.cluster.NodeZduInfoImpl
 
getApplicationVersion() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getApplicationWeight() - Method in class com.atlassian.confluence.plugins.navlinks.spi.impl.ConfluenceWeights
 
getAppliedRuleDescriptions() - Method in class com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.Result
 
getAppliedRuleDescriptions() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
Deprecated.
 
getAppliedTheme() - Method in class com.atlassian.confluence.themes.ThemeContext
 
getAppropriateErrorTypeForPhase(LifecyclePhase) - Method in class com.atlassian.confluence.impl.health.checks.FakeHealthCheck
 
getApproximateDurationInSeconds() - Method in class com.atlassian.confluence.plugins.synchrony.api.events.AbstractSynchronyWasDownEvent
 
getAppServer() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getArchivedJobById(long) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
Find an archived record by id.
getArgs() - Method in interface com.atlassian.confluence.api.model.messages.Message
 
getArgs() - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage
 
getArgs() - Method in class com.atlassian.confluence.core.service.ValidationError
 
getArgs() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
 
getArguments() - Method in exception com.atlassian.confluence.tenant.VacantException
Deprecated.
 
getArguments() - Method in class com.atlassian.confluence.upgrade.dml.DmlStatement
 
getArguments() - Method in class com.atlassian.confluence.util.i18n.Message
Returns the arguments to the message.
getAriaLabel() - Method in class com.atlassian.confluence.web.WebMenuSection
 
getArtifactType() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
getAsActualType(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getAsActualType(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getAsBoolean() - Method in class com.atlassian.confluence.setup.settings.DarkFeatureEnabledSupplier
 
getAsBoolean() - Method in class com.atlassian.confluence.util.BooleanFuse
 
getAssociatedObjects() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
getAssociatedObjects() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getAsymmetricKeyFactory() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getAsynchronousExecutor() - Method in class com.atlassian.confluence.event.ConfluenceEventDispatcher
 
getAtomHref() - Method in class com.atlassian.confluence.core.actions.RssDescriptor
 
getAttachedTo() - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
 
getAttachment() - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
Returns the real content (the first attachment of the list or null if there is none)
getAttachment() - Method in class com.atlassian.confluence.event.events.internal.attachment.AttachmentCreatedAuditingEvent
 
getAttachment() - Method in class com.atlassian.confluence.links.AbstractAttachmentLink
 
getAttachment() - Method in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
getAttachment() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getAttachment() - Method in class com.atlassian.confluence.pages.AttachmentData
 
getAttachment() - Method in class com.atlassian.confluence.pages.attachments.ImageDetails
 
getAttachment() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.DefaultAttachmentIdentifier
 
getAttachment() - Method in class com.atlassian.confluence.pages.SavableAttachment
 
getAttachment() - Method in exception com.atlassian.confluence.pages.thumbnail.CannotGenerateThumbnailException
 
getAttachment() - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
 
getAttachment() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getAttachment() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns the attachment related to the web interface state, or null if there is no attachment.
getAttachment() - Method in class com.atlassian.confluence.renderer.embedded.EmbeddedObject
 
getAttachment() - Method in class com.atlassian.confluence.themes.AttachmentHelper
 
getAttachment(long) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAttachment(long) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Deprecated.
since 7.5.0, use AttachmentService instead in plugins, or use AttachmentManagerInternal in core where applicable
getAttachment(long) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getAttachment(long) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAttachment(long) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getAttachment(long, String, int) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
getAttachment(ContentEntityObject, String) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAttachment(ContentEntityObject, String) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Deprecated.
since 7.5.0, use AttachmentService instead in plugins, or use AttachmentManagerInternal in core where applicable
getAttachment(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
Get the most recent version of an attachment with a given name for a particular page.
getAttachment(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAttachment(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getAttachment(ContentEntityObject, String, int) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAttachment(ContentEntityObject, String, int) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Deprecated.
since 7.5.0, use AttachmentService instead in plugins, or use AttachmentManagerInternal in core where applicable
getAttachment(ContentEntityObject, String, int) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getAttachment(ContentEntityObject, String, int) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
Retrieve a named attachment from a page.
getAttachment(ContentEntityObject, String, int) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAttachment(ContentEntityObject, String, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Return the attachment on the specified content with the given filename and version.
getAttachment(ContentEntityObject, String, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getAttachment(ContentEntityObject, String, int) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getAttachment(RenderContext, EmbeddedResource) - Method in class com.atlassian.confluence.renderer.attachments.RendererAttachmentManager
 
getAttachment(String, long, String, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieve information about an attachment.
getAttachment(String, long, String, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getAttachment(String, long, String, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getAttachment(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getAttachment(String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getAttachment(String, String, Map) - Method in class com.atlassian.confluence.servlet.download.AttachmentUrlParser
Gets the attachment based on the url, prefix and query parameters.
getAttachment(String, String, Map, String) - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
getAttachmentBean() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getAttachmentContainerId() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions
 
getAttachmentContainerResourceIdentifier() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
 
getAttachmentDao() - Method in interface com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
Deprecated.
since 7.5
getAttachmentDao() - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAttachmentDao() - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getAttachmentDao() - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAttachmentData() - Method in class com.atlassian.confluence.pages.SavableAttachment
 
getAttachmentData(long, String, int) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
getAttachmentData(AttachmentRef, AttachmentDataStreamType) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Fetches the data for a given attachment version and data stream type
getAttachmentData(AttachmentRef, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
 
getAttachmentData(AttachmentRef, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
getAttachmentData(AttachmentRef, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
 
getAttachmentData(AttachmentRef, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
 
getAttachmentData(AttachmentRef, AttachmentDataStreamType, Optional<RangeRequest>) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Fetches the specified range of data for a given attachment version and data stream type
getAttachmentData(AttachmentRef, AttachmentDataStreamType, Optional<RangeRequest>) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
 
getAttachmentData(AttachmentRef, AttachmentDataStreamType, Optional<RangeRequest>) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
getAttachmentData(AttachmentRef, AttachmentDataStreamType, Optional<RangeRequest>) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
 
getAttachmentData(AttachmentRef, AttachmentDataStreamType, Optional<RangeRequest>) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
 
getAttachmentData(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAttachmentData(Attachment) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Retrieve the data for attachment
getAttachmentData(Attachment) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getAttachmentData(Attachment) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getAttachmentData(Attachment) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAttachmentData(Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Retrieves the InputStream representing the data for attachment
getAttachmentData(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getAttachmentData(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getAttachmentData(Attachment, Optional<RangeRequest>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAttachmentData(Attachment, Optional<RangeRequest>) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Retrieve the specified range of data for attachment
getAttachmentData(Attachment, Optional<RangeRequest>) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getAttachmentData(Attachment, Optional<RangeRequest>) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getAttachmentData(Attachment, Optional<RangeRequest>) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAttachmentData(Attachment, Optional<RangeRequest>) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Retrieves the InputStream representing the specified range of data for attachment
getAttachmentData(Attachment, Optional<RangeRequest>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getAttachmentData(Attachment, Optional<RangeRequest>) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getAttachmentData(String, long, String, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieve the contents of an attachment.
getAttachmentData(String, long, String, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getAttachmentData(String, long, String, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getAttachmentData(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getAttachmentData(String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getAttachmentDataFile(long, Long, Long, Integer, AttachmentDataStreamType) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Deprecated.
since 8.3.0
getAttachmentDataFile(long, Long, Long, Integer, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
 
getAttachmentDataFile(long, Long, Long, Integer, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
 
getAttachmentDataFile(long, Long, Long, Integer, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
Deprecated.
since 8.3.0
getAttachmentDataFile(long, Long, Long, Integer, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
getAttachmentDataFile(AttachmentRef, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
 
getAttachmentDataFile(FilesystemPath, int, AttachmentDataStreamType) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
Deprecated.
since 8.1.0 as it is used only in a deprecated v003 attachment format
getAttachmentDataFileV004(T, long, Integer, AttachmentDataStreamType) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
 
getAttachmentDataFileV004(T, AttachmentRef, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.AttachmentV4Helper
 
getAttachmentDataFileV004(T, AttachmentRef, AttachmentDataStreamType) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
 
getAttachmentDataForAttachment(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
Retrieves the attachment data object for a given attachment.
getAttachmentDataStore() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getAttachmentDataStream(Attachment, AttachmentDataStreamType) - Method in class com.atlassian.confluence.pages.persistence.dao.LegacyAttachmentDataDaoSupport
 
getAttachmentDetails(Attachment) - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
Used for writing the "do you want to remove?" message.
getAttachmentDownloadPath(ContentEntityObject, String) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAttachmentDownloadPath(ContentEntityObject, String) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Get the download path for the most recent version of an attachment with the given name for some content
getAttachmentDownloadPath(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getAttachmentDownloadPath(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAttachmentDownloadPath(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getAttachmentDownloadPath(ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey, Supplier<String>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughAttachmentDownloadPathCache
 
getAttachmentEntity(Long) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestAttachmentManager
 
getAttachmentEntity(Long) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestAttachmentManager
Gets the AttachmentEntity object for the given id.
getAttachmentFileName(Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy
Deprecated.
 
getAttachmentFileName(String) - Method in class com.atlassian.confluence.servlet.download.AttachmentUrlParser
 
getAttachmentFileSize() - Method in class com.atlassian.confluence.api.model.retention.RemovalCount
 
getAttachmentIdentifiedList() - Method in interface com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.ContainerAttachmentIdentifier
return list of AttachmentIdentifier belonging to current container
getAttachmentIdentifiedList() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AllLatestVersionAttachmentIdentifier
 
getAttachmentIdentifiedList() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AttachmentRefIdentifier
 
getAttachmentIdentifiedList() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.IdListAttachmentIdentifier
 
getAttachmentIdentifiers(AbstractPage) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AllLatestVersionAttachmentIdentifier
 
getAttachmentIds() - Method in class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction
 
getAttachmentInfo(String, String) - Static method in class com.atlassian.confluence.content.ui.AttachmentUiSupport
Deprecated.
Since 4.3 This method is only public because it is used by ContentTypesDisplayMapper. Avoid using this method directly and use a ContentUiSupport object instead. This method will be made private when ContentTypesDisplayMapper is removed.

TODO Undeprecate and make this private when ContentTypesDisplayMapper is removed.

getAttachmentManager() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getAttachmentManager() - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
getAttachmentManager() - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAttachmentManager() - Method in interface com.atlassian.confluence.pages.DelegatingAttachmentManager
Return the AttachmentManager implementation that the delegator wraps
getAttachmentManager() - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAttachmentManager() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getAttachmentMaxSize() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getAttachmentMaxSizeBytes() - Method in class com.atlassian.confluence.api.model.settings.GlobalSettings
 
getAttachmentMaxSizeMbEdit() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getAttachmentMaxSizeMbNice() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getAttachmentName() - Method in class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
getAttachmentName() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.AttachmentReferenceDetails
 
getAttachmentName() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentRef
 
getAttachmentName() - Method in class com.atlassian.confluence.plugins.lookandfeel.AttachmentDarkSiteLogoManager
 
getAttachmentName() - Method in class com.atlassian.confluence.plugins.lookandfeel.AttachmentLightSiteLogoManager
 
getAttachmentName() - Method in class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
 
getAttachmentName() - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
getAttachmentName() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
getAttachmentNamed(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getAttachmentNamed(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getAttachmentNamed(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getAttachmentRefs() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions
 
getAttachmentRemotePath(ContentEntityObject) - Static method in class com.atlassian.confluence.util.ConfluenceRenderUtils
Returns the remote path to the attachments of the given ContentEntityObject.
getAttachmentRemotePath(Attachment) - Static method in class com.atlassian.confluence.util.ConfluenceRenderUtils
Returns the remote path to the given attachment and its siblings.
getAttachmentRetentionRule() - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
getAttachmentRetentionRule() - Method in interface com.atlassian.confluence.api.model.retention.RetentionPolicy
 
getAttachmentRetentionRule() - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
getAttachments() - Method in class com.atlassian.confluence.core.ContentEntityObject
Don't use it directly, use AttachmentManager.getAttachments(page) instead.
getAttachments() - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
 
getAttachments() - Method in class com.atlassian.confluence.internal.content.collab.OwningContent
 
getAttachments() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getAttachments() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getAttachments() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
List of attachments returned.
getAttachments() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getAttachments() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getAttachments() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getAttachments(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getAttachments(ContentId, LimitedRequest, Predicate<? super Attachment>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
getAttachments(ContentId, String, int, int, String, String, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource
 
getAttachments(Long, String, String, Set<String>, Set<String>, boolean) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeContentResource
Deprecated.
Returns the attachments for a given resource.
getAttachments(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getAttachments(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getAttachments(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getAttachments(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getAttachments(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getAttachments(List) - Static method in class com.atlassian.confluence.rpc.soap.SoapUtils
 
getAttachments(List<Long>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAttachments(List<Long>) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Deprecated.
since 7.5.0, use AttachmentService instead in plugins, or use AttachmentManagerInternal in core where applicable
getAttachments(List<Long>) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getAttachments(List<Long>) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAttachments(List<Long>) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getAttachmentsDirResolver() - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
getAttachmentSecurityLevel() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
getAttachmentSecurityLevel() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getAttachmentSecurityLevelDisplay() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
getAttachmentSecurityLevels() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
getAttachmentsIncluded() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreFinishJobAnalyticsEvent
Get if Attachments are included in a backup job (true) or not (false).
getAttachmentSize() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion
 
getAttachmentSizeLimit() - Static method in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentExtractedTextExtractor
 
getAttachmentSizeRemoved() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary
 
getAttachmentSizeRemovedByGlobalRules() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
getAttachmentSizeRemovedByGlobalRules() - Method in class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
getAttachmentSizeRemovedBySpaceRules() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
getAttachmentSizeRemovedBySpaceRules() - Method in class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
getAttachmentSourceContent() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getAttachmentSourceContent() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
Returns the ConfluenceEntityObject that contains attachments relevant to the current action.
getAttachmentsPathForContent(ContentEntityObject) - Static method in class com.atlassian.confluence.util.ConfluenceRenderUtils
Returns the download path for all the attachments on a given content object, excluding the context path and base URL.
getAttachmentsRemotePath(PageContext) - Static method in class com.atlassian.confluence.util.ConfluenceRenderUtils
Returns the remote path to files attached to the contextual page.
getAttachmentsRemovedByGlobalRules() - Method in class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
getAttachmentsRemovedBySpaceRules() - Method in class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
getAttachmentsShowing() - Method in class com.atlassian.confluence.user.UserInterfaceState
 
getAttachmentStatistics() - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getAttachmentStatistics() - Method in interface com.atlassian.confluence.pages.AttachmentManager
Fetches statistics about attachments
getAttachmentStatistics() - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getAttachmentStatistics() - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getAttachmentStatistics() - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getAttachmentStatistics() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Fetches statistics about attachments
getAttachmentStatistics() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getAttachmentStatistics() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getAttachmentStatus(long) - Method in interface com.atlassian.confluence.internal.index.attachment.AttachmentStatusManager
Get attachment status for given attachment version.
getAttachmentStatus(long) - Method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentStatusManager
 
getAttachmentStorageInfo() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getAttachmentStorageInfo() - Method in class com.atlassian.confluence.status.service.SystemInformationHelper
 
getAttachmentStorageProperties() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getAttachmentStorageProperties() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getAttachmentsUrlPath() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getAttachmentsUrlPath() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getAttachmentsUrlPath() - Method in class com.atlassian.confluence.pages.AbstractPage
Deprecated, for removal: This API element is subject to removal in a future version.
getAttachmentsUrlPath() - Method in record class com.atlassian.confluence.pages.AddressablePage
 
getAttachmentsUrlPath() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getAttachmentsUrlPath() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getAttachmentType() - Method in class com.atlassian.confluence.event.events.index.IndexDocumentBuildEvent
 
getAttachmentType() - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchParameters
 
getAttachmentTypes() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getAttachmentUriBuilder() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
getAttachmentUrl(Attachment) - Static method in class com.atlassian.confluence.util.GeneralUtil
Get the permalink URL to preview the given attachment in the previewer.
getAttachmentUrlPath(Attachment) - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getAttachmentUrlPath(Attachment) - Method in class com.atlassian.confluence.core.ContentEntityObject
Gets the path relative to Confluence's base URL to view the given attachment in the context of this content (for example, highlighted in the content's list of attachments).
getAttachmentUrlPath(Attachment) - Method in class com.atlassian.confluence.pages.AbstractPage
Deprecated, for removal: This API element is subject to removal in a future version.
getAttachmentUrlPath(Attachment) - Method in record class com.atlassian.confluence.pages.AddressablePage
 
getAttachmentUrlPath(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getAttachmentUrlPath(Attachment) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getAttachmentUrlPath(Attachment) - Method in class com.atlassian.confluence.spaces.SpaceDescription
 
getAttachmentUrlPath(Attachment) - Method in class com.atlassian.confluence.user.PersonalInformation
 
getAttachmentVersion() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentRef
 
getAttachmentVersionRemovalSummary() - Method in class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobCompletedEvent
 
getAttachmentVersionsRemoved() - Method in class com.atlassian.confluence.api.model.retention.RemovalCount
 
getAttachmentVersionsRemoved() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary
 
getAttachmentVersionsRemovedByGlobalRules() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
getAttachmentVersionsRemovedBySpaceRules() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
getAttribute() - Method in class com.atlassian.confluence.search.v2.sort.UserAttributeSort
Deprecated.
 
getAttribute(String) - Method in class com.atlassian.confluence.internal.index.v2.DefaultExtractorContext
 
getAttribute(String) - Method in interface com.atlassian.confluence.plugins.index.api.ExtractorContext
Getting an attribute stored inside this context
getAttributeValue(StartElement, String) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
getAttributeValue(StartElement, String, String) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Retrieves the value of the specified attribute name on the specified start element.
getAttributeValue(StartElement, QName) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
getAttributeValue(StartElement, QName, String) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Retrieves the value of the specified attribute name on the specified start element.
getAuditHandlerService() - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
getAuditLogRetentionNumber() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getAuditLogRetentionUnit() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getAuditRecords(UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.AuditResource
Deprecated.
 
getAuthCtxFactory() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getAuthenticatedUser() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
getAuthenticatedUser() - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl.GhettoHelper.GhettoAction
 
getAuthenticatedUser(String) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationInvocationHandler
Determines which user is performing the request.
getAuthenticationType(InboundMailServer) - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.mail.ConnectionVerifier
 
getAuthenticator() - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
getAuthenticator() - Method in class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
getAuthenticator() - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
getAuthor() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
getAuthor() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getAuthor() - Method in class com.atlassian.confluence.plugins.like.notifications.LikeNotification
 
getAuthor() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getAuthor() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
 
getAuthoredPagesCount() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getAuthoredPagesCountByUser(ConfluenceUser) - Method in interface com.atlassian.confluence.pages.PageManager
Get the number of pages that have been created by a particular user
getAuthoredPagesCountByUser(ConfluenceUser) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getAuthoredPagesCountByUser(ConfluenceUser) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getAuthoredPagesCountByUser(ConfluenceUser) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
 
getAuthoredSpaces() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getAuthoredSpacesByUser(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getAuthoredSpacesByUser(ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.SpaceManager
 
getAuthoredSpacesByUser(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getAuthorFullName() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getAuthorization() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
getAuthorization() - Method in class com.atlassian.confluence.mail.ConfluenceImapMailServer
 
getAuthorization() - Method in class com.atlassian.confluence.mail.ConfluencePopMailServer
 
getAuthorization() - Method in class com.atlassian.confluence.mail.ConfluenceSmtpMailServer
 
getAuthorization() - Method in interface com.atlassian.confluence.mail.OAuth2MailServer
Returns the currently registered Authorization if ones configured, otherwise null.
getAuthorization() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getAuthorizationList() - Method in class com.atlassian.confluence.admin.actions.mail.EditMailServerAction
 
getAuthorizationList() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getAuthorize() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getAuthorKey() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getAuthorName() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getAutoCommitQuetly(Connection) - Static method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getAutoLookAndFeelManager() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getAvailabilty() - Method in class com.atlassian.confluence.impl.user.crowd.CachedOption
 
getAvailable() - Method in class com.atlassian.confluence.core.PartialList
 
getAvailable() - Method in class com.atlassian.confluence.legacyapi.model.PartialList
Deprecated.
 
getAvailableAuthenticators() - Method in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
since 7.0.1
getAvailableGlobalSpaces() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
Find all spaces that user has permission to view and allow them to search among these
getAvailableGlobalSpaces() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
Find all global spaces that user has permission to view, but that aren't favourites
getAvailableGlobalSpaces(ConfluenceUser) - Method in class com.atlassian.confluence.internal.search.SpacePickerHelper
Deprecated.
Gets a list of current (non-archived) global space keys and names, not including any of the user's favourite spaces.
getAvailableHeap() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
Gets the total heap still available to be used.
getAvailableInterfaces() - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
 
getAvailableLanguageDescriptors() - Method in class com.atlassian.confluence.languages.DefaultLanguageManager
Retrieves a List of all enabled LanguageModuleDescriptors
getAvailableNonHeap() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
 
getAvailableOperations(Person, Target) - Method in class com.atlassian.confluence.api.impl.service.permissions.OperationServiceImpl
 
getAvailableOperations(Person, Target) - Method in interface com.atlassian.confluence.api.service.permissions.OperationService
List all operations that a person can perform on a particular target.
getAvailableOperations(Target) - Method in class com.atlassian.confluence.api.impl.service.permissions.OperationServiceImpl
 
getAvailableOperations(Target) - Method in interface com.atlassian.confluence.api.service.permissions.OperationService
List all operations that the current user can perform on a particular target.
getAvailablePermGen() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
Deprecated.
since 5.10 because PermGen no longer exists in Java8
getAvailableProcessors() - Method in class com.atlassian.confluence.status.service.systeminfo.HardwareInfo
 
getAvailableProcessors() - Method in interface com.atlassian.confluence.util.JvmSystemResources
 
getAvailableSize() - Method in class com.atlassian.confluence.core.DefaultListBuilder
 
getAvailableSize() - Method in interface com.atlassian.confluence.core.ListBuilder
Gets the total number of elements available to return if the whole list were requested
getAvailableSize() - Method in interface com.atlassian.confluence.core.ListBuilderCallback
 
getAvailableSize() - Method in class com.atlassian.confluence.core.SingleListBuilderCallback
 
getAvailableSpaces() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getAvailableSpaces() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
Overwrites the superclass function in order to list all spaces including the current.
getAvailableSpaces() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
getAvailableSpaces(Space, ConfluenceUser) - Method in class com.atlassian.confluence.pages.actions.beans.AvailableSpaces
 
getAvailableSubscriptions() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
getAvailableSubscriptions() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
getAvailableSubscriptions() - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SubscriptionJournalStateStore
Get all current subscriptions
getAvailableSubscriptions() - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncService
Get all subscription for current service
getAvailableTabs() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroTabProvider
 
getAvailableTeamLabels() - Method in class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
 
getAvailableTeamLabels(String) - Method in interface com.atlassian.confluence.labels.SpaceLabelManager
Returns the teams labels available for the given space
getAvailableTeamLabels(String) - Method in class com.atlassian.confluence.labels.SpaceLabelManagerImpl
 
getAvailableTenants() - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
Deprecated.
 
getAvailableThemeDescriptors() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
getAvailableThemeDescriptors() - Method in class com.atlassian.confluence.impl.themes.PluginThemesAccessor
 
getAvailableThemeDescriptors() - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
getAvailableThemeDescriptors() - Method in interface com.atlassian.confluence.themes.ThemeManager
 
getAvailableTimeZones() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getAvailableTimeZones() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
getAvatar(AvatarOwner<T>, Function<AvatarOwner<T>, Avatar>, int) - Method in class com.atlassian.confluence.avatar.TestAvatarProvider
 
getAvatar(User) - Method in interface com.atlassian.confluence.core.DataSourceFactory
Construct a DataSource for a user's profile picture.
getAvatar(String, int) - Method in class com.atlassian.confluence.avatar.TestAvatarProvider
 
getAvatarProvider() - Method in class com.atlassian.confluence.user.avatar.AvatarProviderAccessor
 
getAvatarUrl() - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
getAvatarUrl() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getAvatarUrl() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
getAverageExecutionTimeForLastTenRequests() - Method in class com.atlassian.confluence.jmx.RequestMetrics
 
getAverageRunningTime() - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
getAwsAuthMethod() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getAwsEc2PrivateIp() - Static method in class com.atlassian.confluence.impl.hazelcast.HazelcastConfigUtils
 
getAwsEc2PrivateIp(String) - Static method in class com.atlassian.confluence.cluster.ClusterConfigurationUtils
 
getAWSRegion() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getB() - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
 
getBackingStorageType() - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getBackingStorageType() - Method in interface com.atlassian.confluence.pages.AttachmentManager
Returns the currently active storage type.
getBackingStorageType() - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getBackingStorageType() - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getBackingStorageType() - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getBackingStorageType() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Returns the backing storage type.
getBackingStorageType() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getBackingStorageType() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getBackingUser() - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
getBackingUser() - Method in interface com.atlassian.confluence.user.HasBackingUser
 
getBackupAttachments() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
getBackupAttachments() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
getBackupFile(Long) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Download backup file.
getBackupFile(Long) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
getBackupPath() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getBackupProperties() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.container.BackupContainerReader
 
getBackupProperties() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.XMLBackupContainerReader
 
getBackupRestoreJobResult() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getBackupRestoreSettings() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getBackupZipSize() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreFinishJobAnalyticsEvent
Get size of final zip file generated by backup job, null for restore jobs
getBambooBuildKey() - Method in enum class com.atlassian.confluence.setup.BuildInformation
Returns the Bamboo build key of the build producing this artifact.
getBambooBuildNumber() - Method in enum class com.atlassian.confluence.setup.BuildInformation
 
getBandanaManager() - Method in class com.atlassian.confluence.plugin.BandanaPluginStateStore
 
getBandanaManager() - Method in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
getBandanaValue(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getBandanaValue(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
getBandanaValue(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
getBannerMessage() - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
getBannerMessage() - Method in class com.atlassian.confluence.plugins.maintenance.model.MaintenanceInfo
 
getBasePath() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
getBaseResourceLoader() - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
getBaseSharedDataName() - Method in class com.atlassian.confluence.cache.hazelcast.DefaultHazelcastHelper
 
getBaseSharedDataName() - Method in interface com.atlassian.confluence.cache.hazelcast.HazelcastHelper
 
getBaseUriBuilder() - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
getBaseUrl() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getBaseUrl() - Method in class com.atlassian.confluence.api.model.settings.GlobalSettings
 
getBaseUrl() - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
getBaseUrl() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getBaseUrl() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getBaseUrl() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
getBaseUrl() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.BaseNav
 
getBaseUrl() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RelevantViewRestrictionsNavImpl
 
getBaseUrl() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteServerInfo
 
getBaseUrl() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getBaseUrl() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getBaseUrl() - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
getBaseUrl(UrlMode) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
getBaseUrl(UrlMode) - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
Returns the base url of the application for the given url mode.
getBaseUrl(UrlMode) - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getBaseUrlFromRequest(HttpServletRequest) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getBatch() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.BatchableWorkSource
 
getBatch() - Method in class com.atlassian.confluence.content.render.xhtml.migration.ContentWithTasksWorkSource
Returns a batch of work.
getBatch() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.SearchResultsBatchWorkSource
gets the list of entities that form the batch.
getBatch() - Method in class com.atlassian.confluence.content.render.xhtml.migration.OrderedEntityObjectBatchableWorkSource
Returns a batch of work.
getBatch() - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiMarkupContentEntityObjectMigrationWorkSource
Returns a batch of work.
getBatchExceptions() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.BatchException
 
getBatchingColumnValue(LikePayload) - Method in class com.atlassian.confluence.plugins.like.notifications.CreateLikeEventPayloadTransformer
 
getBatchMaxBufferedDocs() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
getBatchMaxBufferedDocs() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.Configuration
 
getBatchMaxMergeDocs() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
getBatchMaxMergeDocs() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.Configuration
 
getBatchMergeFactor() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
getBatchMergeFactor() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.Configuration
 
getBatchSize() - Static method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultSiteMigrator
 
getBatchSize() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPersisterHelper
 
getBatchSize() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.PersisterHelper
 
getBatchSize() - Static method in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
getBatchSize() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions
 
getBatchSize(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
getBean() - Method in class com.atlassian.confluence.admin.actions.tasks.ManageAdminTaskAction
 
getBean() - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
getBean() - Method in class com.atlassian.confluence.admin.actions.ViewSystemClasspathAction
 
getBean() - Method in interface com.atlassian.confluence.core.Beanable
Deprecated.
 
getBean() - Method in class com.atlassian.confluence.diff.actions.ViewDiffOfDraftAction
 
getBean() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
 
getBean() - Method in class com.atlassian.confluence.impl.search.actions.AttachmentSearchAction
 
getBean() - Method in class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated.
 
getBean() - Method in class com.atlassian.confluence.impl.search.actions.DraftAttachmentSearchAction
 
getBean() - Method in class com.atlassian.confluence.impl.search.actions.ReindexTaskProgressAction
 
getBean() - Method in class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
 
getBean() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getBean() - Method in class com.atlassian.confluence.labels.actions.AddFavouriteAction
 
getBean() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
getBean() - Method in class com.atlassian.confluence.labels.actions.RemoveFavouriteAction
 
getBean() - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
 
getBean() - Method in class com.atlassian.confluence.macro.browser.actions.BrowseMacrosAction
 
getBean() - Method in class com.atlassian.confluence.macro.browser.actions.MacroDetailsAction
 
getBean() - Method in class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
getBean() - Method in class com.atlassian.confluence.mail.notification.actions.PageNotificationAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.AbstractCommandAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.AttachedImagesAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.PageChildrenAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.RemoveLabelAjaxAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.ValidateLabelAjaxAction
 
getBean() - Method in class com.atlassian.confluence.pages.actions.WysiwygConverterAction
 
getBean() - Method in class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
 
getBean() - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
getBean() - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
getBean() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeCronJobScheduleAction
 
getBean() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeSimpleJobScheduleAction
 
getBean() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction
 
getBean() - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
getBean() - Method in class com.atlassian.confluence.security.websudo.DropAuthenticationAction
 
getBean() - Method in class com.atlassian.confluence.spaces.actions.SpaceAvailableAction
 
getBean() - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
getBean() - Method in class com.atlassian.confluence.user.actions.HistoryAction
 
getBean() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
getBeanFactory() - Method in class com.atlassian.confluence.ContainerManagerTestSupport
 
getBeanInterfaces() - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
 
getBeanKey() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getBeanName() - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
 
getBeforeBodyEnd() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction
 
getBeforeBodyEnd() - Method in class com.atlassian.confluence.setup.settings.CustomHtmlSettings
 
getBeforeHeadEnd() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction
 
getBeforeHeadEnd() - Method in class com.atlassian.confluence.setup.settings.CustomHtmlSettings
 
getBlockElementSet() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
 
getBlogCollectorBreadcrumb(Space) - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbGenerator
 
getBlogCollectorBreadcrumb(Space) - Method in class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
getBlogEntries(String) - Method in class com.atlassian.confluence.rpc.soap.services.BlogsSoapService
 
getBlogEntries(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getBlogEntries(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getBlogEntries(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getBlogEntries(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getBlogEntries(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getBlogEntry(long) - Method in class com.atlassian.confluence.rpc.soap.services.BlogsSoapService
 
getBlogEntry(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getBlogEntry(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getBlogEntry(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getBlogEntry(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getBlogEntry(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getBlogEntryByDateAndTitle(String, int, int, int, String) - Method in class com.atlassian.confluence.rpc.soap.services.BlogsSoapService
 
getBlogEntryByDateAndTitle(String, String, int, int, int, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieves a blog post in the given space, with the title and date as specified.
getBlogEntryByDateAndTitle(String, String, int, int, int, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getBlogEntryByDateAndTitle(String, String, int, int, int, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getBlogEntryByDateAndTitle(String, String, int, int, int, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getBlogEntryByDateAndTitle(String, String, int, int, int, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getBlogEntryByDayAndTitle(String, int, String) - Method in class com.atlassian.confluence.rpc.soap.services.BlogsSoapService
 
getBlogEntryByDayAndTitle(String, String, int, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieves a blog post in the Space with the given spaceKey, with the title 'postTitle' and posted on the day 'dayOfMonth'
getBlogEntryByDayAndTitle(String, String, int, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getBlogEntryByDayAndTitle(String, String, int, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getBlogEntryByDayAndTitle(String, String, int, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getBlogEntryByDayAndTitle(String, String, int, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getBlogEntrySummaries(List) - Static method in class com.atlassian.confluence.rpc.soap.SoapUtils
 
getBlogPost() - Method in interface com.atlassian.confluence.content.service.blogpost.BlogPostLocator
 
getBlogPost() - Method in interface com.atlassian.confluence.content.service.blogpost.BlogPostProvider
 
getBlogPost() - Method in class com.atlassian.confluence.content.service.blogpost.IdBlogPostLocator
 
getBlogPost() - Method in class com.atlassian.confluence.content.service.blogpost.MoveBlogPostToTopOfSpaceCommand
 
getBlogPost() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
 
getBlogPost() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getBlogPost() - Method in class com.atlassian.confluence.renderer.BlogPostReference
 
getBlogPost() - Method in class com.atlassian.confluence.util.breadcrumbs.BlogPostBreadcrumb
 
getBlogPost(long) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogPost(long) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) from plugins, or use PageManagerInternal in core where applicable
getBlogPost(Space, String, Calendar, boolean) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Get the blog post by name and date.
getBlogPost(Space, String, Calendar, boolean) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogPost(String, String, Calendar) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogPost(String, String, Calendar) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) from plugins, or use PageManagerInternal in core where applicable
getBlogPost(String, String, Calendar, boolean) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogPost(String, String, Calendar, boolean) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) from plugins, or use PageManagerInternal in core where applicable
getBlogPostByTitle(String, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Get a blog post by name.
getBlogPostByTitle(String, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogPostCount() - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Counts the total number of blog posts, for all spaces and posting dates.
getBlogPostCount() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogPostCount(String, Calendar, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogPostCount(String, Calendar, int) - Method in interface com.atlassian.confluence.pages.PageManager
Get total number of blogPost.
getBlogPostCount(String, Calendar, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Get total number of blogPost.
getBlogPostCount(String, Calendar, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogPostDates(Space) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Returns a list of creation dates for all the blog posts in a space.
getBlogPostDates(Space) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogPostDates(String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogPostDates(String) - Method in interface com.atlassian.confluence.pages.PageManager
Returns a list of creation dates for all the blog posts in a space.
getBlogPostDates(String, Calendar, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogPostDates(String, Calendar, int) - Method in interface com.atlassian.confluence.pages.PageManager
Returns a list of creation dates for all the blog posts in a space for a particular period.
getBlogPostDates(String, Calendar, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Returns a list of creation dates for all the blog posts in a space for a particular period.
getBlogPostDates(String, Calendar, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogPosts() - Method in class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
getBlogPosts() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
Ordered by date, newest first
getBlogPosts() - Method in class com.atlassian.confluence.pages.ContentTree
 
getBlogPosts(Space, Calendar, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Get the blog posts in a space for a particular period.
getBlogPosts(Space, Calendar, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogPosts(Space, Calendar, int, int, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Get list of blogPost by Date.
getBlogPosts(Space, Calendar, int, int, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogPosts(Space, boolean) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogPosts(Space, boolean) - Method in interface com.atlassian.confluence.pages.PageManager
 
getBlogPosts(Space, boolean) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Return an iterator for the specified space.
getBlogPosts(Space, boolean) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogPosts(Space, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getBlogPosts(Space, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getBlogPosts(String, Calendar, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogPosts(String, Calendar, int) - Method in interface com.atlassian.confluence.pages.PageManager
Get list of blogPost by Date.
getBlogPosts(String, Calendar, int, int, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogPosts(String, Calendar, int, int, int) - Method in interface com.atlassian.confluence.pages.PageManager
Get list of blogPost by Date.
getBlogPostsInTrash(String, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogPostsInTrash(String, String) - Method in interface com.atlassian.confluence.pages.PageManager
Gets a blog post that is in the trash for a given space that matches the given title.
getBlogPostsInTrash(String, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Gets a blog post that is in the trash for a given space that matches the given title.
getBlogPostsInTrash(String, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogPostStatistics() - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Fetches statistics about blog posts
getBlogPostStatistics() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getBlogsInOtherSpaces() - Method in class com.atlassian.confluence.pages.AlternativePagesLocator
Returns blog posts in other spaces that have or had the required title.
getBlogStatistics() - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getBlogStatistics() - Method in interface com.atlassian.confluence.pages.PageManager
Fetches statistics about blogs
getBlogsWithUnpublishedChangesCount() - Method in class com.atlassian.confluence.pages.BlogPostStatisticsDTO
 
getBlogTabUrlPath() - Method in record class com.atlassian.confluence.spaces.AddressableSpace
 
getBlogTabUrlPath() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getBlogTabUrlPath() - Method in class com.atlassian.confluence.spaces.Space
Deprecated, for removal: This API element is subject to removal in a future version.
getBlueprintId() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
 
getBlueprintTemplates(String, int, int, String, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.TemplateResource
Returns all blueprint templates of the space specified.
getBody() - Method in class com.atlassian.confluence.api.model.content.Content
 
getBody() - Method in class com.atlassian.confluence.api.model.content.MacroInstance
 
getBody() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
getBody() - Method in interface com.atlassian.confluence.content.render.xhtml.definition.MacroBody
 
getBody() - Method in class com.atlassian.confluence.content.render.xhtml.definition.PlainTextMacroBody
 
getBody() - Method in class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
 
getBody() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarker
 
getBody() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
 
getBody() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
 
getBody() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
getBody() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
getBody() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCell
 
getBody() - Method in class com.atlassian.confluence.core.BodyContent
 
getBody() - Method in class com.atlassian.confluence.core.PersistentDecorator
 
getBody() - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getBody() - Method in class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
getBody() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
getBody() - Method in class com.atlassian.confluence.macro.MacroExecutionContext
Returns the body of the macro.
getBody() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getBody() - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
getBody() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
getBody() - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getBody() - Method in class com.atlassian.confluence.xhtml.api.EmbeddedImageLinkBody
 
getBody() - Method in interface com.atlassian.confluence.xhtml.api.Link
 
getBody() - Method in interface com.atlassian.confluence.xhtml.api.LinkBody
 
getBody() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getBody() - Method in class com.atlassian.confluence.xhtml.api.PlainTextLinkBody
 
getBody() - Method in class com.atlassian.confluence.xhtml.api.RichTextLinkBody
 
getBody(Long, String) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
getBodyAsString() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getBodyAsString() - Method in class com.atlassian.confluence.core.ContentEntityObject
Convenience method that returns the String representation of the content.
getBodyAsString() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getBodyAsString() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getBodyAsStringWithoutMarkup() - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated, for removal: This API element is subject to removal in a future version.
getBodyAsStringWithoutMarkup() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getBodyAsStringWithoutMarkup() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getBodyAsStringWithoutMarkup(ContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityExcerpter
 
getBodyAsStringWithoutMarkup(ContentEntityObject, int) - Method in class com.atlassian.confluence.content.ContentEntityExcerpter
 
getBodyByContentIds(List<ContentId>) - Method in class com.atlassian.confluence.internal.content.bodycontentquerier.BodyContentQuerier
 
getBodyByContentIds(List<ContentId>) - Method in interface com.atlassian.confluence.internal.content.bodycontentquerier.ContentQuerier
 
getBodyClass() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
getBodyClass() - Method in class com.atlassian.confluence.themes.BasicTheme
 
getBodyClass() - Method in class com.atlassian.confluence.themes.DefaultTheme
 
getBodyClass() - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
getBodyClass() - Method in interface com.atlassian.confluence.themes.Theme
Returns the class for the body element specified by the theme.
getBodyContent() - Method in class com.atlassian.confluence.core.ContentEntityObject
Gets the BodyContent object for this ContentEntityObject.
getBodyContent() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getBodyContent() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getBodyContent(BodyType) - Method in class com.atlassian.confluence.core.ContentEntityObject
Gets the BodyContent object for this ContentEntityObject or throws an UnsupportedOperationException if its body type is not the same as the supplied expectedBodyType.
getBodyContent(BodyType) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getBodyContent(BodyType) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getBodyContents() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getBodyContents() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getBodyContents() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getBodyContents() - Method in class com.atlassian.confluence.user.PersonalInformation
 
getBodyRenderMode() - Method in class com.atlassian.confluence.macro.profile.NetworkMacro
Deprecated.
 
getBodyRenderMode() - Method in class com.atlassian.confluence.macro.profile.ProfileMacro
 
getBodyRenderMode() - Method in class com.atlassian.confluence.plugins.macros.dashboard.CreateSpaceButtonMacro
 
getBodyRenderMode() - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalReportsMacro
 
getBodyRenderMode() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentMacro
 
getBodyRenderMode() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
getBodyRenderMode() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
getBodyRenderMode() - Method in class com.atlassian.confluence.plugins.macros.dashboard.WelcomeMessageMacro
 
getBodyRenderMode() - Method in class com.atlassian.confluence.renderer.v2.macros.V2UserMacroAdapter
There are only two render modes that we need to support: suppress F_FIRST_PARA and allow F_HTMLESCAPE (see old version of com.atlassian.confluence.renderer.UserMacroConfig#toMacro())
getBodyStream() - Method in interface com.atlassian.confluence.content.render.xhtml.definition.MacroBody
 
getBodyStream() - Method in class com.atlassian.confluence.content.render.xhtml.definition.PlainTextMacroBody
 
getBodyStream() - Method in class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
 
getBodyStream() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarker
 
getBodyStream() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getBodyText() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getBodyType() - Method in class com.atlassian.confluence.core.BodyContent
 
getBodyType() - Method in class com.atlassian.confluence.macro.browser.beans.MacroBody
 
getBodyType() - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
getBodyType() - Method in class com.atlassian.confluence.macro.LazyLoadingMacroWrapper
 
getBodyType() - Method in interface com.atlassian.confluence.macro.Macro
The type of body that this macro has, this is used to infer the migration task if no custom one is provided.
getBodyType() - Method in class com.atlassian.confluence.macro.NoOpMacro
 
getBodyType() - Method in class com.atlassian.confluence.macro.V2CompatibilityMacro
 
getBodyType() - Method in class com.atlassian.confluence.macro.wiki.UnmigratedBlockWikiMarkupMacro
 
getBodyType() - Method in class com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
 
getBodyType() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getBodyType() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
Used by code that automatically converts a V2 macro to an XHTML macro.
getBodyType() - Method in class com.atlassian.confluence.plugins.macros.core.LoremIpsumMacro
 
getBodyType() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
getBodyType() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getBodyType(String) - Method in interface com.atlassian.confluence.core.BodyTypeFactory
Deprecated.
Return a body type which isn't one of the core types with their own direct accessor.
getBodyTypes() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
Populates the body type select box Only used by AddUserMacroAction and UpdateUserMacroAction If this class gets any more complex consider using delegation
getBoolean(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getBoolean(String) - Method in class com.atlassian.confluence.impl.user.preferences.AnonymousUserPreferences
 
getBoolean(String) - Method in class com.atlassian.confluence.impl.user.preferences.UserPreferencesImpl
 
getBoolean(String) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
getBoolean(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getBoolean(String) - Method in interface com.atlassian.confluence.user.UserPreferences
 
getBoolean(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
Deprecated.
 
getBoolean(String) - Method in interface com.atlassian.core.user.preferences.Preferences
Deprecated.
 
getBoolean(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
getBooleanLogic() - Method in class com.atlassian.confluence.functest.rest.admin.crowd.BooleanRestrictionEntity
 
getBooleanProperty(Object) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getBooleanProperty(String) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getBooleanProperty(String) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getBoost() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
getBoost() - Method in class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
 
getBoost() - Method in class com.atlassian.confluence.search.v2.query.PhraseQuery
 
getBoost() - Method in class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
getBoost() - Method in interface com.atlassian.confluence.search.v2.SearchQuery
Return boost factor of this query.
getBoostMode() - Method in class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
 
getBootstrapConfigurer() - Static method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
Statically obtains an instance of the BootstrapConfigurer from BootstrapUtils.
getBootstrapData() - Method in interface com.atlassian.confluence.impl.setup.BootstrapDatabaseAccessor
 
getBootstrapData() - Method in class com.atlassian.confluence.impl.setup.DefaultBootstrapDatabaseAccessor
 
getBootstrapManager() - Method in class com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet
 
getBootstrapManager() - Method in class com.atlassian.confluence.setup.AbstractBootstrapApplicationListener
 
getBootstrapManager() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
getBootstrapManager() - Method in class com.atlassian.confluence.setup.DefaultDatabaseVerifier
 
getBootstrapStatusProvider() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getBorderColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
Deprecated.
since 9.2 No longer customisable
getBreadcrumb() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getBreadcrumb() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
getBreadcrumb() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getBreadcrumb() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getBreadcrumb() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
 
getBreadcrumb() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getBreadcrumb() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
getBreadcrumb() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
getBreadcrumb() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getBreadcrumb() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
getBreadcrumb() - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbAware
Returns the breadcrumb to be shown when the action is accessed.
getBreadcrumbs() - Method in class com.atlassian.confluence.themes.GlobalHelper
Returns a list of breadcrumbs ending with the current action.
getBreadcrumbsTextColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getBreadcrumbsTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getBreadcrumbsTextColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getBreadcrumbsTrail() - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
Gets all the breadcrumbs required for displaying this breadcrumb.
getBreadcrumbsTrail() - Method in interface com.atlassian.confluence.util.breadcrumbs.Breadcrumb
Gets all the breadcrumbs trail (including itself) required for display.
getBrowser() - Method in class com.atlassian.confluence.util.UserAgentUtil.UserAgent
 
getBrowserFamily() - Method in class com.atlassian.confluence.util.UserAgentUtil.Browser
 
getBrowserFamily() - Method in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
getBrowserMajorVersion() - Method in class com.atlassian.confluence.util.UserAgentUtil.Browser
 
getBrowserMinorVersion() - Method in class com.atlassian.confluence.util.UserAgentUtil.Browser
 
getBrowseUrlPath() - Method in record class com.atlassian.confluence.spaces.AddressableSpace
 
getBrowseUrlPath() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getBrowseUrlPath() - Method in class com.atlassian.confluence.spaces.Space
Deprecated, for removal: This API element is subject to removal in a future version.
getBuffer() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
getBuildDate() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getBuildDate() - Method in enum class com.atlassian.confluence.setup.BuildInformation
 
getBuilder() - Static method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport
 
getBuildId() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.BuildInfoResource
 
getBuildId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteServerInfo
 
getBuildInformation() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getBuildNumber() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getBuildNumber() - Method in interface com.atlassian.confluence.cluster.NodeZduInfo
Obtains the application build number running on this node.
getBuildNumber() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun.Error
 
getBuildNumber() - Method in class com.atlassian.confluence.core.VersionHistory
 
getBuildNumber() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexRequestEvent
 
getBuildNumber() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
getBuildNumber() - Method in class com.atlassian.confluence.impl.cluster.NodeZduInfoImpl
 
getBuildNumber() - Method in class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl.ErrorImpl
 
getBuildNumber() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getBuildNumber() - Method in class com.atlassian.confluence.impl.upgrade.upgradetask.SplitJournalUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
Get the BuildNumber specified in the exportDescriptor properties file.
getBuildNumber() - Method in class com.atlassian.confluence.internal.index.opensearch.NoopSplitIndexUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.plugin.ConfluenceApplication
 
getBuildNumber() - Method in class com.atlassian.confluence.plugins.edgeindex.upgrade.EdgeIndexRebuildUpgradeTask
 
getBuildNumber() - Method in enum class com.atlassian.confluence.setup.BuildInformation
 
getBuildNumber() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaTokenCleanupUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaXStreamValueUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.DatabaseValidationQueryMigrationUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.DbTrueFalseTypeFixUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.DecoratorLangMacroReplacementUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.DeleteTemporaryAttachmentUploadsUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentPermissionsTriggersUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentPermissionsUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentStatusUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedPermissionsTriggersUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedSpacePermissionsUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.DropIncrementalSyncSubscriptionUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAddGroupExternalIdUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdSchemaUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.LabelUniqueIndexUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateScheduledJobCacheUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateTrashDateUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.NullModificationDateDraftUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.RenameTempDirPropertyUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.ReplaceC3p0ConnectionPoolWithHikariCPUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.ResetJournalStateUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureLocalConfigSecretsUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureMailServerSecretUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureSharedConfigSecretsUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.SynchronyPidFileRemovalUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.TurnFastPermissionsOnByDefaultUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.UserDirectoryPasswordEncryptionUpgradeTask
 
getBuildNumber() - Method in class com.atlassian.confluence.upgrade.upgradetask.WikiToXhtmlMigrationUpgradeTask
 
getBuildNumber() - Method in interface com.atlassian.confluence.upgrade.UpgradeTaskInfo
 
getBuildNumber() - Static method in class com.atlassian.confluence.util.VelocityUtil
 
getBuildNumberOfImport() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
getBuildStats() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getBuildStats() - Method in class com.atlassian.confluence.api.model.system.NodeStatus
 
getBuildStats() - Method in interface com.atlassian.confluence.cluster.NodeStatus
 
getBuildStats() - Method in class com.atlassian.confluence.cluster.NodeStatusImpl
 
getBuildStats() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteNodeStatus
 
getBuildTimestamp() - Method in enum class com.atlassian.confluence.setup.BuildInformation
 
getBuildYear() - Method in class com.atlassian.confluence.about.AboutPageAction
 
getBuildYear() - Method in enum class com.atlassian.confluence.setup.BuildInformation
 
getBulk(Set<CACHEKEY>, Function<Set<CACHEKEY>, Map<CACHEKEY, ENTITY>>) - Method in class com.atlassian.confluence.impl.cache.ReadThroughEntityCache
Retrieves multiple values for the given keys.
getBulk(Set<K>, Function<Set<K>, Map<K, V>>) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
getBulk(Set<K>, Function<Set<K>, Map<K, V>>) - Method in class com.atlassian.confluence.impl.cache.ReadThroughAtlassianCache
 
getBulk(Set<K>, Function<Set<K>, Map<K, V>>) - Method in interface com.atlassian.confluence.impl.cache.ReadThroughCache
Retrieves multiple values for the given keys.
getBulkFetchUsersBatchSize() - Static method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getBundle() - Method in class com.atlassian.confluence.util.i18n.AbstractI18NResource
 
getBundle() - Method in interface com.atlassian.confluence.util.i18n.I18NResource
 
getBundle() - Method in class com.atlassian.confluence.util.i18n.ResourceBundleI18NResource
 
getBundle(int) - Method in class com.atlassian.confluence.functest.rest.OsgiBundleResource
 
getBundle(String) - Method in class com.atlassian.confluence.util.i18n.AbstractI18NResource
 
getBundle(String) - Method in interface com.atlassian.confluence.util.i18n.I18NResource
 
getBundle(String) - Method in class com.atlassian.confluence.util.i18n.ResourceBundleI18NResource
 
getBundledPluginDirectory() - Method in interface com.atlassian.confluence.plugin.PluginDirectoryProvider
 
getBundledPluginDirectory() - Method in class com.atlassian.confluence.plugin.SimplePluginDirectoryProvider
 
getBundledSynchronyVersion() - Method in enum class com.atlassian.confluence.setup.BuildInformation
 
getBundles() - Method in class com.atlassian.confluence.functest.rest.OsgiBundleResource
 
getBundles() - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
getBundles(Boolean) - Method in class com.atlassian.confluence.test.publicapi.rest.OsgiBundleResource
 
getButtons() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
getButtons() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
getButtons() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
getBy() - Method in class com.atlassian.confluence.api.model.content.Version
 
getBy() - Method in class com.atlassian.confluence.legacyapi.model.content.EditSummary
Deprecated.
 
getByClassId(long) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Retrieve the object with a particular id from the database.
getByClassId(long) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getByClassId(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
getByClassId(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getByClassId(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
getByClassId(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
getByClassId(long) - Method in class com.atlassian.confluence.setup.settings.DefaultGlobalDescriptionDao
 
getByClassId(long) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao
 
getByClassName(String) - Static method in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
getByContentEntityObject(ContentEntityObject) - Static method in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
getByFileName(String) - Static method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
Returns a registered default decorator, matched by decorator file name.
getById(long) - Method in interface com.atlassian.confluence.content.CustomContentManager
Find a single CustomContentEntityObject by its id
getById(long) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
getById(long) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
getById(long) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
 
getById(long) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getById(long) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Deprecated.
since 7.5.0, use ContentService.find(Expansion...) for plugins, or use ContentEntityManagerInternal in core where applicable
getById(long) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieve the object with a particular id from the database.
getById(long) - Method in interface com.atlassian.confluence.core.persistence.ContentPermissionDao
 
getById(long) - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentPermissionHibernateDao
 
getById(long) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getById(long) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
getById(long) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
Override default implementation to explicitly return an AbstractPage.
getById(long) - Method in class com.atlassian.confluence.impl.user.persistence.dao.ReadThroughCachingPersonalInformationDao
 
getById(long) - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
getById(long) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getById(long) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getById(long) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Returns the attachment with the given persistent ID.
getById(long) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Get a blog post by id.
getById(long) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
Get a comment by its id
getById(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getById(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getById(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
getById(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getById(long) - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
getById(long) - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
 
getById(long) - Method in interface com.atlassian.confluence.security.persistence.dao.ContentPermissionSetDao
 
getById(long) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
getById(long) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
getById(long) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Retrieves a single SpacePermission by its ID
getById(long) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getById(long) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
 
getById(long) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao
 
getById(long) - Method in interface com.atlassian.confluence.user.persistence.dao.PersonalInformationDao
Returns the personal information object with the given ID.
getById(ContentId) - Method in interface com.atlassian.confluence.dmz.ContentEntityManagerInternal
 
getById(ContentId) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getById(ContentId, int) - Method in interface com.atlassian.confluence.dmz.ContentEntityManagerInternal
 
getById(ContentId, int) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getById(ContentId, List<ContentStatus>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
getById(Long) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
getById(Long) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
getByIdAndType(long, Class) - Method in interface com.atlassian.confluence.core.persistence.AnyTypeDao
Deprecated.
Find a persistent object by its id and type.
getByIdAndType(long, Class) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
getByIds(List<Long>) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getByIds(List<Long>) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Returns a list of attachments matching the given list of IDs.
getByIds(List<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getByIdsAndFilters(List<ContentId>, LimitedRequest, Predicate<? super ContentEntityObject>) - Method in interface com.atlassian.confluence.dmz.ContentEntityManagerInternal
 
getByIdsAndFilters(List<ContentId>, LimitedRequest, Predicate<? super ContentEntityObject>) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getByImplementationClass(String) - Static method in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
getByKey(String) - Method in class bucket.user.propertyset.BucketPropertySet
 
getByMacroName(String) - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataProvider
 
getByMacroName(String) - Method in class com.atlassian.confluence.macro.browser.DelegatingMacroMetadataProvider
Returns matching metadata from the first of the providers that contains it.
getByMacroName(String) - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataProvider
Returns the metadata for the named macro if it is known to this provider.
getByMacroName(String) - Method in class com.atlassian.confluence.macro.browser.UserMacroMetadataProvider
 
getByMacroNameAndId(String, String) - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataProvider
 
getByMacroNameAndId(String, String) - Method in class com.atlassian.confluence.macro.browser.DelegatingMacroMetadataProvider
 
getByMacroNameAndId(String, String) - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataProvider
Returns the metadata for the named macro if it is known to this provider.
getByMacroNameAndId(String, String) - Method in class com.atlassian.confluence.macro.browser.UserMacroMetadataProvider
 
getByMacroType(String) - Static method in enum class com.atlassian.confluence.macro.count.MacroCreateCustomMetricsDefinitions
 
getByRepresentation(String) - Static method in enum class com.atlassian.confluence.content.service.DraftService.DraftType
 
getByRepresentation(String) - Static method in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
getByteCount() - Method in class com.atlassian.confluence.servlet.download.DownloadStreamingAnalyticsEvent
 
getBytes() - Method in class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
getByUser(ConfluenceUser) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao
Fetches a personal information object for the specified user.
getByUser(ConfluenceUser) - Method in class com.atlassian.confluence.impl.user.persistence.dao.ReadThroughCachingPersonalInformationDao
 
getByUser(ConfluenceUser) - Method in interface com.atlassian.confluence.user.persistence.dao.PersonalInformationDao
Fetches the personal information object for this user.
getCache(Class<?>, String) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getCache(Class<?>, String) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
getCache(Class<?>, String) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getCache(String) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getCache(String) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
getCache(String) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getCache(String, Class<K>, Class<V>) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
Deprecated.
since 5.7, since it's deprecated in atlassian-cache library 2.5.0
getCache(String, Class<K>, Class<V>) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
getCache(String, Class<K>, Class<V>) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getCache(String, CacheLoader<K, V>) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getCache(String, CacheLoader<K, V>) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getCache(String, CacheLoader<K, V>) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
getCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
getCache(CacheFactory) - Method in enum class com.atlassian.confluence.cache.CoreCache
Convenince method that resolves this cache against an Atlassian Cache CacheFactory.
getCacheCollector() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
getCacheCollector() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
getCacheCollector() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
getCacheConfig() - Method in class com.atlassian.confluence.functest.rest.admin.CacheResource
 
getCacheConfig(String) - Method in class com.atlassian.confluence.functest.rest.admin.CacheResource
 
getCachedReference(Class<?>, String, Supplier<V>) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getCachedReference(Class<?>, String, Supplier<V>) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
 
getCachedReference(Class<?>, String, Supplier<V>) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getCachedReference(Class<?>, String, Supplier<V>, CacheSettings) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getCachedReference(Class<?>, String, Supplier<V>, CacheSettings) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
 
getCachedReference(Class<?>, String, Supplier<V>, CacheSettings) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getCachedReference(String, Supplier<V>) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getCachedReference(String, Supplier<V>) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
 
getCachedReference(String, Supplier<V>) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
 
getCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getCacheMaxEntries(String) - Method in class com.atlassian.confluence.functest.rest.admin.CacheResource
Returns the configured maximum number of elements in the given cache
getCacheMaximumNumberOfElements(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getCacheMaximumNumberOfElements(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
getCacheMaximumNumberOfElements(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
getCacheName() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsEvent
 
getCacheName() - Method in class com.atlassian.confluence.cache.hazelcast.AsyncInvalidationCacheFactory.CacheInvalidationOutOfSequenceEvent
 
getCacheName() - Method in class com.atlassian.confluence.cache.hazelcast.AsyncInvalidationCacheFactory.CacheSequenceSnapshotInconsistentEvent
 
getCacheName() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheCompactor.CacheCompactionEvent
 
getCacheName() - Method in class com.atlassian.confluence.event.events.admin.MaxCacheSizeChangedEvent
 
getCacheName() - Static method in class com.atlassian.confluence.impl.user.RegisteredUsersCache
Deprecated.
since 5.10. Don't use this. You don't need it.
getCaches() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
Deprecated.
since 7.2. Use EhCacheManager.getManagedCaches() instead.
getCaches() - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getCacheSize(String) - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.LocalRegionCacheMaxSizeAdjuster
 
getCacheStatisticFilter(String) - Method in interface com.atlassian.confluence.cache.CacheStatisticsManager
For a given cache, returns a predicate that can be used to filter which CacheStatisticsKeys are appropriate for that cache.
getCacheStatisticFilter(String) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsManager
EhCacheSettingsDefaultsProvider has knowledge of which caches it is safe to measure the heap size of, so we return a predicate that will remove CacheStatisticsKey.HEAP_SIZE in those cases.
getCacheStatisticFilter(String) - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastStatisticsManager
 
getCacheStatistics() - Method in class com.atlassian.confluence.functest.rest.admin.CacheResource
Returns all cache statistics.
getCacheStatistics(String) - Method in class com.atlassian.confluence.functest.rest.admin.CacheResource
Returns the cache statistics for a particular named cache.
getCacheStatistics(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getCacheStatistics(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
getCacheStatistics(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
getCacheStatisticsAsArray() - Method in interface com.atlassian.confluence.jmx.CacheStatisticsMXBean
 
getCacheStatisticsAsArray() - Method in class com.atlassian.confluence.jmx.JxmCacheStatisticsWrapper
 
getCacheStatisticsAsMap() - Method in interface com.atlassian.confluence.jmx.CacheStatisticsMXBean
 
getCacheStatisticsAsMap() - Method in class com.atlassian.confluence.jmx.JxmCacheStatisticsWrapper
 
getCacheStatisticsCapabilities(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getCacheStatisticsCapabilities(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
getCacheStatisticsCapabilities(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
getCachingStrategies() - Method in class com.atlassian.confluence.web.filter.ConfluenceCachingFilter
 
getCalendar() - Method in class com.atlassian.confluence.core.DateFormatter
 
getCalendarFilenameForLanguage(String) - Method in class com.atlassian.confluence.pages.actions.CalendarLanguageUtil
Returns a filename of the calendar file for a given language.
getCalendarForThisMonth() - Method in class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
getCalendarForThisMonth() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getCalendarFromDatePath(String) - Static method in class com.atlassian.confluence.pages.BlogPost
BEFORE USING THIS - consider if BlogPostReference better suits your needs.
getCalendarI18nFile() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
getCalendarPostingDay() - Method in class com.atlassian.confluence.renderer.BlogPostReferenceParser
 
getCallback() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
 
getCallback() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityList
 
getCancelledBy() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getCancelRedirectUrl() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getCancelRedirectUrl() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
getCancelResult() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getCancelResult() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getCancelResult() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getCancelResult() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
getCancelResult() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
getCancelResult() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
getCancelTime() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getCancelTime() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getCanonicalBaseUrl() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getCanonicalName(Group) - Static method in class com.atlassian.confluence.user.crowd.NameUtils
 
getCanonicalName(String) - Static method in class com.atlassian.confluence.user.crowd.NameUtils
 
getCanViewProfile() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
 
getCapabilities() - Method in interface com.atlassian.confluence.cache.CacheStatisticsManager
Returns the set of optional capabilities supported by this implementation
getCapabilities() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsManager
 
getCapabilities() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastStatisticsManager
 
getCapabilitiesForNewUsers() - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
getCapitalDisplayLanguage() - Method in class com.atlassian.confluence.languages.Language
 
getCapitalDisplayName() - Method in class com.atlassian.confluence.languages.Language
 
getCapitalised() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceCategoryName
 
getCaptcha(String) - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
getCaptchaEnabled() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
getCaptchaGroups() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
getCaptchaGroups() - Method in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
getCaptchaManager() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
getCaptchaManager() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getCaptchaManager() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
getCaptchaManager() - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
getCaptchaManager() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getCaptchaManager() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
getCaptchaManager() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
getCaptchaManager() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
getCaptchaManager() - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
getCaptchaManager() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
getCaptchaManager() - Method in class com.atlassian.confluence.user.actions.ViewMyProfileAction
 
getCaptchaSettings() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getCaptchaState() - Method in class com.atlassian.confluence.event.events.security.LoginDetails
 
getCascadeConstraintsString() - Method in class com.atlassian.confluence.impl.hibernate.dialect.H2V4200Dialect
 
getCatalogName() - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
getCategories() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
Populates the category multiple-select box Only used by AddUserMacroAction and UpdateUserMacroAction If this class gets _any_ more complex consider using delegation
getCategories() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
Returns categories this macro should be displayed within in the Macro Browser.
getCategories() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
getCategories() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
Returns categories this macro should be displayed within in the Macro Browser.
getCategories() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
getCategories() - Method in class com.atlassian.confluence.search.contentnames.ResultTemplate
Returns the names of all categories defined in this configuration.
getCategories() - Method in interface com.atlassian.confluence.search.v2.SearchManager.Categorizer
Return list of all categories.
getCategories(String) - Static method in class com.atlassian.confluence.search.contentnames.Category
Returns a Set of Categories the content of specific type belongs to.
getCategory() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
getCategory() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getCategory() - Method in class com.atlassian.confluence.logging.ErrorLoggedEvent
 
getCategory() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto.RecentlyUpdatedContentResourceRequestDto
 
getCategory() - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearchSectionSpec
Content category usually one per content type.
getCategory() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getCategory() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getCategory(String) - Static method in class com.atlassian.confluence.search.contentnames.Category
Return a Category for the supplied type.
getCategoryNames(RssRenderItem<? extends Attachment>) - Method in class com.atlassian.confluence.rss.AttachmentRenderSupport
 
getCategoryNames(RssRenderItem<? extends Comment>) - Method in class com.atlassian.confluence.rss.CommentRenderSupport
 
getCategoryNames(RssRenderItem<? extends T>) - Method in class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
 
getCategoryNames(RssRenderItem<? extends T>) - Method in interface com.atlassian.confluence.rss.RssRenderSupport
 
getCause() - Method in class com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEvent
 
getCause() - Method in class com.atlassian.confluence.internal.health.HealthCheckResult
Returns a human-readable description of this result, with a value that is allowed to be sent via analytics.
getCDNStrategy() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getCDNStrategy() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getCells() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSection
 
getCells() - Method in class com.atlassian.confluence.tinymceplugin.events.Layout2CreatedEvent
 
getChallengeClone(Captcha) - Method in class com.atlassian.confluence.security.ConfluenceImageCaptchaService
 
getChangedMonitoringNames() - Method in class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent
 
getChangeDocumentAndAuthorId(Searchable) - Method in class com.atlassian.confluence.internal.search.ChangeDocumentIdBuilder
Creates an id that uniquely identifies a change document in the index.
getChangedPersonalInformation() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
getChangedValues() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
getChangedValues() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getChangeIndexName() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getChangeIndexSize() - Method in class com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
 
getChangeInstance() - Static method in class com.atlassian.confluence.internal.search.tasks.NoOpIndexTask
 
getChangePasswordLink() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
getChangePasswordRequestLink() - Method in class com.atlassian.confluence.event.events.security.ForgotPasswordEvent
 
getChangePasswordRequestLink() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
getChanges() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
getChangeSize() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
Returns the number of changes summarised in this report.
getChangesSinceLastEdit() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
getChangesSinceLastLogin() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
getChangeType() - Method in class com.atlassian.confluence.themes.events.StylesheetChangedEvent
 
getCharacterCount() - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
getCharacterEncoding() - Method in class com.atlassian.confluence.setup.ConfluenceRendererConfiguration
 
getCharacterEncoding() - Static method in class com.atlassian.confluence.util.VelocityUtil
 
getCharset() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
getCharset() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
Returns the charset of the response.
getCheckId() - Method in class com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEvent
 
getChildPageIds() - Method in class com.atlassian.confluence.content.service.page.SetPageOrderCommand
 
getChildPagesCount() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleChildPagesAnalyticsEvent
 
getChildren() - Method in class com.atlassian.confluence.api.extension.MetadataProperty
Get the child properties, that are specified without a java type.
getChildren() - Method in class com.atlassian.confluence.api.model.content.Content
Returns a map of the immediate sub-content of this Content, split by ContentType.
getChildren() - Method in interface com.atlassian.confluence.core.Hierarchical
 
getChildren() - Method in class com.atlassian.confluence.legacyapi.model.content.ContentTree
Deprecated.
 
getChildren() - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
getChildren() - Method in class com.atlassian.confluence.pages.Comment
 
getChildren() - Method in class com.atlassian.confluence.pages.ContentNode
 
getChildren() - Method in class com.atlassian.confluence.pages.Page
 
getChildren() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getChildren(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getChildren(Comment, LimitedRequest) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
 
getChildren(Comment, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
getChildren(Page, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getChildren(Page, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getChildren(Page, LimitedRequest, Depth) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.
getChildren(Page, LimitedRequest, Depth) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getChildren(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns all child pages of the page with the given pageId the user authenticated by token is allowed to view.
getChildren(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getChildren(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getChildren(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getChildren(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getChildrenCompletionStage(Content, PageRequest, Expansion...) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
getChildrenCompletionStage(Content, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Retrieve the children of an item of Content.
getChildrenCountWithInheritedPermissions() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
getChildrenForThisType(Attachment, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
getChildrenForThisType(BlogPost, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
getChildrenForThisType(Comment, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
getChildrenForThisType(Page, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
getChildrenForThisType(T, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
 
getChildrenIds(Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getChildrenIds(Page) - Method in interface com.atlassian.confluence.pages.PageManager
Finds the ids of a page's children
getChildrenIds(Page) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getChildrenIds(Page) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Finds the ids of all children pages of the given page
getChildrenIds(Page, List<ContentStatus>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getChildrenIds(Page, List<ContentStatus>) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Finds the ids of all children pages of the given page
getChildrenList(ContentConvertible, ContentType, LimitedRequest, Expansions, Depth, Collection<String>) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ChildSupport
 
getChildrenMap(ContentSelector, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ChildSupport
 
getChildrenMap(ContentSelector, LimitedRequest, Expansions, Depth, Collection<String>) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ChildSupport
 
getChildrenMap(ContentConvertible, LimitedRequest, Expansions, Depth, Collection<String>) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ChildSupport
Called from the ContentFactory when expanding "children" on a Content item being built.
getChildrenOfThisTypeForOtherType(ContentConvertible, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
getChildrenOfThisTypeForOtherType(ContentConvertible, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
getChildrenOfThisTypeForOtherType(ContentConvertible, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
getChildrenOfThisTypeForOtherType(ContentConvertible, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
getChildrenOfThisTypeForOtherType(ContentConvertible, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
 
getChildrenOfThisTypeForOtherType(ContentConvertible, LimitedRequest, Expansions, Depth) - Method in class com.atlassian.confluence.content.apisupport.CustomContentTypeApiSupport
 
getChildrenOfTypeAndFilter(ContentId, String, LimitedRequest, Expansions, Depth, Predicate<Content>) - Method in class com.atlassian.confluence.api.impl.service.content.CustomContentServiceImpl
 
getChildrenOfTypeAndFilter(ContentId, String, LimitedRequest, Expansions, Depth, Predicate<Content>) - Method in interface com.atlassian.confluence.api.service.content.CustomContentService
Returns the children of a CustomContentEntityObject, limited to the pagination requested.
getChildrenOfTypeAndFilter(ContentEntityObject, String, LimitedRequest, Expansions, Depth, Predicate<? super CustomContentEntityObject>) - Method in interface com.atlassian.confluence.content.CustomContentManager
Returns the children of a CustomContentEntityObject, limited to the pagination requested.
getChildrenOfTypeAndFilter(ContentEntityObject, String, LimitedRequest, Expansions, Depth, Predicate<? super CustomContentEntityObject>) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
This method is used by the Content API to retrieve children of a specific type and filter them by a predicate.
getChildrenShowing() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getChildrenShowing() - Method in class com.atlassian.confluence.user.UserInterfaceState
 
getChronoUnit() - Method in class com.atlassian.confluence.api.model.ChronoUnitCaseInsensitive
 
getClass(Object) - Static method in class com.atlassian.confluence.impl.hibernate.Hibernate
A wrapper around Hibernate.getClass(Object) which first checks to see if Hibernate is present, then invoking the method if so, else just returning the class of the argument.
getClassByClassName(String) - Static method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getClassesFromJar(URL) - Static method in class com.atlassian.confluence.util.ClasspathUtils
Get a list of class files in the JAR specified by a URL.
getClassesInClasspathJars() - Static method in class com.atlassian.confluence.util.ClasspathUtils
Gets a list of JARs from the thread context classloader, and returns a ClasspathClasses object with the class file names and the JARs which they appear in.
getClassFileNames(JarSet) - Method in class com.atlassian.confluence.util.classpath.ClasspathJarDuplicateClassFinder
 
getClassFileNames(JarSet) - Method in class com.atlassian.confluence.util.classpath.ClasspathJarSets
Returns the class files in a given set of JARs, which may be one or more JARs.
getClassFileNames(JarSet) - Method in interface com.atlassian.confluence.util.classpath.DuplicateClassFinder
 
getClassFilter() - Method in enum class com.atlassian.confluence.search.ReIndexOption
 
getClassForTargetObject(Object) - Method in class com.atlassian.confluence.velocity.introspection.ConfluenceAnnotationBoxingUberspect
Return the underlying class of an object even if obscured by a Spring AOP proxy
getClassLoader() - Method in class com.atlassian.confluence.plugin.dev.AlternativeDirectoryResourceLoaderSupportingStaticPlugin
 
getClassLoader() - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getClassLoader() - Method in class com.atlassian.confluence.util.i18n.ClasspathI18NResource
 
getClassLoader() - Method in class com.atlassian.confluence.util.i18n.HelpPathsI18NResource
 
getClassLoader() - Method in class com.atlassian.confluence.util.i18n.ResourceBundleI18NResource
 
getClassLoaderClasspath(ClassLoader) - Method in class com.atlassian.confluence.admin.actions.ViewSystemClasspathAction
 
getClassLoaderClasspath(ClassLoader) - Static method in class com.atlassian.confluence.util.ClasspathUtils
Get the classpath searched for by a particular classloader (only supports URLClassLoaders presently)
getClassMetadata(Class) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Gets the hibernate class metadata for a particular class
getClassName() - Method in class bucket.core.persistence.hibernate.HibernateHandle
Deprecated.
 
getClassName() - Method in class com.atlassian.confluence.importexport.xmlimport.model.EnumProperty
Deprecated.
 
getClassName() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
Deprecated.
 
getClassName() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ReferenceProperty
Deprecated.
 
getClassName() - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskAnalyticsEvent
 
getClassName() - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
getClassName() - Method in class com.atlassian.confluence.web.WebMenuSection
 
getClassName(SearchResult) - Method in class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
Get the CSS class name for the supplied SearchResult.
getClassName(SearchResult) - Method in class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
Get the CSS class name for the supplied SearchResult.
getClassName(SearchResult) - Method in interface com.atlassian.confluence.util.actions.DisplayMapper
Get the CSS class name for the supplied SearchResult.
getClassName(Class<?>) - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction
 
getClassNames(JarSet) - Method in class com.atlassian.confluence.util.classpath.ClasspathJarDuplicateClassFinder
 
getClassNames(JarSet) - Method in class com.atlassian.confluence.util.classpath.ClasspathJarSets
 
getClassNames(JarSet) - Method in interface com.atlassian.confluence.util.classpath.DuplicateClassFinder
 
getClause() - Method in class com.atlassian.confluence.search.v2.SubClause
 
getClauseType() - Method in enum class com.atlassian.confluence.impl.hibernate.query.InClauseType
 
getClauseType() - Method in class com.atlassian.confluence.search.v2.SubClause
 
getClazz() - Method in class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Deprecated.
 
getClazz() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
getClazz() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Property
 
getClazz() - Method in interface com.atlassian.confluence.impl.hibernate.extras.ExportHibernateHandle
Deprecated.
 
getClazz() - Method in class com.atlassian.confluence.impl.logging.admin.LoggingConfigEntry
 
getClazz(Type) - Static method in class com.atlassian.confluence.plugins.restapi.graphql.ReflectionUtil
 
getCleanedData() - Method in class com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.Result
 
getCleanedData() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
Deprecated.
 
getClient() - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
 
getClientIp() - Method in class com.atlassian.confluence.event.events.internal.auth.SudoAuthIpAllowListFailEvent
 
getClientIP() - Method in class com.atlassian.confluence.security.websudo.IPAllowListValidationResult
 
getCloudPlatform() - Method in class com.atlassian.confluence.status.service.systeminfo.CloudPlatformMetadata
 
getCloudPlatform() - Method in enum class com.atlassian.confluence.status.service.systeminfo.CloudPlatformType
 
getCloudPlatformMetadata() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getCloudPlatformMetadata() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getCloudPlatformMetadata(CloudPlatformType) - Method in class com.atlassian.confluence.status.service.CloudPlatformMetadataService
 
getClusterableInterfaces() - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationHelper
Return a list of interfaces suitable for clustered communication.
getClusterableInterfaces() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
getClusterableInterfaces() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
getClusterableInterfaces() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getClusterableInterfaces() - Static method in class com.atlassian.confluence.util.ClusterUtils
Find all network interfaces on the host that are suitable for clustering via multicast
getClusterAddressString() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getClusterApplicationConfig() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
getClusterConfig(ApplicationConfiguration) - Static method in class com.atlassian.confluence.cluster.ClusterConfigurationUtils
 
getClusterConfigurationHelper() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getClusteredDatabaseInformation(CloudPlatformType) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getClusteredDatabaseInformation(CloudPlatformType) - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getClusteredDatabaseMetadata(Connection) - Method in class com.atlassian.confluence.status.service.AwsClusteredDatabaseMetadataRetriever
 
getClusteredDatabaseMetadata(Connection) - Method in interface com.atlassian.confluence.status.service.PlatformAwareClusteredDatabaseMetadataRetriever
 
getClusteredDatabaseMetadataForPlatform(Connection, CloudPlatformType) - Method in class com.atlassian.confluence.status.service.ClusteredDatabasePlatformMetadataService
 
getClusterHealthStatus() - Method in interface com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchHealthCheckUtil
 
getClusterHealthStatus() - Method in class com.atlassian.confluence.plugins.opensearch.healthcheck.DefaultOpenSearchHealthCheckUtil
 
getClusterHome() - Method in class com.atlassian.confluence.cluster.ClusterConfig
 
getClusterHome() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getClusterInformation() - Method in interface com.atlassian.confluence.cluster.ClusterManager
Get information about the running cluster.
getClusterInformation() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
getClusterInformation() - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
getClusterInformation() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getClusterInformation() - Method in class com.atlassian.testsupport.NonClusterManager
 
getClusterInformation(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getClusterInformation(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getClusterInformation(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getClusterInformation(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getClusterInformation(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getClusterInterfaceName() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.HazelcastApplicationConfigurationProperties
 
getClusterInterfaceName() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.HazelcastConfigurationAccessor
 
getClusterInvariants() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
getClusterInvariants() - Method in interface com.atlassian.confluence.impl.cluster.ClusterManagerInternal
Get all attributes of the server that must be consistent between the nodes of a stable cluster.
getClusterInvariants() - Method in class com.atlassian.testsupport.NonClusterManager
 
getClusterJoinConfig() - Method in interface com.atlassian.confluence.cluster.ClusterInformation
 
getClusterJoinConfig() - Method in class com.atlassian.confluence.cluster.EmptyClusterInformation
Deprecated.
 
getClusterJoinConfig() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterInformation
Deprecated.
 
getClusterJoinConfig() - Method in exception com.atlassian.confluence.cluster.NamedClusterException
 
getClusterJoinConfig() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
 
getClusterLockService() - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getClusterManager() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
getClusterManager() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getClusterManager() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
Deprecated.
since 5.9.1
getClusterManager() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
getClusterName() - Method in class com.atlassian.confluence.cluster.ClusterConfig
 
getClusterName() - Method in exception com.atlassian.confluence.cluster.NamedClusterException
 
getClusterName() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getClusterNode() - Method in class com.atlassian.confluence.cluster.ClusterNodeExecution
 
getClusterNode() - Method in class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterService
 
getClusterNodeStatuses() - Method in interface com.atlassian.confluence.rest.client.RemoteClusterService
Retrieve information about each node in a cluster.
getClusterNodeStatuses() - Method in class com.atlassian.confluence.rest.client.RemoteClusterServiceImpl
 
getClusterNodeStatuses() - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
getClusterNodeStatuses(int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ClusterResource
 
getClusterNodeStatuses(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.system.ClusterServiceImpl
 
getClusterNodeStatuses(PageRequest) - Method in interface com.atlassian.confluence.api.service.system.ClusterService
Retrieve information about each node in a cluster.
getClusterNodeStatuses(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
getClusterNodeStatuses(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getClusterNodeStatuses(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getClusterNodeStatuses(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getClusterNodeStatuses(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getClusterPeersString() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getClusterSharedPath() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.HazelcastApplicationConfigurationProperties
 
getClusterSharedPath() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.HazelcastConfigurationAccessor
 
getClusterUptime() - Method in interface com.atlassian.confluence.cluster.ClusterManager
Gets the amount of time that the cluster has been running.
getClusterUptime() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
getClusterUptime() - Method in class com.atlassian.testsupport.NonClusterManager
 
getCollaborativeEditingHelper() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getCollaborativeEditingHelper() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getCollaborativeEditingHelper() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
getCollaborativeEditingUuid() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getCollaborativeEditingUuid() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getCollaborativeEditingUuid() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getCollaborator() - Method in class com.atlassian.confluence.core.VersionHistorySummaryCollaborator
 
getCollapsedEntries() - Method in class com.atlassian.confluence.api.model.reference.EnrichableMap
 
getCollationScript() - Method in class com.atlassian.confluence.impl.health.checks.rules.AbstractDatabaseCollationRule
 
getCollationScript() - Method in class com.atlassian.confluence.impl.health.checks.rules.MsSqlCollationRule
 
getCollationScript() - Method in class com.atlassian.confluence.impl.health.checks.rules.MySqlCollationRule
 
getCollationScript() - Method in class com.atlassian.confluence.impl.health.checks.rules.PostgresCollationRule
 
getCollectionClazz() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.CollectionOfElements
 
getCollectionName() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.CollectionOfElements
 
getCollections() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
getCollectorKey() - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
 
getColor() - Method in class com.atlassian.confluence.tinymceplugin.placeholder.StyledString
 
getColorScheme() - Method in class com.atlassian.confluence.api.impl.service.colorscheme.GlobalColorSchemeServiceImpl
 
getColorScheme() - Method in interface com.atlassian.confluence.api.service.colorscheme.GlobalColorSchemeService
 
getColorScheme() - Method in class com.atlassian.confluence.core.actions.ColorsStylesheetAction
For Americans and other people who can't spell.
getColorScheme() - Method in class com.atlassian.confluence.core.actions.ThemeColorsStylesheetAction
 
getColorScheme() - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeService
 
getColorScheme() - Method in class com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeServiceImpl
 
getColorSchemeModelDark() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeThemeBasedModel
 
getColorSchemeModelLight() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeThemeBasedModel
 
getColorSchemeType(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceColorSchemeResource
 
getColorSchemeTypeForSpace(String) - Method in class com.atlassian.confluence.api.impl.service.colorscheme.SpaceColorSchemeServiceImpl
 
getColorSchemeTypeForSpace(String) - Method in interface com.atlassian.confluence.api.service.colorscheme.SpaceColorSchemeService
 
getColorSchemeTypeForSpace(String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeService
 
getColorSchemeTypeForSpace(String) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeServiceImpl
 
getColorWithInvertedLightness(String) - Static method in class com.atlassian.confluence.util.ColourUtils
Given a HEX color, return a HEX value that is the given color at an inverse lightness percentage.
getColour() - Method in class com.atlassian.confluence.api.testsupport.model.web.ExtendedWebPanelView
 
getColour() - Method in class com.atlassian.confluence.api.testsupport.model.web.ExtendedWebSectionView
 
getColour() - Method in class com.atlassian.confluence.api.testsupport.model.web.WebPanelViewWithColour
 
getColour() - Method in class com.atlassian.confluence.api.testsupport.model.web.WebSectionViewWithColour
 
getColour(ColourScheme, String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
 
getColourKeys() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
 
getColourScheme() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
fetch chained colour schemes for displaying
getColourScheme() - Method in class com.atlassian.confluence.core.actions.ColorsStylesheetAction
 
getColourScheme() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
getColourScheme() - Method in class com.atlassian.confluence.themes.BasicTheme
 
getColourScheme() - Method in class com.atlassian.confluence.themes.DefaultTheme
Returns null because this object doesn't represent a colour scheme.
getColourScheme() - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
getColourScheme() - Method in interface com.atlassian.confluence.themes.Theme
 
getColourSchemeManager() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
getColourSchemeSetting(Space) - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getColourSchemeSetting(Space) - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
 
getColourSchemeSetting(Space) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
getColourSchemesSettings() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getColourSchemesSettings() - Method in class com.atlassian.confluence.setup.settings.SpaceSettings
 
getColourSchemeType() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
 
getColourSchemeType() - Method in class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
 
getColourSchemeTypes() - Method in class com.atlassian.confluence.util.LayoutHelper
 
getColourUtils() - Method in class com.atlassian.confluence.core.actions.ColorsStylesheetAction
 
getColumnName() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.ColumnComparison
 
getColumnName() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedColumn
 
getColumnName(Class<?>, String) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getColumnNames() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
getColumnNumber() - Method in exception com.atlassian.confluence.content.render.xhtml.XhtmlParsingException
 
getColumns() - Method in interface com.atlassian.confluence.core.persistence.schema.api.TableSchemaComparison
 
getColumns() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedTable
 
getColumns() - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
getColumns() - Method in class com.atlassian.confluence.pages.thumbnail.Thumbnails
 
getColumnType(String, String) - Method in class com.atlassian.confluence.internal.upgrade.ColumnTypeChecker
 
getCombinedResourceBundles() - Method in class com.atlassian.confluence.util.i18n.ResourceBundlesCollector
 
getCommand() - Method in class com.atlassian.confluence.core.service.CommandActionHelper
 
getCommand() - Method in class com.atlassian.confluence.labels.actions.AddFavouriteAction
 
getCommand() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
getCommand() - Method in class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
 
getCommandActionHelper() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getCommandActionHelper() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
getCommandActionHelper() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
getCommandCreators() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandFactoryImpl
 
getCommandCreators() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.ContentCommandFactoryImpl
 
getCommandDelegate() - Method in class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
getCommandName() - Method in class com.atlassian.confluence.upgrade.ddl.AddForeignKeyCommand
 
getCommandName() - Method in class com.atlassian.confluence.upgrade.ddl.AddStringVirtualColumnForNullableColumnCommand
 
getCommandName() - Method in class com.atlassian.confluence.upgrade.ddl.AddUniqueConstraintCommand
 
getCommandName() - Method in class com.atlassian.confluence.upgrade.ddl.AlterColumnNullabilityCommand
 
getCommandName() - Method in interface com.atlassian.confluence.upgrade.ddl.AlterTableCommand
 
getCommandName() - Method in class com.atlassian.confluence.upgrade.ddl.DropColumnCommand
 
getCommandName() - Method in class com.atlassian.confluence.upgrade.ddl.DropForeignKeyConstraintCommand
 
getCommandName() - Method in class com.atlassian.confluence.upgrade.ddl.DropUniqueConstraintByColumnsCommand
 
getCommandName() - Method in class com.atlassian.confluence.upgrade.ddl.DropUniqueConstraintCommand
 
getCommandParameters() - Method in class com.atlassian.confluence.upgrade.ddl.AddForeignKeyCommand
 
getCommandParameters() - Method in class com.atlassian.confluence.upgrade.ddl.AddStringVirtualColumnForNullableColumnCommand
 
getCommandParameters() - Method in class com.atlassian.confluence.upgrade.ddl.AddUniqueConstraintCommand
 
getCommandParameters() - Method in class com.atlassian.confluence.upgrade.ddl.AlterColumnNullabilityCommand
 
getCommandParameters() - Method in interface com.atlassian.confluence.upgrade.ddl.AlterTableCommand
 
getCommandParameters() - Method in class com.atlassian.confluence.upgrade.ddl.DropColumnCommand
 
getCommandParameters() - Method in class com.atlassian.confluence.upgrade.ddl.DropForeignKeyConstraintCommand
 
getCommandParameters() - Method in class com.atlassian.confluence.upgrade.ddl.DropUniqueConstraintByColumnsCommand
 
getCommandParameters() - Method in class com.atlassian.confluence.upgrade.ddl.DropUniqueConstraintCommand
 
getCommaSeparatedExcludedGroupNames() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
getComment() - Method in class com.atlassian.confluence.api.model.content.AttachmentUpload
 
getComment() - Method in interface com.atlassian.confluence.content.service.comment.CommentCommand
 
getComment() - Method in interface com.atlassian.confluence.content.service.comment.CreateCommentCommand
Gets the comment that was created.
getComment() - Method in class com.atlassian.confluence.content.service.comment.CreateCommentCommandImpl
 
getComment() - Method in interface com.atlassian.confluence.content.service.comment.DeleteCommentCommand
Gets the comment that was removed.
getComment() - Method in class com.atlassian.confluence.content.service.comment.DeleteCommentCommandImpl
 
getComment() - Method in interface com.atlassian.confluence.content.service.comment.EditCommentCommand
Gets the comment that was edited.
getComment() - Method in class com.atlassian.confluence.content.service.comment.EditCommentCommandImpl
 
getComment() - Method in interface com.atlassian.confluence.core.AttachmentResource
 
getComment() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
getComment() - Method in class com.atlassian.confluence.core.UploadedResource
 
getComment() - Method in class com.atlassian.confluence.event.events.content.comment.CommentEvent
 
getComment() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8.0. Hibernate objects are not supported in Struts anymore. Use action's direct method calls.
getComment() - Method in interface com.atlassian.confluence.pages.actions.CommentAware
 
getComment() - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8.0. Hibernate objects are not supported in Struts anymore. Use action's direct method calls.
getComment() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8.0. Hibernate objects are not supported in Struts anymore. Use action's direct method calls.
getComment() - Method in class com.atlassian.confluence.pages.Attachment
Deprecated.
getComment() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getComment() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getComment() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getComment() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns the comment related to the web interface state, or null if there is no comment.
getComment() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Comment for the attachment.
getComment() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
getComment() - Method in interface com.atlassian.confluence.search.v2.SearchableAttachment
Return any comment associated with this attachment
getComment(long) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
getComment(long) - Method in interface com.atlassian.confluence.pages.CommentManager
 
getComment(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getComment(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieves a comment with the given ID
getComment(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getComment(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getComment(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getComment(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getCommentAsXHtmlForWysiwyg() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getCommentAuthors() - Method in class com.atlassian.confluence.mail.reports.CommentReport
 
getCommentContainerType() - Method in interface com.atlassian.confluence.content.apisupport.CommentExtensionsSupport
Get the comment container ContentType that we provide support for.
getCommentContainerType() - Method in class com.atlassian.confluence.content.apisupport.NullCommentExtensionsSupport
 
getCommentCountOnBlog(long) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getCommentCountOnBlog(long) - Method in interface com.atlassian.confluence.pages.PageManager
Counts the number of comments on the blogpost specified by the given id.
getCommentCountOnBlog(long) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Get count of comments on a blogpost.
getCommentCountOnBlog(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getCommentCountOnPage(long) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getCommentCountOnPage(long) - Method in interface com.atlassian.confluence.pages.PageManager
Counts the number of comments on the page specified by the given id.
getCommentCountOnPage(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getCommentCountOnPage(long) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Count the number of comments on the passed in page.
getCommentCounts(List<Long>) - Method in interface com.atlassian.confluence.plugins.edgeindex.rest.ContentEntityHelper
 
getCommentCounts(List<Long>) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.HibernateContentEntityHelper
 
getCommentForFilename(String) - Method in class com.atlassian.confluence.util.AttachFileHelper
Deprecated.
 
getCommentId() - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
getCommentId() - Method in class com.atlassian.confluence.pages.actions.RemoveCommentAction
 
getCommentId() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getCommentLikes(Long) - Method in class com.atlassian.confluence.plugins.like.rest.resources.LikableContentResource
 
getCommentManager() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getCommentOwner() - Method in class com.atlassian.confluence.mail.reports.CommentReport
 
getComments() - Method in class com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction
 
getComments() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getComments() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getComments() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getComments() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTree
 
getComments() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getComments() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getComments(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getComments(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieves the comments for a given abstract page
getComments(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getComments(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getComments(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getComments(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getComments(List) - Static method in class com.atlassian.confluence.rpc.soap.SoapUtils
 
getCommentUrl(Attachment, Comment) - Static method in class com.atlassian.confluence.util.GeneralUtil
Get the permalink URL to preview the given comment (annotation) in the previewer.
getCommonContext() - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
getCommonPackages(JarSet) - Method in class com.atlassian.confluence.admin.actions.ViewSystemClasspathAction
 
getCommonWords() - Method in class com.atlassian.confluence.search.v2.analysis.CommonGramsTokenFilterDescriptor
 
getCompactElapsedTime() - Method in class com.atlassian.confluence.search.ReIndexTask
 
getComparator(String, boolean) - Static method in class com.atlassian.confluence.util.ContentComparatorFactory
 
getCompletedAdminTasks() - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
getCompletedAt() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
getCompletedAt() - Method in class com.atlassian.confluence.admin.tasks.AdminTaskData
 
getCompletedByFullName() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
getCompletedByFullName() - Method in class com.atlassian.confluence.admin.tasks.AdminTaskData
 
getCompletedByUsername() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
getCompletedByUsername() - Method in class com.atlassian.confluence.admin.tasks.AdminTaskData
 
getCompletedSteps() - Method in class com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
 
getCompletedSteps() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
getCompletedTimestamp() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun
 
getCompletedTimestamp() - Method in class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl
 
getCompleteKey() - Method in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey
Returns the String representation of the complete key.
getCompleteKey() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getCompleteKey() - Method in class com.atlassian.confluence.api.model.web.WebPanelView
 
getCompleteKey() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getCompleteKey() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getCompleteModuleKey() - Method in class com.atlassian.confluence.event.events.plugin.AsyncPluginModuleDisableEvent
 
getCompleteModuleKey() - Method in class com.atlassian.confluence.event.events.plugin.AsyncPluginModuleEnableEvent
 
getCompleteModuleKey() - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
getCompleteModuleKey() - Method in class com.atlassian.confluence.themes.ClasspathThemeStylesheet
 
getCompleteModuleKey() - Method in class com.atlassian.confluence.themes.PluginThemeResource
 
getCompleteModuleKey() - Method in interface com.atlassian.confluence.themes.ThemeResource
Returns the plugin module key which this stylesheet belongs to, or the plugin key if the resource is specified at the plugin level.
getCompletionStage() - Method in class com.atlassian.confluence.cluster.ClusterNodeExecution
 
getCompletionStage(WebTarget, Class<? extends T>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getCompletionStageGenericCollection(WebTarget, Class<? extends Iterable>, Class<E>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getCompletionStageMap(WebTarget, Class<K>, Class<V>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getCompletionStageMapOfGenericListResponse(WebTarget, Class<K>, Class<V>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getCompletionStageMapOfPageResponses(WebTarget, Class<K>, Class<V>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getCompletionStageOptional(WebTarget, Class<? extends T>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getCompletionStagePageResponseList(WebTarget, Class<E>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getCompletionStageSearchPageResponseList(WebTarget, Class<E>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getCompletionTime() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getComponentInstance(Map) - Method in class com.atlassian.confluence.renderer.plugin.SpringRendererComponentFactory
 
getCompositeId() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
Deprecated.
 
getCompressionType() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getConclusionHtml() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.PluginAndMaterials
 
getConclusionModuleKey() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.AboutPagePanelModuleDescriptor
 
getConcurrencyLevel() - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration
 
getConcurrencyLevel() - Method in class com.atlassian.confluence.index.ReIndexSpec
 
getCondition() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getConfig() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction.NodeConfigDTO
 
getConfig(HttpServletRequest) - Static method in class com.atlassian.confluence.util.SeraphUtils
 
getConfigElement(Class, String) - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationPersisterForTests
 
getConfigFileName() - Method in class com.atlassian.confluence.setup.ConfluenceHomeLocatorForTests
 
getConfigPath(ThemeModuleDescriptor) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
returns the Config Path for the theme defined in the theme plugin.xml
getConfigPath(ThemeModuleDescriptor) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.ChooseThemeAction
returns the context path for the global configuration.
getConfigPath(ThemeModuleDescriptor) - Method in class com.atlassian.confluence.spaces.actions.ChooseThemeAction
returns the context path for the space configuration.
getConfigPath(ThemeModuleDescriptor, String) - Method in class com.atlassian.confluence.util.LayoutHelper
 
getConfigPaths() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
These legacy Spring integration tests only know about XM config files, so we can't use a Configuration directly here.
getConfigProperty(ApplicationConfiguration, ClusterConfigurationHelperInternal, String) - Static method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.S3ConfigFactory
Loads property from different sources in this order: 1.
getConfiguration() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getConfiguration() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
 
getConfiguration() - Method in class com.atlassian.confluence.impl.security.ConfluenceSecretService
 
getConfiguration() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
Returns a map containing various configuration information.
getConfiguration() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
getConfiguration() - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResource
 
getConfigurationCurrentValueKey() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
getConfigurationCurrentValueKey() - Method in interface com.atlassian.confluence.admin.tasks.AdminTaskConfig
 
getConfigurationCurrentValueKey() - Method in class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
getConfigurationPhase() - Method in class com.atlassian.confluence.internal.index.config.ConditionalOnSearchPlatform.OnSearchPlatformCondition
 
getConfigurationPhase() - Method in class com.atlassian.confluence.plugins.opensearch.spring.ConditionalForOpenSearch.OpenSearchCondition
 
getConfigurations() - Method in class com.atlassian.confluence.extra.paste.rest.ShortcutLinkConfigurationsResource
 
getConfigurations() - Method in class com.atlassian.confluence.extra.paste.rest.ShortcutLinkConfigurationsResource.ShortcutLinkConfigurationEntities
 
getConfigurations() - Method in class com.atlassian.confluence.util.http.HttpRetrievalServiceConfig
Deprecated.
 
getConfiguredApplicationHome() - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 7.14. Use ApplicationProperties#getHomeDirectory() (plugins) or confluenceHome Spring bean (core)
getConfiguredBuildNumber() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getConfiguredHome() - Method in class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure
 
getConfiguredLicenseString() - Method in class com.atlassian.confluence.setup.actions.AbstractConfluenceLicenseAction
 
getConfiguredLocalHome() - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 7.14. Use ApplicationProperties#getLocalHomeDirectory() (plugins) or localHome Spring bean (core)
getConfiguredLocalHome() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getConfiguredMemberName(Member) - Static method in class com.atlassian.confluence.cluster.hazelcast.HazelcastUtils
 
getConfiguredOAuth2Providers() - Method in class com.atlassian.confluence.impl.oauth2.DefaultOAuth2Service
 
getConfiguredOAuth2Providers() - Method in interface com.atlassian.confluence.oauth2.OAuth2Service
Returns a List of the configured OAuth Providers.
getConfiguredThemeForSpace(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getConfiguredThemeForSpace(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminThemeResource.
getConfiguredThemeForSpace(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminThemeResource.
getConfiguredValue() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
getConfirm() - Method in class com.atlassian.confluence.pages.actions.RemoveCommentAction
 
getConfirm() - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
getConfirm() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
getConfirm() - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
getConfirm() - Method in class com.atlassian.confluence.user.UserForm
 
getConfLicenseString() - Method in class com.atlassian.confluence.setup.actions.AbstractConfluenceLicenseAction
 
getConflictingVersion() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
getConfluenceActionSupport() - Static method in class com.atlassian.confluence.renderer.radeox.macros.MacroUtils
Deprecated, for removal: This API element is subject to removal in a future version.
getConfluenceApplications() - Static method in class com.atlassian.confluence.plugin.ConfluenceApplication
 
getConfluenceAttachmentDirectory() - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
getConfluenceBaseUrlCDNPrefix() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
getConfluenceBuildNumber() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getConfluenceEnabledPluginsNames() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getConfluenceFixedCDNPrefix() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
getConfluenceFont(String) - Method in class com.atlassian.confluence.plugins.templates.servlet.DefaultFontProvider
 
getConfluenceFont(String) - Method in interface com.atlassian.confluence.plugins.templates.servlet.FontProvider
Get the specified Confluence bundled Font.
getConfluenceFont(String) - Method in class com.atlassian.confluence.tinymceplugin.DefaultFontProvider
 
getConfluenceFont(String) - Method in interface com.atlassian.confluence.tinymceplugin.FontProvider
Get the specified Confluence bundled Font.
getConfluenceFrontendServiceURL() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
getConfluenceHome() - Method in class com.atlassian.confluence.impl.filestore.ApplicationConfigurationFileStoreFactory
 
getConfluenceHome() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getConfluenceHome() - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 5.5. Use ApplicationProperties#getHomeDirectory() (plugins) or confluenceHome Spring bean (core)
getConfluenceHome() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
Deprecated.
getConfluenceHomeFileStore() - Method in class com.atlassian.confluence.impl.filestore.ApplicationConfigurationFileStoreFactory
 
getConfluenceHomePath() - Method in class com.atlassian.confluence.impl.filestore.ApplicationConfigurationFileStoreFactory
 
getConfluenceHomePath() - Method in class com.atlassian.confluence.impl.filestore.FileStoreFactory
Deprecated.
 
getConfluenceHttpParameters() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getConfluenceInfo() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getConfluenceInfo() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfoFromDb
Deprecated.
 
getConfluenceInfo() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getConfluenceLicense() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
getConfluenceLicense() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
getConfluenceObject() - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.ContentEntityMapping
 
getConfluenceResourceTags(String, String) - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
getConfluenceRevision() - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
getConfluenceRevision() - Method in class com.atlassian.confluence.pages.AbstractPage
 
getConfluenceRevision() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getConfluenceSpaceLimitHealthStatus() - Method in interface com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchHealthCheckUtil
Get health status of space limit in OpenSearch
getConfluenceSpaceLimitHealthStatus() - Method in class com.atlassian.confluence.plugins.opensearch.healthcheck.DefaultOpenSearchHealthCheckUtil
 
getConfluenceUpTime() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getConfluenceUserCount() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent
 
getConfluenceUserPreferences(User) - Method in class com.atlassian.confluence.impl.user.UserPreferencesAccessorImpl
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, read-only from 10.0, for removal in 11.0. Use UserPreferencesAccessorImpl.getUserPreferences(ConfluenceUser) instead.
getConfluenceUserPreferences(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, read-only from 10.0, for removal in 11.0. Use DefaultUserAccessor.getUserPreferences(ConfluenceUser) instead.
getConfluenceUserPreferences(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
getConfluenceUserPreferences(User) - Method in interface com.atlassian.confluence.user.UserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, read-only from 10.0, for removal in 11.0. Use UserAccessor.getUserPreferences(ConfluenceUser) instead.
getConfluenceUserPreferences(User) - Method in interface com.atlassian.confluence.user.UserPreferencesAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, read-only from 10.0, for removal in 11.0. Use UserPreferencesAccessor.getUserPreferences(ConfluenceUser) instead.
getConfluenceVelocityContext() - Static method in class com.atlassian.confluence.setup.struts.ConfluenceVelocityManager
Constructs a base Velocity rendering context for other rendering purposes such as Confluence Macros.
getConfluenceVersion() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getConfluenceXStream() - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStreamManager
Provides confluence's wrapped XStream instance.
getConfluenceXStream() - Method in class com.atlassian.confluence.setup.xstream.XStreamManager
Deprecated.
 
getConnection() - Method in class com.atlassian.confluence.api.impl.sal.rdbms.ConfluenceConnectionProvider
 
getConnection() - Method in class com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider
Deprecated.
 
getConnection() - Method in interface com.atlassian.confluence.persistence.DatabaseConnectionProvider
Deprecated.
Returns a database connection.
getConnection() - Method in class com.atlassian.confluence.upgrade.recovery.HibernateConnectionProvider
 
getConnection(Properties) - Method in interface com.atlassian.confluence.impl.util.db.SingleConnectionProvider
Opens a single on demand DB connection.
getConnectionPoolProps() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabasePoolDiagnosticProvider
 
getConnectionPoolSize() - Method in class com.atlassian.confluence.impl.util.db.DefaultDatabaseConfigHelper
 
getConnectionPoolSize() - Method in interface com.atlassian.confluence.util.db.DatabaseConfigHelper
Returns the maximum size of the database connection pool.
getConnectionProvider() - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceExportConfiguration
 
getConnectionState(Directory) - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service.UserDirectoryConnectionService
 
getConnectionState(Directory) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service.UserDirectoryConnectionServiceImpl
Checks connection state of a user directory.
getConnectionTimeout() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getConnectionTimeout() - Method in class com.atlassian.confluence.util.http.ConfluenceHttpParameters
 
getConnectionTimeoutFrom(SystemPropertiesConnectionConfig, ConfluenceHttpParameters) - Static method in class com.atlassian.confluence.api.impl.sal.util.HttpTimeoutParameters
 
getConnectionTimeoutFrom(SystemPropertiesConnectionConfig, ConfluenceHttpParameters) - Static method in class com.atlassian.sal.confluence.net.util.HttpTimeoutParameters
 
getConnectorPort() - Method in class com.atlassian.confluence.impl.util.tomcat.DefaultTomcatConfigHelper
 
getConnectorPort() - Method in interface com.atlassian.confluence.util.tomcat.TomcatConfigHelper
Returns the connector port.
getConnectRequestTimeout() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getConnectTimout() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getConstantBoost() - Method in class com.atlassian.confluence.search.v2.score.ModifiedRecencyScoreFunction
 
getConstants() - Method in class com.atlassian.confluence.search.v2.score.SumScoreFunction
 
getConstraint() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
getConstraint() - Method in interface com.atlassian.confluence.upgrade.UpgradeTask
 
getConstraintBuildNumber() - Method in class com.atlassian.confluence.upgrade.IsNewerThan
 
getConstraintName() - Method in class com.atlassian.confluence.upgrade.ddl.DropUniqueConstraintCommand
 
getConstraintsForTable(HibernateConfig, SessionFactory, String) - Static method in class com.atlassian.confluence.upgrade.impl.HibernateCheckConstraint
Return a map of unique contraints and it's columns for the given table.
getContactAddress() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
getContainer() - Method in class com.atlassian.confluence.api.model.content.Content
Returns the container for this Content, which for Pages and Blog Posts will be the Space, and for Comments the Page or BlogPost.
getContainer() - Method in class com.atlassian.confluence.api.model.permissions.Target.ContainerTarget
Get a target for the containing object - e.g.
getContainer() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getContainer() - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef
 
getContainer() - Method in class com.atlassian.confluence.pages.Attachment
 
getContainer() - Method in class com.atlassian.confluence.pages.Comment
 
getContainer() - Method in interface com.atlassian.confluence.pages.Contained
 
getContainer() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getContainer() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getContainerComments(long, LimitedRequest) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
 
getContainerComments(long, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
getContainerComments(long, Date) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
Get the comments that have been added or updated since a specific time
getContainerComments(long, Date) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
getContainerComments(long, Date, ConfluenceUser) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
Get the comments that have been added or updated since a specific time but not by a user
getContainerComments(long, Date, ConfluenceUser) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
getContainerContent() - Method in class com.atlassian.confluence.core.ContentEntityObject
Implementing classes wanting to be Contained in another CEO should implement the Contained interface and delegate to this method
getContainerElementSet() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
 
getContainerForPermissions(Searchable) - Static method in class com.atlassian.confluence.impl.search.v2.extractor.ContentPermissionExtractorHelper
For the given Searchable entity, determine the container of that entity which would have content permissions applied to it.
getContainerId() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.AttachmentInfo
 
getContainerId() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getContainerId() - Method in class com.atlassian.confluence.macro.count.MacroCountEvent
 
getContainerPathForAttachmentVersions(T, long) - Static method in class com.atlassian.confluence.impl.pages.attachments.AttachmentV4Helper
 
getContainerRef() - Method in class com.atlassian.confluence.api.model.content.Content
 
getContainerType() - Method in class com.atlassian.confluence.api.model.content.Content
 
getContainerWriter() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
getContent() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
 
getContent() - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
 
getContent() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintInstance
Get Content field
getContent() - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction
 
getContent() - Method in class com.atlassian.confluence.api.model.search.ContentSearchResult
 
getContent() - Method in class com.atlassian.confluence.api.model.watch.ContentWatch
 
getContent() - Method in class com.atlassian.confluence.content.event.PluginContentCreatedEvent
 
getContent() - Method in class com.atlassian.confluence.content.event.PluginContentRemovedEvent
 
getContent() - Method in class com.atlassian.confluence.content.event.PluginContentUpdatedEvent
 
getContent() - Method in class com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator.MigrationResult
 
getContent() - Method in class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
 
getContent() - Method in class com.atlassian.confluence.content.service.comment.CreateCommentCommandImpl
 
getContent() - Method in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
getContent() - Method in class com.atlassian.confluence.content.service.page.CreatePageCommandImpl
 
getContent() - Method in class com.atlassian.confluence.core.BodyContent
 
getContent() - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.content.comment.CommentEvent
 
getContent() - Method in interface com.atlassian.confluence.event.events.content.Contented
 
getContent() - Method in class com.atlassian.confluence.event.events.content.ContentExportedToWordEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.content.ContentHistoricalVersionRemoveEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.content.ContentPurgedFromTrashEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.content.draft.DraftRemovalEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.content.page.PageEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.content.user.PersonalInformationEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.internal.security.ContentPermissionAddedEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.internal.security.ContentPermissionRemovedEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.like.AbstractLikeEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.permission.ContentTreePermissionReindexEvent
 
getContent() - Method in class com.atlassian.confluence.event.events.security.ContentPermissionEvent
 
getContent() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.ContentModel
 
getContent() - Method in class com.atlassian.confluence.labels.Labelling
 
getContent() - Method in class com.atlassian.confluence.legacyapi.model.content.ContentTree
Deprecated.
 
getContent() - Method in class com.atlassian.confluence.like.LikeEntity
 
getContent() - Method in class com.atlassian.confluence.macro.MacroExecutionContext
Returns the ContentEntityObject associated with this macro.
getContent() - Method in class com.atlassian.confluence.mail.notification.Notification
 
getContent() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getContent() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Return the context's Content.
getContent() - Method in class com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
 
getContent() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
getContent() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
getContent() - Method in class com.atlassian.confluence.plugins.like.notifications.LikeNotification
 
getContent() - Method in class com.atlassian.confluence.plugins.lookandfeel.SiteLogo
 
getContent() - Method in class com.atlassian.confluence.plugins.templates.actions.ViewPageTemplateAction
 
getContent() - Method in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
getContent() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
 
getContent() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
getContent() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummaries
 
getContent() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
getContent() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
getContent() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getContent() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getContent() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets the text content of the search result.
getContent() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getContent() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
getContent() - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
getContent() - Method in class com.atlassian.confluence.user.history.UserHistory
All the pages, sorted with Most Frequently Used returned at the start of the list.
getContent() - Method in class com.atlassian.confluence.user.notifications.AddWatchLink
 
getContent() - Method in class com.atlassian.confluence.util.EditPageBean
 
getContent(Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getContent(Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getContent(Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Deprecated.
since 5.3. Use a method like LabelManager.getContentForLabel(int, int, Label) that provides a specific return type.
getContent(Attachment) - Method in interface com.atlassian.confluence.index.attachment.AttachmentExtractedTextManager
Returns an Optional describing the InputStreamSource of extracted text of the provided attachment version if it is available, or an empty Optional otherwise.
getContent(Attachment) - Method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentExtractedTextManager
 
getContent(Long) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeAttachmentResource
Deprecated.
Returns a full representation of the attachment for the given ID.
getContent(Long) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeContentResource
Deprecated.
Returns the content for the given ID.
getContent(Long, String) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
getContent(String, String, String, List<ContentStatus>, String, String, int, int, List<String>, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
getContentActionBreadcrumb(ConfluenceActionSupport, Space, AbstractPage, DisplayableLabel) - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbGenerator
Returns an appropriate breadcrumb for the given action, space, page and label.
getContentActionBreadcrumb(ConfluenceActionSupport, Space, AbstractPage, DisplayableLabel) - Method in class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
getContentAdapter() - Method in interface com.atlassian.confluence.content.ContentType
 
getContentAdapter() - Method in class com.atlassian.confluence.content.custom.CustomContentTypeWrapper
 
getContentAdapter() - Method in class com.atlassian.confluence.content.TestContentType
 
getContentAdapter() - Method in class com.atlassian.confluence.content.UninstalledContentType
 
getContentAdapter() - Method in class com.atlassian.confluence.plugins.contentproperty.JsonContentPropertyType
 
getContentAuthoredByUser(ConfluenceUser) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getContentAuthoredByUser(ConfluenceUser) - Method in interface com.atlassian.confluence.dmz.ContentEntityManagerInternal
Deprecated.
since 9.5 use ContentService
getContentAuthoredByUser(ConfluenceUser) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getContentAuthoredByUser(ConfluenceUser) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getContentBlueprintSpec() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintInstance
Get Blueprint information of the request.
getContentBody() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getContentBody(long, ContentRepresentation) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Get the body of a piece of content in a given representation
getContentBody(long, ContentRepresentation) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
getContentBreadcrumb() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getContentBreadcrumb() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
getContentBreadcrumb(Space, AbstractPage) - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbGenerator
Returns an appropriate breadcrumb for a page or blogpost
getContentBreadcrumb(Space, AbstractPage) - Method in class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
getContentByGraph(ContentId, String, String, String, String, String, List<ContentStatus>, Integer, int, String, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
getContentById(ContentId, List<ContentStatus>, Integer, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
getContentChoice() - Method in class com.atlassian.confluence.setup.actions.SetupDataAction
 
getContentChoiceList() - Method in class com.atlassian.confluence.setup.actions.SetupDataAction
 
getContentClassByContentType(String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
getContentCollectorBreadcrumb(Space, Class) - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbGenerator
Returns an appropriate collector page breadcrumb to represent content at the root level of a space conforming to the new space information architecture.
getContentCollectorBreadcrumb(Space, Class) - Method in class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
getContentContainerId() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
getContentCount(Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getContentCount(Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getContentCount(Label) - Method in interface com.atlassian.confluence.labels.LabelManager
 
getContentCount(Label) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
getContentCount(Label) - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
getContentCreatedSince(Date) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeContentQueries
 
getContentCreatedSince(Date) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeContentQueries
Get all contents created since a date in the past
getContentCreator() - Method in interface com.atlassian.confluence.content.apisupport.CustomContentApiSupportParams
 
getContentCreator() - Method in class com.atlassian.confluence.content.apisupport.CustomContentApiSupportParamsImpl
 
getContentCssClass() - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
getContentCssClass() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getContentCssClass(Content) - Method in class com.atlassian.confluence.content.ui.AttachmentApiContentUiSupport
 
getContentCssClass(Content) - Method in class com.atlassian.confluence.content.ui.DefaultApiContentUiSupport
 
getContentCssClass(ContentEntityObject) - Method in class com.atlassian.confluence.content.ui.DefaultContentUiSupport
 
getContentCssClass(Attachment) - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport
 
getContentCssClass(Page) - Method in class com.atlassian.confluence.content.ui.PageUiSupport
 
getContentCssClass(String, String) - Method in interface com.atlassian.confluence.content.ui.ApiContentUiSupport
Get the CSS class that can be applied to add an icon to some inline element describing the given content.
getContentCssClass(String, String) - Method in class com.atlassian.confluence.content.ui.AttachmentApiContentUiSupport
 
getContentCssClass(String, String) - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport
 
getContentCssClass(String, String) - Method in interface com.atlassian.confluence.content.ui.ContentUiSupport
Get the CSS class that can be applied to add an icon to some inline element describing the given content.
getContentCssClass(String, String) - Method in class com.atlassian.confluence.content.ui.DefaultApiContentUiSupport
 
getContentCssClass(String, String) - Method in class com.atlassian.confluence.content.ui.DefaultContentUiSupport
 
getContentCssClass(String, String) - Method in class com.atlassian.confluence.content.ui.PageUiSupport
 
getContentCssClass(String, String) - Method in class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
getContentCssClass(String, String) - Method in class com.atlassian.confluence.content.ui.SimpleUiSupport
 
getContentCssClass(T) - Method in interface com.atlassian.confluence.content.ui.ApiContentUiSupport
Get the CSS class that can be applied to some inline element describing the given content
getContentCssClass(T) - Method in interface com.atlassian.confluence.content.ui.ContentUiSupport
Get the CSS class that can be applied to some inline element describing the given content
getContentCssClass(T) - Method in class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
getContentCssClass(T) - Method in class com.atlassian.confluence.content.ui.SimpleUiSupport
 
getContentDeserializer() - Method in class com.atlassian.confluence.rest.serialization.jackson2.OptionalDeserializer
 
getContentDeserializer() - Method in class com.atlassian.confluence.rest.serialization.jackson2.OptionDeserializer
Deprecated.
 
getContentDeserializer() - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestListDeserializer
 
getContentDetailActionBreadcrumb(ConfluenceActionSupport, Space, AbstractPage) - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbGenerator
Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.
getContentDetailActionBreadcrumb(ConfluenceActionSupport, Space, AbstractPage) - Method in class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
getContentDraft() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
Return the current draft in use if there is one or null otherwise.
getContentDraft() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
Deprecated.
getContentDraft() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Deprecated.
getContentDrafts() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
getContentEntities(List<Long>) - Method in interface com.atlassian.confluence.plugins.edgeindex.rest.ContentEntityHelper
 
getContentEntities(List<Long>) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.HibernateContentEntityHelper
 
getContentEntity() - Method in class com.atlassian.confluence.content.ContentProperty
 
getContentEntity() - Method in class com.atlassian.confluence.impl.notifications.ContentEntityAutoWatcher.AutowatchIfRequiredEvent
 
getContentEntity() - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.ContentEntityMapping
 
getContentEntity(Long, boolean) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestContentManager
 
getContentEntity(Long, boolean) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestContentManager
Gets the ContentEntity object for the given id and expands it if requested to.
getContentEntityManager() - Method in interface com.atlassian.confluence.content.apisupport.CustomContentApiSupportParams
 
getContentEntityManager() - Method in class com.atlassian.confluence.content.apisupport.CustomContentApiSupportParamsImpl
 
getContentEntityManager() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getContentEntityManager() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
getContentEntityManager() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
getContentEntityManager() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
getContentEntityObject() - Method in class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
 
getContentEntityObject() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
getContentEntityObject() - Method in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
getContentEntityObject() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
getContentEntityObject() - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
getContentEntityObject() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getContentEntityObject() - Method in class com.atlassian.confluence.pages.Comment
 
getContentEntityObject(Map) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractContentNotificationsListener
Deprecated.
 
getContentEntityObject(Map) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
Returns the content entity used for the render context.
getContentEntityObject(Map) - Method in class com.atlassian.confluence.mail.notification.listeners.BlogPostNotificationsListener
Deprecated.
 
getContentEntityObject(Map) - Method in class com.atlassian.confluence.mail.notification.listeners.CommentNotificationsListener
Deprecated.
 
getContentEntityObject(Map) - Method in class com.atlassian.confluence.user.notifications.UserSignUpNotificationsListener
Deprecated.
 
getContentEntityType() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getContentFactory() - Method in interface com.atlassian.confluence.content.apisupport.CustomContentApiSupportParams
 
getContentFactory() - Method in class com.atlassian.confluence.content.apisupport.CustomContentApiSupportParamsImpl
 
getContentForAllLabels(int, int, Label...) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getContentForAllLabels(int, int, Label...) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getContentForAllLabels(int, int, Label...) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve current ContentEntityObjects which are labelled with ALL provided labels.
getContentForAllLabels(String, int, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getContentForAllLabels(String, int, int, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns CEOs having all of the labels supplied in the string.
getContentForAllLabels(String, int, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getContentForAllLabels(Collection<Label>, int, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getContentForAllLabels(Collection<Label>, int, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getContentForAllLabels(Collection<Label>, int, int) - Method in interface com.atlassian.confluence.labels.LabelManager
Deprecated.
getContentForLabel(int, int, Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getContentForLabel(int, int, Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getContentForLabel(int, int, Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve current ContentEntityObjects which are labelled with the provided label.
getContentForSaving() - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
Returns the content that has been submitted as part of a user's attempt to add new content or edit existing content.
getContentHistory(ContentId, int, int, String, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ContentVersionResource
Get list of content versions in version descending order.
getContentId() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
getContentId() - Method in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
getContentId() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getContentId() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContentEntityResourceIdentifier
 
getContentId() - Method in class com.atlassian.confluence.content.service.experimental.PreparedAbstractPage
 
getContentId() - Method in class com.atlassian.confluence.content.service.IdContentLocator
 
getContentId() - Method in class com.atlassian.confluence.core.ContentEntityObject
Returns the ContentId for this entity object, if it implements ContentConvertible.
getContentId() - Method in class com.atlassian.confluence.core.ContributionStatus
 
getContentId() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
 
getContentId() - Method in class com.atlassian.confluence.event.events.like.AsyncLikeEvent
 
getContentId() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getContentId() - Method in class com.atlassian.confluence.impl.contributors.VersionContributorSummary
 
getContentId() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.ContentJournalMessage
 
getContentId() - Method in class com.atlassian.confluence.internal.content.collab.OwningContent
 
getContentId() - Method in class com.atlassian.confluence.like.Like
 
getContentId() - Method in class com.atlassian.confluence.links.OutgoingLinkMeta
 
getContentId() - Method in class com.atlassian.confluence.macro.count.MacroCountEvent
 
getContentId() - Method in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
getContentId() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
getContentId() - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
getContentId() - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
getContentId() - Method in class com.atlassian.confluence.pages.Attachment
 
getContentId() - Method in class com.atlassian.confluence.pages.BlogPost
Returns the ContentId for this Blog post.
getContentId() - Method in class com.atlassian.confluence.pages.Comment
Returns the ContentId for this Comment.
getContentId() - Method in interface com.atlassian.confluence.pages.ContentConvertible
 
getContentId() - Method in class com.atlassian.confluence.pages.Draft
Returns the ContentId for this Draft.
getContentId() - Method in class com.atlassian.confluence.pages.Page
Returns the ContentId for this Page.
getContentId() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getContentId() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Return the context's Content id.
getContentId() - Method in class com.atlassian.confluence.plugins.like.notifications.batch.LikeContext
 
getContentId() - Method in interface com.atlassian.confluence.plugins.like.notifications.LikePayload
 
getContentId() - Method in class com.atlassian.confluence.plugins.like.notifications.SimpleLikePayload
 
getContentId() - Method in class com.atlassian.confluence.plugins.like.rest.entities.LikeEntity
 
getContentId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao.SimpleContentPermissionSet
 
getContentId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.ContentToSidMapId
 
getContentId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentChangeLog
 
getContentId() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getContentId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
getContentId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderByIdRequest
 
getContentId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderRequest
 
getContentId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PreviewMacroRequest
 
getContentId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.UnmarshalMacroRequest
 
getContentId() - Method in class com.atlassian.synchrony.Events
 
getContentId() - Method in class com.atlassian.synchrony.Snapshots
 
getContentId(Reference<Content>) - Static method in class com.atlassian.confluence.api.model.content.Content
Deprecated.
since 5.10. Use Content.getSelector().
getContentId(ContentEntityObject) - Static method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
 
getContentIds() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
getContentIds() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyLockEvent
 
getContentIds() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyUnlockEvent
 
getContentIds() - Method in class com.atlassian.confluence.plugins.like.rest.resources.LikeRequestDto
 
getContentIdsWithPermissionSet(String) - Method in interface com.atlassian.confluence.security.persistence.dao.ContentPermissionSetDao
Gets the list of id of content which belongs to the specified space and has the permission set configured.
getContentIdsWithPermissionSet(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
getContentIndexName() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getContentIndexSize() - Method in class com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
 
getContentInSpaceForAllLabels(int, int, String, Label...) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getContentInSpaceForAllLabels(int, int, String, Label...) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getContentInSpaceForAllLabels(int, int, String, Label...) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve current ContentEntityObjects in the given space which are labelled with ALL provided labels.
getContentInSpaceForLabel(int, int, String, Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getContentInSpaceForLabel(int, int, String, Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getContentInSpaceForLabel(int, int, String, Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve current ContentEntityObjects in the given space which are labelled with the provided label.
getContentInSpacesForAllLabels(int, int, Set<String>, Label...) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getContentInSpacesForAllLabels(int, int, Set<String>, Label...) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getContentInSpacesForAllLabels(int, int, Set<String>, Label...) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels.
getContentInSpacesForAllLabels(String, int, int, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getContentInSpacesForAllLabels(String, int, int, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns CEOs in the given spaces having all of the labels supplied in the string.
getContentInSpacesForAllLabels(String, int, int, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getContentInstance() - Static method in class com.atlassian.confluence.internal.search.tasks.NoOpIndexTask
 
getContentLabels() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getContentLabels() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getContentLabels(ContentEntityObject, int) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getContentLength() - Method in interface com.atlassian.confluence.core.AttachmentResource
Deprecated.
since 5.10. Use Resource.contentLength() instead.
getContentLength() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
getContentLength() - Method in class com.atlassian.confluence.core.UploadedResource
 
getContentLength() - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceReader
 
getContentLength() - Method in interface com.atlassian.confluence.importexport.resource.DownloadResourceReader
 
getContentLength() - Method in class com.atlassian.confluence.importexport.resource.FileDownloadResourceReader
 
getContentLength() - Method in class com.atlassian.confluence.importexport.resource.GenericDownloadResourceReader
 
getContentLength() - Method in class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceReader
 
getContentLength() - Method in class com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceReader
 
getContentLength() - Method in class com.atlassian.confluence.web.rangerequest.RangeRequest
 
getContentListAsString() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
creates a comma separated String based on the configured list of content types
getContentLocator(long) - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
getContentLocator(long) - Method in interface com.atlassian.confluence.content.service.RenderingService
Creates and returns a IdContentLocator that can locate a ConfluenceEntityObject by an id.
getContentManagementIncrementalSyncCleaner() - Method in class com.atlassian.confluence.functest.rest.admin.IncSyncHelper
 
getContentMigrationExceptions() - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
getContentName() - Method in class com.atlassian.confluence.user.notifications.AddWatchLink
 
getContentNameMatches() - Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
Each sub-list within the returned list will have results of the same 'category'.
getContentNavContext() - Static method in class com.atlassian.confluence.impl.util.DecoratorUtil
Methods returns page/blogpost context, saved into request for deferred (sitemesh) content nav execution.
getContentObject() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getContentOption() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getContentParentRef() - Method in class com.atlassian.confluence.api.model.content.History
 
getContentPermission() - Method in class com.atlassian.confluence.event.events.security.ContentPermissionEvent
 
getContentPermission(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated.
since 2.6 - use getContentPermissionSet
getContentPermission(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getContentPermission(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getContentPermissionManager() - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
since 7.15 obtain ContentPermissionManager via injection
getContentPermissions() - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
getContentPermissions() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermissionSet
 
getContentPermissions(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getContentPermissions(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getContentPermissionsCopy() - Method in class com.atlassian.confluence.security.ContentPermissionSet
Deprecated.
getContentPermissionSet(long, String) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getContentPermissionSet(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
Note, this method does not return ContentPermissions inherited from the Content's ancestry.
getContentPermissionSet(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getContentPermissionSet(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getContentPermissionSet(String, long, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Get the content permission set of a certain type for a particular piece of content
getContentPermissionSet(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getContentPermissionSet(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getContentPermissionSet(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getContentPermissionSet(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getContentPermissionSetId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentChangeLog
 
getContentPermissionSetIdsForContentPermissionIds(Set<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao
Retrives data from content_perm_set table.
getContentPermissionSets(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getContentPermissionSets(ContentEntityObject, String) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Get the ContentPermissionSets that affect this ceo, both inherited and directly.
getContentPermissionSets(ContentEntityObject, String) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
getContentPermissionSets(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Get the content permission sets for a particular piece of content
getContentPermissionSets(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getContentPermissionSets(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getContentPermissionSets(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getContentPermissionSets(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getContentPermissionSets(Collection<Long>, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao
 
getContentPermissionSetsIncludingInherited(Collection<Long>) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
getContentPermissionSetsIncludingInherited(Collection<Long>) - Method in interface com.atlassian.confluence.internal.ContentPermissionManagerInternal
Return inherited permission for particular content.
getContentPermissionUpdateLag() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
Returns the time difference between updating regular content permissions and denormalised content permissions
getContentPermissionUpdateLag() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
Returns the time difference between updating regular content permissions and denormalised content permissions
getContentPermSetId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao.SimpleContentPermissionSet
 
getContentPluginKey() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getContentPropertiesString(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getContentPropertiesString(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Get the string value of a ContentProperty associated with a content entity given its id and the property name
getContentPropertiesString(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getContentPropertiesStringForSpace(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getContentPropertiesStringForSpace(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Get the string value of a ContentProperty associated with the SpaceDescription of the space
getContentPropertiesStringForSpace(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getContentProperty() - Method in class com.atlassian.confluence.plugin.module.SearchBodyProperty
 
getContentProperty(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getContentProperty(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Get the content property value for a content entity given its id and the property key
getContentProperty(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getContentPropertyKeys() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertyIndexSchema
Returns all content property keys which have an index schema associated with them.
getContentPropertyKeys(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getContentPropertyKeys(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Get the content property keys for a content entity given its id
getContentPropertyKeys(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getContentRef() - Method in class com.atlassian.confluence.api.model.content.ContentBody
 
getContentRef() - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
 
getContentRef() - Method in class com.atlassian.confluence.api.model.content.Version
 
getContents() - Method in class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
 
getContents() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTree
 
getContents() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityList
Returns the list of ContentEntity provided by this entity.
getContents() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserHistoryList
 
getContents() - Method in class com.atlassian.confluence.util.actions.AlphabeticalGroupingSupport
Deprecated.
Return all of the content
getContents() - Method in class com.atlassian.confluence.util.actions.AlphabeticalLabelGroupingSupport
Return all of the content
getContents(char) - Method in class com.atlassian.confluence.util.actions.AlphabeticalGroupingSupport
Deprecated.
 
getContents(String) - Method in class com.atlassian.confluence.util.actions.AlphabeticalGroupingSupport
Deprecated.
Return the content that begins with the specified string.
getContents(String) - Method in class com.atlassian.confluence.util.actions.AlphabeticalLabelGroupingSupport
Return the content that begins with the specified string.
getContentsAsStream() - Method in class com.atlassian.confluence.pages.Attachment
getContentsAsStream() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getContentsAsStream() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getContentsAsStream() - Method in interface com.atlassian.confluence.search.v2.SearchableAttachment
Return the contents of the attachment as an InputStream
getContentsAsStream(AttachmentManager) - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getContentService() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getContentServiceState(boolean) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
Get the state of denormalised content service.
getContentServiceState(boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
getContentsFound() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionSearchEvent
 
getContentsRemoved() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionEvent
 
getContentsRemoved() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionRemovalEvent
 
getContentStatus() - Method in class com.atlassian.confluence.core.ContentEntityObject
Get the hibernate field for content status, distinguishing only draft/deleted/current status.
getContentStatus() - Method in class com.atlassian.confluence.core.ContributionStatus
 
getContentStatus() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
 
getContentStatus() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getContentStatus() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
getContentStatus() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
getContentStatus() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.SimplePageContent
 
getContentStatus() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getContentStatuses() - Method in class com.atlassian.confluence.search.v2.query.ContentStatusQuery
 
getContentStatusList() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getContentStatusObject() - Method in class com.atlassian.confluence.core.ContentEntityObject
Get the api layer enum for content status, distinguishing CURRENT/HISTORICAL/DRAFT/TRASHED.
getContentStatusObject() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getContentStatusObject() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getContentStatusStringList(List<ContentStatus>) - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateObjectDao
 
getContentStringProperty(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getContentStringProperty(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Get the content property string value (in OS_PROPERTYENTRY) for a content entity given its id and property key
getContentStringProperty(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getContentSummary() - Method in class com.atlassian.confluence.pages.Draft
Deprecated.
getContentsWith(String) - Method in class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
 
getContentTemplate(ContentTemplateId, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.TemplateResource
Return the template identified by id.
getContentTemplateId() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getContentTemplates(String, int, int, String, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.TemplateResource
Returns all content templates of the space specified.
getContentToAttachLogoTo() - Method in class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
getContentToAttachLogoTo() - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
getContentToAttachLogoTo() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
getContentToBeExcluded() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getContentToBeExported() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getContentToSidMapId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentViewPermission
 
getContentTree() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
If multiple items are being converted in this 'context' then the complete tree of ContentNodes will be retrieved via this method.
getContentTree() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getContentTree() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getContentTree() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getContentTree(User, Space) - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
getContentTree(User, Space) - Method in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
Returns a tree of content including pages for a space.
getContentType() - Method in class com.atlassian.confluence.content.ContentTypeModuleDescriptor
Get content type.
getContentType() - Method in interface com.atlassian.confluence.core.AttachmentResource
 
getContentType() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
getContentType() - Method in class com.atlassian.confluence.core.InputStreamDataSource
 
getContentType() - Method in class com.atlassian.confluence.core.UploadedResource
 
getContentType() - Method in class com.atlassian.confluence.event.events.space.SpaceTrashContentEvent
 
getContentType() - Method in class com.atlassian.confluence.impl.retention.fast.rules.SimpleHistoricalVersion
 
getContentType() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion
 
getContentType() - Method in class com.atlassian.confluence.impl.retention.rules.HistoricalVersion
 
getContentType() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getContentType() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawDataForContentTable
 
getContentType() - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceReader
 
getContentType() - Method in interface com.atlassian.confluence.importexport.resource.DownloadResourceReader
 
getContentType() - Method in class com.atlassian.confluence.importexport.resource.FileDownloadResourceReader
 
getContentType() - Method in class com.atlassian.confluence.importexport.resource.GenericDownloadResourceReader
 
getContentType() - Method in class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceReader
 
getContentType() - Method in class com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceReader
 
getContentType() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.ContentJournalMessage
 
getContentType() - Method in class com.atlassian.confluence.mail.embed.MimeBodyPartDataSource
 
getContentType() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
Returns the content type being created or edited.
getContentType() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getContentType() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
getContentType() - Method in class com.atlassian.confluence.pages.Attachment
Deprecated.
Since 5.7. Use Attachment.getMediaType() instead
getContentType() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getContentType() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getContentType() - Method in class com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
 
getContentType() - Method in class com.atlassian.confluence.plugin.module.SearchBodyProperty
 
getContentType() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
 
getContentType() - Method in class com.atlassian.confluence.plugins.like.notifications.batch.LikeContext
 
getContentType() - Method in interface com.atlassian.confluence.plugins.like.notifications.LikePayload
 
getContentType() - Method in class com.atlassian.confluence.plugins.like.notifications.SimpleLikePayload
 
getContentType() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getContentType() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
MIME type for the attached file, as reported by the browser when uploaded.
getContentType() - Method in class com.atlassian.confluence.renderer.embedded.EmbeddedObject
 
getContentType() - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestListDeserializer
 
getContentType() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
getContentType() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getContentType() - Method in interface com.atlassian.confluence.search.v2.SearchableAttachment
Gets the MIME content-type of this attachment.
getContentType() - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
getContentType() - Method in class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
getContentType() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
getContentType() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
Returns the type of the response content.
getContentType(ContentEntityObject) - Static method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
 
getContentType(String) - Method in interface com.atlassian.confluence.content.ContentTypeManager
Get the Content Type plugin module for the given module key, or the default "uninstalled" content type if no matching plugin can be found.
getContentType(String) - Method in class com.atlassian.confluence.impl.content.DefaultContentTypeManager
 
getContentType(String) - Method in class com.atlassian.confluence.servlet.ConfluenceContentTypeResolver
 
getContentTypeDescriptors() - Method in interface com.atlassian.confluence.search.plugin.SiteSearchPluginModule
 
getContentTypeFilters() - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery
 
getContentTypeI18NKey(Content) - Method in class com.atlassian.confluence.content.ui.AttachmentApiContentUiSupport
 
getContentTypeI18NKey(Content) - Method in class com.atlassian.confluence.content.ui.DefaultApiContentUiSupport
 
getContentTypeI18NKey(ContentEntityObject) - Method in class com.atlassian.confluence.content.ui.DefaultContentUiSupport
 
getContentTypeI18NKey(Attachment) - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport
 
getContentTypeI18NKey(Page) - Method in class com.atlassian.confluence.content.ui.PageUiSupport
 
getContentTypeI18NKey(SearchResult) - Method in interface com.atlassian.confluence.content.ui.ApiContentUiSupport
Get the I18N key for the content that is being referred to by this search result
getContentTypeI18NKey(SearchResult) - Method in class com.atlassian.confluence.content.ui.AttachmentApiContentUiSupport
 
getContentTypeI18NKey(SearchResult) - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport
 
getContentTypeI18NKey(SearchResult) - Method in interface com.atlassian.confluence.content.ui.ContentUiSupport
Get the I18N key for the content that is being referred to by this search result
getContentTypeI18NKey(SearchResult) - Method in class com.atlassian.confluence.content.ui.DefaultApiContentUiSupport
 
getContentTypeI18NKey(SearchResult) - Method in class com.atlassian.confluence.content.ui.DefaultContentUiSupport
 
getContentTypeI18NKey(SearchResult) - Method in class com.atlassian.confluence.content.ui.PageUiSupport
 
getContentTypeI18NKey(SearchResult) - Method in class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
getContentTypeI18NKey(SearchResult) - Method in class com.atlassian.confluence.content.ui.SimpleUiSupport
 
getContentTypeI18NKey(T) - Method in interface com.atlassian.confluence.content.ui.ApiContentUiSupport
Get the I18N key for the name of the given content.
getContentTypeI18NKey(T) - Method in interface com.atlassian.confluence.content.ui.ContentUiSupport
Get the I18N key for the name of the given content.
getContentTypeI18NKey(T) - Method in class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
getContentTypeI18NKey(T) - Method in class com.atlassian.confluence.content.ui.SimpleUiSupport
 
GetContentTypeI18nKeyFunction - Class in com.atlassian.confluence.plugins.soy
Implements the ContentUiSupport helper method
GetContentTypeI18nKeyFunction(ContentUiSupport<ContentEntityObject>) - Constructor for class com.atlassian.confluence.plugins.soy.GetContentTypeI18nKeyFunction
 
getContentTypeObject() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getContentTypeObject() - Method in class com.atlassian.confluence.pages.Attachment
 
getContentTypeObject() - Method in class com.atlassian.confluence.pages.BlogPost
 
getContentTypeObject() - Method in class com.atlassian.confluence.pages.Comment
 
getContentTypeObject() - Method in interface com.atlassian.confluence.pages.ContentConvertible
 
getContentTypeObject() - Method in class com.atlassian.confluence.pages.Page
 
getContentTypeObject() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getContentTypes() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
getContentTypes() - Method in class com.atlassian.confluence.api.model.locator.ContentLocator
 
getContentTypes() - Method in class com.atlassian.confluence.api.model.watch.SpaceWatch
 
getContentTypes() - Method in class com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator
Deprecated.
 
getContentTypes() - Method in enum class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryScope
 
getContentTypes() - Method in class com.atlassian.confluence.search.service.RecentUpdateQueryParameters
 
getContentTypes() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getContentTypes() - Method in class com.atlassian.confluence.search.v2.query.ContainingContentTypeQuery
Get the content types being searched for, as strings.
getContentTypes() - Method in class com.atlassian.confluence.search.v2.query.ContentTypeQuery
Get the content types being searched for, as strings.
getContentTypesDisplayMapper() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getContentUiSupport() - Method in interface com.atlassian.confluence.content.ContentType
 
getContentUiSupport() - Method in class com.atlassian.confluence.content.custom.CustomContentTypeWrapper
 
getContentUiSupport() - Method in class com.atlassian.confluence.content.TestContentType
 
getContentUiSupport() - Method in class com.atlassian.confluence.content.UninstalledContentType
 
getContentUiSupport() - Method in class com.atlassian.confluence.plugins.contentproperty.JsonContentPropertyType
 
getContentUriBuilder() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
getContentVersion() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getContentVersion() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getContentVersion() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Returns the version of the content if available, or null if there's no version for this result.
getContentVersion(ContentId, int, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ContentVersionResource
Get a version of the content with option to expand on content and its sub fields, by default it expands content on version.
getContentWatch() - Method in class com.atlassian.confluence.api.testsupport.model.watch.ContentWatchWithName
 
getContentWatches(long) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.ContentWatchesResource
 
getContext() - Method in class com.atlassian.bandana.impl.PersisterKey
Deprecated.
 
getContext() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
 
getContext() - Method in class com.atlassian.confluence.content.render.xhtml.BatchedRenderRequest
 
getContext() - Method in interface com.atlassian.confluence.content.service.page.CreateContextProvider
 
getContext() - Method in class com.atlassian.confluence.content.service.page.StringParsingContextProvider
 
getContext() - Static method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
getContext() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkAction.Result
 
getContext() - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.ContentNavigationContext
 
getContext() - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
 
getContext() - Method in class com.atlassian.confluence.importexport.Exporter
Deprecated.
 
getContext() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaConfigMap
 
getContext() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
getContext() - Static method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
getContext() - Static method in class com.atlassian.confluence.struts.compat.ServletActionContext
Deprecated.
 
getContext() - Static method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getContext() - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
getContext() - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Returns an immutable copy of the underlying logging context map.
getContextKey() - Method in class com.atlassian.confluence.impl.journal.JournalBandanaContext
 
getContextKey() - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
 
getContextKey() - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
getContextKey() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
getContextKey() - Method in class com.atlassian.confluence.plugin.descriptor.VelocityContextItemModuleDescriptor
 
getContextKey() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
getContextKey() - Method in interface com.atlassian.confluence.setup.bandana.KeyedBandanaContext
A string representation of this context.
getContextMap() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostCreateEvent
 
getContextMap() - Method in class com.atlassian.confluence.event.events.content.page.PageCreateEvent
 
getContextMap() - Method in class com.atlassian.confluence.impl.velocity.BeanContextItemProvider
 
getContextMap() - Method in class com.atlassian.confluence.setup.velocity.ClusterContextItemProvider
 
getContextMap() - Method in class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider
 
getContextMap() - Method in class com.atlassian.confluence.setup.velocity.ContextItemProviderChain
 
getContextMap() - Method in class com.atlassian.confluence.setup.velocity.DynamicContextItemProvider
 
getContextMap() - Method in class com.atlassian.confluence.setup.velocity.PluginContextItemProvider
 
getContextMap() - Method in interface com.atlassian.confluence.setup.velocity.VelocityContextItemProvider
 
getContextMap() - Method in class com.atlassian.confluence.setup.velocity.WebResourceContextItemProvider
 
getContextMap() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getContextMap(Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyContextProvider
 
getContextMap(Map<String, Object>) - Method in class com.atlassian.confluence.pages.attachments.AttachmentCountContextProvider
 
getContextMap(Map<String, Object>) - Method in class com.atlassian.confluence.pages.DateFormattersContextProvider
 
getContextMap(Map<String, Object>) - Method in class com.atlassian.confluence.pages.ListPagesContextProvider
 
getContextMap(Map<String, Object>) - Method in class com.atlassian.confluence.plugins.easyuser.EasyUserContextProvider
 
getContextMap(Map<String, Object>) - Method in class com.atlassian.confluence.plugins.easyuser.SignupContextProvider
 
getContextMap(Map<String, Object>) - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider
 
getContextMap(Map<String, Object>) - Method in class com.atlassian.confluence.plugins.templates.ListGlobalTemplatesContextProvider
 
getContextMap(Map<String, Object>) - Method in class com.atlassian.confluence.tinymceplugin.web.CaptchaContextProvider
 
getContextMap(Map<String, Object>) - Method in class com.atlassian.confluence.tinymceplugin.web.EditorSettingsContextProvider
 
getContextName() - Method in enum class com.atlassian.confluence.user.UserVerificationTokenType
 
getContextPath() - Method in interface com.atlassian.confluence.core.ContextPathHolder
 
getContextPath() - Method in class com.atlassian.confluence.core.DefaultContextPathHolder
getContextPath() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
getContextPath() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.BaseNav
 
getContextPath() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RelevantViewRestrictionsNavImpl
 
getContextPath() - Method in class com.atlassian.confluence.util.ConfluenceMockServletRequest
 
getContextPath() - Static method in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
getContextPathHolder() - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
getContextProvider() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getContexts() - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies
 
getContexts() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getContextType() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.WikiToXhtmlConversionData
 
getContextVariable(String) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Free-form storage so persisters can maintain state during an import (for example, the BucketPropertySet persister needs to maintain a counter to help it fix broken property IDs).
getContributionStatusByUser(Collection<ContentId>, UserKey) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Identifies the most recent contributions made to a set of content by the given user.
getContributionStatusByUser(Collection<ContentId>, UserKey) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getContributionStatusByUser(Collection<ContentId>, UserKey) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Identifies the most recent contributions made to a Collection of content by the given user.
getContributionStatusByUser(Collection<ContentId>, UserKey) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getContributor() - Method in class com.atlassian.confluence.impl.contributors.VersionContributorSummary
 
getContributor() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.CriteriaParameters
Deprecated.
 
getContributor() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getContributor() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getContributorCount() - Method in class com.atlassian.confluence.event.events.analytics.SharedDraftPublishedEvent
 
getContributors() - Method in class com.atlassian.confluence.api.model.content.History
 
getContributors() - Method in class com.atlassian.confluence.core.VersionHistorySummary
Deprecated.
getContributorSet() - Method in class com.atlassian.confluence.core.VersionHistorySummary
 
getContributorUsername() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.CriteriaParameters
Deprecated.
 
getContributorUsername() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getControl() - Method in class com.atlassian.confluence.util.i18n.ClasspathI18NResource
 
getControl() - Method in class com.atlassian.confluence.util.i18n.HelpPathsI18NResource
 
getControl() - Method in class com.atlassian.confluence.util.i18n.ResourceBundleI18NResource
 
getConversionContext() - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
getConversionContext(NotificationData) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractContentNotificationsListener
Deprecated.
 
getConversionContext(NotificationData) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
getConversionErrors() - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
getConversionErrors() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getConverter() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
 
getCookieValue(String) - Static method in class com.atlassian.confluence.web.Cookies
 
getCookieValue(HttpServletRequest, String) - Static method in class com.atlassian.confluence.web.Cookies
 
getCopier(AttachmentManagerInternal) - Method in interface com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
Retrieves a AttachmentDao.AttachmentCopier that will allow the attachments from one data store to be copied across to another.
getCopier(AttachmentManagerInternal) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getCopier(AttachmentManagerInternal) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getCopier(AttachmentManagerInternal) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getCopier(AttachmentDao) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getCopier(AttachmentDao) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Get a copier object to copy attachments between data stores
getCopier(AttachmentDao) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getCopyrightUntil() - Method in class com.atlassian.confluence.about.AboutPageAction
Deprecated.
since 6.9.0 Use AboutPageAction.getBuildYear() instead
getCorePoolSize() - Method in class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
 
getCorrelationId() - Method in class com.atlassian.confluence.impl.profiling.TimedAnalyticsImpl.TimedAnalyticsEvent
ID to correlate analytic events from the same JVM process
getCount() - Method in class com.atlassian.confluence.core.PartialList
 
getCount() - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
getCount() - Method in class com.atlassian.confluence.internal.index.lucene.AbstractDocumentCollector
 
getCount() - Method in interface com.atlassian.confluence.labels.dto.CountableLabel
 
getCount() - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
getCount() - Method in class com.atlassian.confluence.labels.persistence.dao.LabelSearchResult
 
getCount() - Method in class com.atlassian.confluence.legacyapi.model.PartialList
Deprecated.
 
getCount() - Method in class com.atlassian.confluence.license.rest.model.UserCountResourceModel
 
getCount() - Method in class com.atlassian.confluence.macro.count.MacroCount
 
getCount() - Method in class com.atlassian.confluence.macro.count.MacroCountEvent
 
getCount() - Method in class com.atlassian.confluence.mail.reports.CommentReport
 
getCount() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.CountItem
 
getCount() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
getCount() - Method in class com.atlassian.confluence.util.DefaultProgress
 
getCount() - Method in class com.atlassian.confluence.util.EstimatedProgressMeter
 
getCount() - Method in interface com.atlassian.confluence.util.Progress
 
getCounter() - Method in interface com.atlassian.confluence.plugin.webresource.Counter
Get the resource counter
getCounter() - Method in class com.atlassian.confluence.plugin.webresource.DefaultCounter
 
getCountOfLatestSearchables() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateSearchableDao
 
getCountOfLatestSearchables() - Method in interface com.atlassian.confluence.core.persistence.SearchableDao
Finds the count of all latest searchables.
getCountOfLatestSearchables(Class<? extends Searchable>) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateSearchableDao
 
getCountOfLatestSearchables(Class<? extends Searchable>) - Method in interface com.atlassian.confluence.core.persistence.SearchableDao
Finds the count of the latest searchables that implement the specified hibernate entity class.
getCountOfLatestSearchables(String) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateSearchableDao
 
getCountOfLatestSearchables(String) - Method in interface com.atlassian.confluence.core.persistence.SearchableDao
 
getCountOfLatestSearchables(String, Class<? extends Searchable>) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateSearchableDao
 
getCountOfLatestSearchables(String, Class<? extends Searchable>) - Method in interface com.atlassian.confluence.core.persistence.SearchableDao
 
getCountOfLatestXhtmlContent() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
This is for internal use only, Do not rely on it as a public API.
getCountOfLatestXhtmlContent() - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getCountOfLatestXhtmlContent(long) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getCountOfLatestXhtmlContent(long) - Method in interface com.atlassian.confluence.pages.PageManager
Count the number of AbstractPages that have an ID lower than the specified ID, excluding older versions.
getCountOfLatestXhtmlContent(long) - Method in interface com.atlassian.confluence.pages.persistence.dao.AbstractPageDao
Count the number of AbstractPages that have an ID lower than the specified ID, excluding older versions.
getCountOfLatestXhtmlContent(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
getCountOfXhtmlContent() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
This is for internal use only, Do not rely on it as a public API.
getCountOfXhtmlContent() - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getCountOfXhtmlSpaceDescriptions() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
This is for internal use only, Do not rely on it as a public API.
getCountOfXhtmlSpaceDescriptions() - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getCountOnEachPage() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getCountResult(List<Number>) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Deprecated.
since 7.0.1. Use DataAccessUtils.intResult(Collection) instead.
getCountry() - Method in class com.atlassian.confluence.languages.Language
 
getCountry() - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
getCounts() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getCoverPeriod() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
getCpsId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao.SimpleContentPermission
 
getCpuMaxTime(TimeUnit) - Method in interface com.atlassian.confluence.util.profiling.TimerSnapshot
 
getCpuMinTime(TimeUnit) - Method in interface com.atlassian.confluence.util.profiling.TimerSnapshot
 
getCpuTotalTime(TimeUnit) - Method in interface com.atlassian.confluence.util.profiling.TimerSnapshot
 
getCqlQuery() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
getCreated() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
getCreated() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
getCreated() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
 
getCreated() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
getCreatedAbstractPage() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getCreatedAbstractPage() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
getCreatedAbstractPage() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
getCreatedAt() - Method in class com.atlassian.confluence.api.model.content.History
Get the original publish time of the first published non-draft version of the content.
getCreatedBlogPost() - Method in interface com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommand
 
getCreatedBlogPost() - Method in class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
 
getCreatedBy() - Method in class com.atlassian.confluence.api.model.content.History
Get the original creator of the first published non-draft version of the content.
getCreatedBy() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getCreatedBy() - Method in class com.atlassian.confluence.legacyapi.model.content.HistorySummary
Deprecated.
 
getCreatedByBuildNumber() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
getCreatedByBuildNumber() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
Get the CreatedByBuildNumber specified in the exportDescriptor properties file.
getCreatedByBuildNumberOfImport() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
getCreatedContent() - Method in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
getCreatedDate() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
getCreatedDate() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
getCreatedDate() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
getCreatedDate() - Method in class com.atlassian.confluence.legacyapi.model.content.HistorySummary
Deprecated.
 
getCreatedDate() - Method in class com.atlassian.confluence.like.Like
 
getCreatedDate() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Date this attachment was created.
getCreatedDate() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getCreatedDate() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getCreatedDate() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getCreatedDate() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getCreateDeleteTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
getCreateDeleteTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentDdlHelper
 
getCreateDeleteTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionDdlHelper
 
getCreateDeleteTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionSetDdlHelper
 
getCreateDeleteTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpaceDdlHelper
 
getCreateDeleteTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpacePermissionDdlHelper
 
getCreatedPage() - Method in interface com.atlassian.confluence.content.service.page.CreatePageCommand
 
getCreatedPage() - Method in class com.atlassian.confluence.content.service.page.CreatePageCommandImpl
 
getCreatedTime() - Method in class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
getCreateEdge(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeFactory
 
getCreateEdge(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeFactory
Creates a new instance of an edge which indicates new content creation.
getCreateEmptyTriggerFunctionDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
getCreateEvent() - Method in class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
 
getCreateEvent() - Method in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
getCreateEvent() - Method in class com.atlassian.confluence.content.service.page.CreatePageCommandImpl
 
getCreateFunction(boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
getCreateInsertTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
getCreateInsertTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentDdlHelper
 
getCreateInsertTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionDdlHelper
 
getCreateInsertTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionSetDdlHelper
 
getCreateInsertTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpaceDdlHelper
 
getCreateInsertTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpacePermissionDdlHelper
 
getCreateTime() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getCreateTime() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getCreateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
getCreateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentDdlHelper
 
getCreateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionDdlHelper
 
getCreateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionSetDdlHelper
 
getCreateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerSpaceDdlHelper
 
getCreateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerSpacePermissionDdlHelper
 
getCreateTriggerDdl(TriggerEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
getCreateTriggerFunctionDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
getCreateTriggerFunctionDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentDdlHelper
 
getCreateTriggerFunctionDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionDdlHelper
 
getCreateTriggerFunctionDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionSetDdlHelper
 
getCreateTriggerFunctionDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpaceDdlHelper
 
getCreateTriggerFunctionDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpacePermissionDdlHelper
 
getCreateTriggerScripts() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
getCreateTriggerScripts() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionSetDdlHelper
 
getCreateTriggerScripts() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
getCreateTriggerScripts() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionSetDdlHelper
 
getCreateUpdateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
getCreateUpdateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentDdlHelper
 
getCreateUpdateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionDdlHelper
 
getCreateUpdateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionSetDdlHelper
 
getCreateUpdateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpaceDdlHelper
 
getCreateUpdateTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpacePermissionDdlHelper
 
getCreationDate() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
getCreationDate() - Method in class com.atlassian.confluence.api.model.content.Space
 
getCreationDate() - Method in class com.atlassian.confluence.api.model.journal.JournalEntry
 
getCreationDate() - Method in class com.atlassian.confluence.core.AnnotatedEntityObject
 
getCreationDate() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getCreationDate() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getCreationDate() - Method in class com.atlassian.confluence.impl.journal.JournalEntry
 
getCreationDate() - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel
 
getCreationDate() - Method in class com.atlassian.confluence.like.LikeEntity
 
getCreationDate() - Method in class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
 
getCreationDate() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getCreationDate() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getCreationDate() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
getCreationDate() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getCreationDate() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getCreationDate() - Method in interface com.atlassian.confluence.search.v2.SearchResult
 
getCreationDate() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
getCreationDate() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.SimplePageContent
 
getCreationDate() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getCreationDate() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getCreationDate() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getCreationTime() - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
getCreationTime() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getCreationTime() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getCreator() - Method in class com.atlassian.confluence.api.model.content.Space
 
getCreator() - Method in class com.atlassian.confluence.core.ConfluenceEntityObject
 
getCreator() - Method in class com.atlassian.confluence.core.ContentPermissionSummary
 
getCreator() - Method in class com.atlassian.confluence.links.AbstractLink
 
getCreator() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getCreator() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getCreator() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getCreator() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
getCreator() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
getCreator() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
 
getCreator() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
getCreator() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
Deprecated.
getCreator() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
Deprecated.
getCreator() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Deprecated.
since 5.2. Use SearchResult.getCreatorUser() instead
getCreator() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getCreator() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getCreatorName() - Method in class com.atlassian.confluence.core.ConfluenceEntityObject
Deprecated.
Since 5.2. See instead. If you need a username you would retrieve it by id from the UserAccessor.
getCreatorName() - Method in class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
 
getCreatorName() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getCreatorName() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getCreatorName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
Deprecated.
 
getCreatorName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
getCreatorName() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getCreatorName() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getCreatorUser() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
Returns the creator of this result.
getCreatorUser() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getCreatorUser() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getCreatorUser() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets the person who created the entity represented by the search result.
getCredential(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
getCredential(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
getCredentialHistory(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
getCredentialHistory(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
getCredentials() - Method in class com.atlassian.confluence.mail.auth.ConfluenceOAuth2AuthenticationContext
 
getCronExpression() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
getCronExpression() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction
 
getCronExpression(JobId) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
getCronExpression(JobId) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
getCronExpression(JobId) - Method in interface com.atlassian.confluence.schedule.managers.ScheduledJobManager
Gets the currently configured cron expression, or the default value if none has been configured.
getCronExpression(JobId) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
getCronSchedule() - Method in class com.atlassian.confluence.schedule.ScheduledJobConfiguration
 
getCronTimeZone() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
getCrowdService() - Static method in class com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator
 
getCrowdUser() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
getCrowdUserCount() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent
 
getCssClass() - Method in class com.atlassian.confluence.accessmode.actions.ReadOnlyAccessAction
 
getCssClass() - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
getCssClass() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.DefaultEdgeUiSupport
 
getCssClass() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeType.EdgeUiSupport
 
getCssClass() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.CountItem
 
getCssClass() - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
getCssClass() - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
getCssClass() - Method in interface com.atlassian.confluence.util.breadcrumbs.Breadcrumb
CSS class to apply to the breadcrumb
getCssClass() - Method in class com.atlassian.confluence.util.message.DefaultMessage
 
getCssClass() - Method in interface com.atlassian.confluence.util.message.Message
Gets the name of the CSS class associated with this message.
getCssClass(MacroDefinition) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
 
getCssClass(MacroDefinition) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodyMacroMarshaller
 
getCssClasses() - Method in class com.atlassian.confluence.content.render.xhtml.model.time.Time
 
getCssResources() - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Delegates to getCssResources(null)
getCssResources() - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getCssResources(String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Returns the HTML output of WebResourceManager.includeResources(Writer, UrlMode, WebResourceFilter), which includes references to all the delayed CSS resources requested by WebResourceManager.requireResource(String).
getCssResources(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getCumulativeExecutionTimeNanos() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetrics
 
getCumulativeStreamingTimeNanos() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetrics
 
getCurrent() - Method in class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
 
getCurrent() - Method in interface com.atlassian.confluence.plugins.lookandfeel.SiteLogoManager
 
getCurrent(String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalUserResource
Get information about the current logged in user.
getCurrent(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserResource
 
getCurrentApplication() - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
Return the public and private keys for the currently running instance
getCurrentApplication() - Method in class com.atlassian.confluence.security.trust.seraph.SeraphTrustedApplicationIntegration
 
getCurrentApplication() - Method in interface com.atlassian.confluence.security.trust.TrustedApplicationsManager
 
getCurrentApplicationId() - Method in interface com.atlassian.confluence.security.trust.CurrentApplicationIdProvider
Get the current application ID.
getCurrentApplicationId() - Method in class com.atlassian.confluence.security.trust.DefaultCurrentApplicationIdProvider
 
getCurrentAttachmentsCount() - Method in class com.atlassian.confluence.pages.AttachmentStatisticsDTO
 
getCurrentAttachmentsFileSize() - Method in class com.atlassian.confluence.pages.AttachmentStatisticsDTO
 
getCurrentBlogPostIds() - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Return a list of ids for all current blog posts.
getCurrentBlogPostIds() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getCurrentBlogsCount() - Method in class com.atlassian.confluence.pages.BlogPostStatisticsDTO
 
getCurrentCatalog() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaInformationService
 
getCurrentCatalog() - Method in class com.atlassian.confluence.core.persistence.schema.hibernate.HibernateSchemaInformationService
 
getCurrentContent() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getCurrentContent() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfoDTO
 
getCurrentContentForLabel(Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getCurrentContentForLabel(Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getCurrentContentForLabel(Label) - Method in interface com.atlassian.confluence.labels.LabelManager
getCurrentContentForLabelAndSpace(Label, String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getCurrentContentForLabelAndSpace(Label, String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getCurrentContentForLabelAndSpace(Label, String) - Method in interface com.atlassian.confluence.labels.LabelManager
getCurrentContentId() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyRecoveryEvent
 
getCurrentContentWithPersonalLabel(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getCurrentContentWithPersonalLabel(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getCurrentContentWithPersonalLabel(String) - Method in interface com.atlassian.confluence.labels.LabelManager
Get all current content labelled by a user
getCurrentCount() - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
getCurrentCycle() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
getCurrentDate() - Method in class com.atlassian.confluence.core.DateFormatter
 
getCurrentDate() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getCurrentDate() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getCurrentDate() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getCurrentDate() - Method in class com.atlassian.confluence.util.DefaultClock
 
getCurrentDateTime() - Method in class com.atlassian.confluence.core.DateFormatter
 
getCurrentDisplayStep() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
Gets the key of the current step for displaying in setup step bar UI.
getCurrentEditor() - Method in class com.atlassian.confluence.plugin.editor.DefaultEditorManager
 
getCurrentEditor() - Method in interface com.atlassian.confluence.plugin.editor.EditorManager
Returns the active editor.
getCurrentEditorVersion() - Method in class com.atlassian.confluence.plugin.editor.DefaultEditorManager
 
getCurrentEditorVersion() - Method in interface com.atlassian.confluence.plugin.editor.EditorManager
Returns the version of the plugin that contains the active editor.
getCurrentEditPermission() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getCurrentEventPosition() - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
Returns an integer which represents the position of the current event in the event stream.
getCurrentFailedLoginCount() - Method in interface com.atlassian.confluence.security.login.HistoricalLoginInfo
Return the number of failed login attempts for the user.
getCurrentFailedLoginCount() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
getCurrentHomePageTitle() - Method in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
getCurrentId() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEditedEvent
Deprecated.
 
getCurrentId() - Method in interface com.atlassian.confluence.event.events.content.page.async.types.ConfluenceEntityUpdated
 
getCurrentLabel() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
getCurrentLabel() - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
getCurrentMacroCallDepth() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
getCurrentMacroName() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
getCurrentMetricsAccumulator(ConversionContext) - Static method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAccumulatorStack
 
getCurrentMonth() - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
Get the next year/month in the form yyyy/MM
getCurrentNode() - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastClusterMonitoring
 
getCurrentNode() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterMonitoring
 
getCurrentNode() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
getCurrentNumberOfRequestsBeingServed() - Method in class com.atlassian.confluence.jmx.RequestMetrics
 
getCurrentPage() - Method in class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
getCurrentPage() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getCurrentPagesCount() - Method in class com.atlassian.confluence.pages.PageStatisticsDTO
 
getCurrentParentPageId() - Method in class com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
Deprecated.
 
getCurrentPassword() - Method in class com.atlassian.confluence.api.model.people.UserDetailsForUpdate
 
getCurrentPassword() - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
getCurrentRequest() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getCurrentResource() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
getCurrentResponse() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getCurrentSchema() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaInformationService
 
getCurrentSchema() - Method in class com.atlassian.confluence.core.persistence.schema.hibernate.HibernateSchemaInformationService
 
getCurrentSearch() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getCurrentSession() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getCurrentSetupStep() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getCurrentSetupStep() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
getCurrentSpace() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostMovedEvent
 
getCurrentSpaceKey() - Method in class com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
Deprecated.
 
getCurrentStatistic() - Static method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatisticThreadLocal
 
getCurrentStatus() - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
getCurrentStatus() - Method in interface com.atlassian.confluence.api.service.retention.SoftCleanupStatusService
 
getCurrentStatus() - Method in class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
Get the current SoftCleanupJobStatus object from the bandana value
getCurrentStatus() - Method in class com.atlassian.confluence.impl.retention.RestrictiveSoftCleanupStatusService
 
getCurrentStatus() - Method in class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
 
getCurrentStatus() - Method in interface com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatusManager
 
getCurrentStatus() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
getCurrentStep() - Method in class com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
 
getCurrentStep() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
 
getCurrentStep() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
Gets the key of the actual current step.
getCurrentTemplateName() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
getCurrentTenant() - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
Deprecated.
 
getCurrentTenant() - Method in class com.atlassian.testsupport.FakeTenantContext
 
getCurrentThemeDescriptor() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
getCurrentThemeKey() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
getCurrentThemeKey() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.ChooseThemeAction
 
getCurrentThemeKey() - Method in class com.atlassian.confluence.spaces.actions.ChooseThemeAction
 
getCurrentTime() - Static method in class com.atlassian.confluence.jmx.CurrentTimeFacade
 
getCurrentTime(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getCurrentTime(String) - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
getCurrentTimeMillis() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl.TimestampProvider
 
getCurrentTimer() - Method in class com.atlassian.confluence.util.test.timing.TestTimingListener
 
getCurrentUser() - Method in class com.atlassian.confluence.core.service.AbstractServiceCommand
Gets the user responsible for executing this command
getCurrentUser() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getCurrentUser() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
getCurrentUser() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
getCurrentUser(Expansion...) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
getCurrentUser(Expansion...) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
getCurrentUser(Expansion...) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Get the currently logged in user
getCurrentUserAgent() - Static method in class com.atlassian.confluence.util.UserAgentUtil
Retrieves the user agent for the current request.
getCurrentUserCompletionStage(Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
 
getCurrentUserCompletionStage(Expansion...) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
getCurrentVersion() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEditedEvent
Deprecated.
 
getCurrentVersion() - Method in interface com.atlassian.confluence.event.events.content.page.async.types.ConfluenceEntityUpdated
 
getCurrentVersion() - Method in class com.atlassian.confluence.upgrade.PluginExportCompatibility
 
getCurrentViewPermission() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getCurrentYearAsString() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, no replacement.
getCursor() - Method in interface com.atlassian.confluence.api.model.pagination.LimitedRequest
 
getCursor() - Method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
getCursor() - Method in interface com.atlassian.confluence.api.model.pagination.PageRequest
 
getCursor() - Method in class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
getCursor() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionId
 
getCursor() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPaginationEdge
 
getCursor() - Method in class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
getCursorString() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionId
 
getCursorType() - Method in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
getCursorType() - Method in interface com.atlassian.confluence.api.model.pagination.Cursor
 
getCursorType() - Method in class com.atlassian.confluence.api.model.pagination.SpaceCursor
 
getCursorType() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
 
getCursorType(ContentType) - Static method in enum class com.atlassian.confluence.api.model.pagination.CursorType
 
getCursorType(String) - Static method in enum class com.atlassian.confluence.api.model.pagination.CursorType
 
getCustomColourScheme() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
Fetch the custom colour scheme.
getCustomContactAdminMessage() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getCustomContactMessage() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getCustomContent() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getCustomContent() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getCustomContent() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getCustomContent(ContentEntityObject) - Static method in class com.atlassian.confluence.core.CustomContentAccessor
 
getCustomContentManager() - Method in interface com.atlassian.confluence.content.apisupport.CustomContentApiSupportParams
 
getCustomContentManager() - Method in class com.atlassian.confluence.content.apisupport.CustomContentApiSupportParamsImpl
 
getCustomContentType(String) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getCustomContentTypes() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getCustomDictionaryPath() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getCustomFooter(String) - Method in class com.atlassian.confluence.themes.PageHelper
 
getCustomGlobalDecorators() - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Returns all global custom decorators (does not retrieve space level decorators)
getCustomGlobalDecorators() - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
getCustomHeader(String) - Method in class com.atlassian.confluence.themes.PageHelper
 
getCustomHtmlSettings() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getCustomIndexPrefix() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getCustomMetrics() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetrics
 
getCustomMetrics() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getCustomMetrics() - Method in class com.atlassian.confluence.macro.count.MacroCountEvent
 
getCustomMetricsBuilder() - Method in enum class com.atlassian.confluence.macro.count.MacroCreateCustomMetricsDefinitions
 
getCustomPageSettingsManager() - Method in class com.atlassian.confluence.themes.PageHelper
 
getCustomPageUrl() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
getCustomPlaceholder(Map<String, String>, String, ConversionContext) - Method in interface com.atlassian.confluence.macro.CustomHtmlEditorPlaceholder
 
getCustomSpaceDecorators(String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Returns all custom decorators defined for a specific space only (does not retrieve global decorators)
getCustomSpaceDecorators(String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
getCyclesCompleted() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
getDailyBackupDateFormatPattern() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getDailyBackupFilePrefix() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getDailyReportNotificationForUser(User) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getDailyReportNotificationForUser(User) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getDailyReportNotifications() - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getDailyReportNotifications() - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getDarkFeatureManager() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getDarkFeatureManager() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getDarkFeatures() - Method in interface com.atlassian.confluence.setup.settings.DarkFeaturesManager
 
getDarkFeatures() - Method in class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
Returns the dark features for the current user.
getDarkFeatures() - Method in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
This is vacant (tenant-less) manager.
getDarkFeatures(ConfluenceUser) - Method in interface com.atlassian.confluence.setup.settings.DarkFeaturesManager
Deprecated, for removal: This API element is subject to removal in a future version.
getDarkFeatures(ConfluenceUser) - Method in class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
 
getDarkFeatures(ConfluenceUser) - Method in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
This is vacant (tenant-less) manager.
getDarkFeaturesAllUsers() - Method in interface com.atlassian.confluence.setup.settings.DarkFeaturesManager
 
getDarkFeaturesAllUsers() - Method in class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
Returns the dark features for all users.
getDarkFeaturesAllUsers() - Method in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
This is vacant (tenant-less) manager.
getDarkSiteLogoManager() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getDashboardMacroSupport(boolean) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
getDashboardSpacesSelectedTeam() - Method in class com.atlassian.confluence.user.UserInterfaceState
 
getDashboardSpacesTab() - Method in class com.atlassian.confluence.user.UserInterfaceState
 
getData() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataProvider
 
getData() - Method in class com.atlassian.confluence.macro.browser.DelegatingMacroMetadataProvider
 
getData() - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataProvider
Returns a collection of MacroMetadata for use in the Macro Browser.
getData() - Method in class com.atlassian.confluence.macro.browser.UserMacroMetadataProvider
 
getData() - Method in class com.atlassian.confluence.pages.AttachmentData
 
getData() - Method in class com.atlassian.confluence.plugin.persistence.PluginData
 
getData() - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLQueryResponse
Get the response data.
getData() - Method in class com.atlassian.confluence.rest.v2.api.model.RestError
The data returned here is a ValidationResult so that clients can process the i18n key and arguments.
getData() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
getData(ModuleCompleteKey, NodeIdentifier) - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastClusterMonitoring
 
getData(ModuleCompleteKey, NodeIdentifier) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterMonitoring
 
getData(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getData(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getDatabase() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
getDatabaseBuildNumber() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getDatabaseBuildNumber() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
getDatabaseDetail(String) - Method in interface com.atlassian.confluence.setup.BootstrapManagerInternal
Get Db configuration from config file if we are using db.first setup type
getDatabaseDetail(String) - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getDatabaseDialect() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getDatabaseDialect() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.AdvancedBulkPermissionService
Deprecated, for removal: This API element is subject to removal in a future version.
getDatabaseDialect() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.AdvancedBulkPermissionServiceImpl
getDatabasedLowercaseTestString() - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
getDatabaseDriverName() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getDatabaseDriverVersion() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getDatabasedTestString() - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
getDatabaseExampleLatency() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getDatabaseId(Class<?>, Object) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.idmapping.IdMapper
Returns the database id related to the xml id or null if the database id was not generated before.
getDatabaseId(Class<?>, Object) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.SiteRestoreIdMapper
 
getDatabaseId(Class<?>, Object) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.SpaceRestoreIdMapper
 
getDatabaseInfo() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getDatabaseInfo() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getDatabaseInfo() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfoFromDb
Deprecated.
 
getDatabaseInfo() - Method in class com.atlassian.confluence.status.service.SystemInformationHelper
Gets an ordered map of information about Confluence's database connection, including driver details and (if possible) latency.
getDatabaseInfo() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getDatabaseInformation() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaInformationService
 
getDatabaseInformation() - Method in class com.atlassian.confluence.core.persistence.schema.hibernate.HibernateSchemaInformationService
 
getDatabaseInformation(Connection, SessionFactory) - Static method in class com.atlassian.confluence.upgrade.upgradetask.DataAccessUtils
Get DatabaseInformation from Hibernate 5 to access database meta information
getDatabaseIsolationLevel() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getDatabaseMemberCount() - Method in class com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformMetadata
 
getDatabaseName() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getDatabaseName() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
getDatabases() - Method in class com.atlassian.confluence.setup.actions.DatabaseList
 
getDatabases() - Method in class com.atlassian.confluence.setup.actions.SetupDBChoiceAction
 
getDatabases() - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
getDatabases() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
getDatabaseStatistics() - Method in class com.atlassian.confluence.test.rpc.DbStatCollector
 
getDatabaseStatistics(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getDatabaseStatistics(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Return database statistics.
getDatabaseStatistics(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getDatabaseType() - Method in class com.atlassian.confluence.impl.activeobjects.ActiveObjectsDataSourceProvider
 
getDatabaseType() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
getDatabaseType() - Method in class com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformMetadata
 
getDatabaseType(String, int) - Static method in enum class com.atlassian.confluence.setup.DatabaseEnum
 
getDatabaseUrl() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getDatabaseUrl() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
getDatabaseUrl(ConfluenceDatabaseDetails) - Method in interface com.atlassian.confluence.setup.JDBCUrlBuilder
Constructs the database url.
getDatabaseUrl(ConfluenceDatabaseDetails) - Method in class com.atlassian.confluence.setup.MySQLJDBCUrlBuilder
 
getDatabaseUrl(ConfluenceDatabaseDetails) - Method in class com.atlassian.confluence.setup.OracleJDBCUrlBuilder
 
getDatabaseUrl(ConfluenceDatabaseDetails) - Method in class com.atlassian.confluence.setup.PostgreSQLJDBCUrlBuilder
 
getDatabaseUrl(ConfluenceDatabaseDetails) - Method in class com.atlassian.confluence.setup.SQLServerJDBCUrlBuilder
 
getDatabaseVersion() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getDatabaseVersion() - Method in class com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformMetadata
 
getDataDao() - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getDataDao() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
 
getDataDao() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getDataFetcherThunk(Type, Member, DataFetcher) - Method in class com.atlassian.confluence.plugins.graphql.extensions.DenyAnonymousExtension
 
getDataFetcherThunk(Type, Member, DataFetcher) - Method in class com.atlassian.confluence.plugins.graphql.extensions.LimitRequestSizeExtension
 
getDataForAttachment(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
Grabs the AttachmentData object for an Attachment
getDataForAttachment(Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
getDataForAttachment(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
getDataForAttachment(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
getDataForAttachment(Attachment, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
getDataForAttachment(Attachment, AttachmentDataStreamType) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Grabs the AttachmentData object for an Attachment
getDataForAttachment(Attachment, AttachmentDataStreamType) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
getDataForAttachment(Attachment, AttachmentDataStreamType) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
getDataForAttachment(Attachment, AttachmentDataStreamType, Optional<RangeRequest>) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
getDataForAttachment(Attachment, AttachmentDataStreamType, Optional<RangeRequest>) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Grabs the AttachmentData object for an Attachment
getDataForAttachment(Attachment, AttachmentDataStreamType, Optional<RangeRequest>) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
getDataForAttachment(Attachment, AttachmentDataStreamType, Optional<RangeRequest>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
getDataIdentifier() - Method in exception com.atlassian.confluence.pages.DuplicateDataRuntimeException
 
getDataProviders() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getDatasource(Attachment, boolean) - Method in interface com.atlassian.confluence.core.DataSourceFactory
 
getDataSource() - Method in class com.atlassian.confluence.impl.activeobjects.ActiveObjectsDataSourceProvider
 
getDataSource() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
getDatasourceCredentials() - Method in class com.atlassian.confluence.impl.util.tomcat.DefaultTomcatConfigHelper
 
getDatasourceCredentials() - Method in interface com.atlassian.confluence.util.tomcat.TomcatConfigHelper
Searches the password from the datasource that could be defined in one of the possible XML files.
getDatasourceName() - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceAction
 
getDatasourceName() - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceTestConnectionAction
 
getDataSourceName() - Method in interface com.atlassian.confluence.setup.BootstrapManager
Returns the name of the JNDI-based DataSource, if any.
getDataSourceName() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getDatasourceUrl(File) - Method in class com.atlassian.confluence.impl.util.tomcat.DefaultTomcatConfigHelper
 
getDatasourceUrl(File) - Method in interface com.atlassian.confluence.util.tomcat.TomcatConfigHelper
Reads the datasource URL attribute from the given XML config file.
getDate() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction.IndividualDestinationSearchResult
 
getDate() - Method in class com.atlassian.confluence.plugins.edgeindex.model.DefaultEdge
 
getDate() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.Edge
The date the edge was created.
getDate() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getDate() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.DateEntity
Full date representation, such as "2010-02-09T23:22:47-0600"
getDate() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction.FormattedDateTime
 
getDate() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getDate() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getDate(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getDate(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getDateForBlogPost(Date) - Method in class com.atlassian.confluence.core.DateFormatter
 
getDateFormat() - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
getDateFormat() - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Returns the formatting pattern used for dates.
getDateFormat() - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
getDateFormatPatternForUser() - Method in class com.atlassian.confluence.api.impl.service.datetime.DateFormatServiceImpl
 
getDateFormatPatternForUser() - Method in interface com.atlassian.confluence.api.service.datetime.DateFormatService
 
getDateFormatter() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getDateFormatter() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
getDateFormatter() - Method in class com.atlassian.confluence.rss.RssRenderItem
 
getDateFormatter() - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl.GhettoHelper.GhettoAction
 
getDateFormatter(FormatSettingsManager, LocaleManager) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
getDateFrom() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter
 
getDatePath() - Method in class com.atlassian.confluence.pages.BlogPost
 
getDateQueued() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getDateQueued() - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
getDateRanges() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getDateResult(String) - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getDateString(Date) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getDateTimeForContent(Content) - Method in class com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher
 
getDateTimeFormat() - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
getDateTimeFormat() - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Returns the formatting pattern used for date and time together.
getDateTimeFormat() - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
getDateTimeFormat(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getDateTimeFormat(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Get current DateTime format
getDateTimeFormat(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getDatetimeString() - Method in class com.atlassian.confluence.content.render.xhtml.model.time.Time
 
getDateTo() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter
 
getDateValue() - Method in class com.atlassian.confluence.content.ContentProperty
 
getDaysInMonth() - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
Gets the total number of days in the month being calendared.
getDbChoice() - Method in class com.atlassian.confluence.setup.actions.SetupDBChoiceAction
 
getDbChoiceSelect() - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
getDbConfigInfo() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
getDbContext() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
getDbLinks(String, String, String, Collection<Long>, int) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.SpaceDeletionSqlScriptsRunner
Returns pairs between record id and parent id.
getDbLinksFromContentTable(String, Collection<Long>, boolean, int) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.SpaceDeletionSqlScriptsRunner
Returns pairs between record id and parent id in CONTENT table.
getDbLinksFromContentTable(String, Collection<Long>, int) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.SpaceDeletionSqlScriptsRunner
Returns pairs between record id and parent id in CONTENT table.
getDbReadyValueFromProperty(Object) - Static method in class com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
 
getDbReqFinishTimes() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getDbReqTimesInMicros() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getDbUrl(DatabaseDetails) - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getDdlStatements(List<? extends DdlCommand>) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
 
getDdlStatements(List<? extends DdlCommand>) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
 
getDeactivateSubscriptions() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
getDeactivateSubscriptions() - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SubscriptionJournalStateStore
Get all inactive subscriptions
getDebugString(OperationKey, String, Target, User, Logger) - Method in class com.atlassian.confluence.api.impl.service.permissions.delegates.CommentOperationDelegate
 
getDecay() - Method in class com.atlassian.confluence.search.v2.score.DecayParameters
 
getDecimalNumberFormat() - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
getDecimalNumberFormat() - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Returns the formatting pattern used for decimal numbers.
getDecimalNumberFormat() - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
getDecodedMembersOfGroupTerm() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
getDecodedPathInfo(HttpServletRequest) - Static method in class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
 
getDecodedUsername() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
getDecorator() - Method in class com.atlassian.confluence.impl.sitemesh.DecoratorTimings.DecoratorTimingEvent
 
getDecorator() - Method in interface com.atlassian.confluence.themes.ThemedDecorator
 
getDecorator() - Method in class com.atlassian.confluence.themes.VelocityDecorator
 
getDecorator() - Method in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
Deprecated.
 
getDecorator(Decorator) - Method in interface com.atlassian.confluence.themes.ThemedDecorator
Deprecated, for removal: This API element is subject to removal in a future version.
getDecorator(String) - Method in class com.atlassian.confluence.themes.BasicTheme
 
getDecorator(String) - Method in class com.atlassian.confluence.themes.DefaultTheme
Returns null because this object doesn't attempt to list the default decorators, which are still loaded directly from the classpath.
getDecorator(String) - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
getDecorator(String) - Method in interface com.atlassian.confluence.themes.Theme
 
getDecorator(HttpServletRequest, Page) - Method in class com.atlassian.confluence.impl.sitemesh.ConfluenceSpaceDecoratorMapper
 
getDecorator(HttpServletRequest, Page) - Method in class com.atlassian.confluence.impl.sitemesh.PluginDecoratorMapper
 
getDecorator(HttpServletRequest, Page) - Method in class com.atlassian.confluence.impl.sitemesh.ProxyDecoratorMapper
 
getDecorator(HttpServletRequest, Page) - Method in class com.atlassian.confluence.setup.sitemesh.ConfluenceSpaceDecoratorMapper
Deprecated.
 
getDecorator(HttpServletRequest, Page) - Method in class com.atlassian.confluence.setup.sitemesh.PluginDecoratorMapper
Deprecated.
 
getDecoratorName() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
 
getDecoratorNames() - Method in class com.atlassian.confluence.impl.sitemesh.DecoratorTimings.DecoratorTimingEvent
 
getDecoratorPath() - Method in class com.atlassian.confluence.plugin.descriptor.LayoutModuleDescriptor
 
getDecorators() - Static method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
Get all registered default decorators.
getDecorators() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
Deprecated.
getDecorators(String) - Static method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
Get registered decorators by type.
getDeepLinkUri() - Method in class com.atlassian.confluence.impl.homepage.Homepage
 
getDeepLinkUri() - Method in record class com.atlassian.confluence.spaces.AddressableSpace
This method returns a link directly to the space homepage.
getDeepLinkUri() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getDeepLinkUri() - Method in class com.atlassian.confluence.spaces.Space
Deprecated, for removal: This API element is subject to removal in a future version.
getDefault() - Static method in class com.atlassian.confluence.core.TimeZone
Deprecated.
since 5.7. Use TimeZoneManager.getDefaultTimeZone()} instead.
getDefault() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.RecentlyUpdatedContentResource
Get the default dashboard tab
getDefaultAlias() - Method in class com.atlassian.confluence.extra.paste.rest.ShortcutLinkConfigurationsResource.ShortcutLinkConfigurationEntity
 
getDefaultAlias() - Method in class com.atlassian.confluence.renderer.ShortcutLinkConfig
 
getDefaultBodyType() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getDefaultBodyType() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getDefaultBodyType() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getDefaultBodyType() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getDefaultBodyType() - Method in class com.atlassian.confluence.spaces.SpaceDescription
 
getDefaultBodyType() - Method in class com.atlassian.confluence.user.PersonalInformation
 
getDefaultBodyType(CustomContentEntityObject) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Get the default type for BodyContent objects attached to this content.
getDefaultBodyType(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
getDefaultBodyType(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
getDefaultCharset() - Static method in class com.atlassian.confluence.util.GeneralUtil
 
getDefaultColorScheme() - Method in class com.atlassian.confluence.api.impl.service.colorscheme.GlobalColorSchemeServiceImpl
 
getDefaultColorScheme() - Method in interface com.atlassian.confluence.api.service.colorscheme.GlobalColorSchemeService
 
getDefaultColorScheme() - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalColorSchemeResource
 
getDefaultColorScheme() - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeService
 
getDefaultColorScheme() - Method in class com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeServiceImpl
 
getDefaultColourScheme() - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getDefaultColourScheme() - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
Retrieve only the default color scheme, useful for the superbatch.
getDefaultColourScheme() - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
getDefaultComment() - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
getDefaultConfiguration() - Method in class com.atlassian.confluence.util.http.HttpRetrievalServiceConfig
Deprecated.
 
getDefaultContentStatusQuery() - Static method in class com.atlassian.confluence.search.v2.query.ContentStatusQuery
The default SearchQuery will only match content which has the current status.
getDefaultCronExpression() - Method in class com.atlassian.confluence.schedule.ManagedScheduledCronJob
 
getDefaultDateFormatterPattern() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getDefaultDateTimeFormatterPattern() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getDefaultDecimalNumberFormatterPattern() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getDefaultDecorator() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
 
getDefaultDecorator(String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Retrieves the default decorator for a given decorator name without customization
getDefaultDecorator(String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
getDefaultDefaults(SettingsManager) - Static method in class com.atlassian.confluence.security.DefaultSpacePermissionDefaultsStore
 
getDefaultEncoding() - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
getDefaultEncoding() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getDefaultEncryptor() - Method in class com.atlassian.confluence.impl.user.crowd.EncryptionSettingsImpl
 
getDefaultEnglishLanguage() - Static method in class com.atlassian.confluence.languages.DefaultLanguageManager
Returns a Language object with the Locale set to en_GB Also sets the location of the flag URL
getDefaultGlobalPermissions() - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
getDefaultGlobalPermissions() - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getDefaultGlobalPermissions() - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getDefaultGlobalPermissions() - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getDefaultGlobalPermissions() - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Returns the default global permissions that are created when Confluence is set up.
getDefaultHomePageContent() - Static method in class com.atlassian.confluence.spaces.listeners.CreatePersonalSpaceListener
Deprecated.
since 5.0 Do not use anymore. Get default space home content via the SystemTemplateManager now.
getDefaultHomePageContent() - Static method in class com.atlassian.confluence.spaces.listeners.InitialSpaceContentListener
Deprecated.
since 5.0 Do not use anymore. Get default space home content via the SystemTemplateManager now.
getDefaultHomePageContent(Page, List<Variable>, String) - Method in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
getDefaultHomepageTitle() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getDefaultHomepageTitle() - Method in class com.atlassian.confluence.spaces.Space
Deprecated, for removal: This API element is subject to removal in a future version.
getDefaultHomepageTitle(boolean, String) - Method in interface com.atlassian.confluence.spaces.SpaceManager
 
getDefaultI18NBean() - Static method in class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
Deprecated.
since 7.0.1
getDefaultLongNumberFormatterPattern() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getDefaultMacroManager() - Method in interface com.atlassian.confluence.macro.xhtml.MacroManagerFactory
 
getDefaultMacroManager() - Method in class com.atlassian.confluence.macro.xhtml.MacroManagerFactoryImpl
 
getDefaultMultiTableBulkIdStrategy() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
getDefaultParameterValue() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
getDefaultParameterValue() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
getDefaultPersonalSpaceHomepageContent() - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.0 because default space homepage content is now fetched from a global template
getDefaultPopMailServer() - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
getDefaultProperties() - Static method in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
Get the default properties
getDefaultProtection() - Method in enum class com.atlassian.confluence.impl.xsrf.StrutsXSRFSecurityLevel
 
getDefaultRepeatCount() - Method in class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
 
getDefaultRepeatInterval() - Method in class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
 
getDefaultRequestFor(String) - Method in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
since 7.0.1 use RequestFactory.createRequest(com.atlassian.sal.api.net.Request.MethodType, java.lang.String) instead.
getDefaults(String) - Method in class com.atlassian.confluence.cache.CachingCacheSettingsManager
 
getDefaults(String) - Method in class com.atlassian.confluence.cache.DefaultCacheSettingsManager
 
getDefaults(String) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheSettingsDefaultsProvider
 
getDefaults(String) - Method in class com.atlassian.confluence.impl.cache.config.HoconCacheSettingsReader
 
getDefaults(String) - Method in class com.atlassian.confluence.impl.cache.config.PropertiesFileCacheSettingsManager
 
getDefaultSearchContext() - Static method in class com.atlassian.confluence.core.SearchContext
 
getDefaultSMTPMailServer() - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
getDefaultSpaceHomepageContent() - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.0 because default space homepage content is now fetched from a global template
getDefaultSpaceHomepageTitle() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getDefaultSpaceKey() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getDefaultTab() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroTabProvider
 
getDefaultTemplateLocation(User, String) - Static method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
Returns the default location for the given user and template name.
getDefaultTimeFormatterPattern() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getDefaultTimeZone() - Method in class com.atlassian.confluence.api.impl.sal.timezone.ConfluenceTimeZoneManager
This implementation will lookup the default timezone for the current tenant in SettingsManager, falling back to JDK default Timezone.
getDefaultTimeZone() - Method in class com.atlassian.confluence.api.impl.sal.timezone.SetupConfluenceTimeZoneManager
 
getDefaultTimeZone() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getDefaultTimeZone() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerConfiguration
 
getDefaultTimezoneId() - Method in class com.atlassian.confluence.api.model.settings.GlobalSettings
 
getDefaultTimezoneId() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getDefaultUserGroup() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
getDefaultUsersGroup() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getDefaultUsersGroup() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
getDefaultUsersGroup() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getDefaultValue() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
Returns the default value of the parameter.
getDefaultValue() - Method in class com.atlassian.confluence.macro.params.BaseParameter
Returns the default value for this parameter if no match is found in the context.
getDefaultValue() - Method in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
getDefaultVelocityContext() - Method in class com.atlassian.confluence.rss.RssRenderItem
Provides a default Velocity context for rendering this item.
getDelegate() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
getDelegate() - Method in class com.atlassian.confluence.cache.hazelcast.ConfluenceHazelcastCacheManager
Deprecated.
 
getDelegate() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
getDelegate() - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getDelegate() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
getDelegate() - Method in class com.atlassian.confluence.labels.PermittedLabelView
 
getDelegate() - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getDelegate() - Method in interface com.atlassian.confluence.pages.attachments.DelegatingAttachmentDao
Returns the attachment DAO which this instance delegates to.
getDelegate() - Method in class com.atlassian.confluence.plugin.DeprecatedPluginStateStore
 
getDelegate() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.MaxDocsBulkOperationBuffer
 
getDelegate() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.MaxRamBulkOperationBuffer
 
getDelegate() - Method in class com.atlassian.confluence.rest.v2.api.model.RestEntity
 
getDelegate() - Method in class com.atlassian.confluence.search.v2.score.FilteredScoreFunction
 
getDelegatingPluginFilter() - Method in class com.atlassian.confluence.plugin.servlet.filter.AccessCheckPluginDelegateFilter
 
getDeleteCommentsList() - Method in class com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction
 
getDeleted() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
getDeletedAgeUnit() - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
getDeletedAttachmentsFileSize() - Method in class com.atlassian.confluence.pages.AttachmentStatisticsDTO
 
getDeletedBlogsCount() - Method in class com.atlassian.confluence.pages.BlogPostStatisticsDTO
 
getDeletedPagesCount() - Method in class com.atlassian.confluence.pages.PageStatisticsDTO
 
getDeleteQuery() - Method in class com.atlassian.confluence.index.ReIndexSpec
 
getDeleteQuery() - Method in enum class com.atlassian.confluence.search.ReIndexOption
 
getDeleteQuery(Optional<String>) - Method in enum class com.atlassian.confluence.search.ReIndexOption
 
getDeletionMode() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.AbstractEdgeType
 
getDeletionMode() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.LikeEdgeType
 
getDeletionMode() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeType
 
getDelimiter() - Method in class com.atlassian.confluence.search.v2.analysis.PathHierarchyTokenizerDescriptor
 
getDelta() - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
 
getDenormalisedContentList(Set<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
Returns a list of simple content pages.
getDenormalisedSpacePermissionsIndexName(SpacePermissionType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
getDepartment() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getDependantId() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawData
 
getDependencies() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getDependencies() - Method in class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule
 
getDependents(Searchable) - Method in class com.atlassian.confluence.internal.search.AttachmentAwareSearchableResolver
 
getDependents(Searchable) - Method in interface com.atlassian.confluence.internal.search.SearchableResolver
 
getDeploymentUnits() - Method in class com.atlassian.confluence.plugin.DatabasePluginScanner
 
getDepth() - Method in class com.atlassian.confluence.pages.Comment
 
getDescendantAuthors() - Method in class com.atlassian.confluence.pages.Comment
 
getDescendantIds(Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getDescendantIds(Page) - Method in interface com.atlassian.confluence.pages.PageManager
Finds the ids of a page's descendants
getDescendantIds(Page) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getDescendantIds(Page) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Finds the ids of all descendant pages of the given page
getDescendantIds(Page, ContentStatus...) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getDescendantIds(Page, ContentStatus...) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Finds the ids of all descendant pages of the given page
getDescendants() - Method in class com.atlassian.confluence.api.model.content.Content
Returns a map of all sub-content of this Content, at any depth, split by ContentType.
getDescendants() - Method in class com.atlassian.confluence.pages.Page
Get descendants with "current" state only
getDescendants(Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getDescendants(Page) - Method in interface com.atlassian.confluence.pages.PageManager
Finds all descendant pages of the given page
getDescendants(Page) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getDescendants(Page) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Finds all descendant pages (recursive) of the given page
getDescendantsCount() - Method in class com.atlassian.confluence.pages.Comment
 
getDescendantTitles(Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getDescendantTitles(Page) - Method in interface com.atlassian.confluence.pages.PageManager
Finds all descendant titles of the given page
getDescendantTitles(Page) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getDescendantTitles(Page) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Finds all descendant titles of the given page
getDescendents() - Method in class com.atlassian.confluence.pages.Page
Deprecated.
since 5.5.1. Use Page.getDescendants()
getDescendents(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getDescendents(Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
Deprecated.
getDescendents(Page) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
getDescendents(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns all descendent pages of the page with the given pageId the user authenticated by token is allowed to view.
getDescendents(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getDescendents(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getDescendents(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getDescendents(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getDescription() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
getDescription() - Method in class com.atlassian.confluence.api.model.content.PersonalSpaceDetailsForCreation
 
getDescription() - Method in class com.atlassian.confluence.api.model.content.Space
 
getDescription() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
getDescription() - Method in interface com.atlassian.confluence.cluster.ClusterInformation
 
getDescription() - Method in class com.atlassian.confluence.cluster.EmptyClusterInformation
Deprecated.
 
getDescription() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterInformation
Deprecated.
 
getDescription() - Method in class com.atlassian.confluence.cluster.safety.ClusterPanicEvent
 
getDescription() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.PageTemplateMigrationException
 
getDescription() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
getDescription() - Method in class com.atlassian.confluence.core.UploadedResource
 
getDescription() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getDescription() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getDescription() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getDescription() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getDescription() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
getDescription() - Method in class com.atlassian.confluence.importexport.impl.CollectionUpdateOperation
 
getDescription() - Method in class com.atlassian.confluence.importexport.impl.ObjectUpdateOperation
 
getDescription() - Method in class com.atlassian.confluence.importexport.impl.StackPushOperation
 
getDescription() - Method in interface com.atlassian.confluence.importexport.xmlimport.Operation
Deprecated.
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
A human readable description of this index task.
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.ContentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.NoOpIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.RebuildChangeDocumentsIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllBlogsChangeIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllBlogsContentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllSpacesChangeIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllSpacesContentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllUsersChangeIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllUsersContentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexPermissionsIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupChangeIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupContentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.UnindexContentTypeChangeIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.UnindexContentTypeContentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceChangeIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceContentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.legacyapi.model.SpaceSummary
Deprecated.
 
getDescription() - Method in class com.atlassian.confluence.macro.browser.beans.MacroBody
 
getDescription() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
getDescription() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
getDescription() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
getDescription() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
getDescription() - Method in enum class com.atlassian.confluence.pages.Attachment.Type
 
getDescription() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getDescription() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getDescription() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.AddEdgeDocumentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeDocumentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeTargetingDocumentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeTypeByUserDocumentIndexTask
 
getDescription() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.RebuildIndexTask
 
getDescription() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.ReIndexPermissionsIndexTask
 
getDescription() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
getDescription() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getDescription() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getDescription() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
getDescription() - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
getDescription() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
getDescription() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
 
getDescription() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
 
getDescription() - Method in class com.atlassian.confluence.rss.FeedProperties
 
getDescription() - Method in interface com.atlassian.confluence.search.IndexTask
A description of the task that can be presented to the user via the UI.
getDescription() - Method in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
getDescription() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
getDescription() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getDescription() - Method in class com.atlassian.confluence.spaces.Space
 
getDescription() - Method in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
getDescription() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
getDescription() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
getDescriptionForMimeType(String, String) - Static method in class com.atlassian.confluence.pages.Attachment
 
getDescriptionForMimeType(String, String) - Static method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getDescriptionKey() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
getDescriptionKey() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
getDescriptionKey() - Method in interface com.atlassian.confluence.admin.tasks.AdminTaskConfig
 
getDescriptionKey() - Method in class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
getDescriptionKey() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getDescriptionKey() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getDescriptionRefs() - Method in class com.atlassian.confluence.api.model.content.Space
Deprecated.
Since 5.5.1 Use Space.getDescription().
getDescriptor() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
 
getDescriptor() - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
 
getDescriptorProperties() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
getDescriptorProperties() - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
getDescriptors() - Method in class com.atlassian.confluence.plugin.ModuleDescriptorCache
Deprecated.
Returns the module descriptors currently in the cache.
getDescriptors() - Method in interface com.atlassian.confluence.plugin.ModuleDescriptorCache.Initializer
Deprecated.
Should return the initial set of ModuleDescriptors
getDesignTokenForColor(String) - Static method in class com.atlassian.confluence.content.render.xhtml.view.theming.ColorToDesignTokens
 
getDesignTokenForLegacyColor(String) - Static method in class com.atlassian.confluence.content.render.xhtml.view.theming.ColorToDesignTokens
 
getDestination() - Method in class com.atlassian.confluence.event.events.content.page.PageCopyEvent
 
getDestination() - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractCopyPageHierarchyEvent
 
getDestination() - Method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
getDestinationContent() - Method in class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink
 
getDestinationContent() - Method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
getDestinationContent() - Method in class com.atlassian.confluence.links.linktypes.BlogPostLink
 
getDestinationContent() - Method in class com.atlassian.confluence.links.linktypes.ContentLink
 
getDestinationContent() - Method in class com.atlassian.confluence.links.linktypes.PageLink
 
getDestinationContent() - Method in class com.atlassian.confluence.links.linktypes.SpaceLink
 
getDestinationContent() - Method in class com.atlassian.confluence.links.linktypes.UserProfileLink
 
getDestinationContentEntity(OutgoingLink) - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
getDestinationLinkLowerTitle() - Method in class com.atlassian.confluence.links.OutgoingLinkMeta
 
getDestinationPageTitle() - Method in class com.atlassian.confluence.links.OutgoingLink
 
getDestinationPageTitle() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
getDestinationResourceIdentifier() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
 
getDestinationResourceIdentifier() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
getDestinationResourceIdentifier() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
getDestinationResourceIdentifier() - Method in interface com.atlassian.confluence.xhtml.api.Link
 
getDestinationSpaceKey() - Method in class com.atlassian.confluence.links.OutgoingLink
 
getDestinationSpaceKey() - Method in class com.atlassian.confluence.links.OutgoingLinkMeta
 
getDestinationSpaceKey() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
getDestinationUrl() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport
 
getDetailedTimeoutMessage() - Method in exception com.atlassian.confluence.content.render.xhtml.XhtmlTimeoutException
Gives a detailed message containing both the allowed time and the time that passed before the timeout was checked.
getDetailedTimeoutMessage(String) - Method in exception com.atlassian.confluence.content.render.xhtml.XhtmlTimeoutException
Gives a detailed message containing both the allowed time and the time that passed before the timeout was checked.
getDetails() - Method in class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterNode
 
getDetails() - Method in class com.atlassian.confluence.license.rest.resource.LicenseResource
Return some of the parameters of this license.
getDetailsJson() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getDeviceTypes() - Method in class com.atlassian.confluence.plugin.descriptor.DeviceTypeRendererComponentModuleDescriptor
 
getDfsQueryThenFetch() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getDialect() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
getDialect() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaInformationService
 
getDialect() - Method in class com.atlassian.confluence.core.persistence.schema.hibernate.HibernateSchemaInformationService
 
getDialect() - Static method in class com.atlassian.confluence.impl.hibernate.DataAccessUtils
Deprecated, for removal: This API element is subject to removal in a future version.
getDialect() - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceAction
 
getDialect() - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
getDialogMode() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
getDictionary() - Method in class com.atlassian.confluence.search.v2.analysis.CompoundWordTokenFilterDescriptor
 
getDictionary() - Method in class com.atlassian.confluence.search.v2.analysis.KeepWordTokenFilterDescriptor
 
getDiff() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
getDiff() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
getDifferenceExplanation(ClusterInvariants) - Method in class com.atlassian.confluence.cluster.ClusterInvariants
 
getDimensions() - Method in class com.atlassian.confluence.macro.DefaultImagePlaceholder
Deprecated.
getDimensions() - Method in interface com.atlassian.confluence.macro.ImagePlaceholder
Deprecated.
getDirectories() - Method in class com.atlassian.confluence.functest.rest.admin.DirectoryResource
 
getDirectories() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
getDirectories() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
getDirectoriesForGroup(Group) - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
 
getDirectoriesForGroup(Group) - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
getDirectoriesForGroup(String) - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
a list of all user directories (including disabled) to which a given group belongs
getDirectoriesForGroup(String) - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
getDirectoriesForUser(User) - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
 
getDirectoriesForUser(User) - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
getDirectoriesForUser(String) - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
 
getDirectoriesForUser(String) - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
getDirectory() - Method in interface com.atlassian.confluence.plugin.PluginParentDirectoryLocator
The directory in which the SimplePluginDirectoryProvider should place the plugin working directories.
getDirectory() - Method in class com.atlassian.confluence.setup.TempPluginParentDirectoryLocator
 
getDirectory() - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
getDirectory() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
getDirectory() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
Deprecated.
since 6.13.0, because we now show all directories a user account might be present in instead of just the first match. Use ViewUserAction.getDirectories() instead.
getDirectory(Directory) - Method in class com.atlassian.confluence.impl.user.crowd.CacheableDirectoryInstanceLoader
Create a directory instance from configuration
getDirectory(FilesystemPath, long) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.HierarchicalContentFileSystemHelper
Get the directory corresponding to the given content ID.
getDirectory(File) - Static method in class com.atlassian.confluence.internal.search.v2.lucene.DirectoryUtil
get a Directory from a path and don't throw a whingy bloody IOException.
getDirectory(File, long) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.HierarchicalContentFileSystemHelper
Get the directory corresponding to the given content ID.
getDirectoryForAttachment(ContentEntityObject, Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
Retrieves the location of the containing folder for an Attachment
getDirectoryForContent(ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
getDirectoryForSpace(Optional<Long>) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystemV003
getDirectoryId() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdEntityCacheKey
 
getDirectoryId() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
getDirectoryId() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipCacheKey
 
getDirectoryId() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
getDirectoryId() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.DirectoryJournalMessage
 
getDirectoryId() - Method in class com.atlassian.confluence.user.crowd.ConfluenceLdapDirectoryClearingClusterEvent
 
getDirectoryId() - Method in class com.atlassian.confluence.user.UserForm
 
getDirectoryId() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
getDirectorySynchronisationInformation(long) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
getDirectoryV004(T, long) - Static method in class com.atlassian.confluence.impl.pages.attachments.AttachmentV4Helper
Get the directory corresponding to the given content ID.
getDirectParent(Group) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
 
getDirectPermissionSets() - Method in class com.atlassian.confluence.security.InheritedContentPermissionSet
 
getDiscardedAttachmentCount() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent
 
getDiscountOverlaps() - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
 
getDiscrepancyValue() - Method in class com.atlassian.confluence.event.events.search.V2ShadowQueryExecutionEvent
 
getDiscriminatorColumnName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.AncestorsEntityInfo
 
getDiscriminatorColumnName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ApplicationAttributeEntityInfo
 
getDiscriminatorColumnName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
getDiscriminatorColumnName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryAttributeEntityInfo
 
getDiscriminatorColumnName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryMappingOperationEntityInfo
 
getDiscriminatorColumnName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryOperationEntityInfo
 
getDiscriminatorColumnName() - Method in interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
 
getDiscriminatorValue() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.AncestorsEntityInfo
 
getDiscriminatorValue() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ApplicationAttributeEntityInfo
 
getDiscriminatorValue() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
getDiscriminatorValue() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryAttributeEntityInfo
 
getDiscriminatorValue() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryMappingOperationEntityInfo
 
getDiscriminatorValue() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryOperationEntityInfo
 
getDiscriminatorValue() - Method in interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
 
getDisplayableEmail() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
getDisplayableItems(String, NotificationContext) - Method in class com.atlassian.confluence.plugin.descriptor.mail.DefaultNotificationRenderManager
 
getDisplayableItems(String, NotificationContext) - Method in interface com.atlassian.confluence.plugin.descriptor.mail.NotificationRenderManager
 
getDisplayableItems(String, WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getDisplayableItems(String, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getDisplayableItems(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getDisplayableLabel(HttpServletRequest, WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLabel
 
getDisplayableLabel(HttpServletRequest, Map) - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLabel
 
getDisplayableLabel(HttpServletRequest, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLabel
 
getDisplayableName(String, I18NBean) - Static method in class com.atlassian.confluence.cache.CacheStatisticsHelper
 
getDisplayableSections(String, WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getDisplayableSections(String, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getDisplayableSections(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getDisplayableUrl(HttpServletRequest, WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
Renders this web link in the given context.
getDisplayableUrl(HttpServletRequest, Map) - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
 
getDisplayableUrl(HttpServletRequest, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
 
getDisplayableWebItems(String, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getDisplayableWebItems(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getDisplayableWebPanelDescriptors(String, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getDisplayableWebPanelDescriptors(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getDisplayableWebPanels(String, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getDisplayableWebPanels(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getDisplayableWebSections(String, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getDisplayableWebSections(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getDisplayAlmostSupportPeriodEndMessage() - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
getDisplayLanguage() - Method in class com.atlassian.confluence.languages.Language
Returns the name of the Language in its locale form
getDisplayName() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getDisplayName() - Method in class com.atlassian.confluence.api.model.people.Group
 
getDisplayName() - Method in class com.atlassian.confluence.api.model.people.Person
 
getDisplayName() - Method in interface com.atlassian.confluence.api.model.people.Subject
Returns a name that is suitable for display to identify the user / group.
getDisplayName() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getDisplayName() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
getDisplayName() - Method in class com.atlassian.confluence.languages.Language
Returns the name for the Locale that is appropriate to display to the user
getDisplayName() - Method in class com.atlassian.confluence.legacyapi.model.people.KnownUser
Deprecated.
 
getDisplayName() - Method in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
getDisplayName() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
getDisplayName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AbstractTab
 
getDisplayName() - Method in interface com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.RecentlyUpdatedMacroTab
 
getDisplayName() - Method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord.ServiceType
 
getDisplayName() - Method in class com.atlassian.confluence.user.extras.entities.UserEntity
 
getDisplayName() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
getDisplayName(boolean) - Method in class com.atlassian.confluence.languages.Language
Returns the name for the Locale that is appropriate to display to the user
getDisplayName(Language) - Method in class com.atlassian.confluence.languages.DefaultLanguageManager
 
GetDisplayNameFunction - Class in com.atlassian.confluence.plugins.soy
GetDisplayNameFunction to get the display name from the language Manager.
GetDisplayNameFunction(PluginAccessor) - Constructor for class com.atlassian.confluence.plugins.soy.GetDisplayNameFunction
 
getDisplayOffset() - Method in class com.atlassian.confluence.core.TimeZone
 
getDisplaySupportPeriodEndMessage() - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
getDisplayText() - Method in class com.atlassian.confluence.xhtml.api.Placeholder
 
getDisplayTitle() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getDisplayTitle() - Method in interface com.atlassian.confluence.core.Addressable
 
getDisplayTitle() - Method in class com.atlassian.confluence.core.ContentEntityObject
Returns the display title.
getDisplayTitle() - Method in class com.atlassian.confluence.labels.CombinedLabel
 
getDisplayTitle() - Method in interface com.atlassian.confluence.labels.DisplayableLabel
 
getDisplayTitle() - Method in class com.atlassian.confluence.labels.Label
Deprecated, for removal: This API element is subject to removal in a future version.
getDisplayTitle() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
 
getDisplayTitle() - Method in record class com.atlassian.confluence.pages.AddressableComment
 
getDisplayTitle() - Method in record class com.atlassian.confluence.pages.AddressablePage
 
getDisplayTitle() - Method in class com.atlassian.confluence.pages.Attachment
 
getDisplayTitle() - Method in class com.atlassian.confluence.pages.Comment
 
getDisplayTitle() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getDisplayTitle() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getDisplayTitle() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getDisplayTitle() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets the title of the search result appropriate for displaying to a user.
getDisplayTitle() - Method in class com.atlassian.confluence.setup.settings.GlobalDescription
 
getDisplayTitle() - Method in record class com.atlassian.confluence.spaces.AddressableSpace
 
getDisplayTitle() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getDisplayTitle() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getDisplayTitle() - Method in class com.atlassian.confluence.spaces.Space
 
getDisplayTitle() - Method in class com.atlassian.confluence.spaces.SpaceDescription
 
getDisplayTitle() - Method in class com.atlassian.confluence.user.PersonalInformation
 
getDisplayTitle() - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
getDisplayTitle() - Method in interface com.atlassian.confluence.util.breadcrumbs.Breadcrumb
Gets the display title of the breadcrumb for user display.
getDisplayTitleWithHighlights() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResult
 
getDisplayTitleWithHighlights() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchResult
 
getDisplayTitleWithHighlights() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getDisplayTitleWithHighlights() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets the title of the search result appropriate for displaying to a user with matches highlighted.
getDisplayUrl() - Method in class com.atlassian.confluence.api.model.search.ContainerSummary
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.AcceptLiveDocsFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.ContentPermissionsFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.MatchAllDocsFilter
Deprecated.
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.MultiTermFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.SpaceFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.SpacePermissionsFilter
 
getDocIdSet(AtomicReaderContext, Bits) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.TermFilter
 
getDocTermOrds(AtomicReaderContext) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneMultiTermFieldComparator
 
getDocument(Searchable) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneDocumentBuilder
 
getDocument(Searchable) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.DocumentBuilder
 
getDocumentationBaseUrl() - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
getDocumentationBaseUrl() - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
getDocumentationBean() - Method in interface com.atlassian.confluence.util.i18n.DocumentationBeanFactory
 
getDocumentationBean() - Method in class com.atlassian.confluence.util.i18n.VersionSpecificDocumentationBeanFactory
 
getDocumentationBean() - Method in class com.atlassian.confluence.util.message.MessagesDecoratorFilter
 
getDocumentationLink() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
getDocumentationUrl() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
Deprecated.
getDocumentationUrl() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
getDocumentClass() - Method in class com.atlassian.confluence.event.events.index.IndexDocumentBuildEvent
 
getDocuments() - Method in class com.atlassian.confluence.internal.search.v2.lucene.TopDocuments
 
getDocuments() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
getDomainName() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getDomainName() - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getDomainName() - Method in interface com.atlassian.confluence.themes.ThemeHelper
 
getDomains() - Method in class com.atlassian.confluence.plugins.easyuser.SignupSettingsBean
 
getDouble(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getDouble(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getDownloadPath() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getDownloadPath() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningTask
Deprecated.
 
getDownloadPath() - Method in class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction
 
getDownloadPath() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
 
getDownloadPath() - Method in class com.atlassian.confluence.pages.Attachment
 
getDownloadPath() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getDownloadPath() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getDownloadPath() - Method in class com.atlassian.confluence.plugins.lookandfeel.SiteLogo
 
getDownloadPath() - Method in interface com.atlassian.confluence.search.v2.SearchableAttachment
 
getDownloadPath() - Method in class com.atlassian.confluence.spaces.SpaceLogo
 
getDownloadPath() - Method in class com.atlassian.confluence.user.actions.ProfilePictureInfo
Deprecated.
getDownloadPath(String, boolean) - Method in record class com.atlassian.confluence.pages.AddressableAttachment
Returns the download path of the attachment for a given attachmentPath prefix.
getDownloadPath(String, boolean) - Method in class com.atlassian.confluence.pages.Attachment
Returns the download path of the attachment for a given attachmentPath prefix.
getDownloadPath(String, boolean) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getDownloadPathWithoutEncoding() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
 
getDownloadPathWithoutEncoding() - Method in class com.atlassian.confluence.pages.Attachment
 
getDownloadPathWithoutEncoding() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getDownloadPathWithoutVersion() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
Returns the download path without any version info.
getDownloadPathWithoutVersion() - Method in class com.atlassian.confluence.pages.Attachment
Returns the download path without any version info.
getDownloadPathWithoutVersion() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getDownloadPathWithoutVersionOrApiRevision() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
Returns the download path without any version info or API revision.
getDownloadPathWithoutVersionOrApiRevision() - Method in class com.atlassian.confluence.pages.Attachment
Returns the download path without any version info or API revision.
getDownloadPathWithoutVersionOrApiRevision() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getDownloadPolicyLevel() - Method in enum class com.atlassian.confluence.servlet.download.AttachmentSecurityLevel
 
getDownloadStrategies() - Method in class com.atlassian.confluence.servlet.FileServerServlet
 
getDraft() - Method in class com.atlassian.confluence.diff.actions.ViewDiffOfDraftAction
 
getDraft() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
getDraft() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
getDraft() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
Deprecated.
since 5.9. Use only if you still need access to legacy drafts, otherwise use DefaultWebInterfaceContext.getPage()
getDraft() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Deprecated.
since 5.9. Use only if you still need access to legacy drafts, otherwise use WebInterfaceContext.getPage()
getDraft(long) - Method in class com.atlassian.confluence.content.service.DefaultDraftService
 
getDraft(long) - Method in interface com.atlassian.confluence.content.service.DraftService
gets the draft by id for the authenticated user
getDraft(long) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
getDraft(long) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
 
getDraft(long) - Method in interface com.atlassian.confluence.pages.DraftManager
Finds the draft given a specific draft id.
getDraft(long) - Method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
This method should attempt to retrieve a draft, and based on whether or not the Shared Draft dark feature is enabled (determined by the isSharedDraftsFeatureEnabled method) or disabled should return a Shared Draft or Legacy Draft respectively.
getDraft(long) - Method in interface com.atlassian.confluence.pages.persistence.dao.DraftDao
Returns the draft with the given ID, or null if no draft is found with that ID.
getDraft(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
getDraft(long) - Method in class com.atlassian.confluence.pages.persistence.dao.SessionDraftDao
 
getDraft(String, ConfluenceUser, String, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.DraftDao
Finds and returns a draft object with all the specified properties or null if none is found.
getDraft(String, ConfluenceUser, String, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
getDraft(String, ConfluenceUser, String, String) - Method in class com.atlassian.confluence.pages.persistence.dao.SessionDraftDao
 
getDraftAsCEO() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
Deprecated.
since 5.10 only use if still transitioning from legacy drafts, otherwise use AbstractCreateAndEditPageAction.getContentDraft()
getDraftBlogsCount() - Method in class com.atlassian.confluence.pages.BlogPostStatisticsDTO
 
getDraftChildren(Page, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getDraftChildren(Page, LimitedRequest) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
getDraftChildren(Page, LimitedRequest, Depth) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getDraftChildren(Page, LimitedRequest, Depth) - Method in interface com.atlassian.confluence.pages.PageManager
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
getDraftData() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftMessage
 
getDraftDiff(Long) - Method in class com.atlassian.confluence.tinymceplugin.rest.PageResource
 
getDraftForPage(AbstractPage) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
 
getDraftForPage(AbstractPage) - Method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
This method should retrieve a draft from a given AbstractPage respecting the Shared Drafts feature state.
getDraftId() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DraftResourceIdentifier
 
getDraftId() - Method in class com.atlassian.confluence.diff.beans.ConfluenceDiffDraftBean
 
getDraftId() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
Return the id of the current draft in use if there is one or 0 otherwise.
getDraftId() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
getDraftId() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
getDraftId() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
getDraftId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getDraftId() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
getDraftId() - Method in class com.atlassian.confluence.util.EditPageBean
 
getDraftMessage(long, long, String, String) - Method in class com.atlassian.confluence.tinymceplugin.rest.DraftsResource
 
getDraftPagesCount() - Method in class com.atlassian.confluence.pages.PageStatisticsDTO
 
getDrafts() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
Deprecated.
getDrafts(int, int) - Method in class com.atlassian.confluence.tinymceplugin.rest.DraftsResource
Deprecated.
since 5.9
getDraftSaveInterval() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
getDraftSaveInterval() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getDraftSaveIntervalMinutes() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
getDraftSaveIntervalSeconds() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
getDraftsBySpace() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
getDraftService() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
getDraftShareId() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getDraftShareId() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
getDraftSpaceKey() - Method in class com.atlassian.confluence.pages.Draft
 
getDraftsTransitionHelper() - Method in class com.atlassian.confluence.content.service.DefaultBlogPostService
 
getDraftType() - Method in class com.atlassian.confluence.pages.Draft
 
getDriverFile() - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
getDriverName() - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
getDriverVersion() - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
getDropFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
getDropTriggerDdl() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
getDropTriggerDdl(String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
getDuplicateComment(Iterable<Comment>) - Method in interface com.atlassian.confluence.pages.NewCommentDeduplicator
Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.
getDuplicateComment(Iterable<Comment>) - Method in class com.atlassian.confluence.pages.SubmissionTokenCommentDeduplicator
 
getDuration() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getDuration() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getDuration() - Method in class com.atlassian.confluence.impl.profiling.TimedAnalyticsImpl.TimedAnalyticsEvent
Operation duration
getDuration() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
getDuration() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getDuration() - Method in class com.atlassian.confluence.internal.index.event.AbstractReindexAnalyticsEvent
 
getDuration() - Method in class com.atlassian.confluence.schedule.ScheduledJobHistory
 
getDuration() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpaceIdsAnalyticsEvent
 
getDurationInMillis() - Method in class com.atlassian.confluence.internal.diagnostics.GarbageCollectorTimeAnalyticsEvent
 
getDurationMillis() - Method in class com.atlassian.confluence.event.events.index.IndexDocumentBuildEvent
 
getDurationMillis() - Method in class com.atlassian.confluence.event.events.search.ContentNameQueryExecutionEvent
 
getDurationMillis() - Method in class com.atlassian.confluence.event.events.search.ContentNameResultsConversionEvent
 
getDurationMillis() - Method in class com.atlassian.confluence.event.events.search.PopularQueryExecutionEvent
 
getDurationMillis() - Method in class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
 
getDurationMillis() - Method in class com.atlassian.confluence.event.events.search.V2ShadowQueryExecutionEvent
 
getDurationMillis() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardRecentlyUpdatedQueryEvent
 
getDurationMillis() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardRecentlyUpdatedViewEvent
 
getDurationMillisecond() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionChangeStateAnalyticsEvent
 
getDurationMillisecond() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpacesAnalyticsEvent
 
getDurationMillisecond() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleChildPagesAnalyticsEvent
 
getDurationMillisecond() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisiblePagesInSpaceAnalyticsEvent
 
getDurationMillisecond() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleTopLevelPagesAnalyticsEvent
 
getDurationMs() - Method in class com.atlassian.confluence.event.events.label.LabelManagerMetricsEvent
 
getDynamicModules(Plugin) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getDynamicResourceAsStream(String) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getDynamicTypeFields(Type) - Method in class com.atlassian.confluence.plugins.restapi.graphql.DefaultGraphQL
 
getDynamicTypeFields(Type) - Method in interface com.atlassian.confluence.rest.v2.api.graphql.GraphQL
Get a dynamic type's field names and the field types
getEarliestVersion() - Method in class com.atlassian.confluence.upgrade.PluginExportCompatibility
 
getEdgeCountForContentIds(List<Long>) - Method in class com.atlassian.confluence.plugins.edgeindex.edge.CommentCountQuery
 
getEdgeCountForContentIds(List<Long>) - Method in class com.atlassian.confluence.plugins.edgeindex.edge.LikeCountQuery
 
getEdgeCountForContentIds(List<Long>) - Method in class com.atlassian.confluence.plugins.edgeindex.edge.NestedCommentCountQuery
 
getEdgeCountForContentIds(List<Long>) - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeCountQuery
 
getEdgeCountForTargetIds(List<EdgeTargetId>) - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeCountQuery
 
getEdgeCountForTargetIds(List<EdgeTargetId>) - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeCountQuery
 
getEdgeCountQueries(Set<String>) - Method in class com.atlassian.confluence.plugins.edgeindex.edge.AbstractEdgeType
 
getEdgeCountQueries(Set<String>) - Method in class com.atlassian.confluence.plugins.edgeindex.edge.CommentEdgeType
 
getEdgeCountQueries(Set<String>) - Method in class com.atlassian.confluence.plugins.edgeindex.edge.LikeEdgeType
 
getEdgeCountQueries(Set<String>) - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeType
 
getEdgeId() - Method in class com.atlassian.confluence.plugins.edgeindex.model.DefaultEdge
 
getEdgeId() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.Edge
 
getEdgeIndexTypeByKey(String) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeTypeRepository
 
getEdgeIndexTypeByKey(String) - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.PluggableEdgeTypeRepository
 
getEdgeIndexTypes() - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeTypeRepository
 
getEdgeIndexTypes() - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.PluggableEdgeTypeRepository
 
getEdges() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
getEdgeType() - Method in class com.atlassian.confluence.plugins.edgeindex.model.DefaultEdge
 
getEdgeType() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.Edge
The type of the edge.
getEdgeTypes() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter
 
getEdgeUiSupport() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.AbstractEdgeType
 
getEdgeUiSupport() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeType
 
getEditableColourScheme() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
since editable colour schemes do not have fallback schemes, we can use these to determine if a certain colour setting is using the default refer to LookAndFeelAction.isDefault(String)
getEditCommentId() - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
getEditingUser() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getEditingUser() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
getEditMode(String) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
 
getEditMode(String) - Method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
This method is used to determine what's the current edit mode regarding collaborative editing (legacy, limited or collaborative), the method is provided a spaceKey and returns the current edit mode for that space.
getEditMode(String) - Method in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
Returns the current editing mode.
getEditMode(String) - Method in class com.atlassian.confluence.setup.settings.DefaultCollaborativeEditingHelper
 
getEditorBlogPostDate() - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
getEditorBlogPostDate() - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Returns the date format for the editor blog post date
getEditorBlogPostDate() - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
getEditorBlogPostTime() - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
getEditorBlogPostTime() - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Returns the time format for the editor blog post date
getEditorBlogPostTime() - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
getEditorContent(Long) - Method in class com.atlassian.confluence.tinymceplugin.rest.PageResource
 
getEditorCssResources(String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
 
getEditorCssResources(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getEditorFormattedContent(String) - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
getEditorFormattedContent(String) - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
getEditorMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactoryImpl
 
getEditorMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.macro.MacroMarshallingFactoryImpl
 
getEditorMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.MarshallingFactory
 
getEditorMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.placeholder.CaretMarshallingFactoryImpl
 
getEditorMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.placeholder.PlaceholderMarshallingFactoryImpl
 
getEditorUnmarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactoryImpl
 
getEditorUnmarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.macro.MacroMarshallingFactoryImpl
 
getEditorUnmarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.MarshallingFactory
 
getEditorUnmarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.placeholder.CaretMarshallingFactoryImpl
 
getEditorUnmarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.placeholder.PlaceholderMarshallingFactoryImpl
 
getEditorVersion() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getEditPagePermissions() - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
getEditPageUrl(AbstractPage) - Static method in class com.atlassian.confluence.util.GeneralUtil
Get a resume draft URL that includes the shareDraftid
getEditPermissions() - Method in interface com.atlassian.confluence.content.service.page.ContentPermissionProvider
 
getEditPermissions() - Method in class com.atlassian.confluence.content.service.page.SimpleContentPermissionProvider
 
getEditPermissionsGroupList() - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
getEditPermissionsGroups() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PagePermissionData
 
getEditPermissionsGroups() - Method in class com.atlassian.confluence.util.EditPageBean
 
getEditPermissionsUserList() - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
getEditPermissionsUsers() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PagePermissionData
 
getEditPermissionsUsers() - Method in class com.atlassian.confluence.util.EditPageBean
 
getEditUrlPath() - Method in class com.atlassian.confluence.pages.AbstractPage
Deprecated, for removal: This API element is subject to removal in a future version.
getEditUrlPath() - Method in record class com.atlassian.confluence.pages.AddressablePage
 
getEditUserGroupAdministrator() - Method in class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
getEffectiveChildren() - Method in class com.atlassian.confluence.impl.content.duplicatetags.internal.Node
 
getEffectiveUser() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissions
 
getEffectiveUser() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
getEffectiveUser() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getEhCacheManager() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getElapsedMaxTime(TimeUnit) - Method in interface com.atlassian.confluence.util.profiling.TimerSnapshot
 
getElapsedMilliseconds() - Method in class com.atlassian.confluence.search.FlushStatistics
Retrieved the elapsed time for the flush.
getElapsedMinTime(TimeUnit) - Method in interface com.atlassian.confluence.util.profiling.TimerSnapshot
 
getElapsedTime() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
 
getElapsedTime() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
getElapsedTimeInSec() - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskAnalyticsEvent
 
getElapsedTimeMillis() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent
 
getElapsedTimeMillis() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent
 
getElapsedTimeNanos() - Method in class com.atlassian.confluence.servlet.download.DownloadStreamingAnalyticsEvent
 
getElapsedTotalTime(TimeUnit) - Method in interface com.atlassian.confluence.util.profiling.TimerSnapshot
 
getElementIdCreator() - Method in class com.atlassian.confluence.renderer.PageContext
 
getElements(int, int) - Method in interface com.atlassian.confluence.core.ListBuilderCallback
 
getElements(int, int) - Method in class com.atlassian.confluence.core.SingleListBuilderCallback
 
getElementText() - Method in class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
getElementText() - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
 
getElementValues() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.CollectionOfElements
 
getEllipsisCrumbs(List<Breadcrumb>) - Method in class com.atlassian.confluence.themes.GlobalHelper
Returns the subset of the breadcrumbs which should be hidden under an ellipsis: The first crumb (e.g.
getEmail() - Method in class com.atlassian.confluence.api.model.people.KnownUser
 
getEmail() - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
getEmail() - Method in class com.atlassian.confluence.api.model.people.UserDetailsForUpdate
 
getEmail() - Method in class com.atlassian.confluence.internal.user.DeferredLookupUser
 
getEmail() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getEmail() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getEmail() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
getEmail() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
getEmail() - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
getEmail() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getEmail() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
getEmail() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
getEmail() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
getEmail() - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
getEmail() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getEmail() - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
getEmail() - Method in class com.atlassian.confluence.user.DeletedUser
 
getEmail() - Method in class com.atlassian.confluence.user.extras.entities.UserCreateRequestEntity
 
getEmail() - Method in class com.atlassian.confluence.user.PersonalInformation
Deprecated.
getEmail() - Method in class com.atlassian.confluence.user.ReadOnlyConfluenceUser
Deprecated.
 
getEmail() - Method in class com.atlassian.confluence.user.UnknownUser
 
getEmail() - Method in class com.atlassian.confluence.user.UserForm
 
getEmail() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
getEmail() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserProfile
getEmailAddress() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
getEmailAddress() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getEmailAddress() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
getEmailAddressVisibility() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
getEmailAddressVisibility() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getEmailAddressVisibilityTypes() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
getEmailFilter() - Method in class com.atlassian.confluence.user.UserPickerFilter
 
getEmailsAttempted() - Method in class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
getEmailsSent() - Method in class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
getEmailTerm() - Method in class com.atlassian.confluence.internal.user.UserSearchRequest
 
getEmailTerm() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getEmbeddedLicenses() - Method in class com.atlassian.sal.confluence.license.MultiProductLicenseDetailsImpl
 
getEmbededImage() - Method in class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
 
getEmptyCursorBy(ContentType) - Static method in class com.atlassian.confluence.api.service.pagination.CursorFactory
 
getEnabledCustomContentTypes() - Method in interface com.atlassian.confluence.content.ContentTypeManager
Get all CustomContentTypes currently enabled in the system
getEnabledCustomContentTypes() - Method in class com.atlassian.confluence.impl.content.DefaultContentTypeManager
 
getEnabledMacro(String) - Method in class com.atlassian.confluence.renderer.DefaultMacroManager
 
getEnabledModuleDescriptorsByClass(Class<D>) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getEnabledModulesByClass(Class<M>) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getEnabledPlugin(String) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getEnabledPluginModule(String) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getEnabledPlugins() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
Retrieves the list of enabled plugins.
getEnabledPlugins() - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getEnabledPlugins() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
Returns the list of enabled Plugin objects ordered by name, or an empty list if the currently enabled plugins could not be determined.
getEncodedContentPermission(ContentPermission) - Static method in class com.atlassian.confluence.impl.search.v2.lucene.ContentPermissionSearchUtils
 
getEncodedGroupName(String) - Method in class com.atlassian.confluence.impl.search.v2.DefaultContentPermissionCalculator
 
getEncodedGroupName(String) - Static method in class com.atlassian.confluence.impl.search.v2.lucene.ContentPermissionSearchUtils
 
getEncodedGroupName(String) - Method in interface com.atlassian.confluence.search.v2.ContentPermissionCalculator
 
getEncodedKey() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
getEncodedKey() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.legacy.HibernateKey
 
getEncodedKey() - Method in interface com.atlassian.confluence.security.trust.TrustedToken
 
getEncodedPermissionsCollection(ContentPermissionSet) - Method in class com.atlassian.confluence.impl.search.v2.DefaultContentPermissionCalculator
 
getEncodedPermissionsCollection(ContentPermissionSet) - Static method in class com.atlassian.confluence.impl.search.v2.lucene.ContentPermissionSearchUtils
Encodes and collects permissions from the contentPermissionSet
getEncodedPermissionsCollection(ContentPermissionSet) - Method in interface com.atlassian.confluence.search.v2.ContentPermissionCalculator
Encodes the user keys and groups in the contentPermissionSet for storage in index
getEncodedToken() - Method in interface com.atlassian.confluence.security.trust.TrustedToken
 
getEncodedUserKey(ConfluenceUser) - Method in class com.atlassian.confluence.impl.search.v2.DefaultContentPermissionCalculator
 
getEncodedUserKey(ConfluenceUser) - Static method in class com.atlassian.confluence.impl.search.v2.lucene.ContentPermissionSearchUtils
 
getEncodedUserKey(ConfluenceUser) - Method in interface com.atlassian.confluence.search.v2.ContentPermissionCalculator
 
getEncodedUserKey(UserKey) - Method in class com.atlassian.confluence.impl.search.v2.DefaultContentPermissionCalculator
 
getEncodedUserKey(UserKey) - Static method in class com.atlassian.confluence.impl.search.v2.lucene.ContentPermissionSearchUtils
 
getEncodedUserKey(UserKey) - Method in interface com.atlassian.confluence.search.v2.ContentPermissionCalculator
 
getEncodedUserName() - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
getEncoder() - Method in class com.atlassian.confluence.search.v2.DefaultHighlightParams
 
getEncoder() - Method in interface com.atlassian.confluence.search.v2.HightlightParams
The encoding required for highlight result.
getEncoding() - Method in class com.atlassian.confluence.languages.Language
 
getEncoding() - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
getEncoding() - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
getEncryptionKeyPath(String) - Method in class com.atlassian.confluence.impl.user.crowd.EncryptionSettingsImpl
 
getEncryptionProvider() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
getEnd() - Method in class com.atlassian.confluence.impl.profiling.TimedAnalyticsImpl.TimedAnalyticsEvent
Operation end time, relative to application start time
getEnd() - Method in class com.atlassian.confluence.web.rangerequest.RangeRequest
 
getEndDate() - Method in class com.atlassian.confluence.schedule.ScheduledJobHistory
 
getEndIndex() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getEndIndex() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getEndpoints(String) - Static method in class com.atlassian.confluence.impl.health.web.JohnsonPageEndpointsProvider
Returns the URLs of the endpoints used by the Johnson page.
getEnrichedPropertyTypes(Type) - Method in class com.atlassian.confluence.plugins.restapi.enrich.documentation.RequestEntityEnricher
 
getEnrichedPropertyTypes(Type) - Method in class com.atlassian.confluence.plugins.restapi.enrich.model.ContentEnricher
 
getEnrichedPropertyTypes(Type) - Method in class com.atlassian.confluence.plugins.restapi.enrich.model.RestListLinkEnricher
 
getEnrichedPropertyTypes(Type) - Method in class com.atlassian.confluence.plugins.restapi.enrich.model.SpaceEnricher
 
getEnrichedPropertyTypes(Type) - Method in interface com.atlassian.confluence.plugins.restapi.enrich.RestObjectEnricher
Get the types of the properties that may possibly be provided by this enricher.
getEnrichedPropertyTypes(Type, boolean) - Method in class com.atlassian.confluence.api.impl.DefaultApiRestEntityFactory
 
getEnrichedPropertyTypes(Type, boolean) - Method in interface com.atlassian.confluence.core.ApiRestEntityFactory
Get the types of the properties that may possibly be provided by the enrichers.
getEnrichedPropertyTypes(Type, boolean) - Method in class com.atlassian.confluence.plugins.restapi.enrich.DefaultRestEntityEnrichmentManager
 
getEnrichedPropertyTypes(Type, boolean) - Method in interface com.atlassian.confluence.rest.serialization.jackson2.enrich.RestEntityEnrichmentManager
Get the types of the properties that may possibly be provided by the enrichers.
getEnrichedPropertyTypes(Type, boolean) - Method in class com.atlassian.integrationtest.confluence.rest.serialization.jackson2.enrich.MockRestEntityEnrichmentManager
 
getEnrichedPropertyTypes(String...) - Method in class com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher
Get the 'links' property type that a link enricher provides.
getEntities() - Method in class com.atlassian.confluence.core.service.AbstractSingleEntityLocator
 
getEntities() - Method in interface com.atlassian.confluence.core.service.EntityLocator
Get the entities that match the query represented by this locator.
getEntity() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getEntity() - Method in interface com.atlassian.confluence.content.Content
Gets the ContentEntityObject that backs this piece of content.
getEntity() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Get the current ContentEntityObject for this context.
getEntity() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getEntity() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlFragmentTimeoutEvent
 
getEntity() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlMacroTimeoutEvent
 
getEntity() - Method in class com.atlassian.confluence.content.service.blogpost.IdBlogPostLocator
 
getEntity() - Method in class com.atlassian.confluence.content.service.IdContentLocator
 
getEntity() - Method in class com.atlassian.confluence.content.service.page.AbstractPageLocator
 
getEntity() - Method in class com.atlassian.confluence.content.service.space.KeySpaceLocator
 
getEntity() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getEntity() - Method in interface com.atlassian.confluence.core.service.SingleEntityLocator
Get the entities that matches the query represented by this locator.
getEntity() - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery
 
getEntity() - Method in class com.atlassian.confluence.event.events.content.ContentRevertedEvent
 
getEntity() - Method in class com.atlassian.confluence.labels.actions.AddFavouriteAction
Used so that the links are correctly built when JS is disabled
getEntity() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
Used so that the links are correctly built when JS is disabled
getEntity() - Method in class com.atlassian.confluence.labels.actions.RemoveFavouriteAction
Used so that the links are correctly built when JS is disabled
getEntity() - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
Used so that the links are correctly built when JS is disabled
getEntity() - Method in class com.atlassian.confluence.labels.service.AbstractLabelsCommand
 
getEntity() - Method in interface com.atlassian.confluence.labels.service.AddLabelsCommand
Returns the page or blog post that the label was added to
getEntity() - Method in interface com.atlassian.confluence.labels.service.RemoveLabelCommand
Returns the page or blog post that the label was removed from.
getEntity() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getEntity() - Method in class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
Used so that the links are correctly built when JS is disabled
getEntity() - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
Used so that the links are correctly built when JS is disabled
getEntity() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getEntity() - Method in class com.atlassian.confluence.renderer.PageContext
 
getEntity() - Method in class com.atlassian.confluence.renderer.PageTemplateContext
 
getEntity() - Method in class com.atlassian.confluence.rss.FeedTimeoutEvent
 
getEntity() - Method in class com.atlassian.confluence.rss.RssRenderItem
 
getEntity() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getEntity() - Method in class com.atlassian.confluence.user.PermittedUserFinder.SearchResult
 
getEntity(String, Serializable) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
getEntity(String, String) - Method in class com.atlassian.confluence.servlet.download.AttachmentUrlParser
Gets the entity that the attachment is attached to based on the given url.
getEntityClass() - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
getEntityClass() - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
getEntityClass() - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
getEntityClass() - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
getEntityClass() - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
Get the class of the hibernate object used to persist the content type handled by this api support
getEntityClass() - Method in class com.atlassian.confluence.content.apisupport.CustomContentTypeApiSupport
 
getEntityClass() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.AncestorsEntityInfo
 
getEntityClass() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ApplicationAttributeEntityInfo
 
getEntityClass() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
getEntityClass() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryAttributeEntityInfo
 
getEntityClass() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryMappingOperationEntityInfo
 
getEntityClass() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryOperationEntityInfo
 
getEntityClass() - Method in interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
 
getEntityClass() - Method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
 
getEntityClass() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.BucketPropertySetItemEraser
 
getEntityClass() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.ContentEntityObjectEraser
 
getEntityClass() - Method in interface com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.EntityEraser
Get the class name of the Hibernate entity, for example, Label.class, Space.class etc.
getEntityClass() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.GenericEraser
 
getEntityClass() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.PageTemplateEraser
 
getEntityClass() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceEraser
 
getEntityClass() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SynchronyTablesEraser
 
getEntityClass() - Method in class com.atlassian.confluence.plugin.descriptor.restore.ImportedObjectModel
 
getEntityClass(ImportedObject) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ClassExistenceValidator
 
getEntityId() - Method in class com.atlassian.confluence.labels.service.AbstractLabelsCommand
 
getEntityId() - Method in class com.atlassian.confluence.mail.notification.actions.PageNotificationAction
 
getEntityId() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getEntityId() - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
getEntityId() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
getEntityId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.WikiToXhtmlConversionData
 
getEntityId(String, String) - Method in class com.atlassian.confluence.servlet.download.AttachmentUrlParser
Gets the entity id that the attachment is attached to based on the given url.
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BandanaDataExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BodyContentDataExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BucketsExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.Content2ContentRelationEntityDataExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentEntityDatabaseDataExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentPropertyDataExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
getEntityInfo() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.Converter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.EntityWithAdditionalDataConverter
 
getEntityInfo() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.Exporter
Returns default entity info for persister.
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.LabellingExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.NotificationDatabaseDataExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.PageTemplateExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SimpleEntityExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.GenericSiteExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SpaceDatabaseDataExporter
 
getEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BandanaDataExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BodyContentDataExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BucketsExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.Content2ContentRelationEntityDataExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentEntityDatabaseDataExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentPropertyDataExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
getEntityInfo(Class<?>) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.Converter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.EntityWithAdditionalDataConverter
 
getEntityInfo(Class<?>) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.Exporter
Returns default entity info for the particular class.
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.LabellingExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.NotificationDatabaseDataExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.PageTemplateExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SimpleEntityExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.GenericSiteExporter
 
getEntityInfo(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SpaceDatabaseDataExporter
 
getEntityInfoByClass(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
getEntityInfoByClass(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getEntityInfoByClassName(String) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getEntityInfoToUpdate() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredUpdateRecordAction
 
getEntityManager() - Method in class com.atlassian.confluence.impl.hibernate.HibernateEntityManagerProvider
 
getEntityManager() - Method in interface com.atlassian.confluence.persistence.EntityManagerProvider
Get the JPA EntityManager object from the current request's transaction.
getEntityName() - Method in class com.atlassian.confluence.renderer.BlogPostReference
 
getEntityName() - Method in class com.atlassian.confluence.renderer.BlogPostReferenceParser
 
getEntityName() - Method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpacePermissionType
 
getEntityName(Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
getEntityNameProcessor() - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceExportConfiguration
 
getEntityNames() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.GroupMembershipJournalMessage
 
getEntityNames() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.GroupMembershipEventModel
 
getEntityNames(MembershipType, Collection<String>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsEventCommand
 
getEntityObjectReadyForExports(String, String, Collection<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
 
getEntityObjects(long, long) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.OrderedEntityObjectBatchableWorkSource.EntitySource
 
getEntityObjectsIds(List<? extends EntityObject>) - Static method in class com.atlassian.confluence.util.ContentUtils
Takes a list of EntityObjects and returns the list of id's belonging to the spaces.
getEntityPersister(Class) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Get the Hibernate class persister for a particular class.
getEntityQueryParser() - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
getEntityRef() - Method in class com.atlassian.confluence.api.model.search.ContentSearchResult
 
getEntityRef() - Method in class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
getEntityRef() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getEntityRef() - Method in class com.atlassian.confluence.api.model.search.SpaceSearchResult
 
getEntityRef() - Method in class com.atlassian.confluence.api.model.search.UserSearchResult
 
getEntityType() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getEntityType() - Method in class com.atlassian.confluence.macro.count.MacroCountEvent
 
getEntityType() - Method in class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
 
getEntries() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
getEntries(ConfluenceBandanaContext) - Method in interface com.atlassian.confluence.setup.bandana.BandanaXmlParser
 
getEntries(ConfluenceBandanaContext) - Method in class com.atlassian.confluence.setup.bandana.FileBandanaXmlParser
 
getEntryPoint() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebItemModuleDescriptor
 
getEntryTypeForEvent(ContentJournalEntryTypes, T) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentManagementMultiEventsCommand
Allow to override ContentJournalEntryTypes based on value of the event
getEnumMapValueName() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
Deprecated.
getEnumToI18nKeyMapping() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
Returns a map of enum values with it alias.
getEnumValue() - Method in class com.atlassian.confluence.importexport.xmlimport.model.EnumProperty
Deprecated.
 
getEnumValueByRepresentation() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ContentTypeEnumProperty
Deprecated.
 
getEnumValues() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
Returns a list of enum values.
getEnvironmentVariables() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getEnvName() - Method in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
getError() - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
getError() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotCreationFailedEvent
 
getError() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotRestorationFailedEvent
 
getError() - Method in exception com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotException
 
getError() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeCronJobScheduleAction.Result
 
getError() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeSimpleJobScheduleAction.Result
 
getError() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction.Result
 
getError() - Method in class com.atlassian.confluence.upgrade.UpgradeError
 
getErrorCode() - Method in class com.atlassian.confluence.setup.settings.DatabaseTestResult
 
getErrorCount() - Method in class com.atlassian.confluence.jmx.RequestMetrics
 
getErrorException(ServletRequest) - Static method in class com.atlassian.confluence.servlet.ServletRequestAttributes
 
getErrorMailQueueItemsFromTasks() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
 
getErrorMessage() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getErrorMessage() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getErrorMessage() - Method in class com.atlassian.confluence.event.events.admin.RestoreFailedEvent
 
getErrorMessage() - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobResponse
 
getErrorMessage() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getErrorMessage() - Method in class com.atlassian.confluence.internal.search.ChangeDocumentIndexPolicy.PolicyCheckResult
 
getErrorMessage() - Method in class com.atlassian.confluence.json.SingleErrorJSONResult
 
getErrorMessage(String, Object...) - Method in class com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
 
getErrorMessage(String, Object...) - Method in interface com.atlassian.confluence.impl.health.ErrorMessageProvider
Returns an error message based off the specified key and arguments.
getErrorMessage(String, Object...) - Method in class com.atlassian.confluence.impl.health.I18nErrorMessageProvider
 
getErrorQueueSize() - Method in class com.atlassian.confluence.jmx.TaskQueueWrapper
 
getErrorRequestUri(ServletRequest) - Static method in class com.atlassian.confluence.servlet.ServletRequestAttributes
 
getErrors() - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
 
getErrors() - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
 
getErrors() - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Returns an iterable of the errors (if any) stored in this result.
getErrors() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun
why we get the errors for finalization i.e.
getErrors() - Method in class com.atlassian.confluence.diff.beans.ConfluenceDiffDraftBean
 
getErrors() - Method in class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl
 
getErrors() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport
 
getErrors() - Method in class com.atlassian.confluence.impl.pages.actions.AttachmentUploadHelper
 
getErrors() - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLQueryResponse
Get any errors that happened while executing the query.
getErrors() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationResult
 
getErrors() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getErrors() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
getErrors() - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
 
getErrors() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdSchemaUpgradeTask
 
getErrors() - Method in interface com.atlassian.confluence.upgrade.UpgradeTask
Return any errors that occur.
getErrors() - Method in class com.atlassian.confluence.user.administrators.DefaultEditUserGroupAdministrator
 
getErrors() - Method in interface com.atlassian.confluence.user.administrators.EditUserGroupAdministrator
 
getErrors() - Method in class com.atlassian.confluence.util.AttachFileHelper
Deprecated.
 
getErrorStatusCode(ServletRequest) - Static method in class com.atlassian.confluence.servlet.ServletRequestAttributes
 
getErrorType() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent
 
getEstimatedTimeRemaining() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
getEstimatedTimeRemainingInSec() - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskAnalyticsEvent
 
getEstimatedTotal() - Method in class com.atlassian.confluence.util.EstimatedProgressMeter
 
getEvent() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventWrapper
 
getEvent() - Method in class com.atlassian.confluence.event.events.cluster.ClusterEventWrapper
 
getEvent() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.events.DirectoryOrderUpdatedEvent
 
getEvent() - Method in class com.atlassian.confluence.internal.health.HealthCheckResult
Returns the Johnson event to be raised as a result of this result.
getEvent() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
getEvent() - Method in class com.atlassian.synchrony.Events
 
getEvent(Class<T>) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
getEvent(String) - Method in class com.atlassian.confluence.functest.rest.cluster.ClusteredEventTestingResource
 
getEventCartridge() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
getEventDroppedAlertThreadDumpCoolDown() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceEventSystemMonitorConfig
 
getEventId() - Method in class com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEvent
 
getEventId() - Method in class com.atlassian.synchrony.Events
 
getEventLevel() - Method in class com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEvent
 
getEventName() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getEventName() - Method in class com.atlassian.confluence.impl.servlet.RequestEventPublishingFilter.SimpleRequestEvent
 
getEventName() - Method in class com.atlassian.confluence.servlet.download.DownloadStreamingAnalyticsEvent
 
getEventPublisher() - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
getEventPublisher() - Method in class com.atlassian.confluence.importexport.Importer
Deprecated.
 
getEventPublisher() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getEventPublisher() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getEventPublisher() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getEventPublisher() - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
getEventPublisher() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
getEventPublisher() - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
getEvents() - Method in class com.atlassian.confluence.core.audit.MockAuditService
 
getEvents(PageRequest) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncDataFetcher
Perform paginated request to retrieve incremental sync events.
getEvents(PageRequest) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncDataFetcherImpl
Perform paginated request to retrieve incremental sync events.
getEventsBatch(String, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.ContentManagementIncrementalSyncResource
 
getEventsBatch(String, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.GlobalPermissionManagementIncrementalSyncResource
 
getEventsBatch(String, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.UserManagementIncrementalSyncResource
 
getEventsBatchLimit() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementIncrementalSyncServiceImpl
 
getEventsBatchLimit() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementIncrementalSyncServiceImpl
 
getEventsBatchLimit() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementIncrementalSyncServiceImpl
 
getEventsBatchLimit() - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncService
Get max size of the events batch, that can be handled by the incremental sync service
getEventsCount() - Method in class com.atlassian.confluence.api.model.eviction.SynchronyDatasetSize
 
getEventsCount(Long) - Method in class com.atlassian.confluence.pages.persistence.dao.DefaultSynchronyEvictionDao
 
getEventsCount(Long) - Method in interface com.atlassian.confluence.pages.persistence.dao.SynchronyEvictionDao
 
getEventThreadGroup() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceEventSystemMonitorConfig
 
getEventTimestamp() - Method in class com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation
 
getEventToPublish(String) - Method in interface com.atlassian.confluence.event.Evented
Gets the event to publish.
getEventToPublish(String) - Method in class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
Deprecated.
 
getEventToPublish(String) - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.plugins.labels.actions.RankListLabelsAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.plugins.templates.actions.ListPageTemplatesAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.plugins.templates.actions.RemovePageTemplateAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.security.actions.ViewGlobalPermissionsAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceEntryAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.spaces.actions.RemoveSpaceEntryAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.spaces.actions.SpaceAdminAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.user.actions.ConfirmEmailAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
getEventToPublish(String) - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
getEventType() - Method in class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent
Deprecated.
since 5.10
getEventType() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
getEventTypeEnum() - Method in class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent
 
getEvictedCount() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsEvent
 
getEvictionLimit() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
getEvictionType() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
getExampleLatency() - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
getExceededTimeInMilliseconds() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlFragmentTimeoutEvent
 
getExceededTimeInMilliseconds() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlMacroTimeoutEvent
 
getExceededTimeInMilliseconds() - Method in exception com.atlassian.confluence.content.render.xhtml.XhtmlTimeoutException
 
getExceededTimeInMilliseconds() - Method in class com.atlassian.confluence.rss.FeedTimeoutEvent
 
getException() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager.RunImpl
 
getException() - Method in interface com.atlassian.confluence.upgrade.UpgradeFinalizationManager.Run
 
getExceptionEntities() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getExceptionMessage() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun.Error
 
getExceptionMessage() - Method in class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl.ErrorImpl
 
getExceptions() - Method in class com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator.MigrationResult
 
getExceptionType() - Method in class com.atlassian.confluence.logging.ErrorLoggedEvent
 
getExcerpt() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getExcerpt() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
Deprecated, for removal: This API element is subject to removal in a future version.
getExcerpt() - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated, for removal: This API element is subject to removal in a future version.
getExcerpt() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getExcerpt() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getExcerpt() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getExcerpt() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
getExcerpt() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getExcerpt(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
getExcerpt(ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.view.excerpt.Excerpter
Returns the already created excerpts of content.
getExcerpt(ContentEntityObject) - Method in class com.atlassian.confluence.util.ExcerptHelper
Returns the body of an excerpt macro (including any xhtml tags).
getExcerpt(ContentEntityObject, PageContext) - Method in class com.atlassian.confluence.util.ContentMacrosHelper
 
getExcerptStrategy() - Method in class com.atlassian.confluence.api.model.search.SearchOptions
 
getExcerptSummary(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
getExcerptSummary(ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.view.excerpt.Excerpter
Returns the summary of an already created excerpt of content.
getExcerptSummary(ContentEntityObject) - Method in class com.atlassian.confluence.util.ExcerptHelper
Returns the first line of an excerpt macro as plain text (all xhtml tags will be stripped)
getExclude() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
getExclude() - Method in interface com.atlassian.confluence.security.CaptchaManager
 
getExclude() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
getExclude() - Method in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
getExcludedGroups() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
getExcludedHtmlElements() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
 
getExcludedLastHtmlElements() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
a set of html tags that the excerpter will attempt to not finish on.
getExcludedMethodNames() - Method in interface com.atlassian.confluence.impl.audit.handler.AuditHandlerDescription
Get a set of the method names that this handler will specifically not use.
getExcludedSchemaMigrationPoints() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
getExcludedSpaceKeys() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getExcludeOptions() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
getExecutionCount() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetrics
 
getExecutionCount() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getExecutor() - Method in class com.atlassian.confluence.event.ConfluencePoolBasedEventExecutorFactory
Deprecated.
 
getExecutor() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getExecutorService() - Method in interface com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventService
Deprecated.
Returns the distributed executor service for the given
getExecutorService() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastExecutorClusterEventService
Deprecated.
 
getExecutorService() - Method in class com.atlassian.confluence.internal.content.collab.ReconciliationExecutorService
 
getExecutorService() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyScheduledExecutorServiceProvider
Returns scheduled executor service.
getExistingByApiUser(User) - Method in interface com.atlassian.confluence.dmz.user.UserAccessorInternal
Retrieve the corresponding ConfluenceUser (if any) for a user, by user key or username
getExistingByApiUser(User) - Method in interface com.atlassian.confluence.user.ConfluenceUserResolver
 
getExistingByApiUser(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getExistingByApiUser(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getExistingContentEntityObject() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
getExistingContentId() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
getExistingContentId() - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
getExistingDraft() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getExistingDraftId() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getExistingEntityFinder(Class<?>, JobSource) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ExistingEntityFindersProvider
 
getExistingGroups() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
getExistingGroups() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
getExistingSidIdList(Set<String>, DenormalisedSidType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.dao.DenormalisedSidDao
Retrieves a list of existing sid ids.
getExistingSids(Set<String>, DenormalisedSidType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.dao.DenormalisedSidDao
Retrieves a list of existing sids.
getExistingUserByKey(UserKey) - Method in interface com.atlassian.confluence.user.ConfluenceUserResolver
 
getExistingUserByKey(UserKey) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getExistingUserByKey(UserKey) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getExistingUserByKey(UserKey) - Method in interface com.atlassian.confluence.user.UserAccessor
Returns the user with the specified user key, or null if the user doesn't exist or the key is null.
getExistingUserByPerson(Person) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getExistingUserByPerson(Person) - Method in interface com.atlassian.confluence.dmz.user.UserAccessorInternal
Retrieve the corresponding ConfluenceUser (if any) for a Person, by username, or user key
getExistingUserByPerson(Person) - Method in interface com.atlassian.confluence.user.ConfluenceUserResolver
 
getExistingUserByPerson(Person) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getExitAction() - Method in class com.atlassian.confluence.internal.index.event.SourceNodeLeftClusterDuringPropagationEvent
Returns the action to be taken when the source node exits the cluster.
getExpandedValue() - Method in class com.atlassian.confluence.extra.paste.rest.ShortcutLinkConfigurationsResource.ShortcutLinkConfigurationEntity
 
getExpandedValue() - Method in class com.atlassian.confluence.renderer.ShortcutLinkConfig
 
getExpansionRootPaths(Type) - Method in class com.atlassian.confluence.plugins.graphql.extensions.ExpansionFieldsExtension
 
getExpansions() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractFinder
 
getExpDecayParameters() - Method in class com.atlassian.confluence.search.v2.score.ModifiedRecencyScoreFunction
 
getExpectedCellTypes() - Method in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
 
getExpectedSize() - Method in exception com.atlassian.confluence.pages.attachments.AttachmentDataStreamSizeMismatchException
 
getExpectedTotal() - Method in interface com.atlassian.confluence.core.BatchOperation
 
getExpirationTs() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
MostUsedLabelsCacheRecord.expirationTs
getExpirationTs() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
 
getExpiredCount() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getExpiredCount() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsEvent
 
getExpiredCount() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getExpiryDate() - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel
 
getExplain() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResult
 
getExplain() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Returns query explanation if it is requested see ISearch.isExplain().
getExplanations() - Method in class com.atlassian.confluence.internal.search.v2.lucene.TopDocuments
 
getExplicitLogout() - Method in class com.atlassian.confluence.event.events.security.LogoutEvent
 
getExplicitPermissionSetsFor(Collection<Long>) - Method in interface com.atlassian.confluence.security.persistence.dao.ContentPermissionSetDao
Get a map between content id and permission set.
getExplicitPermissionSetsFor(Collection<Long>) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
getExportBuildNumber(boolean) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getExportBuildNumber(boolean) - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
Tells the earliest version the exports will be compatible with.
getExportBuildNumber(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getExportBuildNumber(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns the backward-compatibility of an export
getExportBuildNumber(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getExportDescriptor() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getExportDescriptor() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
getExportDescriptor() - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
getExportDescriptor(Unzipper) - Static method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
getExportDescriptor(File) - Static method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
getExportDirectory() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getExporterName() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.GenericSiteExporter
 
getExporterName() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.site.WholeTableExporter
 
getExportFile(String...) - Method in interface com.atlassian.confluence.importexport.impl.ExportFileNameGenerator
Generate a File that can be used to create an output.
getExportFileName(String...) - Method in class com.atlassian.confluence.importexport.impl.ConfluenceTempDirExportFileNameGenerator
 
getExportFileName(String...) - Method in interface com.atlassian.confluence.importexport.impl.ExportFileNameGenerator
Generate a unique file name encompassing the differentiator parameters supplied.
getExportLinkFormatter() - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
Returns the ExportLinkFormatter for the exporter.
getExportLinkFormatter() - Method in class com.atlassian.confluence.impl.importexport.HtmlExporter
 
getExportPath() - Method in class com.atlassian.confluence.importexport.impl.ExportImageDescriptor
 
getExportPath() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
 
getExportPath() - Method in class com.atlassian.confluence.pages.Attachment
 
getExportPath() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getExportPathForThumbnail() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
 
getExportPathForThumbnail() - Method in class com.atlassian.confluence.pages.Attachment
 
getExportPathForThumbnail() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getExportRoot() - Static method in class com.atlassian.confluence.servlet.download.ExportDownload
Deprecated.
since 2.7
getExportScope() - Method in class com.atlassian.confluence.event.events.admin.AsyncExportFinishedEvent
 
getExportScope() - Method in class com.atlassian.confluence.event.events.admin.ExportFinishedEvent
Deprecated.
 
getExportScope() - Method in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
getExportScope() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getExportScope() - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
getExportType() - Method in class com.atlassian.confluence.event.events.admin.AsyncExportFinishedEvent
 
getExportType() - Method in class com.atlassian.confluence.event.events.admin.ExportFinishedEvent
Deprecated.
 
getExportType() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getExportType() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
getExtension(String) - Method in class com.atlassian.confluence.api.model.content.Content
 
getExtensions() - Method in class com.atlassian.confluence.api.model.content.Content
 
getExtensions(Iterable<Attachment>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
getExtensions(Iterable<Comment>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
getExtensions(Iterable<Comment>, Expansions) - Method in interface com.atlassian.confluence.content.apisupport.CommentExtensionsSupport
Get the map of extension properties for each of the comment entities
getExtensions(Iterable<Comment>, Expansions) - Method in class com.atlassian.confluence.content.apisupport.NullCommentExtensionsSupport
 
getExtensions(Iterable<Page>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
getExtensions(Iterable<T>, Expansions) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
Get the set of extension properties for the collection of contentEntity Ids.
getExtensions(Iterable<T>, Expansions) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
Get the set of extension properties for the collection of contentEntity Ids.
getExternalBaseUrl() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder.SynchronyEnvironment
 
getExternalGroupCount(long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
getExternalGroupCount(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
getExternalId() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
getExternalId() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
getExternalLinks() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
getExternalMemberNames(Group) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
getExternalReferences() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getExternalSmallIconUrl(MacroMetadata) - Method in class com.atlassian.confluence.macro.browser.DefaultMacroIconManager
 
getExternalSmallIconUrl(MacroMetadata) - Method in interface com.atlassian.confluence.macro.browser.MacroIconManager
Retrieve a the Url to a small icon for a macro.
getExternalUserManagement() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
getExtractedLinks() - Method in class com.atlassian.confluence.links.LinkExtractor
 
getExtractedUrls() - Method in class com.atlassian.confluence.importexport.impl.HtmlImageProcessingRule
 
getExtractedUrls() - Method in interface com.atlassian.confluence.importexport.impl.ImageProcessingRule
Gets the set of ExportImageDescriptor representing the image tag urls that were extracted during processing.
getExtractor() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DocValuesFieldValueSource
Deprecated.
 
getExtraFields() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getExtraFields() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getExtraFields() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getExtraFields() - Method in interface com.atlassian.confluence.search.v2.SearchResult
If the retrieved documents contain additional fields that cannot be directly accessed by this interface then they can be retrieved via this method.
getExtraQueryParameters() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
getExtraQueryParameters() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
getFactor() - Method in class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction
 
getFailedAction() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent
 
getFailedAddresses() - Method in class com.atlassian.confluence.user.notifications.NotificationSendResult
 
getFailedEntryId() - Method in class com.atlassian.confluence.api.service.journal.EntryProcessorResult
 
getFailedNodeIds() - Method in class com.atlassian.confluence.internal.index.event.ReindexFailureAnalyticsEvent
 
getFailureCount() - Method in class com.atlassian.confluence.api.testsupport.model.eviction.ExtendedSynchronyDatasetSize
 
getFailureCount() - Method in class com.atlassian.confluence.api.testsupport.model.eviction.SynchronyDatasetSizeWithFailure
 
getFailureEvent(String) - Method in class com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
 
getFailureEvent(String) - Method in class com.atlassian.confluence.impl.health.checks.rules.MsSqlCollationRule
 
getFailureEvent(String) - Method in class com.atlassian.confluence.impl.health.checks.rules.MySqlCollationRule
 
getFailureEvent(String) - Method in class com.atlassian.confluence.impl.health.checks.rules.SqlServerSetupRule
 
getFailureMessageKey() - Method in class com.atlassian.confluence.impl.health.checks.rules.AbstractDatabaseCollationRule
 
getFailureMessageKey() - Method in class com.atlassian.confluence.impl.health.checks.rules.PostgresCollationRule
 
getFakeObjectForIdGeneration(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.FakeObjectProvider
Provides fake object required for Hibernate to use the proper id generator
getFallbackColorForDesignTokenColor(String) - Static method in class com.atlassian.confluence.util.ColourUtils
 
getFamily() - Method in enum class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.AdditionalStatus
Get the class of status code
getFaviconFormAsHtml() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getFavourite() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getFavourite() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getFavourite() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getFavouriteLabellingsByContentIds(Collection<ContentId>, UserKey) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getFavouriteLabellingsByContentIds(Collection<ContentId>, UserKey) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getFavouriteLabellingsByContentIds(Collection<ContentId>, UserKey) - Method in interface com.atlassian.confluence.labels.LabelManager
Get the labellings that represent the favourite labellings for the given user on the given content.
getFavouriteLabellingsByContentIds(Collection<Long>, UserKey) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
getFavouriteLabellingsByContentIds(Collection<Long>, UserKey) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
getFavouriteManager() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getFavouriteSpaceKeys(ConfluenceUser) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.FavouriteSpacesTab
 
getFavouriteSpaces() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getFavouriteSpaces() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getFavouriteSpaces() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
getFavouriteSpaces() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getFavouriteSpaces(User) - Method in class com.atlassian.confluence.internal.search.SpacePickerHelper
Deprecated.
 
getFavouriteSpaces(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getFavouriteSpaces(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getFavouriteSpaces(String) - Method in interface com.atlassian.confluence.labels.LabelManager
 
getFavouriteSpaces(String) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
getFavouriteSpaces(String) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
getFeature(String) - Method in class com.atlassian.confluence.darkfeatures.rest.DarkFeatureSiteResource
 
getFeature(String) - Method in class com.atlassian.confluence.darkfeatures.rest.DarkFeatureUserResource
 
getFeatureKey() - Method in class com.atlassian.confluence.admin.actions.SiteDarkFeaturesAction
 
getFeatureKey() - Method in class com.atlassian.confluence.event.events.admin.SiteDarkFeatureDisabledEvent
 
getFeatureKey() - Method in class com.atlassian.confluence.event.events.admin.SiteDarkFeatureEnabledEvent
 
getFeaturesEnabledForAllUsers() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
getFeaturesEnabledForAllUsers() - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
getFeaturesEnabledForCurrentUser() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
getFeaturesEnabledForCurrentUser() - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
getFeaturesEnabledForUser(UserKey) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
getFeaturesEnabledForUser(UserKey) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
getFeedType() - Method in class com.atlassian.confluence.rss.RssFeedExecutionEvent
 
getField() - Method in class com.atlassian.confluence.setup.settings.FieldChange
 
getField(String) - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getField(String) - Method in interface com.atlassian.confluence.search.v2.BaseSearchResult
Returns the contents of the field as a string.
getField(String) - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getFieldErrors() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getFieldErrors() - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
getFieldErrors() - Method in interface com.atlassian.confluence.validation.MessageHolder
 
getFieldMap() - Method in class com.atlassian.confluence.search.v2.ScannedDocument
 
getFieldMapping() - Method in class com.atlassian.confluence.search.v2.sort.LowercaseFieldSort
 
getFieldMappings() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneChangeExtractor.Mappings
 
getFieldMappings() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
getFieldMappings() - Method in class com.atlassian.confluence.internal.index.v2.AtlassianContentDocumentBuilder.FieldMappings
 
getFieldMappings() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertyIndexSchema
 
getFieldMappings() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
getFieldMappings() - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingsProvider
 
getFieldMappings() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager
Get or add field mappings on this index.
getFieldMappings() - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
getFieldMappings() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
getFieldMappings() - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
getFieldMappings() - Method in class com.atlassian.confluence.search.v2.SearchFieldMappings.ChangeMappingsProvider
 
getFieldMappings() - Method in class com.atlassian.confluence.search.v2.SearchFieldMappings.ContentMappingsProvider
 
getFieldMappings() - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
 
getFieldName() - Method in interface com.atlassian.confluence.api.model.validation.FieldValidationError
 
getFieldName() - Method in class com.atlassian.confluence.api.model.validation.SimpleFieldValidationError
 
getFieldName() - Method in class com.atlassian.confluence.core.service.FieldValidationError
 
getFieldName() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DocValuesFieldValueSource
Deprecated.
 
getFieldName() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
getFieldName() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
getFieldName() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestFieldValidationError
 
getFieldName() - Method in enum class com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRangeQueryType
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.DoubleRangeQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.FieldExistsQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.IntegerRangeQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.LongRangeQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.PhraseQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.PrefixQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.TermQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.TermSetQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.TextSearchQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.query.WildcardTextFieldQuery
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.score.DoubleFieldValueSource
 
getFieldName() - Method in interface com.atlassian.confluence.search.v2.score.FieldValueSource
Returns field name where the numerical value comes from.
getFieldName() - Method in class com.atlassian.confluence.search.v2.score.FloatFieldValueSource
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.score.IntFieldValueSource
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.score.LongFieldValueSource
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.sort.FieldSort
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.sort.LowercaseFieldSort
 
getFieldName() - Method in class com.atlassian.confluence.search.v2.sort.UserAttributeSort
Deprecated.
 
getFieldName1() - Method in class com.atlassian.confluence.util.misc.AlternateRequiredStringValidator
 
getFieldName2() - Method in class com.atlassian.confluence.util.misc.AlternateRequiredStringValidator
 
getFieldNames() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResult
 
getFieldNames() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchResult
 
getFieldNames() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getFieldNames() - Method in interface com.atlassian.confluence.search.v2.BaseSearchResult
Return names of all fields of a given document.
getFieldNames() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getFieldNames() - Method in class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
getFieldNames(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getFields() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.AncestorsEntityInfo
 
getFields() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ApplicationAttributeEntityInfo
 
getFields() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
getFields() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryAttributeEntityInfo
 
getFields() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryMappingOperationEntityInfo
 
getFields() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryOperationEntityInfo
 
getFields() - Method in interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
 
getFields() - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearchSectionSpec
Requested fields from the search index.
getFields() - Method in class com.atlassian.confluence.search.v2.AtlassianDocument
 
getFields() - Method in class com.atlassian.confluence.search.v2.FieldMappings
 
getFields() - Method in class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
 
getFields(T) - Method in interface com.atlassian.confluence.search.v2.SearchManager.Categorizer
Return Set of fields of the given category to load.
getFieldsBoost() - Method in class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
getFieldType() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
getFieldValue(String) - Method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
Returns the value of the property
getFieldValue(String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResult
 
getFieldValue(String) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchResult
 
getFieldValue(String) - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
Return a string value of a field of a given document, if the field has multiple values then return last value, if there is no such field then return null.
getFieldValue(String) - Method in class com.atlassian.confluence.search.v2.ScannedDocument
Get the first value of the field
getFieldValues() - Method in class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
getFieldValues(String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResult
 
getFieldValues(String) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchResult
 
getFieldValues(String) - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
Return set of string values of a field of a given document, if the field has single value then return singleton set of that value, if there is no such field then return empty set.
getFieldValues(String) - Method in interface com.atlassian.confluence.search.v2.BaseSearchResult
Return set of string values of a field of a given document, if the field has single value then return singleton set of that value, if there is no such field then return empty set.
getFieldValues(String) - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getFieldValuesTransformer() - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearchSectionSpec
Returns a function that transforms a list of field value map into the one of SearchResult.
getFile() - Method in class com.atlassian.confluence.api.model.content.AttachmentUpload
 
getFile() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
getFile() - Method in class com.atlassian.confluence.core.UploadedResource
 
getFile() - Method in class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.FileWrapper
Deprecated.
 
getFile() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.FileInfo
 
getFile(LuceneIndexSnapshot) - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.DefaultLuceneIndexSnapshotManager
 
getFile(LuceneIndexSnapshot) - Method in interface com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotManager
Obtain location of an index snapshot.
getFile(String, JobScope) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Returns a file from the restore directory if it exists.
getFileCreationException() - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
getFileCreationException() - Method in class com.atlassian.confluence.util.FileNameEncodingTester
 
getFileDeleteTime() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getFileDeleteTime() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getFileExists() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter
 
getFileExtension() - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentListViewEvent
 
getFileExtension() - Method in class com.atlassian.confluence.pages.Attachment
Returns the file extension of the attachment.
getFileExtension() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getFileExtension() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Returns the file extension of the attachment.
getFileExtension() - Method in class com.atlassian.confluence.renderer.embedded.EmbeddedObject
 
getFileExtension() - Method in class com.atlassian.confluence.search.v2.query.FileExtensionQuery
 
getFileExtension() - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
getFileExtensions() - Method in interface com.atlassian.confluence.index.attachment.AttachmentTextExtractor
Return list of file extensions that this extractor supports.
getFileExtensions() - Method in class com.atlassian.confluence.internal.search.extractor2.StubAttachmentTextExtractor
 
getFileLocation() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataStorageLocationResolver
 
getFileLocation() - Method in interface com.atlassian.confluence.pages.persistence.dao.FileLocationResolver
Deprecated.
 
getFileLocation() - Method in class com.atlassian.confluence.pages.persistence.dao.SimpleFileLocationResolver
 
getFilename() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
 
getFilename() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
getFilename() - Method in class com.atlassian.confluence.core.UploadedResource
 
getFilename() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
getFileName() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
getFileName() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.ViewDefaultDecoratorAction
 
getFileName() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getFileName() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings
Returns name of the file that is used for restore.
getFileName() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings
Returns name of the file that is used for restore.
getFileName() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getFileName() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
getFileName() - Method in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
getFileName() - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentBean
 
getFileName() - Method in class com.atlassian.confluence.pages.actions.beans.FileStorer
Deprecated.
 
getFileName() - Method in class com.atlassian.confluence.pages.Attachment
 
getFileName() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getFileName() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getFileName() - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
getFileName() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Name of the file.
getFileName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
getFileName() - Method in interface com.atlassian.confluence.search.v2.SearchableAttachment
Gets the filename of this attachment.
getFileName() - Method in class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
getFileNamePrefix() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings
 
getFileNamePrefix() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings
 
getFileNamePrefix() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
getFilenamesSuccessfullyAttached() - Method in class com.atlassian.confluence.impl.pages.actions.AttachmentUploadHelper
 
getFilePath() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
getFilePath() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
 
getFilePathProperty(String) - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
getFilePathProperty(String) - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 7.14 Use ConfluenceDirectories
getFilePathProperty(String) - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
 
getFilePathProperty(String) - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
"${confluenceHome}" is replaced on the fly with the current location of confluence.
This effectively allows Confluence to be moved without breaking some system paths (like attachments).
This does not handle moves to a different drive though.
getFiles(JobScope) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Gets information of files stored in /restore/(jobScope)
getFiles(JobScope) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Gets list of FileInfo objects containing the information of files present in the site or space restore folder
getFiles(JobScope) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
getFiles(JobScope) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
getFilesInClasspathJars() - Static method in class com.atlassian.confluence.util.ClasspathUtils
Gets a list of JARs from the thread context classloader, and returns a ClasspathClasses object with the class file names and the JARs which they appear in.
getFileSize() - Method in class com.atlassian.confluence.event.events.index.IndexDocumentBuildEvent
 
getFileSize() - Method in class com.atlassian.confluence.pages.Attachment
 
getFileSize() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getFileSize() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Filesize in bytes.
getFileSize() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
getFileSize(String, JobScope) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Returns the size (in bytes) of a file in the restore directory if it exists.
getFileStoreId() - Method in class com.atlassian.confluence.pages.Attachment
 
getFileStoreId() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getFileSystemEncoding() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getFileWasUploaded() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreAddJobAnalyticsEvent
Get if backup file was uploaded (true) or selected from restore folder (false) for a restore job, Null if a backup job
getFilter() - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearchSectionSpec
 
getFilter() - Method in class com.atlassian.confluence.search.v2.score.FilteredScoreFunction
 
getFilter(String, DispatcherType) - Method in class com.atlassian.confluence.impl.webapp.SecureAccessFilterService
Get list of filter for current request url
getFilterCondition() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AllLatestVersionAttachmentIdentifier
 
getFilterCondition() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.LatestVersionWithNameMineTypeAttachmentIdentifier
 
getFilterConfig() - Method in class com.atlassian.confluence.util.zip.ConfluenceGzipFilter
Deprecated.
getFilteredAbstractPages(Space, String, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns pages and blog posts that belong to the space, exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
getFilteredAbstractPages(Space, String, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getFilteredAbstractPages(Space, List<ContentType>, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns all content in the space within any of the specified statuses and content types, limited to the pagination request.
getFilteredAbstractPages(Space, List<ContentType>, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getFilteredAbstractPages(String, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns pages and blog posts that exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
getFilteredAbstractPages(String, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getFilteredAbstractPages(List<ContentType>, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns all content in the instance within any of the specified statuses, limited to the specified content types and the pagination request.
getFilteredAbstractPages(List<ContentType>, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getFilteredAbstractPagesByTitle(String, LimitedRequest, Predicate<? super AbstractPage>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns all current pages and blog posts that exactly match the given title, that also match the given predicate, limited to the pagination request.
getFilteredAbstractPagesByTitle(String, LimitedRequest, Predicate<? super AbstractPage>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getFilteredAttachments(ContentEntityObject, LimitedRequest, Predicate<? super Attachment>) - Method in interface com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
Returns the current attachments under the CEO.
getFilteredAttachments(ContentEntityObject, LimitedRequest, Predicate<? super Attachment>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
Returns the current attachments under the CEO.
getFilteredAttachments(ContentEntityObject, LimitedRequest, Predicate<? super Attachment>) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getFilteredAttachments(ContentEntityObject, LimitedRequest, Predicate<? super Attachment>) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
Returns the current attachments under the CEO.
getFilteredBlogPosts(Space, LimitedRequest, Predicate<? super BlogPost>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns all the current blog posts in the space, limited to the pagination request.
getFilteredBlogPosts(Space, LimitedRequest, Predicate<? super BlogPost>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getFilteredBreadcrumbTrail(ConfluenceActionSupport, HttpServletRequest) - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbGenerator
Returns the breadcrumb trail after filtering.
getFilteredBreadcrumbTrail(ConfluenceActionSupport, HttpServletRequest) - Method in class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
getFilteredBreadcrumbTrail(Space, Breadcrumb) - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbGenerator
Returns the breadcrumb trail after filtering.
getFilteredBreadcrumbTrail(Space, Breadcrumb) - Method in class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
getFilteredChildren(Comment, LimitedRequest, Depth, Predicate<? super Comment>) - Method in interface com.atlassian.confluence.dmz.pages.CommentManagerInternal
Returns the children of a comment, limited to the pagination requested.
getFilteredChildren(Comment, LimitedRequest, Depth, Predicate<? super Comment>) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
Returns the children of a comment, limited to the pagination requested.
getFilteredChildren(ContentConvertible, LimitedRequest, Expansions, Depth, Predicate<? super ContentEntityObject>) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
Retrieve the children of an item of Content.
getFilteredChildren(ContentConvertible, LimitedRequest, Expansions, Depth, Predicate<? super ContentEntityObject>) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
Retrieve the children of an item of Content filtered by a predicate.
getFilteredChildrenForThisType(Comment, LimitedRequest, Expansions, Depth, Predicate<? super ContentEntityObject>) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
getFilteredChildrenForThisType(T, LimitedRequest, Expansions, Depth, Predicate<? super ContentEntityObject>) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
This method includes an additional parameter "location", it will call the default one if not overridden
getFilteredChildrenOfThisTypeForOtherType(ContentConvertible, LimitedRequest, Expansions, Depth, Predicate<? super ContentEntityObject>) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
getFilteredChildrenOfThisTypeForOtherType(ContentConvertible, LimitedRequest, Expansions, Depth, Predicate<? super ContentEntityObject>) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
This method includes an additional parameter "location", it will call the default one if not overridden
getFilteredChildrenOfThisTypeForOtherType(ContentConvertible, LimitedRequest, Expansions, Depth, Predicate<? super ContentEntityObject>) - Method in class com.atlassian.confluence.content.apisupport.CustomContentTypeApiSupport
 
getFilteredContainerComments(long, LimitedRequest, Depth, Predicate<? super Comment>) - Method in interface com.atlassian.confluence.dmz.pages.CommentManagerInternal
Returns the children comments of a ContentEntityObject, limited to the pagination requested.
getFilteredContainerComments(long, LimitedRequest, Depth, Predicate<? super Comment>) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
Returns the children comments of a ContentEntityObject, limited to the pagination requested.
getFilteredFollowees(ConfluenceUser, LimitedRequest, Predicate<ConfluenceUser>) - Method in interface com.atlassian.confluence.follow.persistence.dao.ConnectionDao
Returns a list of usernames for the users that the specified user is following
getFilteredFollowees(ConfluenceUser, LimitedRequest, Predicate<ConfluenceUser>) - Method in class com.atlassian.confluence.follow.persistence.dao.hibernate.HibernateConnectionDao
Returns a list of usernames for the users that the specified user is following
getFilteredFollowers(ConfluenceUser, LimitedRequest, Predicate<ConfluenceUser>) - Method in interface com.atlassian.confluence.follow.persistence.dao.ConnectionDao
Returns a list of users that are followers of the specified user
getFilteredFollowers(ConfluenceUser, LimitedRequest, Predicate<ConfluenceUser>) - Method in class com.atlassian.confluence.follow.persistence.dao.hibernate.HibernateConnectionDao
Returns a list of users that are followers of the specified user
getFilteredPages(LimitedRequest, Predicate<? super Page>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns all the current pages in this instance of confluence, limited to the pagination request.
getFilteredPages(LimitedRequest, Predicate<? super Page>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getFilteredPages(Space, LimitedRequest, Predicate<? super Page>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns all the current pages in the space, limited to the pagination request.
getFilteredPages(Space, LimitedRequest, Predicate<? super Page>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getFilteredRuntimeInformation() - Static method in class com.atlassian.confluence.impl.startup.ConfluenceRuntimeInformationFactory
 
getFilteredUsers(Collection) - Method in class com.atlassian.confluence.user.UserPickerFilter
 
getFilterName() - Method in class com.atlassian.confluence.impl.webapp.SecureAccessServletFilterConfig
 
getFilterPreparationDurationMillis() - Method in class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
 
getFilters() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
getFilters(FilterLocation, String, FilterConfig, FilterDispatcherCondition) - Method in class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
getFilters(FilterLocation, String, FilterConfig, FilterDispatcherCondition) - Method in class com.atlassian.confluence.plugin.servlet.filter.JohnsonedEnhancedServletModuleManagerWrapper
 
getFilters(FilterLocation, String, FilterConfig, DispatcherType) - Method in class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
getFilters(FilterLocation, String, FilterConfig, DispatcherType) - Method in class com.atlassian.confluence.plugin.servlet.filter.JohnsonedEnhancedServletModuleManagerWrapper
 
getFinalizationRun() - Method in interface com.atlassian.confluence.cluster.NodeZduInfo
 
getFinalizationRun() - Method in class com.atlassian.confluence.impl.cluster.NodeZduInfoImpl
 
getFinalizedBuildNumber() - Method in class com.atlassian.confluence.core.persistence.hibernate.CachingVersionHistoryDao
 
getFinalizedBuildNumber() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateVersionHistoryDao
 
getFinalizedBuildNumber() - Method in interface com.atlassian.confluence.core.persistence.VersionHistoryDao
Obtains the latest build number to have been finalized using VersionHistoryDao.finalizeBuild(int).
getFinalizedBuildNumber() - Method in class com.atlassian.confluence.impl.setup.BootstrapDatabaseAccessor.BootstrapDatabaseData
 
getFinalizedConfiguredBuildNumber() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
getFinderList() - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.CompoundExistingEntityFinder
 
getFinished() - Method in class com.atlassian.confluence.event.events.space.SpaceDeletionIterationCompletedEvent
 
getFinished() - Method in class com.atlassian.confluence.search.FlushStatistics
 
getFinishProcessingTime() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getFinishProcessingTime() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getFinishTime() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getFirstAvailableFont(String...) - Method in class com.atlassian.confluence.plugins.templates.servlet.DefaultFontProvider
 
getFirstAvailableFont(String...) - Method in interface com.atlassian.confluence.plugins.templates.servlet.FontProvider
Returns the first available font among the specified fonts (respects order).
getFirstAvailableFont(String...) - Method in class com.atlassian.confluence.tinymceplugin.DefaultFontProvider
 
getFirstAvailableFont(String...) - Method in interface com.atlassian.confluence.tinymceplugin.FontProvider
Returns the first available font among the specified fonts (respects order).
getFirstConfigurationUri() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
A location in Confluence at which the task's goals may be satisfied.
getFirstConfigurationUri() - Method in interface com.atlassian.confluence.admin.tasks.AdminTaskConfig
The first admin configuration page link stored in this task config.
getFirstConfigurationUri() - Method in class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
getFirstLevelNavigation() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabs
 
getFirstMatchingObjectsFrom(Iterator, ListUtils.Criterion, int) - Static method in class com.atlassian.confluence.util.ListUtils
 
getFirstMatchingObjectsFrom(Iterator, List, int) - Static method in class com.atlassian.confluence.util.ListUtils
 
getFirstName() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
getFirstPostAfter(BlogPost) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Used for finding the "previous" post to an existing post.
getFirstPostAfter(BlogPost) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getFirstPostAfter(String, Date) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Used for finding the "previous" post to an existing post
getFirstPostAfter(String, Date) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getFirstPostBefore(BlogPost) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Used for finding the "previous" post to an existing post.
getFirstPostBefore(BlogPost) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getFirstPostBefore(String, Date) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Used for finding the "previous" post to an existing post
getFirstPostBefore(String, Date) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getFirstPostInNextMonth() - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
 
getFirstPostInNextMonth(Calendar) - Method in class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
Returns the first post in the month after the current postingDay
getFirstRunTime() - Method in class com.atlassian.confluence.impl.search.IndexFlushScheduler
 
getFirstVersionAfter(long, int) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getFirstVersionAfter(long, int) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getFirstVersionBefore(long, int) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getFirstVersionBefore(long, int) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getFlagUrl() - Method in class com.atlassian.confluence.languages.Language
Returns the URL of the flag for this language
getFlashScopeUrl(String, String) - Static method in class com.atlassian.confluence.struts.flash.FlashScope
Decorate an URL with FlashScope information.
getFlowId() - Method in class com.atlassian.confluence.oauth2.OAuth2Service.OAuth2Result
 
getFlowId() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getFlowResult(HttpSession, String) - Method in interface com.atlassian.confluence.dmz.FlowRequestService
 
getFlushStarted() - Method in class com.atlassian.confluence.admin.actions.ViewIndexQueueAction
Deprecated.
 
getFlushStarted() - Method in class com.atlassian.confluence.jmx.TaskQueueWrapper
 
getFlushStatistics() - Method in class com.atlassian.confluence.event.events.search.EdgeIndexQueueFlushCompleteEvent
 
getFlushStatistics() - Method in class com.atlassian.confluence.event.events.search.IndexQueueFlushCompleteEvent
 
getFolderType() - Method in class com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent
 
getFolloweeEdge() - Method in class com.atlassian.confluence.plugins.edgeindex.ScoreConfig
 
getFolloweeUser() - Method in class com.atlassian.confluence.event.events.follow.FollowEvent
 
getFolloweeUser() - Method in class com.atlassian.confluence.follow.Connection
 
getFollowers(ConfluenceUser, PaginationQuery<ConfluenceUser, T>) - Method in class com.atlassian.confluence.follow.DefaultFollowManager
 
getFollowers(ConfluenceUser, PaginationQuery<ConfluenceUser, T>) - Method in interface com.atlassian.confluence.internal.follow.FollowManagerInternal
Deprecated.
Constructs a new Paginated response containing the followers of specified user, limited and converted by the given PaginationQuery.
getFollowers(UserKey, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.network.NetworkServiceImpl
 
getFollowers(UserKey, PageRequest) - Method in interface com.atlassian.confluence.api.service.network.NetworkService
Gets the users who are following the given user.
getFollowersList() - Method in class com.atlassian.confluence.user.actions.ViewFollowAction
 
getFollowerUser() - Method in class com.atlassian.confluence.event.events.follow.FollowEvent
 
getFollowerUser() - Method in class com.atlassian.confluence.follow.Connection
 
getFollowing(ConfluenceUser, PaginationQuery<ConfluenceUser, T>) - Method in class com.atlassian.confluence.follow.DefaultFollowManager
 
getFollowing(ConfluenceUser, PaginationQuery<ConfluenceUser, T>) - Method in interface com.atlassian.confluence.internal.follow.FollowManagerInternal
Deprecated.
Returns a list of users that the specified user is following, limited and converted by the given PaginationQuery.
getFollowing(UserKey, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.network.NetworkServiceImpl
 
getFollowing(UserKey, PageRequest) - Method in interface com.atlassian.confluence.api.service.network.NetworkService
Gets the users that the given user is following.
getFollowingUsers() - Method in class com.atlassian.confluence.search.service.RecentUpdateQueryParameters
 
getFollowManager() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getFooter() - Method in class com.atlassian.confluence.core.CustomPageSettings
The page footer, can be wiki-markup
getFooterText() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
getFooterText() - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
getForgotUserPasswordActionViewDataMappings() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
getForLabel(Class<T>, int, int, Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getForLabel(Class<T>, int, int, Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getForLabel(Class<T>, int, int, Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve EditableLabelables of the supplied type which are labelled with the provided label.
getForLabels(int, int, Label...) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getForLabels(int, int, Label...) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getForLabels(int, int, Label...) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve EditableLabelables of any type which are labelled with the provided labels.
getForLabels(Class<T>, int, int, Label...) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getForLabels(Class<T>, int, int, Label...) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getForLabels(Class<T>, int, int, Label...) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve EditableLabelables of the supplied type which are labelled with the provided labels.
getForLabels(String, String, int, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getForLabels(String, String, int, int, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns any kind of Labelable entities having all of the labels supplied in the string.
getForLabels(String, String, int, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getFormat() - Method in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
 
getFormatDateSimple(Date) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
getFormatMessage(Date) - Method in class com.atlassian.confluence.core.datetime.FriendlyDateFormatter
Returns the i18n message to format the given date relative to the "now" time passed to the constructor.
getFormattedDateByUserLocale(LocalDate) - Method in class com.atlassian.confluence.api.impl.service.datetime.DateFormatServiceImpl
 
getFormattedDateByUserLocale(LocalDate) - Method in interface com.atlassian.confluence.api.service.datetime.DateFormatService
Format the given date in an appropriate format according to the user's locale.
getFormattedDateRangeDescription() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getFormattedName() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.UserDetails
Deprecated.
 
getFormattedRelativeTime(Instant) - Method in class com.atlassian.confluence.api.impl.service.datetime.DateFormatServiceImpl
 
getFormattedRelativeTime(Instant) - Method in interface com.atlassian.confluence.api.service.datetime.DateFormatService
Formats a date in a relative, friendly way.
getFormattedSizeInMegabytes() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getFormattedSizeInMegabytes() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getFormDetails() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
getFormDetails() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
getForMimeType(String, String) - Static method in enum class com.atlassian.confluence.pages.Attachment.Type
 
getForType(ContentType) - Method in interface com.atlassian.confluence.content.apisupport.ApiSupportProvider
Get the content type api support for the given content type
getForType(ContentType) - Method in class com.atlassian.confluence.content.apisupport.ContentTypeApiSupportProvider
 
getForUpdateString() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
getForwardLocation() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getForwardServletPath(ServletRequest) - Static method in class com.atlassian.confluence.servlet.ServletRequestAttributes
 
getFourOhFourActionViewDataMappings() - Method in class com.atlassian.confluence.core.actions.FourOhFourAction
 
getFragments() - Method in class com.atlassian.confluence.search.v2.summary.Summary
Returns an array of all of this summary's fragments.
getFragmentTransformers() - Method in class com.atlassian.confluence.content.render.xhtml.transformers.PluginFragmentTransformer
 
getFrameCount() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getFrameRate() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getFreeAllocatedHeap() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
Gets the amount of currently allocated heap that has not been used.
getFreeDiskSpaceInMb() - Method in class com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent
 
getFreeMemory() - Method in interface com.atlassian.confluence.util.JvmSystemResources
 
getFreeMemoryInMb() - Method in class com.atlassian.confluence.internal.diagnostics.LowMemoryAnalyticsEvent
 
getFriendly() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.DateEntity
Human readable format of this date, such as "4 minutes ago" or "Mar 11, 2010"
getFriendlyContentType() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getFriendlyDate() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getFriendlyDate() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getFriendlyLastModified() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getFriendlyName() - Method in enum class com.atlassian.confluence.search.SearchPlatform
 
getFriendlyUpdateTime() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getFrom() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRange
Deprecated.
 
getFrom() - Method in class com.atlassian.confluence.search.v2.Range
 
getFromAddress() - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
getFromContext(String) - Method in class com.atlassian.confluence.util.TemplateSupport
 
getFromDate() - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter
 
getFromDate() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
getFromName() - Method in class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
getFromName() - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
getFromName() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getFromPage() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getFromPageId() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
Hack to grab the fromPageId in the AbstractCreatePageAction.
getFromPageId() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getFromTypeString(String) - Static method in enum class com.atlassian.confluence.labels.LabelableType
 
getFullExportPath(String, ConfluenceEntityObject) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
getFullExportPath(String, ConfluenceEntityObject) - Method in class com.atlassian.confluence.impl.importexport.HtmlExporter
 
getFullFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
getFullname() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
getFullname() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
getFullName() - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
getFullName() - Method in class com.atlassian.confluence.api.model.people.UserDetailsForUpdate
 
getFullName() - Method in class com.atlassian.confluence.core.ActivityAjaxResponse
 
getFullName() - Method in class com.atlassian.confluence.internal.user.DeferredLookupUser
 
getFullName() - Method in class com.atlassian.confluence.plugins.index.api.mapping.NestedStringFieldMapping
 
getFullName() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getFullName() - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
getFullName() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getFullName() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
getFullName() - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
getFullName() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getFullName() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
getFullName() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
getFullName() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
getFullName() - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
getFullName() - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
getFullName() - Method in class com.atlassian.confluence.user.DeletedUser
 
getFullName() - Method in class com.atlassian.confluence.user.extras.entities.UserCreateRequestEntity
 
getFullName() - Method in class com.atlassian.confluence.user.PersonalInformation
Deprecated.
getFullName() - Method in class com.atlassian.confluence.user.ReadOnlyConfluenceUser
Deprecated.
 
getFullName() - Method in class com.atlassian.confluence.user.UnknownUser
 
getFullName() - Method in class com.atlassian.confluence.user.UserForm
 
getFullName() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
getFullName() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserProfile
getFullnameTerm() - Method in class com.atlassian.confluence.internal.user.UserSearchRequest
 
getFullnameTerm() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getFullTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
getFullTemplatePath() - Static method in class com.atlassian.confluence.util.LayoutHelper
 
getFullTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
getFullUpgradeHistory() - Method in class com.atlassian.confluence.core.persistence.hibernate.CachingVersionHistoryDao
 
getFullUpgradeHistory() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateVersionHistoryDao
 
getFullUpgradeHistory() - Method in interface com.atlassian.confluence.internal.persistence.VersionHistoryDaoInternal
 
getFunction() - Method in class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
 
getFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
getFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentDdlHelper
 
getFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionDdlHelper
 
getFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionSetDdlHelper
 
getFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerSpaceDdlHelper
 
getFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerSpacePermissionDdlHelper
 
getFunctions() - Method in class com.atlassian.confluence.search.v2.score.AverageScoreFunction
 
getFunctions() - Method in class com.atlassian.confluence.search.v2.score.FirstScoreFunction
 
getFunctions() - Method in class com.atlassian.confluence.search.v2.score.MaxScoreFunction
 
getFunctions() - Method in class com.atlassian.confluence.search.v2.score.MinScoreFunction
 
getFunctions() - Method in class com.atlassian.confluence.search.v2.score.MultiplyScoreFunction
 
getFunctions() - Method in class com.atlassian.confluence.search.v2.score.SumScoreFunction
 
getFutureSchedules() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction.Result
 
getFutureSchedules(String, int) - Method in class com.atlassian.confluence.plugins.schedule.admin.support.CronExpressionValidator
Finds the next execution occurrences of a cron expression from now.
getFutureSchedules(String, int, Date) - Method in class com.atlassian.confluence.plugins.schedule.admin.support.CronExpressionValidator
Finds the next execution occurrences of a cron expression from now.
GetFutureSchedulesAction - Class in com.atlassian.confluence.plugins.schedule.admin.action
Returns the future schedules as a JSON response.
GetFutureSchedulesAction() - Constructor for class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction
 
GetFutureSchedulesAction.FormattedDateTime - Class in com.atlassian.confluence.plugins.schedule.admin.action
 
GetFutureSchedulesAction.Result - Class in com.atlassian.confluence.plugins.schedule.admin.action
Contains the future schedules for a particular cron expression, or an error (and reason) if the schedules cannot be determined.
getGadgetUrl() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
getGaussDecayParameters() - Method in class com.atlassian.confluence.search.v2.score.ModifiedRecencyScoreFunction
 
getGenerateClusterAddress() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getGenerateClusterAddressSubmitted() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getGenericTypeArgs(int) - Method in class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
 
getGetFilenamesSuccessfullyAttached() - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentStorer
Deprecated.
 
getGitCommitHash() - Method in enum class com.atlassian.confluence.setup.BuildInformation
Returns the SHA-1 hash of the Git commit object this artifact is based on.
getGlobal() - Method in class com.atlassian.confluence.api.model.retention.RemovalSummary
 
getGlobalColorScheme() - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalColorSchemeResource
 
getGlobalColourScheme() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
 
getGlobalColourScheme() - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getGlobalColourScheme() - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
Retrieve the global colour scheme - for display, complete with global defaults.
getGlobalColourScheme() - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
Method returns a ChainedColour Scheme.
getGlobalColourSchemeCustom() - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getGlobalColourSchemeCustom() - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
Retrieve the global colour scheme for editing - with system defaults.
getGlobalColourSchemeCustom() - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
getGlobalColourSchemeIsolated() - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getGlobalColourSchemeIsolated() - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
Retrieve the isolated global colour scheme for editing - no global defaults.
getGlobalColourSchemeIsolated() - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
getGlobalConfiguredTheme(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getGlobalConfiguredTheme(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminThemeResource.
getGlobalConfiguredTheme(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminThemeResource.
getGlobalCssResourceCounter() - Method in interface com.atlassian.confluence.plugin.webresource.CssResourceCounterManager
Get the resource counter for the global CSS file.
getGlobalCssResourceCounter() - Method in class com.atlassian.confluence.plugin.webresource.DefaultCssResourceCounterManager
 
getGlobalCssResourcePrefix() - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Get the resource prefix for the global CSS file.
getGlobalCssResourcePrefix() - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getGlobalDefaultLanguage() - Method in class com.atlassian.confluence.languages.DefaultLanguageManager
 
getGlobalDefaultLanguage() - Method in interface com.atlassian.confluence.languages.LanguageManager
Returns the language enabled as the global default.
getGlobalDefaultLocale() - Method in class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
 
getGlobalDefaultLocale() - Method in class com.atlassian.confluence.api.model.settings.GlobalSettings
 
getGlobalDefaultLocale() - Method in class com.atlassian.confluence.setup.actions.SelectGlobalLocaleAction
 
getGlobalDefaultLocale() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getGlobalDescription() - Method in class com.atlassian.confluence.impl.settings.DefaultGlobalDescriptionManager
 
getGlobalDescription() - Method in class com.atlassian.confluence.impl.settings.DelegatingLegacySettingsManager
 
getGlobalDescription() - Method in class com.atlassian.confluence.setup.settings.DefaultGlobalDescriptionDao
 
getGlobalDescription() - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
getGlobalDescription() - Method in interface com.atlassian.confluence.setup.settings.GlobalDescriptionDao
Find the global description by content type.
getGlobalDescription() - Method in interface com.atlassian.confluence.setup.settings.GlobalDescriptionManager
 
getGlobalDescription() - Method in interface com.atlassian.confluence.setup.settings.SettingsManager
Deprecated.
 
getGlobalDescriptionById(long) - Method in class com.atlassian.confluence.setup.settings.DefaultGlobalDescriptionDao
 
getGlobalDescriptionById(long) - Method in interface com.atlassian.confluence.setup.settings.GlobalDescriptionDao
Returns the global description record by id.
getGlobalEnabledFeatures() - Method in class com.atlassian.confluence.setup.settings.DarkFeatures
Returns Dark Features enabled for all users, whether by system.property or site configuration.
getGlobalHomepageSetting() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
getGlobalLabels(User) - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
Deprecated, for removal: This API element is subject to removal in a future version.
getGlobalLabels(User) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getGlobalLabels(User) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getGlobalPageTemplate(String) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
getGlobalPageTemplate(String) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
getGlobalPageTemplates() - Method in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
getGlobalPageTemplates() - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
getGlobalPageTemplates() - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
getGlobalPermissionManagementIncrementalSyncCleaner() - Method in class com.atlassian.confluence.functest.rest.admin.IncSyncHelper
 
getGlobalPermissions() - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getGlobalPermissions() - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getGlobalPermissions() - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getGlobalPermissions() - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getGlobalPermissions() - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getGlobalPermissions() - Method in interface com.atlassian.confluence.security.SpacePermissionManager
 
getGlobalPermissions(String) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getGlobalPermissions(String) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getGlobalPermissions(String) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getGlobalPermissions(String) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getGlobalPermissions(String) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getGlobalPermissions(String) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
 
getGlobalPermissionsForGroup(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getGlobalPermissionsForGroup(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Gets the global permissions that the given group has.
getGlobalPermissionsForGroup(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getGlobalPermissionsForThisGroup() - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
 
getGlobalSettings() - Method in class com.atlassian.confluence.api.impl.service.settings.SettingsServiceImpl
 
getGlobalSettings() - Method in interface com.atlassian.confluence.api.service.settings.SettingsService
Get the current values of global settings.
getGlobalSettings() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getGlobalSettings() - Method in class com.atlassian.confluence.impl.settings.BandanaGlobalSettingsManager
 
getGlobalSettings() - Method in class com.atlassian.confluence.impl.settings.DelegatingLegacySettingsManager
 
getGlobalSettings() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
getGlobalSettings() - Method in class com.atlassian.confluence.servlet.ExportWordPageServer
 
getGlobalSettings() - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
getGlobalSettings() - Method in interface com.atlassian.confluence.setup.settings.GlobalSettingsManager
 
getGlobalSettings() - Method in interface com.atlassian.confluence.setup.settings.SettingsManager
Deprecated.
 
getGlobalSettings() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getGlobalSettings() - Static method in class com.atlassian.confluence.util.GeneralUtil
 
getGlobalSpaces() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getGlobalSpaces() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfoDTO
 
getGlobalStats() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatisticHolder
 
getGlobalStylesheet() - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
getGlobalStylesheet() - Method in interface com.atlassian.confluence.themes.StylesheetManager
Retrieve the custom global stylesheet
getGlobalTheme() - Method in class com.atlassian.confluence.functest.rest.admin.ThemeResource
 
getGlobalTheme() - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
getGlobalTheme() - Method in class com.atlassian.confluence.themes.ThemeContext
 
getGlobalTheme() - Method in interface com.atlassian.confluence.themes.ThemeManager
Gets the globally configured theme.
getGlobalThemeKey() - Method in class com.atlassian.confluence.impl.themes.BandanaThemeKeyDao
 
getGlobalThemeKey() - Method in class com.atlassian.confluence.impl.themes.CachingThemeKeyDao
 
getGlobalThemeKey() - Method in interface com.atlassian.confluence.impl.themes.ThemeKeyDao
 
getGlobalThemeKey() - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
getGlobalThemeKey() - Method in interface com.atlassian.confluence.themes.ThemeManager
 
getGlobalTimeZone() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getGrantedPermissions(UserPermission) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.NoopInternalUserPermissionDao
 
getGrantedPermissions(UserPermission, Application) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.NoopInternalUserPermissionDao
 
getGraphiqlApp() - Method in class com.atlassian.confluence.plugins.graphql.resource.GraphResource
 
getGroup() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
getGroup() - Method in class com.atlassian.confluence.event.events.group.GroupEvent
 
getGroup() - Method in class com.atlassian.confluence.event.events.group.GroupRemovingEvent
 
getGroup() - Method in class com.atlassian.confluence.schedule.ScheduledJobKey
Deprecated.
 
getGroup() - Method in class com.atlassian.confluence.search.v2.analysis.PatternTokenizerDescriptor
 
getGroup() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.GroupPermissionRow
Deprecated.
 
getGroup() - Method in class com.atlassian.confluence.security.SpacePermission
 
getGroup() - Method in class com.atlassian.confluence.user.actions.AbstractGroupAction
 
getGroup() - Method in class com.atlassian.confluence.user.UserPickerFilter
 
getGroup(String) - Method in interface bucket.user.UserAccessor
Deprecated.
Returns the group with the specified name, or null if the user doesn't exist or the name is null.
getGroup(String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
getGroup(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getGroup(String) - Method in interface com.atlassian.confluence.user.GroupResolver
Returns the group with the specified name, or null if the group doesn't exist or the name is null.
getGroup(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getGroup(String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
getGroup(String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getGroup(String, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalGroupResource
Get the user group with the group name
getGroup(String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.GroupResource
 
getGroupCount(long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
getGroupCount(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
getGroupCount(long) - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
 
getGroupCount(long) - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
getGroupCreateIfNecessary(String) - Method in interface bucket.user.UserAccessor
Deprecated.
 
getGroupCreateIfNecessary(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getGroupCreateIfNecessary(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getGroupId(Handle) - Method in class com.atlassian.confluence.internal.search.ChangeDocumentIdBuilder
Creates an id that uniquely identifies a group of change documents in the index.
getGroupId(Searchable) - Method in class com.atlassian.confluence.internal.search.ChangeDocumentIdBuilder
Creates an id that uniquely identifies a group of change documents in the index.
getGroupManager() - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
getGroupMember() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
getGroupMember() - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
getGroupName() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionsForSubject
 
getGroupName() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveForGroupEvent
 
getGroupName() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.GroupJournalMessage
 
getGroupName() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.GroupEventModel
 
getGroupName() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.GroupMembershipEventModel
 
getGroupName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission
 
getGroupName() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.GroupPermissionRow
Deprecated.
 
getGroupName() - Method in class com.atlassian.confluence.security.ContentPermission
 
getGroupName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao.SimpleContentPermission
 
getGroupName() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
 
getGroupNames() - Method in class com.atlassian.confluence.search.v2.query.ContentPermissionsQuery
 
getGroupNames() - Method in class com.atlassian.confluence.security.ContentPermissionSet
Returns the names of all groups in this Content Permission Set as a list of Strings.
getGroupNames(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getGroupNames(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getGroupNames(User) - Method in interface com.atlassian.confluence.user.UserAccessor
Gets the list of group names representing the groups the passed in user is a member of.
getGroupNamesForUserName(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getGroupNamesForUserName(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getGroupNamesForUserName(String) - Method in interface com.atlassian.confluence.user.UserAccessor
Gets the list of group names representing the groups the passed in user is a member of.
getGroupNamesWithPermission(Space, String) - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
getGroupNamesWithPermission(Space, String) - Method in class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
 
getGroupNamesWithPermission(Space, String) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getGroupNamesWithPermission(Space, String) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getGroupnameTerm() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
getGroupNameTermQuery(String) - Method in class com.atlassian.confluence.user.DefaultSearchEntitiesManager
 
getGroupNameTermQuery(String) - Method in interface com.atlassian.confluence.user.SearchEntitiesManager
Deprecated.
 
getGroupPermissionRows() - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
Gets the list of current DefaultPermissionsAdministrator.GroupPermissionRows for printing in a UI.
getGroupPermissionRows() - Method in interface com.atlassian.confluence.security.actions.PermissionsAware
Gets the list of current DefaultPermissionsAdministrator.GroupPermissionRows for printing in a UI.
getGroupPermissions(String) - Method in interface com.atlassian.confluence.core.persistence.ContentPermissionDao
 
getGroupPermissions(String) - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentPermissionHibernateDao
 
getGroups() - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
getGroups() - Method in interface bucket.user.UserAccessor
Deprecated.
Returns a pager of all groups in the system.
getGroups() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntityList
Returns the SearchResultGroupEntity list that was found using the QUICK search.
getGroups() - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Returns all groups.
getGroups() - Method in class com.atlassian.confluence.security.DefaultSpacePermissionDefaultsStore
 
getGroups() - Method in interface com.atlassian.confluence.security.SpacePermissionDefaultsStore
 
getGroups() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
getGroups() - Method in class com.atlassian.confluence.user.extras.entities.GroupsEntity
 
getGroups() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getGroups() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
getGroups(int, int) - Method in class com.atlassian.confluence.user.extras.builders.GroupEntityBuilder
 
getGroups(int, int) - Method in class com.atlassian.confluence.user.extras.rest.GroupsResource
This gets groups out of this instance in a paginated fashion.
getGroups(UserKey, String, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalUserResource
Get a paginated collection of groups that the given user is a member of
getGroups(User) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
getGroups(User) - Method in interface bucket.user.UserAccessor
Deprecated.
 
getGroups(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getGroups(User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
getGroups(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieves a list of user groups
getGroups(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getGroups(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getGroups(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getGroups(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getGroups(String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalGroupResource
Get a paginated collection of user groups
getGroups(String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.GroupResource
 
getGroups(String, String, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserResource
 
getGroups(HttpServletRequest, UserAccessor) - Static method in class com.atlassian.confluence.security.ConfluenceGroupCache
 
getGroupsAsList() - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getGroupsAsList() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getGroupsAsList() - Method in interface com.atlassian.confluence.user.UserAccessor
 
getGroupsByGroupNames(List<String>) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getGroupsByGroupNames(List<String>) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getGroupsByGroupNames(List<String>) - Method in interface com.atlassian.confluence.user.UserAccessor
Returns a list of Group objects where the names match that of the provided list of group names.
getGroupsForGroup(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultGroupMembershipCache
 
getGroupsForGroup(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
getGroupsForGroup(long, String) - Method in interface com.atlassian.confluence.impl.user.crowd.GroupMembershipCache
getGroupsForGroup(long, String) - Method in interface com.atlassian.confluence.impl.user.crowd.MembershipCache
getGroupsForGroup(long, String, Supplier<List<InternalDirectoryGroup>>) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultGroupMembershipCache
 
getGroupsForGroup(long, String, Supplier<List<InternalDirectoryGroup>>) - Method in interface com.atlassian.confluence.impl.user.crowd.GroupMembershipCache
Returns the list of groups which are cached for the given group name in the specified directory.
getGroupsForGroup(long, String, Supplier<List<String>>) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
getGroupsForGroup(long, String, Supplier<List<String>>) - Method in interface com.atlassian.confluence.impl.user.crowd.MembershipCache
Returns the list of groups names which the named group is a member of in the specified directory.
getGroupsForPermissionType(String, Space) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getGroupsForPermissionType(String, Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getGroupsForPermissionType(String, Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getGroupsForPermissionType(String, Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getGroupsForPermissionType(String, Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getGroupsForPermissionType(String, Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
 
getGroupsForUser(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
getGroupsForUser(long, String, Supplier<List<String>>) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
getGroupsForUser(long, String, Supplier<List<String>>) - Method in interface com.atlassian.confluence.impl.user.crowd.MembershipCache
Returns the list of groups names which the named user is a member of in the specified directory.
getGroupSpacePermissionsForSpace(Space) - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
 
getGroupsToAddAsList() - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
getGroupsToAddAsList() - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
 
getGroupsWithPermissions(Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getGroupsWithPermissions(Space) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getGroupsWithPermissions(Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getGroupsWithPermissions(Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getGroupsWithPermissions(Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getGroupsWithPermissions(Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Returns all groups which have permissions in a space or on a global level.
getGroupTerm() - Method in class com.atlassian.confluence.internal.user.GroupSearchRequest
 
getGroupTerm() - Method in class com.atlassian.confluence.user.actions.UserPickerAction
 
getGroupWithAttributes(String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
getGuardPermission() - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
 
getGuardPermission() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
getGuardPermission() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
getGuardPermission() - Method in interface com.atlassian.confluence.security.actions.PermissionsAware
Obtains the relevant guard permission for the action
getGuardPermission() - Method in class com.atlassian.confluence.security.actions.ViewGlobalPermissionsAction
 
getGuardPermission() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction
 
getGuardPermission() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
getHandle() - Method in class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
getHandle() - Method in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
getHandle() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
 
getHandle() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
getHandle() - Method in class com.atlassian.confluence.internal.search.tasks.RebuildChangeDocumentsIndexTask
 
getHandle() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupChangeIndexTask
 
getHandle() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupContentIndexTask
 
getHandle() - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceChangeIndexTask
 
getHandle() - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceContentIndexTask
 
getHandle() - Method in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
getHandle() - Method in interface com.atlassian.confluence.search.HandleAware
 
getHandle() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getHandle() - Method in interface com.atlassian.confluence.search.v2.BaseSearchResult
Retrieves the handle that can then be used by the AnyTypeDao to retrieve the database object referenced by this search result.
getHandle() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getHandle(Object) - Method in interface com.atlassian.bonnie.HandleResolver
Get a Handle for a particular Object
getHandle(Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateHandleResolver
 
getHandle(Object) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneDocumentBuilder
 
getHandle(Object) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.DocumentBuilder
 
getHandledClass() - Method in interface com.atlassian.confluence.impl.audit.handler.AuditHandlerDescription
 
getHandledClasses() - Method in class com.atlassian.confluence.content.render.xhtml.migration.ColorMacroReplacementRenderer
 
getHandledClasses() - Method in class com.atlassian.confluence.content.render.xhtml.migration.ColumnMacroReplacementRenderer
 
getHandledClasses() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.MacroReplacementRenderer
 
getHandledClasses() - Method in class com.atlassian.confluence.content.render.xhtml.migration.NolinkMacroReplacementRenderer
 
getHandledClasses() - Method in class com.atlassian.confluence.content.render.xhtml.migration.QuoteMacroReplacementRenderer
 
getHandledClasses() - Method in class com.atlassian.confluence.content.render.xhtml.migration.SectionMacroReplacementRenderer
 
getHandledElementNames() - Method in class com.atlassian.confluence.content.render.xhtml.editor.TableStyleRemovingElementTransformer
 
getHandledElementNames() - Method in interface com.atlassian.confluence.content.render.xhtml.ElementTransformer
 
getHandledElementNames() - Method in class com.atlassian.confluence.content.render.xhtml.storage.StorageHtmlAnchorElementTransformer
 
getHandledElementNames() - Method in class com.atlassian.confluence.content.render.xhtml.view.TableStylingElementTransformer
 
getHandledKeys() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
 
getHandledMethodNames() - Method in interface com.atlassian.confluence.impl.audit.handler.AuditHandlerDescription
Get a set of the method names that this handler will care about when creating ChangedValues
getHandledType() - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
getHandledType() - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
getHandledType() - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
getHandledType() - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
getHandledType() - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
 
getHandleId() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResult
 
getHandleId() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchResult
 
getHandleId() - Method in interface com.atlassian.confluence.search.v2.BaseSearchResult
Get the handle ID
getHandleId() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getHandler() - Method in class com.atlassian.confluence.util.RegExpProcessor
 
getHandles() - Method in class com.atlassian.confluence.index.ReIndexSpec
 
getHandles(SearchableDao) - Method in enum class com.atlassian.confluence.search.ReIndexOption
 
getHandles(SearchableDao, Optional<String>) - Method in enum class com.atlassian.confluence.search.ReIndexOption
 
getHardwareInfo() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getHardwareInfo() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getHasCreatePermission() - Method in class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
 
getHasPersonalSpace() - Method in class com.atlassian.confluence.user.PersonalInformation
Deprecated, for removal: This API element is subject to removal in a future version.
getHasRetentionPolicy() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getHasRetentionPolicy() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getHasSuccessCriteria() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
Check to see if this task has automatic success criteria or not, as defined by an AdminConfigurationCriteria.
getHasValue() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
Whether the criteria has a value to display, such as "Current Status: Incomplete" or "Current Value: http://...".
getHazelcast() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinRequest
 
getHazelcastManagementCenterEnabled() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
getHazelcastManagementCenterUrl() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
getHazelcastMapForCache(String) - Method in class com.atlassian.confluence.cache.hazelcast.DefaultHazelcastHelper
 
getHazelcastMapForCache(String) - Method in interface com.atlassian.confluence.cache.hazelcast.HazelcastHelper
 
getHazelcastMapForCachedReference(String) - Method in class com.atlassian.confluence.cache.hazelcast.DefaultHazelcastHelper
 
getHazelcastMapForCachedReference(String) - Method in interface com.atlassian.confluence.cache.hazelcast.HazelcastHelper
 
getHazelcastMapNameForCache(String) - Method in class com.atlassian.confluence.cache.hazelcast.DefaultHazelcastHelper
 
getHazelcastMapNameForCache(String) - Method in interface com.atlassian.confluence.cache.hazelcast.HazelcastHelper
 
getHazelcastMapNameForCachedReference(String) - Method in class com.atlassian.confluence.cache.hazelcast.DefaultHazelcastHelper
 
getHazelcastMapNameForCachedReference(String) - Method in interface com.atlassian.confluence.cache.hazelcast.HazelcastHelper
 
getHead() - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getHead() - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getHeader() - Method in class com.atlassian.confluence.core.CustomPageSettings
The page header, can be wiki-markup
getHeaderButtonBaseBackgroundColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getHeaderButtonBaseBackgroundColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getHeaderButtonBgColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getHeaderButtonTextColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getHeaderButtonTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getHeaderButtonTextColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getHeaderDarkLogoImageUrl() - Method in class com.atlassian.confluence.plugins.lookandfeel.SiteLogoVelocityHelper
 
getHeaderLogoImageUrl() - Method in class com.atlassian.confluence.plugins.lookandfeel.SiteLogoVelocityHelper
 
getHeaders() - Method in class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
getHeaders(String) - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
getHeaders(String) - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
Retrieves all HTTP response headers with the specified name and returns an array of their values.
getHeaderText() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
getHeaderText() - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
getHeadingSecondaryTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
Deprecated.
since 6.7. No longer used
getHeadingTextColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getHeadingTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getHeadingTextColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getHeadline() - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage
returns the current message headline formatted as text
getHealthCheck() - Method in exception com.atlassian.confluence.impl.health.DefaultHealthCheckExecutor.PrerequisiteNotInPhaseException
 
getHealthCheck() - Method in class com.atlassian.confluence.internal.health.HealthCheckResult
Returns the check that gave rise to this result.
getHeartbeatInterval() - Method in interface com.atlassian.confluence.core.HeartbeatManager
Fetches the time at which activities will expire
getHeartbeatInterval() - Method in class com.atlassian.confluence.impl.health.DefaultHeartbeatManager
 
getHeight() - Method in class com.atlassian.confluence.api.model.web.Icon
 
getHeight() - Method in class com.atlassian.confluence.content.render.image.ImageDimensions
 
getHeight() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
getHeight() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebIcon
 
getHeight() - Method in class com.atlassian.confluence.macro.browser.beans.MacroIcon
 
getHeight() - Method in class com.atlassian.confluence.pages.attachments.ImageDetails
 
getHeight() - Method in class com.atlassian.confluence.pages.thumbnail.Dimensions
Deprecated.
 
getHeight() - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebIcon
 
getHeight() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getHeight() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
getHelp() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
Returns the macro help as rendered HTML, or null if there is no help.
getHelpDescriptor() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
Returns the macro help descriptor, or null if there is no help.
getHelpDescriptor() - Method in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
Returns the macro help descriptor, or null if there is no help.
getHelper() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getHelper() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
 
getHelper() - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.ContentNavigationContext
 
getHelper() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getHelpPath(String) - Method in class com.atlassian.sal.confluence.message.ConfluenceHelpPathResolver
 
getHelpSection() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
Returns the section of notation guide in which the macro help appears.
getHelpSection() - Method in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
Returns the section of notation guide in which the macro help appears.
getHelpUrl() - Method in enum class com.atlassian.confluence.plugins.opensearch.johnson.JohnsonError
 
getHibernateConfig() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
getHibernateDialect() - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
getHibernateDialect() - Method in interface com.atlassian.confluence.setup.BootstrapManager
Returns the SQL dialect being used by Hibernate.
getHibernateDialect() - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
Returns the SQL dialect being used by Hibernate.
getHibernateDialect() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getHibernateEntityClass(Map<String, Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
getHibernateEntityClass(Map<String, Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AliasedKeyDatabaseDataConverter
 
getHibernateEntityClass(Map<String, Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.CommonDatabaseDataConverter
 
getHibernateEntityClass(Map<String, Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.Content2ContentRelationEntityDataConverter
 
getHibernateEntityClass(Map<String, Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.ContentEntityDatabaseDataConverter
 
getHibernateFieldToUpdate() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredUpdateRecordAction
 
getHibernateMetadataHelper() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
getHibernateProperties() - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateConfigForTests
 
getHibernateProperties() - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
getHibernateProperties() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getHibernateProperties() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getHibernateProperties() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getHibernateTemplate() - 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 Use HibernateObjectDao.getSessionFactory() and SessionFactory.getCurrentSession()
getHibernateTypeByFieldName(String) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.AncestorsEntityInfo
 
getHibernateTypeByFieldName(String) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ApplicationAttributeEntityInfo
 
getHibernateTypeByFieldName(String) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
getHibernateTypeByFieldName(String) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryAttributeEntityInfo
 
getHibernateTypeByFieldName(String) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryMappingOperationEntityInfo
 
getHibernateTypeByFieldName(String) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryOperationEntityInfo
 
getHibernateTypeByFieldName(String) - Method in interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
 
getHibernateTypes(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getHibernateVersion() - Method in class com.atlassian.confluence.pages.AttachmentData
 
getHierarchySize() - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractPageHierarchyEvent
Returns the number of pages in the hierarchy involved in the action that triggered this event
getHighestCeoId() - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getHighestCeoId() - Method in interface com.atlassian.confluence.pages.PageManager
Get the highest content ID in the database, excluding older versions of content.
getHighestCeoId() - Method in interface com.atlassian.confluence.pages.persistence.dao.AbstractPageDao
Get the highest content ID in the database, excluding older versions of content.
getHighestCeoId() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
getHighlight() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
getHighlight() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
getHighlight() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
getHighlight() - Method in interface com.atlassian.confluence.search.v2.ISearch
Provides indication as well as pre/post tag whether query terms should be highlighted in title and body of a search result.
getHighlightParameter() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
getHistoricalVersion() - Method in class com.atlassian.confluence.impl.retention.rules.EvaluatedHistoricalVersion
 
getHistoricalVersionsByMaxModifiedDate(ContentType, List<Long>, int, ZonedDateTime, Long) - Method in class com.atlassian.confluence.impl.retention.fast.dao.DefaultFastContentRetentionDao
 
getHistoricalVersionsByMaxModifiedDate(ContentType, List<Long>, int, ZonedDateTime, Long) - Method in interface com.atlassian.confluence.impl.retention.fast.dao.FastContentRetentionDao
Get a list of historical contents filter by max modified date.
getHistoricalVersionsByMaxVersion(ContentType, List<Long>, int, int, Long) - Method in class com.atlassian.confluence.impl.retention.fast.dao.DefaultFastContentRetentionDao
 
getHistoricalVersionsByMaxVersion(ContentType, List<Long>, int, int, Long) - Method in interface com.atlassian.confluence.impl.retention.fast.dao.FastContentRetentionDao
Get a list of historical contents filter by max version.
getHistory() - Method in class com.atlassian.confluence.api.model.content.Content
 
getHistory() - Method in class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
getHistory() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserSessionEntity
 
getHistory() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsHistoryAction
 
getHistory() - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
getHistory() - Method in class com.atlassian.confluence.user.actions.ViewUserHistoryAction
 
getHistory() - Method in class com.atlassian.synchrony.EventId
 
getHistory(ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
getHistoryContent(int, ContentTypeEnum...) - Method in class com.atlassian.confluence.user.history.UserHistoryHelper
Returns user history ContentEntityObjects, filtered to only include the requested types.
getHistoryContent(ContentTypeEnum...) - Method in class com.atlassian.confluence.user.history.UserHistoryHelper
 
getHistoryRef() - Method in class com.atlassian.confluence.api.model.content.Content
 
getHitCount() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getHitCount() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsEvent
 
getHitCount() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getHitPercent() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getHitPercent() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getHome() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getHome() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getHomeDirectory() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getHomepage(ConfluenceUser) - Method in class com.atlassian.confluence.impl.homepage.HomepageService
Determines which type of homepage the current user should receive.
getHomePage() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
 
getHomePage() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getHomePage() - Method in class com.atlassian.confluence.spaces.Space
 
getHomepageRef() - Method in class com.atlassian.confluence.api.model.content.Space
 
getHomePageTitle() - Method in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
getHomePageUrlPath() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceAction
 
getHomePath() - Method in class com.atlassian.confluence.setup.ConfluenceHomeLocatorForTests
 
getHostApplicationVersion() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getHostApplicationVersion() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getHostComponentRegistrations() - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
getHostedUserAvatarUrl(long, String, int) - Method in class com.atlassian.confluence.impl.user.crowd.NopCrowdAvatarProvider
 
getHostHeader() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
getHostHeader() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getHostHeaderName() - Static method in class com.hazelcast.aws.AwsPropertiesAdapter
 
getHostId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderByIdRequest
 
getHostname() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
getHostname() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getHostname() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
getHqlPermissionFilterString(String) - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getHqlPermissionFilterString(String) - Method in interface com.atlassian.confluence.impl.security.query.SpacePermissionQueryBuilder
Creates an HQL string of conditions / filter to add to the "WHERE" clause of an HQL query, filtering down to SpacePermission rows which match / grant access to the user.
getHqlPermissionFilterString(String) - Method in class com.atlassian.confluence.impl.security.query.SpacePermissionQueryBuilderImpl
 
getHref() - Method in class com.atlassian.confluence.content.render.xhtml.links.WebLink
 
getHref() - Method in class com.atlassian.confluence.links.SimpleLink
 
getHref() - Method in class com.atlassian.confluence.pages.actions.PageChildrenAction.PageWrapper
 
getHref() - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
getHspace() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
getHspace() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
getHtml() - Method in class com.atlassian.confluence.api.model.HtmlString
 
getHtml() - Method in class com.atlassian.confluence.api.model.web.WebPanelView
 
getHtml() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getHtml() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResult
 
getHtmlAttributesForThisRequest(HttpServletRequest) - Method in class com.atlassian.confluence.themes.request.VelocitySafeRequestScopeThemeService
 
getHtmlClass() - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
getHtmlClass() - Method in interface com.atlassian.confluence.xhtml.api.StandardTag
 
getHtmlDiff() - Method in class com.atlassian.confluence.diff.beans.ConfluenceDiffDraftBean
 
getHtmlEncodedClassName(String) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
getHttpContext() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getHttpRetrievalServiceConfig() - Method in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
since 7.0.1
getHttpServletRequest() - Method in class com.atlassian.confluence.search.contentnames.ContentNameSearchContext
 
getHttpUrl() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getHttpUrl() - Method in interface com.atlassian.confluence.status.service.systeminfo.SearchInfo.OpenSearchInfo
 
getHumanReadableClusterNodeName() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
getHumanReadableName() - Method in enum class com.atlassian.confluence.cluster.ClusterJoinConfig.ClusterJoinType
 
getI18n() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getI18n() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
getI18n() - Static method in class com.atlassian.confluence.util.GeneralUtil
 
getI18n(String, boolean) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.I18nResource
Returns the text for the given plugin key.
getI18nBean() - Method in class com.atlassian.confluence.importexport.actions.ImportLongRunningTask
Deprecated.
 
getI18nBean() - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalReportsMacro
 
getI18NBean() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getI18NBean() - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
getI18NBean() - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
 
getI18NBean() - Method in class com.atlassian.confluence.util.i18n.DynamicI18NBeanFactory
 
getI18NBean() - Method in interface com.atlassian.confluence.util.i18n.I18NBeanFactory
 
getI18NBean() - Method in class com.atlassian.confluence.util.i18n.UserI18NBeanFactory
 
getI18NBean() - Method in class com.atlassian.confluence.util.message.MessagesDecoratorFilter
 
getI18NBean(Locale) - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
getI18NBean(Locale) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
 
getI18NBean(Locale) - Method in class com.atlassian.confluence.util.i18n.DynamicI18NBeanFactory
 
getI18NBean(Locale) - Method in interface com.atlassian.confluence.util.i18n.I18NBeanFactory
 
getI18NBean(Locale) - Method in class com.atlassian.confluence.util.i18n.UserI18NBeanFactory
 
getI18NBeanFactory() - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
getI18nKey() - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
getI18nKey() - Method in enum class com.atlassian.confluence.plugins.opensearch.johnson.JohnsonError
 
getI18nKey() - Method in interface com.atlassian.confluence.rss.FeedCustomContentType
 
getI18NKey() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.DefaultEdgeUiSupport
 
getI18NKey() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeType.EdgeUiSupport
 
getI18NKey() - Method in interface com.atlassian.confluence.search.plugin.ContentTypeSearchDescriptor
 
getI18nMessage() - Method in class com.atlassian.confluence.importexport.impl.UnexpectedImportZipFileContents
 
getI18nModeManager() - Method in class com.atlassian.confluence.web.filter.TranslationModeFilter
 
getI18nNameKey() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getI18nNameKey() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getI18nRawText(Locale, String) - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getI18nRawText(Locale, String) - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getI18nResolver() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getI18nStateHash() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getI18nStateHash() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getI18nText(Locale, String) - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getI18nText(Locale, String) - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getI18nValue(String, List<?>, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentHelper
 
getI18nValue(String, List, Map) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebFragmentHelper
 
getIamRole() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
getIamRole() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getIamRoleName() - Static method in class com.hazelcast.aws.AwsPropertiesAdapter
 
getIcon() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getIcon() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebItemModuleDescriptor
 
getIcon() - Method in class com.atlassian.confluence.legacyapi.model.SpaceSummary
Deprecated.
 
getIcon() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
getIcon() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
getIcon() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
getIcon() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
 
getIcon() - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon
 
getIcon() - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
getIconClass() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
getIconClass() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getIconCss() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getIconCssClass() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getIconCssClass() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getIconCssClass() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getIconCssClass(Content) - Method in class com.atlassian.confluence.content.ui.AttachmentApiContentUiSupport
 
getIconCssClass(Content) - Method in class com.atlassian.confluence.content.ui.DefaultApiContentUiSupport
 
getIconCssClass(ContentEntityObject) - Method in class com.atlassian.confluence.content.ui.DefaultContentUiSupport
 
getIconCssClass(Attachment) - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport
 
getIconCssClass(Page) - Method in class com.atlassian.confluence.content.ui.PageUiSupport
 
getIconCssClass(SearchResult) - Method in interface com.atlassian.confluence.content.ui.ApiContentUiSupport
Get the CSS class that can be applied to add an icon to some inline element describing the given result.
getIconCssClass(SearchResult) - Method in class com.atlassian.confluence.content.ui.AttachmentApiContentUiSupport
 
getIconCssClass(SearchResult) - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport
 
getIconCssClass(SearchResult) - Method in interface com.atlassian.confluence.content.ui.ContentUiSupport
Get the CSS class that can be applied to add an icon to some inline element describing the given result.
getIconCssClass(SearchResult) - Method in class com.atlassian.confluence.content.ui.DefaultApiContentUiSupport
 
getIconCssClass(SearchResult) - Method in class com.atlassian.confluence.content.ui.DefaultContentUiSupport
 
getIconCssClass(SearchResult) - Method in class com.atlassian.confluence.content.ui.PageUiSupport
 
getIconCssClass(SearchResult) - Method in class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
getIconCssClass(SearchResult) - Method in class com.atlassian.confluence.content.ui.SimpleUiSupport
 
getIconCssClass(T) - Method in interface com.atlassian.confluence.content.ui.ApiContentUiSupport
Get the CSS class that can be applied to add an icon to some inline element describing the given content.
getIconCssClass(T) - Method in interface com.atlassian.confluence.content.ui.ContentUiSupport
Get the CSS class that can be applied to add an icon to some inline element describing the given content.
getIconCssClass(T) - Method in class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
getIconCssClass(T) - Method in class com.atlassian.confluence.content.ui.SimpleUiSupport
 
getIconFilePath() - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
getIconFilePath(Content, int) - Method in class com.atlassian.confluence.content.ui.AttachmentApiContentUiSupport
 
getIconFilePath(Content, int) - Method in class com.atlassian.confluence.content.ui.DefaultApiContentUiSupport
 
getIconFilePath(ContentEntityObject, int) - Method in class com.atlassian.confluence.content.ui.DefaultContentUiSupport
 
getIconFilePath(Attachment, int) - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport
 
getIconFilePath(Page, int) - Method in class com.atlassian.confluence.content.ui.PageUiSupport
 
getIconFilePath(T, int) - Method in interface com.atlassian.confluence.content.ui.ApiContentUiSupport
Get the URL path to the icon for the gtiven piece of content, without prepending context or web static hashes.
getIconFilePath(T, int) - Method in interface com.atlassian.confluence.content.ui.ContentUiSupport
Get the URL path to the icon for the gtiven piece of content, without prepending context or web static hashes.
getIconFilePath(T, int) - Method in class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
getIconFilePath(T, int) - Method in class com.atlassian.confluence.content.ui.SimpleUiSupport
 
getIconForAttachment(String, String) - Static method in class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
Decide the icon for an attachment based firstly on it's contentType.
getIconLocation() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
getIconPath(Content, int) - Method in class com.atlassian.confluence.content.ui.AttachmentApiContentUiSupport
 
getIconPath(Content, int) - Method in class com.atlassian.confluence.content.ui.DefaultApiContentUiSupport
 
getIconPath(ContentEntityObject, int) - Method in class com.atlassian.confluence.content.ui.DefaultContentUiSupport
 
getIconPath(Attachment, int) - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport
 
getIconPath(Page, int) - Method in class com.atlassian.confluence.content.ui.PageUiSupport
 
getIconPath(T, int) - Method in interface com.atlassian.confluence.content.ui.ApiContentUiSupport
Get the URL path to the icon for the given piece of content.
getIconPath(T, int) - Method in interface com.atlassian.confluence.content.ui.ContentUiSupport
Get the URL path to the icon for the given piece of content.
getIconPath(T, int) - Method in class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
getIconPath(T, int) - Method in class com.atlassian.confluence.content.ui.SimpleUiSupport
 
getIconRef() - Method in class com.atlassian.confluence.api.model.content.Space
 
getIconStream(MacroMetadata) - Method in class com.atlassian.confluence.macro.browser.DefaultMacroIconManager
 
getIconStream(MacroMetadata) - Method in interface com.atlassian.confluence.macro.browser.MacroIconManager
Retrieve an inputStream of the macro's icon.
getIconUriReferenceForUsername(String) - Method in class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
 
getIconUrl() - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
getIconUrlForUsername(String) - Method in class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
getId() - Method in class bucket.core.persistence.hibernate.HibernateHandle
Deprecated.
 
getId() - Method in interface com.atlassian.bonnie.Searchable
 
getId() - Method in class com.atlassian.confluence.admin.actions.mail.RemoveMailServerAction
 
getId() - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
getId() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
getId() - Method in class com.atlassian.confluence.admin.actions.trust.RemoveTrustedApplicationAction
 
getId() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getId() - Method in class com.atlassian.confluence.api.model.content.Content
 
getId() - Method in class com.atlassian.confluence.api.model.content.ContentSelector
 
getId() - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
 
getId() - Method in class com.atlassian.confluence.api.model.content.Label
 
getId() - Method in class com.atlassian.confluence.api.model.content.Space
 
getId() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId.ContentBlueprintIdWithId
 
getId() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithId
 
getId() - Method in class com.atlassian.confluence.api.model.journal.JournalEntry
 
getId() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
 
getId() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskSubmission
 
getId() - Method in class com.atlassian.confluence.api.model.permissions.Target.IdTarget
 
getId() - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResultItem
Returns the item "id" or "key" that will be passed around programmatically if this item is selected by a user in the UI.
getId() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getId() - Method in class com.atlassian.confluence.api.model.web.WebSectionView
 
getId() - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
getId() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getId() - Method in class com.atlassian.confluence.cluster.safety.ClusterSafetyNumber
 
getId() - Method in class com.atlassian.confluence.content.ContentProperty
 
getId() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.ContentMigrationException
 
getId() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.PageTemplateMigrationException
 
getId() - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
getId() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
 
getId() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.IdAndTypeResourceIdentifier
 
getId() - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.MacroId
 
getId() - Method in interface com.atlassian.confluence.core.Addressable
 
getId() - Method in class com.atlassian.confluence.core.BodyContent
Hibernate ID
getId() - Method in class com.atlassian.confluence.core.ContentPermissionSummary
 
getId() - Method in class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Deprecated.
 
getId() - Method in class com.atlassian.confluence.core.PersistentDecorator
 
getId() - Method in class com.atlassian.confluence.core.VersionHistorySummary
 
getId() - Method in class com.atlassian.confluence.core.VersionHistorySummaryCollaborator
 
getId() - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
getId() - Method in class com.atlassian.confluence.event.events.backgroundjob.BackgroundJobFailedEvent
 
getId() - Method in class com.atlassian.confluence.follow.Connection
 
getId() - Method in class com.atlassian.confluence.functest.rest.admin.crowd.DirectoryEntity
 
getId() - Method in class com.atlassian.confluence.impl.audit.AffectedObjectEntity
Deprecated.
 
getId() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getId() - Method in class com.atlassian.confluence.impl.audit.ChangedValueEntity
Deprecated.
 
getId() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getId() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getId() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.AttachmentInfo
 
getId() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
NOTED: in order to deal with multiple underlining datatype from different DBs we will need to use AbstractDatabaseDataConverter.convertToLong(Object) to convert ID from Object to Long
getId() - Method in class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobSettingsRecord
 
getId() - Method in class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobStatisticsRecord
 
getId() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.AncestorsEntityInfo
 
getId() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ApplicationAttributeEntityInfo
 
getId() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
getId() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryAttributeEntityInfo
 
getId() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryMappingOperationEntityInfo
 
getId() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryOperationEntityInfo
 
getId() - Method in interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
 
getId() - Method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
 
getId() - Method in interface com.atlassian.confluence.impl.cluster.event.TopicEvent
 
getId() - Method in class com.atlassian.confluence.impl.journal.JournalEntry
 
getId() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction.IndividualDestinationSearchResult
 
getId() - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef.Container
 
getId() - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef
 
getId() - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef.Space
 
getId() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
 
getId() - Method in class com.atlassian.confluence.impl.retention.fast.rules.OriginalVersion
 
getId() - Method in class com.atlassian.confluence.impl.retention.fast.rules.SimpleHistoricalVersion
 
getId() - Method in class com.atlassian.confluence.impl.retention.rules.HistoricalVersion
 
getId() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
getId() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ReferenceProperty
Deprecated.
 
getId() - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
getId() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getId() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
getId() - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.http.session.ConfluenceHttpSession
 
getId() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.session.MutableConfluenceHttpSession
 
getId() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.session.SnapshotConfluenceHttpSession
 
getId() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getId() - Method in interface com.atlassian.confluence.internal.health.HealthCheck
Returns the unique ID of this check.
getId() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotRestorationFailedEvent
 
getId() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotRestorationSkippedEvent
 
getId() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotRestoredSuccessfullyEvent
 
getId() - Method in class com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
 
getId() - Method in class com.atlassian.confluence.internal.index.event.ReIndexStartedAnalyticsEvent
 
getId() - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.DuplicateRowHolder
 
getId() - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
getId() - Method in interface com.atlassian.confluence.labels.EditableLabelable
 
getId() - Method in class com.atlassian.confluence.labels.Label
 
getId() - Method in class com.atlassian.confluence.labels.Labelling
 
getId() - Method in class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
getId() - Method in class com.atlassian.confluence.legacyapi.model.content.ContentLink
Deprecated.
 
getId() - Method in class com.atlassian.confluence.legacyapi.model.content.EditSummary
Deprecated.
 
getId() - Method in class com.atlassian.confluence.legacyapi.model.content.Label
Deprecated.
 
getId() - Method in class com.atlassian.confluence.legacyapi.model.SpaceSummary
Deprecated.
 
getId() - Method in class com.atlassian.confluence.like.LikeEntity
 
getId() - Method in class com.atlassian.confluence.links.OutgoingLink
 
getId() - Method in class com.atlassian.confluence.mail.reports.PageReport
 
getId() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getId() - Method in class com.atlassian.confluence.oauth2.OAuth2Service.OAuth2Provider
 
getId() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
 
getId() - Method in record class com.atlassian.confluence.pages.AddressableComment
 
getId() - Method in record class com.atlassian.confluence.pages.AddressablePage
 
getId() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getId() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getId() - Method in class com.atlassian.confluence.plugin.descriptor.restore.ImportedObjectModel
 
getId() - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
 
getId() - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
getId() - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityObjectId
 
getId() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeTargetId
 
getId() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getId() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getId() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getId() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntity
 
getId() - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
getId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
getId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
getId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
 
getId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
getId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
getId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
Retreive the database identifier for this object.
getId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
getId() - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
getId() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getId() - Method in class com.atlassian.confluence.search.v2.AtlassianDocument
Returns the id that uniquely identifies this document on the index, or null if this document is to be indexed with an auto-generated id.
getId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao.SimpleContentPermission
 
getId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentChangeLog
 
getId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
getId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateChangeLog
 
getId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpaceChangeLog
 
getId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSid
 
getId() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.SimplePageContent
 
getId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation
 
getId() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey
 
getId() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.legacy.HibernateKey
 
getId() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
 
getId() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
getId() - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
getId() - Method in class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
 
getId() - Method in class com.atlassian.confluence.security.websudo.WebSudoMessage
 
getId() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getId() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
getId() - Method in record class com.atlassian.confluence.spaces.AddressableSpace
 
getId() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getId() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getId() - Method in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
getId() - Method in class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
getId() - Method in class com.atlassian.confluence.util.message.DefaultMessage
 
getId() - Method in interface com.atlassian.confluence.util.message.Message
Get the unique ID for this message.
getId() - Method in class com.atlassian.confluence.web.WebMenu
 
getId() - Method in class com.atlassian.confluence.web.WebMenuSection
 
getId() - Method in interface com.atlassian.confluence.xhtml.api.StandardTag
 
getId() - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
getId() - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
getID() - Method in class com.atlassian.confluence.core.TimeZone
 
getIdAsString() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getIdAsString() - Method in class com.atlassian.confluence.mail.reports.PageReport
 
getIdAsString() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getIdAsString() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getIdBasedPageUrl() - Method in class com.atlassian.confluence.pages.AbstractPage
Deprecated, for removal: This API element is subject to removal in a future version.
getIdBasedPageUrl() - Method in record class com.atlassian.confluence.pages.AddressablePage
 
getIdBasedPageUrl(AbstractPage) - Static method in class com.atlassian.confluence.util.GeneralUtil
Get page URL that is id based (i.e.
getIdBlogPostLocator(long) - Method in interface com.atlassian.confluence.content.service.BlogPostService
Creates a blogpost locator that can locate a blogpost based on its id.
getIdBlogPostLocator(long) - Method in class com.atlassian.confluence.content.service.DefaultBlogPostService
 
getIdColumnName(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getIdColumnNames() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.BucketPropertySetItemQueryProvider
 
getIdColumnNames() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.site.QueryProvider
 
getIdColumnNames() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnQueryProvider
 
getIdColumnNames() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnWithDiscriminatorQueryProvider
 
getIdentifier() - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
getIdentifier() - Method in class com.atlassian.confluence.pages.TinyUrl
 
getIdentifier() - Method in interface com.atlassian.confluence.rss.FeedCustomContentType
 
getIdentifier() - Method in interface com.atlassian.confluence.search.plugin.ContentTypeSearchDescriptor
 
getIdentifier() - Method in class com.atlassian.confluence.user.avatar.ConfluenceAvatarOwner
 
getIdentifier() - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
getIdentifier() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
getIdentifier() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
getIdentifierGenerator() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.AncestorsEntityInfo
 
getIdentifierGenerator() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ApplicationAttributeEntityInfo
 
getIdentifierGenerator() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
getIdentifierGenerator() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryAttributeEntityInfo
 
getIdentifierGenerator() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryMappingOperationEntityInfo
 
getIdentifierGenerator() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryOperationEntityInfo
 
getIdentifierGenerator() - Method in interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
 
getIdentifyingCssClass() - Method in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskMarshaller
 
getIdLong() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntity
 
getIdMappingFor(TransientHibernateHandle) - Method in interface com.atlassian.confluence.importexport.ImportProcessorSummary
Deprecated.
 
getIdMappingFor(TransientHibernateHandle) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
getIdOfPagePermission(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getIdOfPagePermission(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
getIdOfPagePermission(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getIdOfPageToCopy() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
getIdOfPageToCopyTo() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
getIdPageLocator(long) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
getIdPageLocator(long) - Method in interface com.atlassian.confluence.content.service.PageService
Creates a page locator that can locate a page based on an id.
getIdProperties() - Method in class com.atlassian.confluence.api.model.reference.ExpandedReference
 
getIdProperties() - Method in class com.atlassian.confluence.api.model.reference.Reference
A map of properties key by the idProperty enum in the model class for the referent object.
getIdProperty() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
Deprecated.
 
getIdProperty(Enum) - Method in class com.atlassian.confluence.api.model.reference.Reference
 
getIdPropertyName(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getIdPropertyStr() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
Deprecated.
 
getIdPropertyType(String) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
getIds() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
NOTED: in order to deal with multiple underlining datatype from different DBs we will need to use AbstractDatabaseDataConverter.convertToLong(Object) to convert ID from Object to Long
getIds() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.IdListAttachmentDeleteOptions
 
getIdToKeep(SortedSet<Object>) - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.KeepBiggestIdDedupeStrategy
 
getIdToKeep(SortedSet<Object>) - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.KeepOneDedupeStrategy
 
getIdToKeep(SortedSet<Object>) - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.KeepSmallestIdDedupeStrategy
 
getIdType(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getIgnoreBaseURLWarning(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getIgnoreBaseURLWarning(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Whether the warning message for an un-advisable value for the Base URL is ignored or not.
getIgnoreBaseURLWarning(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getIgnored() - Method in interface com.atlassian.confluence.admin.criteria.AdminConfigurationCriteria
 
getIgnored() - Method in class com.atlassian.confluence.admin.criteria.BaseURLIsValidCriteria
 
getIgnored() - Method in class com.atlassian.confluence.admin.criteria.DefaultMailServerExistsCriteria
 
getIgnored() - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryExistsCriteria
 
getIgnored() - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryForGroupsExistsCriteria
 
getIgnored() - Method in class com.atlassian.confluence.admin.criteria.ExternalUserDirectoriesActiveCriteria
 
getIgnored() - Method in class com.atlassian.confluence.admin.criteria.IgnorableAdminTaskCriteria
 
getIgnored() - Method in class com.atlassian.confluence.admin.criteria.MoreThanOneUserCriteria
 
getIgnored() - Method in class com.atlassian.confluence.admin.criteria.RemigrationAdminTaskCriteria
 
getIgnoredAdminTasks() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getIgnoreWithinMillis() - Method in class com.atlassian.confluence.functest.rest.admin.JournalResource
Gets ignoreWithinMillis parameter from JournalManager.
getIgnoreWithinMillis() - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
getIgnoreWithinMillis() - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager.IgnoreSettings
 
getIgnoreWithinMillis() - Method in interface com.atlassian.confluence.impl.journal.JournalManager
 
getIgnoreWithinMillis() - Method in interface com.atlassian.confluence.test.JournalManagerBackdoor
 
getImageCaptchaService() - Method in interface com.atlassian.confluence.security.CaptchaManager
Deprecated.
since 8.7
getImageCaptchaService() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
Deprecated.
since 8.7
getImageChallengeForID(String) - Method in class com.atlassian.confluence.security.ConfluenceImageCaptchaService
 
getImageChallengeForID(String, Locale) - Method in class com.atlassian.confluence.security.ConfluenceImageCaptchaService
 
getImageDetails(Attachment) - Method in class com.atlassian.confluence.pages.attachments.DefaultImageDetailsDao
 
getImageDetails(Attachment) - Method in class com.atlassian.confluence.pages.attachments.DefaultImageDetailsManager
 
getImageDetails(Attachment) - Method in interface com.atlassian.confluence.pages.attachments.ImageDetailsDao
Fetch the image details of a specific attachment from the database.
getImageDetails(Attachment) - Method in interface com.atlassian.confluence.pages.attachments.ImageDetailsManager
If attachment is an intelligble image, then this method returns the ImageDetails for it.
getImageDetailsDTO() - Method in class com.atlassian.confluence.pages.Attachment
accessor methods provided for hibernate proxy use only.
getImageDimensions() - Method in class com.atlassian.confluence.macro.DefaultImagePlaceholder
 
getImageDimensions() - Method in interface com.atlassian.confluence.macro.ImagePlaceholder
Returns the dimensions that the image is to be rendered as.
getImageDimensions() - Method in class com.atlassian.confluence.pages.thumbnail.Dimensions
Deprecated.
 
getImageHeight() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getImageMimeType() - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
Returns the MIME type of the thumbnail if it is an intelligible image, or null otherwise.
getImageName(Emoticon) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.inline.EmoticonDisplayMapper
 
getImageName(Emoticon) - Method in class com.atlassian.confluence.content.render.xhtml.editor.inline.SimpleEmoticonDisplayMapper
 
getImagePath() - Method in class com.atlassian.confluence.importexport.impl.ExportImageDescriptor
 
getImagePath(Attachment, boolean) - Method in class com.atlassian.confluence.renderer.attachments.RendererAttachmentManager
 
getImagePath(Attachment, boolean) - Method in interface com.atlassian.confluence.renderer.embedded.ImagePathHelper
Return the path used to access the specified image.
getImagePlaceholder(Map<String, String>, ConversionContext) - Method in interface com.atlassian.confluence.macro.EditorImagePlaceholder
Returns an ImagePlaceholder instance to be displayed in the editor.
getImageProcessingRule(String) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
Returns a new ImageProcessingRule for each export.
getImageProcessingRule(String) - Method in class com.atlassian.confluence.impl.importexport.HtmlExporter
 
getImageSource(MacroDefinition) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
 
getImageSource(MacroDefinition) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodyMacroMarshaller
 
getImageUris() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getImageUris() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getImageUrl() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getImageWidth() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getImapMailServers() - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
getImmutableProperties() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
The properties returned in this map are guaranteed to be immutable, they are not guaranteed to all be present.
getImplementationClass() - Method in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
getImplementingPluginVersion(String) - Method in interface com.atlassian.confluence.content.ContentTypeManager
Get the current version of the plugin that implements this content type.
getImplementingPluginVersion(String) - Method in class com.atlassian.confluence.impl.content.DefaultContentTypeManager
 
getImportContext() - Method in class com.atlassian.confluence.event.events.admin.AsyncImportStartedEvent
 
getImportContext() - Method in class com.atlassian.confluence.event.events.admin.ImportFinishedEvent
 
getImportedObjectHandlesOfType(Class) - Method in interface com.atlassian.confluence.importexport.ImportProcessorSummary
Deprecated.
 
getImportedObjectHandlesOfType(Class) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Get handles for all objects of a particular class that were imported.
getImportedObjects() - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao.RecordsForBatchInsert
 
getImportedObjectsOfType(Class<T>) - Method in interface com.atlassian.confluence.importexport.ImportProcessorSummary
Deprecated.
 
getImportedObjectsOfType(Class<T>) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Retrieve all the objects of a particular class that were imported.
getImportExportTypeSpecifications() - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
getImportExportTypeSpecifications() - Method in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
 
getImportProcessorSummary() - Method in class com.atlassian.confluence.importexport.actions.ImportLongRunningTask
Deprecated.
 
getIncludedSpaces() - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
Returns the List of Spaces that should be included in the export
getIncludedSpaces() - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
Returns the List of Spaces that should be included in the export
getIncludedSpaces() - Method in class com.atlassian.confluence.importexport.impl.XmlExporter
Deprecated.
In this implementation, we want to find out the root entity and include the Space from that.
getIncomingLinkCount() - Method in class com.atlassian.confluence.links.OutgoingLinkMeta
 
getIncomingLinks() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
returns list of "unique" incoming links to this page.
getIncomingLinks() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
getIncomingLinks(AbstractPage, User) - Method in class com.atlassian.confluence.pages.actions.beans.PageIncomingLinks
Get unique undeleted incoming links
getIncomingLinksBySpace() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
getIncomingLinksMap() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
Deprecated.
getIncomingLinksToContent(ContentEntityObject) - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
getIncomingLinksToContent(ContentEntityObject) - Method in interface com.atlassian.confluence.links.LinkManager
 
getIncompleteAdminTasks() - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
getIncrementalSyncService() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractRecorder
 
getIncrementalSyncService() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
getIncrementalSyncService() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementRecorder
 
getIncrementalSyncService() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
getIndex() - Method in class com.atlassian.confluence.impl.admin.actions.AbstractViewIndexQueueAction
 
getIndex() - Method in class com.atlassian.confluence.impl.admin.actions.ViewChangeIndexQueueAction
 
getIndex() - Method in class com.atlassian.confluence.impl.admin.actions.ViewContentIndexQueueAction
 
getIndex() - Method in class com.atlassian.confluence.impl.system.task.RestoreIndexSnapshotMaintenanceTask.IndexSnapshot
 
getIndex() - Method in class com.atlassian.confluence.plugins.index.api.LongFieldDescriptor
 
getIndex() - Method in class com.atlassian.confluence.plugins.index.api.StringFieldDescriptor
Deprecated.
 
getIndex() - Method in class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
Deprecated.
 
getIndex() - Method in class com.atlassian.confluence.plugins.opensearch.events.OpenSearchIndexCreatedEvent
 
getIndex() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager
 
getIndex() - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
getIndex() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
 
getIndexDirectory() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConfig
 
getIndexDirectory() - Method in interface com.atlassian.confluence.status.service.systeminfo.SearchInfo.LuceneInfo
 
getIndexDirName() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexRequestEvent
 
getIndexDirName() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexResponseEvent
 
getIndexDirName() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotCreatedEvent
 
getIndexDirName() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestEvent
 
getIndexDirName() - Method in class com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
 
getIndexer() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
getIndexes() - Method in interface com.atlassian.confluence.core.persistence.schema.api.TableSchemaComparison
 
getIndexes() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedTable
 
getIndexingLanguage() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getIndexingLanguage() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getIndexingLanguages() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getIndexingTime() - Method in class com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
 
getIndexJournalEntryIdMap() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getIndexJournalEntryIdMap() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotCreationSuccessfulEvent
Returns the map of index and journal entry id.
getIndexManager() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager.StagingIndex
 
getIndexManager() - Method in class com.atlassian.confluence.spaces.actions.AbstractCreateSpaceAction
 
getIndexName() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.IndexComparison
 
getIndexName() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedIndex
 
getIndexName() - Method in class com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
 
getIndexName() - Method in class com.atlassian.confluence.plugins.opensearch.events.OpenSearchIndexCreatedEvent
 
getIndexName(Index) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getIndexQueueSize() - Method in class com.atlassian.confluence.spaces.actions.RemoveSpaceEntryAction
 
getIndexQueueSizeMetric() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.DefaultIndexQueueSizeService
 
getIndexQueueSizeMetric() - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueSizeService
Retrieves the metrics for the sizes of the current index queues.
getIndexRecovererModuleDescriptor(Predicate<IndexRecovererModuleDescriptor>) - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
getIndexRestoreCheckCount() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getIndexScanningDurationMillis() - Method in class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
 
getIndexSchema() - Method in interface com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertyIndexSchemaManager
Returns a Multimap representation of content properties dynamic index schema.
getIndexSchema() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertyIndexSchemaManagerImpl
 
getIndexSearcherMaxAge() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
getIndexSearcherMaxAge() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.Configuration
The max age of an IndexSearcher in seconds.
getIndexSearcherPruneDelay() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
getIndexSearcherPruneDelay() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.Configuration
The delay in seconds before attempting to prune IndexSearchers that have exceeded their max age.
getIndexSnapshotFilename() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotCreatedEvent
 
getIndexSnapshots() - Method in class com.atlassian.confluence.impl.system.task.RestoreIndexSnapshotMaintenanceTask
 
getIndexUrl() - Method in class com.atlassian.confluence.setup.velocity.IndexUrlHelper
 
getIndexVersion(Path) - Static method in class com.atlassian.confluence.internal.index.lucene.LuceneIndexHelper
 
getIndices() - Method in class com.atlassian.confluence.impl.system.task.CreateIndexSnapshotMaintenanceTask
 
getIndices() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
getIndices() - Method in class com.atlassian.confluence.plugin.descriptor.AbstractFieldMappingsProviderModuleDescriptor
 
getIndices() - Method in class com.atlassian.confluence.plugin.descriptor.FieldMappingsProviderModuleDescriptor
 
getIndices() - Method in class com.atlassian.confluence.plugins.contentproperty.index.config.ContentPropertyIndexSchemaModuleDescriptor
 
getIndices() - Method in class com.atlassian.confluence.search.v2.AbstractSearch
 
getIndices() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
getIndices() - Method in interface com.atlassian.confluence.search.v2.ISearch
 
getIndividualGroupRestrictionStatus(ContentId, OperationKey, Group) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
Answers the question "Whether group, identified by groupName is a subject of the restriction for operation operationKey directly specified on a content with ID of ccontentId"
getIndividualUserRestrictionStatus(ContentId, OperationKey, UserKey, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
Answers the question "Whether user, identified by userKey is a subject of the restriction for operation operationKey directly specified on a content with ID of ccontentId"
getInExpressionBuilderCustomLimit(String, String, List<String>, int) - Static method in class com.atlassian.confluence.impl.hibernate.query.InExpressionBuilder
 
getInExpressionBuilderDefaultLimit(String, String, List<String>, Dialect) - Static method in class com.atlassian.confluence.impl.hibernate.query.InExpressionBuilder
 
getInExpressionBuilderDefaultLimit(String, String, Dialect) - Static method in class com.atlassian.confluence.impl.hibernate.query.InExpressionBuilder
 
getInExpressionCountLimit() - Method in class com.atlassian.confluence.impl.hibernate.dialect.PostgreSQLDialect
 
getInformation() - Method in class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterService
 
getInheritedContentPermissions() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getInheritedContentPermissionSets(ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
 
getInheritedContentPermissionSets(ContentEntityObject) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
getInheritedContentPermissionSets(ContentEntityObject) - Method in class com.atlassian.confluence.core.DefaultInheritedContentPermissionManager
 
getInheritedContentPermissionSets(ContentEntityObject) - Method in interface com.atlassian.confluence.core.InheritedContentPermissionManager
 
getInheritedContentPermissionSets(ContentEntityObject) - Method in class com.atlassian.confluence.impl.security.CachingInheritedContentPermissionManager
 
getInheritedContentPermissionSets(ContentEntityObject, boolean) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Get the inherited ContentPermissionSets that affect this ceo.
getInheritedContentPermissionSets(ContentEntityObject, boolean) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
getInheritedContentPermissionSets(Page, String) - Method in interface com.atlassian.confluence.security.persistence.dao.ContentPermissionSetDao
 
getInheritedContentPermissionSets(Page, String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
getInheritedContentPermissionSets(Collection<Long>) - Method in interface com.atlassian.confluence.internal.security.persistence.ContentPermissionSetDaoInternal
Get all inherited ContentPermissionSets for the given page IDs.
getInheritedContentPermissionSets(Collection<Long>) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject) - Method in class com.atlassian.confluence.core.DefaultInheritedContentPermissionManager
 
getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject) - Method in interface com.atlassian.confluence.core.InheritedContentPermissionManager
 
getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject) - Method in class com.atlassian.confluence.impl.security.CachingInheritedContentPermissionManager
 
getInheritedContentUserPermissions(ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
 
getInheritedContentUserPermissions(ContentEntityObject) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
Filters the inherited content permission sets of a page for a list of inherited user permissions (of type ContentPermission.VIEW_PERMISSION)
getInheritedPermissionSets() - Method in class com.atlassian.confluence.security.InheritedContentPermissionSet
 
getInheritedViewPermissions() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
getInitializationDisabled() - Method in class com.atlassian.confluence.functest.rest.admin.SetupContextResource
Get if SetupContext initialization is disabled
getInitialMemberGroups() - Method in class com.atlassian.confluence.user.administrators.DefaultEditUserGroupAdministrator
 
getInitialMemberGroups() - Method in interface com.atlassian.confluence.user.administrators.EditUserGroupAdministrator
 
getInitialPermissionsFromForm(Map) - Method in class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
Retrieve the permissions initial state
getInitialPermissionsFromForm(Map) - Method in class com.atlassian.confluence.impl.security.administrators.EditSpacePermissionsAdministrator
 
getInitialPermissionsFromForm(Map) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Retrieve the permissions initial state
getInitialQuery() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.BucketPropertySetItemQueryProvider
 
getInitialQuery() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.site.QueryProvider
The query that retrieves the first bunch of records, sorted by id.
getInitialQuery() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnQueryProvider
 
getInitialQuery() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnWithDiscriminatorQueryProvider
 
getInitialVisibleChildCount() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
getInitiator() - Method in class com.atlassian.confluence.event.events.content.page.PageCopyEvent
 
getInitiator() - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractPageHierarchyEvent
 
getInitParameter(String) - Method in class com.atlassian.confluence.impl.webapp.SecureAccessServletFilterConfig
 
getInitParameterNames() - Method in class com.atlassian.confluence.impl.webapp.SecureAccessServletFilterConfig
 
getInPreview() - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
Deprecated.
since 5.3 (and really much much longer)
getInputNumberOfSpaces() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpaceIdsAnalyticsEvent
 
getInputStream() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
getInputStream() - Method in class com.atlassian.confluence.core.InputStreamDataSource
 
getInputStream() - Method in class com.atlassian.confluence.core.UploadedResource
 
getInputStream() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
 
getInputStream() - Method in class com.atlassian.confluence.mail.embed.MimeBodyPartDataSource
 
getInputStream() - Method in class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.FileWrapper
Deprecated.
 
getInputStream() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream
Obtains an InputStream for this stream.
getInputStream() - Method in class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.InputStreamWrapper
Deprecated.
 
getInputStream() - Method in class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.RandomFileWrapper
Deprecated.
 
getInputStream() - Method in interface com.atlassian.confluence.util.io.InputStreamSource
Obtains an InputStream.
getInserted() - Method in class com.atlassian.synchrony.Events
 
getInserted() - Method in class com.atlassian.synchrony.Snapshots
 
getInsertQuery(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
 
getInstallationDate() - Method in class com.atlassian.confluence.core.VersionHistory
 
getInstallationDate() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getInstallationMethod() - Method in class com.atlassian.confluence.setup.actions.FinishSetupAction
 
getInstalledLanguagesList() - Method in class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
 
getInstalledLocalePairs() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
getInstance() - Method in interface com.atlassian.confluence.dmz.sal.OAuthRequestVerifierFactory
 
getInstance() - Static method in class com.atlassian.confluence.impl.schedule.caesium.ThreadLocalSchedulerControl
 
getInstance() - Static method in class com.atlassian.confluence.impl.search.summary.NoFormatFormatter
 
getInstance() - Static method in class com.atlassian.confluence.impl.search.v2.lucene.filter.MatchAllDocsFilter
Deprecated.
 
getInstance() - Static method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
getInstance() - Static method in interface com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsService
LazyReference can return null value, so we have to check again here for nulls
getInstance() - Static method in class com.atlassian.confluence.importexport.impl.HtmlExportLinkFormatter
 
getInstance() - Static method in class com.atlassian.confluence.internal.search.tasks.NoOpIndexTask
getInstance() - Static method in class com.atlassian.confluence.json.introspector.DefaultIntrospector
 
getInstance() - Static method in class com.atlassian.confluence.pages.actions.CalendarLanguageUtil
 
getInstance() - Static method in class com.atlassian.confluence.search.ThreadLocalIndexerControl
 
getInstance() - Static method in class com.atlassian.confluence.search.v2.query.ActiveUserInfoQuery
 
getInstance() - Static method in class com.atlassian.confluence.search.v2.query.ActiveUserQuery
 
getInstance() - Static method in class com.atlassian.confluence.search.v2.query.AllQuery
 
getInstance() - Static method in class com.atlassian.confluence.search.v2.query.MatchNoDocsQuery
 
getInstance() - Static method in class com.atlassian.confluence.search.v2.query.NotAnonymousUserQuery
 
getInstance() - Static method in class com.atlassian.confluence.themes.AUIDefaultColorScheme
 
getInstance() - Static method in class com.atlassian.confluence.themes.DefaultTheme
 
getInstance() - Static method in class com.atlassian.confluence.util.breadcrumbs.AdminBreadcrumb
 
getInstance() - Static method in class com.atlassian.confluence.util.breadcrumbs.DashboardBreadcrumb
Deprecated.
 
getInstance() - Static method in class com.atlassian.confluence.util.breadcrumbs.ListPageTemplatesBreadcrumb
 
getInstance() - Static method in class com.atlassian.confluence.util.breadcrumbs.PeopleBreadcrumb
 
getInstance() - Static method in class com.atlassian.confluence.util.ContentEntityObjectTitleComparator
 
getInstance() - Static method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
Get the Confluence resource cache singleton.
getInstance() - Static method in class com.atlassian.confluence.validation.MessageLoadingPreResultListener
 
getInstance() - Static method in class com.atlassian.confluence.xml.ExportXsltTransformerResolver
 
getInstance() - Method in class com.atlassian.sal.confluence.oauth.OAuthRequestVerifierFactoryImpl
 
getInstance(ApplicationConfiguration, ClusterConfigurationHelperInternal, LicenseService) - Static method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.S3ConfigFactory
Produces instance of S3Config based on the defined properties.
getInstance(ContentDirectoryStructureAttachmentDataFileSystemV003, ContentDirectoryStructureAttachmentDataFileSystemV004, ApplicationConfiguration, DarkFeaturesManager, ClusterConfigurationHelperInternal, ZduManager, AtlassianBootstrapManager, LicenseService) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentFileStoreFactory
Produces instance of AttachmentDataFileSystem based on the defined properties.
getInstance(AttachmentDataDao) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDaoFactory
 
getInstance(AttachmentDataDao) - Static method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.
getInstance(AttachmentDataDao) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDaoFactoryBean
 
getInstance(PluginModuleFactory<? extends T>) - Static method in class com.atlassian.confluence.plugin.module.PluginModuleHolder
Creates a PluginModuleHolder with a custom module factory.
getInstance(WebResourceUrlProvider) - Static method in class com.atlassian.confluence.content.UninstalledContentType
 
getInstance(Class<T>) - Method in class com.atlassian.confluence.plugin.ConfluenceHostContainer
 
getInstance(Class<T>) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getInstance(String) - Static method in class com.atlassian.confluence.core.TimeZone
Returns the flyweight TimeZone for the given ID, which is the same instance used for this time zone throughout the system.
getInstance(String) - Static method in class com.atlassian.confluence.setup.JDBCUrlBuilderFactory
 
getInstance(String) - Static method in class com.atlassian.confluence.util.i18n.DocumentationLink
Constructs and returns an instance of a documentation url with the given key.
getInstance(String) - Static method in class com.atlassian.confluence.util.i18n.Message
Constructs and returns an instance of a message with the given key and no arguments.
getInstance(String, Object...) - Static method in class com.atlassian.confluence.util.i18n.Message
Constructs and returns an instance of a message with the given key and arguments.
getInstance(String, String) - Static method in class com.atlassian.confluence.impl.search.v2.lucene.SinceDateQueryFactory
 
getInstance(String, List) - Static method in class com.atlassian.confluence.util.i18n.Message
Constructs and returns an instance of a message with the given key and arguments.
getInstance(TimeZone) - Static method in class com.atlassian.confluence.core.TimeZone
 
getInstance(ServletRequest) - Method in class com.atlassian.sal.confluence.oauth.OAuthRequestVerifierFactoryImpl
 
getInstanceMetrics() - Method in class com.atlassian.confluence.api.impl.service.instance.InstanceMetricsServiceImpl
 
getInstanceMetrics() - Method in interface com.atlassian.confluence.api.service.instance.InstanceMetricsService
Returns simple metrics about this instance.
getInstanceMetrics() - Method in interface com.atlassian.confluence.rest.client.RemoteInstanceMetricsService
Returns simple metrics about this instance.
getInstanceMetrics() - Method in class com.atlassian.confluence.rest.client.RemoteInstanceMetricsServiceImpl
 
getInstanceName() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
getInstanceType() - Method in class com.atlassian.confluence.status.service.systeminfo.CloudPlatformMetadata
 
getInstanceTypeMetadataEndpoint() - Method in class com.atlassian.confluence.status.service.systeminfo.AwsCloudPlatform
 
getInstanceTypeMetadataEndpoint() - Method in class com.atlassian.confluence.status.service.systeminfo.AzureCloudPlatform
 
getInstanceTypeMetadataEndpoint() - Method in interface com.atlassian.confluence.status.service.systeminfo.CloudPlatform
 
getInstanceTypeMetadataEndpoint() - Method in class com.atlassian.confluence.status.service.systeminfo.GoogleCloudPlatform
 
getInstanceWithDefaultFactory(ModuleDescriptor<? extends T>) - Static method in class com.atlassian.confluence.plugin.module.PluginModuleHolder
Creates a PluginModuleHolder for the given module descriptor with the default factory.
getInstrument(String) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
getInstrumentation() - Method in class com.atlassian.confluence.plugins.graphql.extensions.ConfluenceGraphQLExtensions
 
getInt(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getInt(String) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
getInt(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getInt(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
getIntegerProperty(Object) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getIntegerResult(String) - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getInteractiveMaxBufferedDocs() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
getInteractiveMaxBufferedDocs() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.Configuration
 
getInteractiveMaxMergeDocs() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
getInteractiveMaxMergeDocs() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.Configuration
 
getInteractiveMergeFactor() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
getInteractiveMergeFactor() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.Configuration
 
getInterfaces(String) - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction.StubComponentRegistrar
 
getInternalBaseUrl() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder.SynchronyEnvironment
 
getInternalExecutor() - Method in class com.atlassian.confluence.event.ConfluenceEventDispatcher
 
getIntervalFirstRunTime() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
getIntervalMillis() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
getIntProperty(String) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getIntProperty(String) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getIntroductionHtml() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.PluginAndMaterials
 
getIntroductionModuleKey() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.AboutPagePanelModuleDescriptor
 
getIntValue(String) - Method in class com.atlassian.confluence.functest.rest.admin.GlobalSettingsResource
 
getInvalidCharactersAsString() - Static method in class com.atlassian.confluence.labels.LabelParser
 
getInvalidGroups() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
getInvalidXml() - Method in exception com.atlassian.confluence.content.render.xhtml.validation.ValidationException
 
getInviteToEditParams() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
This method is used to forward certain parameters used for invite to edit when redirecting to another action.
getInvocationCount() - Method in interface com.atlassian.confluence.util.profiling.TimerSnapshot
 
getInvocationHistoryService() - Method in interface com.atlassian.confluence.plugins.restapi.resources.OptionalServiceProvider
 
getInvocationHistoryService() - Method in class com.atlassian.confluence.plugins.restapi.resources.OsgiOptionalServiceProvider
 
getIpRestrictions() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
getIpRestrictions() - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
getIpv4Addresses() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction.ClusterableInterface
 
getIpv6Addresses() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction.ClusterableInterface
 
getIsCompleted() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
Whether this task has been completed.
getIsCriteriaMet() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
Whether this task's success criteria have been met or not.
getIsDefault() - Method in class com.atlassian.confluence.api.model.web.Icon
 
getIsEnableDisableLocal() - Method in class com.atlassian.confluence.user.actions.DeactivateUserAction
 
getIsExactSearchIndexingEnabled() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getIsExactSearchIndexingEnabled() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getIsExactSearchQueryEnabled() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getIsExactSearchQueryEnabled() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getIsFromPageView() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getIsolationLevel() - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
getIssueComponentId() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getIssueDate() - Method in class com.atlassian.confluence.user.UserVerificationToken
 
getIssueId() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getIssueSeverity() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getIssueSeverityId() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getItems() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getItems() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
getItems() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskList
 
getItems() - Method in class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
Deprecated.
 
getItems() - Method in class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
 
getItems() - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
getItems() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
getItems() - Method in class com.atlassian.confluence.pages.actions.PaginationSupportAdaptor
 
getItems() - Method in class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
 
getItems() - Method in class com.atlassian.confluence.web.WebMenuSection
 
getItems(Indexes) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.ChildrenListWrapperCallback
 
getItems(String) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getItems(String) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getItemsCount() - Method in class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
Deprecated.
 
getItemsCount() - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
getItemsCount() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
getItemsCount() - Method in interface com.atlassian.confluence.pages.actions.PaginationServiceSupportActionAware
Get total item of all pages
getItemsForSection(String, Map<String, Object>) - Method in interface com.atlassian.confluence.api.service.web.WebView
 
getItemsForSectionCompletionStage(String, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql.GraphQLRemoteWebViewImpl
 
getItemsForSectionCompletionStage(String, Map<String, Object>) - Method in interface com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebView
Fetch web items for a section from the REST API
getItemsForSectionCompletionStage(String, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewImpl
 
GetIterableListFunction - Class in com.atlassian.confluence.plugins.soy
A soy server function that return a list of map so that we can iterate list map in soy.
GetIterableListFunction() - Constructor for class com.atlassian.confluence.plugins.soy.GetIterableListFunction
 
getIterationNumber() - Method in class com.atlassian.confluence.event.events.backgroundjob.BackgroundJobFailedEvent
 
getIterationNumber() - Method in class com.atlassian.confluence.event.events.space.SpaceDeletionIterationCompletedEvent
 
getIterationNumber() - Method in class com.atlassian.confluence.event.events.space.SpaceDeletionIterationStartedEvent
 
getIterationNumber() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getIterationNumber() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getIterationNumber() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStash
 
getIterationNumber() - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashImpl
 
getIterationsCompleted() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
getIterator(Object, Info) - Method in class com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator
 
getJarFileFromClass(Class) - Static method in class com.atlassian.confluence.util.ClasspathUtils
If the provided class has been loaded from a jar file, will find the absolute path to that jar file.
getJarSetsWithCommonClasses() - Method in class com.atlassian.confluence.admin.actions.ViewSystemClasspathAction
 
getJarSetsWithCommonClasses() - Method in class com.atlassian.confluence.util.classpath.ClasspathJarDuplicateClassFinder
 
getJarSetsWithCommonClasses() - Method in class com.atlassian.confluence.util.classpath.ClasspathJarSets
 
getJarSetsWithCommonClasses() - Method in interface com.atlassian.confluence.util.classpath.DuplicateClassFinder
 
getJarsForClass(String) - Method in class com.atlassian.confluence.util.classpath.ClasspathClasses
Returns a set of JAR URLs which contain a given class.
getJarUrlsByClass() - Method in class com.atlassian.confluence.util.classpath.ClasspathClasses
 
getJavaRuntime() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getJavaRuntimeDirectory() - Method in class com.atlassian.confluence.impl.util.tomcat.DefaultTomcatConfigHelper
 
getJavaRuntimeDirectory() - Method in interface com.atlassian.confluence.util.tomcat.TomcatConfigHelper
Returns the Java Runtime installation directory.
getJavascript() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
Retrieve the stylesheets for the theme.
getJavascript() - Method in class com.atlassian.confluence.themes.BasicTheme
 
getJavascript() - Method in class com.atlassian.confluence.themes.DefaultTheme
 
getJavascript() - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
getJavascript() - Method in interface com.atlassian.confluence.themes.Theme
Return the JavaScript resources for the theme.
getJavaSpecificationVersion() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getJavaVendor() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getJavaVersion() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getJavaVm() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getJdbcTemplate(Session) - Static method in class com.atlassian.confluence.impl.hibernate.DataAccessUtils
Returns a JDBC template for the provided Hibernate session.
getJdbcTemplate(Session) - Static method in class com.atlassian.confluence.upgrade.upgradetask.DataAccessUtils
Deprecated.
since 7.18.0 due to Hibernate 2 removal. Use DataAccessUtils.getJdbcTemplate(org.hibernate.Session) instead.
getJdbcUrl() - Method in interface com.atlassian.confluence.impl.health.checks.DataSourceConfiguration
 
getJdbcUrl() - Method in class com.atlassian.confluence.impl.health.checks.DefaultDataSourceConfiguration
 
getJDBCUrlConfigLocationDescription() - Method in interface com.atlassian.confluence.impl.health.checks.DbHealthCheckHelper
 
getJDBCUrlConfigLocationDescription() - Method in class com.atlassian.confluence.impl.health.checks.DefaultDbHealthCheckHelper
 
getJdbcUrlQuery(String) - Static method in class com.atlassian.confluence.util.UrlUtils
Parses the query string from a JDBC URL.
getJdkName() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
Deprecated.
Since 6.6.0, no longer used
getJitterSecs(Map<String, Serializable>) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
 
getJmxEnabled() - Method in class com.atlassian.confluence.event.events.monitoring.JmxConfigChangedEvent
 
getJndiName() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getJob() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsHistoryAction
 
getJob(long) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Get job by id.
getJob(long) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
getJob(Long) - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
Get job by id.
getJob(Long) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
Get job by id.
getJob(Long) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
getJobConfig() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
getJobConfig() - Method in class com.atlassian.confluence.schedule.AbstractScheduledJob
 
getJobConfig() - Method in interface com.atlassian.confluence.schedule.ScheduledJob
When scheduling the job, ScheduleUtil.withTimeZone(JobConfig, TimeZone) may be used to set the time zone in case the job is cron based.
getJobConfig(ScheduledJobConfiguration, ManagedScheduledJob, TimeZone) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
Builds JobConfig from info in configuration, with fallback info from job.
getJobGroupName() - Method in class com.atlassian.confluence.schedule.events.PauseJobGroupEvent
 
getJobId() - Method in class com.atlassian.confluence.event.events.admin.ReIndexRequestEvent
 
getJobId() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreAddJobAnalyticsEvent
Get id of job
getJobId() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreFinishJobAnalyticsEvent
Get id of job
getJobId() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreStartJobAnalyticsEvent
Get id of job
getJobId() - Method in class com.atlassian.confluence.impl.backuprestore.events.TerminateBackupRestoreJobRequest
 
getJobId() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
getJobId() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
getJobId() - Method in class com.atlassian.confluence.impl.system.task.ReIndexMaintenanceTask
 
getJobId() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
getJobId() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
 
getJobId() - Method in class com.atlassian.confluence.schedule.ScheduledJobKey
Deprecated.
 
getJobId() - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
getJobID() - Method in class com.atlassian.confluence.search.ReIndexTask
 
getJobOperation() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getJobOperation() - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter
 
getJobOperation() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getJobOperation() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter
 
getJobOperation() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
getJobOperation() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreAddJobAnalyticsEvent
Get operation of job
getJobOperation() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreFinishJobAnalyticsEvent
Get operation of job
getJobOperation() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreStartJobAnalyticsEvent
Get operation of job
getJobRunner() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
getJobRunner() - Method in class com.atlassian.confluence.schedule.AbstractScheduledJob
 
getJobRunner() - Method in interface com.atlassian.confluence.schedule.ScheduledJob
The JobRunnerKey to register the JobRunner result of this method should be taken from the result of ScheduledJob.getJobConfig().
getJobRunnerKey() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
getJobs() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
getJobScope() - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
getJobScope() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getJobScope() - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter
 
getJobScope() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getJobScope() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter
 
getJobScope() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
getJobScope() - Method in class com.atlassian.confluence.event.events.admin.AbstractRestoreEvent
 
getJobScope() - Method in class com.atlassian.confluence.event.events.admin.RestoreInProgressEvent
 
getJobScope() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreAddJobAnalyticsEvent
Get scope of job
getJobScope() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreFinishJobAnalyticsEvent
Get scope of job
getJobScope() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreStartJobAnalyticsEvent
Get scope of job
getJobScope() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
getJobSettings() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails
 
getJobSettings() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreJobDetails
 
getJobSettings() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupJobDetails
 
getJobSettings() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreJobDetails
 
getJobSource() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
Get the source of the export that we want to import
getJobState() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getJobState() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getJobState() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreFinishJobAnalyticsEvent
Get state of job
getJobState(ExecutorService, long) - Method in class com.atlassian.confluence.impl.backuprestore.IndependentBackupRestoreJobManager
 
getJobStates() - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter
 
getJobStates() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter
 
getJobStatistics() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails
 
getJobStatistics() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreJobDetails
 
getJobStatistics() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupJobDetails
 
getJobStatistics() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreJobDetails
 
getJoinConfig() - Method in class com.atlassian.confluence.cluster.ClusterConfig
 
getJoinMethod() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getJoinMode() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinRequest
 
getJoinString() - Method in enum class com.atlassian.confluence.impl.hibernate.query.InClauseType
 
getJournalEntryId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotCreatedEvent
 
getJournalEntryId() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
 
getJournalEntryId() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement.GlobalPermissionManagementIncSyncModel
 
getJournalEntryId() - Method in interface com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncModel
 
getJournalEntryId() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
 
getJournalEntryId() - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshot
 
getJournalId() - Method in class com.atlassian.confluence.api.model.journal.JournalEntry
 
getJournalId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexRequestEvent
 
getJournalId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexResponseEvent
 
getJournalId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestEvent
 
getJournalId() - Method in class com.atlassian.confluence.impl.journal.JournalEntry
 
getJournalId() - Method in class com.atlassian.confluence.impl.system.task.RestoreIndexSnapshotMaintenanceTask.IndexSnapshot
 
getJournalId() - Method in class com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
 
getJournalIdentifier() - Method in enum class com.atlassian.confluence.internal.index.Index
 
getJournalIdentifier() - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshot
 
getJournalIdentifier() - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
getJournalIdentifier(long) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
getJournalIdentifier(long) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementIncrementalSyncServiceImpl
 
getJournalIdentifier(long) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementIncrementalSyncServiceImpl
 
getJournalIdentifier(long) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementIncrementalSyncServiceImpl
 
getJournalIndexName() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getJournalName() - Method in class com.atlassian.confluence.api.model.journal.JournalIdentifier
 
getJournalName() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
getJournalName() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementIncrementalSyncServiceImpl
 
getJournalName() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementIncrementalSyncServiceImpl
 
getJournalName() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.MultiSubscriptionPerJournalIdentifier
 
getJournalName() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SingleSubscriptionPerJournalIdentifier
 
getJournalName() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementIncrementalSyncServiceImpl
 
getJournalNamePrefix() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SingleSubscriptionPerJournalIdentifier
 
getJournalNameWithSubscriptionId() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.MultiSubscriptionPerJournalIdentifier
 
getJsLang() - Method in class com.atlassian.confluence.languages.Language
Returns JS representation of current language.
getJsLang(String) - Static method in class com.atlassian.confluence.languages.Language
Returns JS representation of the language.
getJsonator() - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
 
getJsonExpression() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
getJsonModelOperation() - Method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
getJsonModelOperation() - Method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionJournalEntryTypes
 
getJsonModelOperation() - Method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
getJsonString(ActionInvocation) - Method in class com.atlassian.confluence.json.JsonResult
Deprecated.
 
getJSONString() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
getJSONString() - Method in interface com.atlassian.confluence.json.JSONAction
Deprecated.
 
getJSONString() - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
getJSONString() - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceTestConnectionAction
Callback method to return the result as JSON string.
getJSONString() - Method in class com.atlassian.confluence.setup.actions.SetupStandardDatabaseTestConnectionAction
 
getJsResources() - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Returns the HTML output of WebResourceManager.includeResources(Writer, UrlMode, WebResource1Filter), which includes references to all the delayed Javascript resources requested by WebResourceManager.requireResource(String).
getJsResources() - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getJvmImplementationVersion() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getJvmInputArguments() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getJvmInputArgumentsFiltered() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getJvmStats() - Method in class com.atlassian.confluence.api.model.system.NodeStatus
 
getJVMstats() - Method in interface com.atlassian.confluence.cluster.NodeStatus
 
getJVMstats() - Method in class com.atlassian.confluence.cluster.NodeStatusImpl
 
getJVMstats() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteNodeStatus
 
getJvmVendor() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getJvmVersion() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getK1() - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
 
getKbUrl() - Method in class com.atlassian.confluence.internal.health.HealthCheckResult
Returns the URL of the Atlassian Knowledgebase article that helps the user respond to this result.
getKbUrl() - Method in class com.atlassian.confluence.upgrade.UpgradeError
 
getKbURL() - Method in class com.atlassian.confluence.impl.health.analytics.KnowledgeBaseArticleClickedEvent
 
getKbURL() - Method in class com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEvent
 
getKbURL() - Method in exception com.atlassian.confluence.upgrade.UpgradeException
 
getKeepAliveTime() - Method in class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
 
getKeepAll() - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
getKeepAll() - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
getKey() - Method in class com.atlassian.bandana.impl.PersisterKey
Deprecated.
 
getKey() - Method in class com.atlassian.confluence.accessmode.actions.ReadOnlyAccessAction
 
getKey() - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
getKey() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
getKey() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
The unique handle for this admin task.
getKey() - Method in interface com.atlassian.confluence.admin.tasks.AdminTaskConfig
The key for the admin task.
getKey() - Method in class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
getKey() - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
 
getKey() - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
 
getKey() - Method in class com.atlassian.confluence.api.model.content.Space
 
getKey() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithKeys
 
getKey() - Method in class com.atlassian.confluence.api.model.event.mau.MauApplicationKey
 
getKey() - Method in interface com.atlassian.confluence.api.model.messages.Message
 
getKey() - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage
 
getKey() - Method in class com.atlassian.confluence.api.model.web.WebItemView
Deprecated.
getKey() - Method in class com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.AppliedRuleDescription
 
getKey() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.AppliedRuleDescription
Deprecated.
 
getKey() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getKey() - Method in class com.atlassian.confluence.extra.paste.rest.ShortcutLinkConfigurationsResource.ShortcutLinkConfigurationEntity
 
getKey() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
 
getKey() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getKey() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLabel
 
getKey() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getKey() - Method in class com.atlassian.confluence.impl.search.v2.SiteSearchPermissionsQuery
 
getKey() - Method in class com.atlassian.confluence.impl.search.v2.SpacePermissionQuery
Deprecated.
 
getKey() - Method in class com.atlassian.confluence.internal.user.DeferredLookupUser
 
getKey() - Method in class com.atlassian.confluence.legacyapi.model.SpaceSummary
Deprecated.
 
getKey() - Method in class com.atlassian.confluence.macro.browser.beans.MacroPropertyPanelButton
 
getKey() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataClientCacheKeyManager
 
getKey() - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataClientCacheKeyManager
 
getKey() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getKey() - Method in class com.atlassian.confluence.plugin.ConfluenceApplication
 
getKey() - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLabel
 
getKey() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getKey() - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
getKey() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.BlogPostEdgeType
 
getKey() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.CommentEdgeType
 
getKey() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.LikeEdgeType
 
getKey() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.PageEdgeType
 
getKey() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeType
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchAllQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchBooleanQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchConstantScoreQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchContentPermissionsQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchDoubleRangeQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchFieldExistsQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchFunctionScoreQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchIntegerRangeQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchLongRangeQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchMatchNoDocsQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchPhraseQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchPrefixQueryMapper
 
getKey() - Method in interface com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchQueryStringQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSiteSearchPermissionQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSiteTextSearchQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSpacePermissionQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSpanNearQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTermQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTermRangeQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTermSetQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTextFieldQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchWildcardTextFieldQueryMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchFavouriteSortMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchFieldSortMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchLowercaseFieldSortMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchMultiSearchSortMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchRelevanceSortMapper
 
getKey() - Method in interface com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchSortMapper
 
getKey() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getKey() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getKey() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
getKey() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
Deprecated.
 
getKey() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.ActiveUserInfoQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.ActiveUserQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.AllQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.ArchivedSpacesQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.AttachmentTypeQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.BrowseUsersPermissionQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.ContainingContentTypeQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.ContentCategoryQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.ContentPermissionsQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.ContentStatusQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.ContentTypeQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.ContributorQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.CreatorQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.CustomContentTypeQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.DoubleRangeQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.EnabledCustomContentTypesQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.FieldExistsQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.FileExtensionQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.HasPersonalSpaceQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.InheritedLabelQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.InSpaceQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.IntegerRangeQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.LabelQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.LabelsQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.LastModifierUserQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.LongRangeQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.MacroStorageVersionQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.MacroUsageQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.MatchNoDocsQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.NonViewableCustomContentTypeQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.NotAnonymousUserQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.PhraseQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.PrefixQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.SpaceCategoryQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.TermQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.TermSetQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.TextSearchQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.UserInfoQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.UserTextQuery
 
getKey() - Method in class com.atlassian.confluence.search.v2.query.WildcardTextFieldQuery
 
getKey() - Method in interface com.atlassian.confluence.search.v2.SearchQuery
 
getKey() - Method in interface com.atlassian.confluence.search.v2.SearchSort
Gets the key that uniquely identifies this sort method.
getKey() - Method in class com.atlassian.confluence.search.v2.sort.AbstractSort
 
getKey() - Method in class com.atlassian.confluence.search.v2.sort.FieldSort
 
getKey() - Method in class com.atlassian.confluence.search.v2.sort.LowercaseFieldSort
 
getKey() - Method in class com.atlassian.confluence.search.v2.sort.MultiSearchSort
 
getKey() - Method in class com.atlassian.confluence.search.v2.sort.UserAttributeSort
Deprecated.
 
getKey() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
getKey() - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
getKey() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
getKey() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey
 
getKey() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
getKey() - Method in exception com.atlassian.confluence.setup.DatabaseConnectionException
 
getKey() - Method in class com.atlassian.confluence.setup.DatabaseVerificationResult
 
getKey() - Method in exception com.atlassian.confluence.setup.DatabaseVerifyException
 
getKey() - Method in enum class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider.ContextItems
 
getKey() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
getKey() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getKey() - Method in class com.atlassian.confluence.spaces.Space
 
getKey() - Method in class com.atlassian.confluence.spaces.SpaceGroup
Deprecated.
 
getKey() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
getKey() - Method in interface com.atlassian.confluence.user.ConfluenceUser
Return the immutable and unique key for the user.
getKey() - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
getKey() - Method in class com.atlassian.confluence.user.ReadOnlyConfluenceUser
Deprecated.
 
getKey() - Method in class com.atlassian.confluence.util.HTMLPairType
 
getKey() - Method in class com.atlassian.confluence.util.i18n.DocumentationLink
Returns the key, used for looking up the documentation url in a localisation bundle.
getKey() - Method in class com.atlassian.confluence.util.i18n.Message
Returns the message key, used for looking up the message in a localisation bundle.
getKey() - Method in class com.atlassian.synchrony.Secrets
 
getKey() - Method in class com.atlassian.synchrony.Snapshots
 
getKeyFilesDirectoryPath() - Method in class com.atlassian.confluence.impl.user.crowd.EncryptionSettingsImpl
 
getKeyPair(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateKeyStoreDao
 
getKeyPair(String) - Method in interface com.atlassian.confluence.security.trust.KeyStore
Returns a key pair for a specified alias.
getKeyPairInitialiser() - Method in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
getKeyPrefix() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ClientSubscriptionJournalStateStore
 
getKeyPrefix() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
getKeys() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
getKeys() - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies
 
getKeys() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
getKeys() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
getKeys() - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
getKeys() - Method in interface com.atlassian.confluence.impl.cache.tx.TransactionAwareCache
 
getKeys() - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getKeys() - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
getKeys() - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
getKeys() - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getKeys() - Method in class com.atlassian.confluence.util.actions.AlphabeticalLabelGroupingSupport
 
getKeys() - Method in class com.atlassian.confluence.util.i18n.SimpleMapResourceBundle
getKeys() - Method in class com.atlassian.confluence.velocity.context.ChainedVelocityContext
This method is inherently unreliable because if the chained context has another chained context, it may not delegate correctly if it is using the default implementation in AbstractContext.
getKeys() - Method in class com.atlassian.confluence.velocity.context.CompositeContext
Union of all keys for all contexts.
getKeys(int) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getKeys(int) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getKeys(BandanaContext) - Method in interface com.atlassian.bandana.BandanaManager
Deprecated.
Gets all the keys for entries under the given context.
getKeys(BandanaContext) - Method in class com.atlassian.bandana.DefaultBandanaManager
Deprecated.
 
getKeys(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getKeys(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getKeys(String, int) - Method in class bucket.user.propertyset.BucketPropertySet
 
getKeys(String, int) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getKeys(String, int) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getKeys(String, Long, String, int) - Method in class bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
 
getKeySpaceLocator(String) - Method in class com.atlassian.confluence.content.service.space.DefaultSpaceService
 
getKeySpaceLocator(String) - Method in interface com.atlassian.confluence.content.service.SpaceService
Creates a space locator object that can locate a space based on a key.
getKeyType() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
getKeyType() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.legacy.HibernateKey
 
getKnownDuplicates() - Method in class com.atlassian.confluence.admin.actions.ViewSystemClasspathAction
 
getKubernetesPodIp(String) - Static method in class com.atlassian.confluence.cluster.ClusterConfigurationUtils
 
getLabel() - Method in class com.atlassian.confluence.api.model.content.Label
 
getLabel() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getLabel() - Method in class com.atlassian.confluence.api.model.web.WebPanelView
 
getLabel() - Method in class com.atlassian.confluence.api.model.web.WebSectionView
 
getLabel() - Method in class com.atlassian.confluence.event.events.label.LabelEvent
 
getLabel() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getLabel() - Method in enum class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobType
 
getLabel() - Method in class com.atlassian.confluence.internal.persistence.SalRetryConnectionCallback
 
getLabel() - Method in class com.atlassian.confluence.labels.Labelling
 
getLabel() - Method in class com.atlassian.confluence.labels.persistence.dao.LabelSearchResult
 
getLabel() - Method in class com.atlassian.confluence.legacyapi.model.content.Label
Deprecated.
 
getLabel() - Method in class com.atlassian.confluence.macro.browser.beans.MacroBody
 
getLabel() - Method in class com.atlassian.confluence.macro.browser.beans.MacroPropertyPanelButton
 
getLabel() - Method in class com.atlassian.confluence.mail.notification.Notification
 
getLabel() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getLabel() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
 
getLabel() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
 
getLabel() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns the label related to the web interface state, or null if there is no label.
getLabel() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
Returns a DisplayableLabel based on all the labels being viewed.
getLabel() - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchParameters
 
getLabel() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
getLabel() - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getLabel() - Method in class com.atlassian.confluence.web.WebMenuSection
 
getLabel(long) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getLabel(long) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
Retrieve a label based on its id.
getLabel(long) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the label with the specified id.
getLabel(Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getLabel(Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getLabel(Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the persistent instance of the label with the exact same details as the specified label.
getLabel(ParsedLabelName) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getLabel(ParsedLabelName) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getLabel(ParsedLabelName) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the label by name.
getLabel(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getLabel(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getLabel(String) - Method in interface com.atlassian.confluence.labels.LabelManager
convenience method to fetch a label without having to call the label parser
getLabel(String, Namespace) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getLabel(String, Namespace) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getLabel(String, Namespace) - Method in interface com.atlassian.confluence.labels.LabelManager
Convenience method to fetch a label without having to create a Label object
getLabelableClass() - Method in enum class com.atlassian.confluence.labels.LabelableType
 
getLabelAsString() - Method in class com.atlassian.confluence.search.v2.query.InheritedLabelQuery
 
getLabelAsString() - Method in class com.atlassian.confluence.search.v2.query.LabelQuery
 
getLabelContentById(long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getLabelContentById(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
since 9.3.0, use CQL instead
getLabelContentById(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getLabelContentById(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getLabelContentById(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getLabelContentById(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getLabelContentByName(String) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getLabelContentByName(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
since 9.3.0, use CQL instead
getLabelContentByName(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getLabelContentByName(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getLabelContentByName(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getLabelContentByName(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getLabelContentByObject(RemoteLabel) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getLabelContentByObject(String, RemoteLabel) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
since 9.3.0, use CQL instead
getLabelContentByObject(String, RemoteLabel) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getLabelContentByObject(String, RemoteLabel) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getLabelContentByObject(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getLabelContentByObject(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getLabelCount() - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
 
getLabelCount() - Method in interface com.atlassian.confluence.labels.Labelable
Get the number of labels that are associated with this object.
getLabelCount() - Method in class com.atlassian.confluence.labels.PermittedLabelView
 
getLabelCount() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLabelCount() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLabelFilters(User, boolean) - Static method in class com.atlassian.confluence.util.LabelUtil
returns only labels the user can see and also strips out special labels if 'hideSpecialLabels' flag is set
getLabelId() - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
getLabelId() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
getLabelId() - Method in class com.atlassian.confluence.spaces.actions.RemoveLabelFromSpaceAction
 
getLabelId() - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
getLabelKey() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.CriteriaParameters
Deprecated.
 
getLabelled() - Method in class com.atlassian.confluence.event.events.label.LabelEvent
 
getLabellings() - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
 
getLabellings() - Method in interface com.atlassian.confluence.labels.EditableLabelable
 
getLabellings() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLabellings() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLabelManager() - Method in class com.atlassian.confluence.labels.SpaceLabelManagerImpl
 
getLabelManager() - Method in class com.atlassian.confluence.themes.PageHelper
 
getLabelManager() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getLabelNames(Labelable) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
Retrieve a comma separated string of label names.
getLabelPredicate(User, boolean) - Static method in class com.atlassian.confluence.util.LabelUtil
Deprecated.
getLabels() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
getLabels() - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
 
getLabels() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getLabels() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
MostUsedLabelsCacheRecord.labels
getLabels() - Method in interface com.atlassian.confluence.labels.Labelable
Retrieve the labels that are associated with this object.
getLabels() - Method in class com.atlassian.confluence.labels.PermittedLabelView
 
getLabels() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
Metadata is now retrieved from the existing page, if it exists, otherwise it is stored on the draft (i.e.
getLabels() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getLabels() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
getLabels() - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
getLabels() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLabels() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
getLabels() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getLabels() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntityList
 
getLabels() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
getLabels() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getLabels() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
getLabels() - Method in class com.atlassian.confluence.search.service.RecentUpdateQueryParameters
 
getLabels() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getLabels() - Method in class com.atlassian.confluence.search.v2.query.LabelsQuery
 
getLabels() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
uses the label String to create a list of label objects to pass into the query object.
getLabels() - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
getLabels() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLabels() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getLabels() - Method in class com.atlassian.confluence.user.history.UserHistory
 
getLabels() - Method in class com.atlassian.confluence.util.EditPageBean
 
getLabels(long, Collection<Label.Prefix>) - Method in interface com.atlassian.confluence.legacyapi.service.content.AttachmentService
Deprecated.
Get the labels attached to a given attachment.
getLabels(long, Collection<Label.Prefix>) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Get the labels attached to a given piece of content in the given namespaces
getLabels(long, Collection<Label.Prefix>) - Method in interface com.atlassian.confluence.legacyapi.service.content.TemplateService
Deprecated.
Get the labels attached to a given page template
getLabels(long, Collection<Label.Prefix>) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyAttachmentServiceImpl
Deprecated.
 
getLabels(long, Collection<Label.Prefix>) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
getLabels(long, Collection<Label.Prefix>) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyTemplateServiceImpl
Deprecated.
 
getLabels(ContentId, Collection<Label.Prefix>, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.ContentLabelServiceImpl
 
getLabels(ContentId, Collection<Label.Prefix>, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.ContentLabelService
Get the labels attached to a given piece of content in the given namespaces
getLabels(User) - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getLabels(User) - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getLabels(User) - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets the labels on the current search result that are visible to the specified user.
getLabels(Long, List<String>) - Method in class com.atlassian.confluence.ui.rest.content.LegacyAttachmentResource
Deprecated.
 
getLabels(Long, List<String>) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
getLabels(Long, List<String>) - Method in class com.atlassian.confluence.ui.rest.content.LegacyTemplateResource
Deprecated.
 
getLabels(Collection<String>) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getLabels(Collection<String>) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getLabels(Collection<String>) - Method in interface com.atlassian.confluence.labels.LabelManager
convenience method to fetch labels without having to call the label parser
getLabelsByDetail(LimitedRequest, String, String, String, String) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Returns labels filtered by the given parameters.
getLabelsByDetail(LimitedRequest, String, String, String, String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getLabelsByDetail(LimitedRequest, String, String, String, String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getLabelsByDetail(PageRequest, String, String, String, String) - Method in class com.atlassian.confluence.api.impl.service.content.LabelServiceImpl
 
getLabelsByDetail(PageRequest, String, String, String, String) - Method in interface com.atlassian.confluence.api.service.content.LabelService
Gets all labels with given namespace, label name, space and/or owner
getLabelsByDetail(PageRequest, String, String, String, String) - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteContentLabelServiceImpl
 
getLabelsByDetail(PageRequest, String, String, String, String) - Method in interface com.atlassian.confluence.rest.client.RemoteContentLabelService
Get the labels based on the given parameters
getLabelsByDetail(PageRequest, String, String, String, String) - Method in class com.atlassian.confluence.rest.client.RemoteContentLabelServiceImpl
 
getLabelsByDetail(String, String, String, String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getLabelsByDetail(String, String, String, String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getLabelsByDetail(String, String, String, String) - Method in interface com.atlassian.confluence.labels.LabelManager
getLabelsByDetail(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getLabelsByDetail(String, String, String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
getLabelsByDetail(String, String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getLabelsByDetail(String, String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getLabelsByDetail(String, String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getLabelsByDetail(String, String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getLabelsById(long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getLabelsById(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
getLabelsById(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getLabelsById(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getLabelsById(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getLabelsById(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getLabelsCompletionStage(ContentId, Collection<Label.Prefix>, PageRequest) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
 
getLabelsCompletionStage(ContentId, Collection<Label.Prefix>, PageRequest) - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteContentLabelServiceImpl
 
getLabelsCompletionStage(ContentId, Collection<Label.Prefix>, PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteContentLabelService
Get the labels attached to a given piece of content in the given namespaces
getLabelsCompletionStage(ContentId, Collection<Label.Prefix>, PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteContentLabelServiceImpl
 
getLabelsCount() - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
getLabelsFilter() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto.RecentlyUpdatedContentResourceRequestDto
 
getLabelsFor(String, LabelManager) - Static method in class com.atlassian.confluence.util.LabelUtil
 
getLabelsForDisplay(User) - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
List the labels on this content that are visible to a particular user, and should be shown in a list of labels.
getLabelsForDisplay(User) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLabelsForDisplay(User) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLabelsHash(List<Label>) - Static method in class com.atlassian.confluence.util.LabelUtil
 
getLabelsInSpace(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getLabelsInSpace(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getLabelsInSpace(String) - Method in interface com.atlassian.confluence.labels.LabelManager
Deprecated.
since 9.2.6 Use SpaceLabelService
getLabelsInSpace(String, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Get all labels in Space with pagination
getLabelsInSpace(String, LimitedRequest) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getLabelsInSpace(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getLabelsOnSpace(Space) - Method in interface com.atlassian.confluence.labels.SpaceLabelManager
Returns the labels for the given space (excluding team labels)
getLabelsOnSpace(Space) - Method in class com.atlassian.confluence.labels.SpaceLabelManagerImpl
 
getLabelsOnThisSpace() - Method in class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
 
getLabelsOnThisSpace() - Method in interface com.atlassian.confluence.spaces.actions.SpaceLabelAware
Returns the labels for the space (excluding team labels) for rendering in the UI
getLabelsOnThisSpace() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
getLabelsString() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getLabelsString() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
getLabelsSummaryForResult(SearchResult) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getLabelString() - Method in class com.atlassian.confluence.pages.actions.ValidateLabelAjaxAction
 
getLabelString() - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
getLabelString() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
getLabelWatches(long) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.LabelWatchesResource
 
getLableable() - Method in class com.atlassian.confluence.labels.Labelling
Getter for the content entity object associated with this labelling.
getLanguage() - Method in class com.atlassian.confluence.languages.Language
 
getLanguage() - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ArabicAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.BrazilianAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ChineseAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CjkAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CustomJapaneseAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CzechAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DanishAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DelegatingLanguageAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DutchAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.EnglishAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.FinnishAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.FrenchAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.GermanAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.GreekAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.HungarianAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ItalianAnalyzerProvider
 
getLanguage() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.LanguageAnalyzerProvider
Get search language for this provider
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.NorwegianAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.OtherLanguageAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.PersianAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.PolishAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.RomanianAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.RussianAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.SpanishAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.SwedishAnalyzerProvider
 
getLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchAnalyzerMapper
 
getLanguage() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
getLanguage(String) - Method in class com.atlassian.confluence.languages.DefaultLanguageManager
 
getLanguage(String) - Method in interface com.atlassian.confluence.languages.LanguageManager
Retrieves the Language for the given key Null is returned when a plugin with languageKey could not be found, or it was not a Language
getLanguageMap() - Method in class com.atlassian.confluence.languages.DefaultLanguageManager
 
getLanguages() - Method in class com.atlassian.confluence.languages.DefaultLanguageManager
 
getLanguages() - Method in interface com.atlassian.confluence.languages.LanguageManager
Returns a list of Language objects, representing the currently loaded languages
getLanguages() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
getLastAccessTime() - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
getLastAccessTime() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
getLastAccessTime() - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.http.session.ConfluenceHttpSession
 
getLastAccessTime() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.session.MutableConfluenceHttpSession
 
getLastAccessTime() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.session.SnapshotConfluenceHttpSession
 
getLastAddedVersionsOf(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getLastAddedVersionsOf(Attachment) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Retrieves all the last added versions for each user who has added a version of the attachment That is, if a user has added multiple versions, only the latest added version will be added to the list returned.
getLastAddedVersionsOf(Attachment) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getLastAddedVersionsOf(Attachment) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getLastAddedVersionsOf(Attachment) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getLastAddedVersionsOf(Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Retrieves all the last added versions for each user who has added a version of the attachment That is, if a user has added multiple versions, only the latest added version will be added to the list returned.
getLastAddedVersionsOf(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getLastAddedVersionsOf(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getLastConflictingUser() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
Return the user who made the most recent conflicting change.
getLastEditedOldVersionsOf(Collection<ContentId>) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieves all old the last edited versions for each user who has contributed to the specified piece of content.
getLastEditedOldVersionsOf(Collection<ContentId>) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getLastEditedVersionsOf(ContentEntityObject) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieves all the last edited versions for each user who has contributed to the specified piece of content.
getLastEditedVersionsOf(ContentEntityObject) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getLastEditMessage() - Method in class com.atlassian.confluence.core.ActivityAjaxResponse
i18n string of the last edit date e.g.
getLastElapsedMilliseconds() - Method in class com.atlassian.confluence.jmx.JmxIndexManagerWrapper
 
getLastError() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getLastError() - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
getLastExecution() - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
getLastFailedLoginDate() - Method in interface com.atlassian.confluence.security.login.HistoricalLoginInfo
 
getLastFailedLoginDate() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
getLastHeartbeat() - Method in class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterNode
 
getLastIdProcessed() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
getLastIdProcessed() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary
 
getLastIteration() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
getLastLoginDate() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getLastLoginRef() - Method in class com.atlassian.confluence.api.model.people.KnownUser
 
getLastMigrationId() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
 
getLastModificationDate() - Method in class com.atlassian.confluence.api.model.content.Space
 
getLastModificationDate() - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction
 
getLastModificationDate() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionContainer
 
getLastModificationDate() - Method in class com.atlassian.confluence.core.AnnotatedEntityObject
 
getLastModificationDate() - Method in class com.atlassian.confluence.core.PersistentDecorator
 
getLastModificationDate() - Method in class com.atlassian.confluence.core.VersionHistorySummary
 
getLastModificationDate() - Method in class com.atlassian.confluence.core.VersionHistorySummaryCollaborator
 
getLastModificationDate() - Method in class com.atlassian.confluence.impl.retention.fast.rules.SimpleHistoricalVersion
 
getLastModificationDate() - Method in class com.atlassian.confluence.impl.retention.rules.HistoricalVersion
 
getLastModificationDate() - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceReader
 
getLastModificationDate() - Method in interface com.atlassian.confluence.importexport.resource.DownloadResourceReader
 
getLastModificationDate() - Method in class com.atlassian.confluence.importexport.resource.FileDownloadResourceReader
 
getLastModificationDate() - Method in class com.atlassian.confluence.importexport.resource.GenericDownloadResourceReader
 
getLastModificationDate() - Method in class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceReader
 
getLastModificationDate() - Method in class com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceReader
 
getLastModificationDate() - Method in class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
 
getLastModificationDate() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getLastModificationDate() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLastModificationDate() - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
getLastModificationDate() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getLastModificationDate() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
getLastModificationDate() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getLastModificationDate() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getLastModificationDate() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets the last modification date of the entity represented by the search result.
getLastModificationDate() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
getLastModificationDate() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.SimplePageContent
 
getLastModificationDate() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getLastModificationDate() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLastModified() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.CriteriaParameters
Deprecated.
 
getLastModified() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getLastModified() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getLastModified(Resource) - Method in class com.atlassian.confluence.setup.velocity.DebugResourceLoader
Never called because #getResourceStream(java.lang.String) always returns null.
getLastModified(Resource) - Method in class com.atlassian.confluence.setup.velocity.DynamicPluginResourceLoader
 
getLastModified(Resource) - Method in class com.atlassian.confluence.setup.velocity.HibernateResourceLoader
 
getLastModified(Resource) - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
getLastModifiedAt() - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
getLastModifiedAt() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getLastModifiedBy() - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
getLastModifiedBy() - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
getLastModifiedDate() - Method in class com.atlassian.confluence.core.ContributionStatus
 
getLastModifiedDate() - Method in class com.atlassian.confluence.pages.CommentStatus
 
getLastModifiedDate() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Date this attachment was last modified.
getLastModifiedDate() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getLastModifiedDate() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getLastModifiedDate() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getLastModifiedDate() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getLastModifiedHandler() - Method in interface com.atlassian.confluence.core.actions.HttpCacheValidatable
 
getLastModifier() - Method in class com.atlassian.confluence.api.model.content.Space
 
getLastModifier() - Method in class com.atlassian.confluence.core.ConfluenceEntityObject
 
getLastModifier() - Method in class com.atlassian.confluence.core.VersionHistorySummary
Deprecated.
getLastModifier() - Method in class com.atlassian.confluence.core.VersionHistorySummaryCollaborator
 
getLastModifier() - Method in class com.atlassian.confluence.links.AbstractLink
 
getLastModifier() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getLastModifier() - Method in class com.atlassian.confluence.pages.CommentStatus
 
getLastModifier() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLastModifier() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getLastModifier() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
Deprecated.
getLastModifier() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
Deprecated.
getLastModifier() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Deprecated.
since 5.2. Use SearchResult.getLastModifierUser() instead
getLastModifier() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getLastModifier() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLastModifierName() - Method in class com.atlassian.confluence.core.ConfluenceEntityObject
Deprecated.
Since 5.2. See instead. If you need a username you would retrieve it by id from the UserAccessor.
getLastModifierName() - Method in class com.atlassian.confluence.core.VersionHistorySummary
Deprecated.
getLastModifierName() - Method in class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
 
getLastModifierName() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getLastModifierName() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLastModifierName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
getLastModifierName() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getLastModifierName() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLastModifierUser() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
Returns the last modifier of this result.
getLastModifierUser() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getLastModifierUser() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getLastModifierUser() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets the last person to modify the entity represented by the search result.
getLastName() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
getLastNonEmptyFlushStats() - Method in class com.atlassian.confluence.admin.actions.ViewIndexQueueAction
Deprecated.
 
getLastNonEmptyFlushStats() - Method in class com.atlassian.confluence.impl.admin.actions.AbstractViewIndexQueueAction
 
getLastNonEmptyFlushStats() - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
getLastNonEmptyFlushStats() - Method in interface com.atlassian.confluence.internal.search.IncrementalIndexManager
 
getLastNonEmptyFlushStats() - Method in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
getLastNonEmptyFlushStats() - Method in interface com.atlassian.confluence.search.IndexManager
 
getLastPostInPreviousMonth() - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
 
getLastPostInPreviousMonth(Calendar) - Method in class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
Returns the last post in the month before the current postingDay
getLastRebuildingUpdate() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getLastRecords(int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao.DenormalisedChangeLogDao
 
getLastReindexingTask() - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
getLastReindexingTask() - Method in interface com.atlassian.confluence.internal.index.lucene.FullReindexManager
Retrieve the last reindexing task.
getLastReindexingTask() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
getLastReindexingTask() - Method in interface com.atlassian.confluence.search.IndexManager
 
getLastReindexingTaskName() - Method in class com.atlassian.confluence.jmx.JmxIndexManagerWrapper
 
getLastRun() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
getLastRun() - Method in interface com.atlassian.confluence.upgrade.UpgradeFinalizationManager
Obtains the the most recent finalization run.
getLastRunForJob(JobId) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetailsDao
 
getLastRunForJobs(List<JobId>) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetailsDao
 
getLastSearchIndexRebuildElapsedTime() - Method in class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
 
getLastStarted() - Method in class com.atlassian.confluence.jmx.JmxIndexManagerWrapper
 
getLastSuccessful() - Method in class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
getLastSuccessfulId() - Method in class com.atlassian.confluence.api.service.journal.EntryProcessorResult
 
getLastSuccessfulLoginDate() - Method in interface com.atlassian.confluence.security.login.HistoricalLoginInfo
 
getLastSuccessfulLoginDate() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
getLastSuccessfulRunForJob(JobId) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetailsDao
 
getLastSynchronisationTokenForDirectory(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationTokenDao
 
getLastTask() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager.RunImpl
 
getLastTask() - Method in interface com.atlassian.confluence.upgrade.UpgradeFinalizationManager.Run
 
getLastTouchTime() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getLastUpdated() - Method in class com.atlassian.confluence.legacyapi.model.content.HistorySummary
Deprecated.
 
getLastUpdateDescription() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getLastUpdateDescription() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getLastUpdateDescription() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets some string describing the last modification to this content.
getLastUpdatedRef() - Method in class com.atlassian.confluence.api.model.content.History
Get information about the latest published non-draft version of the content.
getLastUpToDateTimestamp() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord
 
getLastWasRecreated() - Method in class com.atlassian.confluence.jmx.JmxIndexManagerWrapper
 
getLatency() - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionStateService
Returns database latency, the result might be cached for optimization reasons.
getLatency() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.db.DefaultDatabaseConnectionStateService
 
getLatency(Directory) - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service.UserDirectoryConnectionService
 
getLatency(Directory) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service.UserDirectoryConnectionServiceImpl
Checks latency of a user directory.
getLatest(ConfluenceEntityObject, ConfluenceEntityObject) - Static method in class com.atlassian.confluence.util.ContentUtils
 
getLatestAttachment(ContentEntityObject, String) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
getLatestAttachment(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getLatestAttachment(ContentEntityObject, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Return the latest version of the attachment on the specified content with the given filename.
getLatestAttachment(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getLatestAttachmentFile(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
getLatestAttachmentStream(Attachment) - Static method in class com.atlassian.confluence.pages.AttachmentUtils
getLatestBuildNumber() - Method in class com.atlassian.confluence.core.persistence.hibernate.CachingVersionHistoryDao
 
getLatestBuildNumber() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateVersionHistoryDao
 
getLatestBuildNumber() - Method in interface com.atlassian.confluence.core.persistence.VersionHistoryDao
Get the highest build number from the database.
getLatestChanges() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
returns the last five versions/revisions of this current page (if they exist)
getLatestContentCount() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
 
getLatestContentCount() - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getLatestCursorForSubscription(Long) - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
getLatestEntityIds(long, int) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.OrderedEntityObjectBatchableWorkSource.EntitySource
 
getLatestIdParamName(int) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.BucketPropertySetItemQueryProvider
 
getLatestIdParamName(int) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.site.QueryProvider
 
getLatestIdParamName(int) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnQueryProvider
 
getLatestIdParamName(int) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnWithDiscriminatorQueryProvider
 
getLatestInvocation(int, String, Set<String>) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
 
getLatestOrderedWikiContentFromContentId(long, int) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
 
getLatestOrderedWikiContentFromContentId(long, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getLatestOrderedXhtmlContentFromContentIds(long, long) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
This is for internal use only, Do not rely on it as a public API.
getLatestOrderedXhtmlContentFromContentIds(long, long) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getLatestOrderedXhtmlContentIds(long, int) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
This is for internal use only, Do not rely on it as a public API.
getLatestOrderedXhtmlContentIds(long, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getLatestSearchableHandles(Class<? extends Searchable>) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateSearchableDao
 
getLatestSearchableHandles(Class<? extends Searchable>) - Method in interface com.atlassian.confluence.core.persistence.SearchableDao
Finds a list of handles for the specified class.
getLatestSearchableHandles(Class<? extends Searchable>, Optional<String>) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateSearchableDao
 
getLatestSearchableHandles(Class<? extends Searchable>, Optional<String>) - Method in interface com.atlassian.confluence.core.persistence.SearchableDao
 
getLatestSearchableHandlesGroupedByType() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateSearchableDao
 
getLatestSearchableHandlesGroupedByType() - Method in interface com.atlassian.confluence.core.persistence.SearchableDao
Returns a list of latest searchable handles grouped by hibernate entity class.
getLatestSearchableHandlesGroupedByType(Optional<String>) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateSearchableDao
 
getLatestSearchableHandlesGroupedByType(Optional<String>) - Method in interface com.atlassian.confluence.core.persistence.SearchableDao
 
getLatestVersion() - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
getLatestVersion() - Method in interface com.atlassian.confluence.core.Versioned
Get the latest, current version of this versioned object.
getLatestVersion() - Method in class com.atlassian.confluence.pages.AbstractPage
 
getLatestVersion() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
getLatestVersion() - Method in class com.atlassian.confluence.pages.actions.RemoveHistoricalVersionAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8.0. Hibernate objects are not supported in Struts anymore. Use action's direct method calls.
getLatestVersion() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLatestVersion() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getLatestVersion() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLatestVersion() - Method in class com.atlassian.confluence.spaces.SpaceDescription
 
getLatestVersionId() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getLatestVersionId() - Method in class com.atlassian.confluence.core.ContributionStatus
 
getLatestVersionId() - Method in class com.atlassian.confluence.pages.actions.RemoveHistoricalVersionAction
 
getLatestVersionId() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLatestVersionId() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLatestVersionsOfAttachments() - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated.
Since 6.13. use AttachmentManager.getLatestVersionsOfAttachments(page) instead.
getLatestVersionsOfAttachments() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
getLatestVersionsOfAttachments() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getLatestVersionsOfAttachments() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLatestVersionsOfAttachments() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getLatestVersionsOfAttachments(ContentEntityObject) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Returns a list of only latest versions of attachments.
getLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getLatestVersionsOfAttachments(ContentEntityObject) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Retrieves the latest versions of all attachments to ceo
getLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getLatestVersionsOfAttachments(ContentEntityObject, LimitedRequest) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getLatestVersionsOfAttachments(ContentEntityObject, LimitedRequest) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
 
getLatestVersionsOfAttachments(ContentEntityObject, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject>) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Returns a list of all the latest versions of attachments for all the CEOs provided
getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject>) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Retrieves the latest versions of all attachments for all CEOs provided
getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Returns a list of only latest versions of attachments (including trashed).
getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Retrieves the latest versions of all attachments to ceo (including trashed)
getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject>) - Method in interface com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
Returns a list of all the latest versions of attachments for all the CEOs provided (including trashed)
getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject>) - Method in interface com.atlassian.confluence.internal.pages.persistence.AttachmentDaoInternal
Retrieves the latest versions of all attachments for all CEOs provided (including trashed)
getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getLayoutHelper() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
getLayouts() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
getLayoutType() - Method in class com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
 
getLdapUriForConfluence() - Method in interface com.atlassian.confluence.test.apacheds.ApacheDS
 
getLdapUriForConfluence() - Method in class com.atlassian.confluence.test.apacheds.EmbeddedApacheDS
 
getLdapUriForTests() - Method in interface com.atlassian.confluence.test.apacheds.ApacheDS
 
getLdapUriForTests() - Method in class com.atlassian.confluence.test.apacheds.EmbeddedApacheDS
 
getLeadingItems(String, WebInterfaceContext) - Method in class com.atlassian.confluence.web.ConfluenceWebMenuManager
Returns items to be displayed at the top of the menu.
getLegacyBackupProperties() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.container.BackupContainerReader
Deprecated.
since 8.2.0
getLegacyBackupProperties() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.XMLBackupContainerReader
Deprecated.
getLegacyIconPath(String, int) - Method in interface com.atlassian.confluence.content.ui.ApiContentUiSupport
Get the URL path to the icon for the given type of content.
getLegacyIconPath(String, int) - Method in class com.atlassian.confluence.content.ui.AttachmentApiContentUiSupport
 
getLegacyIconPath(String, int) - Method in class com.atlassian.confluence.content.ui.AttachmentUiSupport
 
getLegacyIconPath(String, int) - Method in interface com.atlassian.confluence.content.ui.ContentUiSupport
Get the URL path to the icon for the given type of content.
getLegacyIconPath(String, int) - Method in class com.atlassian.confluence.content.ui.DefaultApiContentUiSupport
 
getLegacyIconPath(String, int) - Method in class com.atlassian.confluence.content.ui.DefaultContentUiSupport
 
getLegacyIconPath(String, int) - Method in class com.atlassian.confluence.content.ui.PageUiSupport
 
getLegacyIconPath(String, int) - Method in class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
getLegacyIconPath(String, int) - Method in class com.atlassian.confluence.content.ui.SimpleUiSupport
 
getLegacyLuceneIndexDirectory() - Static method in interface com.atlassian.confluence.setup.settings.ConfluenceDirectories
getLegacyLuceneIndexDirectory(AtlassianBootstrapManager) - Static method in interface com.atlassian.confluence.setup.settings.ConfluenceDirectories
getLegacyTempDirectory() - Static method in interface com.atlassian.confluence.setup.settings.ConfluenceDirectories
Deprecated.
getLegacyTempDirectory(AtlassianBootstrapManager) - Static method in interface com.atlassian.confluence.setup.settings.ConfluenceDirectories
Deprecated.
getLevel() - Method in class com.atlassian.confluence.impl.logging.admin.LoggingConfigEntry
OGNL forces me to match getter and setter types.
getLevel() - Method in class com.atlassian.confluence.logging.ErrorLoggedEvent
 
getLevel() - Method in interface com.atlassian.confluence.logging.sink.LogEvent
 
getLevel() - Method in class com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation
 
getLevel() - Method in enum class com.atlassian.confluence.servlet.download.AttachmentSecurityLevel
 
getLevelTypes() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
getLibraryName() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
getLicense() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
Deprecated.
getLicense() - Method in class com.atlassian.confluence.event.events.admin.LicenceUpdatedEvent
 
getLicense() - Method in exception com.atlassian.confluence.license.exception.ConfluenceLicenseValidationException
 
getLicense() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
getLicenseErrorHtml() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getLicenseExpiryDate() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
getLicenseHash() - Method in class com.atlassian.confluence.setup.ConfluenceLicenseRegistry
Deprecated.
 
getLicenseKey() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
Deprecated.
 
getLicenseKey() - Method in class com.atlassian.confluence.spaces.SpaceGroup
Deprecated.
 
getLicenseMessage() - Method in class com.atlassian.confluence.setup.ConfluenceLicenseRegistry
Deprecated.
 
getLicenseService() - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
getLicenseService() - Method in class com.atlassian.confluence.util.message.MessagesDecoratorFilter
 
getLicensesLocation() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.AboutPagePanelModuleDescriptor
 
getLicenseString() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
getLicenseString() - Method in exception com.atlassian.confluence.license.exception.InvalidLicenseException
 
getLicenseType() - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel
 
getLicenseTypeName() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
getLikeEdge(ConfluenceUser, ContentEntityObject, Date) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeFactory
 
getLikeEdge(ConfluenceUser, ContentEntityObject, Date) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeFactory
Creates a new instance of an edge which represents a user liking content.
getLikeEntities(Collection<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
 
getLikeEntities(Collection<? extends ContentEntityObject>) - Method in interface com.atlassian.confluence.like.LikeEntityDao
 
getLiker() - Method in class com.atlassian.confluence.plugins.like.notifications.LikeNotification
 
getLikes(ContentEntityObject) - Method in class com.atlassian.confluence.like.DefaultLikeManager
 
getLikes(ContentEntityObject) - Method in interface com.atlassian.confluence.like.LikeManager
Gets all the likes for the specified content entity (likes are ordered such that recent likes come first)
getLikes(Long, String, Integer, Boolean) - Method in class com.atlassian.confluence.plugins.like.rest.resources.LikableContentResource
 
getLikes(Collection<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.like.DefaultLikeManager
 
getLikes(Collection<? extends ContentEntityObject>) - Method in interface com.atlassian.confluence.like.LikeManager
Gets all the likes for the specified content entities (likes are ordered such that recent likes come first).
getLikesForIds(LikeRequestDto) - Method in class com.atlassian.confluence.plugins.like.rest.resources.LikableContentResource
Get the likes for a list of contents
getLikesSince(Date) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeContentQueries
 
getLikesSince(Date) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeContentQueries
Get all likes associated to each content since a date in the past
getLimit() - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter
 
getLimit() - Method in interface com.atlassian.confluence.api.model.pagination.LimitedRequest
 
getLimit() - Method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
getLimit() - Method in interface com.atlassian.confluence.api.model.pagination.PageRequest
 
getLimit() - Method in class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
getLimit() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter
 
getLimit() - Method in class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
 
getLimit() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
getLimit() - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
getLimit() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionEvent
 
getLimit() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionSearchEvent
 
getLimit() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.MaxDocsBulkOperationBuffer
 
getLimit() - Method in class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
getLimit() - Method in class com.atlassian.confluence.rest.v2.api.model.SoftEvictionParams
Number of pages, which should be cleaned from Synchrony history by this soft job invocation.
getLimit() - Method in class com.atlassian.confluence.search.contentnames.ContentNameSearchContext
 
getLimit() - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearchSectionSpec
Limit the number of returned entities.
getLimit() - Method in class com.atlassian.confluence.search.v2.AbstractSearch
 
getLimit() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
getLimit() - Method in interface com.atlassian.confluence.search.v2.ISearch
 
getLimit(T) - Method in interface com.atlassian.confluence.search.v2.SearchManager.Categorizer
Returns number of documents required by the given category.
getLimitMB() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.MaxRamBulkOperationBuffer
 
getLineNumber() - Method in exception com.atlassian.confluence.content.render.xhtml.XhtmlParsingException
 
getLink() - Method in class com.atlassian.confluence.api.testsupport.model.link.LinkWithName
 
getLink() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebItemModuleDescriptor
 
getLink() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
 
getLink() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
getLink(RssRenderItem) - Method in class com.atlassian.confluence.rss.PageRenderSupport
 
getLink(RssRenderItem<? extends Attachment>) - Method in class com.atlassian.confluence.rss.AttachmentRenderSupport
 
getLink(RssRenderItem<? extends T>) - Method in class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
 
getLink(RssRenderItem<? extends T>) - Method in interface com.atlassian.confluence.rss.RssRenderSupport
 
getLink(String) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskSubmission
 
getLink(String) - Method in interface com.atlassian.confluence.util.i18n.DocumentationBean
Constructs a link to help documentation
getLink(String) - Method in class com.atlassian.confluence.util.i18n.VersionSpecificDocumentationBean
 
getLinkAlias() - Method in exception com.atlassian.confluence.content.render.xhtml.editor.link.CannotUnmarshalLinkException
 
getLinkAsPlainText(String, String) - Static method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
getLinkAttributes() - Method in class com.atlassian.confluence.links.linktypes.PageCreateLink
 
getLinkAttributes() - Method in class com.atlassian.confluence.links.linktypes.UserProfileLink
 
getLinkBody() - Method in class com.atlassian.confluence.links.AbstractAttachmentLink
 
getLinkBody() - Method in class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink
 
getLinkBody() - Method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
getLinkBody() - Method in class com.atlassian.confluence.links.linktypes.SpaceLink
 
getLinkColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getLinkColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getLinkColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getLinkCreation() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
getLinkId() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
getLinkLoginPath(HttpServletRequest) - Static method in class com.atlassian.confluence.util.VelocityUtil
This method deliberately duplicates the method in SeraphUtils for the purpose of exposing it on the Velocity context via VelocityUtil.
getLinkLoginUrl(HttpServletRequest) - Static method in class com.atlassian.confluence.util.VelocityUtil
This method deliberately duplicates the method in SeraphUtils for the purpose of exposing it on the Velocity context via VelocityUtil.
getLinkLoginURL() - Method in class com.atlassian.confluence.user.actions.ConfirmEmailAction
 
getLinkLoginURL(HttpServletRequest) - Method in class com.atlassian.confluence.user.actions.ConfirmEmailAction
 
getLinkLoginURL(HttpServletRequest) - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
getLinkLoginURL(HttpServletRequest) - Static method in class com.atlassian.confluence.util.SeraphUtils
Get a login URL with the original request appended as the os_destination.
getLinkLoginURL(HttpServletRequest, String) - Static method in class com.atlassian.confluence.util.SeraphUtils
Get a login URL and append the given username so that it can be filled into the form if default login mechanism is used.
getLinkLoginURLAndStripContextPath(HttpServletRequest) - Static method in class com.atlassian.confluence.util.SeraphUtils
 
getLinkName() - Method in class com.atlassian.confluence.tinymceplugin.actions.HelpLinkAction
 
getLinkPart() - Method in class com.atlassian.confluence.pages.BlogPost
 
getLinkPath(String) - Static method in class com.atlassian.confluence.links.linktypes.UserProfileLink
This is a first attempt at consolidating all the places where we hard-code a link to a 'user' (as opposed to a deliberate link to the a profile or personal space).
getLinks() - Method in class com.atlassian.confluence.api.model.content.Content
 
getLinks() - Method in class com.atlassian.confluence.api.model.content.Space
 
getLinks() - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse
 
getLinks() - Method in class com.atlassian.confluence.api.model.web.WebSectionView
 
getLinks() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Links to this attachment, should always contain "self".
getLinks() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getLinks() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getLinks(Attachment) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
getLinks(T) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
Get additional link properties for the _links map
getLinks(T) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
Get additional link properties for the _links map
getLinksTo(ContentEntityObject) - Method in class com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao
 
getLinksTo(ContentEntityObject) - Method in interface com.atlassian.confluence.links.persistence.dao.LinkDao
 
getLinkTitle() - Method in class com.atlassian.confluence.links.AbstractLink
 
getLinkTitle(Link) - Method in class com.atlassian.confluence.renderer.ConfluenceLinkRenderer
 
getLinkUrl() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getLinkUrlKey() - Method in class com.atlassian.confluence.tinymceplugin.actions.HelpLinkAction
 
getLinkWikiMarkup() - Method in interface com.atlassian.confluence.core.HasLinkWikiMarkup
 
getLinkWikiMarkup() - Method in class com.atlassian.confluence.pages.Attachment
 
getLinkWikiMarkup() - Method in class com.atlassian.confluence.pages.BlogPost
 
getLinkWikiMarkup() - Method in class com.atlassian.confluence.pages.Comment
 
getLinkWikiMarkup() - Method in class com.atlassian.confluence.pages.Page
 
getLinkWikiMarkup() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLinkWikiMarkup() - Method in class com.atlassian.confluence.user.PersonalInformation
 
getList() - Method in class com.atlassian.confluence.content.apisupport.ContentTypeApiSupportProvider
 
getList() - Method in class com.atlassian.confluence.core.PartialList
 
getList() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
 
getList() - Method in class com.atlassian.confluence.legacyapi.model.PartialList
Deprecated.
 
getList(int) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
 
getListener(Class) - Method in class com.atlassian.confluence.test.rpc.EventLatchManager
 
getListenerHandlers() - Method in class com.atlassian.confluence.event.ConfluenceListenerHandlersConfiguration
 
getLoaderNameForResource(String) - Method in class com.atlassian.confluence.velocity.ConfigurableResourceManager
Determines if a template exists, and returns name of the loader that provides it.
getLoaders(Collection<String>, Collection<PluginLoader>, ExtraBundledPluginsFactory) - Static method in class com.atlassian.confluence.plugin.PluginLoadersFactory
 
getLobHandler() - Method in class com.atlassian.hibernate.BucketClobStringType
Retrieve the configured LobHandler.
getLocalAddress() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinRequest
Returns the address of the local node.
getLocalCache() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
getLocalCacheStatistics() - Method in interface com.atlassian.confluence.cache.CacheStatisticsManager
Deprecated.
since 7.5 Use ManagedCache.getStatistics()
getLocalCacheStatistics() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsManager
 
getLocalCacheStatistics() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastStatisticsManager
 
getLocalCacheStatistics(String) - Method in interface com.atlassian.confluence.cache.CacheStatisticsManager
Deprecated.
since 7.5 Use ManagedCache.getStatistics()
getLocalCacheStatistics(String) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsManager
 
getLocalCacheStatistics(String) - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastStatisticsManager
 
getLocalDate() - Method in class com.atlassian.confluence.content.render.xhtml.model.time.Time
 
getLocale() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getLocale() - Method in class com.atlassian.confluence.languages.Language
 
getLocale() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getLocale() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getLocale() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
getLocale() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getLocale() - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
Returns the user's preferred locale, or null if the site default locale should be used.
getLocale() - Method in interface com.atlassian.confluence.user.UserPreferences
 
getLocale() - Method in class com.atlassian.sal.confluence.message.ConfluenceLocaleResolver
 
getLocale(UserKey) - Method in class com.atlassian.sal.confluence.message.ConfluenceLocaleResolver
getLocale(User) - Method in class com.atlassian.confluence.impl.locale.DefaultLocaleManager
Returns the user's locale if they have one set in their preferences, otherwise returns the site default locale.
getLocale(User) - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
Returns the user's locale if they have one set in their preferences, otherwise returns the site default locale.
getLocale(User) - Method in interface com.atlassian.confluence.languages.LocaleManager
 
getLocale(User) - Method in class com.atlassian.confluence.setup.SetupLocaleManager
 
getLocale(String) - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
getLocale(HttpServletRequest) - Method in class com.atlassian.sal.confluence.message.ConfluenceLocaleResolver
 
getLocaleCode() - Method in class com.atlassian.confluence.util.i18n.event.I18NCacheInitEvent
 
getLocaleForUser(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getLocaleForUser(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Gets the locale preference for the user.
getLocaleForUser(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getLocaleInfo() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostViewEvent
 
getLocaleInfo() - Method in class com.atlassian.confluence.event.events.content.page.PageViewEvent
 
getLocaleInfo() - Method in interface com.atlassian.confluence.event.events.types.Viewed
 
getLocaleInfo(User) - Method in class com.atlassian.confluence.impl.locale.DefaultLocaleManager
 
getLocaleInfo(User) - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
getLocaleInfo(User) - Method in interface com.atlassian.confluence.languages.LocaleManager
 
getLocaleManager() - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
getLocalEntities() - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
getLocalEntities() - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
getLocalGroupNames(long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
getLocalGroupNames(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
getLocalGroups() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getLocalGroups() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfoDTO
 
getLocalHome() - Method in class com.atlassian.confluence.impl.filestore.ApplicationConfigurationFileStoreFactory
 
getLocalHome() - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 7.14 Use ApplicationProperties#getLocalHomeDirectory() (plugins) or the localHome Spring bean (core)
getLocalHome() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getLocalHomeDirectory() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getLocalHomeFileStore() - Method in class com.atlassian.confluence.impl.filestore.ApplicationConfigurationFileStoreFactory
 
getLocalHomePath() - Method in class com.atlassian.confluence.impl.filestore.ApplicationConfigurationFileStoreFactory
 
getLocalHomePath() - Method in class com.atlassian.confluence.impl.filestore.FileStoreFactory
Deprecated.
 
getLocalHomeTotalDiskSize() - Method in class com.atlassian.confluence.status.service.systeminfo.HardwareInfo
 
getLocalisedText(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getLocalisedText(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Get the localised string for given the message key in the logged-in user's locale.
getLocalisedText(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getLocalMemberNames(Group) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
getLocalMemberships() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getLocalPort() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinRequest
Returns the local port.
getLocalSocketAddress() - Method in interface com.atlassian.confluence.cluster.ClusterNodeInformation
Returns the network address (IP address + port number) of this cluster node.
getLocalSocketAddress() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterNodeInformation
 
getLocalUsers() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getLocalUsers() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfoDTO
 
getLocation() - Method in class com.atlassian.confluence.api.model.web.WebPanelView
 
getLocation() - Method in class com.atlassian.confluence.core.actions.IndexAction
 
getLocation() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebPanelModuleDescriptor
 
getLocation() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebSectionModuleDescriptor
 
getLocation() - Method in class com.atlassian.confluence.macro.browser.beans.MacroIcon
 
getLocation() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebSectionModuleDescriptor
 
getLocation() - Method in class com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
 
getLocation() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getLocation() - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
getLocation() - Method in class com.atlassian.confluence.themes.ClasspathThemeStylesheet
 
getLocation() - Method in class com.atlassian.confluence.themes.PluginThemeResource
 
getLocation() - Method in interface com.atlassian.confluence.themes.ThemeResource
Returns the location of this resource as defined in the plugin xml.
getLocation() - Method in class com.atlassian.confluence.util.i18n.ClasspathI18NResource
 
getLocation() - Method in class com.atlassian.confluence.util.i18n.HelpPathsI18NResource
 
getLocation() - Method in class com.atlassian.confluence.util.i18n.ResourceBundleI18NResource
 
getLocation() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
getLocator() - Method in class com.atlassian.confluence.mail.embed.MimeBodyPartReference
Locates the designated body part within the HTML body part of an email.
getLockedBy() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePermission
Deprecated.
 
getLockForName(String) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
getLockForName(String) - Method in class com.atlassian.testsupport.NonClusterManager
 
getLockName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedLock
 
getLockNameForLogProcessor() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentChangeLogListener
 
getLockNameForLogProcessor() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
getLockNameForLogProcessor() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpaceChangeLogListener
 
getLockNameForStatus() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentChangeLogListener
 
getLockNameForStatus() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
getLockNameForStatus() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpaceChangeLogListener
 
getLockType() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePermission
Deprecated.
 
getLockWaitTime() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
getLockWaitTime() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
 
getLog() - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
getLog() - Static method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getLog(String) - Method in class com.atlassian.confluence.functest.rest.admin.log.LogCaptor
 
getLog(String) - Method in class com.atlassian.confluence.functest.rest.admin.LoggingResource
 
getLogFile(String) - Method in class com.atlassian.confluence.functest.rest.admin.LoggingResource
 
getLogFileName() - Method in class com.atlassian.confluence.logging.ConfluenceLoggingConfigurationListener
 
getLoggedInUser() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeUserResource
Deprecated.
 
getLoggedSql(String) - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.HibernateSqlCollector
 
getLogger() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
getLogger() - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
getLogger() - Method in class com.atlassian.confluence.cluster.safety.DefaultClusterSafetyManager
 
getLoggerConfig() - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
getLoggerConfig() - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
getLoggerName() - Method in interface com.atlassian.confluence.logging.sink.LogEvent
 
getLoggingLevel(String) - Method in class com.atlassian.confluence.functest.rest.admin.LoggingResource
 
getLoginActionViewDataMappings() - Method in class com.atlassian.confluence.user.actions.LoginAction
 
getLoginAttemptsThreshold() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
getLoginAttemptsThreshold() - Method in class com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
 
getLoginDetails() - Method in class com.atlassian.confluence.event.events.security.LoginEvent
 
getLoginDetails() - Method in class com.atlassian.confluence.event.events.security.LoginFailedEvent
 
getLoginFilter() - Method in class com.atlassian.confluence.user.actions.LoginAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, no replacement.
getLoginInfo() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
getLoginInfo(User) - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginManager
 
getLoginInfo(User) - Method in interface com.atlassian.confluence.security.login.LoginManager
Return information about a user's login history.
getLoginInfo(String) - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginManager
 
getLoginInfo(String) - Method in interface com.atlassian.confluence.security.login.LoginManager
Return information about a user's login history.
getLoginInfo(String) - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
getLoginManagerSettings() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getLoginSource() - Method in class com.atlassian.confluence.event.events.security.LoginDetails
 
getLoginSource() - Method in class com.atlassian.confluence.event.events.security.LoginEvent
 
getLoginUrl() - Method in class com.atlassian.confluence.core.actions.FourOhFourAction
 
getLoginUrl() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
getLoginUrl() - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
getLoginUrl() - Static method in class com.atlassian.confluence.user.actions.AuthenticationHelper
 
getLoginUrl() - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
getLoginUrl() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
getLoginURL(HttpServletRequest) - Static method in class com.atlassian.confluence.util.SeraphUtils
 
getLogMessage() - Method in class com.atlassian.confluence.internal.health.HealthCheckResult
Returns the log equivalent of the message shown in the UI for this result
getLogo() - Method in class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent
 
getLogo() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
getLogo() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getLogo() - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8.0. Hibernate objects are not supported in Struts anymore. Use action's direct method calls.
getLogoDownloadPath(Space) - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
getLogoDownloadPath(Space, User) - Method in class com.atlassian.confluence.spaces.DefaultSpaceLogoManager
 
getLogoDownloadPath(Space, User) - Method in interface com.atlassian.confluence.spaces.SpaceLogoManager
getLogoForGlobalcontext() - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getLogoForGlobalcontext() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getLogoForGlobalcontext() - Method in interface com.atlassian.confluence.spaces.SpaceManager
 
getLogoFormAsHtml() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getLogoForSpace(String) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getLogoForSpace(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getLogoForSpace(String) - Method in interface com.atlassian.confluence.spaces.SpaceManager
 
getLogoUriReference(Space, User) - Method in class com.atlassian.confluence.spaces.DefaultSpaceLogoManager
 
getLogoUriReference(Space, User) - Method in interface com.atlassian.confluence.spaces.SpaceLogoManager
Return a "URI reference" (a URL that may be relative to the application's base URI including context path or an absolute URL) for the logo of a given space.
getLogoutUrl() - Method in class com.atlassian.confluence.user.actions.LogoutAction
 
getLong(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getLong(String) - Method in class com.atlassian.confluence.impl.user.preferences.AnonymousUserPreferences
 
getLong(String) - Method in class com.atlassian.confluence.impl.user.preferences.UserPreferencesImpl
 
getLong(String) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
getLong(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getLong(String) - Method in interface com.atlassian.confluence.user.UserPreferences
 
getLong(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
Deprecated.
 
getLong(String) - Method in interface com.atlassian.core.user.preferences.Preferences
Deprecated.
 
getLong(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
getLongNumberFormat() - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
getLongNumberFormat() - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Returns the formatting pattern used for integer numbers.
getLongNumberFormat() - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
getLongProperty(String) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getLongProperty(String) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getLongProperty(String, long) - Method in class com.atlassian.confluence.content.ContentProperties
 
getLongRunningTask(ConfluenceUser, LongRunningTaskId) - Method in interface com.atlassian.confluence.util.longrunning.LongRunningTaskManager
Retrieve a previously started task.
getLongRunningTask(User, LongRunningTaskId) - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
gets a long running task with the given Id that was registered either by this user or the anonymous user.
getLongRunningTask(User, LongRunningTaskId) - Method in interface com.atlassian.confluence.util.longrunning.LongRunningTaskManager
Deprecated, for removal: This API element is subject to removal in a future version.
getLongRunningTaskCount() - Method in interface com.atlassian.confluence.cluster.NodeZduInfo
Obtains the count of all long-running tasks that are currently running on this node.
getLongRunningTaskCount() - Method in class com.atlassian.confluence.impl.cluster.NodeZduInfoImpl
 
getLongTaskId() - Method in class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
getLongValue() - Method in class com.atlassian.confluence.content.ContentProperty
 
getLongValue() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Property
 
getLongValue(String) - Method in class com.atlassian.confluence.functest.rest.admin.GlobalSettingsResource
 
getLowerDestinationPageTitle() - Method in class com.atlassian.confluence.links.OutgoingLink
 
getLowerDestinationSpaceKey() - Method in class com.atlassian.confluence.links.OutgoingLink
 
getLowerKey() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getLowerKey() - Method in class com.atlassian.confluence.spaces.Space
 
getLowerName() - Method in class com.atlassian.confluence.internal.user.DeferredLookupUser
 
getLowerName() - Method in interface com.atlassian.confluence.user.ConfluenceUser
 
getLowerName() - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
getLowerName() - Method in class com.atlassian.confluence.user.ReadOnlyConfluenceUser
Deprecated.
 
getLowerTerm() - Method in class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
getLowerTitle() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getLowerTitle() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getLowerTitle() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getLowerUserName() - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
getLuceneIndexDirectory() - Method in interface com.atlassian.confluence.setup.settings.ConfluenceDirectories
 
getLuceneInfo() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConfig
 
getLuceneInfo() - Method in interface com.atlassian.confluence.status.service.systeminfo.SearchInfo
 
getMacro() - Method in class com.atlassian.confluence.macro.LazyLoadingMacroWrapper
 
getMacro() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderRequest
 
getMacro() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PreviewMacroRequest
 
getMacro(String) - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
getMacroAvgDurations() - Method in class com.atlassian.confluence.impl.threadlimiter.ThreadLimiterStatisticsEvent
 
getMacroBody() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
getMacroBody(String, XMLEventReader, ConversionContext, FragmentTransformer) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.DefaultStorageMacroBodyParser
 
getMacroBody(String, XMLEventReader, ConversionContext, FragmentTransformer) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroBodyParser
Extract the MacroBody from the current position in the XMLEventReader.
getMacroBodyByHash(ContentId, int, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
Deprecated.
getMacroBodyByMacroId(ContentId, int, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
getMacroByName(String) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroPluginMacroManager
 
getMacroByName(String) - Method in class com.atlassian.confluence.macro.xhtml.V2CompatibilityMacroManager
 
getMacroByName(String) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
getMacroByName(String) - Method in class com.atlassian.confluence.macro.xhtml.DelegatingReadOnlyMacroManager
 
getMacroByName(String) - Method in interface com.atlassian.confluence.macro.xhtml.MacroManager
Gives the Macro registered with the given name, or null if there is none registered with the manager.
getMacroByName(String) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroLibraryMacroManager
 
getMacroCategories() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroBrowserManager
Returns the available macro categories.
getMacroCategories() - Method in interface com.atlassian.confluence.macro.browser.MacroBrowserManager
Retrieves a set of macro categories for display in the Macro Browser.
getMacroDefinition(ContentEntityObject, String) - Method in class com.atlassian.confluence.util.ExcerptHelper
Gets the first MacroDefinition in the supplied (@code contentEntityObject}.
getMacroDefinitionUpdater() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
A macro definition updater to be applied to the storage format before rendering the excerpt to view.
getMacroHtml() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.UnmarshalMacroRequest
 
getMacroId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderByIdRequest
 
getMacroId() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
Deprecated.
getMacroId() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
Deprecated.
since 7.0.1
getMacroIdentifier() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
Each macro definition is assigned a macroId when the page is stored, this can be used to identify macros within a page.
getMacroIdentifier() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
getMacroLibraries() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
getMacroMetadata() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroBrowserManager
Returns the metadata for all macros in the system.
getMacroMetadata() - Method in interface com.atlassian.confluence.macro.browser.MacroBrowserManager
Retrieves a set of macro metadata for display in the Macro Browser.
getMacroMetadata() - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataSource
 
getMacroMetadata() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
 
getMacroMetadata() - Method in interface com.atlassian.confluence.plugin.descriptor.MacroModuleDescriptor
 
getMacroMetadata() - Method in class com.atlassian.confluence.plugin.descriptor.UserMacroModuleDescriptor
 
getMacroMetadata() - Method in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
 
getMacroMetadata(Collection<String>) - Method in class com.atlassian.confluence.macro.browser.DefaultMacroBrowserManager
 
getMacroMetadata(Collection<String>) - Method in interface com.atlassian.confluence.macro.browser.MacroBrowserManager
Retrieves a set of macros that matches the whitelisted macro names.
getMacroMetadataByName(String) - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager
 
getMacroMetadataByName(String) - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataManager
Retrieve the metadata for a single macro.
getMacroMetadataByNameAndId(String, String) - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager
 
getMacroMetadataByNameAndId(String, String) - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataManager
Retrieve the metadata for a single macro.
getMacroMigration(String) - Method in class com.atlassian.confluence.macro.xhtml.DefaultMacroMigrationManager
 
getMacroMigration(String) - Method in interface com.atlassian.confluence.macro.xhtml.MacroMigrationManager
Returns the MacroMigration for the given macro.
getMacroName() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException
 
getMacroName() - Method in class com.atlassian.confluence.event.events.admin.PluginMacroRegisteredEvent
 
getMacroName() - Method in class com.atlassian.confluence.event.events.admin.PluginMacroUnregisteredEvent
 
getMacroName() - Method in class com.atlassian.confluence.impl.macro.schema.MacroSchemaMigratorModuleDescriptor
 
getMacroName() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
getMacroName() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
getMacroName() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
getMacroName() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
getMacroName() - Method in class com.atlassian.confluence.plugin.descriptor.xhtml.MacroMigrationModuleDescriptor
 
getMacroName() - Method in class com.atlassian.confluence.search.v2.query.MacroStorageVersionQuery
 
getMacroName() - Method in class com.atlassian.confluence.search.v2.query.MacroUsageQuery
 
getMacroNames() - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
getMacroNameStack() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
getMacroParameters() - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
getMacroReplacementRenderer(String) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultMacroReplacementRendererRepository
 
getMacroReplacementRenderer(String) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.MacroReplacementRendererRepository
Get the MacroReplacementRenderer for the given class of v2 Macro.
getMacros() - Method in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
getMacros() - Method in class com.atlassian.confluence.renderer.DefaultMacroManager
 
getMacros() - Method in interface com.atlassian.confluence.renderer.MacroManager
Returns the currently enabled macros, excluding user macros.
getMacros() - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
getMacroSummaries() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroBrowserManager
 
getMacroSummaries() - Method in interface com.atlassian.confluence.macro.browser.MacroBrowserManager
Retrieve just the key, title, description and icon of all the macros
getMacroThreads() - Method in class com.atlassian.confluence.impl.threadlimiter.ThreadLimiterStatisticsEvent
 
getMacroType() - Method in class com.atlassian.confluence.macro.count.MacroCount
 
getMacroType() - Method in class com.atlassian.confluence.macro.count.MacroCountEvent
 
getMacroType() - Method in enum class com.atlassian.confluence.macro.count.MacroCreateCustomMetricsDefinitions
 
getMacroType() - Method in class com.atlassian.confluence.macro.count.MacroMetricsKey
 
getMagicNumber() - Method in interface com.atlassian.confluence.security.trust.TrustedToken
 
getMailBodyType() - Method in interface com.atlassian.confluence.core.BodyTypeFactory
Deprecated.
 
getMailQueue() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
 
getMailQueueItemsFromTasks() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
 
getMailServer() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
getMailServer() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
Build the mail server from the form data
getMailServer(Long) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
getMailServer(String) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
getMailServerManager() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getMailServers() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailServersAction
 
getMailServers() - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
getMaintenanceBannerMessage() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getMaintenanceExpiryDate() - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel
 
getMaintenanceExpiryDate() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
getMaintenanceInfo() - Method in class com.atlassian.confluence.plugins.maintenance.service.impl.MaintenanceServiceImpl
 
getMaintenanceInfo() - Method in interface com.atlassian.confluence.plugins.maintenance.service.MaintenanceService
Get the banner message for maintenance mode
getMajorVersion() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getMajorVersion() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteServerInfo
 
getManagedCache(String) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getManagedCache(String) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getManagedCache(String) - Method in class com.atlassian.confluence.cache.hazelcast.ConfluenceHazelcastCacheManager
Deprecated.
 
getManagedCache(String) - Method in interface com.atlassian.confluence.impl.cache.hibernate.HibernateManagedCacheSupplier
 
getManagedCache(String) - Method in class com.atlassian.confluence.impl.cache.hibernate.HibernateManagedRegionCacheFactory
 
getManagedCaches() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
getManagedCaches() - Method in class com.atlassian.confluence.cache.hazelcast.ConfluenceHazelcastCacheManager
Deprecated.
 
getManagedCaches() - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getManagedCaches(Collection<ManagedCache>) - Method in interface com.atlassian.confluence.impl.cache.hibernate.HibernateManagedCacheSupplier
Merge the collection of Hibernate ManagedCaches with the provided collection, de-duplicating them by prefering the Hibernate one.
getManagedDelegate() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
getManagedJournalIdentifier() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementIncrementalSyncServiceImpl
 
getManagedJournalIdentifier() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementIncrementalSyncServiceImpl
 
getManagedJournalIdentifier() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementIncrementalSyncServiceImpl
 
getManagedJournalIdentifier() - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncCleaner
Return all Journal Entry names which is managed by this service including all deleted Subscription
getManagedScheduledCronJob(JobId) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
getManagedScheduledJob(JobId) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
getManagedScheduledJob(JobId) - Method in class com.atlassian.confluence.schedule.managers.DefaultManagedScheduledJobRegistry
 
getManagedScheduledJob(JobId) - Method in interface com.atlassian.confluence.schedule.managers.ManagedScheduledJobRegistry
Returns a specific registered job in the system.
getManagedScheduledJob(JobId, Class<T>) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
getManagedScheduledJobs() - Method in class com.atlassian.confluence.schedule.managers.DefaultManagedScheduledJobRegistry
 
getManagedScheduledJobs() - Method in interface com.atlassian.confluence.schedule.managers.ManagedScheduledJobRegistry
Returns all the registered jobs in the system.
getManagedScheduledSimpleJob(JobId) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
getManagement() - Method in class com.atlassian.confluence.impl.security.ConfluenceSecretService
 
getManuallyRunnableUpgradeTasks() - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
getMap() - Method in interface com.atlassian.confluence.cluster.shareddata.SharedData
Deprecated.
Obtains a Map view of the shared data.
getMap() - Method in class com.atlassian.confluence.content.apisupport.ContentTypeApiSupportProvider
 
getMap() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.CollectionOfElements
 
getMap() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Returns a map for the renderer.
getMap() - Method in class com.atlassian.confluence.search.v2.analysis.MappingCharFilterDescriptor
 
getMappeeClass() - Method in exception com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperNotFoundException
 
getMappeeKey() - Method in exception com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperNotFoundException
 
getMapping() - Method in class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
 
getMappingClass() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactAnalyzerProvider
 
getMappingClass() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactFilenameAnalyzerProvider
 
getMappingClass() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactQueryAnalyzerProvider
 
getMappingClass() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.FilenameAnalyzerProvider
 
getMappingClass() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.KeywordAnalyzerProvider
 
getMappingClass() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.analyzer.OpenSearchAnalyzerProvider
 
getMappingClass() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.StandardAnalyzerProvider
 
getMappingClass() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.TwoGramAnalyzerProvider
 
getMappingClass() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.UnstemmedAnalyzerProvider
 
getMappingClass() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.WhitespaceAnalyzerProvider
 
getMarkedUpText(String, String, String) - Method in class com.atlassian.confluence.util.i18n.LightningTranslationMode
Deprecated.
 
getMarkedUpText(String, String, String) - Method in class com.atlassian.confluence.util.i18n.NormalTranslationMode
 
getMarkedUpText(String, String, String) - Method in interface com.atlassian.confluence.util.i18n.TranslationMode
 
getMarketplaceBuildNumber() - Method in enum class com.atlassian.confluence.setup.BuildInformation
 
getMarshaller(Class<T>, MarshallingType) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultMarshallingRegistry
 
getMarshaller(Class<T>, MarshallingType) - Method in interface com.atlassian.confluence.content.render.xhtml.MarshallingRegistry
 
getMarshallerForResourceIdentifier(ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.DelegatingLinkMarshaller
 
getMarshallerMetricsConsumers() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Returns the consumers of MarshallerMetrics that are associated with the current render.
getMarshallerMetricsConsumers() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getMatches() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction.DestinationSearchResults
 
getMatches(String, String) - Static method in class com.atlassian.confluence.util.RegexUtils
 
getMatches(Pattern, String) - Static method in class com.atlassian.confluence.util.RegexUtils
 
getMatchingUrl() - Method in class com.atlassian.confluence.impl.webapp.urlrewrite.CachedRewriteMatch
 
getMatchingUrl() - Method in class com.atlassian.confluence.impl.webapp.urlrewrite.DisableCacheRewriteMatch
 
getMatchingUrl() - Method in class com.atlassian.confluence.servlet.rewrite.CachedRewriteMatch
Deprecated.
 
getMatchingUrl() - Method in class com.atlassian.confluence.servlet.rewrite.DisableCacheRewriteMatch
Deprecated.
 
getMatchMode() - Method in class com.atlassian.confluence.functest.rest.admin.crowd.PropertyRestrictionEntity
 
getMaterials() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.PluginAndMaterials
 
getMavenInfo() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
getMax() - Method in class com.atlassian.confluence.plugins.like.rest.resources.LikeRequestDto
 
getMax() - Method in class com.atlassian.confluence.search.v2.analysis.NGramTokenizerDescriptor
 
getMax() - Method in class com.atlassian.confluence.search.v2.analysis.ShingleTokenFilterDescriptor
 
getMax() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
getMaxAge() - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
getMaxAttachments() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
getMaxAttachmentsInUI() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getMaxAttachmentsInUI() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getMaxBlocks() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
The maximum number of blocks to include in this excerpt.
getMaxCacheAge() - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
getMaxCacheSize() - Method in class com.atlassian.confluence.event.events.admin.MaxCacheSizeChangedEvent
 
getMaxCharCount() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
The maximum character count to include in the excerpt.
getMaxClauseCount() - Method in class com.atlassian.confluence.impl.search.v2.mappers.BooleanQueryMapper
 
getMaxConnectionPerRoute() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getMaxConnectionTotal() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getMaxCount() - Method in class com.atlassian.confluence.internal.diagnostics.LowFileDescriptorCountAnalyticsEvent
 
getMaxDeletedAge() - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
getMaxDownloadSize() - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
getMaxEdgeInfo() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter
 
getMaxEntries() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheCompactor.CacheCompactionEvent
 
getMaxFieldLength() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
getMaxFieldLength() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.Configuration
 
getMaxFileSize() - Method in class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource.ConfluenceAttachmentMultipartConfig
 
getMaxHeap() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
Gets the maximum amount of heap the JVM is will allow to be allocated.
getMaxHeight() - Method in class com.atlassian.confluence.pages.thumbnail.Thumbnails
 
getMaxHighlightMaxAnalyzedOffset() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getMaxHistoryLength() - Method in class com.atlassian.confluence.user.history.UserHistory
 
getMaxHttpThreads() - Method in class com.atlassian.confluence.impl.threadlimiter.ThreadLimiterStatisticsEvent
 
getMaxHttpThreads() - Method in class com.atlassian.confluence.impl.util.tomcat.DefaultTomcatConfigHelper
getMaxHttpThreads() - Method in interface com.atlassian.confluence.util.tomcat.TomcatConfigHelper
Deprecated.
since 7.12.3 use TomcatConfigHelper.getAllMaxHttpThreads() Returns the maximum number of threads that can be used by Tomcat's default (first) HTTP connector.
getMaxHTTPThreads() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
getMaxHTTPThreads() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getMaxId() - Method in class com.atlassian.confluence.impl.backuprestore.restore.HiLoGeneratorInitialiserOnSiteRestore
 
getMaxImageHeight() - Method in class com.atlassian.confluence.pages.thumbnail.Thumbnails
 
getMaxImageWidth() - Method in class com.atlassian.confluence.pages.thumbnail.Thumbnails
 
getMaximumCacheAgeInMillis() - Method in class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
getMaximumPoolSize() - Method in class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
 
getMaximumResults() - Method in class com.atlassian.confluence.search.contentnames.ResultTemplate
 
getMaximumSize() - Method in class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
getMaxLimit() - Method in interface com.atlassian.confluence.api.model.pagination.LimitedRequest
 
getMaxLimit() - Method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
getMaxLo() - Method in class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGenerator
Get the max_lo value, so that we can calculate a valid value for the next_hi DB value, given the ids already allocated in the database.
getMaxNodes() - Method in class com.atlassian.confluence.cluster.safety.ClusterPanicAnalyticsEvent
Get maximum number of nodes allowed by current license
getMaxNonHeap() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
 
getMaxNumberOfVersions() - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
getMaxPerCategory() - Method in class com.atlassian.confluence.search.contentnames.ContentNameSearchContext
 
getMaxPermGen() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
Deprecated.
since 5.10 because PermGen no longer exists in Java8
getMaxProcessedEntries() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions
 
getMaxRecentChangesSize() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
getMaxRecentChangesSize() - Method in class com.atlassian.confluence.user.UserInterfaceState
 
getMaxRecentUpdates() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
 
getMaxReferencesPerUndefinedPage() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
getMaxResultCount(Category) - Method in class com.atlassian.confluence.search.contentnames.ResultTemplate
The maximum number of results for this category.
getMaxResults() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getMaxResults() - Method in class com.atlassian.confluence.event.events.label.LabelManagerMetricsEvent
 
getMaxResults() - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
getMaxResults() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto.RecentlyUpdatedContentResourceRequestDto
 
getMaxResults() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityListContext
 
getMaxRetryNumber() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.AggregateNameConflictResolver
 
getMaxRetryNumber() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.DefaultPageNameConflictResolver
 
getMaxRetryNumber() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.FindAndReplaceNameConflictResolver
 
getMaxRetryNumber() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.PrefixNameConflictResolver
 
getMaxRetryNumber() - Method in interface com.atlassian.confluence.pages.persistence.dao.bulk.PageNameConflictResolver
This is maximum number to retry saving page.
getMaxRssItems() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
getMaxRssItems() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getMaxSearchResults() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getMaxShownResults() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction
 
getMaxSiblingPosition(Page) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getMaxSiblingPosition(Page) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Gets the highest position value of all the page's siblings.
getMaxSimultaneousQuickNavRequests() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
getMaxSimultaneousQuickNavRequests() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getMaxSize() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getMaxSize() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getMaxSize() - Method in class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource.ConfluenceAttachmentMultipartConfig
 
getMaxSizePolicy() - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.ConfluenceHazelcastLocalCacheRegionFactory.DynamicEvictionConfig
 
getMaxThumbDimensions() - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
getMaxThumbHeight() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getMaxThumbHeight() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getMaxThumbnailDimensions() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getMaxThumbWidth() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getMaxThumbWidth() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getMaxUsers() - Method in class com.atlassian.confluence.cluster.safety.ClusterPanicAnalyticsEvent
Get maximum number of users allowed by current license
getMaxUsers() - Method in class com.atlassian.confluence.license.rest.resource.LicenseResource
Return the number of users that is allowed by the current license
getMaxUsers() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getMaxWidth() - Method in class com.atlassian.confluence.pages.thumbnail.Thumbnails
 
getMbeanAttribute(ObjectName, String) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.IpdSessionMonitoringService
 
getMedian(List<Long>) - Static method in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdSharedFileWriteLatencyMeter
 
getMediaType() - Method in class com.atlassian.confluence.api.model.content.AttachmentUpload
 
getMediaType() - Method in class com.atlassian.confluence.pages.Attachment
 
getMediaType() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getMediumSpecificContext(Content, LikePayload, boolean) - Method in class com.atlassian.confluence.plugins.like.notifications.AbstractLikeEventRenderContextProvider
All the medium-specific context items (e.g.
getMediumSpecificContext(Content, LikePayload, boolean) - Method in class com.atlassian.confluence.plugins.like.notifications.LikeEventEmailRenderContextProvider
 
getMediumSpecificExpansions() - Method in class com.atlassian.confluence.plugins.like.notifications.AbstractLikeEventRenderContextProvider
 
getMediumSpecificExpansions() - Method in class com.atlassian.confluence.plugins.like.notifications.LikeEventEmailRenderContextProvider
 
getMemberCount() - Method in interface com.atlassian.confluence.cluster.ClusterInformation
 
getMemberCount() - Method in class com.atlassian.confluence.cluster.EmptyClusterInformation
Deprecated.
 
getMemberCount() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterInformation
Deprecated.
 
getMemberCount() - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastMemberAddedAnalyticsEvent
 
getMemberCount() - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastMemberRemovedAnalyticsEvent
 
getMemberCount() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
 
getMemberGroups() - Method in class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
getMemberGroups() - Method in class com.atlassian.confluence.user.actions.UserPickerAction
 
getMemberId(Member) - Static method in class com.atlassian.confluence.cluster.hazelcast.HazelcastUtils
While we could just use the Member UUID here, this would change on every restart.
getMemberNames(Group) - Method in interface bucket.user.UserAccessor
Deprecated.
Returns a pager containing the usernames of users who are members of the specified group (either directly or as a member of a nested group).
getMemberNames(Group) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getMemberNames(Group) - Method in interface com.atlassian.confluence.user.GroupMembershipAccessor
Returns a pager containing the usernames of users who are members of the specified group (either directly or as a member of a nested group).
getMemberNames(Group) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getMemberNames(Group) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
getMemberNamesAsList(Group) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getMemberNamesAsList(Group) - Method in interface com.atlassian.confluence.user.GroupMembershipAccessor
Same as GroupMembershipAccessor.getMemberNames(Group) but returns a List of user names as Strings rather than a Pager.
getMemberNamesAsList(Group) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getMemberNamesAsList(Group) - Method in interface com.atlassian.confluence.user.UserAccessor
Same as UserAccessor.getMemberNames(com.atlassian.user.Group) but returns a List of user names as Strings rather than a Pager.
getMemberNodeIdentifier(Member) - Static method in class com.atlassian.confluence.cluster.hazelcast.HazelcastUtils
 
getMembers() - Method in interface com.atlassian.confluence.cluster.ClusterInformation
 
getMembers() - Method in class com.atlassian.confluence.cluster.EmptyClusterInformation
Deprecated.
 
getMembers() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterInformation
Deprecated.
 
getMembers() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
 
getMembers(Group, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalGroupResource
Get a paginated collection of users in the given group
getMembers(Group, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.GroupResource
 
getMembers(Group) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getMembers(Group) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getMembers(Group) - Method in interface com.atlassian.confluence.user.UserAccessor
Returns users who are members of the specified group (either directly or as a member of a nested group).
getMembers(Group, int) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getMembers(Group, int) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getMembers(Group, int) - Method in interface com.atlassian.confluence.user.UserAccessor
Returns users who are members of the specified group.
getMemberSelector(NodeIdentifier) - Static method in class com.atlassian.confluence.cluster.hazelcast.HazelcastUtils
 
getMembershipCount(long) - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
 
getMembershipCount(long) - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
getMembershipType() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.GroupMembershipJournalMessage
 
getMembershipType() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.GroupMembershipEventModel
 
getMembersOfGroupTerm() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
getMemoryInfo() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getMemoryInfo() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getMemoryInMegabytes() - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration
 
getMemoryStatistics() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getMenu(String, String, WebInterfaceContext) - Method in class com.atlassian.confluence.web.ConfluenceWebMenuManager
 
getMenu(String, String, WebInterfaceContext) - Method in interface com.atlassian.confluence.web.WebMenuManager
Builds and returns a WebMenu for display with the given properties and context.
getMenu(String, Collection<String>, WebInterfaceContext) - Method in class com.atlassian.confluence.web.ConfluenceWebMenuManager
 
getMenu(String, Collection<String>, WebInterfaceContext) - Method in interface com.atlassian.confluence.web.WebMenuManager
Builds and returns a WebMenu for display with the given properties and context.
getMenu(Collection<String>, WebInterfaceContext) - Method in interface com.atlassian.confluence.web.WebMenuManager
Builds and returns a WebMenu for display with the given properties and context.
getMenuItemSelectedBackgroundColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getMenuItemSelectedBackgroundColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getMenuItemSelectedBgColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getMenuItemSelectedTextColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getMenuItemSelectedTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getMenuItemSelectedTextColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getMenuItemTextColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getMenuItemTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getMenuItemTextColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getMenuSelectedBackgroundColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
Deprecated.
since 9.2 No longer customisable.
getMergedContent() - Method in interface com.atlassian.confluence.util.diffs.MergeResult
Returns the result of the merge.
getMergedContent() - Method in class com.atlassian.confluence.util.diffs.SimpleMergeResult
 
getMergedContentPermissions(ContentEntityObject, Collection<? extends ContentRestriction>, ContentRestrictionServiceImpl.MergeMode) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
Builds a Map of ContentPermissions mapped to their PermissionType from givenContentRestrictions provided and the ones already existing on ContentEntityObject
getMerger() - Method in class com.atlassian.confluence.util.diffs.DefaultMergerManager
 
getMerger() - Method in interface com.atlassian.confluence.util.diffs.MergerManager
Returns a merger to use.
getMessage() - Method in class com.atlassian.confluence.accessmode.actions.ReadOnlyAccessAction
 
getMessage() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestResult
 
getMessage() - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
getMessage() - Method in class com.atlassian.confluence.api.impl.model.validation.DefaultValidationError
 
getMessage() - Method in class com.atlassian.confluence.api.model.content.Version
 
getMessage() - Method in class com.atlassian.confluence.api.model.journal.JournalEntry
 
getMessage() - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationError
 
getMessage() - Method in interface com.atlassian.confluence.api.model.validation.ValidationError
 
getMessage() - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
After restore we create a new version with this message associated.
getMessage() - Method in exception com.atlassian.confluence.api.service.exceptions.IllegalURLException
 
getMessage() - Method in exception com.atlassian.confluence.cluster.AlreadyClusteredException
 
getMessage() - Method in exception com.atlassian.confluence.cluster.ClusterNotPermittedException
 
getMessage() - Method in exception com.atlassian.confluence.cluster.NamedClusterException
 
getMessage() - Method in exception com.atlassian.confluence.core.InsufficientPrivilegeException
 
getMessage() - Method in class com.atlassian.confluence.event.events.cluster.ClusterMaintenanceBannerEvent
 
getMessage() - Method in class com.atlassian.confluence.event.events.user.SendUserInviteEvent
 
getMessage() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterAuthenticationResult
 
getMessage() - Method in exception com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.NodeConnectionException
 
getMessage() - Method in class com.atlassian.confluence.impl.journal.JournalEntry
 
getMessage() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
getMessage() - Method in class com.atlassian.confluence.importexport.impl.UnexpectedImportZipFileContents
 
getMessage() - Method in class com.atlassian.confluence.legacyapi.model.content.EditSummary
Deprecated.
 
getMessage() - Method in interface com.atlassian.confluence.logging.sink.LogEvent
 
getMessage() - Method in class com.atlassian.confluence.rest.v2.api.model.RestError
 
getMessage() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestFieldValidationError
 
getMessage() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationError
 
getMessage() - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
getMessage() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateChangeLog
 
getMessage() - Method in class com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation
 
getMessage() - Method in class com.atlassian.confluence.setup.settings.DatabaseTestResult
 
getMessage() - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
getMessage() - Method in class com.atlassian.confluence.upgrade.UpgradeError
 
getMessage() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
getMessage() - Method in exception com.atlassian.confluence.web.filter.validateparam.InvalidParameterEncodingException
 
getMessage(HomeHealthCheckFailure) - Method in class com.atlassian.confluence.impl.health.checks.HomeHealthCheckMessageFactory
Formats a HomeHealthCheckFailure to a readable helpful message used in HomeHealthCheck
getMessageHolder() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getMessageHolder() - Method in interface com.atlassian.confluence.validation.MessageHolderAware
 
getMessageKey() - Method in class com.atlassian.confluence.core.service.ValidationError
 
getMessageKey() - Method in class com.atlassian.confluence.core.TimeZone
 
getMessageKey() - Method in class com.atlassian.confluence.tinymceplugin.rest.DraftChangeResult
 
getMessageKey(String, SQLException) - Static method in class com.atlassian.confluence.setup.settings.DatabaseErrorMessageConverter
Get the error message title based on what the database and error.
getMessageLevel() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateChangeLog
 
getMessages() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
 
getMessages() - Method in class com.atlassian.confluence.util.message.AbstractMessageManager
 
getMessages() - Method in class com.atlassian.confluence.util.message.DefaultMessageManager
 
getMessages() - Method in interface com.atlassian.confluence.util.message.MessageManager
Gets all messages
getMessageTemplate() - Method in exception com.atlassian.confluence.cluster.ClusterAlreadyExistsException
 
getMessageTemplate() - Method in exception com.atlassian.confluence.cluster.NamedClusterException
 
getMessageType() - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
getMetadata() - Method in class com.atlassian.confluence.api.model.content.Content
 
getMetadata() - Method in class com.atlassian.confluence.api.model.content.Space
 
getMetadata() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.HibernateMetadataIntegrator
 
getMetadata() - Method in interface com.atlassian.confluence.impl.core.persistence.hibernate.HibernateMetadataSource
 
getMetadata() - Method in class com.atlassian.confluence.plugin.descriptor.MacroFallbackParser
 
getMetadata() - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Returns the map of key-value pairs added via ConfluenceWebResourceManager.putMetadata(String, String).
getMetadata() - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getMetadata(Object, Expansions) - Method in interface com.atlassian.confluence.api.extension.ModelMetadataProvider
Deprecated.
since 5.10 Consider bulk evaluating meta-data by implementing getMetadataForAll. Remove your implementation of the getMetadata method, which will cause Confluence to call the getMetadataForAll method instead.
getMetadata(String) - Method in class com.atlassian.confluence.renderer.RenderResult
 
getMetadataForAll(Iterable<Object>, Expansions) - Method in interface com.atlassian.confluence.api.extension.ModelMetadataProvider
Fetches metadata for a list of entities, returning a map of maps of metadata.
getMetadataForAll(Iterable<Object>, Expansions) - Method in class com.atlassian.confluence.plugins.like.providers.ContentLikesMetadataProvider
 
getMetadataForAll(Iterable<Object>, Expansions) - Method in class com.atlassian.confluence.plugins.restapi.metadata.content.LabelsModelMetadataProvider
 
getMetadataForAll(Iterable<Object>, Expansions) - Method in class com.atlassian.confluence.plugins.restapi.metadata.content.PropertiesModelMetadataProvider
 
getMetadataHeaders() - Method in class com.atlassian.confluence.status.service.systeminfo.AzureCloudPlatform
 
getMetadataHeaders() - Method in interface com.atlassian.confluence.status.service.systeminfo.CloudPlatform
 
getMetadataHeaders() - Method in class com.atlassian.confluence.status.service.systeminfo.GoogleCloudPlatform
 
getMetadataProperties() - Method in interface com.atlassian.confluence.api.extension.ModelMetadataProvider
Deprecated.
since 6.12.0 - Must implement getProperties() on this interface. New implementations can return empty list here.
getMetadataProperties() - Method in class com.atlassian.confluence.plugins.like.providers.ContentLikesMetadataProvider
 
getMetadataProperties() - Method in class com.atlassian.confluence.plugins.restapi.metadata.content.LabelsModelMetadataProvider
 
getMetadataProperties() - Method in class com.atlassian.confluence.plugins.restapi.metadata.content.PropertiesModelMetadataProvider
 
getMetatags() - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources
 
getMethod() - Method in class com.atlassian.confluence.internal.index.event.ReIndexStartedAnalyticsEvent
 
getMethod() - Method in class com.atlassian.confluence.plugins.restapi.analytics.RestEndpointAnalyticsEvent
 
getMethod() - Method in exception com.atlassian.confluence.tenant.VacantException
Deprecated.
 
getMethod(Object, String, Object[], Info) - Method in class com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator
 
getMethodAnnotations(Method) - Method in class com.atlassian.confluence.velocity.introspection.ConfluenceAnnotationBoxingUberspect
Override for removal in 10.0 alongside HtmlSafe.
getMethodName() - Method in class com.atlassian.confluence.event.events.label.LabelManagerMetricsEvent
 
getMethodName() - Method in class com.atlassian.confluence.logging.ErrorLoggedEvent
 
getMethodName() - Method in class com.atlassian.confluence.util.velocity.debug.VelMethodDebugDecorator
 
getMetricsSnapshots(Predicate<? super MarshallerMetricsAccumulationKey>) - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.DefaultMarshallerMetricsAccumulator
 
getMetricsSnapshots(Predicate<? super MarshallerMetricsAccumulationKey>) - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAccumulator
Obtain snapshots of all metrics recorded against keys of the given type so far
getMigrationResult() - Method in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
Get the outcome of the migration
getMigrator(AttachmentDao) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getMigrator(AttachmentDao) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, no replacement
getMigrator(AttachmentDao) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getMimeType() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
getMimeType() - Method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
 
getMimeType() - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentBean
 
getMimeType() - Method in class com.atlassian.confluence.pages.attachments.ImageDetails
 
getMimeType() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentRef
 
getMimeType() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
getMimeType() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
getMimeType() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
getMIMEType() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
getMIMEType() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
Returns the MIME type of the response.
getMimetypeExtensionTranslationMap() - Method in class com.atlassian.confluence.core.DefaultMimetypesExtensionTranslationMapFactory
 
getMimetypeExtensionTranslationMap() - Method in interface com.atlassian.confluence.core.MimetypesExtensionTranslationMapFactory
 
getMimeTypeForUser(User) - Static method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
TODO: CONFDEV-3278
getMimeTypes() - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
getMimeTypes() - Method in interface com.atlassian.confluence.index.attachment.AttachmentTextExtractor
Return list of mime types that this extractor supports.
getMimeTypes() - Method in class com.atlassian.confluence.internal.search.extractor2.StubAttachmentTextExtractor
 
getMimeTypes() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
getMimeTypes() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
getMimetypesFileTypeMap() - Method in class com.atlassian.confluence.core.DefaultMimetypesFileTypeMapFactory
 
getMimetypesFileTypeMap() - Method in interface com.atlassian.confluence.core.MimetypesFileTypeMapFactory
 
getMimeTypeUserFriendly() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
getMin() - Method in class com.atlassian.confluence.search.v2.analysis.NGramTokenizerDescriptor
 
getMin() - Method in class com.atlassian.confluence.search.v2.analysis.ShingleTokenFilterDescriptor
 
getMinBlocks() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
The minimum block count to include in the excerpt, the excerpter should continue accepting blocks whilst no other maximums are exceeded if the block count is below this number.
getMinCharCount() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
The minimum character count to include in the excerpt, the excerpt should continue taking characters whilst no other maximums are exceeded if the character count is below this number.
getMinDiskSizeThresholdInMb() - Method in class com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent
 
getMinJavaVersion() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getMinJavaVersion() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getMinMemoryThresholdInMb() - Method in class com.atlassian.confluence.internal.diagnostics.LowMemoryAnalyticsEvent
 
getMinorVersion() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getMinorVersion() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteServerInfo
 
getMinorVersionPrefix() - Method in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
getMissCount() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getMissCount() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getMissExpiredCount() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsEvent
 
getMissingUserUriBuilder() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
getMissNotFoundCount() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsEvent
 
getMobileAppRequestHeader() - Static method in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
getMobileOS(HttpServletRequest) - Static method in class com.atlassian.confluence.util.MobileUtils
Get mobile os type
getMobilePluginKey() - Static method in class com.atlassian.confluence.util.MobileUtils
Get confluence mobile plugin key
getMode() - Method in class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction
 
getMode() - Method in class com.atlassian.confluence.admin.actions.macros.UpdateUserMacroAction
 
getMode() - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.ContentNavigationContext
 
getMode() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getMode() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
 
getModeDurationInSeconds() - Method in class com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingModeChangeEvent
 
getModeForString(String) - Method in class com.atlassian.confluence.util.i18n.DefaultI18nModeManager
 
getModeForString(String) - Method in interface com.atlassian.confluence.util.i18n.I18nModeManager
 
getModelObject() - Method in class com.atlassian.confluence.api.model.permissions.Target.ModelObjectTarget
 
getModification() - Method in class com.atlassian.confluence.content.service.experimental.PreparedAbstractPage
 
getModificationCheckInterval() - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
getModifications() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getModifications() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getModifications() - Method in class com.atlassian.confluence.status.service.HashRegistryCache
 
getModifications() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getModified() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
getModified() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
 
getModified() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
getModified() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
getModifier() - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
getModifier() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
 
getModifier() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
getModifier() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
 
getModifier() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
getModifier() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
getModifier() - Method in class com.atlassian.confluence.rss.RssRenderItem
 
getModifier() - Method in class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction
 
getModule() - Method in class com.atlassian.confluence.content.apisupport.CommentExtensionsSupportModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.content.ContentTypeModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.impl.macro.schema.MacroSchemaMigratorModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.LuceneSearcherInitialisationModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.SearchQueryModuleDescriptor
Clients should not ask for the module, the actual search query should be instantiated by the QueryFactory
getModule() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.impl.search.contentnames.ContentNameSearchSectionsProviderModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.impl.setup.LifecyclePluginModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.AboutPagePanelModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.api.ModelMetadataProviderModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.AttachmentTextExtractorModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.backup.BackupRestoreProviderModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.BulkExtractorModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.ColourSchemeModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.CommandCreatorModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.ComponentModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.ContentNameSearchSectionSpecModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
Returns the macro defined by this module descriptor.
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.DecoratorModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor
Implementing classes should implement this method and call getModuleFromProvider, this is required as AbstractModuleDescriptor.getModuleReturnClass() uses the return type of this method to determine the module class.
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.DeviceTypeRendererComponentModuleDescriptor
Retrieve the named bean from Spring.
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.EditorModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.embedded.EmbeddedResourceRendererModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.Extractor2ModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.FeatureModuleDescriptor
Deprecated.
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.FieldMappingsProviderModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.JobModuleDescriptor
Deprecated.
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.LayoutModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.ListenerModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.macro.MacroMetadataModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.MergerModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.NoOpModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.PathConverterModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.PermissionOverrideExtensionDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.restore.PluginExistingEntityFinderModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.SearchBodyPropertyModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.SearchDecoratorModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.SpringComponentModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.StrutsModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.TransformerModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.TranslationTransformModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.TriggerModuleDescriptor
Deprecated.
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.UserMacroModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.VelocityContextItemModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.xhtml.MacroMigrationModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.descriptor.XStreamSecurityModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getModule() - Method in class com.atlassian.confluence.plugin.module.PluginModuleHolder
Returns the held module.
getModule() - Method in class com.atlassian.confluence.plugin.servlet.filter.JakartaAdaptingServletFilterModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugin.servlet.filter.JakartaAdaptingServletModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugins.analytics.jobs.PeriodicEventSupplierModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugins.contentproperty.index.config.ContentPropertyIndexSchemaModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.EdgeTypeModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.plugins.scheduler.spi.descriptor.JobConfigModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.renderer.template.TemplateRendererModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.rss.FeedCustomContentTypeModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.rss.FeedSupportModuleDescriptor
 
getModule() - Method in class com.atlassian.confluence.search.plugin.SiteSearchPluginModuleDescriptor
 
getModuleBackupFile(File, ModuleDescriptor<BackupRestoreProvider>) - Method in interface com.atlassian.confluence.importexport.plugin.BackupRestoreProviderManager
 
getModuleBackupFile(File, ModuleDescriptor<BackupRestoreProvider>) - Method in class com.atlassian.confluence.importexport.plugin.DefaultBackupRestoreProviderManager
 
getModuleClass() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getModuleClass() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getModuleClassName() - Method in class com.atlassian.confluence.plugins.contentproperty.index.config.ContentPropertyIndexSchemaModuleDescriptor
 
getModuleCompleteKey() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId.ContentBlueprintIdWithKeys
 
getModuleCompleteKey() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithKeys
 
getModuleCompleteKey() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getModuleCompleteKey() - Method in class com.atlassian.confluence.pages.templates.PluginTemplateReference
 
getModuleDescriptor(String) - Method in class com.atlassian.confluence.plugin.dev.AlternativeDirectoryResourceLoaderSupportingStaticPlugin
 
getModuleDescriptors() - Method in interface com.atlassian.confluence.importexport.plugin.BackupRestoreProviderManager
 
getModuleDescriptors() - Method in class com.atlassian.confluence.importexport.plugin.DefaultBackupRestoreProviderManager
 
getModuleDescriptors() - Method in class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
 
getModuleDescriptors() - Method in class com.atlassian.confluence.plugin.dev.AlternativeDirectoryResourceLoaderSupportingStaticPlugin
 
getModuleDescriptors(ModuleDescriptorPredicate<M>) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
Deprecated.
since 7.0.1
getModuleDescriptors(Predicate<ModuleDescriptor<M>>) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getModuleDescriptorsByModuleClass(Class<T>) - Method in class com.atlassian.confluence.plugin.dev.AlternativeDirectoryResourceLoaderSupportingStaticPlugin
 
getModuleFactory() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
 
getModuleFactory() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.LuceneSortMapperModuleDescriptor
 
getModuleFromProvider() - Method in class com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor
 
getModuleKey() - Method in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey
Returns the "simple" module key.
getModuleKey() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getModuleKey() - Method in class com.atlassian.confluence.api.model.web.WebPanelView
 
getModuleKey() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getModuleKey() - Method in class com.atlassian.confluence.themes.BasicTheme
 
getModuleKey() - Method in class com.atlassian.confluence.themes.DefaultTheme
 
getModuleKey() - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
getModuleKey() - Method in interface com.atlassian.confluence.themes.Theme
Returns the module key of the theme plugin module, or null if this theme doesn't come from a plugin.
getModuleName() - Method in class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule
 
getModules() - Method in class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
 
getModules(ModuleDescriptorPredicate<M>) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
Deprecated.
since 7.0.1
getModules(Predicate<ModuleDescriptor<M>>) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getMonitoredClass(ExportableEntityInfo, Set<Class<?>>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
getMonitorId() - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskMonitor
 
getMonitorId() - Method in class com.atlassian.confluence.internal.diagnostics.MacroRenderingMonitor
 
getMonitoringList() - Method in class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent
 
getMonthsWithBlogPosts(String, Calendar) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getMonthsWithBlogPosts(String, Calendar) - Method in interface com.atlassian.confluence.pages.PageManager
Returns the set of months in the specified year (represented as a Calendar with the year and month fields populated) for which blog posts exist in the specified space.
getMostPopular(int, EdgeQueryParameter) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultPopularContentQueries
 
getMostPopular(int, EdgeQueryParameter) - Method in interface com.atlassian.confluence.plugins.edgeindex.PopularContentQueries
find popular content that have occurred in the last period of time
getMostPopular(EdgeQueryParameter) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeQueries
 
getMostPopular(EdgeQueryParameter) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeQueries
 
getMostPopular(Long, Integer, boolean, boolean, String, boolean, Float, Float, Float, Float, String, String) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamResource
 
getMostPopularGlobal(Optional<Integer>, Function<Optional<Integer>, List<T>>) - Method in class com.atlassian.confluence.impl.labels.ReadThroughMostPopularCache
 
getMostPopularInSpace(String, Optional<Integer>, Function<Optional<Integer>, List<T>>) - Method in class com.atlassian.confluence.impl.labels.ReadThroughMostPopularCache
 
getMostPopularLabels() - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getMostPopularLabels() - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getMostPopularLabels() - Method in interface com.atlassian.confluence.labels.LabelManager
getMostPopularLabels() - Method in class com.atlassian.confluence.plugins.labels.actions.RankListLabelsAction
 
getMostPopularLabels(int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getMostPopularLabels(int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getMostPopularLabels(int) - Method in interface com.atlassian.confluence.labels.LabelManager
getMostPopularLabels(int) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getMostPopularLabels(LimitedRequest) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Returns the most popular global labels in the system.
getMostPopularLabels(LimitedRequest) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getMostPopularLabels(LimitedRequest) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getMostPopularLabels(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.LabelServiceImpl
 
getMostPopularLabels(PageRequest) - Method in interface com.atlassian.confluence.api.service.content.LabelService
Returns a paginated list of the most popular Labels used in a Confluence instance.
getMostPopularLabels(String, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
getMostPopularLabels(String, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getMostPopularLabels(String, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getMostPopularLabels(String, int) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getMostPopularLabels(String, int) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getMostPopularLabelsInSiteLite(int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
Returns most used labels across the site.
getMostPopularLabelsInSiteLite(int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getMostPopularLabelsInSiteLite(int) - Method in interface com.atlassian.confluence.labels.LabelManager
Returns most used labels across the site.
getMostPopularLabelsInSpace(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getMostPopularLabelsInSpace(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getMostPopularLabelsInSpace(String) - Method in interface com.atlassian.confluence.labels.LabelManager
getMostPopularLabelsInSpace(String, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getMostPopularLabelsInSpace(String, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getMostPopularLabelsInSpace(String, int) - Method in interface com.atlassian.confluence.labels.LabelManager
Deprecated.
since 9.2.6 Use SpaceLabelService
getMostPopularLabelsInSpace(String, int) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getMostPopularLabelsInSpace(String, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Retrieve a list of the 'n' most used labels in the specified space, ordered from most popular to least popular.
getMostPopularLabelsInSpace(String, LimitedRequest) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getMostPopularLabelsInSpace(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getMostPopularLabelsInSpace(String, String, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
getMostPopularLabelsInSpace(String, String, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getMostPopularLabelsInSpace(String, String, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getMostPopularLabelsInSpace(String, String, int) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getMostPopularLabelsInSpace(String, String, int) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getMostPopularLabelsInSpaceLite(String, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
Returns most used labels.
getMostPopularLabelsInSpaceLite(String, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
Returns most used labels.
getMostPopularLabelsInSpaceLite(String, int) - Method in interface com.atlassian.confluence.labels.LabelManager
Returns most used labels.
getMostPopularLabelsWithRanks(int, Comparator<? super RankedLabelSearchResult>) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getMostPopularLabelsWithRanks(int, Comparator<? super RankedLabelSearchResult>) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getMostPopularLabelsWithRanks(int, Comparator<? super RankedLabelSearchResult>) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the most popular labels within the system, including their ranks and ordered using the comparator provided.
getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult>) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult>) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult>) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve a set of the DEFAULT_LABEL_COUNT most popular labels within the system, including their ranks and ordered using the compartor provided.
getMostPopularLabelsWithRanksInSpace(String, int, Comparator<? super RankedLabelSearchResult>) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getMostPopularLabelsWithRanksInSpace(String, int, Comparator<? super RankedLabelSearchResult>) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getMostPopularLabelsWithRanksInSpace(String, int, Comparator<? super RankedLabelSearchResult>) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve a set of the 'n' most used labels in the specified space, ordered using the compartor given.
getMostRecentBlogPost(String) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
 
getMostRecentBlogPost(String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getMostRecentCursor(long) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
getMostRecentCursor(long) - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncService
This will find and return the most recent incremental sync cursor corresponding to the provided subscription's most recent journal entry, if one exists.
getMostRecentId() - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
getMostRecentId() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.MultiSubscriptionPerJournalIdentifier
 
getMostRecentId() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
 
getMostRecentId() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
getMostRecentId() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionId
 
getMostRecentId(JournalIdentifier) - Method in class com.atlassian.confluence.impl.journal.BandanaJournalStateStore
 
getMostRecentId(JournalIdentifier) - Method in class com.atlassian.confluence.impl.journal.CachingJournalStateStore
 
getMostRecentId(JournalIdentifier) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
getMostRecentId(JournalIdentifier) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalService
 
getMostRecentId(JournalIdentifier) - Method in class com.atlassian.confluence.impl.journal.FilesystemJournalStateStore
 
getMostRecentId(JournalIdentifier) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Gets the most recent entry in the journal for the given journal identifier
getMostRecentId(JournalIdentifier) - Method in interface com.atlassian.confluence.impl.journal.JournalServiceInternal
This will find and return the latest journal entry for the provided journal ID, if one exists.
getMostRecentId(JournalIdentifier) - Method in interface com.atlassian.confluence.impl.journal.JournalStateStore
Returns the most recent id for a journal or 0 if no id has been stored yet.
getMostRecentId(JournalIdentifier) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ClientSubscriptionJournalStateStore
 
getMostRecentId(JournalIdentifier) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
getMostRecentId(JournalIdentifier) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalStateStore
 
getMovedPageId() - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
getMovedPageList() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveCompletedEvent
 
getMovedPageList() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
getMovePageCommand() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getMulticastAddress() - Method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
getMulticastPort() - Method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
getMulticastTTL() - Method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
getMustNotQueries() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
getMustQueries() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
getMutable(K, V) - Method in interface com.atlassian.confluence.cluster.shareddata.SharedData
Deprecated.
 
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
Returns a list of breadcrumbs for the current breadcrumb.
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.AdminActionBreadcrumb
 
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.BlogPostDateBreadcrumb
BlogPost crumbs are typically in the format: 2007 > November [ > 28 > BlogTitle ]
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.CompositeBreadcrumb
 
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.ContentActionBreadcrumb
 
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.GroupAdminActionBreadcrumb
 
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.LabelBreadcrumb
 
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.MailServersActionBreadcrumb
 
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.SpaceAdminActionBreadcrumb
 
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogPostDateBreadcrumb
Returns the crumbs for the current instance.
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.UserAdminActionBreadcrumb
 
getMyCrumbs() - Method in class com.atlassian.confluence.util.breadcrumbs.UserProfileActionBreadcrumb
Returns a crumb for the action and one for the user.
getMyLabels() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
getName() - Method in class com.atlassian.confluence.api.model.audit.AffectedObject
Deprecated.
 
getName() - Method in class com.atlassian.confluence.api.model.audit.ChangedValue
Deprecated.
 
getName() - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
getName() - Method in class com.atlassian.confluence.api.model.content.AttachmentUpload
 
getName() - Method in class com.atlassian.confluence.api.model.content.MacroInstance
 
getName() - Method in class com.atlassian.confluence.api.model.content.Space
 
getName() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
getName() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
 
getName() - Method in class com.atlassian.confluence.api.model.people.Group
 
getName() - Method in class com.atlassian.confluence.api.model.web.WebPanelView
 
getName() - Method in class com.atlassian.confluence.api.testsupport.model.link.ExtendedLink
 
getName() - Method in class com.atlassian.confluence.api.testsupport.model.link.LinkWithName
 
getName() - Method in class com.atlassian.confluence.api.testsupport.model.watch.ContentWatchWithName
 
getName() - Method in class com.atlassian.confluence.api.testsupport.model.watch.ExtendedContentWatch
 
getName() - Method in class com.atlassian.confluence.api.testsupport.model.watch.ExtendedSpaceWatch
 
getName() - Method in class com.atlassian.confluence.api.testsupport.model.watch.SpaceWatchWithName
 
getName() - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
getName() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getName() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
getName() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
getName() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
getName() - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
Return name of the deferred object
getName() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getName() - Method in interface com.atlassian.confluence.cluster.ClusterInformation
 
getName() - Method in class com.atlassian.confluence.cluster.EmptyClusterInformation
Deprecated.
 
getName() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterInformation
Deprecated.
 
getName() - Method in class com.atlassian.confluence.cluster.StartClusterLongRunningTask
 
getName() - Method in class com.atlassian.confluence.content.ContentProperty
 
getName() - Method in class com.atlassian.confluence.content.ContentQuery
 
getName() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.PageTemplateMigrationException
 
getName() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlMacroTimeoutEvent
 
getName() - Method in class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
getName() - Method in class com.atlassian.confluence.core.InputStreamDataSource
 
getName() - Method in class com.atlassian.confluence.core.PersistentDecorator
 
getName() - Method in class com.atlassian.confluence.dmz.spaces.SpaceRemovalLongRunningTask
 
getName() - Method in class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.Monitoring
 
getName() - Method in enum class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.MonitoringType
 
getName() - Method in class com.atlassian.confluence.functest.rest.admin.crowd.DirectoryEntity
 
getName() - Method in class com.atlassian.confluence.functest.rest.admin.crowd.PropertyEntity
 
getName() - Method in class com.atlassian.confluence.impl.audit.AffectedObjectEntity
Deprecated.
 
getName() - Method in class com.atlassian.confluence.impl.audit.ChangedValueEntity
Deprecated.
 
getName() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Property
 
getName() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStash
 
getName() - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashImpl
 
getName() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
getName() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction.IndividualDestinationSearchResult
 
getName() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getName() - Method in class com.atlassian.confluence.impl.profiling.TimedAnalyticsImpl.TimedAnalyticsEvent
Name of analytics event
getName() - Method in enum class com.atlassian.confluence.impl.retention.RemovalType
 
getName() - Method in class com.atlassian.confluence.impl.sitemesh.ApplyDecoratorDirective
Returns the name of the directive.
getName() - Method in class com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshDecorator
 
getName() - Method in class com.atlassian.confluence.impl.sitemesh.ParamDirective
Returns the name of the directive.
getName() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdEntityCacheKey
 
getName() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
getName() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipCacheKey
 
getName() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
getName() - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
getName() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningTask
Deprecated.
 
getName() - Method in class com.atlassian.confluence.importexport.actions.ImportLongRunningTask
Deprecated.
 
getName() - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceReader
 
getName() - Method in interface com.atlassian.confluence.importexport.resource.DownloadResourceReader
User-displayable name of the resource.
getName() - Method in class com.atlassian.confluence.importexport.resource.FileDownloadResourceReader
 
getName() - Method in class com.atlassian.confluence.importexport.resource.GenericDownloadResourceReader
 
getName() - Method in class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceReader
 
getName() - Method in class com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceReader
 
getName() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
Deprecated.
 
getName() - Method in class com.atlassian.confluence.index.ReIndexSpec
 
getName() - Method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelOperation
 
getName() - Method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
 
getName() - Method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelOperation
 
getName() - Method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelType
 
getName() - Method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelOperation
 
getName() - Method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelType
 
getName() - Method in class com.atlassian.confluence.internal.user.DeferredLookupUser
 
getName() - Method in class com.atlassian.confluence.labels.CombinedLabel
 
getName() - Method in interface com.atlassian.confluence.labels.DisplayableLabel
Returns the label's name only.
getName() - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
getName() - Method in class com.atlassian.confluence.labels.Label
 
getName() - Method in class com.atlassian.confluence.labels.ParsedLabelName
The label name.
getName() - Method in class com.atlassian.confluence.languages.Language
Returns the name of the Language
getName() - Method in class com.atlassian.confluence.legacyapi.model.SpaceSummary
Deprecated.
 
getName() - Method in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
getName() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
getName() - Method in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
 
getName() - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
getName() - Method in exception com.atlassian.confluence.macro.params.ParameterException
Returns the name of the parameter that caused the problem.
getName() - Method in class com.atlassian.confluence.mail.embed.MimeBodyPartDataSource
 
getName() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getName() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getName() - Method in class com.atlassian.confluence.pages.templates.variables.ListVariable
 
getName() - Method in class com.atlassian.confluence.pages.templates.variables.StringVariable
 
getName() - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
getName() - Method in interface com.atlassian.confluence.pages.templates.variables.Variable
 
getName() - Method in class com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
 
getName() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getName() - Method in class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
 
getName() - Method in class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping
 
getName() - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMapping
 
getName() - Method in class com.atlassian.confluence.plugins.labels.soy.LabelLinkServerFunction
 
getName() - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.CreateSpaceButtonMacro
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalReportsMacro
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AllContentTab
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.FavouriteSpacesTab
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.NetworkTab
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.PopularTab
 
getName() - Method in interface com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.RecentlyUpdatedMacroTab
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.SpaceCategoryTab
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceCategoryName
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
getName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.WelcomeMessageMacro
 
getName() - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactAnalyzerProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactFilenameAnalyzerProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactQueryAnalyzerProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.FilenameAnalyzerProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.KeywordAnalyzerProvider
 
getName() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.analyzer.OpenSearchAnalyzerProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.StandardAnalyzerProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.TwoGramAnalyzerProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.UnstemmedAnalyzerProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.WhitespaceAnalyzerProvider
 
getName() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.characterfilter.OpenSearchCustomCharacterFilterProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.characterfilter.UnicodeWhiteSpaceCharacterFilterProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.DashDelimitedTokenFilterProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.DotDelimitedTokenFilterProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.ElisionTokenFilterProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.LowercaseTokenFilterProvider
 
getName() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.OpenSearchCustomTokenFilterProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.PunctuationTrimTokenFilterProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StemmerOverrideTokenFilterProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StemmerTokenFilterProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StopTokenFilterProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.UnderscoreDelimitedTokenFilterProvider
 
getName() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.tokenizer.OpenSearchTokenizerProvider
 
getName() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenizer.TwoGramTokenizerProvider
 
getName() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager.StagingIndex
 
getName() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntity
 
getName() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultGroupEntity
 
getName() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getName() - Method in class com.atlassian.confluence.plugins.restapi.soy.Jackson2SoyPreDigester
 
getName() - Method in class com.atlassian.confluence.plugins.soy.BaseUrlFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.DarkFeatureFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.DocLinkFunction
Deprecated.
 
getName() - Method in class com.atlassian.confluence.plugins.soy.EditorWebPanelFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.FormatDateFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.FormatDateTimeFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.FormatTimeFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.FriendlyFormatDateTimeFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.GetActionMessageTextFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.GetContentTypeI18nKeyFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.GetDisplayNameFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.GetIterableListFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.GetPageDiffFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.GetUserByNameFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.ImportResourceFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.IsContainsFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.ItemsForSectionFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.PanelsForLocationFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.PutMetadataFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.SectionsForLocationFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.SiteTitleFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.StaticResourceUrlPrefixFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.VersionNumberFunction
 
getName() - Method in class com.atlassian.confluence.plugins.soy.WebPanelFunction
 
getName() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getName() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.DisableTask
 
getName() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.EnableTask
 
getName() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.RestartSynchronyTask
 
getName() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
getName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
 
getName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
getName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
getName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
Deprecated.
 
getName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
getName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
getName() - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
getName() - Method in class com.atlassian.confluence.search.contentnames.Category
 
getName() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getName() - Method in class com.atlassian.confluence.search.ReIndexTask
 
getName() - Method in class com.atlassian.confluence.search.v2.Index
 
getName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSid
 
getName() - Method in class com.atlassian.confluence.security.seraph.ConfluenceUserPrincipal
 
getName() - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
getName() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getName() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction.ClusterableInterface
 
getName() - Method in class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective
Deprecated.
Returns the name of the directive.
getName() - Method in class com.atlassian.confluence.setup.velocity.ParamDirective
Deprecated.
Returns the name of the directive.
getName() - Method in class com.atlassian.confluence.setup.velocity.RenderVelocityTemplateDirective
 
getName() - Method in class com.atlassian.confluence.setup.velocity.SkipLinkDirective
 
getName() - Method in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
getName() - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
getName() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
getName() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getName() - Method in class com.atlassian.confluence.spaces.Space
 
getName() - Method in class com.atlassian.confluence.spaces.SpaceGroup
Deprecated.
 
getName() - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
getName() - Method in class com.atlassian.confluence.themes.ClasspathThemeStylesheet
 
getName() - Method in class com.atlassian.confluence.themes.PluginThemeResource
 
getName() - Method in interface com.atlassian.confluence.themes.ThemedDecorator
 
getName() - Method in interface com.atlassian.confluence.themes.ThemeResource
Returns the name of the stylesheet resource.
getName() - Method in class com.atlassian.confluence.themes.VelocityDecorator
 
getName() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
getName() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
getName() - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
 
getName() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.FileInfo
 
getName() - Method in interface com.atlassian.confluence.upgrade.UpgradeTaskInfo
The human-readable name of the upgrade task
getName() - Method in class com.atlassian.confluence.user.actions.AbstractGroupAction
 
getName() - Method in class com.atlassian.confluence.user.actions.DeleteUserLongRunningTask
 
getName() - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
getName() - Method in class com.atlassian.confluence.user.DeletedUser
 
getName() - Method in class com.atlassian.confluence.user.ReadOnlyConfluenceUser
Deprecated.
 
getName() - Method in class com.atlassian.confluence.user.UnknownUser
 
getName() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
getName() - Method in interface com.atlassian.confluence.util.profiling.CounterSnapshot
 
getName() - Method in interface com.atlassian.confluence.util.profiling.TimerSnapshot
 
getName() - Method in interface com.atlassian.confluence.util.velocity.ConfluenceVelocityTemplate
Get the name of this template.
getName() - Method in class com.atlassian.confluence.velocity.htmlsafe.DisableAntiXssDirective
 
getName() - Method in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeDirective
 
getName() - Method in class com.atlassian.confluence.velocity.TrimDirective
 
getName() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getName() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
getName() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroup
Deprecated.
 
getName() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
getName() - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
getNamedDecorator(HttpServletRequest, String) - Method in class com.atlassian.confluence.impl.sitemesh.ConfluenceSpaceDecoratorMapper
 
getNamedDecorator(HttpServletRequest, String) - Method in class com.atlassian.confluence.impl.sitemesh.PluginDecoratorMapper
 
getNamedDecorator(HttpServletRequest, String) - Method in class com.atlassian.confluence.impl.sitemesh.ProxyDecoratorMapper
 
getNamedDecorator(HttpServletRequest, String) - Method in class com.atlassian.confluence.setup.sitemesh.ConfluenceSpaceDecoratorMapper
Deprecated.
 
getNamedDecorator(HttpServletRequest, String) - Method in class com.atlassian.confluence.setup.sitemesh.PluginDecoratorMapper
Deprecated.
 
getNamedParameterJdbcTemplate() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
getNameFilter() - Method in class com.atlassian.confluence.user.UserPickerFilter
 
getNameForComparison() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getNameForComparison() - Method in class com.atlassian.confluence.core.ContentEntityObject
Subclasses should implement this method, giving a String back so that the content can be alphabetically sorted in a mixed-type list of content-entities.
getNameForComparison() - Method in class com.atlassian.confluence.core.SpaceContentEntityObject
 
getNameForComparison() - Method in class com.atlassian.confluence.mail.reports.PageReport
 
getNameForComparison() - Method in class com.atlassian.confluence.pages.Attachment
 
getNameForComparison() - Method in class com.atlassian.confluence.pages.Comment
Since the ContentEntityObject falls back on ordering by creation date, comments should always end up being sorted in their order of posting, below the page they were created in.
getNameForComparison() - Method in class com.atlassian.confluence.pages.Draft
 
getNameForComparison() - Method in class com.atlassian.confluence.pages.Page
 
getNameForComparison() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getNameForComparison() - Method in class com.atlassian.confluence.setup.settings.GlobalDescription
 
getNameForComparison() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getNameForComparison() - Method in class com.atlassian.confluence.user.PersonalInformation
 
getNameKey() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
getNameKey() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningTask
Deprecated.
 
getNameKey() - Method in class com.atlassian.confluence.importexport.actions.ImportLongRunningTask
Deprecated.
 
getNameKey() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
getNames() - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction.StubComponentRegistrar
 
getNamespace() - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
getNamespace() - Method in class com.atlassian.confluence.labels.Label
 
getNamespace() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntity
 
getNamespace() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
getNamespace(String) - Static method in class com.atlassian.confluence.labels.Namespace
 
getNamespaceContext() - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
 
getNamingStrategy() - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
getNavBackgroundColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
Deprecated.
since 6.7. No longer customisable.
getNavigation(ConfluenceActionSupport) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper
 
getNavigation(ConfluenceActionSupport, String) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper
 
getNavigationBuilder() - Method in interface com.atlassian.confluence.api.model.pagination.NavigablePageResponse
 
getNavigationBuilder() - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
getNavigationBuilder(Reference<RelevantViewRestrictions>) - Static method in class com.atlassian.confluence.api.model.permissions.RelevantViewRestrictions
 
getNavSelectedBackgroundColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
Deprecated.
since 6.7. No longer customisable.
getNavSelectedTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
Deprecated.
since 6.7. No longer customisable.
getNavTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
Deprecated.
since 6.7. No longer customisable.
getNbits() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getNeeded() - Method in interface com.atlassian.confluence.api.model.pagination.LimitedRequest
Deprecated.
since 5.7.2. No longer used.
getNeeded() - Method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
Deprecated.
since 5.7.2. No longer used.
getNestedCommentCounts(List<Long>) - Method in interface com.atlassian.confluence.plugins.edgeindex.rest.ContentEntityHelper
 
getNestedCommentCounts(List<Long>) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.HibernateContentEntityHelper
 
getNestedFieldName() - Method in class com.atlassian.confluence.plugins.index.api.mapping.NestedStringFieldMapping
 
getNestedGroupMember(Group) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdInternalGroupManager
 
getNestedGroupMember(Group) - Method in interface com.atlassian.crowd.embedded.atlassianuser.GroupManagerInternal
 
getNestedGroupMembers(Group, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.GroupResource
 
getNetworkInterface() - Method in class com.atlassian.confluence.cluster.ClusterConfig
 
getNetworkInterface() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getNetworkNotificationForUser(User) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNetworkNotificationForUser(User) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getNew() - Method in class com.atlassian.confluence.content.event.PluginContentUpdatedEvent
 
getNew() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentUpdateEvent
 
getNew() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
 
getNew() - Method in class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
 
getNew() - Method in interface com.atlassian.confluence.event.events.types.ConfluenceEntityUpdated
 
getNewAttachmentBean() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getNewColourSchemeType() - Method in class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent
 
getNewComment() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getNewContentType() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getNewCronSchedule() - Method in class com.atlassian.confluence.event.events.cluster.ClusterUpdateCronJobScheduleEvent
 
getNewDecorator() - Method in class com.atlassian.confluence.themes.events.DecoratorChangedEvent
 
getNewDomainName() - Method in class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent
 
getNewestBlogPost(String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getNewestBlogPost(String) - Method in interface com.atlassian.confluence.pages.PageManager
Retrieves the most recently created blog post in the given space.
getNewFileName() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getNewIdFor(ImmutableImportProcessorSummary.PersistedKey) - Method in class com.atlassian.confluence.importexport.DefaultImmutableImportProcessorSummary
Deprecated.
 
getNewIdFor(ImmutableImportProcessorSummary.PersistedKey) - Method in interface com.atlassian.confluence.importexport.ImmutableImportProcessorSummary
Deprecated.
Retrieves the new id of the object of the given old key.
getNewIdFor(Class, Object) - Method in class com.atlassian.confluence.importexport.DefaultImmutableImportProcessorSummary
Deprecated.
 
getNewIdFor(Class, Object) - Method in interface com.atlassian.confluence.importexport.ImmutableImportProcessorSummary
Deprecated.
Retrieves the new id of the given original id of an object of the specific class.
getNewKeyPair() - Method in interface com.atlassian.confluence.security.trust.AsymmetricKeyFactory
Generate a new pair of asymmetric cryptographic keys
getNewKeyPair() - Method in class com.atlassian.confluence.security.trust.ProviderBasedAsymmetricKeyFactory
 
getNewLabel() - Method in class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
 
getNewLicense() - Method in class com.atlassian.sal.confluence.license.SalLicenseChangedEvent
 
getNewMode() - Method in class com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingModeChangeEvent
 
getNewMode() - Method in class com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingOffEvent
 
getNewMode() - Method in class com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingOnEvent
 
getNewParameters() - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobResponse
 
getNewParentPage() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
getNewParentPage() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getNewPassword() - Method in class com.atlassian.confluence.api.model.people.PasswordChangeDetails
 
getNewPassword() - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
getNewPassword() - Method in class com.atlassian.confluence.user.actions.SetUserPasswordAction
 
getNewPasswordConfirmation() - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
getNewPasswordConfirmation() - Method in class com.atlassian.confluence.user.actions.SetUserPasswordAction
 
getNewPersistedKeys() - Method in class com.atlassian.confluence.importexport.DefaultImmutableImportProcessorSummary
Deprecated.
 
getNewPersistedKeys() - Method in interface com.atlassian.confluence.importexport.ImmutableImportProcessorSummary
Deprecated.
Retrieves all the new persisted keys.
getNewPolicy() - Method in class com.atlassian.confluence.event.events.retention.RetentionPolicyChangedEvent
 
getNewRepeatInterval() - Method in class com.atlassian.confluence.event.events.cluster.ClusterUpdateSimpleJobScheduleEvent
 
getNewSettings() - Method in class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent
 
getNewSortedChildPages() - Method in class com.atlassian.confluence.event.events.content.page.PageChildrenReorderEvent
 
getNewSpace() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getNewSpace() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
getNewSpaceKey() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getNewSpaceKey() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
getNewSpaceLabel() - Method in class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
 
getNewSpaces() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
getNewState() - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobResponse
 
getNewState() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionChangeStateAnalyticsEvent
 
getNewTeamLabel() - Method in class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
 
getNewTemplate() - Method in class com.atlassian.confluence.event.events.template.TemplateUpdateEvent
 
getNewThemeKey() - Method in class com.atlassian.confluence.themes.events.ThemeChangedEvent
Get the theme that is being changed to.
getNewTitle() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
getNewUserDefaultGroupName() - Method in class com.atlassian.confluence.user.DefaultUserAccessor
getNewUserDefaultGroupName() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getNewUserDefaultGroupName() - Method in interface com.atlassian.confluence.user.UserAccessor
getNewValue() - Method in class com.atlassian.confluence.api.model.audit.ChangedValue
Deprecated.
 
getNewValue() - Method in class com.atlassian.confluence.impl.audit.ChangedValueEntity
Deprecated.
 
getNewValue() - Method in class com.atlassian.confluence.setup.settings.FieldChange
 
getNextActiveJob() - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
getNextActiveJob() - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
getNextBatch() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkAction.Result
 
getNextBatch(int) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AllLatestVersionAttachmentIdentifier
 
getNextBatch(int) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.LatestVersionWithNameMineTypeAttachmentIdentifier
 
getNextContent(Long, String) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
getNextContentIdOffset() - Method in class com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
 
getNextCursor() - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
getNextCursor() - Method in interface com.atlassian.confluence.api.model.pagination.PageResponse
 
getNextCursor() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
getNextCursor() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse
 
getNextCursor() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
getNextDatePost() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getNextExecution() - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
getNextHiValue() - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
 
getNextIndex() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getNextJobForProcessing() - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
getNextJobForProcessing() - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
getNextMonth() - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
Get the next year/month in the form yyyy/MM
getNextPageSearch() - Method in class com.atlassian.confluence.search.v2.DefaultSearchResults
 
getNextPageSearch() - Method in interface com.atlassian.confluence.search.v2.SearchResults
 
getNextPost() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getNextPost() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getNextRunAt() - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobResponse
 
getNextRunTime() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
getNextRunTime(JobId) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
getNextRunTime(JobId) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
getNextStartIndex() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getNextStartIndex() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
Returns the next start index.
getNextStartIndex() - Method in interface bucket.core.PaginationSupport
Deprecated.
Returns the next start index.
getNextStartIndex() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
Returns the next start index.
getNextStartIndexes() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getNextStartIndexes() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
getNextStartIndexes() - Method in interface bucket.core.PaginationSupport
Deprecated.
Returns an array of start indexes for pages that appear after the current page If there are no further pages, null is returned
getNextStartIndexes() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
 
getNextStartOriginalId() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
getNextStartOriginalId() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
getNextValue() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
getNextValue() - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
getNextVersion() - Method in class com.atlassian.confluence.legacyapi.model.content.HistorySummary
Deprecated.
 
getNextVersion(ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Deprecated.
since 7.5.0, use ContentService.find(Expansion...) for plugins, or use ContentEntityManagerInternal in core where applicable
getNextVersion(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getNextVersionRef() - Method in class com.atlassian.confluence.api.model.content.History
Get the next version, if this is not the newest version.
getNiceDraftSaveInterval() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
getNiceEndIndex() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getNiceEndIndex() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
getNiceEndIndex() - Method in interface bucket.core.PaginationSupport
Deprecated.
Returns an end index for use in the UI.
getNiceEndIndex() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
 
getNiceFileSize() - Method in class com.atlassian.confluence.pages.Attachment
 
getNiceFileSize() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getNiceFileSize() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getNiceFileSize() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Human readable representation of the filesize such as 16k
getNiceFileSize() - Method in interface com.atlassian.confluence.search.v2.SearchableAttachment
 
getNiceName() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getNiceName() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getNiceRssType() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getNiceStartIndex() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getNiceStartIndex() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
getNiceStartIndex() - Method in interface bucket.core.PaginationSupport
Deprecated.
Returns a start index for use in the UI.
getNiceStartIndex() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
 
getNiceType() - Method in class com.atlassian.confluence.pages.Attachment
 
getNiceType() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getNiceType() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getNiceType() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
A nice type representation of the mime type such as "image" or "pdf"
getNiceType() - Method in interface com.atlassian.confluence.search.v2.SearchableAttachment
 
getNoContentMessage() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AbstractTab
 
getNoContentMessage() - Method in interface com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.RecentlyUpdatedMacroTab
 
getNode() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction.NodeConfigDTO
 
getNode() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPaginationEdge
 
getNodeId() - Method in class com.atlassian.confluence.api.model.system.NodeStatus
 
getNodeId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexRequestEvent
 
getNodeId() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
getNodeId() - Method in class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterNode
 
getNodeId() - Method in class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterService
 
getNodeId() - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
getNodeId() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotRestorationFailedEvent
 
getNodeId() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotRestorationSkippedEvent
 
getNodeId() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotRestoredSuccessfullyEvent
 
getNodeId() - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceFailureNodeAnalyticsEvent
 
getNodeId() - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceSuccessNodeAnalyticsEvent
 
getNodeId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteNodeStatus
 
getNodeName() - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
getNodeName() - Method in class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterNode
 
getNodeName() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsConfiguration
 
getNodeName() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getNodeNameHash() - Method in class com.atlassian.confluence.impl.threadlimiter.ThreadLimiterStatisticsEvent
 
getNodes() - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastClusterMonitoring
 
getNodes() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterMonitoring
 
getNodes() - Method in class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterInformation
 
getNodes() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
getNodesConfigs() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
getNodesCount() - Method in class com.atlassian.confluence.cluster.safety.ClusterPanicAnalyticsEvent
Get number of cluster nodes up and running at the time when panic happens
getNodesJmxMonitoringConfigs() - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
getNodeStatus(String) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getNodeStatuses() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getNodeStatusMap() - Method in interface com.atlassian.confluence.cluster.ClusterManager
Gets status information from all members of the cluster.
getNodeStatusMap() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
getNodeStatusMap() - Method in class com.atlassian.testsupport.NonClusterManager
 
getNodesZduInfo() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusteredZduManager
 
getNodesZduInfo() - Method in interface com.atlassian.confluence.cluster.ZduManager
Gets zdu information from all nodes in the cluster.
getNodesZduInfo() - Method in class com.atlassian.confluence.impl.cluster.DefaultZduManager
 
getNonCauseUnderlying(Throwable) - Static method in class com.atlassian.confluence.impl.logging.ConfluenceStackTraceRenderer
Find the first underlying exception of t which you *can't* get by simply calling getCause() n times.
getNonExistentLabels() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroParams
 
getNonPermittedSpacesCount() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.SpaceKeysWithStatusesAnalyticsEvent
 
getNonPermittedSpacesDurationMs() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.SpaceKeysWithStatusesAnalyticsEvent
 
getNonResumableDraftsBySpace() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
getNoPageEditPermissionRedirectUrl() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
getNoSpaceEditPermissionRedirectUrl() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
getNotationHelp() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0. No replacement
getNotEmptyDependencies(ImportedObjectV2, Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.PersisterHelper
 
getNotification() - Method in class com.atlassian.confluence.event.events.content.mail.notification.NotificationEvent
 
getNotificationById(long) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationById(long) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getNotificationByUserAndContent(User, ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationByUserAndContent(User, ContentEntityObject) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getNotificationByUserAndSpace(User, Space) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationByUserAndSpace(User, Space) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
Return a notification if the user is watching the entire space.
getNotificationByUserAndSpace(User, String) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationByUserAndSpace(User, String) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
Return a notification if the user is watching the entire space with the given spaceKey.
getNotificationByUserAndSpaceAndType(User, Space, ContentTypeEnum) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationByUserAndSpaceAndType(User, Space, ContentTypeEnum) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getNotificationDataForEvent(T, ConfluenceEntityObject) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
getNotificationEmails() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
getNotificationKey() - Method in class com.atlassian.confluence.plugins.like.notifications.SimpleLikePayload
 
getNotificationManager() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getNotificationManager() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getNotificationManager() - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 5.8 do not use. Implementation detail mistakenly added to manager interface.
getNotifications(LikeEvent) - Method in class com.atlassian.confluence.plugins.like.notifications.DefaultLikeNotificationManager
 
getNotifications(LikeEvent) - Method in interface com.atlassian.confluence.plugins.like.notifications.LikeNotificationManager
getNotifications(LikePayload) - Method in class com.atlassian.confluence.plugins.like.notifications.DefaultLikeNotificationManager
 
getNotifications(LikePayload) - Method in interface com.atlassian.confluence.plugins.like.notifications.LikeNotificationManager
Get a list of like notifications for a provided like event payload
getNotificationsByContent(ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationsByContent(ContentEntityObject) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getNotificationsByContents(List<ContentEntityObject>) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationsByContents(List<ContentEntityObject>) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getNotificationsByLabel(Label) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationsByLabel(Label) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getNotificationsBySpaceAndType(Space, ContentTypeEnum) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationsBySpaceAndType(Space, ContentTypeEnum) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getNotificationsBySpacesAndType(List<Space>, ContentTypeEnum) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationsBySpacesAndType(List<Space>, ContentTypeEnum) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getNotificationsByUser(User) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getNotificationsByUser(User) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getNotifyWatchers() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
getNotInExpressionBuilderCustomLimit(String, String, List<String>, int) - Static method in class com.atlassian.confluence.impl.hibernate.query.InExpressionBuilder
 
getNotInExpressionBuilderDefaultLimit(String, String, List<String>, Dialect) - Static method in class com.atlassian.confluence.impl.hibernate.query.InExpressionBuilder
 
getNotInExpressionBuilderDefaultLimit(String, String, Dialect) - Static method in class com.atlassian.confluence.impl.hibernate.query.InExpressionBuilder
 
getNullColumnString() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
getNullValue() - Method in class com.atlassian.confluence.rest.serialization.jackson2.OptionalDeserializer
 
getNullValue() - Method in class com.atlassian.confluence.rest.serialization.jackson2.OptionDeserializer
Deprecated.
 
getNumActive() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpConnectionPoolMetric
 
getNumber() - Method in class com.atlassian.confluence.api.model.audit.RetentionPeriod
Deprecated.
 
getNumber() - Method in class com.atlassian.confluence.api.model.content.Version
 
getNumberBusyOfThreadsPerMacro() - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.MacroViewAnalyticsStorage
 
getNumberOfActiveUsers(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getNumberOfActiveUsers(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns the number of active users, i.e.
getNumberOfActiveUsers(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getNumberOfAttachments() - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getNumberOfAttachments() - Method in class com.atlassian.confluence.themes.PageHelper
 
getNumberOfAttachmentsAsString() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getNumberOfAttachmentsAsString() - Method in class com.atlassian.confluence.themes.PageHelper
 
getNumberOfBlogPosts(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getNumberOfBlogPosts(Space) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getNumberOfBlogPosts(Space) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Fast way to count blog posts in a space without loading them.
getNumberOfBlogPosts(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getNumberOfBlogPosts(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Get the number of blog posts in a space.
getNumberOfBusyThreads() - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.SearchRequestsAnalyticsStorage
 
getNumberOfCategories() - Method in class com.atlassian.confluence.search.contentnames.ResultTemplate
Returns the number of categories defined in this configuration.
getNumberOfChanges() - Method in class com.atlassian.confluence.util.PageChangesBean
 
getNumberOfComments() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getNumberOfComments() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getNumberOfContent() - Method in class com.atlassian.confluence.event.events.space.SpaceTrashPurgeAllContentEvent
 
getNumberOfElementsOnTheHeap() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsEvent
 
getNumberOfEvents() - Method in class com.atlassian.confluence.api.model.SynchronyRowsCount
 
getNumberOfFailures() - Method in class com.atlassian.confluence.event.events.backgroundjob.BackgroundJobFailedEvent
 
getNumberOfFailures() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getNumberOfFailures() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getNumberOfIndexTasksInQueue(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getNumberOfIndexTasksInQueue(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns the size of the index queue.
getNumberOfIndexTasksInQueue(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getNumberOfInstruments() - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
we still allow to create instrument when disable but won't report any instrument out side
getNumberOfItemsInTrash(Space) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
getNumberOfItemsInTrash(Space) - Method in interface com.atlassian.confluence.pages.TrashManager
Retrieve the total number of items in the trash for a given space.
getNumberOfLabels() - Method in class com.atlassian.confluence.themes.PageHelper
 
getNumberOfLabelsAsString() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getNumberOfLabelsAsString() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
getNumberOfLabelsAsString() - Method in class com.atlassian.confluence.themes.PageHelper
 
getNumberOfLicensedUsers() - Method in interface com.atlassian.confluence.util.LicenseCalculator
Returns the number of users in the Confluence instance
getNumberOfLicensedUsers() - Method in class com.atlassian.confluence.util.ReadOnlyLicenseCalculator
 
getNumberOfLikes() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getNumberOfLikes() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getNumberOfObjects() - Method in class com.atlassian.confluence.event.events.space.SpaceDeletionIterationCompletedEvent
 
getNumberOfObjects() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
getNumberOfRecentlyChangedSpaces() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpaceIdsAnalyticsEvent
 
getNumberOfRegisteredUsers() - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
getNumberOfRegisteredUsers() - Method in class com.atlassian.confluence.util.DefaultUserChecker
Returns cached value of the number of registered users.
getNumberOfRegisteredUsers() - Method in interface com.atlassian.confluence.util.UserChecker
 
getNumberOfRegisteredUsers(Supplier<Integer>) - Method in class com.atlassian.confluence.impl.user.RegisteredUsersCache
 
getNumberOfRequestsInLastTenSeconds() - Method in class com.atlassian.confluence.jmx.RequestMetrics
 
getNumberOfResults() - Method in class com.atlassian.confluence.event.events.search.SearchPerformedEvent
 
getNumberOfRetrievedObjects() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStash
 
getNumberOfRetrievedObjects() - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashImpl
 
getNumberOfRetrievedObjects() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsReader
 
getNumberOfRetrievedObjects() - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsReaderImpl
 
getNumberOfSids() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent
 
getNumberOfSids() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpaceIdsAnalyticsEvent
 
getNumberOfSids() - Method in exception com.atlassian.confluence.security.denormalisedpermissions.impl.TooManySidsException
 
getNumberOfSnapshots() - Method in class com.atlassian.confluence.api.model.SynchronyRowsCount
 
getNumberOfThreads() - Static method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultSiteMigrator
 
getNumberOfUsers() - Method in class com.atlassian.sal.confluence.license.SingleProductDetailsViewImpl
 
getNumberOfWrittenObjects() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStash
 
getNumberOfWrittenObjects() - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashImpl
 
getNumberOfWrittenObjects() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriter
 
getNumberOfWrittenObjects() - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriterImpl
 
getNumCores() - Method in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
Get number of cores nominated to perform migration
getNumCores() - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
 
getNumDocs() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Returns the number of documents in the index.
getNumDocs() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
getNumDuplicates() - Method in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
Get number of attachments stored in multiple locations
getNumDuplicates() - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
 
getNumEntriesProcessed() - Method in class com.atlassian.confluence.impl.hibernate.bulk.RecursiveHibernateBulkAction
 
getNumFailedToMigrate() - Method in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
Get number of stored files that are not attachments
getNumFailedToMigrate() - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
 
getNumIdle() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpConnectionPoolMetric
 
getNumMax() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpConnectionPoolMetric
 
getNumOfGroupEntries() - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
getNumOfGroupEntries() - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Returns the number of group entries that are to be added.
getNumOfUserEntries() - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
getNumOfUserEntries() - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Returns the number of user entries that are to be added.
getNumReferences() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
getNumResultsRendered() - Method in class com.atlassian.confluence.rss.FeedTimeoutEvent
 
getNumResultsToRender() - Method in class com.atlassian.confluence.rss.FeedTimeoutEvent
 
getNumSearchResults() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction
 
getNumSpaces() - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceSuccessAnalyticsEvent
 
getNumTerms() - Method in class com.atlassian.confluence.search.v2.summary.Excerpt
 
getoAuth2Service() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
getOAuth2Service() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getObject() - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfigurableMappingResources
Deprecated.
 
getObject() - Method in class com.atlassian.confluence.impl.bandana.MeteredBandanaPersisterFactoryBean
 
getObject() - Method in class com.atlassian.confluence.impl.security.SpacePermissionManagerFactory
Deprecated.
 
getObject() - Method in class com.atlassian.confluence.impl.user.crowd.CachedOption
 
getObject() - Method in class com.atlassian.confluence.impl.vcache.VCacheFactoryBean
 
getObject() - Method in class com.atlassian.confluence.license.LicenseManagerFactoryBean
 
getObject() - Method in class com.atlassian.confluence.plugin.BundledPluginLoaderFactory
 
getObject() - Method in class com.atlassian.confluence.plugin.DirectoryScanningPluginFactory
 
getObject() - Method in class com.atlassian.confluence.plugin.RosterFilePluginLoaderFactory
 
getObject() - Method in class com.atlassian.confluence.plugin.spring.LegacyDynamicPluginFactoryBeanFactory
Deprecated.
 
getObject() - Method in class com.atlassian.confluence.plugin.spring.OsgiPersistentCacheFactory
Deprecated.
 
getObject() - Method in class com.atlassian.confluence.servlet.download.SettingsConfiguredDownloadPolicyProvider
 
getObject() - Method in class com.atlassian.confluence.spring.ObjectHolder
Deprecated.
 
getObject(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getObject(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getObjectMapper() - Method in class com.atlassian.confluence.util.ObjectMapperProvider
Creates an ObjectMapper instance with constraints.
getObjectName() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getObjectProperties() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.DbRawObjectData
 
getObjectProperty(String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.DbRawObjectData
 
getObjectsCount() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
getObjectsExcludedFromExport() - Method in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
Gets a list of actual objects (not handles) to exclude from export.
getObjectsExcludedFromExport() - Method in class com.atlassian.confluence.importexport.impl.XmlExporter
Deprecated.
 
getObjectsProcessed() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreFinishJobAnalyticsEvent
Get number of objects processed while running job
getObjectType() - Method in class com.atlassian.confluence.api.model.audit.AffectedObject
Deprecated.
 
getObjectType() - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfigurableMappingResources
Deprecated.
 
getObjectType() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getObjectType() - Method in class com.atlassian.confluence.impl.bandana.MeteredBandanaPersisterFactoryBean
 
getObjectType() - Method in class com.atlassian.confluence.impl.security.SpacePermissionManagerFactory
Deprecated.
 
getObjectType() - Method in class com.atlassian.confluence.impl.vcache.VCacheFactoryBean
 
getObjectType() - Method in class com.atlassian.confluence.license.LicenseManagerFactoryBean
 
getObjectType() - Method in class com.atlassian.confluence.plugin.BundledPluginLoaderFactory
 
getObjectType() - Method in class com.atlassian.confluence.plugin.DirectoryScanningPluginFactory
 
getObjectType() - Method in class com.atlassian.confluence.plugin.RosterFilePluginLoaderFactory
 
getObjectType() - Method in class com.atlassian.confluence.plugin.spring.LegacyDynamicPluginFactoryBeanFactory
Deprecated.
 
getObjectType() - Method in class com.atlassian.confluence.plugin.spring.OsgiPersistentCacheFactory
Deprecated.
 
getObjectType() - Method in class com.atlassian.confluence.servlet.download.SettingsConfiguredDownloadPolicyProvider
 
getObjectType() - Method in class com.atlassian.confluence.spring.ObjectHolder
Deprecated.
 
getObjectType(long) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getObjectType(long) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getObsoleteArchivedJobs(Instant, int) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
Returns all non-active records that haven't been touched since "date".
getOEmbed(String) - Method in class com.atlassian.confluence.extra.paste.rest.CloudAppEmbedResource
 
getOffset() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummaries
 
getOffset() - Method in class com.atlassian.confluence.search.v2.score.DecayParameters
 
getOffset() - Method in class com.atlassian.confluence.web.rangerequest.RangeRequest
 
getOld() - Method in class com.atlassian.confluence.content.event.PluginContentUpdatedEvent
 
getOld() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentUpdateEvent
 
getOld() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
 
getOld() - Method in class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
 
getOld() - Method in interface com.atlassian.confluence.event.events.types.ConfluenceEntityUpdated
 
getOldColourSchemeType() - Method in class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent
 
getOldContent() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
Deprecated.
since 5.3 (but really did nothing for a long time before then)
getOldContent() - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
getOldDecorator() - Method in class com.atlassian.confluence.themes.events.DecoratorChangedEvent
 
getOldDomainName() - Method in class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent
 
getOldestSpaceImportAllowed() - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
getOldestSpaceImportAllowed() - Method in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
The oldest build number a space can be imported from.
getOldestSpaceImportAllowed() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getOldestSpaceImportAllowed() - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
Calculates the oldest build number from which a space can be imported.
getOldestSpaceImportAllowed(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getOldestSpaceImportAllowed(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns the backwards-compatibility of a space import
getOldestSpaceImportAllowed(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getOldLicense() - Method in class com.atlassian.confluence.event.events.admin.LicenceUpdatedEvent
Deprecated.
since 7.5.0
getOldParentPage() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
getOldPassword() - Method in class com.atlassian.confluence.api.model.people.PasswordChangeDetails
 
getOldPolicy() - Method in class com.atlassian.confluence.event.events.retention.RetentionPolicyChangedEvent
 
getOldPosition() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
Returns the position in the sibling page list the source page was in previously.
getOldSearchString() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
getOldSettings() - Method in class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent
 
getOldSortedChildPages() - Method in class com.atlassian.confluence.event.events.content.page.PageChildrenReorderEvent
 
getOldSpace() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveCompletedEvent
 
getOldSpace() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
getOldStartIndex() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
getOldTemplate() - Method in class com.atlassian.confluence.event.events.template.TemplateUpdateEvent
 
getOldThemeKey() - Method in class com.atlassian.confluence.themes.events.ThemeChangedEvent
Get the theme that is being changed from.
getOldUserKey() - Method in class com.atlassian.confluence.event.events.user.PostUserRenamedEvent
 
getOldUsername() - Method in class com.atlassian.confluence.event.events.user.DirectoryUserRenamedEvent
 
getOldUsername() - Method in class com.atlassian.confluence.event.events.user.PostUserRenamedEvent
 
getOldValue() - Method in class com.atlassian.confluence.api.model.audit.ChangedValue
Deprecated.
 
getOldValue() - Method in class com.atlassian.confluence.impl.audit.ChangedValueEntity
Deprecated.
 
getOldValue() - Method in class com.atlassian.confluence.setup.settings.FieldChange
 
getOnOff(boolean) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
getOnPopupSubmit() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
getOnPopupSubmit() - Method in class com.atlassian.confluence.user.actions.UserPickerAction
 
getOpenCount() - Method in class com.atlassian.confluence.internal.diagnostics.LowFileDescriptorCountAnalyticsEvent
 
getOpenedNodes() - Method in class com.atlassian.confluence.pages.actions.DirectoryViewListPagesAction
 
getOpenId() - Method in class com.atlassian.confluence.pages.actions.DirectoryViewListPagesAction
 
getOpenSearchInfo() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getOpenSearchInfo() - Method in interface com.atlassian.confluence.status.service.systeminfo.SearchInfo
 
getOpenSearchSpaceLimit() - Method in class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchConfluenceSpaceLimitHealthStatus
 
getOperataion() - Method in interface com.atlassian.confluence.core.BatchOperation
 
getOperatingSystem() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getOperatingSystemArchitecture() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getOperatingSystemName() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getOperatingSystemVersion() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getOperation() - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction
 
getOperation() - Method in class com.atlassian.confluence.api.model.permissions.GlobalPermission
 
getOperation() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
getOperation() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
 
getOperation() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement.GlobalPermissionManagementIncSyncModel
 
getOperation() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
 
getOperation() - Method in class com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.OperationRestriction
 
getOperation(OperationKey) - Method in class com.atlassian.confluence.api.impl.service.permissions.delegates.CommentOperationDelegate
 
getOperation(OperationKey) - Method in interface com.atlassian.confluence.api.model.permissions.spi.OperationDelegate
Get the OperationCheck which can answer questions about a particular operation.
getOperationKey() - Method in interface com.atlassian.confluence.api.model.permissions.Operation
 
getOperationKey() - Method in class com.atlassian.confluence.api.model.permissions.OperationCheckResult
 
getOperationKey() - Method in class com.atlassian.confluence.api.model.permissions.OperationDescription
 
getOperationKey() - Method in class com.atlassian.confluence.api.model.permissions.OperationKey
 
getOperationKey() - Method in class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
 
getOperationKey() - Method in interface com.atlassian.confluence.api.model.permissions.spi.OperationCheck
 
getOperationKey() - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestData
 
getOperations() - Method in class com.atlassian.confluence.api.model.content.Content
 
getOperations() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionsForSubject
 
getOperations() - Method in class com.atlassian.confluence.importexport.xmlimport.OperationSet
Deprecated.
 
getOperator() - Method in class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
 
getOperator() - Method in class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
getOperator() - Method in class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
getOperator() - Method in class com.atlassian.confluence.search.v2.query.TextSearchQuery
 
getOperator() - Method in class com.atlassian.confluence.search.v2.query.WildcardTextFieldQuery
 
getOperator() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getOperators() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getOption() - Method in class com.atlassian.confluence.event.events.admin.ReindexStageFinishedEvent
 
getOption() - Method in class com.atlassian.confluence.event.events.admin.ReindexStageStartedEvent
 
getOptionalParent() - Method in class com.atlassian.confluence.api.model.content.Content
 
getOptions() - Method in class com.atlassian.confluence.event.events.admin.ReindexFinishedEvent
 
getOptions() - Method in class com.atlassian.confluence.event.events.admin.ReIndexRequestEvent
 
getOptions() - Method in class com.atlassian.confluence.event.events.admin.ReindexStartedEvent
 
getOptions() - Method in class com.atlassian.confluence.impl.system.task.ReIndexMaintenanceTask
 
getOptions() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
getOptions() - Method in class com.atlassian.confluence.pages.templates.variables.ListVariable
 
getOr(Supplier<? extends T>) - Method in class com.atlassian.confluence.core.None
 
getOrCompute(K, Supplier<V>) - Method in class com.atlassian.confluence.cache.ThreadLocalCacheAccessor
Retrieve a value from the threadlocal cache or from the given supplier.
getOrCreate(String, String, String) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
Deprecated.
getOrCreate(String, String, String) - Method in interface com.atlassian.confluence.pages.DraftManager
Deprecated.
since 5.7. No replacement.
getOrCreatePersonalInformation(User) - Method in class com.atlassian.confluence.impl.content.DefaultPersonalInformationManager
This operation needs to be atomic to avoid a race condition with duplicate PersonalInformation objects being created (CONF-10234)
getOrCreatePersonalInformation(User) - Method in interface com.atlassian.confluence.user.PersonalInformationManager
Retrieve the personal information for a user.
getOrder() - Method in class com.atlassian.confluence.core.PointcutClassLoaderProcessor
 
getOrder() - Method in interface com.atlassian.confluence.search.v2.SearchSort
Returns the order (whether SearchSort.Order.ASCENDING or SearchSort.Order.DESCENDING) of the sort.
getOrder() - Method in class com.atlassian.confluence.search.v2.sort.AbstractSort
 
getOrder() - Method in class com.atlassian.confluence.search.v2.sort.FieldSort
 
getOrder() - Method in class com.atlassian.confluence.search.v2.sort.LowercaseFieldSort
 
getOrder() - Method in class com.atlassian.confluence.search.v2.sort.MultiSearchSort
 
getOrder() - Method in class com.atlassian.confluence.search.v2.sort.UserAttributeSort
Deprecated.
 
getOrderedXhtmlContentFromContentId(long, int) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
This is for internal use only, Do not rely on it as a public API.
getOrderedXhtmlContentFromContentId(long, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getOrderedXhtmlContentFromContentId(long, long, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getOrderedXhtmlContentFromContentId(long, long, int) - Method in interface com.atlassian.confluence.pages.PageManager
Gets the latest versions of AbstractPages between the given IDs limited by the specified number of rows.
getOrderedXhtmlContentFromContentId(long, long, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.AbstractPageDao
Gets the latest versions of AbstractPages between the given IDs limited by the specified number of rows.
getOrderedXhtmlContentFromContentId(long, long, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
getOrElse(B) - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
getOrElse(B) - Method in class com.atlassian.confluence.core.None
 
getOrElse(Supplier<? extends T>) - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
getOrElse(Supplier<? extends T>) - Method in class com.atlassian.confluence.core.None
 
getOrError(Supplier<String>) - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
getOrError(Supplier<String>) - Method in class com.atlassian.confluence.core.None
 
getOrganisation() - Method in class com.atlassian.confluence.license.rest.resource.LicenseResource
Return the organisation name of this Confluence
getOrganisationName() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
getOrigin() - Method in class com.atlassian.confluence.event.events.content.page.PageCopyEvent
 
getOrigin() - Method in class com.atlassian.confluence.search.v2.score.DecayParameters
 
getOriginalBlogPost() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
 
getOriginalBuildNumber() - Method in class com.atlassian.confluence.internal.ZduStatusEntity
 
getOriginalClusterVersion() - Method in class com.atlassian.confluence.cluster.ZduStatus
If we are not in upgrade mode this will be empty()
getOriginalClusterVersion() - Method in class com.atlassian.confluence.internal.ZduStatusEntity
 
getOriginalComment() - Method in class com.atlassian.confluence.event.events.content.comment.CommentUpdateEvent
 
getOriginalContext() - Method in class com.atlassian.confluence.renderer.PageContext
 
getOriginalFile() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
 
getOriginalFileName() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
 
getOriginalHeight() - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
Get the height of the attachment before thumbnailing
getOriginalId() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEditedEvent
Deprecated.
 
getOriginalId() - Method in interface com.atlassian.confluence.event.events.content.page.async.types.ConfluenceEntityUpdated
 
getOriginalId() - Method in exception com.atlassian.confluence.impl.retention.exception.VersionRemovalException
 
getOriginalId() - Method in class com.atlassian.confluence.impl.retention.fast.rules.SimpleHistoricalVersion
 
getOriginalId() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion
 
getOriginalId() - Method in class com.atlassian.confluence.impl.retention.rules.HistoricalVersion
 
getOriginalId() - Method in class com.atlassian.confluence.pages.actions.DiffPagesAction
 
getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey) - Method in class com.atlassian.confluence.importexport.DefaultImmutableImportProcessorSummary
Deprecated.
 
getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey) - Method in interface com.atlassian.confluence.importexport.ImmutableImportProcessorSummary
Deprecated.
Retrieves the old id of the object of the given new key.
getOriginalIdFor(Class, Object) - Method in class com.atlassian.confluence.importexport.DefaultImmutableImportProcessorSummary
Deprecated.
 
getOriginalIdFor(Class, Object) - Method in interface com.atlassian.confluence.importexport.ImmutableImportProcessorSummary
Deprecated.
Retrieves the original id of the given new id of an object of the specific class.
getOriginalLinkText() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.WikiLinkBasedResourceIdentifier
 
getOriginalName() - Method in class com.atlassian.confluence.admin.actions.macros.UpdateUserMacroAction
 
getOriginalPage() - Method in class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
 
getOriginalPage() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
getOriginalPage() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
Deprecated.
since 5.3. This hasn't been used for a long time.
getOriginalPage() - Method in class com.atlassian.confluence.pages.actions.DiffPagesAction
 
getOriginalPage() - Method in class com.atlassian.confluence.pages.actions.DiffPagesByVersionAction
 
getOriginalPage() - Method in class com.atlassian.confluence.pages.actions.ViewChangesSinceLastEditAction
 
getOriginalPage() - Method in class com.atlassian.confluence.pages.actions.ViewChangesSinceLastLoginAction
 
getOriginalParentPageId() - Method in class com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
Deprecated.
 
getOriginalPath(HttpServletRequest) - Static method in class com.atlassian.confluence.util.GeneralUtil
Get the original request path, i.e.
getOriginalPersistedKeys() - Method in class com.atlassian.confluence.importexport.DefaultImmutableImportProcessorSummary
Deprecated.
 
getOriginalPersistedKeys() - Method in interface com.atlassian.confluence.importexport.ImmutableImportProcessorSummary
Deprecated.
Retrieves all the original persisted keys.
getOriginalPersonalInformation() - Method in class com.atlassian.confluence.event.events.content.user.PersonalInformationUpdateEvent
 
getOriginalPropertyValueMap() - Method in class com.atlassian.confluence.plugin.descriptor.restore.ImportedObjectModel
 
getOriginalRecordId() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredUpdateRecordAction
 
getOriginalReferrer() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getOriginalServerName() - Method in class com.atlassian.confluence.event.events.admin.MailServerEditEvent
 
getOriginalSpace() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostMovedEvent
 
getOriginalSpace() - Method in class com.atlassian.confluence.event.events.space.SpaceUpdateEvent
 
getOriginalSpaceKey() - Method in class com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
Deprecated.
 
getOriginalUrl(HttpServletRequest) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
getOriginalURL(HttpServletRequest) - Static method in class com.atlassian.confluence.util.SeraphUtils
 
getOriginalUserKeys() - Method in class com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter.RewriteResult
 
getOriginalVersion() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEditedEvent
Deprecated.
 
getOriginalVersion() - Method in interface com.atlassian.confluence.event.events.content.page.async.types.ConfluenceEntityUpdated
 
getOriginalVersion() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.AttachmentInfo
 
getOriginalVersion() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
getOriginalVersionId() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getOriginalVersionId() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getOriginalVersionId() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getOriginalVersionPage() - Method in class com.atlassian.confluence.pages.AbstractPage
if this page is a historical version, then this method returns the current/latest version of this page if this page is the latest version, then this returns null this method name should really be refactored to getCurrentVersionOfPage()
getOriginalVersionPageTemplate() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getOriginalVersions(ContentType, long, int) - Method in class com.atlassian.confluence.impl.retention.fast.dao.DefaultFastContentRetentionDao
 
getOriginalVersions(ContentType, long, int) - Method in interface com.atlassian.confluence.impl.retention.fast.dao.FastContentRetentionDao
Get a list of original contents whose content id greater or equal to .
getOriginalVersions(ContentType, long, long, int) - Method in class com.atlassian.confluence.impl.retention.fast.dao.DefaultFastContentRetentionDao
 
getOriginalVersions(ContentType, long, long, int) - Method in interface com.atlassian.confluence.impl.retention.fast.dao.FastContentRetentionDao
Get a list of original contents in target space whose content id greater or equal to .
getOriginalWidth() - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
Get the width of the attachment before thumbnailing
getOriginAsString() - Method in class com.atlassian.confluence.search.v2.score.DecayParameters
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentTrashedEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRemoveEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRestoreEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentVersionRemoveEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostMovedEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostTrashedEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.content.comment.CommentRemoveEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.content.page.PageTrashedEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.follow.FollowEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.like.AbstractLikeEvent
 
getOriginatingUser() - Method in class com.atlassian.confluence.event.events.like.AsyncLikeEvent
 
getOriginatingUser() - Method in interface com.atlassian.confluence.event.events.types.UserDriven
Return the user that generated the event if known.
getOriginatingUserKey() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEvent
Deprecated.
 
getOriginatingUserKey() - Method in interface com.atlassian.confluence.event.events.content.page.async.types.UserDriven
 
getOriginatorUserKey() - Method in class com.atlassian.confluence.plugins.like.notifications.SimpleLikePayload
 
getOrignalContentId() - Method in class com.atlassian.confluence.core.LastEditVersion
 
getOrNull() - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
getOrNull() - Method in class com.atlassian.confluence.core.None
 
getOrphanedPages(String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getOrphanedPages(String) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.0.0 , no replacement This should be removed as the result of this ticket https://jira.atlassian.com/browse/CONFSRVDEV-10111
getOrphanedPages(String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getOrphanedPages(String) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
since 7.0.0, no replacement

This should be removed as the result of this ticket https://jira.atlassian.com/browse/CONFSRVDEV-10111

getOrphanSpacesInFastPermissions(SpacePermissionType, int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
Returns the list of space id that do not exist in the DB anymore but fast space permissions still have references to them.
getOrThrow(Supplier<X>) - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
getOrThrow(Supplier<X>) - Method in class com.atlassian.confluence.core.None
 
getOs_destination() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
getOs_username() - Method in class com.atlassian.confluence.user.actions.LoginAction
 
getOtherClusterMembers() - Method in interface com.atlassian.confluence.impl.cluster.event.TopicEventCluster
 
getOtherClusterMembers() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.event.HazelcastTopicEventCluster
 
getOtherLabels(Labelable) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
Returns the first nine global labels on the given content that are not this.label.
getOtherNodes() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
getOtherProductLicenses() - Method in exception com.atlassian.confluence.license.exception.MissingConfluenceLicenseValidationException
 
getOtherVersion(ContentEntityObject, int) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Deprecated.
since 7.5.0, use ContentService.find(Expansion...) for plugins, or use ContentEntityManagerInternal in core where applicable
getOtherVersion(ContentEntityObject, int) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getOutcome() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
getOutgoingLinks() - Method in class com.atlassian.confluence.core.ContentEntityObject
An outgoing link is a link on this page to another confluence page.
It could also link to a website URL
These links are contained in the page content
They are refreshed each time the page is updated (LinkManager.updateOutgoingLinks())
getOutgoingLinks() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
Deprecated.
getOutgoingLinks() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getOutgoingLinks() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getOutgoingLinksBySpace() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
getOutputDeviceType() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Note, that if you want your code to be compatible with versions of Confluence older then 4.3.2 then you can instead call ConversionContext.getPropertyAsString(String) with the parameter "output-device-type".
getOutputDeviceType() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getOutputDeviceType() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getOutputDeviceType() - Method in class com.atlassian.confluence.macro.count.MacroCountEvent
 
getOutputDeviceType() - Method in class com.atlassian.confluence.renderer.PageContext
Note, that if you want your code to be compatible with versions of Confluence older then 4.3.3 then you can instead call RenderContext.getParam(Object) with the parameter "output-device-type".
getOutputFile() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriter
 
getOutputFile() - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
 
getOutputMimeType() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
getOutputMimeType() - Method in interface com.atlassian.confluence.velocity.context.OutputMimeTypeAwareContext
 
getOutputMimeType() - Method in class com.atlassian.confluence.velocity.context.OutputMimeTypeAwareVelocityContext
 
getOutputStream() - Method in class com.atlassian.confluence.core.InputStreamDataSource
 
getOutputStream() - Method in class com.atlassian.confluence.mail.embed.MimeBodyPartDataSource
 
getOutputType() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
 
getOutputType() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getOutputType() - Method in class com.atlassian.confluence.macro.count.MacroCountEvent
 
getOutputType() - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
getOutputType() - Method in class com.atlassian.confluence.macro.LazyLoadingMacroWrapper
 
getOutputType() - Method in interface com.atlassian.confluence.macro.Macro
 
getOutputType() - Method in class com.atlassian.confluence.macro.NoOpMacro
 
getOutputType() - Method in class com.atlassian.confluence.macro.V2CompatibilityMacro
 
getOutputType() - Method in class com.atlassian.confluence.macro.wiki.UnmigratedBlockWikiMarkupMacro
 
getOutputType() - Method in class com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
 
getOutputType() - Method in class com.atlassian.confluence.plugins.macros.core.LoremIpsumMacro
 
getOutputType() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
Deprecated.
since 4.0. There will be only one output type of HTML beyond 4.0.
getOutputTypes() - Method in class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction
Creating a new macro only support one template type; HTML.
getOutputTypes() - Method in class com.atlassian.confluence.admin.actions.macros.UpdateUserMacroAction
Populates the output type select box if the macro being edited is a legacy one with a wiki markup template.
getOverall() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
getOverridePath(String, String, String, String) - Method in interface com.atlassian.confluence.themes.VelocityResultOverride
 
getOverwrite() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
getOwnedEntries() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheCompactor.CacheCompactionEvent
 
getOwnedString() - Method in class com.atlassian.confluence.xss.StaticRenderingAction
 
getOwnedString() - Method in class com.atlassian.confluence.xss.VelocityResultAction
 
getOwner() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getOwner() - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter
 
getOwner() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getOwner() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter
 
getOwner() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getOwner() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getOwner() - Method in class com.atlassian.confluence.labels.Label
Deprecated.
since 5.2. See Label.getOwnerUser() instead.
getOwner() - Method in class com.atlassian.confluence.labels.ParsedLabelName
The name of the labels owner, or null if this label does not have an owner.
getOwner() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntity
 
getOwner() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
getOwnerId() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Id of the owner of this attachment.
getOwnerTitle() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getOwnerTitle() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getOwnerTitle() - Method in interface com.atlassian.confluence.search.v2.SearchResult
If this result represents an attachment then this field will return the title of the page or blog post the attachment is attached to.
getOwnerType() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getOwnerType() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getOwnerType() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getOwnerType() - Method in interface com.atlassian.confluence.search.v2.SearchResult
If this result represents an attachment then this field will return the type of the container, a page or blogpost.
getOwnerUser() - Method in class com.atlassian.confluence.labels.Label
 
getOwningContent() - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
getOwningModule() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
getOwningPlugin() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
getOwningSet() - Method in class com.atlassian.confluence.security.ContentPermission
 
getOwningUser() - Method in class com.atlassian.confluence.labels.Labelling
 
getPackageName() - Method in class com.atlassian.confluence.importexport.xmlimport.model.EnumProperty
Deprecated.
 
getPackageName() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
Deprecated.
 
getPackageName() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ReferenceProperty
Deprecated.
 
getPackageNames(JarSet) - Method in class com.atlassian.confluence.util.classpath.ClasspathJarDuplicateClassFinder
 
getPackageNames(JarSet) - Method in class com.atlassian.confluence.util.classpath.ClasspathJarSets
Returns the packages in a given set of JARs, which may be one or more JARs.
getPackageNames(JarSet) - Method in interface com.atlassian.confluence.util.classpath.DuplicateClassFinder
 
getPage() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
returns a subset of the list of items passed in, based on startIndex and the max result per page
getPage() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
Returns a subset of the list of items passed in, based on startIndex and the page size
getPage() - Method in interface bucket.core.PaginationSupport
Deprecated.
Returns a sub-list of items that are shown on the page.
getPage() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
 
getPage() - Method in class com.atlassian.confluence.content.service.blogpost.RemoveBlogPostVersionCommand
 
getPage() - Method in class com.atlassian.confluence.content.service.page.ConvertPageToBlogPostCommand
 
getPage() - Method in class com.atlassian.confluence.content.service.page.IdAndVersionPageLocator
 
getPage() - Method in class com.atlassian.confluence.content.service.page.IdPageLocator
 
getPage() - Method in class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
getPage() - Method in interface com.atlassian.confluence.content.service.page.MovePageCommand
 
getPage() - Method in class com.atlassian.confluence.content.service.page.MovePageCommandImpl
 
getPage() - Method in class com.atlassian.confluence.content.service.page.MovePageToTopOfSpaceCommand
 
getPage() - Method in interface com.atlassian.confluence.content.service.page.PageLocator
 
getPage() - Method in interface com.atlassian.confluence.content.service.page.PageProvider
 
getPage() - Method in class com.atlassian.confluence.content.service.page.RemoveAbstractPageVersionCommand
 
getPage() - Method in class com.atlassian.confluence.content.service.page.RemovePageVersionCommand
 
getPage() - Method in class com.atlassian.confluence.content.service.page.SinglePageLocator
 
getPage() - Method in class com.atlassian.confluence.content.service.page.TitleAndSpaceKeyPageLocator
 
getPage() - Method in class com.atlassian.confluence.event.events.audit.RestrictedPageViewNotPermittedEvent
 
getPage() - Method in class com.atlassian.confluence.event.events.content.page.PageEvent
 
getPage() - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getPage() - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.ContentNavigationContext
 
getPage() - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
 
getPage() - Method in class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
getPage() - Method in class com.atlassian.confluence.mail.reports.PageReport
 
getPage() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
getPage() - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
getPage() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction.SimplePageProvider
 
getPage() - Method in interface com.atlassian.confluence.pages.actions.PageAware
 
getPage() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
getPage() - Method in class com.atlassian.confluence.pages.actions.PaginationSupportAdaptor
 
getPage() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getPage() - Method in class com.atlassian.confluence.pages.ContentNode
 
getPage() - Method in class com.atlassian.confluence.pages.ManualTotalPaginationSupport
Deprecated.
 
getPage() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getPage() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns the page related to the web interface state, or null if there is no page.
getPage() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
Returns a subset of the list of items passed in, based on startIndex and the page size
getPage() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8.0. Hibernate objects are not supported in Struts anymore. Use action's direct method calls.
getPage() - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getPage() - Method in class com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
 
getPage() - Method in class com.atlassian.confluence.tinymceplugin.events.SectionMacroCreatedEvent
 
getPage() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getPage() - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
getPage() - Method in class com.atlassian.confluence.user.UsernameToUserTranslatingPaginationSupport
 
getPage() - Method in class com.atlassian.confluence.util.breadcrumbs.PageBreadcrumb
 
getPage() - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getPage() - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl.GhettoHelper
 
getPage(int, int) - Method in class com.atlassian.confluence.core.DefaultListBuilder
 
getPage(int, int) - Method in interface com.atlassian.confluence.core.ListBuilder
Gets a page of results by providing the offset of the first element in the page, and the page size.
getPage(long) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPage(long) - Method in class com.atlassian.confluence.pages.ContentTree
 
getPage(long) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) from plugins, or use PageManagerInternal in core where applicable
getPage(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getPage(Space, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPage(Space, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get the page by space and title.
getPage(Space, String, boolean) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPage(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getPage(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getPage(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getPage(String, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPage(String, String) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) from plugins, or use PageManagerInternal in core where applicable
getPage(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getPage(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getPage(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getPage(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getPage(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getPage(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getPage(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getPage(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getPageAndBlogPostsVersionsLastEditedByUser(UserKey, LimitedRequest) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Retrieve a page of entities that have been modified by the user, in order of the user's most recent modification.
getPageAndBlogPostsVersionsLastEditedByUser(UserKey, LimitedRequest) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieve a page of entities, either the current version or historical version, that have been modified by the user, in order of the user's most recent modification.
getPageAndBlogPostsVersionsLastEditedByUser(UserKey, LimitedRequest) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getPageAndBlogPostsVersionsLastEditedByUser(UserKey, LimitedRequest) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(UserKey, LimitedRequest) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Retrieve a page of entities that have been modified by the user, in order of the user's most recent modification.
getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(UserKey, LimitedRequest) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieve a page of entities, either the current version or historical version, that have been modified by the user, in order of the user's most recent modification.
getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(UserKey, LimitedRequest) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(UserKey, LimitedRequest) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getPageBlogTree(User, Space) - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
getPageBlogTree(User, Space) - Method in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
Returns a tree of content including pages and blog posts for a space.
getPageById(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPageById(long) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get the page with the given id.
getPageById(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.RegularEntitiesAndPermissionsHelper
 
getPageByIdWithComments(long) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPageByIdWithComments(long) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get the page with the given id, and perform an eager load of the comments and their children.
getPageByVersion(AbstractPage, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPageByVersion(AbstractPage, int) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) from plugins, or use PageManagerInternal in core where applicable
getPageChildrenCount() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
getPageComments(long, Date) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
getPageComments(long, Date) - Method in interface com.atlassian.confluence.pages.CommentManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) in plugins or CommentManagerInternal in core where applicable
getPageComments(long, Date, ConfluenceUser) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
getPageComments(long, Date, ConfluenceUser) - Method in interface com.atlassian.confluence.pages.CommentManager
The service get all page comments (page level comments and inline comments) from a particular date except for comments by the given user.
getPageContentTransformer() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions
 
getPageContext() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Deprecated.
since 7.5.0, use ConversionContext.getRenderContext() instead.
getPageContext() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getPageContext() - Method in class com.atlassian.confluence.dashboard.actions.DashboardAction
 
getPageContext() - Method in class com.atlassian.confluence.macro.MacroExecutionContext
Returns the PageContext of the macro.
getPageContext() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getPageContext(Map) - Static method in class com.atlassian.confluence.renderer.WikiRendererContextKeys
Helper method to save a bunch of verbosity and casting
getPageCopyOptions() - Method in class com.atlassian.confluence.event.events.content.page.PageCopyEvent
 
getPageCount(String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPageCount(String) - Method in interface com.atlassian.confluence.pages.PageManager
Get total number of current pages in a space
getPageCount(String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPageCount(String) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get total number of current pages in a space
getPageCount(String, List<ContentStatus>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPageCount(String, List<ContentStatus>) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get total number of pages in a space, within any of the given statuses.
getPageData() - Method in class com.atlassian.confluence.impl.health.web.JohnsonPageDataProvider
Returns the data necessary to render the Johnson page.
GetPageDiffFunction - Class in com.atlassian.confluence.plugins.soy
GetPageDiffFunction to get the page diff and render as html markup in soy template.
GetPageDiffFunction() - Constructor for class com.atlassian.confluence.plugins.soy.GetPageDiffFunction
 
getPageHistory(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getPageHistory(AbstractPage, PageManager) - Static method in class com.atlassian.confluence.rpc.soap.SoapUtils
 
getPageHistory(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getPageHistory(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getPageHistory(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getPageHistory(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getPageHistory(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getPageId() - Method in class com.atlassian.confluence.core.actions.AttachmentNotFoundAction
 
getPageId() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEvent
Deprecated.
 
getPageId() - Method in class com.atlassian.confluence.event.events.security.AncestorsUpdateEvent
 
getPageId() - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
 
getPageId() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
getPageId() - Method in class com.atlassian.confluence.pages.actions.PageChildrenAction.PageWrapper
 
getPageId() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
getPageId() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
getPageId() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getPageId() - Method in class com.atlassian.confluence.pages.Draft
Gets the id of the AbstractPage which this is a draft of, as a String.
getPageId() - Method in class com.atlassian.confluence.pages.TinyUrl
 
getPageId() - Method in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
getPageId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
getPageId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
getPageId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getPageId() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getPageId() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
getPageIdAsLong() - Method in class com.atlassian.confluence.pages.Draft
 
getPageIdOfVersionAfter(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
getPageIdOfVersionAfter(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getPageIdOfVersionBefore(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
getPageIdOfVersionBefore(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getPageIds(Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPageIds(Space) - Method in interface com.atlassian.confluence.pages.PageManager
Get the ids of all pages (current and historical) in the given space.
getPageIds(Space) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPageIds(Space) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get the ids of all pages (current and historical) in the given space.
getPageImportDirectory() - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
getPageInfo() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
getPageInTrash(String, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPageInTrash(String, String) - Method in interface com.atlassian.confluence.pages.PageManager
 
getPageInTrash(String, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPageInTrash(String, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
 
getPageLayout2CellCount() - Method in class com.atlassian.confluence.xhtml.api.PageLayoutVisitor
 
getPageLayout2RowCount() - Method in class com.atlassian.confluence.xhtml.api.PageLayoutVisitor
 
getPageLayoutOneType() - Method in class com.atlassian.confluence.xhtml.api.PageLayoutVisitor
 
getPageLevelComments() - Method in class com.atlassian.confluence.pages.AbstractPage
 
getPageLevelComments(long, Date) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
getPageLevelComments(long, Date) - Method in interface com.atlassian.confluence.pages.CommentManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) in plugins or CommentManagerInternal in core where applicable
getPageManager() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
getPageManager() - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
getPageManager() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getPageNameConflictResolver() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions
 
getPageNotificationsForUser() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getPagePermissions() - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
getPagePermissions(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getPagePermissions(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getPagePermissions(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getPagePermissions(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getPagePermissions(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
GetPagePermissionsAction - Class in com.atlassian.confluence.pages.actions
 
GetPagePermissionsAction() - Constructor for class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
getPageRequest() - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
getPageRequest() - Method in interface com.atlassian.confluence.api.model.pagination.PageResponse
 
getPageRequest() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
getPageRequest() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
getPageRequest() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse
 
getPageRequest() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPageResponse
 
getPageRequest() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
getPageRequest() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getPageRequest() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
getPageResponse() - Method in class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
Deprecated.
 
getPageResponse() - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
getPageResponse() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
getPageResponse() - Method in interface com.atlassian.confluence.pages.actions.PaginationServiceSupportActionAware
Will return pagination data in new form
getPageResponse() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
getPageResponse() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getPageResponse() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
getPages() - Method in class com.atlassian.confluence.api.model.InstanceMetrics
 
getPages() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getPages() - Method in class com.atlassian.confluence.pages.ContentTree
 
getPages(Space, boolean) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPages(Space, boolean) - Method in interface com.atlassian.confluence.pages.PageManager
 
getPages(Space, boolean) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPages(Space, boolean) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
 
getPages(LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getPages(LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPages(Space, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getPages(Space, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPages(Iterable<Long>) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPages(Iterable<Long>) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) from plugins, or use PageManagerInternal in core where applicable
getPages(String) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getPages(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns all pages of the space with the given spaceKey the user authenticated by token is allowed to view.
getPages(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getPages(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getPages(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getPages(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getPagesByCursor(Function<LimitedRequest, List<T>>, LimitedRequest, Predicate<? super T>) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getPagesByIds(Iterable<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPagesByIds(Iterable<Long>) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get the pages with the given ids.
getPagesByIds(Set<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.RegularEntitiesAndPermissionsHelper
 
getPagesCreatedOrUpdatedSinceDate(Date) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPagesCreatedOrUpdatedSinceDate(Date) - Method in interface com.atlassian.confluence.pages.PageManager
Get the list of all pages created or updated since a particular date.
getPagesCreatedOrUpdatedSinceDate(Date) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPagesCreatedOrUpdatedSinceDate(Date) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
 
getPagesCreatedOrUpdatedSinceLastLogin() - Method in class com.atlassian.confluence.pages.actions.ListNewOrUpdatedPagesAction
 
getPagesInOtherSpaces() - Method in class com.atlassian.confluence.pages.AlternativePagesLocator
Returns pages in other spaces that have or had the required title the page may have been moved and potentially renamed.
getPageSize() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getPageSize() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
getPageSize() - Method in interface bucket.core.PaginationSupport
Deprecated.
Returns the number of items available on the current page.
getPageSize() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
getPageSize() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
 
getPageSize() - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
getPageSize() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getPageSize() - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
getPageSource(long) - Method in class com.atlassian.confluence.plugins.viewsource.api.v1.ViewSourceResource
 
getPagesRemovedByGlobalRules() - Method in class com.atlassian.confluence.impl.retention.schedule.PageVersionRemovalSummary
 
getPagesRemovedBySpaceRules() - Method in class com.atlassian.confluence.impl.retention.schedule.PageVersionRemovalSummary
 
getPagesStartingWith(Space, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPagesStartingWith(Space, String) - Method in interface com.atlassian.confluence.pages.PageManager
 
getPagesStartingWith(Space, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPagesStartingWith(Space, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
 
getPageStatistics() - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPageStatistics() - Method in interface com.atlassian.confluence.pages.PageManager
Fetches statistics about pages
getPageStatistics() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPageStatistics() - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Fetches statistics about pages
getPageSummaries(List) - Static method in class com.atlassian.confluence.rpc.soap.SoapUtils
 
getPageSummary(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getPageSummary(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getPageSummary(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getPageSummary(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getPageSummary(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getPageSummary(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getPageSummary(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getPageSummary(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getPageSummary(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getPageSummary(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getPageSummary(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getPageSummary(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getPagesWithPermissions(Space) - Method in interface com.atlassian.confluence.pages.PageManager
Get all current pages in a space and eagerly fetch permissions at the same time.
getPagesWithPermissions(Space) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPagesWithPermissions(Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPagesWithPermissions(Space) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get all current pages in a space and eagerly fetch permissions at the same time.
getPagesWithSimilarTitleInSpace() - Method in class com.atlassian.confluence.pages.AlternativePagesLocator
Returns pages in the space that have similar titles to the one requested.
getPagesWithUnpublishedChangesCount() - Method in class com.atlassian.confluence.pages.PageStatisticsDTO
 
getPageTemplate() - Method in class com.atlassian.confluence.labels.Labelling
 
getPageTemplate() - Method in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
getPageTemplate() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
getPageTemplate(long) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
getPageTemplate(long) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
getPageTemplate(PluginTemplateReference) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
getPageTemplate(PluginTemplateReference) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
getPageTemplate(String, Space) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
getPageTemplate(String, Space) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
getPageTemplateByName(String) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
getPageTemplateExceptions() - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
getPageTemplates() - Method in class com.atlassian.confluence.plugins.templates.actions.ListPageTemplatesAction
 
getPageTemplates() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getPageTemplates() - Method in class com.atlassian.confluence.spaces.Space
 
getPageTemplates(Space) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
getPageTemplates(Space) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
getPageTimeout() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
The time allowed to render a page, measured in settings.
getPageTimeout() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getPageTitle() - Method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
getPageTitle() - Method in class com.atlassian.confluence.pages.actions.beans.PageReference
 
getPageTitle() - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
getPageTitle() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getPageTitle() - Method in class com.atlassian.confluence.renderer.PageContext
 
getPageTitle() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getPageToCopy() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
getPageToCopyTo() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
getPageToCreate() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getPageToCreate() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
getPageToCreate() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
getPageUrl() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
getPageVersion() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEvent
Deprecated.
 
getPageVersion() - Method in class com.atlassian.confluence.pages.Draft
 
getPageVersion() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getPageVersionLocator(long, int) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
getPageVersionLocator(long, int) - Method in interface com.atlassian.confluence.content.service.PageService
 
getPageVersionRemovalSummary() - Method in class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobCompletedEvent
 
getPageVersionRule() - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
getPageVersionRule() - Method in interface com.atlassian.confluence.api.model.retention.RetentionPolicy
 
getPageVersionRule() - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
getPageVersionsRemoved() - Method in class com.atlassian.confluence.api.model.retention.RemovalCount
 
getPageVersionsRemoved() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary
 
getPageVersionsRemovedByGlobalRules() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
getPageVersionsRemovedBySpaceRules() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
getPageWithComments(Space, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPageWithComments(Space, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Get the page by space and title, and perform an eager load of the comments and their children.
getPageWithComments(String, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPageWithComments(String, String) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 7.3.0, use ContentService.find(Expansion...) from plugins, or use PageManagerInternal in core where applicable
getPageXHtmlContent() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getPageXHtmlContent() - Method in class com.atlassian.confluence.plugins.templates.actions.ViewPageTemplateAction
 
getPageXHtmlContent(Page) - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceAction
 
getPaginatedItems() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
getPaginatedItems() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getPaginatedItems() - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getPaginationSupport() - Method in class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.user.actions.ViewFollowersAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.user.actions.ViewFollowingAction
 
getPaginationSupport() - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
getPaginationUrl() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
getPanelsForLocation(String, Map<String, Object>) - Method in interface com.atlassian.confluence.api.service.web.WebView
 
getPanelsForLocationCompletionStage(String, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql.GraphQLRemoteWebViewImpl
 
getPanelsForLocationCompletionStage(String, Map<String, Object>) - Method in interface com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebView
Fetch web panels for a given location from the REST API
getPanelsForLocationCompletionStage(String, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewImpl
 
getPanelsForLocations(Collection<String>, Map<String, Object>) - Method in interface com.atlassian.confluence.api.service.web.WebView
 
getPanelsForLocationsCompletionStage(Collection<String>, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql.GraphQLRemoteWebViewImpl
 
getPanelsForLocationsCompletionStage(Collection<String>, Map<String, Object>) - Method in interface com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebView
Fetch web panels for given locations from the REST API
getPanelsForLocationsCompletionStage(Collection<String>, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewImpl
 
getParallelTasksExecutor() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
getParameter(String) - Method in interface com.atlassian.confluence.impl.pages.actions.CommentAwareHelper.ParameterSource
 
getParameter(String) - Method in interface com.atlassian.confluence.impl.pages.actions.PageAwareHelper.ParameterSource
 
getParameter(String) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getParameter(String) - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns a custom parameter, or null if the parameter has not been set.
getParameter(String) - Method in class com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
 
getParameter(String) - Method in class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
 
getParameter(String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getParameter(Map<String, String>, List, String) - Method in class com.atlassian.confluence.macro.params.BaseParameter
Returns the literal value of the parameter in the specified Map, using the specified List for names and aliases and the specified default value.
getParameters() - Method in class com.atlassian.confluence.api.model.content.MacroInstance
 
getParameters() - Method in class com.atlassian.confluence.content.ContentQuery
 
getParameters() - Method in class com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.AppliedRuleDescription
 
getParameters() - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.AppliedRuleDescription
Deprecated.
 
getParameters() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getParameters() - Method in class com.atlassian.confluence.impl.search.v2.SiteSearchPermissionsQuery
 
getParameters() - Method in class com.atlassian.confluence.impl.search.v2.SpacePermissionQuery
Deprecated.
 
getParameters() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
getParameters() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.AbstractParameterListQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.AbstractUserQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.ActiveUserInfoQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.ActiveUserQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.AllQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.ArchivedSpacesQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.BrowseUsersPermissionQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.ContainingContentTypeQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.ContentCategoryQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.ContentPermissionsQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.ContentStatusQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.ContentTypeQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.CustomContentTypeQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.DoubleRangeQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.EnabledCustomContentTypesQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.FieldExistsQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.FileExtensionQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.HasPersonalSpaceQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.InheritedLabelQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.IntegerRangeQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.LabelQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.LabelsQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.LastModifierUserQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.LongRangeQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.MacroStorageVersionQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.MacroUsageQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.MatchNoDocsQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.NonViewableCustomContentTypeQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.NotAnonymousUserQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.PhraseQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.PrefixQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.SpaceCategoryQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.TermQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.TermSetQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.TextSearchQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.UserInfoQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.UserTextQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.query.WildcardTextFieldQuery
 
getParameters() - Method in class com.atlassian.confluence.search.v2.score.ExpDecayFunction
 
getParameters() - Method in class com.atlassian.confluence.search.v2.score.GaussDecayFunction
 
getParameters() - Method in class com.atlassian.confluence.search.v2.score.LinearDecayFunction
 
getParameters() - Method in interface com.atlassian.confluence.search.v2.SearchQuery
List of parameters as Strings or SearchQuerys.
getParameters() - Method in class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
 
getParameters() - Method in class com.atlassian.confluence.setup.DatabaseVerificationResult
 
getParameters() - Method in exception com.atlassian.confluence.setup.DatabaseVerifyException
 
getParameters() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getParameters() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getParameters() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
getParameters(String) - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager
 
getParameters(String) - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataManager
Retrieve the parameter information for a single macro.
getParameterTypes(String) - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager
 
getParameterTypes(String) - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataManager
Retrieve the parameter type information for a single macro.
getParameterValue(Map<String, String>) - Method in class com.atlassian.confluence.macro.params.BaseParameter
Returns the literal value of the parameter, or the default value if none is present.
getParams() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getParams() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getParams() - Method in class com.atlassian.confluence.macro.MacroExecutionContext
Returns the macro parameters and their values.
getParams() - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLabel
 
getParams() - Method in class com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
 
getParams() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getParams() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
getParams() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.BaseNav
 
getParams() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RelevantViewRestrictionsNavImpl
 
getParams() - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestData
 
getParams() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
getParams() - Method in class com.atlassian.confluence.util.i18n.LightningTranslationMode
Deprecated.
 
getParams() - Method in class com.atlassian.confluence.util.i18n.NormalTranslationMode
 
getParams() - Method in interface com.atlassian.confluence.util.i18n.TranslationMode
 
getParent() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getParent() - Method in interface com.atlassian.confluence.core.Hierarchical
 
getParent() - Method in class com.atlassian.confluence.pages.Comment
 
getParent() - Method in class com.atlassian.confluence.pages.ContentNode
 
getParent() - Method in class com.atlassian.confluence.pages.Page
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
Gets the parent breadcrumb.
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.AdminActionBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.AdminBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.AttachmentBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.BlogPostBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.BlogPostDateBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.BrowseSpaceBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.CompositeBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.ContentActionBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.CustomContentBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.DashboardBreadcrumb
Deprecated.
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.GroupAdminActionBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.LabelBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.ListPageTemplatesBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.LongRunningTaskBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.MailServersActionBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.PageBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.PageTemplatesActionBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.PeopleBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.SimpleBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.SpaceAdminActionBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogCollectorBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogPostBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogPostDateBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.spaceia.PageBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.spaceia.PagesCollectorBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.spaceia.SpaceBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.UserAdminActionBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.UserBreadcrumb
 
getParent() - Method in class com.atlassian.confluence.util.breadcrumbs.UserProfileActionBreadcrumb
 
getParentComment(Comment) - Static method in class com.atlassian.confluence.util.GeneralUtil
Returns the top-level comment that the comment is attached to
getParentContentType() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Content type of the parent of this attachment
getParentContext() - Method in interface com.atlassian.bandana.BandanaContext
Deprecated.
 
getParentContext() - Method in class com.atlassian.confluence.impl.journal.JournalBandanaContext
 
getParentContext() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
getParentDatePath() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Date path of the parent of this attachment (if parent is blog)
getParentGroup() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
getParentGroup() - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
getParentGroups(Group, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.GroupResource
 
getParentId() - Method in class com.atlassian.confluence.api.model.content.Content
 
getParentId() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
getParentId() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getParentId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
getParentId() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
 
getParentId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
getParentId() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.SimplePageContent
 
getParentPage() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getParentPage() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
getParentPage() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
getParentPage() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8.0. Hibernate objects are not supported in Struts anymore. Use action's direct method calls.
getParentPage() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getParentPage() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns the parent page related to the web interface state, or null if there is no parent page.
getParentPageId() - Method in class com.atlassian.confluence.content.service.page.SetPageOrderCommand
 
getParentPageId() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getParentPageId() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.BulkPageCopyExecutionContext
 
getParentPageId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getParentPageOrBlog(Contained) - Static method in class com.atlassian.confluence.util.GeneralUtil
returns the page or blog that the content is attached to, or null if it is not attached to a page or blog.
getParentPagesCount() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleChildPagesAnalyticsEvent
 
getParentPageSpaceKey() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
If the parentPageSpaceKey is set, this function will return the parentPageSpaceKey value.
getParentPageString() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getParentPageString() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
getParentPageTitle() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getParentPageTitle() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
getParentPageTitle() - Method in class com.atlassian.confluence.util.EditPageBean
 
getParentRecord() - Method in class com.atlassian.confluence.impl.audit.AffectedObjectEntity
Deprecated.
 
getParentRecord() - Method in class com.atlassian.confluence.impl.audit.ChangedValueEntity
Deprecated.
 
getParentReference(Reference<History>) - Static method in class com.atlassian.confluence.api.model.content.History
 
getParentReport() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getParentTitle() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Title of the parent of this attachment.
getParentTitle() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getParser() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneMultiTermFieldComparator
 
getParserMessage() - Method in exception com.atlassian.confluence.content.render.xhtml.XhtmlParsingException
 
getPartialResourceReader(String, String, Map, String) - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
getPartialResourceReader(String, String, Map, String) - Method in class com.atlassian.confluence.importexport.resource.DelegatorDownloadResourceManager
 
getPartialResourceReader(String, String, Map, String) - Method in interface com.atlassian.confluence.importexport.resource.PartialDownloadResourceManager
Returns a DownloadResourceReader for part of a downloadable resource.
getPartition() - Method in class com.atlassian.synchrony.Events
 
getPassword() - Method in class com.atlassian.confluence.api.model.people.Credentials
 
getPassword() - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
getPassword() - Method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
getPassword() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getPassword() - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
getPassword() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
getPassword() - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
getPassword() - Method in class com.atlassian.confluence.user.extras.entities.UserCreateRequestEntity
 
getPassword() - Method in class com.atlassian.confluence.user.UserForm
 
getPasswordPolicyErrorMessage(Exception) - Static method in class com.atlassian.confluence.util.PasswordPolicyErrorMessageHelper
 
getPatchLevel() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteServerInfo
 
getPath() - Method in class com.atlassian.confluence.api.model.link.Link
 
getPath() - Method in class com.atlassian.confluence.api.model.web.Icon
 
getPath() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneAccessor
 
getPath() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
getPath() - Method in class com.atlassian.confluence.plugins.restapi.analytics.RestEndpointAnalyticsEvent
 
getPath() - Method in class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
 
getPath(DataFetchingEnvironment, IconFieldsProvider.PathType) - Method in class com.atlassian.confluence.plugins.graphql.providers.IconFieldsProvider
 
getPath(String) - Method in interface com.atlassian.confluence.servlet.simpledisplay.PathConverter
Deprecated.
getPath(String) - Method in class com.atlassian.confluence.servlet.simpledisplay.UserPathConverter
 
getPath(String, String) - Method in class com.atlassian.confluence.pages.actions.ViewPageActionPathConverter
 
getPath(String, String) - Method in class com.atlassian.confluence.servlet.simpledisplay.BlogPathConverter
 
getPath(String, String) - Method in class com.atlassian.confluence.servlet.simpledisplay.PagePathConverter
 
getPath(String, String) - Method in interface com.atlassian.confluence.servlet.simpledisplay.PathConverter
Returns a ConvertedPath based on the passed in path and query string.
getPath(String, String) - Method in class com.atlassian.confluence.servlet.simpledisplay.SpacePathConverter
 
getPath(Map<String, String[]>) - Method in class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
Deprecated.
since 6.0. queryParameters is always passed null, use ConvertedPath.getPath() instead
getPathConverterManager() - Method in class com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet
 
getPathConverters() - Method in class com.atlassian.confluence.servlet.simpledisplay.DefaultPathConverterManager
 
getPathConverters() - Method in interface com.atlassian.confluence.servlet.simpledisplay.PathConverterManager
 
getPathForSpace(Long) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystemV003
Deprecated.
since 8.1.0. Space is no longer a part of the attachment path since storage v004.
getPathForSpace(Long) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
getPathInfo() - Method in class com.atlassian.confluence.impl.servlet.RequestEventPublishingFilter.SimpleRequestEvent
 
getPathInZip(ModuleDescriptor<BackupRestoreProvider>) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.container.PluginDataWriter
 
getPathToProfilePicture() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getPattern() - Method in class com.atlassian.confluence.search.v2.analysis.PatternReplaceCharFilterDescriptor
 
getPattern() - Method in class com.atlassian.confluence.search.v2.analysis.PatternTokenizerDescriptor
 
getPattern() - Method in class com.atlassian.confluence.util.RegExpProcessor
 
getPayload() - Method in interface com.atlassian.confluence.impl.cluster.event.TopicEvent
 
getPayloadType() - Method in class com.atlassian.confluence.plugins.like.notifications.batch.EmailLikeCreatedBatchingSectionProvider
 
getPayloadType() - Method in class com.atlassian.confluence.plugins.like.notifications.batch.LikeCreatedBatchingProcessor
 
getPayloadTypeImpl() - Method in class com.atlassian.confluence.plugins.like.notifications.batch.LikeCreatedBatchingProcessor
 
getPeerAddresses() - Method in class com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
 
getPeerAddressString() - Method in class com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
 
getPercentage() - Method in class com.atlassian.confluence.index.status.ReIndexJob.Progress
 
getPercentage(long, long) - Static method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
converts a fraction into a percentage
getPercentage(String, String) - Static method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getPercentageComplete() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
 
getPercentageComplete() - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskAnalyticsEvent
 
getPercentageComplete() - Method in class com.atlassian.confluence.util.EstimatedProgressMeter
 
getPercentageComplete() - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
getPercentageComplete() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
getPercentComplete() - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
getPercentComplete() - Method in class com.atlassian.confluence.util.DefaultProgress
 
getPercentComplete() - Method in interface com.atlassian.confluence.util.Progress
 
getPeriod() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getPeriod() - Method in class com.atlassian.confluence.util.TimePeriod
Deprecated.
 
getPermAllUserSubject() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
 
getPermission() - Method in class com.atlassian.confluence.event.events.internal.security.ContentPermissionAddedEvent
 
getPermission() - Method in class com.atlassian.confluence.event.events.internal.security.ContentPermissionRemovedEvent
 
getPermission() - Method in class com.atlassian.confluence.event.events.permission.GlobalPermissionChangeEvent
 
getPermission() - Method in class com.atlassian.confluence.functest.rest.admin.model.PermissionChange
Get the permission to change: the string value (not the constant name) of a space permission, for example a value from com.atlassian.confluence.it.Permission#getValue()
getPermission() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.SpacePermissionModel
 
getPermission() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement.GlobalPermissionManagementIncSyncModel
 
getPermission(String) - Method in class com.atlassian.confluence.security.actions.PermissionRow
 
getPermissionCheckAsString(Logger, String, Space, ConfluenceUser) - Static method in class com.atlassian.confluence.internal.security.DebuggingString
 
getPermissionCheckSubjectTypes(AccessStatus, String) - Method in class com.atlassian.confluence.impl.security.access.DefaultSpacePermissionAccessMapper
 
getPermissionCheckSubjectTypes(AccessStatus, String) - Method in interface com.atlassian.confluence.impl.security.access.SpacePermissionAccessMapper
Determines the permission subject types that apply for a given user's AccessStatus and the space permission type being checked.
getPermissionDelegate() - Method in interface com.atlassian.confluence.content.ContentType
 
getPermissionDelegate() - Method in class com.atlassian.confluence.content.custom.CustomContentTypeWrapper
 
getPermissionDelegate() - Method in class com.atlassian.confluence.content.TestContentType
 
getPermissionDelegate() - Method in class com.atlassian.confluence.content.UninstalledContentType
 
getPermissionDelegate() - Method in class com.atlassian.confluence.plugins.contentproperty.JsonContentPropertyType
 
getPermissionDelegate() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.AbstractEdgeType
 
getPermissionDelegate() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeType
 
getPermissionEntity() - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
User must have VIEW permission on this entity in order to receive the notification.
getPermissionLastModifiedDate() - Method in class com.atlassian.confluence.spaces.SpaceDescription
Retrieve the last modified date for any permission changes in the current space
getPermissionManager() - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestContentManager
 
getPermissionPages() - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
getPermissionPages(Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPermissionPages(Space) - Method in interface com.atlassian.confluence.pages.PageManager
Retrieve all pages within a particular space that have page level permissions applied to them.
getPermissionPages(Space) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPermissionPages(Space) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
 
getPermissionPages(Space, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Pagination permission pages for particular Space
getPermissionPages(Space, LimitedRequest) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPermissionPages(Space, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
Pagination permission pages for particular Space
getPermissionPages(Space, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPermissionPagesCount(Space) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Get total number of permission pages for particular Space
getPermissionPagesCount(Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPermissionPagesCount(Space) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
Get total number of permission pages for particular Space
getPermissionPagesCount(Space) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPermissions() - Method in class com.atlassian.confluence.api.model.content.Space
 
getPermissions() - Method in class com.atlassian.confluence.core.ContentEntityObject
getPermissions() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
 
getPermissions() - Method in class com.atlassian.confluence.impl.security.administrators.DefaultPermissionsAdministrator
 
getPermissions() - Method in class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
getPermissions() - Method in class com.atlassian.confluence.legacyapi.model.people.KnownUser
Deprecated.
 
getPermissions() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getPermissions() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissions
 
getPermissions() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
getPermissions() - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
getPermissions() - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
getPermissions() - Method in interface com.atlassian.confluence.security.administrators.PermissionResolver
Returns the current permissions set for the entity
getPermissions() - Method in interface com.atlassian.confluence.security.administrators.PermissionsAdministrator
Returns the current permissions set for the entity
getPermissions() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getPermissions() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getPermissions() - Method in class com.atlassian.confluence.spaces.Space
 
getPermissions() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getPermissions(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getPermissions(Page) - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
getPermissions(String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
Returns permissions that the logged in user has on the space with the given key.
getPermissions(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getPermissions(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
Returns the permissions that the nominated user has on the space with the given key.
getPermissions(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getPermissions(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getPermissions(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getPermissions(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getPermissionsAdministrator() - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
getPermissionsAdministrator() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
getPermissionsAdministrator() - Method in interface com.atlassian.confluence.security.actions.PermissionsAware
 
getPermissionsAdministrator() - Method in class com.atlassian.confluence.security.actions.ViewGlobalPermissionsAction
 
getPermissionsAdministrator() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction
 
getPermissionsAdministrator() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
getPermissionsAsMap(List<ContentPermissionSet>) - Static method in class com.atlassian.confluence.core.ContentPermissionUtils
 
getPermissionSets(ConfluenceUser, Space) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Retrieves the configured permissions regarding whether the specified user can view the pages inside a space.
getPermissionSets(ConfluenceUser, Space) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
getPermissionSets(User, Space) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
getPermissionSets(String, List<Long>) - Method in interface com.atlassian.confluence.security.persistence.dao.ContentPermissionSetDao
Retrieves the ContentPermissionSet of contents specified by the contentIds parameter given the space
getPermissionSets(String, List<Long>) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
getPermissionsForAnonymousUsers(Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getPermissionsForAnonymousUsers(Space) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getPermissionsForAnonymousUsers(Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getPermissionsForAnonymousUsers(Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getPermissionsForAnonymousUsers(Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getPermissionsForAnonymousUsers(Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Get all permissions granted to the anonymous users in the given space
getPermissionsForGroup(String, Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getPermissionsForGroup(String, Space) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getPermissionsForGroup(String, Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getPermissionsForGroup(String, Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getPermissionsForGroup(String, Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getPermissionsForGroup(String, Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Get all permissions for the given group in the specified space
getPermissionsForUser(ConfluenceUser, Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getPermissionsForUser(ConfluenceUser, Space) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getPermissionsForUser(ConfluenceUser, Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getPermissionsForUser(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getPermissionsForUser(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getPermissionsForUser(ConfluenceUser, Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Get all permissions for the given user in the specified space
getPermissionsForUser(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getPermissionsForUser(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getPermissionsForUser(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getPermissionsForUser(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getPermissionsForUser(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getPermissionsGrantedToAnonymousUsers() - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
getPermissionsGrantedToAnonymousUsers() - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Get the permissions granted to an anonymous users.
getPermissionsGrantedToAnonymousUsers() - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Get the permissions granted to an anonymous users.
getPermissionsGrantedToAnonymousUsers(String) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
getPermissionsGrantedToAnonymousUsers(String) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Get the permissions granted to an anonymous users in the given space.
getPermissionsGrantedToAnonymousUsers(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
Get the permissions granted to an anonymous users in the given space.
getPermissionsGrantedToAnonymousUsers(String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Get the permissions granted to an anonymous users in the given space.
getPermissionsGrantedToAnonymousUsers(String) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
getPermissionsGrantedToAnonymousUsersCompletionStage() - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Get the permissions granted to an anonymous users.
getPermissionsGrantedToAnonymousUsersCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
getPermissionsGrantedToGroup(String) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
getPermissionsGrantedToGroup(String) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Get the permissions granted to a group.
getPermissionsGrantedToGroup(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Gets the global permissions granted to a group.
getPermissionsGrantedToGroup(String, String) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
getPermissionsGrantedToGroup(String, String) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Get the permissions granted to a group in the given space.
getPermissionsGrantedToGroup(String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
 
getPermissionsGrantedToGroup(String, String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Get the permissions granted to a group in the given space.
getPermissionsGrantedToGroup(String, String) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
getPermissionsGrantedToGroupCompletionStage(String) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Get the permissions granted to a group.
getPermissionsGrantedToGroupCompletionStage(String) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
getPermissionsGrantedToUnlicensedUsers() - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
getPermissionsGrantedToUnlicensedUsers() - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Get the permissions granted to unlicensed users.
getPermissionsGrantedToUnlicensedUsers() - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Get the permissions granted to an unlicensed users.
getPermissionsGrantedToUnlicensedUsersCompletionStage() - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Get the permissions granted to unlicensed users.
getPermissionsGrantedToUnlicensedUsersCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
getPermissionsGrantedToUser(User) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
getPermissionsGrantedToUser(User) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Get the permissions granted to a user.
getPermissionsGrantedToUser(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Gets the global permissions granted to a user.
getPermissionsGrantedToUser(String, String) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
getPermissionsGrantedToUser(String, String) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Get the permissions granted to a user in the given space.
getPermissionsGrantedToUser(String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
Gets the permissions granted to a user in a space.
getPermissionsGrantedToUser(String, String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Get the permissions granted to a user in the given space.
getPermissionsGrantedToUser(String, String) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
getPermissionsGrantedToUserCompletionStage(User) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Get the permissions granted to a user.
getPermissionsGrantedToUserCompletionStage(User) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
getPermissionSubjectFilterForGroup(String) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
getPermissionSubjectFilterForUser(ConfluenceUser) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
getPermissionTarget(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.AttachmentPermissionCondition
 
getPermissionTarget(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BasePermissionCondition
 
getPermissionTarget(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CommentPermissionCondition
 
getPermissionTarget(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.PagePermissionCondition
 
getPermissionTarget(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.SpacePermissionCondition
 
getPermissionTarget(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.HasViewProfilePermission
 
getPermissionType() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getPermissionType() - Method in interface com.atlassian.confluence.impl.security.query.SpacePermissionQueryBuilder
 
getPermissionType() - Method in class com.atlassian.confluence.impl.security.query.SpacePermissionQueryBuilderImpl
getPermissionType() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpacePermissionJournalMessage
 
getPermissionType() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.GlobalPermissionJournalMessage
 
getPermissionType() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getPermissionTypes() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getPermissionTypes() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getPermissionTypes() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getPermissionTypes() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getPermissionTypes() - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
getPermissionTypes() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
getPermissionTypes() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAdminAction
 
getPermissionTypes() - Method in class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
 
getPermissionTypes() - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
getPermissionTypes() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getPermitsPerSecond() - Method in class com.atlassian.confluence.plugins.restapi.filters.RateLimitFilter
 
getPermittedAnnotations(ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.access.UserAccessChecker
This method will return a list of annotation which match with current user access level
getPermittedChildren() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getPermittedChildren() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
getPermittedChildren() - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
getPermittedChildren() - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
getPermittedChildren(Page, ConfluenceUser) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Returns a list of Page objects that are direct children of the passed in page.
getPermittedChildren(Page, ConfluenceUser) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
Returns a list of Page objects that are direct children of the passed in page.
getPermittedChildren(Page, User) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
getPermittedChildrenIgnoreInheritedPermissions(Page, ConfluenceUser) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Gets the list of child pages under the given page that are visible to the given user.
getPermittedChildrenIgnoreInheritedPermissions(Page, ConfluenceUser) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
getPermittedChildrenIgnoreInheritedPermissions(Page, User) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
getPermittedEntities(ConfluenceUser, Permission, Iterator<? extends X>, int) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
getPermittedEntities(ConfluenceUser, Permission, Iterator<? extends X>, int) - Method in interface com.atlassian.confluence.security.PermissionManager
Filter an iterator based on which entities in the list have a particular permission.
getPermittedEntities(ConfluenceUser, Permission, Iterator<X>, int, Collection<? extends PermissionManager.Criterion>) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
getPermittedEntities(ConfluenceUser, Permission, Iterator<X>, int, Collection<? extends PermissionManager.Criterion>) - Method in interface com.atlassian.confluence.security.PermissionManager
Filter an iterator based on which entities in the list have a particular permission.
getPermittedEntities(ConfluenceUser, Permission, List<? extends X>) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
getPermittedEntities(ConfluenceUser, Permission, List<? extends X>) - Method in interface com.atlassian.confluence.security.PermissionManager
Filter a list based on which entities in the list have a particular permission.
getPermittedEntities(User, Permission, Iterator<? extends X>, int) - Method in interface com.atlassian.confluence.security.PermissionManager
getPermittedEntities(User, Permission, Iterator<X>, int, Collection<? extends PermissionManager.Criterion>) - Method in interface com.atlassian.confluence.security.PermissionManager
getPermittedEntities(User, Permission, List<? extends X>) - Method in interface com.atlassian.confluence.security.PermissionManager
getPermittedEntitiesNoExemptions(ConfluenceUser, Permission, Iterator<? extends X>, int) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
getPermittedEntitiesNoExemptions(ConfluenceUser, Permission, Iterator<? extends X>, int) - Method in interface com.atlassian.confluence.security.PermissionManager
Filter an iterator based on which entities in the list have a particular permission.
getPermittedEntitiesNoExemptions(ConfluenceUser, Permission, Iterator<X>, int, Collection<? extends PermissionManager.Criterion>) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
getPermittedEntitiesNoExemptions(ConfluenceUser, Permission, Iterator<X>, int, Collection<? extends PermissionManager.Criterion>) - Method in interface com.atlassian.confluence.security.PermissionManager
Filter an iterator based on which entities in the list have a particular permission.
getPermittedEntitiesNoExemptions(ConfluenceUser, Permission, List<? extends X>) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
getPermittedEntitiesNoExemptions(ConfluenceUser, Permission, List<? extends X>) - Method in interface com.atlassian.confluence.security.PermissionManager
Filter a list based on which entities in the list have a particular permission.
getPermittedEntitiesNoExemptions(User, Permission, Iterator<? extends X>, int) - Method in interface com.atlassian.confluence.security.PermissionManager
getPermittedEntitiesNoExemptions(User, Permission, Iterator<X>, int, Collection<? extends PermissionManager.Criterion>) - Method in interface com.atlassian.confluence.security.PermissionManager
getPermittedEntitiesNoExemptions(User, Permission, List<? extends X>) - Method in interface com.atlassian.confluence.security.PermissionManager
getPermittedEntitiesOf(Iterator<TYPE>, int) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getPermittedEntitiesOf(Iterator<TYPE>, int, List<? extends PermissionManager.Criterion>) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getPermittedEntitiesOf(List<TYPE>) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getPermittedHttpMethods(ActionInvocation, Method) - Method in class com.atlassian.confluence.xwork.HttpMethodValidationInterceptor
Deprecated.
 
getPermittedPagesIgnoreInheritedPermissions(List<Page>, ConfluenceUser, String) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
Check permissions for a collection of objects without checking permissions of ancestors and spaces.
getPermittedPagesIgnoreInheritedPermissions(List<Page>, ConfluenceUser, String) - Method in interface com.atlassian.confluence.internal.ContentPermissionManagerInternal
Check permissions for a collection of objects without checking permissions of ancestors and spaces.
getPermittedRepresentations() - Method in exception com.atlassian.confluence.api.service.exceptions.InvalidRepresentationException
 
getPermittedRepresentations() - Method in exception com.atlassian.confluence.legacyapi.service.content.InvalidRepresentationException
Deprecated.
 
getPermittedSpaceIds(ConfluenceUser, Set<Long>, String) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.BulkPermissionService
Returns a set of permitted space ids.
getPermittedSpaceIds(ConfluenceUser, Set<Long>, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionFallbackServiceImpl
 
getPermittedSpaceIds(ConfluenceUser, Set<Long>, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionOverrideProxyServiceImpl
 
getPermittedSpaceIds(ConfluenceUser, Set<Long>, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionRouter
Returns a set of permitted space ids.
getPermittedSpaceIds(ConfluenceUser, Set<Long>, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionServiceImpl
Returns a set of permitted space ids.
getPermittedSpaceKeys(SpacePermissionQueryBuilder) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.HibernateSpacePermissionsFilterDao
 
getPermittedSpaceKeys(SpacePermissionQueryBuilder) - Method in interface com.atlassian.confluence.impl.search.v2.lucene.filter.SpacePermissionsFilterDao
Get the keys for all spaces the supplied user does not have permission on.
getPermittedSpaceKeysForUser(User) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.HibernateSpacePermissionsFilterDao
Deprecated.
getPermittedSpaceKeysForUser(User) - Method in interface com.atlassian.confluence.impl.search.v2.lucene.filter.SpacePermissionsFilterDao
Deprecated.
since 5.9, use SpacePermissionsFilterDao.getPermittedSpaceKeys(com.atlassian.confluence.impl.security.query.SpacePermissionQueryBuilder) or SpacePermissionsFilterFactory instead. This function does not correctly determine what users with unlicensed access can see.
getPermittedSpaces() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
getPermittedSpaces(SpacesQuery, int, int) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.BulkPermissionService
Returns a list of permitted spaces filters by spaceQuery.
getPermittedSpaces(SpacesQuery, int, int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionFallbackServiceImpl
Returns a list of permitted spaces filters by spaceQuery.
getPermittedSpaces(SpacesQuery, int, int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionOverrideProxyServiceImpl
 
getPermittedSpaces(SpacesQuery, int, int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionRouter
Returns a list of permitted spaces filters by spaceQuery.
getPermittedSpaces(SpacesQuery, int, int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionServiceImpl
Returns a list of permitted spaces filters by spaceQuery.
getPermittedSpacesBuilder() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
Get an ListBuilder of all spaces the current user can see.
getPermittedSpacesCount() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.SpaceKeysWithStatusesAnalyticsEvent
 
getPermittedSpacesDurationMs() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.SpaceKeysWithStatusesAnalyticsEvent
 
getPersistableFields() - Method in interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
 
getPersistableObjects(Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonPersister
Remove the IDs that is already persisted by a specific exporter and return IDs that is not persisted
getPersistedClass() - Method in interface com.atlassian.confluence.importexport.ImmutableImportProcessorSummary.PersistedKey
Deprecated.
 
getPersistedId() - Method in interface com.atlassian.confluence.importexport.ImmutableImportProcessorSummary.PersistedKey
Deprecated.
 
getPersistedMappedHandles() - Method in interface com.atlassian.confluence.importexport.ImportProcessorSummary
Deprecated.
 
getPersistedMappedHandles() - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
getPersistedObjectsCount() - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
getPersistedObjectsCount() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
getPersistedObjectsCount() - Method in interface com.atlassian.confluence.impl.backuprestore.statistics.JobStatisticsInfo
 
getPersistedObjectsCount() - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
getPersistedUnmappedHandles() - Method in interface com.atlassian.confluence.importexport.ImportProcessorSummary
Deprecated.
 
getPersistedUnmappedHandles() - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
getPersistentClass() - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
getPersistentClass() - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getPersistentClass() - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentPermissionHibernateDao
 
getPersistentClass() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
getPersistentClass() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
getPersistentClass() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateVersionHistoryDao
 
getPersistentClass() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
getPersistentClass() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetailsDao
 
getPersistentClass() - Method in class com.atlassian.confluence.internal.audit.persistence.dao.hibernate.HibernateAuditRecordDao
Deprecated.
 
getPersistentClass() - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getPersistentClass() - Method in class com.atlassian.confluence.internal.persistence.hibernate.HibernateZduStatusDao
 
getPersistentClass() - Method in class com.atlassian.confluence.internal.schedule.persistence.dao.HibernateInternalRunDetailsDao
 
getPersistentClass() - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
getPersistentClass() - Method in class com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao
 
getPersistentClass() - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
getPersistentClass() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getPersistentClass() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
getPersistentClass() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
getPersistentClass() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getPersistentClass() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
getPersistentClass() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
getPersistentClass() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getPersistentClass() - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
getPersistentClass() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
getPersistentClass() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
getPersistentClass() - Method in class com.atlassian.confluence.setup.settings.DefaultGlobalDescriptionDao
 
getPersistentClass() - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getPersistentClass() - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao
 
getPersistentDecorator(String, String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Retrieves a custom decorator for the (spaceKey, name) combination.
getPersistentDecorator(String, String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
getPersistentDecoratorDao() - Method in class com.atlassian.confluence.setup.velocity.HibernateResourceLoader
 
getPersister(Class) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Get the Hibernate class persister for a particular class.
getPersister(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
Get Hibernate persister for the class and caches it temporarily (in the instance of the helper).
getPersistersGroupedByStages() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.PersistersCreator
 
getPerson() - Method in class com.atlassian.confluence.ui.rest.people.LegacyPersonResource
Deprecated.
 
getPerson(String) - Method in class com.atlassian.confluence.ui.rest.people.LegacyPersonResource
Deprecated.
 
getPersonal() - Method in class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
getPersonalInformation() - Method in class com.atlassian.confluence.event.events.content.user.PersonalInformationEvent
 
getPersonalInformation() - Method in class com.atlassian.confluence.mail.reports.PersonalInfoReport
 
getPersonalInformation() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getPersonalInformation() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns the personal information (i.e.
getPersonalInformation() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getPersonalInformation() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getPersonalInformation() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
getPersonalInformationEntity() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getPersonalInformationEntity() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getPersonalInformationId(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getPersonalInformationId(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Gets the personal information id for a given username
getPersonalInformationId(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getPersonalInformationManager() - Method in class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
 
getPersonalLabels() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getPersonalLabels() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getPersonalLabels() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets all the personal labels on the current search result.
getPersonalLabels(User) - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
Deprecated, for removal: This API element is subject to removal in a future version.
getPersonalLabels(User) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getPersonalLabels(User) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getPersonalSpace(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getPersonalSpace(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getPersonalSpace(ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
 
getPersonalSpace(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getPersonalSpace(ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated.
since 7.3.0, use SpaceService.find(Expansion...) in plugins and SpaceManagerInternal in core where applicable
getPersonalSpaceKey() - Method in class com.atlassian.confluence.user.actions.RemoveUnsyncedUserAction
Returns the key of the user's personal space if that space exists.
getPersonalSpaceKey() - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
Returns the key of the user's personal space if that space exists.
getPersonalSpaceKey(User) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getPersonalSpaceKey(User) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getPersonalSpaces() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getPersonalSpaces() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfoDTO
 
getPersonalSpaceUrlPath() - Method in class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
 
getPhase() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Tries to read the phase file if it exists
getPhone() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getPicture(File, String, String) - Static method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
Returns an object representing the original and thumbnail image
getPicture(InputStream, String, String) - Static method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
Returns an object representing the original and thumbnail image
getPitId(SearchWithToken) - Method in class com.atlassian.confluence.plugins.opensearch.SearchTokenTracker
Resolves the PIT id for the given SearchWithToken
getPlaceholderHeading(List<StyledString>, InputStream, Color) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.DefaultPlaceholderImageFactory
 
getPlaceholderHeading(List<StyledString>, InputStream, Color) - Method in interface com.atlassian.confluence.tinymceplugin.placeholder.PlaceholderImageFactory
Generate a placeholder image that is suitable for use as a header in a body macro.
getPlaceholderImage(StyledString, InputStream, Color) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.DefaultPlaceholderImageFactory
 
getPlaceholderImage(StyledString, InputStream, Color) - Method in interface com.atlassian.confluence.tinymceplugin.placeholder.PlaceholderImageFactory
Generate placeholder image.
getPlaceholderImage(StyledString, InputStream, Color, Color, boolean) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.DefaultPlaceholderImageFactory
 
getPlaceholderImage(StyledString, InputStream, Color, Color, boolean) - Method in interface com.atlassian.confluence.tinymceplugin.placeholder.PlaceholderImageFactory
Generate placeholder image.
getPlaceholderImage(InputStream, int) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.DefaultPlaceholderImageFactory
 
getPlaceholderImage(InputStream, int) - Method in interface com.atlassian.confluence.tinymceplugin.placeholder.PlaceholderImageFactory
 
getPlaceholderImage(String) - Method in class com.atlassian.confluence.plugins.templates.servlet.DefaultPlaceholderImageFactory
 
getPlaceholderImage(String) - Method in interface com.atlassian.confluence.plugins.templates.servlet.PlaceholderImageFactory
Generate placeholder image.
getPlaceholderImage(List<StyledString>, InputStream, Color) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.DefaultPlaceholderImageFactory
 
getPlaceholderImage(List<StyledString>, InputStream, Color) - Method in interface com.atlassian.confluence.tinymceplugin.placeholder.PlaceholderImageFactory
Generate placeholder image.
getPlaceholderImage(List<StyledString>, InputStream, Color, Color, boolean) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.DefaultPlaceholderImageFactory
 
getPlaceholderImage(List<StyledString>, InputStream, Color, Color, boolean) - Method in interface com.atlassian.confluence.tinymceplugin.placeholder.PlaceholderImageFactory
Generate placeholder image.
getPlatformId() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getPlatformMBeanServer() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.DefaultHttpConnectionPoolService
 
getPlatformMBeanServer() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.IpdSessionMonitoringService
 
getPlatformType() - Method in class com.atlassian.confluence.status.service.systeminfo.AwsCloudPlatform
 
getPlatformType() - Method in class com.atlassian.confluence.status.service.systeminfo.AzureCloudPlatform
 
getPlatformType() - Method in interface com.atlassian.confluence.status.service.systeminfo.CloudPlatform
 
getPlatformType() - Method in class com.atlassian.confluence.status.service.systeminfo.GoogleCloudPlatform
 
getPlugin() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getPlugin() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getPlugin() - Method in class com.atlassian.confluence.plugin.struts.PluginAwareActionConfig
 
getPlugin() - Method in class com.atlassian.confluence.plugin.struts.PluginAwareInterceptorConfig
 
getPlugin() - Method in class com.atlassian.confluence.plugin.struts.PluginAwareResultConfig
 
getPlugin(String) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getPluginAccessor() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getPluginAccessor() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getPluginAvailableBeans() - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector
 
getPluginContentTypes() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getPluginData(String) - Method in class com.atlassian.confluence.plugin.persistence.hibernate.HibernatePluginDataDao
 
getPluginData(String) - Method in interface com.atlassian.confluence.plugin.persistence.PluginDataDao
 
getPluginDataPreProcessor() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getPluginDataPreProcessor() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
getPluginDataWithoutBinary(String) - Method in class com.atlassian.confluence.plugin.persistence.hibernate.HibernatePluginDataDao
 
getPluginDataWithoutBinary(String) - Method in interface com.atlassian.confluence.plugin.persistence.PluginDataDao
Same as calling PluginDataDao.getPluginData(String), except that this does not load the plugin binary into memory.
getPluginDependentUpgradeTasks() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getPluginDirectory() - Method in interface com.atlassian.confluence.plugin.PluginDirectoryProvider
 
getPluginDirectory() - Method in class com.atlassian.confluence.plugin.SimplePluginDirectoryProvider
 
getPluginEnabledAsEnglish(String) - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
Get English label of whether a plugin is enabled or disabled.
getPluginEnabledAsI18nLabel(String) - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
Get internationalised label of whether a plugin is enabled or disabled.
getPluginEnabledStateMap(Plugin) - Method in class com.atlassian.confluence.plugin.EmptyPluginPersistentState
 
getPluginEventManager() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
Deprecated.
since 9.1
getPluginEventManager() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
Deprecated.
since 9.1
getPluginExportCompatibility(boolean) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getPluginExportCompatibility(boolean) - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
Returns the list of plugins with data (especially plugins with Active Objects data) and tells how backward-compatible they are.
getPluginExportCompatibility(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getPluginExportCompatibility(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns the plugin compatibility matrix for exports
getPluginExportCompatibility(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getPluginExportCompatibility(Properties) - Static method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
getPluginKey() - Method in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey
Returns the plugin key.
getPluginKey() - Method in class com.atlassian.confluence.event.events.plugin.AsyncPluginEvent
 
getPluginKey() - Method in class com.atlassian.confluence.event.events.plugin.PluginEvent
 
getPluginKey() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getPluginKey() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
getPluginKey() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
getPluginKey() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
getPluginKey() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getPluginKey() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getPluginKey() - Method in class com.atlassian.confluence.plugins.edgeindex.upgrade.EdgeIndexRebuildUpgradeTask
 
getPluginKey() - Method in interface com.atlassian.confluence.setup.settings.PluginSettings
Deprecated.
 
getPluginKey() - Method in class com.atlassian.confluence.themes.BasicTheme
 
getPluginKey() - Method in class com.atlassian.confluence.themes.DefaultTheme
 
getPluginKey() - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
getPluginKey() - Method in interface com.atlassian.confluence.themes.Theme
Return the key of the plugin which includes this theme.
getPluginKeys() - Static method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
 
getPluginKeys() - Method in class com.atlassian.confluence.search.v2.query.CustomContentTypeQuery
Get the plugin keys being searched for, as strings.
getPluginModule(String) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getPluginModuleKey() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getPluginName() - Method in class com.atlassian.confluence.event.events.plugin.AsyncPluginUninstallEvent
 
getPluginName() - Method in class com.atlassian.confluence.event.events.plugin.PluginUninstallEvent
 
getPluginName() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.PluginAndMaterials
 
getPluginPanels() - Method in class com.atlassian.confluence.about.AboutPageAction
 
getPluginRestartState(String) - Method in class com.atlassian.confluence.plugin.EmptyPluginPersistentState
 
getPluginRestartState(String) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getPlugins() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getPlugins() - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getPlugins(PluginPredicate) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
Deprecated.
since 7.0.1
getPlugins(Predicate<Plugin>) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
getPluginsBaseDirectory(String) - Static method in class com.atlassian.confluence.plugin.ConfluencePluginUtils
 
getPluginsCacheDirectory() - Method in interface com.atlassian.confluence.plugin.PluginDirectoryProvider
 
getPluginsCacheDirectory() - Method in class com.atlassian.confluence.plugin.SimplePluginDirectoryProvider
 
getPluginsClassLoader() - Method in class com.atlassian.confluence.plugin.PluginsClassLoaderAvailableEvent
 
getPluginSectionHtml() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.AboutPagePanelModuleDescriptor
 
getPluginSettings(String) - Method in class com.atlassian.confluence.impl.settings.BandanaLegacyPluginSettingsManager
 
getPluginSettings(String) - Method in class com.atlassian.confluence.impl.settings.DelegatingLegacySettingsManager
 
getPluginSettings(String) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
getPluginSettings(String) - Method in interface com.atlassian.confluence.setup.settings.LegacyPluginSettingsManager
Deprecated.
 
getPluginSettings(String) - Method in interface com.atlassian.confluence.setup.settings.SettingsManager
Deprecated.
 
getPluginsPersistentCacheDirectory() - Method in interface com.atlassian.confluence.plugin.PluginDirectoryProvider
 
getPluginsPersistentCacheDirectory() - Method in class com.atlassian.confluence.plugin.SimplePluginDirectoryProvider
 
getPluginTempDirectory() - Method in interface com.atlassian.confluence.plugin.PluginDirectoryProvider
 
getPluginTempDirectory() - Method in class com.atlassian.confluence.plugin.SimplePluginDirectoryProvider
 
getPluginVersion() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getPluginVersion() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.PluginAndMaterials
 
getPluginXStream(ClassLoader) - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStreamManager
Allows to use plugin OSGi classloaders and avoid ClassCastException in case of plugin re-installations.
getPluginXStream(ClassLoader) - Method in class com.atlassian.confluence.setup.xstream.XStreamManager
Deprecated.
 
getPluralLabel() - Method in enum class com.atlassian.confluence.api.model.retention.AgeUnit
 
getPointInTimeKeepAlive() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getPolicy() - Method in interface com.atlassian.confluence.api.service.retention.GlobalRetentionPolicyService
Deprecated.
 
getPolicy() - Method in class com.atlassian.confluence.impl.retention.manager.DefaultGlobalRetentionPolicyManager
 
getPolicy() - Method in interface com.atlassian.confluence.impl.retention.manager.GlobalRetentionPolicyManager
 
getPolicy() - Method in class com.atlassian.confluence.impl.retention.service.DefaultGlobalRetentionPolicyService
 
getPolicy() - Method in interface com.atlassian.confluence.retention.GlobalRetentionPolicyService
 
getPolicy(long) - Method in interface com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyService
Deprecated.
 
getPolicy(long) - Method in class com.atlassian.confluence.impl.retention.manager.CachingSpaceRetentionPolicyManager
 
getPolicy(long) - Method in class com.atlassian.confluence.impl.retention.manager.DefaultSpaceRetentionPolicyManager
 
getPolicy(long) - Method in class com.atlassian.confluence.impl.retention.service.DefaultSpaceRetentionPolicyService
 
getPolicy(long) - Method in interface com.atlassian.confluence.retention.SpaceRetentionPolicyManager
 
getPolicy(long) - Method in interface com.atlassian.confluence.retention.SpaceRetentionPolicyService
 
getPolicy(String) - Method in interface com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyService
Deprecated.
 
getPolicy(String) - Method in class com.atlassian.confluence.impl.retention.manager.CachingSpaceRetentionPolicyManager
 
getPolicy(String) - Method in class com.atlassian.confluence.impl.retention.manager.DefaultSpaceRetentionPolicyManager
 
getPolicy(String) - Method in class com.atlassian.confluence.impl.retention.service.DefaultSpaceRetentionPolicyService
 
getPolicy(String) - Method in interface com.atlassian.confluence.retention.SpaceRetentionPolicyManager
 
getPolicy(String) - Method in interface com.atlassian.confluence.retention.SpaceRetentionPolicyService
 
getPoolSize() - Method in interface com.atlassian.confluence.impl.health.checks.DataSourceConfiguration
 
getPoolSize() - Method in class com.atlassian.confluence.impl.health.checks.DefaultDataSourceConfiguration
 
getPopMailServers() - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
getPopularLabels() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractLabelDisplayingAction
 
getPopupLink(String) - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
Get some HTML that will cause a thumbnail to be rendered inline, with a popup-link to the full-sized image.
getPopupLinkPrefix() - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
This method generates an a tag with the 'confluence-thumbnail-link' class.
getPopupLinkSuffix() - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
 
getPort() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
getPort() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getPort() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
getPortName() - Static method in class com.hazelcast.aws.AwsPropertiesAdapter
 
getPosition() - Method in class com.atlassian.confluence.api.model.content.Content
 
getPosition() - Method in class com.atlassian.confluence.api.model.content.Position
 
getPosition() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getPosition() - Method in class com.atlassian.confluence.pages.Page
 
getPosition() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getPosition() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
getPosition() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.SimplePageContent
 
getPosition() - Method in class com.atlassian.confluence.util.EditPageBean
 
getPossibleAlternativesElsewhere() - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
getPossibleAlternativesInSpace() - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
getPossibleAlternativesInSpaceSearch() - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
getPossibleAlternativesInTrash() - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
getPossibleBlogRedirectsInSpace(Space, String, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPossibleBlogRedirectsInSpace(Space, String, int) - Method in interface com.atlassian.confluence.pages.PageManager
Searches for blogs in the space specified, looking for those that have the given title in a previous version.
getPossibleBlogRedirectsNotInSpace(Space, String, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPossibleBlogRedirectsNotInSpace(Space, String, int) - Method in interface com.atlassian.confluence.pages.PageManager
Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version.
getPossibleRedirectsInSpace(Space, String, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPossibleRedirectsInSpace(Space, String, int) - Method in interface com.atlassian.confluence.pages.PageManager
Searches for pages in the space specified, looking for those that have the given title in a previous version.
getPossibleRedirectsNotInSpace(Space, String, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPossibleRedirectsNotInSpace(Space, String, int) - Method in interface com.atlassian.confluence.pages.PageManager
Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version.
getPossiblesInTrash() - Method in class com.atlassian.confluence.pages.AlternativePagesLocator
Returns any pages in Trash with the given space and title.
getPostImportTasks() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getPostImportTasks() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
getPostingCalendarDate() - Method in class com.atlassian.confluence.pages.BlogPost
 
getPostingDate() - Method in class com.atlassian.confluence.api.model.locator.ContentLocator
 
getPostingDate() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
 
getPostingDate() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getPostingDate() - Method in class com.atlassian.confluence.pages.BlogPost
getPostingDateAsDate() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getPostingDateAsDate() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
getPostingDay() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
 
getPostingDay() - Method in class com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator
Deprecated.
 
getPostingDay() - Method in class com.atlassian.confluence.links.linktypes.BlogPostLink
 
getPostingDay() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
Deprecated.
Date paths for blogs are deprecated. The method exists for backward compatibility only and should not be used in the new code.
getPostingDay() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getPostingDay() - Method in class com.atlassian.confluence.renderer.BlogPostReference
 
getPostingDay() - Method in class com.atlassian.confluence.renderer.BlogPostReferenceParser
 
getPostingDay() - Method in class com.atlassian.confluence.renderer.PageContext
 
getPostingDayFormat() - Method in class com.atlassian.confluence.content.render.xhtml.ThreadLocalTransformationDateFormats
 
getPostingDayFormat() - Method in interface com.atlassian.confluence.content.render.xhtml.TransformationDateFormats
 
getPostingDayOfMonth() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getPostingDayOfMonth() - Method in class com.atlassian.confluence.pages.BlogPost
 
getPostingMonth() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getPostingMonth() - Method in class com.atlassian.confluence.pages.BlogPost
 
getPostingMonth() - Method in class com.atlassian.confluence.renderer.BlogPostReference
 
getPostingMonth() - Method in class com.atlassian.confluence.renderer.BlogPostReferenceParser
 
getPostingMonth(DateFormatter) - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getPostingMonth(DateFormatter) - Method in class com.atlassian.confluence.pages.BlogPost
Formats month name of the posting date according to given formatter.
getPostingMonthNumeric() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getPostingMonthNumeric() - Method in class com.atlassian.confluence.pages.BlogPost
 
getPostingTimeAsTime() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getPostingYear() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getPostingYear() - Method in class com.atlassian.confluence.pages.BlogPost
 
getPostingYear() - Method in class com.atlassian.confluence.renderer.BlogPostReference
 
getPostingYear() - Method in class com.atlassian.confluence.renderer.BlogPostReferenceParser
 
getPostProcessor() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getPostProcessor() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
getPostsForDay(int) - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
Get the posts made on a particular day of the month
getPostsForMonth() - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
Get all the posts for the month
getPostTag() - Method in class com.atlassian.confluence.search.v2.DefaultHighlightParams
 
getPostTag() - Method in interface com.atlassian.confluence.search.v2.HightlightParams
 
getPotentialDatasourceLocations() - Method in class com.atlassian.confluence.impl.util.tomcat.DefaultTomcatConfigHelper
 
getPotentialDatasourceLocations() - Method in interface com.atlassian.confluence.util.tomcat.TomcatConfigHelper
Returns the potential locations of datasource files.
getPreExistingContentPermissionForGroup(ContentEntityObject, String, Group) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
Gets pre-existing ContentPermission (singular, optional) for the Group and OperationKey (as String permissionType) specified.
getPreExistingContentPermissionForSubject(ContentEntityObject, String, Subject) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
Gets pre-existing ContentPermission (singular, optional) for the Subject and OperationKey (as String permissionType) specified.
getPreExistingContentPermissionForUser(ContentEntityObject, String, User) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
Gets pre-existing ContentPermission (singular, optional) for the User and OperationKey (as String permissionType) specified.
getPreExistingContentPermissions(ContentEntityObject, String) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
Gets Set of all the distinct ContentPermissions of the specified permissionType pre-existing on the ContentEntityObject passed.
getPreExistingContentPermissions(ContentEntityObject, String, Predicate<ContentPermission>) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
Gets Set of all the distinct ContentPermissions of the specified permissionType pre-existing on the ContentEntityObject passed.
getPreExistingContentPermissionsForSubjectType(ContentEntityObject, String, SubjectType) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
Gets pre-existing ContentPermissions (plural) for the SubjectType and OperationKey (as String permissionType) specified.
getPreferences() - Static method in class com.atlassian.core.user.preferences.DefaultPreferences
Deprecated.
 
getPreferredColorMode(UserKey) - Method in class com.atlassian.confluence.themes.user.DefaultUserThemeService
 
getPreferredDarkTheme(UserKey) - Method in class com.atlassian.confluence.themes.user.DefaultUserThemeService
 
getPreferredDateFormat() - Static method in class com.atlassian.confluence.plugins.rest.jackson2.filter.HttpDateFormat
 
getPreferredLightTheme(UserKey) - Method in class com.atlassian.confluence.themes.user.DefaultUserThemeService
 
getPreferredMaxResults() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentService
 
getPreferredSpaceKey() - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchParameters
 
getPreferredTab() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentService
 
getPreferredUserLocale() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
getPreFetchedAttachmentCount() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent
 
getPreFetchedImageDetailsCount() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent
 
getPrefix() - Method in class com.atlassian.confluence.api.model.content.Label
 
getPrefix() - Method in class com.atlassian.confluence.content.render.xhtml.Namespace
 
getPrefix() - Method in enum class com.atlassian.confluence.importexport.resource.DownloadResourcePrefixEnum
 
getPrefix() - Method in class com.atlassian.confluence.labels.Namespace
 
getPrefix() - Method in class com.atlassian.confluence.labels.ParsedLabelName
 
getPrefix() - Method in class com.atlassian.confluence.legacyapi.model.content.Label
Deprecated.
 
getPrefix() - Method in class com.atlassian.confluence.plugin.AutodetectClassPrefixModuleFactory
Deprecated.
 
getPrefix() - Method in class com.atlassian.confluence.search.v2.query.PrefixQuery
 
getPrefix() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getPrefix(String) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
 
getPreProcessor() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getPreProcessor() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
getPreProcessor() - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
getPrerequisites() - Method in class com.atlassian.confluence.impl.health.AbstractHealthCheck
 
getPrerequisites() - Method in interface com.atlassian.confluence.internal.health.HealthCheck
Returns the checks that must have a non-EventLevel.FATAL result before this check can be run.
getPreSchemaUpgradeTasks() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getPreTag() - Method in class com.atlassian.confluence.search.v2.DefaultHighlightParams
 
getPreTag() - Method in interface com.atlassian.confluence.search.v2.HightlightParams
 
getPrettyElapsedTime() - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
getPrettyElapsedTime() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
getPrettyTimeRemaining() - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
getPrettyTimeRemaining() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
getPrevCursor() - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
getPrevCursor() - Method in interface com.atlassian.confluence.api.model.pagination.PageResponse
 
getPrevCursor() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
getPrevCursor() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
getPreviewKey() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
The previewKey property provides information a client can use to show a relevant preview/icon for this result.
getPreviousContent(Long, String) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
getPreviousDatePost() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getPreviousIndex() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getPreviousLicense() - Method in class com.atlassian.confluence.event.events.admin.LicenceUpdatedEvent
 
getPreviousLicense() - Method in class com.atlassian.sal.confluence.license.SalLicenseChangedEvent
 
getPreviousLoginDate() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getPreviousMaxCacheSize() - Method in class com.atlassian.confluence.event.events.admin.MaxCacheSizeChangedEvent
 
getPreviousMessage() - Method in class com.atlassian.confluence.event.events.cluster.ClusterMaintenanceBannerEvent
 
getPreviousMode() - Method in class com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingModeChangeEvent
 
getPreviousMonth() - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
Get the previous year/month in the form yyyy/MM
getPreviousPage(Page) - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
getPreviousPost() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getPreviousPost() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
getPreviousStartIndex() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getPreviousStartIndex() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
Returns the previous start index.
getPreviousStartIndex() - Method in interface bucket.core.PaginationSupport
Deprecated.
Returns the previous start index.
getPreviousStartIndex() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
Returns the previous start index.
getPreviousStartIndexes() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getPreviousStartIndexes() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
getPreviousStartIndexes() - Method in interface bucket.core.PaginationSupport
Deprecated.
Returns an array of start indexes for pages that appear before the current page If there are no preceding pages, null is returned
getPreviousStartIndexes() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
 
getPreviousSuccessfulLoginDate() - Method in interface com.atlassian.confluence.security.login.HistoricalLoginInfo
 
getPreviousSuccessfulLoginDate() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
getPreviousVersion() - Method in class com.atlassian.confluence.legacyapi.model.content.HistorySummary
Deprecated.
 
getPreviousVersion() - Method in class com.atlassian.confluence.mail.reports.PageReport
 
getPreviousVersion() - Method in class com.atlassian.confluence.pages.AbstractPage
Convenience method to get the immediately prior version since we can't perform arithmetic in velocity (assume that versions are sequential) Method is used in email templates where session is not available.
getPreviousVersion() - Method in class com.atlassian.confluence.pages.SavableAttachment
 
getPreviousVersion(int) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getPreviousVersion(ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Deprecated.
since 7.5.0, use ContentService.find(Expansion...) for plugins, or use ContentEntityManagerInternal in core where applicable
getPreviousVersion(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getPreviousVersionRef() - Method in class com.atlassian.confluence.api.model.content.History
Get the previous version, if this is not the oldest version.
getPreviousVersions() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
Required when an error occurs.
getPreviousVersions() - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
getPreviousVersions(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getPreviousVersions(Attachment) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Get all non-current versions of an attachment, not including the current version.
getPreviousVersions(Attachment) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getPreviousVersions(Attachment) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getPreviousVersions(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getPreviousVersionsOfPageWithTaskId(long, long, int) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getPreviousVersionsOfPageWithTaskId(long, long, int) - Method in interface com.atlassian.confluence.pages.PageManager
Get previous versions of a CEO that contain the given task ID sorted by versions in descending order.
getPreviousVersionsOfPageWithTaskId(long, long, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.AbstractPageDao
Get previous versions of a CEO that contain the given task ID sorted by versions in descending order.
getPreviousVersionsOfPageWithTaskId(long, long, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
getPrimaryActions() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions
 
getPrimaryKeyColumnName(PlatformTransactionManager, SessionFactory, String) - Static method in class com.atlassian.confluence.upgrade.upgradetask.DataAccessUtils
Locates the name of the column used as the primary key on the given table.
getPrimitivePropertyValue(EntityPersister, PrimitiveProperty) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
You will need to insert code here everytime you add a custom type.
getPrincipal() - Method in class com.atlassian.confluence.event.events.cluster.ExpireUserSessionsClusterNotificationEvent
 
getPriority() - Method in enum class com.atlassian.confluence.internal.index.attachment.AttachmentStatus
 
getPriority() - Method in class com.atlassian.confluence.plugin.descriptor.AttachmentTextExtractorModuleDescriptor
 
getPriority() - Method in class com.atlassian.confluence.plugin.descriptor.BulkExtractorModuleDescriptor
 
getPriority() - Method in class com.atlassian.confluence.plugin.descriptor.Extractor2ModuleDescriptor
 
getPrivateKey(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateKeyStoreDao
 
getPrivateKey(String) - Method in interface com.atlassian.confluence.security.trust.KeyStore
 
getProcedureName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
getProcedureName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentDdlHelper
 
getProcedureName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionDdlHelper
 
getProcedureName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionSetDdlHelper
 
getProcedureName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpaceDdlHelper
 
getProcedureName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpacePermissionDdlHelper
 
getProcessed() - Method in class com.atlassian.confluence.index.status.ReIndexJob.Progress
 
getProcessedContentBodySizeInBytes() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
getProcessedContentRecordsCount() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionChangeStateAnalyticsEvent
 
getProcessedIds() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getProcessedIds() - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
getProcessedObjects() - Method in class com.atlassian.confluence.event.events.admin.RestoreInProgressEvent
 
getProcessedObjectsCount() - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
getProcessedObjectsCount() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
getProcessedObjectsCounter() - Method in interface com.atlassian.confluence.impl.backuprestore.statistics.JobStatisticsInfo
 
getProcessedObjectsCounter() - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
getProcessedSpacesCount() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionChangeStateAnalyticsEvent
 
getProductDisplayName() - Method in class com.atlassian.sal.confluence.license.SingleProductDetailsViewImpl
 
getProductKey() - Method in class com.atlassian.sal.confluence.license.SingleProductDetailsViewImpl
 
getProductKeys() - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
getProductLicense(String) - Method in class com.atlassian.sal.confluence.license.MultiProductLicenseDetailsImpl
 
getProductLicenseDetails(String) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
getProductLicenses() - Method in class com.atlassian.sal.confluence.license.MultiProductLicenseDetailsImpl
 
getProductName() - Method in class com.atlassian.confluence.impl.util.db.DefaultDatabaseConfigHelper
 
getProductName() - Method in interface com.atlassian.confluence.util.db.DatabaseConfigHelper
Returns the database product name.
getProductRunId() - Method in class com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEvent
 
getProfileGroups() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
getProfileGroups() - Method in class com.atlassian.confluence.user.DefaultUserDetailsManager
 
getProfileGroups() - Method in interface com.atlassian.confluence.user.UserDetailsManager
Get the list of profile information groups
getProfileKeys(String) - Method in class com.atlassian.confluence.user.DefaultUserDetailsManager
 
getProfileKeys(String) - Method in interface com.atlassian.confluence.user.UserDetailsManager
Gets a list of keys for each property stored against a user
getProfilePageUri() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserProfile
getProfilePicture() - Method in class com.atlassian.confluence.api.model.people.Person
 
getProfilePicture() - Method in class com.atlassian.confluence.legacyapi.model.people.Person
Deprecated.
 
getProfilePictureInfo() - Method in class com.atlassian.confluence.event.events.user.UserProfilePictureUpdateEvent
 
getProfilePictureInfo() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
 
getProfilePictureUri() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserProfile
getProfilePictureUri(int, int) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserProfile
getProgress() - Method in class com.atlassian.confluence.event.events.admin.ReindexStartedEvent
 
getProgress() - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
getProgress() - Method in class com.atlassian.confluence.search.ReIndexTask
 
getProgressMeter() - Method in class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
getProgressMeter() - Method in interface com.atlassian.confluence.content.service.page.MovePageCommand
 
getProgressMeter() - Method in class com.atlassian.confluence.content.service.page.MovePageCommandImpl
 
getProgressMeter() - Method in class com.atlassian.confluence.content.service.page.MovePageToTopOfSpaceCommand
 
getProgressMeter() - Method in class com.atlassian.confluence.event.events.space.SpaceContentWillRemoveEvent
 
getProgressMeter() - Method in class com.atlassian.confluence.event.events.space.SpaceRemoveEvent
 
getProgressMeter() - Method in class com.atlassian.confluence.event.events.space.SpaceWillRemoveEvent
 
getProgressMeter() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getProgressMeter() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
getProgressMeter() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.BulkPageCopyExecutionContext
 
getProgressMeter() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions
 
getProgressMeter() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.delete.BulkPageDeleteExecutionContext
 
getProgressMonitor() - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceExportConfiguration
 
getProgressPercentage() - Method in class com.atlassian.confluence.index.status.ReIndexJob
Computes the progress percentage for reindexing.
getProjectByKey(String) - Method in class com.atlassian.confluence.plugins.navlinks.spi.impl.NavlinksProjectManager
 
getPropagatingProgress() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getPropagationTime() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotRestorationFailedEvent
 
getPropagationTime() - Method in class com.atlassian.confluence.internal.index.event.IndexSnapshotRestoredSuccessfullyEvent
 
getProperties() - Method in interface com.atlassian.confluence.api.extension.ModelMetadataProvider
Get the type hierarchy of the fields and their types provided by this ModelMetadataProvider.
getProperties() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getProperties() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostViewEvent
 
getProperties() - Method in class com.atlassian.confluence.event.events.content.page.PageViewEvent
 
getProperties() - Method in interface com.atlassian.confluence.event.events.types.Viewed
 
getProperties() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
getProperties() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
getProperties() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getProperties() - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEvent
 
getProperties() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
getProperties() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ComponentProperty
Deprecated.
 
getProperties() - Method in class com.atlassian.confluence.importexport.xmlimport.model.CompositeId
Deprecated.
 
getProperties() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
Deprecated.
 
getProperties() - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials
 
getProperties() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getProperties() - Method in class com.atlassian.confluence.plugins.restapi.metadata.content.LabelsModelMetadataProvider
 
getProperties() - Method in class com.atlassian.confluence.renderer.embedded.EmbeddedObject
 
getProperties() - Method in class com.atlassian.confluence.setup.BootstrapPropertiesProvider
Deprecated.
 
getProperties() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getProperties() - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getProperties(Object) - Method in class com.atlassian.confluence.json.introspector.DefaultIntrospector
 
getProperties(Object) - Method in interface com.atlassian.confluence.json.introspector.Introspector
Return the properties of the bean as property names mapped to property value Objects.
getProperties(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getProperties(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getPropertiesWithPrefix(String) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getProperty() - Method in class com.atlassian.confluence.functest.rest.admin.crowd.PropertyRestrictionEntity
 
getProperty(String) - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
getProperty(Object) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getProperty(String) - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Return a property from the context.
getProperty(String) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getProperty(String) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
getProperty(String) - Method in class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
getProperty(String) - Method in class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
getProperty(String) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
getProperty(String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
getProperty(String) - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
getProperty(String) - Method in interface com.atlassian.confluence.impl.sitemesh.DecoratablePage
 
getProperty(String) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getProperty(String) - Method in class com.atlassian.confluence.rest.v2.api.model.RestObject
 
getProperty(String) - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
 
getProperty(String) - Method in class com.atlassian.confluence.user.actions.UserDetailsMap
Returns the user property from the map, if not available looks it up for the specified user in the user details manager.
getProperty(String) - Method in class com.atlassian.confluence.util.http.Authenticator
Deprecated.
 
getProperty(String) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getProperty(String, Object) - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Return a property from the context or the supplied defaultValue if the property does not exist on the context.
getProperty(String, Object) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getPropertyAsString(String) - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Returns the property for this key as a String.
getPropertyAsString(String) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getPropertyGet(Object, String, Info) - Method in class com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator
 
getPropertyKeys() - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getPropertyKeys() - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getPropertyName() - Method in class com.atlassian.confluence.api.extension.MetadataProperty
Get the name of the property.
getPropertyName() - Method in class com.atlassian.confluence.api.model.Expansion
 
getPropertyName() - Method in class com.atlassian.confluence.api.model.GraphQLQueryExpansion
 
getPropertyName() - Method in class com.atlassian.confluence.content.render.xhtml.transformers.ExportingReference
 
getPropertyName() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Reference
 
getPropertyName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
getPropertyName() - Method in class com.atlassian.confluence.legacyapi.service.Expansion
Deprecated.
 
getPropertyName(String) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
getPropertyNames() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
getPropertyNames() - Method in class com.atlassian.confluence.util.http.Authenticator
Deprecated.
 
getPropertyResourceAsStream(String) - Method in class com.atlassian.confluence.util.i18n.AbstractI18NResource
 
getPropertyResourceAsStream(String) - Method in class com.atlassian.confluence.util.i18n.LanguagePluginI18NResource
 
getPropertyResourceAsStream(String) - Method in class com.atlassian.confluence.util.i18n.PluginI18NResource
 
getPropertySet(User) - Method in class com.atlassian.confluence.impl.user.UserPreferencesAccessorImpl
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, read-only from 10.0, for removal in 11.0. Use UserPreferencesAccessorImpl.getUserPreferences(ConfluenceUser) instead.
getPropertySet(User) - Method in interface com.atlassian.confluence.impl.user.UserPreferencesAccessorInternal
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, read-only from 10.0, for removal in 11.0. Use UserPreferencesAccessorInternal.getUserPreferences(ConfluenceUser) instead.
getPropertySet(ConfluenceUser) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.7, read-only from 10.0, for removal in 11.0. Use DefaultUserAccessor.getUserPreferences(ConfluenceUser) instead.
getPropertySet(ConfluenceUser) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
getPropertySet(ConfluenceUser) - Method in interface com.atlassian.confluence.user.UserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.7, read-only from 10.0, for removal in 11.0. Use UserAccessor.getUserPreferences(ConfluenceUser) instead.
getPropertySet(Entity) - Method in class com.atlassian.confluence.impl.propertyset.ReadThroughCachingUserPropertySetFactory
 
getPropertySet(Entity) - Method in class com.atlassian.confluence.user.ConfluenceUserPropertySetFactory
Deprecated.
 
getPropertySet(Entity) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdPropertySetFactory
Deprecated.
 
getPropertySet(User) - Method in interface bucket.user.UserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
getPropertySet(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.2, for removal in 10.0. Use DefaultUserAccessor.getUserPreferences(ConfluenceUser) instead.
getPropertySet(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
getPropertySet(User) - Method in interface com.atlassian.confluence.user.UserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.2, for removal in 10.0. Use UserAccessor.getUserPreferences(ConfluenceUser) instead.
getPropertySet(Object) - Method in interface com.atlassian.confluence.core.ConfluencePropertySetManager
Deprecated.
 
getPropertySet(Object) - Method in class com.atlassian.confluence.core.DefaultPropertySetManager
Deprecated.
 
getPropertySet(Object, String, Object, Info) - Method in class com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator
 
getPropertyStringValue(String) - Method in class com.atlassian.confluence.importexport.xmlimport.model.ComponentProperty
Deprecated.
 
getPropertyType() - Method in class com.atlassian.confluence.api.extension.MetadataProperty
Get the java type of the property, or null if there are child properties instead.
getPropertyValue(String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getPropertyValue(String) - Method in class com.atlassian.confluence.importexport.xmlimport.model.CompositeId
Deprecated.
 
getPropertyValueMap() - Method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
 
getProps() - Method in class com.atlassian.confluence.api.model.system.NodeStatus
 
getProps() - Method in interface com.atlassian.confluence.cluster.NodeStatus
 
getProps() - Method in class com.atlassian.confluence.cluster.NodeStatusImpl
 
getProps() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteNodeStatus
 
getProtocol() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
getProtocol() - Method in class com.atlassian.confluence.event.events.analytics.MailServerAnalytics.OutboundServerDeleted
 
getProtocol() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getProtocolList() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getProtocolVersion() - Method in interface com.atlassian.confluence.security.trust.TrustedToken
 
getProvider() - Method in interface com.atlassian.confluence.content.apisupport.CustomContentApiSupportParams
 
getProvider() - Method in class com.atlassian.confluence.content.apisupport.CustomContentApiSupportParamsImpl
 
getProviderId() - Method in interface com.atlassian.confluence.mail.Authorization
 
getProviderId() - Method in class com.atlassian.confluence.mail.Authorization.OAuth2
 
getProxyPort() - Method in class com.atlassian.confluence.impl.util.tomcat.DefaultTomcatConfigHelper
 
getProxyPort() - Method in interface com.atlassian.confluence.util.tomcat.TomcatConfigHelper
Returns the proxy port defined in server.xml.
getPublicKey() - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
getPublicKey(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateKeyStoreDao
 
getPublicKey(String) - Method in interface com.atlassian.confluence.security.trust.KeyStore
 
getPublishDate() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
 
getPublished(SharedDataManager) - Static method in class com.atlassian.confluence.setup.SharedConfigurationMap
 
getPublishedInterface() - Method in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
getPublishers() - Method in class com.atlassian.confluence.api.model.content.Contributors
 
getPurchaseDate() - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel
 
getPurgedAttachmentCnt() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatistic
 
getPurgedAttachmentTotalSizeInBytes() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatistic
 
getPurgedPageCnt() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatistic
 
getQName(String, String, String) - Method in class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorImageAttributeParser
 
getQName(String, String, String) - Method in class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
 
getQName(String, String, String) - Method in class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageImageAttributeParser
 
getQuery() - Method in class com.atlassian.confluence.api.model.GraphQLQueryExpansion
Get the graphql query string.
getQuery() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction.DestinationSearchResults
 
getQuery() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
 
getQuery() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
getQuery() - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchParameters
 
getQuery() - Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
 
getQuery() - Method in interface com.atlassian.confluence.search.plugin.ContentTypeSearchDescriptor
 
getQuery() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getQuery() - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters
 
getQuery() - Method in class com.atlassian.confluence.search.v2.AbstractSearch
Gets the query component of the search
getQuery() - Method in class com.atlassian.confluence.search.v2.DefaultHighlightParams
 
getQuery() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
getQuery() - Method in interface com.atlassian.confluence.search.v2.HightlightParams
 
getQuery() - Method in interface com.atlassian.confluence.search.v2.ISearch
 
getQuery() - Method in class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
 
getQuery() - Method in class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
getQuery(JpaQueryFactory, Object...) - Method in interface com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryFactory
A jakarta.persistence equivalent of HibernateContentQueryFactory.getQuery(EntityManager, Object...) for future support of that API.
getQuery(EntityManager, Object...) - Method in interface com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryFactory
A jakarta.persistence equivalent of HibernateContentQueryFactory.getQuery(EntityManager, Object...) for future support of that API.
getQuery(String) - Method in class com.atlassian.confluence.internal.search.v2.DefaultSiteTextSearchQueryFactory
 
getQuery(String) - Method in interface com.atlassian.confluence.search.v2.SiteTextSearchQueryFactory
Expand query string from SiteTextSearchQuery into a primitive SearchQuery.
getQuery(String, String, Analyzer, float) - Method in class com.atlassian.confluence.internal.search.v2.SiteTextSearchSpanQueryBuilder
Generates span queries (wrapped in a boolean query if needed) for the given queryString.
getQuery(EntityManager, Object...) - Method in interface com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryFactory
Get the JPA implementation of the query this factory wishes to generate.
getQuery(EntityManager, Object...) - Method in class com.atlassian.confluence.plugins.contentproperty.hibernate2.FindAllByContentIdHibernateQueryFactory
 
getQuery(EntityManager, Object...) - Method in class com.atlassian.confluence.plugins.contentproperty.hibernate2.FindAllByContentIdsAndKeysHibernateQueryFactory
 
getQuery(EntityManager, Object...) - Method in class com.atlassian.confluence.plugins.contentproperty.hibernate2.FindAllBySpaceKeyHibernateQueryFactory
 
getQuery(EntityManager, Object...) - Method in class com.atlassian.confluence.plugins.contentproperty.hibernate2.FindByContentIdAndKeyHibernateQueryFactory
 
getQuery(EntityManager, Object...) - Method in class com.atlassian.confluence.plugins.contentproperty.hibernate2.FindBySpaceKeyAndKeyHibernateQueryFactory
 
getQuery(EntityManager, Object...) - Method in class com.atlassian.confluence.test.rpc.FindPluginCustomContentModuleKeyQueryFactory
 
getQueryKey() - Method in exception com.atlassian.confluence.plugins.opensearch.exceptions.OpenSearchQueryMapperNotFoundException
 
getQueryKey() - Method in exception com.atlassian.confluence.search.v2.InvalidQueryException
 
getQueryMapper(String) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchMapperRegistry
 
getQueryMapper(String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.PluggableLuceneSearchMapperRegistry
 
getQueryName() - Method in class com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
 
getQueryParameters() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.CriteriaParameters
Deprecated.
 
getQueryParameters(RecentlyUpdatedMacroParams, RecentlyUpdatedMacroRequestParams, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AllContentTab
 
getQueryParameters(RecentlyUpdatedMacroParams, RecentlyUpdatedMacroRequestParams, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.FavouriteSpacesTab
 
getQueryParameters(RecentlyUpdatedMacroParams, RecentlyUpdatedMacroRequestParams, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.NetworkTab
 
getQueryParameters(RecentlyUpdatedMacroParams, RecentlyUpdatedMacroRequestParams, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.PopularTab
 
getQueryParameters(RecentlyUpdatedMacroParams, RecentlyUpdatedMacroRequestParams, RenderContext) - Method in interface com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.RecentlyUpdatedMacroTab
 
getQueryParameters(RecentlyUpdatedMacroParams, RecentlyUpdatedMacroRequestParams, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.SpaceCategoryTab
 
getQueryString() - Method in class com.atlassian.confluence.core.actions.FourOhFourAction
 
getQueryString() - Method in class com.atlassian.confluence.event.events.search.SiteSearchAuditEvent
 
getQueryString() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.CriteriaParameters
Deprecated.
 
getQueryString() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getQueryString() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getQueryString() - Method in class com.atlassian.confluence.search.SearchResultRenderContext
Return the query string if set, otherwise returns empty string.
getQueryString() - Method in class com.atlassian.confluence.search.v2.query.UserInfoQuery
 
getQueryString() - Method in class com.atlassian.confluence.search.v2.query.UserTextQuery
 
getQueryString() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
getQueryString() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction.SearchQueryBean
Deprecated.
 
getQueryTokens() - Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
The individual tokens from the query String that these results are for.
getQueue() - Method in class com.atlassian.confluence.admin.actions.ViewIndexQueueAction
Deprecated.
Retrieve the currently queued entries.
getQueue() - Method in class com.atlassian.confluence.event.ConfluencePoolBasedEventExecutorFactory
Deprecated.
 
getQueue() - Method in class com.atlassian.confluence.impl.admin.actions.AbstractViewIndexQueueAction
Retrieve the currently queued entries.
getQueuedEntries() - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
getQueuedEntries() - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
getQueuedEntries() - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
getQueuedEntries() - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Retrieve a list of all queued entries.
getQueuedEntries(int) - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
getQueuedEntries(int) - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
getQueuedEntries(int) - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
getQueuedEntries(int) - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Retrieve a list of the N of queued entries.
getQueueFirstHundred() - Method in class com.atlassian.confluence.admin.actions.ViewIndexQueueAction
Deprecated.
Retrieve the first 100 currently queued entries.
getQueueFirstHundred() - Method in class com.atlassian.confluence.impl.admin.actions.AbstractViewIndexQueueAction
Retrieve the first 100 currently queued entries.
getQueueItemsAdded(IndexQueueType) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.DefaultIndexQueueItemsService
 
getQueueItemsAdded(IndexQueueType) - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemsService
Returns the number of items added to the specified index queue.
getQueueItemsProcessed(IndexQueueType) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.DefaultIndexQueueItemsService
 
getQueueItemsProcessed(IndexQueueType) - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemsService
Returns the number of items processed in the specified index queue.
getQueueSize() - Method in class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
 
getQueueSize() - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
getQueueSize() - Method in interface com.atlassian.confluence.internal.search.IncrementalIndexManager
 
getQueueSize() - Method in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
getQueueSize() - Method in class com.atlassian.confluence.search.FlushStatistics
Retrieve the number of elements processed by the latest flush.
getQueueSize() - Method in interface com.atlassian.confluence.search.IndexManager
 
getQueueSize(IndexQueueType) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueSizeMetric
 
getQueueSize(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getQueueSize(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns the size of the task queue with the specified name.
getQueueSize(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getQuickNavResults(HttpServletRequest, String, List<String>, String, boolean, int, int) - Method in class com.atlassian.confluence.plugins.quicknav.resources.QuickNavResource
This is the primary Confluence QuickNav endpoint, it provides the majority (if not all) of the search results in the QuickNav dropdown.
getRandomString() - Method in class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
getRange() - Method in class com.atlassian.confluence.search.v2.query.DoubleRangeQuery
 
getRange() - Method in class com.atlassian.confluence.search.v2.query.IntegerRangeQuery
 
getRange() - Method in class com.atlassian.confluence.search.v2.query.LongRangeQuery
 
getRange(int, int) - Method in class com.atlassian.confluence.core.DefaultListBuilder
 
getRange(int, int) - Method in interface com.atlassian.confluence.core.ListBuilder
Gets a range of results by providing the indexes of the first and last elements you wish to return.
getRangeLength() - Method in class com.atlassian.confluence.web.rangerequest.RangeRequest
 
getRank() - Method in class com.atlassian.confluence.labels.dto.RankedLiteLabelSearchResult
 
getRank() - Method in class com.atlassian.confluence.labels.persistence.dao.RankedLabelSearchResult
 
getRawDirectory(Long, String, Map<String, String>) - Method in class com.atlassian.confluence.impl.user.crowd.CacheableDirectoryInstanceLoader
 
getRawParameters() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
getRawProductLicense(String) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
getRawQuery() - Method in class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
getRawQuery() - Method in class com.atlassian.confluence.search.v2.query.TextSearchQuery
 
getRawQuery() - Method in class com.atlassian.confluence.search.v2.query.WildcardTextFieldQuery
 
getRawResults() - Method in class com.atlassian.confluence.search.v2.DefaultSearchResults
Get the raw search results.
getRawTestString() - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
getRawText(String) - Method in class com.atlassian.sal.confluence.message.ConfluenceI18nResolver
 
getRawText(Locale, String) - Method in class com.atlassian.sal.confluence.message.ConfluenceI18nResolver
 
getRawValue() - Method in class com.atlassian.confluence.plugins.index.api.DocValuesFieldDescriptor
Deprecated.
 
getRawValue() - Method in class com.atlassian.confluence.plugins.index.api.DoubleFieldDescriptor
Deprecated.
 
getRawValue() - Method in class com.atlassian.confluence.plugins.index.api.FieldDescriptor
 
getRawValue() - Method in class com.atlassian.confluence.plugins.index.api.FloatFieldDescriptor
Deprecated.
 
getRawValue() - Method in class com.atlassian.confluence.plugins.index.api.IntFieldDescriptor
Deprecated.
 
getRawValue() - Method in class com.atlassian.confluence.plugins.index.api.LongFieldDescriptor
Deprecated.
 
getRawValue() - Method in class com.atlassian.confluence.plugins.index.api.NumericDocValuesFieldDescriptor
Deprecated.
 
getRawValue() - Method in class com.atlassian.confluence.plugins.index.api.SortedDocValuesFieldDescriptor
Deprecated.
 
getReadOnlyGroups() - Method in class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
getReadOnlyGroups() - Method in class com.atlassian.confluence.user.administrators.DefaultEditUserGroupAdministrator
 
getReadOnlyGroups() - Method in interface com.atlassian.confluence.user.administrators.EditUserGroupAdministrator
 
getReadThroughCache(String) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getReadThroughCache(String, CacheSettings) - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
getReadTime() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getReadTime(String) - Method in class com.atlassian.confluence.impl.pages.readtime.DefaultEstimatedReadTimeService
Calculate the read time in minutes for the given content
getReadTime(String) - Method in interface com.atlassian.confluence.impl.pages.readtime.EstimatedReadTimeService
Calculate the read time in minutes for the given content
getRealBuildNumber() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getRealBuildNumber() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
getRealClass(Object) - Static method in class com.atlassian.confluence.core.ConfluenceEntityObject
Get the real class of a content entity object.
getRealContentEntityObjectSubclass(Object, Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
Returns content entity subclass by entity id jira.atlassian.com/browse/CONFSRVDEV-23863
getRealTitle() - Method in interface com.atlassian.confluence.labels.DisplayableLabel
Deprecated.
getRealTitle() - Method in class com.atlassian.confluence.labels.Label
Deprecated, for removal: This API element is subject to removal in a future version.
getReason() - Method in class com.atlassian.confluence.event.events.analytics.LicenseCheckFailedEvent
 
getReason() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
getReason() - Method in class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure
 
getReason() - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceFailureNodeAnalyticsEvent
 
getReason() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction.Result
 
getReason() - Method in class com.atlassian.confluence.rest.v2.api.model.RestError
 
getReasonKey() - Method in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
 
getReasonPhrase() - Method in enum class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.AdditionalStatus
Get the reason phrase
getReasons() - Method in class com.atlassian.confluence.internal.index.event.ReindexFailureAnalyticsEvent
 
getRebuildingProgress() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getReceivedSpacesCount() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpacesAnalyticsEvent
 
getReceiver() - Method in class com.atlassian.confluence.mail.notification.Notification
 
getReceiverNodeId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexResponseEvent
 
getReceiverNodeId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotCreatedEvent
 
getReceiverNodeId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestEvent
 
getReceiverNodeId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestReceivedEvent
 
getRecentAndPopularLabels(String, LabelManager, int, String) - Static method in class com.atlassian.confluence.util.LabelUtil
 
getRecentAndPopularLabelsForEntity(ContentEntityObject, LabelManager, int, String) - Static method in class com.atlassian.confluence.util.LabelUtil
 
getRecentChangesSize() - Method in class com.atlassian.confluence.user.UserInterfaceState
 
getRecentLabels() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractLabelDisplayingAction
 
getRecentlyAddedBlogPosts(int, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getRecentlyAddedBlogPosts(int, String) - Method in interface com.atlassian.confluence.pages.PageManager
Retrieve the most recently created blog posts in a given space.
getRecentlyAddedBlogPosts(int, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Get list of recently created blog posts.
getRecentlyAddedBlogPosts(int, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getRecentlyAddedBlogPosts(int, Date, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getRecentlyAddedBlogPosts(int, Date, String) - Method in interface com.atlassian.confluence.pages.PageManager
 
getRecentlyAddedBlogPosts(int, Date, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
 
getRecentlyAddedBlogPosts(int, Date, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
getRecentlyAddedEntities(String, int) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Retrieve an iterator of recently added entities, in order of most recent to last.
getRecentlyAddedEntities(String, int) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getRecentlyAddedEntities(String, int) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getRecentlyAddedEntities(String, int) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getRecentlyAddedPages(int, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getRecentlyAddedPages(int, String) - Method in interface com.atlassian.confluence.pages.PageManager
Retrieve the most recently created pages in a given space.
getRecentlyAddedPages(int, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getRecentlyAddedPages(int, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
 
getRecentlyAuthoredPagesByUser(ConfluenceUser, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getRecentlyModifiedEntities(int) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getRecentlyModifiedEntities(int) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getRecentlyModifiedEntities(String, int) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Retrieve an iterator of recently modified entities, in order of most recent to last.
getRecentlyModifiedEntities(String, int) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getRecentlyModifiedEntities(String, int) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getRecentlyModifiedEntities(String, int) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getRecentlyModifiedEntitiesForUser(ConfluenceUser) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Retrieve an iterator of recently modified entities, in order of most recent to last.
getRecentlyModifiedEntitiesForUser(ConfluenceUser) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getRecentlyModifiedEntitiesForUser(ConfluenceUser) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getRecentlyModifiedEntitiesForUser(ConfluenceUser) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getRecentlyModifiedForChangeDigest(Date) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Retrieves a list of ContentEntityObjects that have been newly added or modified since the date specified.
getRecentlyModifiedForChangeDigest(Date) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieves a list of ContentEntityObjects that have been newly added or modified since the date specified.
getRecentlyModifiedForChangeDigest(Date) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getRecentlyModifiedForChangeDigest(Date) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getRecentlyUpdatedComments(long, int) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
Get all comments that have been updated recently in a space
getRecentlyUpdatedComments(long, int) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
getRecentlyUpdatedComments(Space, int) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
getRecentlyUpdatedComments(Space, int) - Method in interface com.atlassian.confluence.pages.CommentManager
 
getRecentlyUpdatedContent() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
getRecentlyUpdatedContent() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getRecentlyUpdatedPages(int, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getRecentlyUpdatedPages(int, String) - Method in interface com.atlassian.confluence.pages.PageManager
Retrieve the most recently modified pages in a given space.
getRecentlyUpdatedPages(int, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getRecentlyUpdatedPages(int, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
 
getRecentlyUsedLabellings(int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedLabellings(int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedLabellings(int) - Method in interface com.atlassian.confluence.labels.LabelManager
 
getRecentlyUsedLabellingsInSpace(String, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedLabellingsInSpace(String, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedLabellingsInSpace(String, int) - Method in interface com.atlassian.confluence.labels.LabelManager
Deprecated.
getRecentlyUsedLabellingsInSpace(String, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Retrieve the most recently used labellings within the specified space.
getRecentlyUsedLabellingsInSpace(String, LimitedRequest) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedLabellingsInSpace(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedLabels() - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedLabels() - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedLabels() - Method in interface com.atlassian.confluence.labels.LabelManager
Deprecated.
since 9.2.4. Use LabelService
getRecentlyUsedLabels(int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedLabels(int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedLabels(int) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the x most recently used labels.
getRecentlyUsedLabels(int) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getRecentlyUsedLabels(LimitedRequest) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Returns the most recently used global labels in the system.
getRecentlyUsedLabels(LimitedRequest) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedLabels(LimitedRequest) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedLabels(PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.LabelServiceImpl
 
getRecentlyUsedLabels(PageRequest) - Method in interface com.atlassian.confluence.api.service.content.LabelService
Returns a paginated list of the most recent Labels used in a Confluence instance.
getRecentlyUsedLabels(String, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
getRecentlyUsedLabels(String, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getRecentlyUsedLabels(String, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getRecentlyUsedLabels(String, int) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getRecentlyUsedLabels(String, int) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getRecentlyUsedLabelsCompletionStage(PageRequest) - Method in interface com.atlassian.confluence.rest.client.RemoteLabelService
Returns a paginated list of the most recent Labels used in a Confluence instance.
getRecentlyUsedLabelsCompletionStage(PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteLabelServiceImpl
 
getRecentlyUsedLabelsInSpace(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedLabelsInSpace(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedLabelsInSpace(String) - Method in interface com.atlassian.confluence.labels.LabelManager
Deprecated.
getRecentlyUsedLabelsInSpace(String, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedLabelsInSpace(String, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedLabelsInSpace(String, int) - Method in interface com.atlassian.confluence.labels.LabelManager
Deprecated.
getRecentlyUsedLabelsInSpace(String, int) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getRecentlyUsedLabelsInSpace(String, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Retrieve the most recently used labels within the specified space.
getRecentlyUsedLabelsInSpace(String, LimitedRequest) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedLabelsInSpace(String, LimitedRequest) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedLabelsInSpace(String, String, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
getRecentlyUsedLabelsInSpace(String, String, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getRecentlyUsedLabelsInSpace(String, String, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getRecentlyUsedLabelsInSpace(String, String, int) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getRecentlyUsedLabelsInSpace(String, String, int) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getRecentlyUsedPersonalLabellings(String, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedPersonalLabellings(String, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedPersonalLabellings(String, int) - Method in interface com.atlassian.confluence.labels.LabelManager
 
getRecentlyUsedPersonalLabels(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedPersonalLabels(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedPersonalLabels(String) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the labels that were recently used by currently authenticated user.
getRecentlyUsedPersonalLabels(String, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRecentlyUsedPersonalLabels(String, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRecentlyUsedPersonalLabels(String, int) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the labels that were recently used by currently authenticated user.
getRecentRunDetails(JobId) - Method in class com.atlassian.confluence.internal.schedule.persistence.dao.HibernateInternalRunDetailsDao
 
getRecentRunDetails(JobId) - Method in interface com.atlassian.confluence.internal.schedule.persistence.dao.InternalRunDetailsDao
 
getRecentRunDetails(JobId, int) - Method in class com.atlassian.confluence.internal.schedule.persistence.dao.HibernateInternalRunDetailsDao
 
getRecentRunDetails(JobId, int) - Method in interface com.atlassian.confluence.internal.schedule.persistence.dao.InternalRunDetailsDao
 
getRecentTestAppenderLogMessages(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getRecentTestAppenderLogMessages(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
getRecentTestAppenderLogMessages(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getRecentUpdates() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
 
getRecentUpdates(RecentUpdateQueryParameters, int) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentService
 
getRecipient() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
getRecipient() - Method in class com.atlassian.confluence.plugins.like.notifications.LikeNotification
 
getRecipients() - Method in class com.atlassian.confluence.event.events.user.SendUserInviteEvent
 
getRecord(DenormalisedLockService.LockName) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService
 
getRecord(DenormalisedServiceStateRecord.ServiceType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao.DenormalisedServiceStateDao
 
getRecord(String, String) - Method in interface com.atlassian.confluence.setup.bandana.persistence.dao.ConfluenceBandanaRecordDao
Retrieve a record for the given key, return null if no record exists
getRecord(String, String) - Method in class com.atlassian.confluence.setup.bandana.persistence.dao.hibernate.HibernateConfluenceBandanaRecordDao
 
getRecordedErrorLogMessages(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getRecordedErrorLogMessages(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
getRecordedErrorLogMessages(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getRecordedHibernateSql(String) - Method in class com.atlassian.confluence.functest.rest.admin.SqlCaptureResource
 
getRecordedMessages() - Method in class com.atlassian.confluence.impl.logging.LogMessageRecordingAppender
 
getRecordIdFromLongTermMemory() - Method in class com.atlassian.confluence.impl.settings.DefaultGlobalDescriptionManager
 
getRecords(LimitedRequest, Instant, Instant, boolean, String) - Method in interface com.atlassian.confluence.internal.audit.persistence.dao.AuditRecordDao
Deprecated.
 
getRecords(LimitedRequest, Instant, Instant, boolean, String) - Method in class com.atlassian.confluence.internal.audit.persistence.dao.hibernate.HibernateAuditRecordDao
Deprecated.
 
getRecoveryState() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyRecoveryEvent
 
getRecoveryUsername() - Static method in class com.atlassian.confluence.impl.security.recovery.RecoveryUtil
 
getRedirectLocation() - Method in class com.atlassian.confluence.dashboard.actions.HomepageAction
Deprecated.
 
getRedirectLocation() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getRedirectPage() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getRedirectUrl() - Method in class com.atlassian.confluence.oauth2.OAuth2Service.OAuth2Result
 
getRedirectUrl() - Method in class com.atlassian.confluence.pages.actions.BrowseSpaceAction
 
getRedirectUrl() - Method in class com.atlassian.confluence.pages.actions.ListPagesAction
 
getRedirectUrl() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
getRedirectUrl() - Method in class com.atlassian.confluence.pages.actions.SpaceToolsAction
 
getRedirectUrl() - Method in class com.atlassian.confluence.plugins.like.actions.LikeAction
 
getRedirectUrlAndUpdateCookies(String, String, WebInterfaceContext) - Method in class com.atlassian.confluence.core.actions.RedirectActionHelper
 
getRef() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarker
 
getReferencedClass() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
getReferencedClazz() - Method in class com.atlassian.confluence.content.render.xhtml.transformers.ExportingReference
 
getReferencedClazz() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.CollectionOfElements
 
getReferencedClazz() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Reference
 
getReferencedFrom() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
getReferencedId() - Method in class com.atlassian.confluence.content.render.xhtml.transformers.ExportingReference
 
getReferencedId() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Reference
 
getReferencedId() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawData
 
getReferencedObjectId() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredUpdateRecordAction
 
getReferenceInsertionEventHandler(Context) - Method in class com.atlassian.confluence.velocity.htmlsafe.ConfluenceHtmlEntityEncodingPolicy
 
getReferencePropertyValue(Class<E>, String, ImportProcessorContext) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
getReferences() - Method in interface com.atlassian.confluence.content.render.xhtml.transformers.ReferencesFromBodyContentExtractorMarker
Deprecated.
This method will be called by BodyContentDataExporter to get all reference from plugin.
getReferences() - Method in interface com.atlassian.confluence.content.render.xhtml.transformers.ReferencesFromBodyContentExtractorMarkerV2
This method will be called by BodyContentDataExporter to get all reference from plugin.
getReferences() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.UserKeyExtractorFragmentTransformer
 
getReferences() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
getReferencingModuleCompleteKey() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getReferencingModuleCompleteKey() - Method in class com.atlassian.confluence.pages.templates.PluginTemplateReference
 
getReferencingModuleKey() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getReferencingPluginKey() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getReferrerSettings() - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243
getReferringContent(ContentEntityObject) - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
getReferringContent(ContentEntityObject) - Method in interface com.atlassian.confluence.links.LinkManager
 
getReferringContent(ContentEntityObject) - Method in class com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao
 
getReferringContent(ContentEntityObject) - Method in interface com.atlassian.confluence.links.persistence.dao.LinkDao
 
getReferringContent(String, List<ContentEntityObject>) - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
getReferringContent(String, List<ContentEntityObject>) - Method in interface com.atlassian.confluence.links.LinkManager
Gets collection of referring content with given set of pages within single space
getReferringContent(String, List<ContentEntityObject>) - Method in class com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao
 
getReferringContent(String, List<ContentEntityObject>) - Method in interface com.atlassian.confluence.links.persistence.dao.LinkDao
 
getRefreshedToken(String) - Method in class com.atlassian.confluence.impl.oauth2.DefaultOAuth2Service
 
getRefreshedToken(String) - Method in interface com.atlassian.confluence.oauth2.OAuth2Service
 
getRefreshToken() - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials
 
getRegex() - Method in class com.atlassian.confluence.extra.paste.rest.ShortcutLinkConfigurationsResource.ShortcutLinkConfigurationEntity
 
getRegion() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
getRegion() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getRegionName() - Static method in class com.hazelcast.aws.AwsPropertiesAdapter
 
getRegisteredFeatures() - Method in class com.atlassian.confluence.impl.feature.PluginModuleFeatureService
Deprecated.
 
getRegisteredFeatures() - Method in interface com.atlassian.confluence.setup.settings.FeatureService
Deprecated.
 
getRegisteredServices() - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
getRegistrar() - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction
 
getRegistrar() - Method in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
getRegistryConfiguration() - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
getRegistryHomeDirectory() - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistryConfiguration
 
getRegistryName() - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistryConfiguration
 
getRegularBatchSize() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
getReindexId() - Method in class com.atlassian.confluence.event.events.admin.ReindexEvent
 
getReIndexJob() - Method in class com.atlassian.confluence.event.events.admin.ReIndexJobFinishedEvent
 
getReIndexOption() - Method in class com.atlassian.confluence.event.events.admin.ReindexStageFinishedEvent
Deprecated.
getReIndexOption() - Method in class com.atlassian.confluence.event.events.admin.ReindexStageStartedEvent
Deprecated.
getReIndexOptions() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getReindexType() - Method in class com.atlassian.confluence.internal.index.event.ReindexFailureAnalyticsEvent
 
getRejectedExecutionHandler() - Method in class com.atlassian.confluence.event.ConfluencePoolBasedEventExecutorFactory
Deprecated.
 
getRelated() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
getRelatedLabels() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
Returns a list of related labels to the labels matching the search result
getRelatedLabels(Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRelatedLabels(Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRelatedLabels(Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the DEFAULT_LABEL_COUNT labels that are 'related' to the specified label.
getRelatedLabels(Label, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRelatedLabels(Label, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRelatedLabels(Label, int) - Method in interface com.atlassian.confluence.labels.LabelManager
getRelatedLabels(Label, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Retrieve the labels which are related (i.e.
getRelatedLabels(Label, LimitedRequest) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRelatedLabels(Label, LimitedRequest) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRelatedLabels(String, int) - Method in class com.atlassian.confluence.api.impl.service.content.LabelServiceImpl
 
getRelatedLabels(String, int) - Method in interface com.atlassian.confluence.api.service.content.LabelService
Deprecated.
getRelatedLabels(String, int) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getRelatedLabels(String, PageRequest) - Method in class com.atlassian.confluence.api.impl.service.content.LabelServiceImpl
 
getRelatedLabels(String, PageRequest) - Method in interface com.atlassian.confluence.api.service.content.LabelService
Returns the labels related to the given label name, with a specified maximum number of results.
getRelatedLabels(String, String, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
getRelatedLabels(String, String, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getRelatedLabels(String, String, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getRelatedLabels(String, String, int) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getRelatedLabels(String, String, int) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getRelatedLabels(List<? extends Label>, String, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRelatedLabels(List<? extends Label>, String, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRelatedLabels(List<? extends Label>, String, int) - Method in interface com.atlassian.confluence.labels.LabelManager
getRelatedLabelsCompletionStage(String, int) - Method in interface com.atlassian.confluence.rest.client.RemoteLabelService
Returns the labels related to the given label name, with a specified maximum number of results.
getRelatedLabelsCompletionStage(String, int) - Method in class com.atlassian.confluence.rest.client.RemoteLabelServiceImpl
 
getRelatedLabelsInSpace(Label, String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRelatedLabelsInSpace(Label, String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRelatedLabelsInSpace(Label, String) - Method in interface com.atlassian.confluence.labels.LabelManager
getRelatedLabelsInSpace(Label, String, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRelatedLabelsInSpace(Label, String, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRelatedLabelsInSpace(Label, String, int) - Method in interface com.atlassian.confluence.labels.LabelManager
Deprecated.
since 9.2.6 Use SpaceLabelService
getRelatedLabelsInSpace(Label, String, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Get related labels in Space with pagination
getRelatedLabelsInSpace(Label, String, LimitedRequest) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getRelatedLabelsInSpace(Label, String, LimitedRequest) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getRelatedLabelsInSpace(String, String, int) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getRelatedLabelsInSpace(String, String, String, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
getRelatedLabelsInSpace(String, String, String, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getRelatedLabelsInSpace(String, String, String, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getRelatedLabelsInSpace(String, String, String, int) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getRelatedLabelsInSpace(String, String, String, int) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getRelationDescriptor() - Method in class com.atlassian.confluence.api.model.relations.RelationInstance
 
getRelationDescriptor() - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery
 
getRelationEntities(String, S, T, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
getRelationEntity(ContentEntityObject, ContentEntityObject, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
getRelationEntity(ConfluenceUser, ContentEntityObject, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
getRelationEntity(ConfluenceUser, ConfluenceUser, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
getRelationEntity(S, T, RelationDescriptor<?, ?>) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
Get relation for given content, type and name.
getRelationId() - Method in class com.atlassian.confluence.core.ContributionStatus
 
getRelationName() - Method in class com.atlassian.confluence.api.impl.service.relation.DefaultValidatingRelationDescriptor
 
getRelationName() - Method in class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
 
getRelationName() - Method in interface com.atlassian.confluence.api.model.relations.RelationDescriptor
Get relation name.
getRelationName() - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
getRelationsCount(ContentEntityObject, ContentEntityObject, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
getRelationsCount(ConfluenceUser, ContentEntityObject, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
getRelationsCount(ConfluenceUser, ConfluenceUser, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
getRelationsCount(S, T, RelationDescriptor<?, ?>) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
Get total number of relations for given content, type and name.
getRelationshipType(RelationDescriptor<?, ?>) - Static method in enum class com.atlassian.confluence.dmz.relations.RelationshipTypeEnum
Returns type of relationship based on relation descriptor.
getRelationshipType(RelationDescriptor<?, ?>, boolean) - Static method in enum class com.atlassian.confluence.dmz.relations.RelationshipTypeEnum
Returns type of relationship based on relation descriptor.
getRelativeImageUrl(Emoticon) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.inline.EmoticonDisplayMapper
Get a relative URL for the emoticon.
getRelativeImageUrl(Emoticon) - Method in class com.atlassian.confluence.content.render.xhtml.editor.inline.SimpleEmoticonDisplayMapper
 
getRelativeSignupURL() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
getRelativeSignupURL() - Method in interface com.atlassian.confluence.user.SignupManager
 
getRelevantViewRestrictions() - Method in class com.atlassian.confluence.api.model.content.Content
Returns a Map of relevant View restrictions present on the given Content including direct inherited View restrictions
getRelevantViewRestrictionsForContent(LimitedRequest, Map<Long, Long>) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
getRelevantViewRestrictionsForContent(LimitedRequest, Map<Long, Long>) - Method in interface com.atlassian.confluence.internal.ContentPermissionManagerInternal
Return RelevantViewRestrictions per content where it will contain the direct and inherited permission set required to view the content
getRelevantViewRestrictionsForContent(LimitedRequest, Map<Long, Long>) - Method in interface com.atlassian.confluence.internal.security.persistence.ContentPermissionSetDaoInternal
Return RelevantViewRestrictions per content where it will contain direct and inherited permission set required to access a content
getRelevantViewRestrictionsForContent(LimitedRequest, Map<Long, Long>) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
getRelevantViewRestrictionsForContent(LimitedRequest, Map<Long, Long>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
getRelevantViewRestrictionsForContent(LimitedRequest, Map<Long, Long>, Expansions) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
Return RelevantViewRestrictions per content where it will contain direct and inherited permission set required to access a content
getRelevantViewRestrictionsForContentCompletionStage(ContentId, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
Return a list of view content permission set which need to be passed in other to access this content.
getRelevantViewRestrictionsForContentCompletionStage(ContentId, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
getRelevantViewRestrictionsForSingleContent(LimitedRequest, ContentId, Expansions) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
getRelevantViewRestrictionsForSingleContent(LimitedRequest, ContentId, Expansions) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
Return RelevantViewRestrictions per content where it will contain direct and inherited permission set required to access a content
getRemainingUserCount() - Method in class com.atlassian.confluence.license.rest.resource.LicenseResource
Return the number of free slots on this Confluence instance
getRemappedAttachmentIds() - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
getRemappedAttachmentIds() - Method in interface com.atlassian.confluence.pages.AttachmentManager
Gets a list of remapped attachment IDs.
getRemappedAttachmentIds() - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
getRemappedAttachmentIds() - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
getRemappedAttachmentIds() - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
getRemappedAttachmentIds() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Gets a list of remapped attachment IDs.
getRemappedAttachmentIds() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
getRemappedAttachmentIds() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
getRememberMeService() - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
getRemoteAddress() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
getRemoteAddress() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getRemoteAddress() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinRequest
Returns the address of the remote node.
getRemoteAddress() - Static method in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
getRemoteHost() - Method in class com.atlassian.confluence.event.events.security.SecurityEvent
 
getRemoteIP() - Method in class com.atlassian.confluence.event.events.security.SecurityEvent
 
getRemotePort() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinRequest
Returns the remote port.
getRemoteUser() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
getRemoteUser() - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
getRemoteUser(String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
getRemoteUser(HttpServletRequest) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
getRemoteUser(HttpServletRequest) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
getRemoteUserKey() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
getRemoteUserKey() - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
getRemoteUserKey(HttpServletRequest) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
getRemoteUserKey(HttpServletRequest) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
getRemoteUsername() - Method in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
getRemoteUsername() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
getRemoteUsername() - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
getRemoteUsername(HttpServletRequest) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
getRemoteUsername(HttpServletRequest) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
getRemovalNumberOfContent() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
getRemovedLabels() - Method in interface com.atlassian.confluence.labels.service.RemoveLabelCommand
A list of labels removed as strings
getRemovedLabels() - Method in class com.atlassian.confluence.labels.service.RemoveLabelCommandImpl
 
getRemovedVersions() - Method in class com.atlassian.confluence.impl.event.AttachmentRemovedEvent
 
getRemoveLabel(Label) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
Returns a DisplayableLabel representing the currently viewed labels, minus the given label.
getRenamedPagesInSpace() - Method in class com.atlassian.confluence.pages.AlternativePagesLocator
Returns pages in the space that had the required title but have been renamed.
getRender() - Method in class com.atlassian.confluence.content.render.xhtml.view.RenderResult
 
getRenderContext() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
 
getRenderContext() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getRenderContext() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getRenderContext() - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
getRenderContext() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
getRenderContext(RecentlyUpdatedMacroRequestParams, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AllContentTab
 
getRenderContext(RecentlyUpdatedMacroRequestParams, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.FavouriteSpacesTab
 
getRenderContext(RecentlyUpdatedMacroRequestParams, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.NetworkTab
 
getRenderContext(RecentlyUpdatedMacroRequestParams, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.PopularTab
 
getRenderContext(RecentlyUpdatedMacroRequestParams, RenderContext) - Method in interface com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.RecentlyUpdatedMacroTab
Gives each tab a chance to add things to the macro's rendering context
getRenderContext(RecentlyUpdatedMacroRequestParams, RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.SpaceCategoryTab
 
getRenderContext(String) - Method in class com.atlassian.confluence.pages.templates.XhtmlTemplateHandler
 
getRenderedAboutMe() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getRenderedAboutMe() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getRenderedClass(Link) - Method in class com.atlassian.confluence.content.render.xhtml.editor.EditorModelToRenderedClassMapper
 
getRenderedClass(Link) - Method in interface com.atlassian.confluence.content.render.xhtml.view.ModelToRenderedClassMapper
 
getRenderedClass(Link) - Method in class com.atlassian.confluence.content.render.xhtml.view.ViewModelToRenderedClassMapper
 
getRenderedContent() - Method in interface com.atlassian.confluence.content.service.RenderContentCommand
Returns the rendered content.
getRenderedContent() - Method in class com.atlassian.confluence.content.service.RenderContentCommandImpl
 
getRenderedContent() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getRenderedContent() - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
getRenderedContent() - Method in class com.atlassian.confluence.renderer.RenderResult
 
getRenderedContent(CharSequence, Map<?, ?>) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
getRenderedContent(CharSequence, Context) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
getRenderedContent(String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getRenderedContent(String, Map<?, ?>) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
getRenderedContent(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.services.DefaultVelocityHelperService
Deprecated.
 
getRenderedContent(String, Map<String, Object>) - Method in interface com.atlassian.confluence.plugin.services.VelocityHelperService
 
getRenderedContent(String, Context) - Method in class com.atlassian.confluence.plugin.services.DefaultVelocityHelperService
Deprecated.
 
getRenderedContent(String, Context) - Method in interface com.atlassian.confluence.plugin.services.VelocityHelperService
 
getRenderedContent(String, Context) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
getRenderedContentId() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent
 
getRenderedContentId() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent
 
getRenderedContentWithoutSwallowingErrors(String, Context) - Method in class com.atlassian.confluence.plugin.services.DefaultVelocityHelperService
Deprecated.
 
getRenderedContentWithoutSwallowingErrors(String, Context) - Method in interface com.atlassian.confluence.plugin.services.VelocityHelperService
 
getRenderedCustomErrorMessage() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getRenderedParam(String, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebItemModuleDescriptor
 
getRenderedParam(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
 
getRenderedTemplate(String, Map<?, ?>) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
getRenderedTemplate(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.services.DefaultVelocityHelperService
Deprecated.
 
getRenderedTemplate(String, Map<String, Object>) - Method in interface com.atlassian.confluence.plugin.services.VelocityHelperService
 
getRenderedTemplate(String, Context) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
getRenderedTemplateContent() - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
get rendered template content 1) manually injected script in renderedTemplateContent will be removed to avoid XSS 2) script from html macro will be parsed according to the specified template ID and will be added to renderedTemplateContent
getRenderedTemplateHtml(String, String, Map<String, Object>) - Method in class com.atlassian.confluence.plugins.soy.VelocityFriendlySoyTemplateRenderer
Render a plugin-provided template and return as a String.
getRenderedTemplateWithoutSwallowingErrors(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.services.DefaultVelocityHelperService
Deprecated.
 
getRenderedTemplateWithoutSwallowingErrors(String, Map<String, Object>) - Method in interface com.atlassian.confluence.plugin.services.VelocityHelperService
 
getRenderedTemplateWithoutSwallowingErrors(String, Map<String, Object>) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
getRenderedTemplateWithoutSwallowingErrors(String, Context) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
getRenderedUrl(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
Renders this web link in the given context.
getRenderedUrl(Map) - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
 
getRenderedUrl(Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
 
getRenderedVersionComment() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getRenderedVersionComment() - Method in class com.atlassian.confluence.core.VersionHistorySummary
 
getRenderedVersionComment() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getRenderedVersionComment() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getRendererType() - Method in class com.atlassian.confluence.content.render.xhtml.migration.ErrorReportingV2Renderer
 
getRendererType() - Method in class com.atlassian.confluence.content.render.xhtml.migration.LazyLoadingMigrationRenderer
 
getRenders() - Method in class com.atlassian.confluence.rss.FeedSupportModuleDescriptor
 
getRepeatCount(Map<String, Serializable>) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
 
getRepeatInterval() - Method in class com.atlassian.confluence.schedule.ScheduledJobConfiguration
 
getRepeatInterval(JobId) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
getRepeatInterval(JobId) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
getRepeatInterval(JobId) - Method in interface com.atlassian.confluence.schedule.managers.ScheduledJobManager
Gets the currently configured repeat interval, or the default value if none has been configured.
getRepeatInterval(JobId) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
getRepetitiveQuery() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.BucketPropertySetItemQueryProvider
 
getRepetitiveQuery() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.site.QueryProvider
The query that retrieves the second and following bunches of records, sorted by id and having a condition like "id is greater than X".
getRepetitiveQuery() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnQueryProvider
 
getRepetitiveQuery() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnWithDiscriminatorQueryProvider
 
getReplacement() - Method in class com.atlassian.confluence.search.v2.analysis.PathHierarchyTokenizerDescriptor
 
getReplacement() - Method in class com.atlassian.confluence.search.v2.analysis.PatternReplaceCharFilterDescriptor
 
getReplyToComment() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getReport() - Method in class com.atlassian.confluence.user.PermittedUserFinder.SearchResult
 
getRepository() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdAuthenticator
Deprecated.
 
getRepository(Entity) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
getRepository(Entity) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
getRepository(Entity) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
getRepresentation() - Method in class com.atlassian.confluence.api.model.content.ContentRepresentation
 
getRepresentation() - Method in class com.atlassian.confluence.api.model.content.FormattedBody
 
getRepresentation() - Method in class com.atlassian.confluence.legacyapi.model.content.ContentBody
Deprecated.
 
getRepresentation() - Method in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
getRepresentation() - Method in enum class com.atlassian.confluence.search.service.SpaceCategoryEnum
 
getRepublishedEvent() - Method in class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryDeletedEvent
 
getRepublishedEvent() - Method in class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryEvent
Creates a copy of the event with a null source for republishing locally.
getRepublishedEvent() - Method in class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent
 
getReqStartTime() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getReqTime() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getRequest() - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getRequest() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
There are two possible cases here - You are within an HTTP request thread, in which case the request will be retrieved from a ThreadLocal You are not a 'web related' thread (e.g.
getRequest() - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
getRequest() - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getRequest() - Method in interface com.atlassian.confluence.web.context.HttpContext
Returns the active HTTP request or null if one cannot be found.
getRequest() - Method in class com.atlassian.confluence.web.context.StaticHttpContext
 
getRequest() - Method in class com.atlassian.sal.confluence.web.context.ConfluenceSalHttpContext
 
getRequestAccessType() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, no replacement.
getRequestCache() - Method in interface com.atlassian.confluence.dmz.security.delegate.ScopesRequestCacheDelegate
 
getRequestCache() - Method in class com.atlassian.confluence.impl.security.delegate.ScopesRequestCacheDelegateImpl
 
getRequestCache() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getRequestCache() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getRequestCache() - Static method in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
getRequestCorrelationId() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getRequestCorrelationId() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getRequestCorrelationId() - Static method in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
getRequestCorrelationId() - Static method in class com.atlassian.confluence.util.VelocityUtil
Returns request correlation id
getRequestCpuTime() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getRequestedFields(Document) - Method in class com.atlassian.confluence.internal.index.lucene.AbstractDocumentCollector
 
getRequestedLimit() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
 
getRequestedLocale() - Method in class com.atlassian.confluence.languages.LocaleInfo
 
getRequestedPermissionsFromForm(Map) - Method in class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
Retrieve the state of the permissions requested by the user
getRequestedPermissionsFromForm(Map) - Method in class com.atlassian.confluence.impl.security.administrators.EditSpacePermissionsAdministrator
 
getRequestedPermissionsFromForm(Map) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Retrieve the state of the permissions requested by the user
getRequestedSpacesCount() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpacesAnalyticsEvent
 
getRequestGCCount() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getRequestGCDuration() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getRequestId() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions
 
getRequestIpHeader() - Method in class com.atlassian.confluence.event.events.internal.auth.SudoAuthIpAllowListFailEvent
 
getRequestIPHeader() - Method in class com.atlassian.confluence.security.websudo.IPAllowListValidationResult
 
getRequestLimit() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
MostUsedLabelsCacheRecord.requestLimit
getRequestMethod() - Method in class com.atlassian.confluence.impl.servlet.RequestEventPublishingFilter.SimpleRequestEvent
 
getRequestMetrics() - Method in class com.atlassian.confluence.jmx.JmxFilter
 
getRequestParameter(String) - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
getRequestParams() - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
getRequestParams() - Method in interface com.atlassian.confluence.security.actions.PermissionsAware
Returns the parameters of the request
getRequestPath(HttpServletRequest) - Static method in class com.atlassian.confluence.util.GeneralUtil
As opposed to GeneralUtil.getOriginalPath(javax.servlet.http.HttpServletRequest), the returned path will be decoded.
getRequestRange() - Method in class com.atlassian.confluence.importexport.resource.PartialAttachmentDownloadResourceReader
 
getRequestRange() - Method in interface com.atlassian.confluence.importexport.resource.PartialDownloadResourceReader
 
getRequestsBegan() - Method in class com.atlassian.confluence.jmx.RequestMetrics
 
getRequestServletPath() - Method in class com.atlassian.confluence.dmz.struts.MappedAction
 
getRequestsServed() - Method in class com.atlassian.confluence.jmx.RequestMetrics
 
getRequestStartTime(ServletRequest) - Static method in class com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter
 
getRequestTimeout() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
getRequestTimeout() - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
getRequestTimestamp() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun
 
getRequestTimestamp() - Method in class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl
 
getRequestTimestamp() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager.RunImpl
 
getRequestTimestamp() - Method in interface com.atlassian.confluence.upgrade.UpgradeFinalizationManager.Run
Obtains the timestamp when the finalization is requested to the cluster.
getRequestTs() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
MostUsedLabelsCacheRecord.requestTs
getRequestTs() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
 
getRequestUri() - Method in class com.atlassian.confluence.core.actions.FourOhFourAction
 
getRequestUri() - Method in class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
getRequestUrl(HttpServletRequest) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
getRequestUserTime() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getRequiredFreeCount() - Method in class com.atlassian.confluence.internal.diagnostics.LowFileDescriptorCountAnalyticsEvent
 
getRequiredResources() - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
getRequiredResources() - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getRequiredResources() - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
getRequiredResources(DataSourceFactory, String) - Static method in class com.atlassian.confluence.content.render.xhtml.storage.InlineTasksUtils
Returns the inline task DataSource resources required for the specified content.
getResetPasswordLink() - Method in class com.atlassian.confluence.event.events.security.ForgotPasswordEvent
 
getResetUserPasswordActionViewDataMappings() - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
getResolution() - Method in class com.atlassian.confluence.plugins.index.api.mapping.DateFieldMapping
 
getResolvedXsltTransformerFactory() - Static method in class com.atlassian.confluence.xml.ExportXsltTransformerResolver
 
getResource(String) - Method in interface com.atlassian.confluence.importexport.resource.ResourceAccessor
Returns an InputStream for reading a resource.
getResource(String) - Method in class com.atlassian.confluence.importexport.resource.ServletContextResourceAccessor
 
getResource(String) - Method in class com.atlassian.confluence.plugin.dev.AlternativeDirectoryResourceLoaderSupportingStaticPlugin
 
getResource(String) - Method in class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
 
getResource(String) - Method in class com.atlassian.confluence.util.ConfluenceUberClassLoader
 
getResource(String, int) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager.ConfluenceResourceFactory
 
getResource(String, int) - Method in interface com.atlassian.confluence.velocity.ConfigurableResourceManager.ResourceFactory
 
getResource(String, int, String) - Method in class com.atlassian.confluence.velocity.ConfigurableResourceManager
Gets the named resource.
getResourceAsStream(String) - Method in class com.atlassian.confluence.plugin.dev.AlternativeDirectoryResourceLoaderSupportingStaticPlugin
 
getResourceAsStream(String) - Method in class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
 
getResourceBundle() - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBean
 
getResourceBundle() - Method in interface com.atlassian.confluence.util.i18n.I18NBean
 
getResourceBundle() - Method in class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
 
getResourceBundle() - Method in class it.com.atlassian.confluence.license.I18NBeanToMessageSourceAdapter
 
getResourceBundlePath() - Method in class com.atlassian.confluence.languages.Language
 
getResourceBundles(I18NResource, Locale) - Static method in class com.atlassian.confluence.util.i18n.I18NResourceBundlesLoader
Get resource bundles keyed by locale.
getResourceContent(String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Gets the content of a resource specified.
getResourceContent(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getResourceCount() - Method in class com.atlassian.confluence.pages.actions.AttachmentUploadRequest
 
getResourceDescriptor(String, String) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getResourceDescriptor(String, String) - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getResourceDescriptors() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getResourceDescriptors() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getResourceFactory() - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager
 
getResourceFactory() - Method in class com.atlassian.confluence.velocity.ConfigurableResourceManager
Template method for provisioning a ConfigurableResourceManager.ResourceFactory.
getResourceFromModuleByName(String, String) - Method in class com.atlassian.confluence.core.DefaultPluginDataSourceFactory
 
getResourceFromModuleByName(String, String) - Method in interface com.atlassian.confluence.core.PluginDataSourceFactory
Extract a resource identified by name from a module and expose it as DataSource.
getResourceIdentifier() - Method in exception com.atlassian.confluence.content.render.xhtml.editor.embed.CannotUnmarshalEmbeddedResourceException
 
getResourceIdentifier() - Method in exception com.atlassian.confluence.content.render.xhtml.editor.link.CannotUnmarshalLinkException
 
getResourceIdentifier() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
getResourceIdentifier() - Method in exception com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveResourceIdentifierException
 
getResourceIdentifier() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
getResourceIdentifier(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DelegatingLinkMarshaller
 
getResourceIdentifier(Object, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierFactory
 
getResourceIdentifier(Object, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierFactory
Creates a resource identifier for the specified resource.
getResourceIdentifiers(Class<T>) - Method in class com.atlassian.confluence.impl.content.render.prefetch.ResourceIdentifiers
 
getResourceItentifierType() - Method in class com.atlassian.confluence.impl.content.render.prefetch.AttachmentPrefetcher
 
getResourceItentifierType() - Method in interface com.atlassian.confluence.impl.content.render.prefetch.ResourcePrefetcher
 
getResourceItentifierType() - Method in class com.atlassian.confluence.impl.content.render.prefetch.UserPrefetcher
 
getResourceKey() - Method in interface com.atlassian.confluence.themes.ThemedDecorator
 
getResourceKey() - Method in class com.atlassian.confluence.themes.VelocityDecorator
 
getResourceLocation(String, String) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getResourceLocation(String, String) - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
getResourceName() - Method in class com.atlassian.confluence.content.render.xhtml.migration.UrlResourceIdentifier
 
getResourceName() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
 
getResourceName() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
 
getResourceName() - Method in interface com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.NamedResourceIdentifier
 
getResourceName() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifier
 
getResourcePath() - Method in interface com.atlassian.confluence.importexport.resource.DownloadResourceWriter
The relative URL of the resource, including the application context path.
getResourcePath() - Method in class com.atlassian.confluence.importexport.resource.FileDownloadResourceWriter
 
getResourcePath() - Method in interface com.atlassian.confluence.macro.ResourceAware
 
getResourceReader(String, String, Map) - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
Returns a AttachmentDownloadResourceReader for retrieving attachment content.
getResourceReader(String, String, Map) - Method in class com.atlassian.confluence.importexport.resource.DelegatorDownloadResourceManager
 
getResourceReader(String, String, Map) - Method in interface com.atlassian.confluence.importexport.resource.DownloadResourceManager
Returns a DownloadResourceReader for a downloadable resource.
getResourceReader(String, String, Map) - Method in class com.atlassian.confluence.importexport.resource.ExportDownloadResourceManager
Returns a FileDownloadResourceReader for reading the stored output of the previous execution of a macro.
getResourceReader(String, String, Map) - Method in class com.atlassian.confluence.importexport.resource.IconDownloadResourceManager
 
getResourceReader(String, String, Map) - Method in class com.atlassian.confluence.importexport.resource.PackageResourceManager
 
getResourceReader(String, String, Map) - Method in class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceManager
Returns a ThumbnailDownloadResourceReader for retrieving thumbnail content.
getResourceReader(String, String, Map) - Method in class com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceManager
Returns a WebImagesDownloadResourceReader for retrieving web application images.
getResourceRenderer(EmbeddedObject) - Method in class com.atlassian.confluence.renderer.embedded.DefaultEmbeddedResourceRendererManager
 
getResourceRenderer(EmbeddedObject) - Method in interface com.atlassian.confluence.renderer.embedded.EmbeddedResourceRendererManager
Finds the relevant resource renderer for the embedded resource returns null if no renderer is found.
getResources() - Method in class com.atlassian.confluence.pages.actions.AttachmentUploadRequest
 
getResources() - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
getResources() - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getResources() - Method in class com.atlassian.confluence.setup.SetupWebResourceManager
 
getResources(String) - Method in class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
 
getResources(String) - Method in class com.atlassian.confluence.util.ConfluenceUberClassLoader
 
getResourcesFromModules(String) - Method in class com.atlassian.confluence.core.DefaultPluginDataSourceFactory
 
getResourcesFromModules(String) - Method in interface com.atlassian.confluence.core.PluginDataSourceFactory
Extract all resources from a module and expose them as DataSources.
getResourcesFromModules(String, Predicate<PluginDataSourceFactory.ResourceView>) - Method in class com.atlassian.confluence.core.DefaultPluginDataSourceFactory
 
getResourcesFromModules(String, Predicate<PluginDataSourceFactory.ResourceView>) - Method in interface com.atlassian.confluence.core.PluginDataSourceFactory
Extract resources from a module and expose them as DataSources.
getResourcesFromPath(String) - Method in class com.atlassian.confluence.mail.template.MultipartBuilder
 
getResourceStream(String) - Method in class com.atlassian.confluence.setup.velocity.CustomResourceLoader
Returns an InputStream for the resource with the given name.
getResourceStream(String) - Method in class com.atlassian.confluence.setup.velocity.DebugResourceLoader
Always returns null, indicating this ResourceLoader does not load any content.
getResourceStream(String) - Method in class com.atlassian.confluence.setup.velocity.DynamicPluginResourceLoader
 
getResourceStream(String) - Method in class com.atlassian.confluence.setup.velocity.HibernateResourceLoader
Retrieves a velocity template from Hibernate, using the given source URL.
getResourceStream(String) - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
getResourceTags(String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
getResourceTags(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getResourceTags(String) - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
getResourceType() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getResourceType() - Method in class com.atlassian.confluence.plugin.web.renderer.ConfluenceAwareWebPanelRenderer
 
getResourceWriter(String, String, String) - Method in class com.atlassian.confluence.importexport.resource.ExportDownloadResourceManager
Returns a FileDownloadResourceWriter for storing output of a macro in a temporary location.
getResourceWriter(String, String, String) - Method in interface com.atlassian.confluence.importexport.resource.WritableDownloadResourceManager
Returns a DownloadResourceWriter for a downloadable resource.
getResponse() - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
getResponse() - Method in class com.atlassian.confluence.util.ajax.AjaxResponse
 
getResponse() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
getResponse() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
 
getResponse() - Method in interface com.atlassian.confluence.web.context.HttpContext
Returns the active HTTP response or null if one cannot be found.
getResponse() - Method in class com.atlassian.confluence.web.context.StaticHttpContext
 
getResponse() - Method in class com.atlassian.sal.confluence.web.context.ConfluenceSalHttpContext
 
getResponseEncoding(HttpServletRequest) - Method in class com.atlassian.confluence.util.zip.ConfluenceGzipFilterIntegration
 
getResponseURI() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
getResponseURI() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
Returns the URI of the site that the response came from.
getRestApiBaseUrl() - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
 
getRestoreAction() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
getRestoreCheckCount() - Method in class com.atlassian.confluence.internal.index.event.SourceNodeLeftClusterDuringPropagationEvent
Returns the count of how many times a restore checks have been attempted.
getRestoreTitle() - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
If true, we restore the content title to be same as the version we restore from.
getRestoreWorkingDir(JobScope) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Returns restore working directory based on the JobScope
getRestPageModelName() - Method in class com.atlassian.confluence.swagger.enricher.ConfluenceResponseDocEnricher
 
getRestrictedDomains() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
getRestrictedDomains() - Method in interface com.atlassian.confluence.user.SignupManager
Returns comma separated list of domains.
getRestriction() - Method in class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
 
getRestrictions() - Method in class com.atlassian.confluence.api.model.content.Content
Returns a Map of restrictions present on the given Content, grouped by Operation.
getRestrictions() - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction
Presents information about the restriction in a form of Map<SubjectType, PageResponse<Subject>>
getRestrictions() - Method in class com.atlassian.confluence.functest.rest.admin.crowd.BooleanRestrictionEntity
 
getRestrictions() - Method in class com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse
 
getRestrictions() - Method in class com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.OperationRestriction
 
getRestrictions() - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
getRestrictions(ContentId, PageRequest, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
getRestrictions(ContentId, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
Retrieves all the restrictions for all the operations on a given Content.
getRestrictions(ContentId, String, UriInfo, int, int) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
Returns all the restrictions which are directly specified on a piece of content identified by contentId param
getRestrictionsCompletionStage(ContentId, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
Retrieves all the restrictions for all the operations on a given Content.
getRestrictionsCompletionStage(ContentId, PageRequest, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
getRestrictionsForOperation(ContentId, OperationKey, PageRequest, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
getRestrictionsForOperation(ContentId, OperationKey, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
Retrieves all restrictions for given operation key on given content.
getRestrictionsForOperationCompletionStage(ContentId, OperationKey, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
Retrieves all restrictions for given operation key on given content.
getRestrictionsForOperationCompletionStage(ContentId, OperationKey, PageRequest, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
getRestrictionsGroupByOperation(ContentId, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
getRestrictionsGroupByOperation(ContentId, Expansion...) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
List all restrictions that exist directly on the given content.
getRestrictionsGroupByOperationCompletionStage(ContentId, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
List all restrictions that exist directly on the given content.
getRestrictionsGroupByOperationCompletionStage(ContentId, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
getRestrictionsHash() - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse
 
getRestrictionsHash(ContentEntityObject) - Static method in class com.atlassian.confluence.security.PermissionUtils
 
getResult() - Method in class com.atlassian.confluence.api.service.journal.EntryProcessorResult
 
getResult() - Method in interface com.atlassian.confluence.cache.spring.BeanNameCacheResult
Deprecated.
Returns the result stored in the cache.
getResult() - Method in interface com.atlassian.confluence.cluster.ClusterSetupValidator
 
getResult() - Method in class com.atlassian.confluence.cluster.DefaultClusterSetupValidator
 
getResult() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
 
getResult() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedColumn
 
getResult() - Method in class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated.
 
getResult(List<Notification>) - Static method in class com.atlassian.confluence.plugins.rest.jackson2.resources.ContentWatchesResource
 
getResultExcerpt() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getResultExcerpt() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getResultExcerpt() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets excerpt from the context of the search result.
getResultExcerpt(int) - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getResultExcerptWithHighlights() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResult
 
getResultExcerptWithHighlights() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchResult
 
getResultExcerptWithHighlights() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getResultExcerptWithHighlights() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets excerpt from the context of the search result, as SearchResult.getResultExcerpt(), but in a HTML-safe manner.
getResultGlobalContainer() - Method in class com.atlassian.confluence.api.model.search.SearchResult
The top level container of the result that is not contained in another container.
getResultGlobalContainerRef() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getResultParent() - Method in class com.atlassian.confluence.api.model.search.SearchResult
Deprecated.
getResultParentContainer() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getResultParentRef() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getResultPath() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskSubmission
 
getResults() - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
getResults() - Method in interface com.atlassian.confluence.api.model.pagination.PageResponse
 
getResults() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
getResults() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
getResults() - Method in class com.atlassian.confluence.content.render.xhtml.view.BatchedRenderResult
 
getResults() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getResults() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse
 
getResults() - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
getResults() - Method in class com.atlassian.confluence.plugins.labels.actions.RankListLabelsAction
 
getResults() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntityList
Returns the SearchResultEntity list that was found using the FULL search.
getResults() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultGroupEntity
 
getResults() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPageResponse
 
getResults() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
getResults() - Method in class com.atlassian.confluence.search.contentnames.ContentNameSearchSection
 
getResultsCount() - Method in class com.atlassian.confluence.event.events.label.LabelManagerMetricsEvent
 
getResultSet(CallableStatement) - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
getResultsPerPage() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getResultsPerPage() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
getResultsPerPage() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
getResultsPerPageOptions() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getResultsPerPageOptions() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
getResultsPerPageOptions() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
getResultTypeForSetupAction() - Static method in class com.atlassian.confluence.setup.SetupUtil
 
getResumableDraftsBySpace() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
getRetryCount() - Method in class com.atlassian.confluence.jmx.TaskQueueWrapper
 
getReturnPath() - Method in class com.atlassian.confluence.pages.actions.RemovePagePermissionAction
 
getReturnType() - Method in class com.atlassian.confluence.util.velocity.debug.VelMethodDebugDecorator
 
getReusedObjectsCount() - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
getReusedObjectsCount() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
getReusedObjectsCount() - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
getRev() - Method in class com.atlassian.synchrony.EventId
 
getRevertComment() - Method in class com.atlassian.confluence.event.events.content.ContentRevertedEvent
 
getRevisedPage() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
getRevisedPage() - Method in class com.atlassian.confluence.pages.actions.DiffPagesByVersionAction
 
getRewrittenContent() - Method in class com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter.RewriteResult
 
getRightFooterLinks() - Method in class com.atlassian.confluence.mail.notification.listeners.PerNotificationData
Returns the list of subscription links for the bottom-right of each notification.
getRole() - Method in class com.atlassian.confluence.plugins.like.notifications.LikeNotification
 
getRootContainer(Contained<?>) - Static method in class com.atlassian.confluence.api.impl.service.content.factory.ContentFactory
 
getRootDir() - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
 
getRootName() - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationPersister
 
getRootNodes() - Method in class com.atlassian.confluence.pages.ContentTree
 
getRootPages() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getRootPath() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
getRows() - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
getRows() - Method in class com.atlassian.confluence.pages.thumbnail.Thumbnails
 
getRows() - Method in class com.atlassian.confluence.tinymceplugin.events.Layout2CreatedEvent
 
getRowsRemoved() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionEvent
 
getRowsRemoved() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionRemovalEvent
 
getRssDescriptor() - Method in class com.atlassian.confluence.dashboard.actions.DashboardAction
 
getRssDescriptor() - Method in class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
getRssDescriptor() - Method in class com.atlassian.confluence.spaces.actions.ViewRecentlyUpdatedSpaceContentAction
 
getRssDescriptor() - Method in class com.atlassian.confluence.user.actions.ViewFollowAction
 
getRssHref() - Method in class com.atlassian.confluence.core.actions.RssDescriptor
 
getRssLink() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getRssParameters() - Method in class com.atlassian.confluence.dashboard.actions.GlobalRssFeedAction
 
getRssParameters() - Method in class com.atlassian.confluence.spaces.actions.BlogPostRssFeedAction
 
getRssParameters() - Method in class com.atlassian.confluence.spaces.actions.LegacySpaceRssFeedAction
 
getRssParameters() - Method in class com.atlassian.confluence.spaces.actions.SpaceCommentRssFeedAction
 
getRssParameters() - Method in class com.atlassian.confluence.spaces.actions.SpaceRssFeedAction
 
getRssSorts() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getRssTimeout() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
The RSS Feed timeout in seconds.
getRssTimeout() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getRssType() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getRssType() - Method in class com.atlassian.confluence.dashboard.actions.GlobalRssFeedAction
 
getRssType() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
getRssType() - Method in class com.atlassian.confluence.spaces.actions.LegacySpaceRssFeedAction
 
getRssTypes() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getRuleScope() - Method in class com.atlassian.confluence.impl.retention.rules.EvaluatedHistoricalVersion
 
getRuleScope() - Method in class com.atlassian.confluence.impl.retention.rules.EvaluatedTrash
 
getRunAt() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getRunId() - Method in class com.atlassian.confluence.internal.index.event.AbstractReindexAnalyticsEvent
 
getRunningOrMostRecentReIndex() - Method in interface com.atlassian.confluence.index.status.ReIndexJobManager
 
getRunningOrMostRecentReIndex() - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
getRuntime() - Static method in interface com.atlassian.confluence.util.JvmSystemResources
 
getRuntimeConfiguration() - Method in class com.atlassian.confluence.setup.struts.PluginAwareXWorkConfiguration
 
getRuntimeEnvironment() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getRuntimeEnvironment(ServletContext) - Method in class com.atlassian.confluence.status.service.SystemInformationHelper
Gets an ordered map of information about the Confluence runtime environment: JVM, application server and operating environment
getSafeDatabaseInfo() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getSafeDatabaseInfo() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getSafetyNumber() - Method in interface com.atlassian.confluence.cluster.safety.ClusterSafetyDao
Returns the current cluster safety number.
getSafetyNumber() - Method in class com.atlassian.confluence.cluster.safety.ClusterSafetyNumber
 
getSafetyNumber() - Method in class com.atlassian.confluence.cluster.safety.HibernateClusterSafetyDao
 
getSafetyNumberMap() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
getSafetyNumberMap() - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
getSafetyNumberMap() - Method in class com.atlassian.confluence.cluster.safety.DefaultClusterSafetyManager
 
getSafetyNumberModifierMap() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
getSafetyNumberModifierMap() - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
getSafetyNumberModifierMap() - Method in class com.atlassian.confluence.cluster.safety.DefaultClusterSafetyManager
 
getSameSiteAttributeFromTomcatContext(HttpServletRequest) - Static method in class com.atlassian.confluence.util.CookieUtil
Retrieves the `SameSite` attribute value from the Tomcat context by accessing the internal `Rfc6265CookieProcessor` object of the currently running application.
getSanitisedContent() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getSaveContext() - Method in class com.atlassian.confluence.content.event.PluginContentUpdatedEvent
 
getSaveContext() - Method in class com.atlassian.confluence.content.service.experimental.PreparedAbstractPage
 
getSaveContext() - Method in class com.atlassian.confluence.event.events.internal.attachment.AttachmentCreatedAuditingEvent
 
getSaveContext() - Method in class com.atlassian.confluence.impl.notifications.ContentEntityAutoWatcher.AutowatchIfRequiredEvent
 
getScale() - Method in class com.atlassian.confluence.search.v2.score.DecayParameters
 
getScanPageSize() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getSchedType() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
getScheduledExecutorService() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
getScheduledJob(JobId) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
getScheduledJob(JobId) - Method in interface com.atlassian.confluence.schedule.managers.ScheduledJobManager
 
getScheduledJob(JobId) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
getScheduledJobConfiguration(JobId) - Method in class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
getScheduledJobConfiguration(JobId) - Method in class com.atlassian.confluence.schedule.persistence.dao.ClusterSafeScheduledJobDao
 
getScheduledJobConfiguration(JobId) - Method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobDao
Gets the job configuration for the specified job.
getScheduledJobKey() - Method in class com.atlassian.confluence.event.events.cluster.ClusterDisableJobEvent
 
getScheduledJobKey() - Method in class com.atlassian.confluence.event.events.cluster.ClusterEnableJobEvent
 
getScheduledJobKey() - Method in class com.atlassian.confluence.event.events.cluster.ClusterUpdateCronJobScheduleEvent
 
getScheduledJobKey() - Method in class com.atlassian.confluence.event.events.cluster.ClusterUpdateSimpleJobScheduleEvent
 
getScheduledJobKey() - Method in class com.atlassian.confluence.schedule.events.PauseJobEvent
 
getScheduledJobKey() - Method in class com.atlassian.confluence.schedule.events.ResumeJobEvent
 
getScheduledJobKey() - Method in class com.atlassian.confluence.schedule.events.TriggerJobEvent
 
getScheduledJobs() - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
getScheduledJobs() - Method in interface com.atlassian.confluence.schedule.managers.ScheduledJobManager
Gets the list of managed job status.
getScheduledJobs() - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
getScheduledJobStatus(ManagedScheduledJob) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobStatusManager
 
getScheduledJobStatus(ManagedScheduledJob) - Method in interface com.atlassian.confluence.schedule.managers.ScheduledJobStatusManager
Retrieves the current status from the backend caches, or reconstructs a new instance if missing from the caches.
getScheduledJobStatus(JobId) - Method in class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
getScheduledJobStatus(JobId) - Method in class com.atlassian.confluence.schedule.persistence.dao.ClusterSafeScheduledJobDao
 
getScheduledJobStatus(JobId) - Method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobDao
Gets the specified job's status.
getSchedulerFlushTimeout() - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
 
getSchema() - Method in class com.atlassian.confluence.impl.activeobjects.ActiveObjectsDataSourceProvider
 
getSchema() - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getSchema() - Method in class com.atlassian.confluence.internal.upgrade.SchemaChecker
 
getSchema() - Method in class com.atlassian.confluence.plugins.graphql.resource.ConfluenceGraphQLRestEndpoint
 
getSchema() - Method in class com.atlassian.confluence.plugins.graphql.resource.GraphResource
 
getSchema() - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getSchema(String) - Method in class com.atlassian.confluence.plugins.graphql.resource.GraphResource
 
getSchema(String, String) - Method in class com.atlassian.confluence.plugins.graphql.resource.GraphResource
 
getSchemaCreator(Map) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateSchemaManagementTool
 
getSchemaDropper(Map) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateSchemaManagementTool
 
getSchemaFieldsByKey(String) - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertyIndexSchema
Returns a collection of schema fields associated with a given content property key.
getSchemaInformationService() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
getSchemaMigrator(Map) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateSchemaManagementTool
 
getSchemaName() - Method in class com.atlassian.confluence.api.impl.sal.rdbms.ConfluenceConnectionProvider
 
getSchemas(ClassLoader, OpenAPI, String...) - Method in class com.atlassian.confluence.swagger.enricher.ConfluenceResponseDocEnricher
 
getSchemaType() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
getSchemaUpgradeTasks() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getSchemaVersion() - Method in class com.atlassian.confluence.impl.macro.schema.MacroSchemaMigratorModuleDescriptor
 
getSchemaVersion() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
getSchemaVersion() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
getSchemaVersion() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
The macro schema is the definition of the parameters and the macro body, an incompatible change of schema will require an increase in the schema version and a corresponding macro-schema-migration module to migrate from the old schema to the new schema.
getSchemaVersion() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
getScope() - Method in class com.atlassian.confluence.event.events.plugin.AsyncPluginDisableEvent
 
getScope() - Method in class com.atlassian.confluence.event.events.plugin.PluginDisableEvent
 
getScope() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
getScopeFromPropertyValue(String) - Static method in enum class com.atlassian.confluence.importexport.impl.ExportScope
Return an ExportScope for the given string.
getScopeKey() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getScopes() - Method in class com.atlassian.confluence.plugins.restapi.filters.RateLimitFilter
 
getScore() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.AbstractEdgeType
 
getScore() - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeTargetInfo
 
getScore() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeTargetInfo
 
getScore() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeType
 
getScore() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getScore() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchResult
 
getScore() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getScore() - Method in class com.atlassian.confluence.search.v2.ScannedDocument
 
getScore(EdgeType) - Method in class com.atlassian.confluence.plugins.edgeindex.ScoreConfig
 
getScoreConfig() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter
 
getSearchableDependants() - Method in interface com.atlassian.bonnie.Searchable
When we un-index something (say, a page), we also need to un-index everything contained within that page (comments, attachments), because presumably they're all about to go away.
getSearchableDependants() - Method in class com.atlassian.confluence.pages.AbstractPage
 
getSearchableDependants() - Method in class com.atlassian.confluence.pages.Attachment
 
getSearchableDependants() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
getSearchableDependants() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getSearchableDependants() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getSearchableDependants() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getSearchableFromEntry(JournalEntry) - Method in class com.atlassian.confluence.internal.search.queue.JournalIndexTaskQueue
 
getSearchAnalyzer() - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping
Analyzer to be used when searching the field
getSearchAvgDuration() - Method in class com.atlassian.confluence.impl.threadlimiter.ThreadLimiterStatisticsEvent
 
getSearchContext() - Method in class com.atlassian.confluence.api.model.search.SearchOptions
 
getSearchContext() - Method in class com.atlassian.confluence.impl.search.v2.SiteSearchPermissionsQuery
 
getSearchContext() - Method in class com.atlassian.confluence.search.contentnames.ContentNameSearchContext
 
getSearchContext() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getSearchContext(boolean) - Static method in class com.atlassian.confluence.core.SearchContext
 
getSearchDuration() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
getSearcherLifetimeManager() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneAccessor
 
getSearcherLifetimeManager() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
getSearcherManager() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneAccessor
 
getSearcherManager() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
getSearchFieldBackgroundColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getSearchFieldBackgroundColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getSearchFieldBgColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getSearchFieldTextColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getSearchFieldTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getSearchFieldTextColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.ContentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.NoOpIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.RebuildChangeDocumentsIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllBlogsChangeIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllBlogsContentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllSpacesChangeIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllSpacesContentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllUsersChangeIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllUsersContentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexPermissionsIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupChangeIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupContentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.UnindexContentTypeChangeIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.UnindexContentTypeContentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceChangeIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceContentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.plugin.descriptor.BulkExtractorModuleDescriptor
 
getSearchIndex() - Method in class com.atlassian.confluence.plugin.descriptor.Extractor2ModuleDescriptor
 
getSearchIndex() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.AddEdgeDocumentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeDocumentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeTargetingDocumentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeTypeByUserDocumentIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.RebuildIndexTask
 
getSearchIndex() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.ReIndexPermissionsIndexTask
 
getSearchIndex() - Method in interface com.atlassian.confluence.search.ConfluenceIndexTask
 
getSearchIndexes() - Method in class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
 
getSearchIndexes() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
getSearchIndexes() - Method in class com.atlassian.confluence.search.v2.AbstractSearch
 
getSearchIndexes() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
getSearchIndexes() - Method in interface com.atlassian.confluence.search.v2.ISearch
IMPORTANT: Use the new getIndices method instead.
getSearchInfo() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getSearchInfo() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getSearchInfo() - Method in class com.atlassian.confluence.status.service.SystemInformationHelper
Gets an ordered map of information about Confluence's search configuration.
getSearchInfo() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getSearchLanguage() - Method in class com.atlassian.confluence.search.v2.AtlassianDocument
 
getSearchLimit() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
getSearchPerformer() - Method in class com.atlassian.confluence.event.events.search.SiteSearchAuditEvent
 
getSearchPlatform() - Method in class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
 
getSearchPlatform() - Method in class com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
 
getSearchPlatform(ApplicationConfiguration) - Static method in enum class com.atlassian.confluence.search.SearchPlatform
Get the search platform configured on this node.
getSearchQuery() - Method in class com.atlassian.confluence.event.events.search.SearchPerformedEvent
 
getSearchQuery() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getSearchQuery() - Method in class com.atlassian.confluence.search.v2.DefaultSearchResults
 
getSearchQuery() - Method in interface com.atlassian.confluence.search.v2.SearchResults
 
getSearchQueryBean() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
Deprecated, for removal: This API element is subject to removal in a future version.
getSearchQueryFilter() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getSearchRequests() - Method in class com.atlassian.confluence.impl.threadlimiter.ThreadLimiterStatisticsEvent
 
getSearchReslultRenderers() - Method in class com.atlassian.confluence.search.SearchResultRendererCache
Return the most current list of renderes.
getSearchResults() - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResult
Search results are intended to be shown to the user below those returned by AutocompleteResult.getSuggestedResults().
getSearchResults() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction
 
getSearchResults() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
getSearchResultTransformer() - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearchSectionSpec
Returns a function that transforms a SearchResult into ContentNameMatch.
getSearchResultType() - Method in class com.atlassian.confluence.event.events.index.IndexDocumentBuildEvent
 
getSearchSort(SearchSort.Order) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.DateTimeContentPropertyAliasFieldHandler
 
getSearchSort(SearchSort.Order) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.NumericContentPropertyAliasFieldHandler
 
getSearchSorts() - Method in class com.atlassian.confluence.search.v2.sort.MultiSearchSort
 
getSearchString() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getSearchTerm() - Method in class com.atlassian.confluence.internal.user.UserSearchRequest
 
getSearchTerm() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getSearchTerm() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
getSearchTerm() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
getSearchTermType() - Method in class com.atlassian.confluence.event.events.admin.SearchUsersEvent
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.4.2. Use SearchUsersEvent.getType() instead.
getSearchThreads() - Method in class com.atlassian.confluence.impl.threadlimiter.ThreadLimiterStatisticsEvent
 
getSearchToken() - Method in exception com.atlassian.confluence.internal.search.v2.lucene.SearchTokenExpiredException
 
getSearchToken() - Method in class com.atlassian.confluence.internal.search.v2.lucene.TopDocuments
 
getSearchToken() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
getSearchToken() - Method in exception com.atlassian.confluence.search.v2.SearchTokenExpiredException
 
getSearchToken() - Method in interface com.atlassian.confluence.search.v2.SearchWithToken
 
getSearchType() - Method in class com.atlassian.confluence.event.events.search.V2ShadowQueryExecutionEvent
 
getSearchType() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
getSearchType() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
getSearchType() - Method in class com.atlassian.confluence.search.v2.ChangesSearch
 
getSearchType() - Method in class com.atlassian.confluence.search.v2.ContentSearch
 
getSearchType() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
getSearchType() - Method in interface com.atlassian.confluence.search.v2.ISearch
Returns type of search e.g.
getSearchUuid() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getSearchWords() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getSearchWords() - Method in class com.atlassian.confluence.search.v2.DefaultSearchResults
 
getSearchWords() - Method in interface com.atlassian.confluence.search.v2.SearchResults
 
getSecondaryActions() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions
 
getSecondLevelNavigation() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabs
 
getSecretKey() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
getSecretKey() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getSecretKeyName() - Static method in class com.hazelcast.aws.AwsPropertiesAdapter
 
getSecretStoreClass() - Method in class com.atlassian.confluence.status.service.systeminfo.SecurityInfo
 
getSecretStoreProvider() - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
getSecretStoreType() - Method in class com.atlassian.confluence.status.service.systeminfo.SecurityInfo
 
getSection() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getSection() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebItemModuleDescriptor
 
getSectionFullKey() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
getSectionItems(String, String, WebInterfaceContext) - Method in class com.atlassian.confluence.web.ConfluenceWebMenuManager
Returns the items for a given section in the menu.
getSectionKey() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
getSectionLayout() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSection
 
getSections() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayout
 
getSections() - Method in class com.atlassian.confluence.web.WebMenu
 
getSections(String) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getSections(String) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getSections(String, WebInterfaceContext) - Method in class com.atlassian.confluence.web.ConfluenceWebMenuManager
Returns sections to be displayed in the menu.
getSections(List<QueryToken>, ContentNameSearchContext) - Method in class com.atlassian.confluence.impl.search.contentnames.DefaultContentNameSearchSectionsProvider
 
getSections(List<QueryToken>, ContentNameSearchContext) - Method in class com.atlassian.confluence.plugins.quicknav.admin.AdminItemSearchSectionProvider
 
getSections(List<QueryToken>, ContentNameSearchContext) - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearchSectionsProvider
For the given query tokens the method should return a collection of ContentNameSearchSections that in some way match the query.
getSectionsForLocation(String, Map<String, Object>) - Method in interface com.atlassian.confluence.api.service.web.WebView
 
getSectionsForLocationCompletionStage(String, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql.GraphQLRemoteWebViewImpl
 
getSectionsForLocationCompletionStage(String, Map<String, Object>) - Method in interface com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebView
Fetch web sections for a given location from the REST API
getSectionsForLocationCompletionStage(String, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewImpl
 
getSectionsForLocations(Collection<String>, Map<String, Object>) - Method in interface com.atlassian.confluence.api.service.web.WebView
 
getSectionsForLocationsCompletionStage(Collection<String>, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql.GraphQLRemoteWebViewImpl
 
getSectionsForLocationsCompletionStage(Collection<String>, Map<String, Object>) - Method in interface com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebView
Fetch web sections for given locations from the REST API
getSectionsForLocationsCompletionStage(Collection<String>, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewImpl
 
getSecurityConfig() - Method in class com.atlassian.confluence.web.filter.ConfluenceSecurityFilter
 
getSecurityGroupName() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
getSecurityGroupName() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getSecurityGroupNameName() - Static method in class com.hazelcast.aws.AwsPropertiesAdapter
 
getSecurityInfo() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getSecurityInfo() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getSecurityLevel() - Static method in class com.atlassian.confluence.impl.xsrf.StrutsXSRFConfig
 
getSecurityLevel() - Method in class com.atlassian.confluence.struts.interceptor.HttpMethodValidationInterceptor
 
getSeedFromTime(long, long) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
getSelectedActionName() - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
getSelectedCategory() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
 
getSelectedGroup() - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
getSelectedGroup() - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
 
getSelectedGroups() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
getSelectedGroupsList() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
getSelectedLocale() - Method in class com.atlassian.confluence.languages.LocaleInfo
 
getSelectedPublicFeed() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
In order to select the RadioBox in velocity we need to provide a String instead of a boolean.
getSelectedSpaceCategory() - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
getSelectedTab() - Method in interface com.atlassian.confluence.core.actions.Tabbed
Returns the key of the tab that should be selected when rendering.
getSelectedTab() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
 
getSelectedTab() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getSelectedTab() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
getSelectedTab() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
getSelectedTab() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
getSelectedTeam(List<String>, DashboardMacroSupport) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
getSelectedTeamLabelName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
getSelectedUsername() - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
getSelectedUsername() - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
 
getSelectGUIDString() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
getSelectionReason() - Method in class com.atlassian.confluence.languages.LocaleInfo
 
getSelector() - Method in class com.atlassian.confluence.api.model.content.Content
 
getSelector() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getSelector() - Method in interface com.atlassian.confluence.pages.ContentConvertible
 
getSelector() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getSelector() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getSelector(Reference<Content>) - Static method in class com.atlassian.confluence.api.model.content.Content
Get the selector from a Content Reference.
getSemaphore() - Method in class com.atlassian.confluence.impl.search.contentnames.SemaphoreHolder
Returns the semaphore held.
getSendCount() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getSendCount() - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
getSendEmail() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
getSender() - Method in class com.atlassian.confluence.event.events.user.SendUserInviteEvent
 
getSender() - Method in class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
getSenderNodeId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexResponseEvent
 
getSenderNodeId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotCreatedEvent
 
getSenderNodeId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestEvent
 
getSenderNodeId() - Method in class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestReceivedEvent
 
getSentAddresses() - Method in class com.atlassian.confluence.user.notifications.NotificationSendResult
 
getSequence() - Method in class com.atlassian.confluence.impl.setup.LifecyclePluginModuleDescriptor
 
getSequence() - Method in class com.atlassian.synchrony.Events
 
getSerializer() - Method in interface com.atlassian.confluence.setup.bandana.BandanaSerializerFactory
 
getSerializer() - Method in class com.atlassian.confluence.setup.bandana.XStreamBandanaSerializerFactory
 
getSerializer(BandanaContext) - Method in class com.atlassian.confluence.setup.bandana.BandanaPersisterSupport
 
getServer() - Method in class com.atlassian.confluence.event.events.admin.MailServerEvent
 
getServerId() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getServerId() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
getServerId() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getServerId() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
getServerId() - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
getServerIdOrEnglishNone() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getServerIdOrI18nNone() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getServerInfo() - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
getServerInfo(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getServerInfo(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getServerInfo(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getServerInfo(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getServerInfo(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getServerInformation() - Method in class com.atlassian.confluence.api.impl.service.server.ServerInformationServiceImpl
 
getServerInformation() - Method in interface com.atlassian.confluence.api.service.server.ServerInformationService
Returns information about the current application build running on this instance.
getServerInformationCompletionStage() - Method in interface com.atlassian.confluence.rest.client.RemoteServerInformationService
Returns information about the current application build running on this instance.
getServerInformationCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteServerInformationServiceImpl
 
getServerLogsDirectory() - Method in class com.atlassian.confluence.util.SupportUtility
 
getServerName() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
 
getServerNames() - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
getServerRenderTime(ServletRequest) - Static method in class com.atlassian.confluence.util.VelocityUtil
Calculates the duration of the request
getService(Class<T>) - Method in interface com.atlassian.confluence.impl.osgi.OsgiServiceRegistry
Provides an implementation of the given interface T that is guaranteed to be backed by the highest ranked OSGi service implementing T.
getService(Class<T>) - Method in class com.atlassian.confluence.impl.osgi.OsgiServiceRegistryImpl
 
getService(Class<T>) - Method in class com.atlassian.confluence.impl.osgi.OsgiServiceRegistryImplForTests
 
getServiceName() - Method in class com.atlassian.confluence.plugin.descriptor.rpc.SoapModuleDescriptor
 
getServiceName() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
getServicePath() - Method in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
getServiceState(DenormalisedServiceStateRecord.ServiceType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedPermissionStateLogService
 
getServiceStateRecord(DenormalisedServiceStateRecord.ServiceType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedPermissionStateLogService
 
getServiceTracker(String) - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
getServiceTracker(String, ServiceTrackerCustomizer) - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
getServiceType() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionChangeStateAnalyticsEvent
 
getServiceType() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentChangeLogListener
 
getServiceType() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
getServiceType() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord
 
getServiceType() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpaceChangeLogListener
 
getServlet(String, ServletConfig) - Method in class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
getServletContainerResource(String, String) - Method in interface com.atlassian.confluence.core.DataSourceFactory
 
getServletContext() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getServletContext() - Method in class com.atlassian.confluence.impl.webapp.SecureAccessServletFilterConfig
 
getServletContext() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getServletContext() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getServletContext() - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
getServletModuleManager() - Method in class com.atlassian.confluence.plugin.servlet.filter.ServletFilterModuleContainerFilter
 
getServletModuleManager() - Method in class com.atlassian.confluence.servlet.ServletModuleContainerServlet
 
getServletPath() - Method in class com.atlassian.confluence.impl.servlet.RequestEventPublishingFilter.SimpleRequestEvent
 
getServletRequest() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getServletResponse() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getSession() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
Calls SessionFactory.getCurrentSession().
getSession() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
getSession() - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Gets the current Hibernate session.
getSession() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeUserSession
Deprecated.
Returns the UserSessionEntity for the user making the request.
getSession() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getSession() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
getSession(boolean) - Method in interface com.atlassian.confluence.web.context.HttpContext
Returns the session associated with the active request or, if there is no current session and create is true, returns a new session.
getSession(boolean) - Method in class com.atlassian.confluence.web.context.StaticHttpContext
 
getSession(boolean) - Method in class com.atlassian.sal.confluence.web.context.ConfluenceSalHttpContext
 
getSessionFactory() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
getSessionFactory() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
getSessionFactory() - Method in class com.atlassian.confluence.impl.metrics.MicrometerBinderRegistrar
Spring will subclass this class and provide the Hibernate SessionFactory via this method.
getSessionFactory() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
getSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactoryBuilderFactory
 
getSessionId() - Method in class com.atlassian.confluence.event.events.security.SecurityEvent
 
getSettingName() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.SettingsMigrationException
 
getSettings() - Method in class com.atlassian.confluence.functest.rest.admin.UserSettingsResource
 
getSettings() - Method in class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobSettingsRecord
 
getSettingsById(long) - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
Returns job settings.
getSettingsById(long) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
 
getSettingsById(long) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
getSettingsById(long) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
getSettingsById(ExecutorService, long) - Method in class com.atlassian.confluence.impl.backuprestore.IndependentBackupRestoreJobManager
 
getSettingsManager() - Method in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
getSettingsManager() - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
getSettingsManager() - Method in class com.atlassian.confluence.util.message.MessagesDecoratorFilter
 
getSettingsMigrationException() - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
getSetupClusterType() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getSetupCompleteMutateToFalseDisabled() - Method in class com.atlassian.confluence.functest.rest.admin.ApplicationConfigurationResource
Get if ApplicationConfig mutate setupComplete state to false is disabled
getSetupPersister() - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
getSetupPersister() - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
getSetupPersister() - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
getSetupPersister() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
getSetupPersister() - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
 
getSetupSessionId() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
The following methods are for collecting metadata used for installer analytics (CONFDEV-27425)
getSetupType() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
getSetupType() - Method in class com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
 
getSetupType() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
getShadowStatus() - Method in class com.atlassian.confluence.event.events.search.V2ShadowQueryExecutionEvent
 
getSharedBuildNumber() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
getSharedBuildNumber() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
getSharedBuildNumber() - Method in interface com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal
Get the build number stored in the confluence.cfg.xml file in the shared home folder
getSharedConfig() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
Deprecated.
since 5.9
getSharedData(String) - Method in class com.atlassian.confluence.cluster.hazelcast.shareddata.HazelcastSharedDataManager
Deprecated.
 
getSharedData(String) - Method in class com.atlassian.confluence.cluster.hazelcast.shareddata.HazelcastSharedDataSupport
Deprecated.
 
getSharedData(String) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterSharedDataManager
 
getSharedData(String) - Method in interface com.atlassian.confluence.cluster.shareddata.SharedDataManager
Deprecated.
Obtain a SharedDataManager for the given key.
getSharedDraft() - Method in class com.atlassian.synchrony.Snapshots
 
getSharedHome() - Method in class com.atlassian.confluence.impl.filestore.ApplicationConfigurationFileStoreFactory
 
getSharedHome() - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 7.14 Use ApplicationProperties#getSharedHomeDirectory() (plugins) or the sharedHome Spring bean (core)
getSharedHome() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getSharedHome(ApplicationConfiguration) - Static method in class com.atlassian.confluence.cluster.ClusterConfigurationUtils
Returns the cluster shared home directory, if one is configured, else returns a subdirectory of the local home.
getSharedHomeDirectory() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getSharedHomeFileStore() - Method in class com.atlassian.confluence.impl.filestore.ApplicationConfigurationFileStoreFactory
 
getSharedHomePath() - Method in class com.atlassian.confluence.impl.filestore.ApplicationConfigurationFileStoreFactory
 
getSharedHomePath() - Method in class com.atlassian.confluence.impl.filestore.FileStoreFactory
Deprecated.
 
getSharedHomeTotalDiskSize() - Method in class com.atlassian.confluence.status.service.systeminfo.HardwareInfo
 
getSharedProperty(Object) - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
getSharedProperty(Object) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
getSharedProperty(Object) - Method in interface com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal
Get the value of a property stored in the confluence.cfg.xml config file (in the shared home folder)
getSharedSecret() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
Get the value of config property confluence.cluster.authentication.secret from confluence.cfg.xml
getSharedSecret() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.HazelcastApplicationConfigurationProperties
Get the value of config property confluence.cluster.authentication.secret from confluence.cfg.xml
getSharedSecret() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.HazelcastConfigurationAccessor
 
getShareId() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getShareId() - Method in class com.atlassian.confluence.pages.Draft
 
getShareId() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getShareId() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getShortcutKey() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier
 
getShortcutLinkConfig() - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
getShortcutLinkConfig(String) - Method in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
 
getShortcutLinkConfig(String) - Method in interface com.atlassian.confluence.renderer.ShortcutLinksManager
 
getShortcutLinks() - Method in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
 
getShortcutLinks() - Method in interface com.atlassian.confluence.renderer.ShortcutLinksManager
 
getShortcutParameter() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier
 
getShortcuts() - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
getShortcuts() - Method in class com.atlassian.confluence.renderer.ShortcutLinks
 
getShortcutsEnabled() - Method in class com.atlassian.confluence.plugins.keyboardshortcuts.ShortcutSettingsResource
 
getShortDescription() - Method in class com.atlassian.confluence.plugins.edgeindex.upgrade.EdgeIndexRebuildUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaXStreamValueUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.DatabaseValidationQueryMigrationUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.DecoratorLangMacroReplacementUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdSchemaUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateScheduledJobCacheUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateTrashDateUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.RenameTempDirPropertyUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.ReplaceC3p0ConnectionPoolWithHikariCPUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureLocalConfigSecretsUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureMailServerSecretUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureSharedConfigSecretsUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.UserDirectoryPasswordEncryptionUpgradeTask
 
getShortDescription() - Method in class com.atlassian.confluence.upgrade.upgradetask.WikiToXhtmlMigrationUpgradeTask
 
getShortDescription() - Method in interface com.atlassian.confluence.upgrade.UpgradeTaskInfo
A short (<50 chars) description of the upgrade action
getShouldBeDeleted() - Method in class com.atlassian.confluence.impl.retention.rules.EvaluatedHistoricalVersion
 
getShouldQueries() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
getShowExcerpts() - Method in class com.atlassian.confluence.search.SearchResultRenderContext
Return the showExceprts if set otherwise return empty string.
getShowInMacroBrowser() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
getShowLicenses() - Method in class com.atlassian.confluence.about.AboutPageAction
 
getShowOptions() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getShowProfilePic() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto.RecentlyUpdatedContentResourceRequestDto
 
getSid() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
Returns the SID.
getSid() - Method in interface com.atlassian.confluence.core.ConfluenceSidManager
Retrieve the current instance SID
getSid() - Method in class com.atlassian.confluence.core.DatabaseSidManager
 
getSid() - Method in class com.atlassian.confluence.setup.BootstrapSidManager
 
getSidebar() - Method in class com.atlassian.confluence.core.CustomPageSettings
Sidebar customisation that will replace menu links
getSidebarContext() - Static method in class com.atlassian.confluence.impl.util.DecoratorUtil
Methods returns page/blogpost context, saved into request for deferred (sitemesh) sidebar execution.
getSidebarText() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
getSidebarText() - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
getSidId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.ContentToSidMapId
 
getSidId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpaceToSidMapId
 
getSidManager() - Method in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
getSignature() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getSignature() - Method in interface com.atlassian.confluence.security.trust.TrustedToken
 
getSignedOffValue() - Method in class com.atlassian.confluence.admin.tasks.AdminTaskData
 
getSignUpActionViewDataMappings() - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
getSignupDate() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
Deprecated, for removal: This API element is subject to removal in a future version.
getSignupManager() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, no replacement.
getSignUpToken() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
getSignUpToken() - Method in interface com.atlassian.confluence.user.SignupManager
Gets the current sign-up token, or creates a new one and returns it.
getSignupURL() - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginPageFunctionalityService
 
getSignupURL() - Method in interface com.atlassian.confluence.security.login.LoginPageFunctionalityService
Returns sign up URL
getSignupURL() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
getSignupURL() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
getSignupURL() - Method in interface com.atlassian.confluence.user.SignupManager
 
getSimpleContentIdsInRange(Long, Long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
 
getSimpleContentList(Collection<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao
 
getSimpleContentPermissions(Collection<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao
 
getSimplePageListWithIdGreaterThen(Long, int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao
 
getSince() - Method in class com.atlassian.confluence.plugins.edgeindex.servlet.EdgeIndexRebuiltEvent
 
getSingleColumnName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
getSingleLabel() - Method in enum class com.atlassian.confluence.api.model.retention.AgeUnit
 
getSingleSpaceKey() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getSiteBlogNotificationForUser(User) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getSiteBlogNotificationForUser(User) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getSiteBlogNotifications() - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
getSiteBlogNotifications() - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
getSiteDarkFeatures() - Method in interface com.atlassian.confluence.setup.settings.DarkFeaturesManager
 
getSiteDarkFeatures() - Method in class com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager
 
getSiteDarkFeatures() - Method in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
This is vacant (tenant-less) manager.
getSiteDefaultLocale() - Method in class com.atlassian.confluence.impl.locale.DefaultLocaleManager
 
getSiteDefaultLocale() - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
getSiteDefaultLocale() - Method in interface com.atlassian.confluence.languages.LocaleManager
 
getSiteDefaultLocale() - Method in class com.atlassian.confluence.setup.SetupLocaleManager
 
getSiteEnabledFeatures() - Method in class com.atlassian.confluence.admin.actions.SiteDarkFeaturesAction
 
getSiteEnabledFeatures() - Method in class com.atlassian.confluence.impl.feature.BandanaSiteDarkFeaturesDao
 
getSiteEnabledFeatures() - Method in class com.atlassian.confluence.impl.feature.CachingSiteDarkFeaturesDao
 
getSiteEnabledFeatures() - Method in interface com.atlassian.confluence.impl.feature.SiteDarkFeaturesDao
 
getSiteEnabledFeatures() - Method in class com.atlassian.confluence.setup.settings.DarkFeatures
 
getSiteExporters() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SiteExportersCreator
 
getSiteHomePage() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
getSiteHomePage() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getSiteHomePage() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
getSiteHomePages() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
getSiteHomePages() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
getSiteLogoManager() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getSiteLogoUrl() - Method in class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
 
getSiteLogoUrl() - Method in interface com.atlassian.confluence.plugins.lookandfeel.SiteLogoManager
 
getSiteRecord(int) - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCache
Reads most used labels for the whole site Implementation can use its own hard limit if the provided limit is too large
getSiteRecord(int) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
Reads most used labels for the whole site Implementation can use its own hard limit if the provided limit is too large
getSiteSearchPermissionsQueryFactory() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
getSiteSearchPermissionsQueryFactory() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
getSiteSupportAddress() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getSiteTitle() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getSiteTitle() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getSiteTitle() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getSiteWelcomeMessage() - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.0 The welcome message is now a system template. Use WelcomeMessageService
getSize() - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
getSize() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getSize() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getSize() - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.ConfluenceHazelcastLocalCacheRegionFactory.DynamicEvictionConfig
 
getSize() - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
getSize() - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
getSize() - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
getSize() - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
getSize() - Method in class com.atlassian.confluence.pages.thumbnail.Thumbnails
 
getSize() - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskQueue
Retrieve the number of elements in the queue.
getSize() - Method in class com.atlassian.confluence.plugins.edgeindex.JournalEdgeIndexTaskQueue
 
getSize() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
Total size of list, note that the actual size returned can be different from this size, if pagination is used.
getSize() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityList
Total size of list, note that the actual size returned can be different from this size, if pagination is used.
getSize() - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.ChildrenListWrapperCallback
 
getSize() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getSize() - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Retrieve the number of elements in the queue.
getSize() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.FileInfo
 
getSizeInBytes() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getSizeInBytes() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getSizeInBytes() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
getSizeInBytes() - Method in interface com.atlassian.confluence.internal.search.IncrementalIndexManager
 
getSizeInBytes() - Method in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
getSizeInBytes() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Get total size of the index in bytes.
getSizeInBytes() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
getSizeInBytes() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
getSizeInBytes() - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
getSizeInBytes() - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
Get the total size of the index in bytes.
getSkip() - Method in class com.atlassian.confluence.search.v2.analysis.PathHierarchyTokenizerDescriptor
 
getSkippedObjectsCount() - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
getSkippedObjectsCount() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
getSkippedObjectsCount() - Method in interface com.atlassian.confluence.impl.backuprestore.statistics.JobStatisticsInfo
 
getSkippedObjectsCount() - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
getSkipReindex() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings
 
getSkipReindex() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings
 
getSkipReindex() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
getSlop() - Method in class com.atlassian.confluence.search.v2.query.PhraseQuery
 
getSlop() - Method in class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
getSlowListenerAlertDuration(AlertTrigger) - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceEventSystemMonitorConfig
 
getSmtpMailServers() - Method in class com.atlassian.confluence.admin.actions.mail.RemoveMailServerAction
 
getSmtpMailServers() - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
getSnapshot() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.session.HttpSessionTracker
 
getSnapshotsCount() - Method in class com.atlassian.confluence.api.model.eviction.SynchronyDatasetSize
 
getSnapshotsCount(Long) - Method in class com.atlassian.confluence.pages.persistence.dao.DefaultSynchronyEvictionDao
 
getSnapshotsCount(Long) - Method in interface com.atlassian.confluence.pages.persistence.dao.SynchronyEvictionDao
 
getSocketInterceptor(EndpointQualifier) - Method in class com.hazelcast.instance.impl.EnterpriseNodeExtension
 
getSocketTimeout() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getSocketTimeout() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getSocketTimeout() - Method in class com.atlassian.confluence.util.http.ConfluenceHttpParameters
 
getSocketTimeoutFrom(SystemPropertiesConnectionConfig, ConfluenceHttpParameters) - Static method in class com.atlassian.confluence.api.impl.sal.util.HttpTimeoutParameters
 
getSocketTimeoutFrom(SystemPropertiesConnectionConfig, ConfluenceHttpParameters) - Static method in class com.atlassian.sal.confluence.net.util.HttpTimeoutParameters
 
getSort() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getSort() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
getSort() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getSort() - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters
 
getSort() - Method in class com.atlassian.confluence.search.v2.AbstractSearch
Gets the sort component of the search
getSort() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
getSort() - Method in interface com.atlassian.confluence.search.v2.ISearch
 
getSort() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
getSortBy() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getSortBy() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
getSortBy() - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
getSortBy() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getSortedChildren() - Method in class com.atlassian.confluence.pages.Page
 
getSortedRecentlyCreatedSpaces(DashboardMacroSupport) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
getSortedTimeZones() - Static method in class com.atlassian.confluence.core.TimeZone
 
getSortFieldName() - Method in class com.atlassian.confluence.impl.search.v2.mappers.CaseInsensitiveSortMapper
Deprecated.
 
getSortFieldName() - Method in class com.atlassian.confluence.impl.search.v2.mappers.DefaultSortMapper
Deprecated.
 
getSortKey() - Method in exception com.atlassian.confluence.plugins.opensearch.exceptions.OpenSearchSortMapperNotFoundException
 
getSortMapper(String) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchMapperRegistry
 
getSortMapper(String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.PluggableLuceneSearchMapperRegistry
 
getSortValue(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneMultiTermFieldComparator
 
getSortValue(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
getSource() - Method in class com.atlassian.confluence.api.model.relations.RelationInstance
 
getSource() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
getSource() - Method in interface com.atlassian.confluence.event.events.like.LikeEvent
 
getSource() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
Source instance type - cloud or server.
getSource() - Method in class com.atlassian.confluence.mail.embed.MimeBodyPartReference
 
getSource() - Method in class com.atlassian.confluence.search.v2.score.ExpDecayFunction
 
getSource() - Method in class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction
 
getSource() - Method in class com.atlassian.confluence.search.v2.score.GaussDecayFunction
 
getSource() - Method in class com.atlassian.confluence.search.v2.score.LinearDecayFunction
 
getSource() - Method in class com.atlassian.confluence.setup.velocity.DecoratorName
 
getSource() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
getSourceClass() - Method in class com.atlassian.confluence.api.impl.service.relation.DefaultValidatingRelationDescriptor
 
getSourceClass() - Method in class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
 
getSourceClass() - Method in interface com.atlassian.confluence.api.model.relations.RelationDescriptor
Returns class of source entity of the relation.
getSourceContent() - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
getSourceContent() - Method in class com.atlassian.confluence.links.AbstractLink
The source content of this link (FROM).
getSourceHeight() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
 
getSourceHtml() - Method in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
getSourceNodeId() - Method in class com.atlassian.confluence.event.events.admin.ReIndexRequestEvent
 
getSourceNodeId() - Method in class com.atlassian.confluence.impl.system.task.CreateIndexSnapshotMaintenanceTask
 
getSourceNodeId() - Method in class com.atlassian.confluence.impl.system.task.ReIndexMaintenanceTask
 
getSourceNodeId() - Method in class com.atlassian.confluence.impl.system.task.RestoreIndexSnapshotMaintenanceTask
 
getSourceNodeId() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getSourceNodeId() - Method in class com.atlassian.confluence.internal.index.event.SourceNodeLeftClusterDuringPropagationEvent
Returns the identifier of the source node that initiated the site reindexing.
getSources(RelationQuery<ContentEntityObject>, int, int) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
getSources(RelationQuery<ContentEntityObject>, int, int) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
getSources(RelationQuery<ConfluenceUser>, int, int) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
getSources(RelationQuery<T>, int, int) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
Fetch all related sources for the entity.
getSources(RelationQuery, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
Fetch all related sources for the entity.
getSources(RelationQuery, LimitedRequest) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
getSourcesCount(RelationQuery) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
Get total number of related sources for the entity.
getSourcesCount(RelationQuery) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
getSourcesCount(RelationQuery<ContentEntityObject>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
getSourcesCount(RelationQuery<ContentEntityObject>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
getSourcesCount(RelationQuery<ConfluenceUser>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
getSourcesCount(RelationQuery<T>) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
Count of all related sources for the entity.
getSourceTemplateDirForCopying() - Method in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
getSourceTemplateDirForCopying() - Method in class com.atlassian.confluence.importexport.impl.XmlExporter
Deprecated.
If we're doing an export rather than a full backup, we don't export any templates
getSourceTemplateId() - Method in class com.atlassian.confluence.pages.actions.CreatePageFromTemplateAction
 
getSourceType() - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
getSourceType() - Method in class com.atlassian.confluence.internal.relations.dao.User2ContentRelationEntity
 
getSourceType() - Method in class com.atlassian.confluence.internal.relations.dao.User2UserRelationEntity
 
getSourceWidth() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
 
getSoyTemplateRenderer() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getSpace() - Method in class com.atlassian.confluence.accessmode.actions.ReadOnlyAccessAction
 
getSpace() - Method in class com.atlassian.confluence.api.model.content.Content
 
getSpace() - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
 
getSpace() - Method in class com.atlassian.confluence.api.model.retention.RemovalSummary
 
getSpace() - Method in class com.atlassian.confluence.api.model.search.SpaceSearchResult
 
getSpace() - Method in class com.atlassian.confluence.api.model.watch.SpaceWatch
 
getSpace() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
 
getSpace() - Method in class com.atlassian.confluence.content.service.space.DeleteSpaceCommand
Deprecated.
 
getSpace() - Method in class com.atlassian.confluence.content.service.space.KeySpaceLocator
 
getSpace() - Method in interface com.atlassian.confluence.content.service.space.SpaceLocator
 
getSpace() - Method in interface com.atlassian.confluence.content.service.space.SpaceProvider
 
getSpace() - Method in class com.atlassian.confluence.core.ContentPermissionSummary
 
getSpace() - Method in class com.atlassian.confluence.core.SpaceContentEntityObject
 
getSpace() - Method in class com.atlassian.confluence.event.events.content.mail.notification.SpaceNotificationEvent
 
getSpace() - Method in class com.atlassian.confluence.event.events.label.LabelListViewEvent
 
getSpace() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionRemoveEvent
 
getSpace() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveFromSpaceEvent
 
getSpace() - Method in class com.atlassian.confluence.event.events.retention.SpaceRetentionPolicyEvent
 
getSpace() - Method in class com.atlassian.confluence.event.events.space.SpaceEvent
 
getSpace() - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef.Container
 
getSpace() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.SpaceModel
 
getSpace() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
getSpace() - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
 
getSpace() - Method in class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
getSpace() - Method in class com.atlassian.confluence.legacyapi.model.content.ContentLink
Deprecated.
 
getSpace() - Method in class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
getSpace() - Method in class com.atlassian.confluence.mail.notification.Notification
 
getSpace() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
getSpace() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getSpace() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
getSpace() - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
getSpace() - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
getSpace() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction.SimpleSpaceProvider
 
getSpace() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
getSpace() - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
getSpace() - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
getSpace() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getSpace() - Method in class com.atlassian.confluence.pages.Attachment
 
getSpace() - Method in class com.atlassian.confluence.pages.Comment
 
getSpace() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getSpace() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
The space this page template is constrained to.
getSpace() - Method in class com.atlassian.confluence.pages.templates.PluginTemplateReference
 
getSpace() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getSpace() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns the space related to the web interface state, or null if there is no space.
getSpace() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
 
getSpace() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Space where this attachment (and it's parent page if any) resides.
getSpace() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getSpace() - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
getSpace() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
 
getSpace() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
getSpace() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
getSpace() - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
getSpace() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
getSpace() - Method in class com.atlassian.confluence.security.SpacePermission
The space of this permission.
getSpace() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
getSpace() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8.0. Hibernate objects are not supported in Struts anymore. Use action's direct method calls.
getSpace() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getSpace() - Method in interface com.atlassian.confluence.spaces.Spaced
 
getSpace() - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getSpace() - Method in class com.atlassian.confluence.themes.ThemeContext
 
getSpace() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getSpace() - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
getSpace() - Method in class com.atlassian.confluence.util.breadcrumbs.BrowseSpaceBreadcrumb
 
getSpace() - Method in class com.atlassian.confluence.util.breadcrumbs.SpaceAdminActionBreadcrumb
 
getSpace() - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl.GhettoHelper
 
getSpace(long) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getSpace(long) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getSpace(long) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated.
since 7.3.0, use SpaceService.find(Expansion...) in plugins and SpaceManagerInternal in core where applicable
getSpace(String) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getSpace(String) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
first tries to fetch the space from the cache by space id if not, fetch it from database
getSpace(String) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Find a space by its space key.
getSpace(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getSpace(String) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated.
since 7.3.0, use SpaceService.find(Expansion...) in plugins and SpaceManagerInternal in core where applicable
getSpace(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getSpace(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeSpaceResource
Deprecated.
Returns information about a space identified by the key passed.
getSpace(String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
getSpace(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpace(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getSpace(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpaceAdminBreadcrumb(ConfluenceActionSupport, Space) - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbGenerator
Returns the breadcrumb for a space admin action in a space.
getSpaceAdminBreadcrumb(ConfluenceActionSupport, Space) - Method in class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
getSpaceAdminCanEdit() - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
getSpaceAdmins() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
getSpaceAdmins(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getSpaceAdmins(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getSpaceAdmins(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Returns a list of administrators for a given space, sorted by full name
getSpaceAdmins(Space, int) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getSpaceAdmins(Space, int) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getSpaceAdmins(Space, int) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Returns a list of administrators for a given space, sorted by full name, up to the size limit
getSpaceAttachmentNextStartOriginalId(long) - Method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
getSpaceByContentId(long) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getSpaceByContentId(long) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Get the space that some content belongs to in a single db query.
getSpaceById(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.RegularEntitiesAndPermissionsHelper
 
getSpaceCategories() - Method in class com.atlassian.confluence.search.v2.query.SpaceCategoryQuery
 
getSpaceColorScheme(String) - Method in class com.atlassian.confluence.api.impl.service.colorscheme.SpaceColorSchemeServiceImpl
 
getSpaceColorScheme(String) - Method in interface com.atlassian.confluence.api.service.colorscheme.SpaceColorSchemeService
 
getSpaceColorScheme(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceColorSchemeResource
 
getSpaceColorScheme(String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeService
 
getSpaceColorScheme(String) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeServiceImpl
 
getSpaceColourScheme(Space) - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getSpaceColourScheme(Space) - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
Retrieve the colour scheme for a space - for display, complete with global defaults.
getSpaceColourScheme(Space) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
getSpaceColourScheme(String) - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getSpaceColourScheme(String) - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
Retrieve the colour scheme for a space - for display, complete with global defaults.
getSpaceColourScheme(String) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
Method returns a ChainedColour Scheme for a specific space.
getSpaceColourSchemeActionViewDataMappings() - Method in class com.atlassian.confluence.spaces.actions.SpaceColourSchemeAction
 
getSpaceColourSchemeCustom(String) - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getSpaceColourSchemeCustom(String) - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
Retrieve the custom colour scheme for a space - for editing, complete with global defaults and system defaults.
getSpaceColourSchemeCustom(String) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
getSpaceColourSchemeIsolated(String) - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getSpaceColourSchemeIsolated(String) - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
Retrieve the isolated colour scheme for a space for editing - no global defaults.
getSpaceColourSchemeIsolated(String) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
getSpaceContentEntityObject() - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
getSpaceCssPrefix(String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Get the resource prefix for a particular space's CSS file.
getSpaceCssPrefix(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getSpaceCssResourceCounter(String) - Method in interface com.atlassian.confluence.plugin.webresource.CssResourceCounterManager
Get the resource counter for a particular space's CSS file.
getSpaceCssResourceCounter(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultCssResourceCounterManager
 
getSpaceDarkFeature(String) - Static method in class com.atlassian.confluence.setup.settings.DefaultCollaborativeEditingHelper
 
getSpaceEntity(Space) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestSpaceManager
 
getSpaceEntity(String, boolean) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestSpaceManager
 
getSpaceEntity(String, boolean) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestSpaceManager
Gets the SpaceEntity for the given spaceKey and expands it if necessary.
getSpaceEntityList(SpaceEntityListContext) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestSpaceManager
 
getSpaceEntityList(SpaceEntityListContext) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestSpaceManager
Gets the SpaceEntityList for the given SpaceEntityListContext.
getSpaceExportBackwardsCompatibility() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getSpaceFrom(Object) - Method in class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
 
getSpaceFrom(Object) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
getSpaceFrom(Object) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
getSpaceFrom(Object) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
 
getSpaceFrom(Object) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
getSpaceFrom(Object) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
getSpaceFrom(Object) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
getSpaceFrom(Object) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
 
getSpaceFrom(Object) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
 
getSpaceFromPageId(long) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getSpaceFromPageId(long) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getSpaceFromPageId(long) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Get the key for a space from its pageId in a single db call
getSpaceGroup() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
Deprecated.
since 5.9.

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

getSpaceGroup() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getSpaceGroup() - Method in class com.atlassian.confluence.spaces.Space
Deprecated.
in 5.9.

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

getSpaceGroup() - Method in class com.atlassian.confluence.spaces.SpacesQuery
Deprecated.
in 5.9.

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

getSpaceGroup(long) - Method in class com.atlassian.confluence.spaces.DefaultSpaceGroupManager
Deprecated.
 
getSpaceGroup(long) - Method in interface com.atlassian.confluence.spaces.SpaceGroupManager
Deprecated.
Retrieve a space by its ID.
getSpaceGroup(String) - 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.

getSpaceGroup(String) - Method in class com.atlassian.confluence.spaces.DefaultSpaceGroupManager
Deprecated.
 
getSpaceGroup(String) - Method in interface com.atlassian.confluence.spaces.SpaceGroupManager
Deprecated.
Retrieve a spaceGroup by its key.
getSpaceGroup(String, String) - 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.

getSpaceGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpaceGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpaceGroup(String, String) - 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.

getSpaceGroup(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpaceGroups() - 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.

getSpaceGroups() - Method in class com.atlassian.confluence.spaces.DefaultSpaceGroupManager
Deprecated.
 
getSpaceGroups() - Method in interface com.atlassian.confluence.spaces.SpaceGroupManager
Deprecated.
Retrieves all SpaceGroups in the system
getSpaceGroups(String) - 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.

getSpaceGroups(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpaceGroups(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpaceGroups(String) - 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.

getSpaceGroups(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpaceGroups(List) - Static method in class com.atlassian.confluence.rpc.soap.SoapUtils
Deprecated.
since 5.9.

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

getSpaceGroupsForUser(String) - Method in class com.atlassian.confluence.spaces.DefaultSpaceGroupManager
Deprecated.
Currently this method will return a all spacegroups the user has access to.
getSpaceGroupsForUser(String) - Method in interface com.atlassian.confluence.spaces.SpaceGroupManager
Deprecated.
 
getSpaceId() - Method in class com.atlassian.confluence.api.model.pagination.SpaceCursor
 
getSpaceId() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
getSpaceId() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.AttachmentInfo
 
getSpaceId() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
 
getSpaceId() - Method in class com.atlassian.confluence.impl.retention.fast.rules.OriginalVersion
 
getSpaceId() - Method in class com.atlassian.confluence.impl.retention.rules.HistoricalVersion
 
getSpaceId() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpaceJournalMessage
 
getSpaceId() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpacePermissionJournalMessage
 
getSpaceId() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getSpaceId() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns the space-id of the space related to the web interface state, if such space exists.
getSpaceId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
getSpaceId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpaceChangeLog
 
getSpaceId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpaceToSidMapId
 
getSpaceId() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.SimplePageContent
 
getSpaceId() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
 
getSpaceId() - Method in class com.atlassian.confluence.security.SpacePermission
 
getSpaceIdByKey(String) - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.AdaptiveLabelCacheDao
LabelManager does not work with space ids (only with space keys) So this method is required to retrieve spaces and get their ids Could be removed when LabelManager start supporting finding most used labels by space id
getSpaceIdByKey(String) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.DatabaseBasedAdaptiveLabelCacheDaoImpl
LabelManager does not work with space ids (only with space keys) So this method is required to retrieve spaces and get their ids Could be removed when LabelManager start supporting finding most used labels by space id
getSpaceIds() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getSpaceIds() - Method in class com.atlassian.confluence.impl.retention.fast.dao.DefaultFastSpaceRetentionDao
 
getSpaceIds() - Method in interface com.atlassian.confluence.impl.retention.fast.dao.FastSpaceRetentionDao
Get the space ids of the spaces that have space retention policy.
getSpaceIds() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getSpaceKey() - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter
 
getSpaceKey() - Method in class com.atlassian.confluence.api.model.locator.ContentLocator
 
getSpaceKey() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
getSpaceKey() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionContainer
 
getSpaceKey() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter
 
getSpaceKey() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
The spacekey for the current context if applicable or null otherwise.
getSpaceKey() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getSpaceKey() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
 
getSpaceKey() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.ContentMigrationException
 
getSpaceKey() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.PageTemplateMigrationException
 
getSpaceKey() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
 
getSpaceKey() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifier
 
getSpaceKey() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier
 
getSpaceKey() - Method in class com.atlassian.confluence.core.PersistentDecorator
 
getSpaceKey() - Method in class com.atlassian.confluence.core.SpaceContentEntityObject
 
getSpaceKey() - Method in class com.atlassian.confluence.event.events.admin.AsyncExportFinishedEvent
 
getSpaceKey() - Method in class com.atlassian.confluence.event.events.admin.ExportFinishedEvent
Deprecated.
 
getSpaceKey() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
 
getSpaceKey() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction.IndividualDestinationSearchResult
 
getSpaceKey() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.CriteriaParameters
Deprecated.
 
getSpaceKey() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getSpaceKey() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
getSpaceKey() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpaceJournalMessage
 
getSpaceKey() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.UserSpaceImportJournalMessage
 
getSpaceKey() - Method in class com.atlassian.confluence.internal.search.SpacePickerHelper.SpaceDTO
Deprecated.
 
getSpaceKey() - Method in class com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator
Deprecated.
 
getSpaceKey() - Method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
getSpaceKey() - Method in class com.atlassian.confluence.links.linktypes.SpaceLink
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.actions.beans.PageReference
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
 
getSpaceKey() - Method in class com.atlassian.confluence.pages.Comment
Deprecated.
getSpaceKey() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getSpaceKey() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getSpaceKey() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns the space-key related to the web interface state, or null if there is no space-key.
getSpaceKey() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto.RecentlyUpdatedContentResourceRequestDto
 
getSpaceKey() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissions
 
getSpaceKey() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
getSpaceKey() - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchParameters
 
getSpaceKey() - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
getSpaceKey() - Method in class com.atlassian.confluence.renderer.BlogPostReference
 
getSpaceKey() - Method in class com.atlassian.confluence.renderer.PageContext
 
getSpaceKey() - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
getSpaceKey() - Method in class com.atlassian.confluence.search.contentnames.ContentNameSearchContext
 
getSpaceKey() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getSpaceKey() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getSpaceKey() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getSpaceKey() - Method in interface com.atlassian.confluence.search.v2.SearchResult
 
getSpaceKey() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.SpaceKeyWithPermission
 
getSpaceKey() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
getSpaceKey() - Method in class com.atlassian.confluence.setup.settings.SpaceSettings
 
getSpaceKey() - Method in class com.atlassian.confluence.setup.velocity.DecoratorName
 
getSpaceKey() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
This method is so that we can get the key whether we're in a space action or a page action.
getSpaceKey() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
getSpaceKey() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getSpaceKey() - Method in class com.atlassian.confluence.spaces.SpaceDescription
 
getSpaceKey() - Method in class com.atlassian.confluence.themes.events.LookAndFeelEvent
Get the space this look and feel event relates to.
getSpaceKey() - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getSpaceKey() - Method in class com.atlassian.confluence.themes.ThemeContext
 
getSpaceKey() - Method in interface com.atlassian.confluence.themes.ThemeHelper
 
getSpaceKey() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getSpaceKey() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.WikiToXhtmlConversionData
 
getSpaceKey() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getSpaceKey() - Method in class com.atlassian.confluence.util.EditPageBean
 
getSpaceKey() - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl.GhettoHelper
 
getSpaceKey(Reference<Space>) - Static method in class com.atlassian.confluence.api.model.content.Space
 
getSpaceKey(ContentEntityObject) - Static method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
 
getSpaceKeyForExportFileName(String) - Method in class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
 
getSpaceKeyFromCeo(ContentEntityObject) - Static method in class com.atlassian.confluence.util.ContentUtils
 
getSpaceKeyFromSpaceId(long) - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.AdaptiveLabelCacheDao
LabelManager does not work with space ids (only with space keys) So this method is required to retrieve spaces and get their keys Could be removed when LabelManager start supporting finding most used labels by space id
getSpaceKeyFromSpaceId(long) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.DatabaseBasedAdaptiveLabelCacheDaoImpl
LabelManager does not work with space ids (only with space keys) So this method is required to retrieve spaces and get their keys Could be removed when LabelManager start supporting finding most used labels by space id
getSpaceKeyOfSpaceExport() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getSpaceKeyOfSpaceExport() - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
getSpaceKeyOfSpaceImport() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getSpaceKeyOfSpaceImport() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
getSpaceKeys() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getSpaceKeys() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings
 
getSpaceKeys() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getSpaceKeys() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
getSpaceKeys() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getSpaceKeys() - Method in class com.atlassian.confluence.event.events.admin.ReindexFinishedEvent
 
getSpaceKeys() - Method in class com.atlassian.confluence.event.events.admin.ReIndexRequestEvent
 
getSpaceKeys() - Method in class com.atlassian.confluence.event.events.admin.ReindexStartedEvent
 
getSpaceKeys() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
getSpaceKeys() - Method in class com.atlassian.confluence.impl.system.task.ReIndexMaintenanceTask
 
getSpaceKeys() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getSpaceKeys() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityListContext
 
getSpaceKeys() - Method in class com.atlassian.confluence.search.service.RecentUpdateQueryParameters
 
getSpaceKeys() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
getSpaceKeys() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getSpaceKeysFilter() - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery
 
getSpaceLabelManager() - Method in class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
 
getSpaceLabelManager() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
getSpaceLessFilter() - Static method in class com.atlassian.confluence.impl.search.v2.lucene.filter.SpacePermissionsFilterFactory
 
getSpaceLevelPermissions() - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
Get all fine grained Space Level Permissions so that they can be added remotely.
getSpaceLevelPermissions(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getSpaceLevelPermissions(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpaceLevelPermissions(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpaceLevelPermissions(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getSpaceLevelPermissions(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpaceLogo(Space) - Method in interface com.atlassian.confluence.core.DataSourceFactory
Encapsulates the logo for the given Space in a DataSource.
getSpaceManager() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getSpaceManager() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
getSpaceManager() - Method in class com.atlassian.confluence.labels.SpaceLabelManagerImpl
 
getSpaceManager() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getSpaceManager() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
getSpaceManager() - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
getSpaceManager() - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
getSpaceManager() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
getSpaceManager() - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
 
getSpaceManager() - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
getSpaceManager() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getSpaceName() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.ContentMigrationException
 
getSpaceName() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.PageTemplateMigrationException
 
getSpaceName() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction.IndividualDestinationSearchResult
 
getSpaceName() - Method in class com.atlassian.confluence.internal.search.SpacePickerHelper.SpaceDTO
Deprecated.
 
getSpaceName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getSpaceName() - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
getSpaceName() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getSpaceName() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getSpaceName() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getSpaceName() - Method in interface com.atlassian.confluence.search.v2.SearchResult
 
getSpaceName() - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getSpaceName() - Method in interface com.atlassian.confluence.themes.ThemeHelper
 
getSpaceName() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getSpaceName(ContentEntityObject) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractContentAuditListener
 
getSpaceNameColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
Deprecated.
since 6.7. No longer used.
getSpaceNextStartContentId(long) - Method in class com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatus
 
getSpaceNotificationsForUser() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getSpaceOperationsBreadcrumb(Space) - Method in interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbGenerator
Returns the space operations breadcrumb (i.e.
getSpaceOperationsBreadcrumb(Space) - Method in class com.atlassian.confluence.util.breadcrumbs.DefaultBreadcrumbGenerator
 
getSpaceOverridesAllowed() - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
getSpacePageNextStartOriginalId(long) - Method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
getSpacePageTemplates() - Method in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
getSpacePermission() - Method in class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
 
getSpacePermission() - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
getSpacePermissionManager() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getSpacePermissions() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpacePermissionSet
 
getSpacePermissionSet(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
getSpacePermissionSet(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getSpacePermissionSet(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpacePermissionSet(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpacePermissionSet(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getSpacePermissionSet(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpacePermissionSets(String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
getSpacePermissionSets(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getSpacePermissionSets(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpacePermissionSets(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpacePermissionSets(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getSpacePermissionSets(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpacePermissionUpdateLag() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
Returns the time difference between updating regular space permissions and denormalised space permissions
getSpacePermissionUpdateLag() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
Returns the time difference between updating regular space permissions and denormalised space permissions
getSpacePropertyService() - Method in class com.atlassian.confluence.impl.retention.manager.DefaultSpaceRetentionPolicyManager
 
getSpaceRecord(long, int) - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCache
Reads most used labels for the particular space from cache Implementation can use its own hard limit if the provided limit is too large
getSpaceRecord(long, int) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
Reads most used labels for the particular space from cache Implementation can use its own hard limit if the provided limit is too large
getSpaceRecord(String, int) - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCache
Reads most used labels for the particular space from cache Implementation can use its own hard limit if the provided limit is too large
getSpaceRecord(String, int) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
A wrapper which allows to retrive data by space key (not by space id) Would be removed in the future
getSpaceRef() - Method in class com.atlassian.confluence.api.model.content.Content
 
getSpaceRef() - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
 
getSpaceReports() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
getSpaces() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
getSpaces() - Method in class com.atlassian.confluence.api.model.InstanceMetrics
 
getSpaces() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getSpaces() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroParams
 
getSpaces() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityList
 
getSpaces() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectory
 
getSpaces() - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
getSpaces() - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
getSpaces() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction
 
getSpaces() - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
 
getSpaces(SpacesQueryWithPermissionQueryBuilder) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getSpaces(SpacesQueryWithPermissionQueryBuilder) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Get a list of spaces specified by the SpacesQuery.
getSpaces(SpacesQueryWithPermissionQueryBuilder, int, int) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getSpaces(SpacesQueryWithPermissionQueryBuilder, int, int) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Get a list of spaces specified by the SpacesQueryWithPermissionQueryBuilder.
getSpaces(SpacesQuery) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getSpaces(SpacesQuery) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getSpaces(SpacesQuery) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated.
since 7.3.0, use SpaceService.find(Expansion...) in plugins and SpaceManagerInternal in core where applicable
getSpaces(SpacesQuery, LimitedRequest, Predicate<? super Space>...) - Method in interface com.atlassian.confluence.dmz.spaces.SpaceManagerInternal
get a paginated list of spaces that match the spaceQuery, filtered by the given predicate
getSpaces(SpacesQuery, LimitedRequest, Predicate<? super Space>...) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getSpaces(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getSpaces(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpaces(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpaces(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getSpaces(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpaces(Set<Long>, SpacePermissionType, SpacesQuery, int, int, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
Returns a list of permitted spaces Spaces could be additionally filtered by provided optional filters
getSpacesAsNiceList(List) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getSpacesContainingCommentsBy(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getSpacesContainingCommentsBy(ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.SpaceManager
 
getSpacesContainingCommentsBy(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getSpacesContainingCommentsByUser(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getSpacesContainingCommentsByUser(ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Find all spaces containing comments by a particular user.
getSpacesContainingContentWithLabel(Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getSpacesContainingContentWithLabel(Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getSpacesContainingContentWithLabel(Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Deprecated.
getSpacesContainingContentWithLabel(String) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getSpacesContainingContentWithLabel(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
since 9.3.0, use SpaceService.find(Expansion...) instead
getSpacesContainingContentWithLabel(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpacesContainingContentWithLabel(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpacesContainingContentWithLabel(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getSpacesContainingContentWithLabel(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpacesContainingPagesEditedBy(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getSpacesContainingPagesEditedBy(ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Returns Pages that are either created or edited by the specified user
getSpacesContainingPagesEditedBy(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getSpacesContainingPagesEditedByUser(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getSpacesContainingPagesEditedByUser(ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Find all spaces containing pages that were edited by a particular user.
getSpacesCreatedAfter(Date) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
getSpacesCreatedAfter(Date) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getSpacesCreatedAfter(Date) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
 
getSpacesCreatedAfter(Date) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
getSpacesCreatedAfter(Date) - Method in interface com.atlassian.confluence.spaces.SpaceManager
 
getSpacesCreatedByUser(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getSpacesCreatedByUser(ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Find all the spaces created by a given user.
getSpacesCreatedOrUpdatedSinceDate(Date) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
getSpacesCreatedOrUpdatedSinceDate(Date) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
 
getSpaceServiceState(boolean) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
Get the state of denormalised space service.
getSpaceServiceState(boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
getSpaceSettings(String) - Method in class com.atlassian.confluence.impl.settings.BandanaSpaceSettingsManager
 
getSpaceSettings(String) - Method in class com.atlassian.confluence.impl.settings.DelegatingLegacySettingsManager
 
getSpaceSettings(String) - Method in class com.atlassian.confluence.impl.settings.ReadOnlySpaceSettingsManager
 
getSpaceSettings(String) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
getSpaceSettings(String) - Method in interface com.atlassian.confluence.setup.settings.SettingsManager
Deprecated.
 
getSpaceSettings(String) - Method in interface com.atlassian.confluence.setup.settings.SpaceSettingsManager
 
getSpacesFilter() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto.RecentlyUpdatedContentResourceRequestDto
 
getSpacesForLabels(String, DashboardMacroSupport) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
getSpacesForTeam(String, DashboardMacroSupport) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
getSpacesIds() - Method in class com.atlassian.confluence.internal.index.event.ReindexFailureAnalyticsEvent
 
getSpacesIds() - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceSuccessAnalyticsEvent
 
getSpacesInGroup(String) - 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.

getSpacesInGroup(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getSpacesInGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpacesInGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpacesInGroup(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getSpacesInGroup(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpacesQuery() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getSpacesSelectedTab() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
getSpaceStats() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatisticHolder
 
getSpaceStatus() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getSpaceStatus() - Method in class com.atlassian.confluence.spaces.Space
 
getSpaceStatus(String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
getSpaceStatus(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
getSpaceStatus(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpaceStatus(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpaceStatus(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getSpaceStatus(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpaceStatuses() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getSpaceStatuses() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getSpaceStatusesFilter() - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery
 
getSpacesToInclude() - Method in class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
 
getSpaceStylesheet(String) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
getSpaceStylesheet(String) - Method in interface com.atlassian.confluence.themes.StylesheetManager
Retrieve the custom stylesheet that has been stored against a space.
getSpaceStylesheet(String, boolean) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
getSpaceStylesheet(String, boolean) - Method in interface com.atlassian.confluence.themes.StylesheetManager
Retrieve the custom stylesheet that has been stored against a space.
getSpaceSummaries(List) - Static method in class com.atlassian.confluence.rpc.soap.SoapUtils
 
getSpacesWithLabel(Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getSpacesWithLabel(Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getSpacesWithLabel(Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Spaces cannot be directly labelled.
getSpacesWithLabel(String) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
getSpacesWithLabel(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
since 9.3.0, use SpaceService.find(Expansion...) instead
getSpacesWithLabel(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getSpacesWithLabel(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getSpacesWithLabel(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getSpacesWithLabel(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getSpaceTheme() - Method in class com.atlassian.confluence.themes.ThemeContext
 
getSpaceTheme(String) - Method in class com.atlassian.confluence.functest.rest.admin.ThemeResource
 
getSpaceTheme(String) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
Retrieve the theme configured for an identified space.
getSpaceTheme(String) - Method in interface com.atlassian.confluence.themes.ThemeManager
 
getSpaceThemeColourScheme(String) - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getSpaceThemeColourScheme(String) - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
 
getSpaceThemeColourScheme(String) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
getSpaceThemeKey(String) - Method in class com.atlassian.confluence.impl.themes.BandanaThemeKeyDao
 
getSpaceThemeKey(String) - Method in class com.atlassian.confluence.impl.themes.CachingThemeKeyDao
 
getSpaceThemeKey(String) - Method in interface com.atlassian.confluence.impl.themes.ThemeKeyDao
 
getSpaceThemeKey(String) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
getSpaceThemeKey(String) - Method in interface com.atlassian.confluence.themes.ThemeManager
 
getSpaceToSidMapId() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpacePermission
 
getSpaceType() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getSpaceType() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityListContext
 
getSpaceType() - Method in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
getSpaceType() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getSpaceType() - Method in class com.atlassian.confluence.spaces.Space
 
getSpaceType() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getSpaceType() - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getSpaceType(String) - Static method in class com.atlassian.confluence.spaces.SpaceType
 
getSpaceUriBuilder() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
getSpaceWatch() - Method in class com.atlassian.confluence.api.testsupport.model.watch.SpaceWatchWithName
 
getSplit() - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.IdMultiPartHashGenerator
 
getSqlState() - Method in class com.atlassian.confluence.setup.settings.DatabaseTestResult
 
getSqlStatementsFromPropertiesFile() - Method in class com.atlassian.confluence.upgrade.upgradetask.AbstractConstraintCreationUpgradeTask
 
getSqlStatementsFromPropertiesFile() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdSchemaUpgradeTask
 
getSqlStatementsFromPropertiesFile(String) - Static method in class com.atlassian.confluence.upgrade.upgradetask.AbstractConstraintCreationUpgradeTask
 
getStackDump(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getStackDump(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
getStackDump(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getStackInMegabytes() - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration
 
getStage() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getStaleSharedDrafts() - Method in interface com.atlassian.confluence.pages.persistence.dao.AbstractPageDao
Get all stale shared drafts in the database.
getStaleSharedDrafts() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
getStaleSharedDrafts(LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.AbstractPageDaoInternal
Get all stale shared drafts in the database.
getStaleSharedDrafts(LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
getStandardProfilePictures(ServletContext) - Method in interface com.atlassian.confluence.user.UserProfilePictureManager
Deprecated.
 
getStart() - Method in class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction
 
getStart() - Method in interface com.atlassian.confluence.api.model.pagination.LimitedRequest
 
getStart() - Method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
getStart() - Method in interface com.atlassian.confluence.api.model.pagination.PageRequest
 
getStart() - Method in class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
getStart() - Method in class com.atlassian.confluence.core.PartialList
 
getStart() - Method in class com.atlassian.confluence.impl.profiling.TimedAnalyticsImpl.TimedAnalyticsEvent
Operation start time, relative to application start time
getStart() - Method in class com.atlassian.confluence.legacyapi.model.PartialList
Deprecated.
 
getStart() - Method in class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
getStartDate() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.RebuildIndexTask.RebuildIndexParams
 
getStartDate() - Method in class com.atlassian.confluence.schedule.ScheduledJobHistory
 
getStarted() - Method in class com.atlassian.confluence.search.FlushStatistics
Get the start time.
getStartIndex() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getStartIndex() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
Returns the start index.
getStartIndex() - Method in interface bucket.core.PaginationSupport
Deprecated.
Returns the start index.
getStartIndex() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getStartIndex() - Method in class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
Deprecated.
 
getStartIndex() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getStartIndex() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityListContext
 
getStartIndex() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
 
getStartIndex() - Method in class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction
 
getStartIndex() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
getStartIndex() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
getStartIndex() - Method in class com.atlassian.confluence.user.actions.ViewFollowersAction
 
getStartIndex() - Method in class com.atlassian.confluence.user.actions.ViewFollowingAction
 
getStartIndexValue() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
Always return the start index value, regardless of whether the pagination has any total.
getStartIndexValue() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
Always return the start index value, regardless of whether the pagination has any total.
getStartIndexValue() - Method in interface bucket.core.PaginationSupport
Deprecated.
Always return the start index value, regardless of whether the pagination has any total.
getStartIndexValue() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
 
getStartingDayOfMonth() - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
Get the starting day of the month as an offset from Sunday (i.e.
getStartOffset() - Method in class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
 
getStartOffset() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
getStartOffset() - Method in class com.atlassian.confluence.search.v2.AbstractSearch
 
getStartOffset() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
getStartOffset() - Method in interface com.atlassian.confluence.search.v2.ISearch
 
getStartProcessingTime() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
getStartProcessingTime() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getStartsWith() - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
getStartsWith() - Method in class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
 
getStartTime() - Method in interface com.atlassian.confluence.impl.backuprestore.statistics.JobStatisticsInfo
 
getStartTime() - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
getStartTime() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
getStartTime() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
getStartTime() - Method in class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
getStartTime() - Method in class com.atlassian.confluence.search.ReIndexTask
 
getStartTime() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getStartTime() - Method in class com.atlassian.confluence.util.profiling.ActivitySnapshot
 
getStartupMode() - Method in class com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEvent
 
getState() - Method in class com.atlassian.confluence.cluster.ZduStatus
 
getState() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getState() - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
getState() - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
getState() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
getState() - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionStateService
Returns database connection state, the result might be cached for optimization reasons.
getState() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.db.DefaultDatabaseConnectionStateService
 
getState() - Method in class com.atlassian.confluence.internal.ZduStatusEntity
 
getState() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord
 
getState() - Method in interface com.atlassian.confluence.server.ApplicationStatusService
 
getState() - Method in class com.atlassian.confluence.server.DefaultApplicationStatusService
 
getState() - Method in class com.atlassian.confluence.server.StubApplicationStatusService
 
getStateChangeLog(int) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
Returns a list of service state change events
getStateChangeLog(int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
Returns a list of service state change events
getStateChangeLog(int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedPermissionStateLogService
Retrives latest messages from the service state log
getStateHash() - Method in interface com.atlassian.confluence.languages.TranslationTransform
return a hash of the state of the transform for cache invalidation purposes if the transform has multiple states
getStateHash() - Method in class com.atlassian.confluence.plugin.MockTestTranslationTransform
 
getStateHash() - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
getStateHash() - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
 
getStateHash() - Method in class com.atlassian.confluence.util.i18n.DynamicI18NBeanFactory
 
getStateHash() - Method in interface com.atlassian.confluence.util.i18n.I18NBeanFactory
 
getStateHash() - Method in class com.atlassian.confluence.util.i18n.UserI18NBeanFactory
 
getStatement() - Method in class com.atlassian.confluence.upgrade.ddl.CreateIndexCommand
 
getStatement() - Method in class com.atlassian.confluence.upgrade.ddl.CreateUniqueConstraintWithMultipleNullsCommand
 
getStatement() - Method in interface com.atlassian.confluence.upgrade.ddl.DdlCommand
 
getStatement() - Method in class com.atlassian.confluence.upgrade.ddl.DropIndexCommand
 
getStatement() - Method in class com.atlassian.confluence.upgrade.ddl.DropTableCommand
 
getStatement() - Method in class com.atlassian.confluence.upgrade.ddl.DropTableIfExistsCommand
 
getStatement() - Method in class com.atlassian.confluence.upgrade.ddl.RenameTableCommand
 
getStatement() - Method in interface com.atlassian.confluence.upgrade.dml.DmlCommand
 
getStatement() - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand
 
getStatementWithPlaceholders() - Method in class com.atlassian.confluence.upgrade.dml.DmlStatement
 
getStatesMap() - Method in class com.atlassian.confluence.plugin.EmptyPluginPersistentState
 
getStaticPluginResource(ModuleDescriptor<?>, String) - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
getStaticPluginResource(String, String) - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
getStaticResourceLocale() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
Deprecated.
since 9.1
getStaticResourceLocale() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
Deprecated.
since 9.1
getStaticResourcePrefix() - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
getStaticResourcePrefix() - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getStaticResourcePrefix() - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
getStaticResourcePrefix(UrlMode) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Deprecated.
since 5.5. Use WebResourceUrlProvider.getStaticResourcePrefix(com.atlassian.plugin.webresource.UrlMode) instead.
getStaticResourcePrefix(UrlMode) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getStaticResourcePrefix(String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
getStaticResourcePrefix(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getStaticResourcePrefix(String) - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
getStaticResourcePrefix(String, UrlMode) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Deprecated.
since 5.5. Use WebResourceUrlProvider.getStaticResourcePrefix(String, com.atlassian.plugin.webresource.UrlMode) instead.
getStaticResourcePrefix(String, UrlMode) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getStaticResourcePrefix(String, UrlMode) - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
getStatisticHolder() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobCompletedEvent
 
getStatistics() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
getStatistics() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
getStatistics() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
getStatistics() - Method in class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobStatisticsRecord
 
getStatistics() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
getStatistics(int, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
 
getStatisticsById(long) - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
 
getStatisticsById(long) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
 
getStatisticsById(long) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
getStatisticsById(long) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
getStatisticsSummary(int) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
 
getStats() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
getStatus() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestResult
 
getStatus() - Method in class com.atlassian.confluence.api.model.content.Content
 
getStatus() - Method in class com.atlassian.confluence.api.model.content.ContentSelector
 
getStatus() - Method in class com.atlassian.confluence.api.model.content.SpaceStatus
 
getStatus() - Method in class com.atlassian.confluence.core.ContributionStatus
DRAFT_STATUS: Indicates a draft which has never been published before, i.e.
getStatus() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport
 
getStatus() - Method in class com.atlassian.confluence.internal.persistence.hibernate.HibernateZduStatusDao
 
getStatus() - Method in interface com.atlassian.confluence.internal.persistence.ZduStatusDao
 
getStatus() - Method in class com.atlassian.confluence.pages.Comment
Get the status of comment
getStatus() - Method in class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchConfluenceSpaceLimitHealthStatus
 
getStatus() - Method in class com.atlassian.confluence.plugins.synchrony.status.SynchronyStatusCache
Get the status from the cache
getStatus() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
 
getStatus() - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
getStatus() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getStatus() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getStatus() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets a string representation of the entity status represented by the search result.
getStatus() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
getStatus() - Method in class com.atlassian.confluence.setup.settings.DatabaseTestResult
 
getStatus() - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
getStatus(LongTaskId, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.longtasks.LongTaskServiceImpl
 
getStatus(LongTaskId, Expansion...) - Method in interface com.atlassian.confluence.api.service.longtasks.LongTaskService
Returns the status of a long-running task.
getStatusBandanaKey() - Method in class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
Get the bandana key for the status object
getStatusBandanaKey() - Method in class com.atlassian.confluence.impl.retention.DefaultSoftCleanupStatusService
 
getStatusBandanaKey() - Method in class com.atlassian.confluence.impl.retention.fast.status.FastSoftCleanupStatusService
 
getStatusBandanaKey() - Method in class com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatusManager
 
getStatusBandanaKey() - Method in class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
Get the bandana key for the status object
getStatusBandanaKey() - Method in class com.atlassian.confluence.impl.retention.status.DefaultTrashCleanupJobStatusManager
 
getStatusCode() - Method in enum class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.AdditionalStatus
Get the associated status code
getStatusCode() - Method in class com.atlassian.confluence.rest.v2.api.model.RestError
 
getStatusCode() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
getStatusCode() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
 
getStatusCompletionStage(LongTaskId, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteLongTaskServiceImpl
 
getStatusCompletionStage(LongTaskId, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteLongTaskService
Returns the status of a long-running task.
getStatuses() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
getStatuses() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
getStatusMessage() - Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
A message indicating information about the search.
getStatusMessage() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
getStatusMessage() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
 
getStatusNames(List<ContentStatus>) - Static method in class com.atlassian.confluence.api.model.content.ContentStatus
 
getStatusNames(List<ContentStatus>) - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateObjectDao
 
getStatusPath() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskSubmission
 
getStatusRef() - Method in class com.atlassian.confluence.api.model.people.KnownUser
 
getStatusTextRenderer() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getStatusTextRenderer() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getStorageBodyStream() - Method in interface com.atlassian.confluence.content.render.xhtml.definition.MacroBody
 
getStorageBodyStream() - Method in class com.atlassian.confluence.content.render.xhtml.definition.PlainTextMacroBody
 
getStorageBodyStream() - Method in class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
 
getStorageBodyStream() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getStorageBodyText() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getStorageContentProperty(SimpleValidationResult.Builder, JsonContentProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.StorageJsonPropertyManager
 
getStorageFormat() - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
getStorageFragments() - Method in class com.atlassian.confluence.content.render.xhtml.BatchedRenderRequest
 
getStorageMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactoryImpl
 
getStorageMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.macro.MacroMarshallingFactoryImpl
 
getStorageMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.MarshallingFactory
 
getStorageMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.placeholder.CaretMarshallingFactoryImpl
 
getStorageMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.placeholder.PlaceholderMarshallingFactoryImpl
 
getStorageSpaceProperty(JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.StorageJsonPropertyManager
 
getStorageType() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
getStorageType() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Returns the storage type.
getStorageType() - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
getStorageType() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
getStorageType() - Method in class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageInfo
 
getStorageUnmarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactoryImpl
 
getStorageUnmarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.macro.MacroMarshallingFactoryImpl
 
getStorageUnmarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.MarshallingFactory
 
getStorageUnmarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.placeholder.CaretMarshallingFactoryImpl
 
getStorageUnmarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.placeholder.PlaceholderMarshallingFactoryImpl
 
getStorageVersion() - Method in class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageInfo
 
getStorageVersion() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getStorageVersion() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
getStore() - Method in class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
 
getStore() - Method in class com.atlassian.confluence.plugins.index.api.DocValuesFieldDescriptor
Deprecated.
 
getStore() - Method in class com.atlassian.confluence.plugins.index.api.NumericDocValuesFieldDescriptor
Deprecated.
 
getStore() - Method in class com.atlassian.confluence.plugins.index.api.SortedDocValuesFieldDescriptor
Deprecated.
 
getStoredConnectionPoolProperties() - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
getStoredEmail() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
getStreamForDownload(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
getStreamForDownload(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.download.ExportDownload
 
getStreamForDownload(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
Get the input stream to serve to the client outside of the database transaction.
getStreamForReading() - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceReader
 
getStreamForReading() - Method in interface com.atlassian.confluence.importexport.resource.DownloadResourceReader
The input stream for reading the resource.
getStreamForReading() - Method in class com.atlassian.confluence.importexport.resource.FileDownloadResourceReader
 
getStreamForReading() - Method in class com.atlassian.confluence.importexport.resource.GenericDownloadResourceReader
 
getStreamForReading() - Method in class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceReader
 
getStreamForReading() - Method in class com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceReader
 
getStreamForWriting() - Method in interface com.atlassian.confluence.importexport.resource.DownloadResourceWriter
The output stream for writing the resource.
getStreamForWriting() - Method in class com.atlassian.confluence.importexport.resource.FileDownloadResourceWriter
Opens and returns a new output stream for writing the resource to a file.
getStreamingAnalyticsEventName() - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
getStreamingAnalyticsEventName() - Method in class com.atlassian.confluence.servlet.download.ThumbnailDownload
 
getStreamResultCallback(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
 
getString() - Method in enum class com.atlassian.confluence.importexport.impl.ExportScope
This is the string that represents the scope in the exportDescriptor.properties file.
getString(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getString(String) - Method in class com.atlassian.confluence.impl.user.preferences.AnonymousUserPreferences
 
getString(String) - Method in class com.atlassian.confluence.impl.user.preferences.UserPreferencesImpl
 
getString(String) - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getString(String) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
getString(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getString(String) - Method in interface com.atlassian.confluence.user.UserPreferences
 
getString(String) - Method in class com.atlassian.confluence.util.StringHyphenBean
 
getString(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
Deprecated.
 
getString(String) - Method in interface com.atlassian.core.user.preferences.Preferences
Deprecated.
 
getString(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
getStringConfigElement(String) - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationPersisterForTests
 
getStringProperty(ContentEntityObject, String) - Method in interface com.atlassian.confluence.core.ContentPropertyManager
Get a string property associated with a content entity object, or null if that property is not set.
getStringProperty(ContentEntityObject, String) - Method in class com.atlassian.confluence.impl.content.DefaultContentPropertyManager
 
getStringProperty(User, String) - Method in class com.atlassian.confluence.user.DefaultUserDetailsManager
 
getStringProperty(User, String) - Method in interface com.atlassian.confluence.user.UserDetailsManager
Retrieve user property for a specified user.
getStringProperty(String) - Method in class com.atlassian.confluence.content.ContentProperties
 
getStringProperty(String) - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
Deprecated.
 
getStringResult(String...) - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
Retrieves the value for the specified field name.
getStringValue() - Method in class com.atlassian.confluence.content.ContentProperty
 
getStringValue() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Property
 
getStringValue() - Method in enum class com.atlassian.confluence.pages.CommentStatus.Value
 
getStringValue(UserKey) - Static method in class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyUserType
Returns the actual String value that will be used as the database value for the given key
getStringValue(String) - Method in class com.atlassian.confluence.functest.rest.admin.GlobalSettingsResource
 
getStructureVersion() - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Version of the attachment storage structure.
getStructureVersion() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
 
getStructureVersion() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
getStructureVersion() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
 
getStructureVersion() - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
 
getStyle() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction
 
getStyle() - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
getStyle() - Method in class com.atlassian.confluence.core.actions.CustomStylesheetAction
 
getStyle() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction
 
getStyle() - Method in interface com.atlassian.confluence.xhtml.api.StandardTag
 
getStyleClass() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getStyleClass() - Method in class com.atlassian.confluence.api.model.web.WebSectionView
 
getStyleClass() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebItemModuleDescriptor
 
getStylesheetLocation() - Method in class com.atlassian.confluence.core.actions.ThemeColorsStylesheetAction
 
getStylesheets() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
Retrieve the stylesheets for the theme.
getStylesheets() - Method in class com.atlassian.confluence.themes.BasicTheme
 
getStylesheets() - Method in class com.atlassian.confluence.themes.DefaultTheme
 
getStylesheets() - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
getStylesheets() - Method in interface com.atlassian.confluence.themes.Theme
Return the stylesheets for the theme.
getSubClauses() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
getSubClauses() - Method in class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
 
getSubClauses() - Method in class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
 
getSubClauses() - Method in interface com.atlassian.confluence.search.v2.SearchQuery
Returns a stream of nested queries.
getSubContent(Long, String, boolean, int, int, String) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
getSubContentEntityTypes() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getSubExpansions() - Method in class com.atlassian.confluence.api.impl.service.content.factory.Fauxpansions
 
getSubExpansions() - Method in class com.atlassian.confluence.api.model.Expansion
 
getSubExpansions() - Method in class com.atlassian.confluence.api.model.GraphQLQueryExpansion
 
getSubExpansions() - Method in class com.atlassian.confluence.legacyapi.service.Expansion
Deprecated.
 
getSubExpansions(String) - Method in class com.atlassian.confluence.api.model.Expansions
 
getSubExpansions(String) - Method in class com.atlassian.confluence.legacyapi.service.Expansions
Deprecated.
 
getSubject() - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
getSubject() - Method in class com.atlassian.confluence.api.model.permissions.GlobalPermission
 
getSubject() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
getSubject() - Method in class com.atlassian.confluence.functest.rest.admin.model.SubjectPermissionChange
Get the subject whose permission is being changed
getSubject() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpacePermissionJournalMessage
 
getSubject() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.GlobalPermissionJournalMessage
 
getSubject() - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
getSubject() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getSubject() - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
getSubject() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
getSubjectType() - Method in class com.atlassian.confluence.api.model.people.Group
 
getSubjectType() - Method in class com.atlassian.confluence.api.model.people.Person
 
getSubjectType() - Method in interface com.atlassian.confluence.api.model.people.Subject
 
getSubjectType() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpacePermissionJournalMessage
 
getSubjectType() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.GlobalPermissionJournalMessage
 
getSubmitKey() - Method in class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction
 
getSubmitKey() - Method in class com.atlassian.confluence.admin.actions.macros.UpdateUserMacroAction
 
getSubmittedTestString() - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
getSubscribableName() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
getSubscriber() - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
getSubscriberUserKey() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
getSubscription(long) - Method in class com.atlassian.confluence.impl.incrementalsync.CachingIncrementalSyncSubscriptionManager
 
getSubscription(long) - Method in class com.atlassian.confluence.impl.incrementalsync.dao.HibernateIncrementalSyncSubscriptionDao
 
getSubscription(long) - Method in class com.atlassian.confluence.impl.incrementalsync.DefaultIncrementalSyncSubscriptionManager
 
getSubscription(long) - Method in interface com.atlassian.confluence.impl.incrementalsync.IncrementalSyncSubscriptionDao
getSubscription(long) - Method in interface com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionManager
getSubscriptionContextKey() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
getSubscriptionData() - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
getSubscriptionData() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
getSubscriptionData(ContentSubscriptionSpec) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementIncrementalSyncServiceImpl
 
getSubscriptionData(SimpleSubscriptionSpec) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementIncrementalSyncServiceImpl
 
getSubscriptionData(SimpleSubscriptionSpec) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementIncrementalSyncServiceImpl
 
getSubscriptionData(S) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
getSubscriptionId() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.MultiSubscriptionPerJournalIdentifier
 
getSubscriptionId() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
 
getSubscriptionsByContext(String) - Method in class com.atlassian.confluence.impl.incrementalsync.CachingIncrementalSyncSubscriptionManager
 
getSubscriptionsByContext(String) - Method in class com.atlassian.confluence.impl.incrementalsync.dao.HibernateIncrementalSyncSubscriptionDao
 
getSubscriptionsByContext(String) - Method in class com.atlassian.confluence.impl.incrementalsync.DefaultIncrementalSyncSubscriptionManager
 
getSubscriptionsByContext(String) - Method in interface com.atlassian.confluence.impl.incrementalsync.IncrementalSyncSubscriptionDao
Get all subscription within a context
getSubscriptionsByContext(String) - Method in interface com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionManager
Get all subscription within a context
getSubscriptionsByContext(String, IncrementalSyncState) - Method in class com.atlassian.confluence.impl.incrementalsync.CachingIncrementalSyncSubscriptionManager
 
getSubscriptionsByContext(String, IncrementalSyncState) - Method in class com.atlassian.confluence.impl.incrementalsync.dao.HibernateIncrementalSyncSubscriptionDao
 
getSubscriptionsByContext(String, IncrementalSyncState) - Method in class com.atlassian.confluence.impl.incrementalsync.DefaultIncrementalSyncSubscriptionManager
 
getSubscriptionsByContext(String, IncrementalSyncState) - Method in interface com.atlassian.confluence.impl.incrementalsync.IncrementalSyncSubscriptionDao
Get all subscription within a context and state
getSubscriptionsByContext(String, IncrementalSyncState) - Method in interface com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionManager
Get all subscription within a context and state
getSubscriptionStateData(MultiSubscriptionPerJournalIdentifier) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
getSubscriptionStateData(MultiSubscriptionPerJournalIdentifier) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SubscriptionJournalStateStore
Get subscription value detail
getSubstitute() - Method in class com.atlassian.confluence.util.RegExpProcessor
 
getSubTypes() - Method in interface com.atlassian.confluence.rss.FeedCustomContentType
Not yet implemented.
getSuccessful() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionEvent
 
getSuccessful() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionRemovalEvent
 
getSuccessful() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionSearchEvent
 
getSuggestedContentToBeRefactored() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getSuggestedLabels() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getSuggestedLabels(Labelable) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getSuggestedLabels(Labelable) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getSuggestedLabels(Labelable) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the DEFAULT_LABEL_COUNT suggested labels for the specified content.
getSuggestedLabels(Labelable, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getSuggestedLabels(Labelable, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getSuggestedLabels(Labelable, int) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the suggested labels for the specified content.
getSuggestedLabelsForPage(AbstractPage, User) - Method in class com.atlassian.confluence.pages.actions.beans.SuggestedLabels
 
getSuggestedLabelsForSpace() - Method in class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
 
getSuggestedLabelsForSpace(Space, User) - Method in interface com.atlassian.confluence.labels.SpaceLabelManager
Returns the labels available for the given space (excluding team labels)
getSuggestedLabelsForSpace(Space, User) - Method in class com.atlassian.confluence.labels.SpaceLabelManagerImpl
 
getSuggestedLabelsForSpace(String, User) - Method in class com.atlassian.confluence.pages.actions.beans.SuggestedLabels
 
getSuggestedLabelsInSpace(Labelable, String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getSuggestedLabelsInSpace(Labelable, String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getSuggestedLabelsInSpace(Labelable, String) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the DEFAULT_LABEL_COUNT suggested labels for the specified content bound to the specified space.
getSuggestedLabelsInSpace(Labelable, String, int) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getSuggestedLabelsInSpace(Labelable, String, int) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getSuggestedLabelsInSpace(Labelable, String, int) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the suggested labels for the specified content bound to the specified space.
getSuggestedLiteLabels(AbstractPage, String, User, int) - Method in class com.atlassian.confluence.pages.actions.beans.SuggestedLabels
getSuggestedLiteLabels(String, User, int) - Method in class com.atlassian.confluence.pages.actions.beans.SuggestedLabels
Get suggested labels for entity, space or site
getSuggestedResults() - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResult
Suggested results are intended to be shown to the user above those returned by AutocompleteResult.getSearchResults(), and may be returned with or without search results.
getSummaries() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataProvider
 
getSummaries() - Method in class com.atlassian.confluence.macro.browser.DelegatingMacroMetadataProvider
 
getSummaries() - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataProvider
Returns a collection of MacroMetadata for use in the Macro Browser.
getSummaries() - Method in class com.atlassian.confluence.macro.browser.UserMacroMetadataProvider
 
getSummary() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
getSummary() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
getSummary() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getSummary() - Method in class com.atlassian.confluence.util.profiling.ActivitySnapshot
 
getSummary(String) - Method in class com.atlassian.confluence.impl.search.summary.HitHighlighterImpl
Get a summary, suitable for displaying excerpts of search results.
getSummary(String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.summary.DefaultSummarizer
 
getSummary(String) - Method in interface com.atlassian.confluence.search.summary.HitHighlighter
Get a summary, suitable for displaying excerpts of search results.
getSummary(String) - Method in interface com.atlassian.confluence.search.v2.summary.Summarizer
 
getSummary(String, String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.summary.DefaultSummarizer
 
getSummary(String, String) - Method in interface com.atlassian.confluence.search.v2.summary.Summarizer
Returns a summary for the given pre-tokenized text.
getSummaryForResult(SearchResult) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getSummaryInfo() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getSummaryPath() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getSummaryTextKey() - Method in enum class com.atlassian.confluence.schedule.audit.AuditingAction
 
getSuperbatch() - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies
 
getSuperBatchModuleCompleteKeys() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
 
getSuperBatchVersion() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getSuperBatchVersion() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getSupportedClass() - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.CompoundExistingEntityFinder
 
getSupportedClass() - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceCloudUserFinder
 
getSupportedClass() - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceUserFinder
 
getSupportedClass() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ExistingEntityFinder
 
getSupportedClass() - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.LabelFinder
 
getSupportedClass() - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.PluginProvidedExistingEntityFinder
 
getSupportedClass() - Method in interface com.atlassian.confluence.plugin.descriptor.restore.PluginExistingEntityFinder
 
getSupportedClasses() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.EntityPersister
Return a collection of entity classes that persister can persist.
getSupportedClasses() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ApplicationPersister
 
getSupportedClasses() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.BodyContentPersister
 
getSupportedClasses() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPersister
 
getSupportedClasses() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPropertiesPersister
 
getSupportedClasses() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryMappingPersister
 
getSupportedClasses() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryPersister
 
getSupportedClasses() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.GenericPersister
 
getSupportedClasses() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.InternalUserCredentialRecordPersister
 
getSupportedClasses() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.PageTemplatePersister
 
getSupportedClasses() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.SpacePersister
 
getSupportedContentEventType() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentSubscriptionSpec
 
getSupportedContentEventTypeString() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentSubscriptionSpec
 
getSupportedDatabases() - Method in class com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
 
getSupportedDatabases() - Method in interface com.atlassian.confluence.status.service.SystemCompatibilityService
 
getSupportedEventEntryTypesMap() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentCreateCommand
 
getSupportedEventEntryTypesMap() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentPermissionChangeCommand
 
getSupportedEventEntryTypesMap() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentRemoveCommand
 
getSupportedEventEntryTypesMap() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentUpdateCommand
 
getSupportedEventEntryTypesMap() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceEventsCommand
 
getSupportedEventEntryTypesMap() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpacePermissionChangeCommand
 
getSupportedEventEntryTypesMap() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands.GlobalPermissionCommand
 
getSupportedEventEntryTypesMap() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.MultiEventsCommand
Provide a map of all supported events
getSupportedEventEntryTypesMap() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.DirectoryEventCommandUserManagement
 
getSupportedEventEntryTypesMap() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserActivationEventCommandUserManagement
 
getSupportedEvents() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
getSupportedEvents() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionSetDdlHelper
 
getSupportedEvents() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
getSupportedEvents() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionSetDdlHelper
 
getSupportedFileExtensions() - Method in class com.atlassian.confluence.renderer.template.TemplateRendererModuleDescriptor
 
getSupportedJavaRuntime() - Method in class com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
 
getSupportedJavaRuntime() - Method in interface com.atlassian.confluence.status.service.SystemCompatibilityService
getSupportedJavaRuntimes() - Method in class com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
 
getSupportedJavaRuntimes() - Method in interface com.atlassian.confluence.status.service.SystemCompatibilityService
 
getSupportedJavaVersions() - Method in class com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
 
getSupportedJavaVersions() - Method in interface com.atlassian.confluence.status.service.SystemCompatibilityService
 
getSupportedLocales() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getSupportedLocales() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getSupportedLocales() - Method in class com.atlassian.sal.confluence.message.ConfluenceLocaleResolver
 
getSupportedOperatingSystems() - Method in class com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
 
getSupportedOperatingSystems() - Method in interface com.atlassian.confluence.status.service.SystemCompatibilityService
 
getSupportedOperationKeys() - Static method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionFactory
Lists all recognizable OperationKeys which can be accepted from the requests.
getSupportedTomcatVersions() - Method in class com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
 
getSupportedTomcatVersions() - Method in interface com.atlassian.confluence.status.service.SystemCompatibilityService
 
getSupportEntitlementNumber() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
getSupportEntitlementNumber() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
getSupportEntitlementNumber() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getSupportEntitlementNumber() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
getSupportEntitlementNumber() - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
getSupportEntitlementNumberOrEnglishNone() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
Returns the license's SupportEntitlementNumber (SEN) if specified in a license, otherwise return none.
getSupportEntitlementNumberOrI18nNone() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
Returns the license's SupportEntitlementNumber (SEN) if specified in a license or the localisation of "none.word" if the license has no SEN.
getSupportPeriodAlmostExpiredDate(ConfluenceLicense) - Static method in class com.atlassian.confluence.license.util.ConfluenceLicenseUtils
 
getSupportPeriodEnd() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
getSupportPeriodEnd(ConfluenceLicense) - Static method in class com.atlassian.confluence.license.util.ConfluenceLicenseUtils
Calculates the end of the support period (during which customers are entitled to updates and commercial support)
getSupportPeriodEndDateString() - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
getSupportRequestEmail() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getSwapTarget() - Method in class com.atlassian.confluence.security.trust.seraph.ConfluenceTrustedApplicationsFilter
 
getSwapTarget() - Method in class com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
The filter to use once the container manager is available
getSyncClusterTime() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
getSynchronisationMode(long) - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
 
getSynchronisationMode(long) - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
getSynchronyDatasetSize() - Method in class com.atlassian.confluence.api.testsupport.model.eviction.SynchronyDatasetSizeWithFailure
 
getSynchronyProperty(SynchronyEnv) - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
Returns the configured environment value for the provided key.
getSynchronyProperty(SynchronyEnv) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
getSynchronyProperty(SynchronyEnv) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder.SynchronyEnvironment
 
getSynchronyRevision() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getSynchronyRevision() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getSynchronyRevision() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getSynchronyRevisionSource() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getSynchronyRevisionSource() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getSynchronyRevisionSource() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getSynchronyRevisionSource() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getSynchronySpaceDarkFeature(String) - Static method in class com.atlassian.confluence.setup.settings.DefaultCollaborativeEditingHelper
Deprecated.
since 7.5.0. Limited mode is no longer supported since 7.5.0
getSyncRev() - Method in class com.atlassian.confluence.api.model.content.Version
syncRev is the revision id provided by Synchrony.
getSyncRev() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
 
getSyncRev() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getSyncRev() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getSyndFeed() - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
Magic accessor that is monitored by RssResult.
getSyndFeed() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
function to create the actual RSS feed based on the listQuery.
getSystemBuildNumber() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getSystemBuildNumber() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getSystemClasspath() - Static method in class com.atlassian.confluence.util.ClasspathUtils
Deprecated.
since 7.0.1
getSystemConnectionPoolProperties() - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
getSystemContext() - Method in class com.atlassian.confluence.user.notifications.EmailContextBuilder
 
getSystemCounter() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
If the system property for dev mode or disabling caches is set, NOCAHCE prefix is returned.
getSystemCounter() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getSystemEnabledFeatures() - Method in class com.atlassian.confluence.admin.actions.SiteDarkFeaturesAction
 
getSystemEnabledFeatures() - Method in class com.atlassian.confluence.setup.settings.DarkFeatures
 
getSystemInfoFromDb() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getSystemInfoFromDb() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
getSystemLanguage() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getSystemProperties() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getSystemProperties() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getSystemProperties() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getSystemPropertiesHtml() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getSystemProperty(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getSystemProperty(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Retrieve the value of a system property.
getSystemProperty(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getSystemPropertyValue(String) - Method in class com.atlassian.confluence.functest.rest.admin.SystemSettingsResource
 
getSystemStartupTime() - Static method in class com.atlassian.confluence.util.GeneralUtil
 
getSystemSummary() - Method in class com.atlassian.confluence.status.service.SystemInformationHelper
Gets an ordered map of general system summary information, including system startup time, Confluence version and the ever-important system favourite colour.
getSystemTimezone() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getTabByName(String) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroTabProvider
Returns the tab with the specified name, or a default tab if no tab matches the name.
getTabKey() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto.RecentlyUpdatedContentResourceRequestDto
 
getTableMappings() - Method in interface com.atlassian.confluence.impl.core.persistence.hibernate.HibernateMetadataSource
 
getTableName() - Method in interface com.atlassian.confluence.core.persistence.schema.api.TableSchemaComparison
 
getTableName() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedTable
 
getTableName() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.BucketPropertySetItemQueryProvider
 
getTableName() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.site.QueryProvider
 
getTableName() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnQueryProvider
 
getTableName() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnWithDiscriminatorQueryProvider
 
getTableName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.AncestorsEntityInfo
 
getTableName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ApplicationAttributeEntityInfo
 
getTableName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
getTableName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryAttributeEntityInfo
 
getTableName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryMappingOperationEntityInfo
 
getTableName() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DirectoryOperationEntityInfo
 
getTableName() - Method in interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentDdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionDdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionSetDdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpaceDdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpacePermissionDdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentDdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionDdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionSetDdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerSpaceDdlHelper
 
getTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerSpacePermissionDdlHelper
 
getTableName() - Method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpacePermissionType
 
getTableName(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
getTableNames() - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceTableReader
 
getTables() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaComparison
 
getTables() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedSchema
 
getTabName() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardRecentlyUpdatedViewEvent
 
getTabName(String) - Static method in enum class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
Convert the tab name string into a current tab name.
getTagKey() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
getTagKey() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getTagKeyName() - Static method in class com.hazelcast.aws.AwsPropertiesAdapter
 
getTags() - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources
 
getTags() - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies
 
getTagValue() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
getTagValue() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
getTagValueName() - Static method in class com.hazelcast.aws.AwsPropertiesAdapter
 
getTarget() - Method in class com.atlassian.confluence.api.model.relations.RelationInstance
 
getTarget() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
 
getTarget() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
getTarget() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
getTarget() - Method in class com.atlassian.confluence.plugins.edgeindex.model.DefaultEdge
 
getTarget() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.Edge
The object that the edge / action is targeted at.
getTarget() - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
getTarget() - Method in interface com.atlassian.confluence.util.breadcrumbs.Breadcrumb
Gets the relative url for the target which a breadcrumb points to.
getTarget() - Method in interface com.atlassian.confluence.xhtml.api.Link
Returns the target attribute for the link.
getTargetClass() - Method in class com.atlassian.confluence.api.impl.service.relation.DefaultValidatingRelationDescriptor
 
getTargetClass() - Method in class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
 
getTargetClass() - Method in interface com.atlassian.confluence.api.model.relations.RelationDescriptor
Returns class of target entity of the relation.
getTargetContent() - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
getTargetedUser() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
getTargetedUser() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
getTargetId() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getTargetId() - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeTargetInfo
 
getTargetId() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeTargetInfo
 
getTargetId() - Method in class com.atlassian.confluence.util.EditPageBean
 
getTargetIndex() - Method in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
getTargetPage() - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractCopyPageHierarchyEvent
 
getTargetPage() - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractPageHierarchyEvent
 
getTargetPageIds() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.delete.PageDeleteOptions
 
getTargetParent() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.delete.BulkPageDeleteExecutionContext
 
getTargets(RelationQuery<ContentEntityObject>, int, int) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
getTargets(RelationQuery<ConfluenceUser>, int, int) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
getTargets(RelationQuery<ConfluenceUser>, int, int) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
getTargets(RelationQuery<S>, int, int) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
Fetch all related targets for the entity.
getTargets(RelationQuery, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
Fetch all related targets for the entity.
getTargets(RelationQuery, LimitedRequest) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
getTargetsCount(RelationQuery) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
Get total number of related targets for the entity.
getTargetsCount(RelationQuery) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
getTargetsCount(RelationQuery<ContentEntityObject>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
getTargetsCount(RelationQuery<ConfluenceUser>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
getTargetsCount(RelationQuery<ConfluenceUser>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
getTargetsCount(RelationQuery<S>) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
Count of all related targets for the entity.
getTargetType() - Method in class com.atlassian.confluence.api.model.permissions.OperationCheckResult
 
getTargetType() - Method in class com.atlassian.confluence.api.model.permissions.OperationDescription
 
getTargetType() - Method in class com.atlassian.confluence.api.model.permissions.Target
Get the TargetType for this model object.
getTargetType() - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
getTargetType() - Method in class com.atlassian.confluence.internal.relations.dao.User2UserRelationEntity
 
getTargetType() - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeTargetInfo
 
getTargetType() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeTargetInfo
 
getTargetUrlPath() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
getTask() - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
getTask(String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.LongTaskResource
 
getTaskClazz() - Method in enum class com.atlassian.confluence.impl.system.task.SystemMaintenanceTaskType
 
getTaskCount() - Method in interface com.atlassian.confluence.internal.longrunning.LongRunningTaskManagerInternal
Return a count of the current queued and running tasks.
getTaskCount() - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
getTaskId() - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
getTaskId() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction
 
getTaskId() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
getTaskId() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.SynchronyConfigTaskTracker
 
getTaskId() - Method in class com.atlassian.confluence.spaces.actions.RemoveSpaceAction
 
getTaskId() - Method in class com.atlassian.confluence.user.actions.RemoveUnsyncedUserAction
 
getTaskId() - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
 
getTaskName() - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
getTaskName() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.SynchronyConfigTaskTracker
 
getTaskQueue() - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
getTaskQueue() - Method in interface com.atlassian.confluence.search.IndexManager
Deprecated.
since 7.9.0 Use IndexManager methods instead of calling corresponding methods on queue directly. This method is deprecated because Confluence will no longer have only one index queue
getTaskQueueLength() - Method in class com.atlassian.confluence.jmx.JmxIndexManagerWrapper
 
getTaskQueueSize() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
 
getTasks(String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.LongTaskResource
 
getTasksSize() - Method in class com.atlassian.confluence.jmx.TaskQueueWrapper
 
getTeamLabel() - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
getTeamLabels() - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getTeamLabels() - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getTeamLabels() - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve all of the team labels in the system.
getTeamLabels() - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
getTeamLabels(User) - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
Deprecated, for removal: This API element is subject to removal in a future version.
getTeamLabels(User) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getTeamLabels(User) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getTeamLabels(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getTeamLabels(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getTeamLabels(String) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve all of the team labels in the system with name.
getTeamLabelsForSpace(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getTeamLabelsForSpace(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getTeamLabelsForSpace(String) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve all of the team labels used to label content in the specified space.
getTeamLabelsForSpaces(Collection<Space>) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getTeamLabelsForSpaces(Collection<Space>) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getTeamLabelsForSpaces(Collection<Space>) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve all of the team labels used to label content in the specified spaces.
getTeamLabelsOnSpace(String) - Method in interface com.atlassian.confluence.labels.SpaceLabelManager
Returns the teams labels for the given space
getTeamLabelsOnSpace(String) - Method in class com.atlassian.confluence.labels.SpaceLabelManagerImpl
 
getTeamLabelsOnThisSpace() - Method in class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
 
getTeamLabelsOnThisSpace() - Method in interface com.atlassian.confluence.spaces.actions.SpaceLabelAware
Returns the teams labels for the space for rendering in the UI
getTeamLabelsOnThisSpace() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
getTeamSpaces() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
getTempDirectory() - Method in interface com.atlassian.confluence.setup.settings.ConfluenceDirectories
 
getTempDirectory() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getTemplate() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
 
getTemplate() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
getTemplate() - Method in class com.atlassian.confluence.event.events.template.TemplateRemoveEvent
 
getTemplate() - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
getTemplate() - Method in interface com.atlassian.confluence.plugin.module.PluginProvidedDecoratorModule
 
getTemplate() - Method in class com.atlassian.confluence.renderer.PageTemplateContext
 
getTemplate() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
getTemplate() - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
getTemplate() - Method in class com.atlassian.confluence.xss.VelocityResultAction
 
getTemplate(ContentTemplateId, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService
Return an individual template.
getTemplate(String) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
getTemplate(String, List<Variable>) - Method in interface com.atlassian.confluence.spaces.SystemTemplateManager
 
getTemplate(String, List<Variable>) - Method in class com.atlassian.confluence.spaces.SystemTemplateManagerImpl
 
getTemplate(String, List<Variable>, Page) - Method in interface com.atlassian.confluence.spaces.SystemTemplateManager
 
getTemplate(String, List<Variable>, Page) - Method in class com.atlassian.confluence.spaces.SystemTemplateManagerImpl
 
getTemplateCompletionStage(ContentTemplateId, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
 
getTemplateCompletionStage(ContentTemplateId, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService
 
getTemplateContent() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getTemplateFileName() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getTemplateFromResourceLoader(String, String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
Retrieve a template's source from the same resource loader that was used to load another template.
getTemplateHtml() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
getTemplateId() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
getTemplateId() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageTemplateResourceIdentifier
 
getTemplateId() - Method in class com.atlassian.confluence.event.events.content.page.PageCreateFromTemplateEvent
 
getTemplateId() - Method in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
getTemplateId() - Method in class com.atlassian.confluence.pages.actions.CreatePageFromTemplateAction
 
getTemplateImageDataSources() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
getTemplateLocation() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getTemplateName() - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
getTemplateName() - Method in class com.atlassian.confluence.setup.velocity.DecoratorName
 
getTemplateNameStack() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
getTemplates(ContentTemplateType, Optional<Space>, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService
Returns templates of the current space, or returns global templates if no space specified.
getTemplatesCompletionStage(ContentTemplateType, Optional<Space>, PageRequest, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
 
getTemplatesCompletionStage(ContentTemplateType, Optional<Space>, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService
 
getTemplateSource(String, ResourceLoader, String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
Get a template's contents, given the name of the template and a ResourceLoader to load it from.
getTemplateSpace() - Method in class com.atlassian.confluence.security.DefaultSpacePermissionDefaultsStore
 
getTemplateSpace() - Method in interface com.atlassian.confluence.security.SpacePermissionDefaultsStore
 
getTemplateType() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
getTemplateVariables() - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
getTemplateVariables(PageTemplate) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
getTemplateVariables(PageTemplate) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
getTemplateVariables(PageTemplate) - Method in interface com.atlassian.confluence.pages.templates.TemplateHandler
 
getTemplateVariables(PageTemplate) - Method in class com.atlassian.confluence.pages.templates.WikiTemplateHandler
 
getTemplateVariables(PageTemplate) - Method in class com.atlassian.confluence.pages.templates.XhtmlTemplateHandler
 
getTemporaryDirectory() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
getTemporaryDirectory() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
getTenant() - Method in class com.atlassian.confluence.tenant.SystemTenant
Deprecated.
 
getTenantTimezoneId() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
getTerm() - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.TermFilter
 
getTermQuery(String, Class<? extends TermQuery<T>>) - Method in class com.atlassian.confluence.user.DefaultSearchEntitiesManager
Returns an instance of TermQuery based on the passed Class.
getTermQuery(String, Class<? extends TermQuery<T>>) - Method in interface com.atlassian.confluence.user.SearchEntitiesManager
Deprecated.
 
getTerms() - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.MultiTermFilter
Get the list of terms.
getTerms(AtomicReaderContext) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
getTermsEnum(Terms, AttributeSource) - Method in class com.atlassian.confluence.impl.search.v2.lucene.TermsQuery
 
getTestConnection() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getTestDatabaseConnection(DatabaseDetails) - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getTestDatasourceConnection(String) - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
getTestDatasourceConnection(String) - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
getText() - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResultItem
Returns the string representation of this item that the user will see in the UI.
getText() - Method in enum class com.atlassian.confluence.cluster.ClusterJoinConfig.ClusterJoinType
 
getText() - Method in class com.atlassian.confluence.content.render.xhtml.TextExtractingXmlFragmentEventReader
Returns the text with XML entities resolved.
getText() - Method in enum class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent.SpaceLogoActions
 
getText() - Method in interface com.atlassian.confluence.index.attachment.AttachmentTextExtraction
Returns an Optional describing the extracted text of if it is available, or an empty Optional otherwise.
getText() - Method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentTextExtraction
 
getText() - Method in class com.atlassian.confluence.links.SimpleLink
 
getText() - Method in class com.atlassian.confluence.pages.actions.PageChildrenAction.PageWrapper
 
getText() - Method in class com.atlassian.confluence.search.contentnames.QueryToken
 
getText() - Method in class com.atlassian.confluence.search.v2.query.PhraseQuery
 
getText() - Method in class com.atlassian.confluence.search.v2.summary.Summary.Fragment
Returns the text of this fragment.
getText() - Method in class com.atlassian.confluence.util.message.DefaultMessage
 
getText() - Method in interface com.atlassian.confluence.util.message.Message
Get the text for this message
getText(String) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBean
Get the i18n text for a particular key.
getText(String) - Method in interface com.atlassian.confluence.util.i18n.I18NBean
Get the i18n text for a particular key.
getText(String, Object[]) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBean
Get the i18n text for a particular key, formatted through MessageFormat with the given arguments.
getText(String, Object[]) - Method in interface com.atlassian.confluence.util.i18n.I18NBean
Get the i18n text for a particular key, formatted through MessageFormat with the given arguments.
getText(String, List) - Method in interface com.atlassian.confluence.util.i18n.I18NBean
 
getText(Message) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBean
 
getText(Message) - Method in interface com.atlassian.confluence.util.i18n.I18NBean
Gets the i18n text for the specified message, formatting the message's value and arguments with MessageFormat.
getText(Message) - Method in class it.com.atlassian.confluence.license.I18NBeanToMessageSourceAdapter
 
getText(String) - Method in class bucket.user.propertyset.BucketMemoryPropertySet
Override consistent with BucketPropertySet.getText(String)
getText(String) - Method in class bucket.user.propertyset.BucketPropertySet
 
getText(String) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
getText(String) - Method in interface com.atlassian.confluence.content.render.xhtml.view.excerpt.Excerpter
Returns the text from a fragment of XHTML content.
getText(String) - Method in class com.atlassian.confluence.core.AbstractI18nActionSupport
 
getText(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getText(String) - Method in class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
 
getText(String) - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getText(String) - Method in interface com.atlassian.confluence.themes.ThemeHelper
 
getText(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getText(String) - Method in class com.atlassian.confluence.util.ExcerptHelper
getText(String) - Static method in class com.atlassian.confluence.util.I18NSupport
Deprecated.
getText(String) - Method in class it.com.atlassian.confluence.license.I18NBeanToMessageSourceAdapter
 
getText(String, Object[]) - Method in class com.atlassian.confluence.core.AbstractI18nActionSupport
 
getText(String, Object[]) - Method in class com.atlassian.confluence.themes.GlobalHelper
 
getText(String, Object[]) - Static method in class com.atlassian.confluence.util.I18NSupport
Deprecated.
getText(String, Object[]) - Method in class it.com.atlassian.confluence.license.I18NBeanToMessageSourceAdapter
 
getText(String, Object[], boolean) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBean
Get the i18n text for a particular key, formatted through MessageFormat with the given arguments.
getText(String, Object[], boolean) - Method in interface com.atlassian.confluence.util.i18n.I18NBean
 
getText(String, String) - Method in class com.atlassian.confluence.core.AbstractI18nActionSupport
 
getText(String, String[]) - Method in class com.atlassian.confluence.core.AbstractI18nActionSupport
 
getText(String, String, String) - Method in class com.atlassian.confluence.core.AbstractI18nActionSupport
 
getText(String, String, String[]) - Method in class com.atlassian.confluence.core.AbstractI18nActionSupport
 
getText(String, String, List) - Method in class com.atlassian.confluence.core.AbstractI18nActionSupport
 
getText(String, List) - Method in class com.atlassian.confluence.core.AbstractI18nActionSupport
 
getText(String, List) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBean
 
getText(String, List) - Method in class it.com.atlassian.confluence.license.I18NBeanToMessageSourceAdapter
 
getTextContent() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
getTextProperty(ContentEntityObject, String) - Method in interface com.atlassian.confluence.core.ContentPropertyManager
Deprecated, for removal: This API element is subject to removal in a future version.
getTextQuery() - Method in class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
 
getTextStrict(String) - Method in class com.atlassian.confluence.core.AbstractI18nActionSupport
 
getTextStrict(String) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBean
Needed for text that should not be marked up (for example, values for the 'accessKey' attribute in an input element)
getTextStrict(String) - Method in interface com.atlassian.confluence.util.i18n.I18NBean
Needed for text that should not be marked up (for example, values for the 'accessKey' attribute in an input element)
getTextStrict(String) - Method in class it.com.atlassian.confluence.license.I18NBeanToMessageSourceAdapter
 
getTextSummary(String, int, int) - Method in class com.atlassian.confluence.util.ExcerptHelper
getTextVal() - Method in class bucket.user.propertyset.BucketPropertySetItem
 
getTheme() - Method in class com.atlassian.confluence.core.actions.FourOhFourAction
 
getThemeColourScheme() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
 
getThemeColourScheme() - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
getThemeColourScheme() - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
 
getThemeColourScheme() - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
getThemeJsResources(String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Returns the script tags for the theme specific javascript resources.
getThemeJsResources(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
getThemeKey() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
getThemeKey(long) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Temporary method to check whether the page/blog post represented by contentId uses a theme that the new stack can render.
getThemeKey(long) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
getThemeManager() - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
getThemeManager() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
getThemeManager() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
getThemeManager() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
getThemeManager() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
getThisNodeInformation() - Method in interface com.atlassian.confluence.cluster.ClusterManager
Get the identity of this node in the cluster.
getThisNodeInformation() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
getThisNodeInformation() - Method in class com.atlassian.testsupport.NonClusterManager
 
getThisPagePermissions() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getThisVersion() - Method in class com.atlassian.confluence.legacyapi.model.content.HistorySummary
Deprecated.
 
getThreadChangedDate() - Method in class com.atlassian.confluence.pages.Comment
 
getThreadContentClassLoaderHierarchy() - Static method in class com.atlassian.confluence.util.ClasspathUtils
Get a list of classloaders in the thread context classloader hierarchy
getThreadContext() - Method in interface com.atlassian.confluence.logging.sink.LogEvent
 
getThreadContextClassLoaders() - Method in class com.atlassian.confluence.admin.actions.ViewSystemClasspathAction
 
getThreadContextClasspath() - Static method in class com.atlassian.confluence.util.ClasspathUtils
This method will return an array of URLs used by the thread context classloader and its parent classloaders.
getThreadCount() - Method in enum class com.atlassian.confluence.search.ReIndexOption
 
getThreadDumpProducerCooldown() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsConfiguration
 
getThreadId() - Method in class com.atlassian.confluence.util.profiling.ActivitySnapshot
 
getThreadLocalContext() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceThreadLocalContextManager
Get the thread local context of the current thread
getThreadName() - Method in interface com.atlassian.confluence.logging.sink.LogEvent
 
getThreadName() - Method in class com.atlassian.confluence.util.profiling.ActivitySnapshot
 
getThreadState() - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskAnalyticsEvent
 
getThresholdHours() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
getThresholdHours() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionEvent
 
getThresholdHours() - Method in class com.atlassian.confluence.rest.v2.api.model.HardEvictionParams
The invocation of hard eviction will remove every page with at least one history record older than specified amount of hours.
getThresholdHours() - Method in class com.atlassian.confluence.rest.v2.api.model.SoftEvictionParams
Soft job will not remove synchrony history for a page, which has been modified in recent specified amount of hours.
getThresholdInPercent() - Method in class com.atlassian.confluence.internal.diagnostics.GarbageCollectorTimeAnalyticsEvent
 
getThresholdInSec() - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskAnalyticsEvent
 
getThresholdInSeconds() - Method in class com.atlassian.confluence.impl.event.DurationChecker
Amount of seconds that should pass between the events
getThrowable() - Method in interface com.atlassian.confluence.logging.sink.LogEvent
 
getThumbnail(Attachment) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
getThumbnail(Attachment) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Returns a thumbnail for this attachment having ensured the thumbnail exists in the filesystem, generating it only if it doesn't already exist.
getThumbnail(Attachment, ImageDimensions) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
getThumbnail(Attachment, ImageDimensions) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Returns a thumbnail for this attachment having ensured the thumbnail exists in the filesystem, generating it only if it doesn't already exist.
getThumbnail(RendererAttachment, RenderContext, EmbeddedImage) - Method in class com.atlassian.confluence.renderer.attachments.RendererAttachmentManager
 
getThumbnailData(Attachment) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
getThumbnailData(Attachment) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Retrieves the thumbnail data (as a stream) of the latest version from where it was stored in the file system.
getThumbnailData(Attachment, ImageDimensions) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
getThumbnailData(Attachment, ImageDimensions) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Retrieves the thumbnail data (as a stream) of the latest version from where it was stored in the file system.
getThumbnailFile() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
 
getThumbnailFile(long, int, long) - Method in interface com.atlassian.confluence.impl.pages.thumbnail.ThumbnailManagerInternal
Deprecated.
since 7.14
getThumbnailFile(long, int, long) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
getThumbnailFile(Attachment) - Method in interface com.atlassian.confluence.impl.pages.thumbnail.ThumbnailManagerInternal
Deprecated.
since 7.14
getThumbnailFile(Attachment) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
getThumbnailFile(Attachment, ImageDimensions) - Method in interface com.atlassian.confluence.impl.pages.thumbnail.ThumbnailManagerInternal
Deprecated.
since 7.14
getThumbnailFile(Attachment, ImageDimensions) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
getThumbnailFileDownloadPath() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
getThumbnailFileDownloadUrl() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
Just like TemporaryUploadedPicture.getThumbnailFileDownloadPath() but with the filename Url Encoded.
getThumbnailHeight() - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
Get the height of the thumbnail image.
getThumbnailHeight() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getThumbnailHeight() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
getThumbnailHeight() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
 
getThumbnailImageHtml(String) - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
 
getThumbnailInfo(Attachment) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
getThumbnailInfo(Attachment) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
getThumbnailInfo(Attachment, ImageDimensions) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
getThumbnailInfo(Attachment, ImageDimensions) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
getThumbnailInfo(Attachment, String) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
getThumbnailInfo(Attachment, String) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
getThumbnailInfo(Attachment, String, ImageDimensions) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
getThumbnailInfo(Attachment, String, ImageDimensions) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
getThumbnailLink() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Link to a thumbnail representation of this attachment, only applicable to images.
getThumbnailLink() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getThumbnailPath(long, int, long) - Method in interface com.atlassian.confluence.impl.pages.thumbnail.ThumbnailManagerInternal
 
getThumbnailPath(long, int, long) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
getThumbnailPath(Attachment, ImageDimensions) - Method in interface com.atlassian.confluence.impl.pages.thumbnail.ThumbnailManagerInternal
 
getThumbnailPath(Attachment, ImageDimensions) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
getThumbnails() - Method in class com.atlassian.confluence.pages.thumbnail.Thumbnails
 
getThumbnailsFolder(Attachment) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
Deprecated.
since 7.14
getThumbnailUrl() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getThumbnailUrlPath() - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
Get the URL path for downloading the thumbnail, relative to the application's context-root
getThumbnailWidth() - Method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
Get the width of the thumbnail image.
getThumbnailWidth() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getThumbnailWidth() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
getThumbnailWidth() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
 
getTime() - Static method in class com.atlassian.confluence.core.datetime.RequestTimeThreadLocal
Retrieves the value of the request time thread-local.
getTime() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionEvent
 
getTime() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionRemovalEvent
 
getTime() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionSearchEvent
 
getTime() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter
 
getTime() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction.FormattedDateTime
 
getTime() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getTimeDecayBase() - Method in class com.atlassian.confluence.plugins.edgeindex.ScoreConfig
 
getTimeForBlogPost(Date) - Method in class com.atlassian.confluence.core.DateFormatter
 
getTimeFormat() - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
getTimeFormat() - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Returns the formatting pattern used for times.
getTimeFormat() - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
getTimeForRequest(ServletRequest) - Method in class com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter
Returns the time of the request which will be stored in the thread-local.
getTimeOrNow() - Static method in class com.atlassian.confluence.core.datetime.RequestTimeThreadLocal
Returns the value of the request time thread-local converted to a new Date object.
getTimeout() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
getTimeout() - Method in exception com.atlassian.confluence.diff.InterruptedDiffException
 
getTimeout() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyLockEvent
 
getTimeoutPolicy() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
getTimeoutPolicy() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
 
getTimer() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getTimeSpan() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getTimestamp() - Method in interface com.atlassian.confluence.event.events.Timestamped
 
getTimestamp() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.ContentJournalMessage
 
getTimestamp() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.ApplicationJournalMessage
 
getTimestamp() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.DirectoryJournalMessage
 
getTimestamp() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.UserJournalMessage
 
getTimestamp() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getTimestamp() - Method in interface com.atlassian.confluence.logging.sink.LogEvent
 
getTimestamp() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateChangeLog
 
getTimeToLive() - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.ConfluenceHazelcastLocalCacheRegionFactory.DynamicEvictionConfig
 
getTimeToLiveThreshold() - Method in enum class com.atlassian.confluence.schedule.managers.SchedulerRunDetailsPurgeMode
 
getTimeUnit() - Method in class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
 
getTimeUnit() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter
 
getTimeUnit() - Method in class com.atlassian.confluence.util.TimePeriod
Deprecated.
 
getTimeZone() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getTimeZone() - Method in class com.atlassian.confluence.core.DateFormatter
 
getTimeZone() - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.7. Do not use this method, use TimeZoneManager.getDefaultTimeZone()
getTimeZone() - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
getTimeZone() - Method in interface com.atlassian.confluence.user.UserPreferences
 
getTimingEventKeys() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getTimingEventMillis() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getTinyUrl() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
getTinyUrl() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getTinyUrl() - Method in interface com.atlassian.confluence.pages.actions.TinyUrlAware
 
getTinyUrl() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getTinyUrl() - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
getTinyUrl() - Method in class com.atlassian.confluence.themes.PageHelper
 
getTinyUrlPath() - Method in class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
getTitle() - Method in class com.atlassian.confluence.accessmode.actions.ReadOnlyAccessAction
 
getTitle() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
getTitle() - Method in class com.atlassian.confluence.api.model.content.Content
 
getTitle() - Method in class com.atlassian.confluence.api.model.locator.ContentLocator
 
getTitle() - Method in class com.atlassian.confluence.api.model.search.ContainerSummary
 
getTitle() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getTitle() - Method in exception com.atlassian.confluence.content.render.xhtml.editor.embed.CannotUnmarshalEmbeddedResourceException
 
getTitle() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
 
getTitle() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.ContentMigrationException
 
getTitle() - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
getTitle() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
 
getTitle() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifier
 
getTitle() - Method in class com.atlassian.confluence.core.actions.RssDescriptor
 
getTitle() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getTitle() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getTitle() - Method in class com.atlassian.confluence.diff.beans.ConfluenceDiffDraftBean
 
getTitle() - Method in interface com.atlassian.confluence.impl.sitemesh.DecoratablePage
 
getTitle() - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
getTitle() - Method in interface com.atlassian.confluence.labels.EditableLabelable
 
getTitle() - Method in class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
getTitle() - Method in class com.atlassian.confluence.legacyapi.model.content.ContentLink
Deprecated.
 
getTitle() - Method in class com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator
Deprecated.
 
getTitle() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
getTitle() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
getTitle() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
getTitle() - Method in class com.atlassian.confluence.mail.reports.PageReport
 
getTitle() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getTitle() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
getTitle() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
getTitle() - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
getTitle() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
getTitle() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getTitle() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
getTitle() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getTitle() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getTitle() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getTitle() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Title of the attachment.
getTitle() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getTitle() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getTitle() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.BreadcrumbResource.Crumb
 
getTitle() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getTitle() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
getTitle() - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
getTitle() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
getTitle() - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
getTitle() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
getTitle() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
getTitle() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
 
getTitle() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
getTitle() - Method in class com.atlassian.confluence.rss.FeedProperties
 
getTitle() - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
getTitle() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
getTitle() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.SimplePageContent
 
getTitle() - Method in class com.atlassian.confluence.setup.settings.DatabaseTestResult
 
getTitle() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
getTitle() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getTitle() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getTitle() - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
getTitle() - Method in interface com.atlassian.confluence.util.breadcrumbs.Breadcrumb
Gets the i18n key for the title of the breadcrumb.
getTitle() - Method in class com.atlassian.confluence.util.EditPageBean
 
getTitle() - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
getTitle() - Method in interface com.atlassian.confluence.xhtml.api.StandardTag
 
getTitle(RssRenderItem) - Method in class com.atlassian.confluence.rss.PageRenderSupport
 
getTitle(RssRenderItem<? extends Attachment>) - Method in class com.atlassian.confluence.rss.AttachmentRenderSupport
 
getTitle(RssRenderItem<? extends Comment>) - Method in class com.atlassian.confluence.rss.CommentRenderSupport
 
getTitle(RssRenderItem<? extends T>) - Method in interface com.atlassian.confluence.rss.RssRenderSupport
 
getTitle(String) - Method in interface com.atlassian.confluence.util.i18n.DocumentationBean
Retrieves the title for the link to help documentation
getTitle(String) - Method in class com.atlassian.confluence.util.i18n.VersionSpecificDocumentationBean
 
getTitleAndSpaceKeyPageLocator(String, String) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
getTitleAndSpaceKeyPageLocator(String, String) - Method in interface com.atlassian.confluence.content.service.PageService
Creates a page locator that can locate a page based on a space key and title.
getTitleAsFilename(ContentEntityObject) - Static method in class com.atlassian.confluence.importexport.impl.ExportUtils
Utility method to return a version of the content entity's title that's suitable to be used as a filename in an export.
getTitleAsFilename(SearchResult) - Static method in class com.atlassian.confluence.importexport.impl.ExportUtils
Utility method to return a version of the search result's title that's suitable to be used as a filename in an export.
getTitleAsFilename(String) - Static method in class com.atlassian.confluence.importexport.impl.ExportUtils
Deprecated.
since 5.1.4. Use ExportUtils.getTitleAsFilename(ContentEntityObject) instead (see CONF-27260)
getTitleAsHref(ContentEntityObject) - Static method in class com.atlassian.confluence.importexport.impl.ExportUtils
For a URL encoded filename to be used in a link it will need to be double encoded (since the browser will decode the single encoding when resolving the link, and we have files with encoded names on the filesystem).
getTitleAsHref(SearchResult) - Static method in class com.atlassian.confluence.importexport.impl.ExportUtils
For a URL encoded filename to be used in a link it will need to be double encoded (since the browser will decode the single encoding when resolving the link, and we have files with encoded names on the filesystem).
getTitleForResult(SearchResult) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getTitleFromDatePath(String) - Static method in class com.atlassian.confluence.pages.BlogPost
BEFORE USING THIS - consider if BlogPostReference better suits your needs.
getTitleKey() - Method in class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction
 
getTitleKey() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
getTitleKey() - Method in interface com.atlassian.confluence.admin.tasks.AdminTaskConfig
 
getTitleKey() - Method in class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
getTitleKey() - Method in class com.atlassian.confluence.setup.DatabaseVerificationResult
 
getTitleKey() - Method in exception com.atlassian.confluence.setup.DatabaseVerifyException
 
getTitleToRevert() - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
getTo() - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
getTo() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRange
Deprecated.
 
getTo() - Method in class com.atlassian.confluence.search.v2.Range
 
getToAddress() - Method in class com.atlassian.confluence.mail.ConfluenceImapMailServer
 
getToAddress() - Method in class com.atlassian.confluence.mail.ConfluencePopMailServer
 
getToAddress() - Method in interface com.atlassian.confluence.mail.InboundMailServer
Gets the Address which will be monitored for inbound email.
getToBeValidatedUserMacros(UserMacroConfig) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
getToDate() - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter
 
getToDate() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
getToDisplayValue() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
getToken() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
getToken() - Method in class com.atlassian.confluence.event.events.security.RpcAuthenticatedEvent
 
getToken() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getToken() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
getToken() - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
getToken() - Method in class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
getToken(String) - Method in class com.atlassian.confluence.impl.oauth2.DefaultOAuth2Service
 
getToken(String) - Method in interface com.atlassian.confluence.oauth2.OAuth2Service
 
getToken(String) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
getToken(String) - Method in interface com.atlassian.confluence.security.trust.TrustedTokenFactory
 
getToken(String, UserVerificationTokenType) - Method in class com.atlassian.confluence.user.persistence.dao.BandanaUserVerificationTokenDao
 
getToken(String, UserVerificationTokenType) - Method in interface com.atlassian.confluence.user.persistence.dao.UserVerificationTokenDao
 
getTokenGenerator() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
getTokenId() - Method in interface com.atlassian.confluence.mail.auth.ConfluenceMailOAuth2Credentials
 
getTokenId() - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials
 
getTokenId() - Method in interface com.atlassian.confluence.mail.Authorization
 
getTokenId() - Method in class com.atlassian.confluence.mail.Authorization.OAuth2
 
getTokenStatus() - Method in interface com.atlassian.confluence.mail.auth.ConfluenceMailOAuth2Credentials
 
getTokenStatus() - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials
 
getTokenString() - Method in class com.atlassian.confluence.user.UserVerificationToken
 
getTokenType() - Method in class com.atlassian.confluence.user.UserVerificationToken
 
getTombstonesAfter(long, Long, Class<T>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
getTombstonesAfter(long, Collection<Long>, Class<T>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
getTooltip() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getTooltip() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
 
getTooltip() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
getTooltip() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.CreatePageLink
 
getTooltip() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
getTooltip() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getTooltip() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
 
getTooltip() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
 
getTooltip() - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
getTooltip() - Method in interface com.atlassian.confluence.util.breadcrumbs.Breadcrumb
Gets the breadcrumb's tooltip.
getTooltip() - Method in interface com.atlassian.confluence.xhtml.api.Link
 
getTopBarColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getTopBarColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getTopBarColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getTopBarMenuItemTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
Deprecated.
since 9.2 No longer customisable.
getTopBarMenuSelectedBackgroundColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getTopBarMenuSelectedBackgroundColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getTopBarMenuSelectedBgColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getTopBarMenuSelectedTextColor() - Method in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
getTopBarMenuSelectedTextColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getTopBarMenuSelectedTextColorDarkTheme() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
 
getTopLevelComments() - Method in class com.atlassian.confluence.pages.AbstractPage
 
getTopLevelPages(Long) - Method in interface com.atlassian.confluence.pages.ancestors.AncestorsDao
getTopLevelPages returns a list of top-level pages in the space top-level means that the page does not have a parent
getTopLevelPages(Long) - Method in class com.atlassian.confluence.pages.ancestors.DefaultAncestorsDao
getTopLevelPages returns a list of top-level pages in the space top-level means that the page does not have a parent
getTopLevelPages(Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getTopLevelPages(Space) - Method in interface com.atlassian.confluence.pages.PageManager
Get all the pages in a space that do not have a parent page.
getTopLevelPages(Space) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getTopLevelPages(Space) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
 
getTopLevelPages(Space, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns the current top-level pages in a space, limited to the pagination requested.
getTopLevelPages(Space, LimitedRequest) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getTopLevelPages(Space, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
 
getTopLevelPages(Space, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getTopLevelPages(String) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getTopLevelPages(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns all top level pages of the space with the given spaceKey the user authenticated by token is allowed to view.
getTopLevelPages(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getTopLevelPages(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getTopLevelPages(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getTopLevelPages(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getTopLevelPagesBuilder(Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
NOTE: Despite our best intentions, we still have to retrieve all the top level pages and order them outside the database.
getTopLevelPagesBuilder(Space) - Method in interface com.atlassian.confluence.pages.PageManager
Get the pages in a space that do not have a parent page.
getTopNavLocation() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
getTopNavLocation() - Method in class com.atlassian.confluence.themes.BasicTheme
 
getTopNavLocation() - Method in class com.atlassian.confluence.themes.DefaultTheme
 
getTopNavLocation() - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
getTopNavLocation() - Method in interface com.atlassian.confluence.themes.Theme
Deprecated.
since 5.0 - with the common header themes shouldn't specify their own top navigation anymore. This method is no longer called from anywhere within Confluence.
getTopTargets() - Method in class com.atlassian.confluence.plugins.edgeindex.TopEdgeTargetCollector
 
getTotal() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
getTotal() - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
getTotal() - Method in interface bucket.core.PaginationSupport
Deprecated.
Returns the total number of items in the list
getTotal() - Method in class com.atlassian.confluence.index.status.ReIndexJob.Progress
 
getTotal() - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
getTotal() - Method in class com.atlassian.confluence.pages.actions.PaginationSupportAdaptor
 
getTotal() - Method in class com.atlassian.confluence.pages.ManualTotalPaginationSupport
Deprecated.
 
getTotal() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTree
 
getTotal() - Method in class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
 
getTotal() - Method in class com.atlassian.confluence.util.DefaultProgress
 
getTotal() - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
getTotal() - Method in interface com.atlassian.confluence.util.Progress
 
getTotalAttachmentGlobal() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobAnalyticsEvent
 
getTotalAttachmentLoadCount() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent
 
getTotalAttachmentSizeGlobal() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobAnalyticsEvent
 
getTotalAttachmentSizeSpace() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobAnalyticsEvent
 
getTotalAttachmentSpace() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobAnalyticsEvent
 
getTotalAvailable() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummaries
 
getTotalContentCountIfExpand(Supplier<Long>) - Method in class com.atlassian.confluence.api.impl.service.content.finder.ContentFinderImpl
 
getTotalCount() - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
getTotalCount() - Method in interface com.atlassian.confluence.api.model.pagination.PageResponse
Possible to return total number of result
getTotalCount() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
getTotalCountLatestAttachment() - Method in interface com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.ContainerAttachmentIdentifier
Return total available attachment in this identifier
getTotalCountLatestAttachment() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AllLatestVersionAttachmentIdentifier
getTotalCountLatestAttachment() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AttachmentRefIdentifier
 
getTotalCountLatestAttachment() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.IdListAttachmentIdentifier
 
getTotalCountLatestAttachment() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.LatestVersionWithNameMineTypeAttachmentIdentifier
 
getTotalDiskSizeInMb() - Method in class com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent
 
getTotalDuration() - Method in class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreFinishJobAnalyticsEvent
Get total time taken to complete job
getTotalExecutionTimeNanos() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getTotalFailedLoginCount() - Method in interface com.atlassian.confluence.security.login.HistoricalLoginInfo
 
getTotalFailedLoginCount() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
getTotalHits() - Method in class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
 
getTotalHits() - Method in class com.atlassian.confluence.internal.search.v2.lucene.TopDocuments
 
getTotalHits() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardRecentlyUpdatedQueryEvent
 
getTotalLabelInSpace(String) - Method in interface com.atlassian.confluence.dmz.labels.LabelManagerInternal
Get total label in a particular space
getTotalLabelInSpace(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getTotalLabelInSpace(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getTotalLabelInSpace(String, String, String, String) - Method in interface com.atlassian.confluence.internal.labels.persistence.LabelDaoInternal
Count total number of labels in space
getTotalLabelInSpace(String, String, String, String) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
getTotalMemoryInMb() - Method in class com.atlassian.confluence.internal.diagnostics.LowMemoryAnalyticsEvent
 
getTotalNodes() - Method in class com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
 
getTotalNumberOfObjects() - Method in class com.atlassian.confluence.event.events.admin.RestoreInProgressEvent
 
getTotalNumberOfObjects() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
getTotalNumberOfObjects() - Method in interface com.atlassian.confluence.impl.backuprestore.statistics.JobStatisticsInfo
 
getTotalNumberOfObjects() - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
getTotalObjectsCount() - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
getTotalObjectsCount() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
getTotalPageGlobal() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobAnalyticsEvent
 
getTotalPageNeedToCopy() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport
 
getTotalPagesAdded() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
getTotalPagesAddedByUser() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
getTotalPagesEdited() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
getTotalPagesEditedButCreatedByUser() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
getTotalPagesEditedByUser() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
getTotalPageSpace() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobAnalyticsEvent
 
getTotalRemoved() - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.AttachmentRemovalJobEvent
 
getTotalRemovedByGlobalPolicy() - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.PageRemovalJobEvent
 
getTotalRemovedBySpacePolicy() - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.PageRemovalJobEvent
 
getTotalSearchResults() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getTotalSize() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.BatchableWorkSource
 
getTotalSize() - Method in class com.atlassian.confluence.content.render.xhtml.migration.ContentWithTasksWorkSource
 
getTotalSize() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.SearchResultsBatchWorkSource
 
getTotalSize() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.OrderedEntityObjectBatchableWorkSource.EntitySource
 
getTotalSize() - Method in class com.atlassian.confluence.content.render.xhtml.migration.OrderedEntityObjectBatchableWorkSource
 
getTotalSize() - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiMarkupContentEntityObjectMigrationWorkSource
 
getTotalSize() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntityList
Get the number of search results before any result filter was applied.
getTotalSize() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectory
 
getTotalSize() - Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
 
getTotalSize(Collection<FileInfo>) - Static method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Sums the sizes of the files in the FileInfo list
getTotalSizeRemovedGlobal() - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.AttachmentRemovalJobEvent
 
getTotalSizeRemovedSpace() - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.AttachmentRemovalJobEvent
 
getTotalSpaces() - Method in class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchConfluenceSpaceLimitHealthStatus
 
getTotalSpaces() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getTotalSpaces() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfoDTO
 
getTotalSpacesAdded() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
getTotalSpacesAddedByUser() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
getTotalSpacesEdited() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
getTotalSpacesEditedButCreatedByUser() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
getTotalSpacesEditedByUser() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
getTotalStaleDraftRemoved() - Method in class com.atlassian.confluence.upgrade.upgradetask.NullModificationDateDraftUpgradeTask
 
getTotalStreamingTimeNanos() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
getTotalSystemMemory() - Method in class com.atlassian.confluence.status.service.systeminfo.HardwareInfo
 
getTotalTimeElapsed(Instant) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getTotalZipEntriesSize(File) - Static method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Returns the total size in bytes of the entries for given archive
getTotalZipEntriesSize(ZipEntry[]) - Static method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Returns the total size in bytes of the entries for given archive
getTraceId() - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Returns the currently mapped 'traceId' value from the context, or null if none has been set.
getTrailingItems(String, WebInterfaceContext) - Method in class com.atlassian.confluence.web.ConfluenceWebMenuManager
Returns items to be displayed at the bottom of the menu.
getTransaction(TransactionDefinition) - Method in class com.atlassian.confluence.spring.transaction.NoopTransactionManager
Deprecated.
 
getTransactionManager() - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
getTransactionManager() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
getTransactionManager() - Method in class com.atlassian.confluence.setup.struts.ConfluenceXWorkTransactionInterceptor
 
getTransactionManager() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
getTransactionTemplate() - Method in class com.atlassian.confluence.impl.hibernate.HibernateSessionManager5
 
getTransactionTemplate() - Method in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
getTransactionTemplate() - Method in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
getTransformedBodyStream() - Method in interface com.atlassian.confluence.content.render.xhtml.definition.MacroBody
 
getTransformedBodyStream() - Method in class com.atlassian.confluence.content.render.xhtml.definition.PlainTextMacroBody
 
getTransformedBodyStream() - Method in class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
 
getTransformedBodyStream() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getTransformer() - Method in class com.atlassian.confluence.content.render.xhtml.TransformerWeight
 
getTransformer(MacroDefinitionHandler) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.ContentTransformerFactory
getTransformer(MacroDefinitionHandler) - Method in class com.atlassian.confluence.content.render.xhtml.storage.DefaultContentTransformerFactory
 
getTransformer(MacroDefinitionHandler, MacroDefinitionMarshallingStrategy) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.ContentTransformerFactory
Returns a Transformer.
getTransformer(MacroDefinitionHandler, MacroDefinitionMarshallingStrategy) - Method in class com.atlassian.confluence.content.render.xhtml.storage.DefaultContentTransformerFactory
 
getTransformer(MacroDefinitionReplacer) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.ContentTransformerFactory
Returns a Transformer.
getTransformer(MacroDefinitionReplacer) - Method in class com.atlassian.confluence.content.render.xhtml.storage.DefaultContentTransformerFactory
 
getTransformer(MacroDefinitionUpdater) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.ContentTransformerFactory
Returns a Transformer.
getTransformer(MacroDefinitionUpdater) - Method in class com.atlassian.confluence.content.render.xhtml.storage.DefaultContentTransformerFactory
Returns a Transformer.
getTransformerChain() - Method in class com.atlassian.confluence.plugin.descriptor.TransformerModuleDescriptor
 
getTransformerFactory() - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
getTransformerWeight() - Method in class com.atlassian.confluence.plugin.descriptor.TransformerModuleDescriptor
 
getTranslatedYesNoString(boolean) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
getTranslation() - Method in interface com.atlassian.confluence.api.model.messages.Message
 
getTranslation() - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage
 
getTranslation() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
 
getTranslationMode() - Method in class com.atlassian.confluence.util.i18n.DefaultI18nModeManager
 
getTranslationMode() - Method in interface com.atlassian.confluence.util.i18n.I18nModeManager
 
getTranslations() - Method in class com.atlassian.confluence.impl.health.web.JohnsonPageI18NProvider
Returns a json object where property names are i18n keys and property values are the translations of these keys.
getTranslationsForPrefix(String) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBean
 
getTranslationsForPrefix(String) - Method in interface com.atlassian.confluence.util.i18n.I18NBean
Gets a map of all keys that start with the given prefix, and their corresponding localised text, suitable for rendering with MessageFormat.
getTranslationsForPrefix(String) - Method in class it.com.atlassian.confluence.license.I18NBeanToMessageSourceAdapter
 
getTrash() - Method in class com.atlassian.confluence.impl.retention.rules.EvaluatedTrash
 
getTrash() - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
getTrashContents(long, int) - Method in class com.atlassian.confluence.impl.retention.fast.dao.DefaultFastContentRetentionDao
 
getTrashContents(long, int) - Method in interface com.atlassian.confluence.impl.retention.fast.dao.FastContentRetentionDao
Get a list of content with deleted status and content id is id greater or equal to .
getTrashContents(long, int, Long) - Method in class com.atlassian.confluence.impl.retention.fast.dao.DefaultFastContentRetentionDao
 
getTrashContents(long, int, Long) - Method in interface com.atlassian.confluence.impl.retention.fast.dao.FastContentRetentionDao
Get a list of content with deleted status and content id is id greater or equal to and space id is .
getTrashContents(Space, LimitedRequest, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentTrashServiceImpl
 
getTrashContents(Space, LimitedRequest, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentTrashService
Retrieve a subset of the contents of the trash for a particular space.
getTrashContents(Space, int, int) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
getTrashContents(Space, int, int) - Method in interface com.atlassian.confluence.pages.TrashManager
Retrieve a subset of the contents of the trash for a particular space.
getTrashContents(String, int, int) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
getTrashContents(String, LimitedRequest) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
getTrashContents(String, LimitedRequest) - Method in interface com.atlassian.confluence.pages.TrashManager
Retrieve a subset of the contents of the trash for a particular space.
getTrashContents(String, String, int, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
getTrashContents(String, String, int, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getTrashContents(String, String, int, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getTrashContents(String, String, int, int) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getTrashContents(String, String, int, int) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getTrashContentsCompletionStage(Space, LimitedRequest, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTrashServiceImpl
 
getTrashContentsCompletionStage(Space, LimitedRequest, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTrashService
 
getTrashDate() - Method in class com.atlassian.confluence.core.ContentEntityObject
Get trash date if this CEO has been added to the trash since Confluence 7.14.
getTrashDate() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getTrashDate() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getTrashDateMigrationTime() - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
getTrashDateMigrationTime() - Method in interface com.atlassian.confluence.pages.TrashManager
All items that have been added to the trash before Confluence 7.14 don't have actual trash date.
getTrashedContent(String) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
getTrashedContent(String) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getTrashedContents(String, int, int) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getTrashedContents(String, int, int) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getTrashedContents(String, LimitedRequest, Predicate<? super ContentEntityObject>) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getTrashedContents(String, LimitedRequest, Predicate<? super ContentEntityObject>) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getTrashedEntities(long, int) - Method in interface com.atlassian.confluence.dmz.pages.TrashManagerInternal
Fetch a batch of trashed content entities
getTrashedEntities(long, int) - Method in interface com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternal
Retrieve a batch of trashed content entities
getTrashedEntities(long, int) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getTrashedEntities(long, int) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
getTrashManager() - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
getTrashManager() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getTrashRetentionRule() - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
getTrashRetentionRule() - Method in interface com.atlassian.confluence.api.model.retention.RetentionPolicy
 
getTrashRetentionRule() - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
getTriedTimes() - Method in class com.atlassian.confluence.impl.journal.JournalEntry
 
getTriggerClassName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
getTriggerClassName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentDdlHelper
 
getTriggerClassName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionDdlHelper
 
getTriggerClassName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionSetDdlHelper
 
getTriggerClassName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpaceDdlHelper
 
getTriggerClassName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpacePermissionDdlHelper
 
getTriggerFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
getTriggerFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentDdlHelper
 
getTriggerFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionDdlHelper
 
getTriggerFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionSetDdlHelper
 
getTriggerFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpaceDdlHelper
 
getTriggerFunctionName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpacePermissionDdlHelper
 
getTriggerModule() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionSetDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpaceDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpacePermissionDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.BaseOracleDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleContentDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleContentPermissionDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleContentPermissionSetDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleSpaceDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleSpacePermissionDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionSetDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpaceDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpacePermissionDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionSetDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerSpaceDdlHelper
 
getTriggerName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerSpacePermissionDdlHelper
 
getTriggerName(TriggerEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
getTriggerName(TriggerEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentDdlHelper
 
getTriggerName(TriggerEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionDdlHelper
 
getTriggerName(TriggerEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionSetDdlHelper
 
getTriggerName(TriggerEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpaceDdlHelper
 
getTriggerName(TriggerEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpacePermissionDdlHelper
 
getTriggerName(TriggerEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
getTriggerName(TriggerEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
getTriggerPluginKey() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getTriggerPluginVersion() - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
getTriggerTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
getTriggerTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentDdlHelper
 
getTriggerTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionDdlHelper
 
getTriggerTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionSetDdlHelper
 
getTriggerTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpaceDdlHelper
 
getTriggerTableName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpacePermissionDdlHelper
 
getTruncatedSpaceName() - Method in class com.atlassian.confluence.internal.search.SpacePickerHelper.SpaceDTO
Deprecated.
 
getTrustedApplication(long) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
getTrustedApplication(long) - Method in interface com.atlassian.confluence.security.trust.TrustedApplicationsManager
 
getTrustedApplication(String) - Method in class com.atlassian.confluence.security.trust.seraph.SeraphTrustedApplicationIntegration
Return trust information for an application
getTrustedApplicationByAlias(String) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
getTrustedApplicationByAlias(String) - Method in interface com.atlassian.confluence.security.trust.TrustedApplicationsManager
 
getTrustedApplicationByName(String) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
getTrustedApplicationByName(String) - Method in interface com.atlassian.confluence.security.trust.TrustedApplicationsManager
 
getTrustedApplications() - Method in class com.atlassian.confluence.admin.actions.trust.AbstractTrustedApplicationAction
 
getTrustedApplications() - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
getTrustedApplicationsManager() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
getTrustedConnectionStatus(HttpResponse) - Method in class com.atlassian.confluence.util.http.trust.DefaultTrustedConnectionStatusBuilder
Deprecated.
 
getTrustedConnectionStatus(HttpResponse) - Method in interface com.atlassian.confluence.util.http.trust.TrustedConnectionStatusBuilder
Deprecated.
Parses the Trusted Applications Authentication headers from the HTTP response provided to the method and builds a TrustedConnectionStatus object with the results.
getTrustedTransportErrorMessages() - Method in class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
Deprecated.
 
getTtlForInactiveSubscriptionInMilliSeconds() - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.IncrementalSyncUtil
 
getTTLForSubscriptionInMilliSeconds() - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.IncrementalSyncUtil
 
getTxCache(String) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
 
getTxCache(String) - Method in interface com.atlassian.confluence.impl.cache.tx.TransactionAwareCacheFactory
 
getTxCache(String, CacheLoader<K, V>) - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
 
getTxCache(String, CacheLoader<K, V>) - Method in interface com.atlassian.confluence.impl.cache.tx.TransactionAwareCacheFactory
 
getType() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
getType() - Method in class com.atlassian.confluence.api.colorscheme.SpaceColorSchemeTypeModel
 
getType() - Method in class com.atlassian.confluence.api.model.content.Content
 
getType() - Method in class com.atlassian.confluence.api.model.content.ContentType
 
getType() - Method in class com.atlassian.confluence.api.model.content.Space
 
getType() - Method in class com.atlassian.confluence.api.model.content.SpaceType
 
getType() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateType
 
getType() - Method in class com.atlassian.confluence.api.model.journal.JournalEntry
 
getType() - Method in class com.atlassian.confluence.api.model.link.Link
 
getType() - Method in class com.atlassian.confluence.api.model.link.LinkType
 
getType() - Method in enum class com.atlassian.confluence.api.model.pagination.CursorType
String representation of the cursor type
getType() - Method in class com.atlassian.confluence.api.model.permissions.TargetType
 
getType() - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
getType() - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
getType() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
getType() - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig
 
getType() - Method in class com.atlassian.confluence.cluster.KubernetesClusterJoinConfig
 
getType() - Method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
getType() - Method in class com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
 
getType() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getType() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.ContentMigrationException
 
getType() - Method in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
getType() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCell
 
getType() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.IdAndTypeResourceIdentifier
 
getType() - Method in class com.atlassian.confluence.core.ContentEntityObject
An easy name for the type of this content: makes it easy for things like the #contentLink macro to work out what to draw.
getType() - Method in interface com.atlassian.confluence.core.ContentTypeAware
 
getType() - Method in class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent
 
getType() - Method in class com.atlassian.confluence.event.events.admin.SearchUsersEvent
 
getType() - Method in class com.atlassian.confluence.event.events.backgroundjob.BackgroundJobFailedEvent
 
getType() - Method in class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.Monitoring
 
getType() - Method in class com.atlassian.confluence.functest.rest.admin.crowd.DirectoryEntity
 
getType() - Method in class com.atlassian.confluence.functest.rest.admin.crowd.PropertyEntity
 
getType() - Method in enum class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator.SupportedType
 
getType() - Method in class com.atlassian.confluence.impl.audit.AffectedObjectEntity
Deprecated.
 
getType() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
getType() - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
getType() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
getType() - Method in class com.atlassian.confluence.impl.journal.JournalEntry
 
getType() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction.IndividualDestinationSearchResult
 
getType() - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.AttachmentRemovalJobEvent
 
getType() - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.PageRemovalJobEvent
 
getType() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobAnalyticsEvent
 
getType() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobCompletedEvent
 
getType() - Method in class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobCompletedEvent
 
getType() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.CriteriaParameters
Deprecated.
 
getType() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getType() - Method in class com.atlassian.confluence.impl.sitemesh.ApplyDecoratorDirective
Tells velocity that this is a block-type directive.
getType() - Method in class com.atlassian.confluence.impl.sitemesh.ParamDirective
Tells velocity that this is a block-type directive.
getType() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
getType() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipCacheKey
 
getType() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getType() - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
getType() - Method in class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
Deprecated.
 
getType() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
 
getType() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement.GlobalPermissionManagementIncSyncModel
 
getType() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
 
getType() - Method in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
getType() - Method in class com.atlassian.confluence.labels.Label
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3 unused
getType() - Method in class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
getType() - Method in class com.atlassian.confluence.legacyapi.model.content.ContentLink
Deprecated.
 
getType() - Method in class com.atlassian.confluence.legacyapi.model.content.ContentType
Deprecated.
 
getType() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
getType() - Method in enum class com.atlassian.confluence.macro.params.SortType
Returns the type of this SortType as a string.
getType() - Method in class com.atlassian.confluence.mail.notification.Notification
 
getType() - Method in class com.atlassian.confluence.mail.reports.PageReport
 
getType() - Method in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
getType() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
getType() - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
getType() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
getType() - Method in class com.atlassian.confluence.pages.Attachment
 
getType() - Method in class com.atlassian.confluence.pages.BlogPost
 
getType() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionEvent
 
getType() - Method in class com.atlassian.confluence.pages.collab.SynchronyEvictionSearchEvent
 
getType() - Method in class com.atlassian.confluence.pages.Comment
 
getType() - Method in class com.atlassian.confluence.pages.Draft
 
getType() - Method in class com.atlassian.confluence.pages.Page
 
getType() - Method in class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.FileWrapper
Deprecated.
 
getType() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream
 
getType() - Method in class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.InputStreamWrapper
Deprecated.
 
getType() - Method in class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.RandomFileWrapper
Deprecated.
 
getType() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getType() - Method in class com.atlassian.confluence.pages.templates.variables.ListVariable
 
getType() - Method in class com.atlassian.confluence.pages.templates.variables.StringVariable
 
getType() - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
getType() - Method in interface com.atlassian.confluence.pages.templates.variables.Variable
 
getType() - Method in class com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
 
getType() - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity.Bm25Settings
 
getType() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
getType() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentBodyEntity
 
getType() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getType() - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchParameters
 
getType() - Method in class com.atlassian.confluence.plugins.restapi.filters.RateLimitFilter
 
getType() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission
 
getType() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermissionSet
 
getType() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
 
getType() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
getType() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpacePermissionSet
 
getType() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
getType() - Method in class com.atlassian.confluence.search.contentnames.QueryToken
 
getType() - Method in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
getType() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getType() - Method in class com.atlassian.confluence.search.v2.Index
 
getType() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getType() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets a string representation of the type of the entity represented by the search result.
getType() - Method in class com.atlassian.confluence.search.v2.sort.FieldSort
 
getType() - Method in class com.atlassian.confluence.search.v2.sort.LowercaseFieldSort
 
getType() - Method in class com.atlassian.confluence.security.ContentPermission
 
getType() - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
getType() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao.SimpleContentPermission
 
getType() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSid
 
getType() - Method in class com.atlassian.confluence.security.NeverPermittedContentPermission
 
getType() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
 
getType() - Method in class com.atlassian.confluence.security.SpacePermission
 
getType() - Method in enum class com.atlassian.confluence.setup.DatabaseEnum
 
getType() - Method in class com.atlassian.confluence.setup.settings.GlobalDescription
 
getType() - Method in class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective
Deprecated.
Tells velocity that this is a block-type directive.
getType() - Method in class com.atlassian.confluence.setup.velocity.ParamDirective
Deprecated.
Tells velocity that this is a block-type directive.
getType() - Method in class com.atlassian.confluence.setup.velocity.RenderVelocityTemplateDirective
 
getType() - Method in class com.atlassian.confluence.setup.velocity.SkipLinkDirective
 
getType() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getType() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getType() - Method in class com.atlassian.confluence.spaces.Space
 
getType() - Method in class com.atlassian.confluence.spaces.SpaceDescription
 
getType() - Method in class com.atlassian.confluence.themes.ClasspathThemeStylesheet
 
getType() - Method in class com.atlassian.confluence.themes.PluginThemeResource
 
getType() - Method in interface com.atlassian.confluence.themes.ThemeResource
 
getType() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
getType() - Method in class com.atlassian.confluence.user.PersonalInformation
 
getType() - Method in class com.atlassian.confluence.util.profiling.ActivitySnapshot
 
getType() - Method in class com.atlassian.confluence.velocity.htmlsafe.DisableAntiXssDirective
 
getType() - Method in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeDirective
 
getType() - Method in class com.atlassian.confluence.velocity.TrimDirective
 
getType() - Method in class com.atlassian.confluence.xhtml.api.Placeholder
 
getType() - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
getType(Class<? extends EditableLabelable>) - Static method in enum class com.atlassian.confluence.labels.LabelableType
 
getType(String) - Method in class bucket.user.propertyset.BucketPropertySet
 
getType(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getType(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getTypeDescriptionKey() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
getTypedParameter(String, Class<T>) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getTypedParameters() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
getTypedParameters() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
getTypeEnum() - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated, for removal: This API element is subject to removal in a future version.
getTypeEnum() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getTypeEnum() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getTypeName() - Method in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
getTypeName() - Method in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
getTypeName(Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.ContentMetadataTypeBuilder
 
getTypeName(Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.PageResponseTypeBuilder
 
getTypeName(Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.ReferenceTypeBuilder
 
getTypeName(Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.SpaceMetadataTypeBuilder
 
getTypeName(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getTypeNameKey() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
getTypeOptions() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getTypes() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
getTypes() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
getTypes() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroParams
 
getTypes() - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.model.ContentSubscriptionRequest
 
getTypes() - Method in class com.atlassian.confluence.search.contentnames.ContentNameSearchContext
 
getTypes(Set<String>) - Static method in enum class com.atlassian.confluence.pages.Attachment.Type
 
getTypesFilter() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto.RecentlyUpdatedContentResourceRequestDto
 
getTypeString(Class<? extends EditableLabelable>) - Static method in enum class com.atlassian.confluence.labels.LabelableType
 
getUiSupport() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
getUnauthorisedAllowedPatterns() - Method in class com.atlassian.confluence.impl.struts.MultipartUploadConfigurator
 
getUncategorizedMigrationExceptions() - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
getUncompletedSteps() - Method in class com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
 
getUncompletedSteps() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
getUndefinedLinks(String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getUndefinedLinks(String) - Method in interface com.atlassian.confluence.pages.PageManager
Retrieve a list of link destinations in a given space that do not have pages.
getUndefinedLinks(String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getUndefinedLinks(String) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
 
getUndefinedLinks(String, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Retrieve a list of link destinations in a given space that do not have pages.
getUndefinedLinks(String, LimitedRequest) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getUndefinedLinks(String, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
Retrieve the undefined links in a space.
getUndefinedLinks(String, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getUndefinedLinksCount(String) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Retrieve total number of link destinations in a given space that do not have pages.
getUndefinedLinksCount(String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getUndefinedLinksCount(String) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
Retrieve the undefined links count in a space.
getUndefinedLinksCount(String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
getUndefinedPages() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
getUndefinedPages(String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getUndefinedPages(String) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
getUndefinedPages(String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
Deprecated.
getUndefinedPages(String) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
getUnderlyingClass(Object) - Static method in class com.atlassian.confluence.internal.search.v2.lucene.HibernateUnwrapper
Gets the true class of an object, trying to use Hibernate's proxy unwrapping tools if available on the classpath.
getUndoConfirmationLabel() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
getUndoLink() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
getUndoMsgValue() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
getUndoPreviousValue() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
getUndoSetting() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
getUndoUnfollow() - Method in class com.atlassian.confluence.user.actions.ViewFollowAction
 
getUndoUnfollowUser() - Method in class com.atlassian.confluence.user.actions.ViewFollowAction
 
getUnescapedQuery() - Method in class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
 
getUnescapedQuery() - Method in class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
getUnescapedQuery() - Method in class com.atlassian.confluence.search.v2.query.TextSearchQuery
 
getUnfetchedAttachmentCount() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent
 
getUnfilteredResultsCount() - Method in class com.atlassian.confluence.search.v2.DefaultSearchResults
Get the number of search results before being passed through any filter.
getUnfilteredResultsCount() - Method in interface com.atlassian.confluence.search.v2.SearchResults
Get the number of search results before any filter was applied.
getUnfixedIdFor(Class, Object) - Method in interface com.atlassian.confluence.importexport.ImportProcessorSummary
Deprecated.
 
getUnfixedIdFor(Class, Object) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
getUnicastAddress() - Method in class com.atlassian.confluence.cluster.ClusterConfig
 
getUniqueConstraintSqlStatements() - Static method in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintUpgradeTask
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
getUniqueConstraintSqlStatements() - Static method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdSchemaUpgradeTask
 
getUniqueConstraintSqlStatements(AlterTableExecutor) - Static method in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintUpgradeTask
 
getUniqueID() - Method in class com.atlassian.confluence.status.SystemErrorInformationLogger
 
getUnit() - Method in class com.atlassian.confluence.search.v2.score.DecayParameters
 
getUnits() - Method in class com.atlassian.confluence.api.model.audit.RetentionPeriod
Deprecated.
 
getUnknown(WebResourceUrlProvider) - Static method in class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
getUnknown(WebResourceUrlProvider) - Static method in class com.atlassian.confluence.content.ui.SimpleUiSupport
 
getUnlicensedAuthenticatedPermissionRow() - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
getUnlicensedAuthenticatedPermissionRow() - Method in interface com.atlassian.confluence.security.actions.PermissionsAware
Retrieves the unlicensed authenticated user permissions row for printing in a UI.
getUnmarshaller(Class<T>, MarshallingType) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultMarshallingRegistry
 
getUnmarshaller(Class<T>, MarshallingType) - Method in interface com.atlassian.confluence.content.render.xhtml.MarshallingRegistry
 
getUnpermittedLinkBody() - Method in class com.atlassian.confluence.links.linktypes.ContentLink
 
getUnPermittedSpaceKeys(SpacePermissionQueryBuilder) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.HibernateSpacePermissionsFilterDao
 
getUnPermittedSpaceKeys(SpacePermissionQueryBuilder) - Method in interface com.atlassian.confluence.impl.search.v2.lucene.filter.SpacePermissionsFilterDao
Get the keys for all spaces the supplied user does not permission on.
getUnresolvedCommentCount(Long) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageUnresolvedCommentCountAggregator
Get the unresolved comment count of a content.
getUnresolvedCommentCountAggregatorFrom(ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageRenderHelper
Get the Unresolved Comment Count Aggregator from the conversion context.
getUnresolvedCommentCountAggregatorFrom(ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageRenderHelperImpl
 
getUnresolvedUsernameResourceIdentifier() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
 
getUnscheduleJobAfterTimestampMillis(Map<String, Serializable>) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
 
getUnsortedTopLevelPages(Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getUnsuccessfulCodes() - Method in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
Defines the set of codes by which if returned by AbstractDatabaseCreationAction.setupDatabase(), signifies failure(s) during database creation.
getUntransformedRawText(String) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBean
 
getUntransformedRawText(String) - Method in interface com.atlassian.confluence.util.i18n.I18NBean
Same as I18NBean.getText(String) but does not apply any TranslationTransforms.
getUntransformedRawText(String) - Method in class it.com.atlassian.confluence.license.I18NBeanToMessageSourceAdapter
 
getUntranslatedUserKeys() - Method in class com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter.RewriteResult
 
getUpdatedDate() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
getUpdatedDate() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
getUpdateDescription() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getUpdates(String, int, String, String, String, String, String, String, String) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.RecentlyUpdatedContentResource
Query a list of recent updates matching the given parameters.
getUpdatesPost(RecentlyUpdatedContentResourceRequestDto) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.RecentlyUpdatedContentResource
We support POST in case the query string is too long for GET.
getUpdateTrigger() - Method in class com.atlassian.confluence.core.AbstractOperationContext
 
getUpdateTrigger() - Method in interface com.atlassian.confluence.core.OperationContext
 
getUpdateTrigger() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
 
getUpdateTrigger() - Method in class com.atlassian.confluence.event.events.content.page.PageCreateEvent
 
getUpdateTrigger() - Method in class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
 
getUpdateTrigger() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
 
getUpdateTrigger() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
Returns the action that triggered this event
getUpdateTrigger() - Method in class com.atlassian.confluence.internal.security.SpacePermissionContext
 
getUpgradeErrors() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun.Error
 
getUpgradeErrors() - Method in class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl.ErrorImpl
 
getUpgradeErrors() - Method in exception com.atlassian.confluence.upgrade.UpgradeException
 
getUpgradeErrorUiMessage() - Method in exception com.atlassian.confluence.upgrade.UpgradeException
 
getUpgradeHistory(int, int) - Method in interface com.atlassian.confluence.core.persistence.VersionHistoryDao
Get the history of all the upgrades.
getUpgradeHistory(int, int) - Method in interface com.atlassian.confluence.internal.persistence.VersionHistoryDaoInternal
 
getUpgradeHistory(int, int) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
getUpgradeHistory(int, int) - Method in interface com.atlassian.confluence.upgrade.UpgradeHistoryService
 
getUpgradeHistory(String, String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.BuildInfoResource
 
getUpgradeManager() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
getUpgradeManager() - Method in class com.atlassian.confluence.setup.velocity.HibernateResourceLoader
 
getUpgradeManager() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, no replacement.
getUpgradeStatus() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusteredZduManager
 
getUpgradeStatus() - Method in interface com.atlassian.confluence.cluster.ZduManager
 
getUpgradeStatus() - Method in class com.atlassian.confluence.impl.cluster.DefaultZduManager
 
getUpgradeTask() - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
getUpgradeTaskDescription() - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
getUpgradeTaskName() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun.Error
 
getUpgradeTaskName() - Method in class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl.ErrorImpl
 
getUpgradeTasks() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getUpgradeTasksToRun() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
getUpgradeTaskToRun() - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
getUploadedFile(HttpServletRequest, String) - Method in class com.atlassian.confluence.impl.struts.StrutsHelperImpl
 
getUploadedFile(HttpServletRequest, String) - Method in interface com.atlassian.confluence.struts.StrutsHelper
 
getUploadedFiles() - Method in class com.atlassian.confluence.util.AttachFileHelper
Deprecated.
getUploadedFiles(HttpServletRequest) - Method in class com.atlassian.confluence.impl.struts.StrutsHelperImpl
 
getUploadedFiles(HttpServletRequest) - Method in interface com.atlassian.confluence.struts.StrutsHelper
 
getUploadedFiles(HttpServletRequest, boolean) - Method in class com.atlassian.confluence.impl.struts.StrutsHelperImpl
 
getUploadedFiles(HttpServletRequest, boolean) - Method in interface com.atlassian.confluence.struts.StrutsHelper
 
getUploadedFilesList() - Method in class com.atlassian.confluence.impl.pages.actions.AttachmentUploadHelper
 
getUploadedFilesList() - Method in class com.atlassian.confluence.util.AttachFileHelper
Deprecated.
 
getUploadLimit() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
getUpperTerm() - Method in class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
getUpTime() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getUri() - Method in class com.atlassian.confluence.content.render.xhtml.Namespace
 
getURI() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
getURI() - Method in class com.atlassian.confluence.core.UploadedResource
 
getUriBuilder() - Method in class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
Deprecated.
getUriBuilder(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
getUriReference() - Method in class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
getUris() - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources
 
getUris() - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies
 
getUrl() - Method in class com.atlassian.confluence.api.model.search.SearchResult
 
getUrl() - Method in class com.atlassian.confluence.content.render.xhtml.migration.UrlResourceIdentifier
 
getUrl() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
getUrl() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebIcon
 
getUrl() - Method in class com.atlassian.confluence.macro.DefaultImagePlaceholder
 
getUrl() - Method in interface com.atlassian.confluence.macro.ImagePlaceholder
Returns the url to the image to render, relative to the Confluence base url.
getUrl() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
getUrl() - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebIcon
 
getUrl() - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
getUrl() - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
getUrl() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AbstractTab
 
getUrl() - Method in interface com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.RecentlyUpdatedMacroTab
Given the page URL where the macro is rendered, generates a URL to select this tab.
getUrl() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
getUrl() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getUrl() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.BreadcrumbResource.Crumb
 
getUrl() - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
getUrl() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
getUrl() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
getUrl() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
getUrl() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
getUrl() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
getUrl() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
getUrl() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getUrl() - Method in class com.atlassian.confluence.search.v2.SearchResultLink
 
getUrl() - Method in class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
 
getUrl() - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
getUrl() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
getUrl() - Method in class com.atlassian.confluence.user.notifications.AddWatchLink
 
getUrl() - Method in class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
getUrl(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.edgeindex.rest.UrlStrategy
 
getURL() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
getURL() - Method in class com.atlassian.confluence.core.UploadedResource
 
getUrlEncodedUsername() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouritesAction
 
getUrlEncodedUsername() - Method in class com.atlassian.confluence.labels.actions.FollowUserAction
 
getUrlEncodedUsername() - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouritesAction
 
getUrlEncodedUsername() - Method in class com.atlassian.confluence.labels.actions.UnFollowUserAction
 
getUrlEncodeMembersOfGroupTerm() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
getUrlEncodeName() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
getUrlEncodeUsername() - Method in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
getUrlForErrorPlaceholder(String) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultPlaceholderUrlFactory
 
getUrlForErrorPlaceholder(String) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.PlaceholderUrlFactory
 
getUrlForMacro(MacroDefinition) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultPlaceholderUrlFactory
 
getUrlForMacro(MacroDefinition) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.PlaceholderUrlFactory
 
getUrlForMacroHeading(MacroDefinition) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultPlaceholderUrlFactory
 
getUrlForMacroHeading(MacroDefinition) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.PlaceholderUrlFactory
 
getUrlForUnknownAttachment() - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultPlaceholderUrlFactory
 
getUrlForUnknownAttachment() - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.PlaceholderUrlFactory
 
getUrlForUnknownMacro(String) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultPlaceholderUrlFactory
 
getUrlForUnknownMacro(String) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.PlaceholderUrlFactory
 
getUrlLink() - Method in class com.atlassian.confluence.links.OutgoingLink
 
getUrlPath() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getUrlPath() - Method in interface com.atlassian.confluence.core.Addressable
 
getUrlPath() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getUrlPath() - Method in class com.atlassian.confluence.labels.CombinedLabel
 
getUrlPath() - Method in interface com.atlassian.confluence.labels.DisplayableLabel
Generates the url path for a label.
getUrlPath() - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
getUrlPath() - Method in class com.atlassian.confluence.labels.Label
Deprecated, for removal: This API element is subject to removal in a future version.
getUrlPath() - Method in class com.atlassian.confluence.pages.AbstractPage
Deprecated, for removal: This API element is subject to removal in a future version.
getUrlPath() - Method in class com.atlassian.confluence.pages.actions.TinyUrlAction
 
getUrlPath() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
 
getUrlPath() - Method in record class com.atlassian.confluence.pages.AddressableComment
 
getUrlPath() - Method in record class com.atlassian.confluence.pages.AddressablePage
 
getUrlPath() - Method in class com.atlassian.confluence.pages.Attachment
 
getUrlPath() - Method in class com.atlassian.confluence.pages.Comment
 
getUrlPath() - Method in class com.atlassian.confluence.pages.Draft
 
getUrlPath() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getUrlPath() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getUrlPath() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
getUrlPath() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
getUrlPath() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Gets the URL path to the search result, relative to the site's context root.
getUrlPath() - Method in class com.atlassian.confluence.setup.settings.GlobalDescription
The object does not have any "payload" now therefore there is no right way of implementing this method.
getUrlPath() - Method in record class com.atlassian.confluence.spaces.AddressableSpace
 
getUrlPath() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
getUrlPath() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getUrlPath() - Method in class com.atlassian.confluence.spaces.Space
 
getUrlPath() - Method in class com.atlassian.confluence.spaces.SpaceDescription
 
getUrlPath() - Method in class com.atlassian.confluence.user.PersonalInformation
 
getUrlPath(boolean) - Method in class com.atlassian.confluence.pages.AbstractPage
Deprecated, for removal: This API element is subject to removal in a future version.
getUrlPath(boolean) - Method in record class com.atlassian.confluence.pages.AddressablePage
 
getUrlPath(String) - Method in class com.atlassian.confluence.labels.CombinedLabel
 
getUrlPath(String) - Method in interface com.atlassian.confluence.labels.DisplayableLabel
Generates the url path for a label in the context of a given space i.e.
getUrlPath(String) - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
getUrlPath(String) - Method in class com.atlassian.confluence.labels.Label
Deprecated, for removal: This API element is subject to removal in a future version.
getUrlPattern() - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
getUrlPrefix() - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
getUrlPrefix() - Method in class com.atlassian.confluence.servlet.download.ThumbnailDownload
 
getURLResource(URL, String) - Method in interface com.atlassian.confluence.core.DataSourceFactory
 
getUrlRestrictions() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
getUrlRestrictions() - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
getUrls() - Method in class com.atlassian.confluence.impl.security.AllowedUrlsProviderImpl
Collection of urls that are excluded from security checks
getUrls() - Method in interface com.atlassian.confluence.security.AllowedUrlsProvider
 
getUrlWithoutContextPath() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getUsageInfo() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
getUsageInfo() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
getUsageInfo() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfoFromDb
Deprecated.
 
getUsageInfo() - Method in class com.atlassian.confluence.status.service.SystemInformationHelper
Gets an ordered map of information about the size of a Confluence instance, including the number of spaces and content entities.
getUsageInfo() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
getUsageInfo(Connection) - Static method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getUsageInfoDTO() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
getUsagePercent() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
getUsagePercent() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
getUsages() - Method in class com.atlassian.confluence.macro.count.DefaultMacroCounter
 
getUsages() - Method in interface com.atlassian.confluence.macro.count.MacroCounter
 
getUsedHeap() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
Gets the amount of heap currently used by the JVM.
getUsedNonHeap() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
 
getUsedPermGen() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
Deprecated.
since 5.10 because PermGen no longer exists in Java8
getUser() - Method in class com.atlassian.confluence.api.model.search.UserSearchResult
 
getUser() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getUser() - Method in class com.atlassian.confluence.event.events.content.page.PageChildrenReorderEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyRecoveryEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveForUserEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.search.SearchPerformedEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.security.ChangePasswordEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.security.ForgotPasswordEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.security.RpcAuthenticatedEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.user.AdminAddedUserEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.user.DirectoryUserRenamedEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.user.PostUserRenamedEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.user.UserEvent
 
getUser() - Method in class com.atlassian.confluence.event.events.user.UserRemovingEvent
 
getUser() - Method in class com.atlassian.confluence.impl.search.v2.SpacePermissionQuery
Deprecated.
 
getUser() - Method in interface com.atlassian.confluence.impl.security.query.SpacePermissionQueryBuilder
Returns the user this query builder was constructed for.
getUser() - Method in class com.atlassian.confluence.impl.security.query.SpacePermissionQueryBuilderImpl
 
getUser() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getUser() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getUser() - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
getUser() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
getUser() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserEventModel
 
getUser() - Method in class com.atlassian.confluence.labels.service.AbstractLabelsCommand
 
getUser() - Method in class com.atlassian.confluence.like.LikeEntity
 
getUser() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
getUser() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions
 
getUser() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.delete.BulkPageDeleteExecutionContext
 
getUser() - Method in class com.atlassian.confluence.plugins.edgeindex.model.DefaultEdge
 
getUser() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.Edge
The user who created the edge.
getUser() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getUser() - Method in class com.atlassian.confluence.plugins.like.graphql.LikeEntity
 
getUser() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AbstractTab
 
getUser() - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
getUser() - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
getUser() - Method in class com.atlassian.confluence.rss.RssRenderItem
 
getUser() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UserPermissionRow
Deprecated.
 
getUser() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
getUser() - Method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
getUser() - Method in class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
 
getUser() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
getUser() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getUser() - Method in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
getUser() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
getUser() - Method in class com.atlassian.confluence.user.actions.RemoveUnsyncedUserAction
 
getUser() - Method in interface com.atlassian.confluence.user.actions.UserAware
 
getUser() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
getUser() - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
Deprecated.
since 5.2. Use AuthenticatedUserThreadLocal.get() instead.
getUser() - Method in class com.atlassian.confluence.user.PersonalInformation
 
getUser(User) - Static method in class com.atlassian.confluence.user.persistence.dao.compatibility.FindUserHelper
 
getUser(UserKey, String, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalUserResource
Get information about a user identified by either user key or username.
getUser(String) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
since 5.2. Use Confluence core UserAccessor.getUserByName(String) instead.
getUser(String) - Method in interface bucket.user.UserAccessor
Deprecated.
Returns the user with the specified name, or null if the user doesn't exist or the name is null.
getUser(String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
getUser(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeUserResource
Deprecated.
 
getUser(String) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
getUser(String) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
getUser(String) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
getUser(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getUser(String) - Method in interface com.atlassian.confluence.user.UserAccessor
Deprecated.
getUser(String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
getUser(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getUser(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getUser(String, String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserResource
 
getUser(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
getUserAccessor() - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
getUserAccessor() - Method in class com.atlassian.confluence.macro.profile.ProfileMacro
 
getUserAccessor() - Static method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
since 8.7, use component injection
getUserAccessor() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
Deprecated.
since 8.7
getUserAccessor() - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
getUserAccessor() - Method in class com.atlassian.confluence.user.UserPickerFilter
 
getUserAccessor() - Method in class com.atlassian.confluence.util.UserThreadLocalFilter
 
getUserAccessStatus(ConfluenceUser) - Method in class com.atlassian.confluence.security.access.DefaultConfluenceAccessManager
 
getUserAccessStatus(ConfluenceUser) - Method in interface com.atlassian.confluence.security.access.ConfluenceAccessManager
Returns the AccessStatus that grants a user a level of access to Confluence.
getUserAccessStatus(User) - Method in interface com.atlassian.confluence.security.access.ConfluenceAccessManager
getUserAccessStatus(User) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
getUserAccessStatusNoExemptions(ConfluenceUser) - Method in class com.atlassian.confluence.security.access.CachingConfluenceAccessManager
 
getUserAccessStatusNoExemptions(ConfluenceUser) - Method in interface com.atlassian.confluence.security.access.ConfluenceAccessManager
Returns the AccessStatus that grants a user a level of access to Confluence.
getUserAccessStatusNoExemptions(ConfluenceUser) - Method in class com.atlassian.confluence.security.access.DefaultConfluenceAccessManager
 
getUserAccessStatusNoExemptions(User) - Method in interface com.atlassian.confluence.security.access.ConfluenceAccessManager
getUserAgent(HttpServletRequest) - Static method in class com.atlassian.confluence.util.UserAgentUtil
Retrieves the user agent of the http servlet request.
getUserAgentInfo(String) - Static method in class com.atlassian.confluence.util.UserAgentUtil
Parses the User-Agent string from the request header and returns user agent data.
getUserAgentString() - Method in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
getUserAgentString() - Method in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
getUserAvatar(User, int) - Method in class com.atlassian.confluence.impl.user.crowd.NopCrowdAvatarProvider
 
getUserByKey(UserKey) - Method in interface com.atlassian.confluence.user.ConfluenceUserResolver
 
getUserByKey(UserKey) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getUserByKey(UserKey) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getUserByKey(UserKey) - Method in interface com.atlassian.confluence.user.UserAccessor
Returns the user with the specified user key, or null if the user has never existed or the key is null.
getUserByKey(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
getUserByKey(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieves a user with the given user key.
getUserByKey(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getUserByKey(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getUserByKey(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getUserByKey(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getUserByName(String) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
Returns user by name.
getUserByName(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
getUserByName(String) - Method in interface com.atlassian.confluence.user.ConfluenceUserResolver
 
getUserByName(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getUserByName(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getUserByName(String) - Method in interface com.atlassian.confluence.user.UserAccessor
Returns the ConfluenceUser with the supplied user name or null if the user doesn't exist or the supplied name is null.
getUserByName(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieves a user with the given username.
getUserByName(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getUserByName(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
GetUserByNameFunction - Class in com.atlassian.confluence.plugins.soy
Given a username, return the user object.
GetUserByNameFunction(UserAccessor) - Constructor for class com.atlassian.confluence.plugins.soy.GetUserByNameFunction
 
getUserByUserKey(UserKey) - Static method in class com.atlassian.confluence.user.persistence.dao.compatibility.FindUserHelper
Get a user by UserKey
getUserByUsername(String) - Static method in class com.atlassian.confluence.user.persistence.dao.compatibility.FindUserHelper
Get a user by username.
getUserChecker() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
getUserCommentedSpaces() - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
Deprecated.
since 6.13.0 Use com.atlassian.confluence.spaces.SpaceManager#getSpacesContainingCommentsBy(String) instead.
getUserContentCleanupInformation() - Method in class com.atlassian.confluence.user.actions.RemoveUnsyncedUserAction
A human-readable list of content that will be removed or modified by the deletion of this user.
getUserContentCleanupInformation() - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
A human-readable list of content that will be removed or modified by the deletion of this user.
getUserCount() - Method in class com.atlassian.confluence.license.rest.resource.LicenseResource
Return the number of users that have access to this Confluence
getUserCount(long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
getUserCount(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
getUserCount(long) - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
 
getUserCount(long) - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
getUserCredentials() - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.ContentPermissionsFilter
 
getUserDeactivationInformation() - Method in class com.atlassian.confluence.user.actions.DeactivateUserAction
A human-readable list of changes caused by the deactivation of the user.
getUserDetailsGroups() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
getUserDetailsGroups() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
getUserDetailsGroups() - Method in class com.atlassian.confluence.user.actions.ViewMyProfileAction
 
getUserDetailsGroups() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getUserDetailsKeys(String) - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
getUserDetailsKeys(String) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
getUserDetailsKeys(String) - Method in class com.atlassian.confluence.user.actions.ViewMyProfileAction
 
getUserDetailsKeys(String) - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getUserDetailsMap() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
getUserDictionary() - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.UserDictionaryFactory
 
getUserDirectoryImplementation(long) - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
 
getUserDirectoryImplementation(long) - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
getUserDto(ConfluenceUser) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.dto.UserDtoFactory
 
getUserDto(ConfluenceUser) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDtoFactoryImpl
getUserEditedSpaces() - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
Deprecated.
since 6.13.0 Use com.atlassian.confluence.spaces.SpaceManager#getSpacesContainingPagesEditedBy(String) instead.
getUserEntity() - Method in class com.atlassian.confluence.plugins.like.rest.entities.LikeEntity
 
getUserFromSession(HttpServletRequest) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
Use this implementation of this method from DefaultAuthenticator in Seraph 4.1.0.
getUserGraph(boolean, String, String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserResource
 
getUserGroups() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
getUserGroups() - Method in class com.atlassian.confluence.spaces.SpacesQuery
Deprecated.
since 5.9, no replacement. Permissions are checked based on all groups the user is a member of (if a user is specified), which is determined in the implementation, so this is effectively ignored (and has been for a long time).
getUserGroups(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Fetches the groups that the specified user belongs to.
getUserGroups(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieves the groups that a given user belongs to
getUserGroups(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getUserGroups(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getUserGroups(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getUserGroups(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getUserHistory(Integer, Integer) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestUserSessionManager
 
getUserHistory(Integer, Integer) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestUserSessionManager
Returns user history which contains the list of content entities user recently visited.
getUserHistory(String, String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeUserSession
Deprecated.
Returns the UserHistoryList for the user making the request.
getUserId() - Method in class com.atlassian.confluence.util.profiling.ActivitySnapshot
 
getUserInformation(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
getUserInformation(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Retrieves a user's information
getUserInformation(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getUserInformation(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getUserInformation(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getUserInformation(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getUserInstalledAddons() - Method in class com.atlassian.confluence.plugins.maintenance.service.impl.MaintenanceServiceImpl
 
getUserInstalledAddons() - Method in interface com.atlassian.confluence.plugins.maintenance.service.MaintenanceService
Get all user-installed add-ons so that the admin can know which add-on is incompatible with the read only access mode for example.
getUserInterfaceState() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getUserInterfaceState() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
getUserInterfaceState() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
getUserKey() - Method in class com.atlassian.confluence.api.model.people.User
 
getUserKey() - Method in class com.atlassian.confluence.api.model.people.UserKey
 
getUserKey() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionsForSubject
 
getUserKey() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
 
getUserKey() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.UserJournalMessage
 
getUserKey() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getUserKey() - Method in class com.atlassian.confluence.search.v2.query.AbstractUserQuery.Parameter
 
getUserKey() - Method in class com.atlassian.confluence.search.v2.query.ContentPermissionsQuery
 
getUserKey() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UserPermissionRow
Deprecated.
 
getUserKey() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
 
getUserKey() - Method in class com.atlassian.confluence.security.seraph.ConfluenceUserPrincipal
 
getUserKey() - Method in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
getUserKey() - Method in class com.atlassian.confluence.user.UserForm
 
getUserKey() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserProfile
getUserKeyCount() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent
 
getUserKeys() - Method in class com.atlassian.confluence.api.model.content.ContributorUsers
 
getUserKeys() - Method in class com.atlassian.confluence.plugins.like.notifications.batch.LikeContext
 
getUserKeys() - Method in class com.atlassian.confluence.security.ContentPermissionSet
Returns the names of all users in this Content Permission Set as a list of Strings.
getUserKeysForActivity(HeartbeatManager.ActivityKey) - Method in interface com.atlassian.confluence.core.HeartbeatManager
Fetches a list of users who are participating in a specified activity
getUserKeysForActivity(HeartbeatManager.ActivityKey) - Method in class com.atlassian.confluence.impl.health.DefaultHeartbeatManager
 
getUserLimit() - Method in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
Returns the number of users allowed in editor.
getUserLimit() - Method in class com.atlassian.confluence.setup.settings.DefaultCollaborativeEditingHelper
 
getUserLocaleName() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
getUserMacro() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
getUserMacroConfig() - Method in class com.atlassian.confluence.plugin.descriptor.UserMacroModuleDescriptor
 
getUserMacroMacroManager() - Method in interface com.atlassian.confluence.macro.xhtml.MacroManagerFactory
 
getUserMacroMacroManager() - Method in class com.atlassian.confluence.macro.xhtml.MacroManagerFactoryImpl
 
getUserMacros() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
getUserManagementChoice() - Method in class com.atlassian.confluence.setup.actions.SetupUserManagementChoiceAction
 
getUserManagementIncrementalSyncCleaner() - Method in class com.atlassian.confluence.functest.rest.admin.IncSyncHelper
 
getUserManager() - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
getUserMember() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
getUserMember() - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
getUsername() - Method in class com.atlassian.confluence.api.model.people.User
 
getUsername() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UnresolvedUsernameResourceIdentifier
 
getUsername() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
Deprecated.
getUsername() - Method in class com.atlassian.confluence.diff.actions.ViewDiffOfDraftAction
 
getUsername() - Method in class com.atlassian.confluence.event.events.security.RpcAuthFailedEvent
 
getUsername() - Method in class com.atlassian.confluence.event.events.security.SecurityEvent
 
getUsername() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.UserDetails
Deprecated.
 
getUsername() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouritesAction
 
getUsername() - Method in class com.atlassian.confluence.labels.actions.FollowUserAction
 
getUsername() - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouritesAction
 
getUsername() - Method in class com.atlassian.confluence.labels.actions.UnFollowUserAction
 
getUsername() - Method in class com.atlassian.confluence.legacyapi.model.people.User
Deprecated.
 
getUsername() - Method in class com.atlassian.confluence.like.Like
 
getUsername() - Method in class com.atlassian.confluence.mail.ConfluenceSmtpMailServer
 
getUsername() - Method in class com.atlassian.confluence.plugins.edgeindex.servlet.EdgeIndexRebuiltEvent
 
getUsername() - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.RebuildIndexTask.RebuildIndexParams
 
getUsername() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getUsername() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getUsername() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
getUsername() - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
 
getUsername() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
getUsername() - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
getUsername() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
getUsername() - Method in class com.atlassian.confluence.search.v2.query.AbstractUserQuery.Parameter
 
getUsername() - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
getUsername() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UserPermissionRow
Deprecated.
 
getUsername() - Method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
getUsername() - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
getUsername() - Method in class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
 
getUsername() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getUsername() - Method in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
getUsername() - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
getUsername() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
getUsername() - Method in class com.atlassian.confluence.user.actions.ViewFollowAction
 
getUsername() - Method in class com.atlassian.confluence.user.actions.ViewFollowersAction
 
getUsername() - Method in class com.atlassian.confluence.user.actions.ViewFollowingAction
 
getUsername() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
getUsername() - Method in class com.atlassian.confluence.user.actions.ViewUserActivityAction
 
getUsername() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
getUsername() - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
 
getUsername() - Method in class com.atlassian.confluence.user.extras.entities.UserCreateRequestEntity
 
getUsername() - Method in class com.atlassian.confluence.user.extras.entities.UserEntity
 
getUsername() - Method in class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
getUsername() - Method in class com.atlassian.confluence.user.PersonalInformation
Deprecated.
getUsername() - Method in class com.atlassian.confluence.user.UserForm
 
getUsername() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserProfile
getUserName() - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
getUserName() - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
getUserName() - Method in class com.atlassian.confluence.core.ActivityAjaxResponse
 
getUserName() - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.http.session.ConfluenceHttpSession
 
getUserName() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.session.MutableConfluenceHttpSession
 
getUserName() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.session.SnapshotConfluenceHttpSession
 
getUserName() - Method in interface com.atlassian.confluence.mail.auth.ConfluenceMailOAuth2Credentials
 
getUserName() - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials
 
getUserName() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getUserName() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission
 
getUserName() - Method in class com.atlassian.confluence.security.ContentPermission
Deprecated.
since 5.2. Use ContentPermission.getUserSubject() instead.
getUserName() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao.SimpleContentPermission
 
getUserName() - Method in class com.atlassian.confluence.security.SpacePermission
Deprecated.
since 5.2. Use SpacePermission.getUserSubject() instead.
getUserName() - Method in interface com.atlassian.confluence.security.trust.TrustedToken
 
getUserName() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
getUserName() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getUserName() - Method in class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
getUserName() - Method in class com.atlassian.confluence.user.UserVerificationToken
 
getUserName() - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Returns the currently mapped 'userName' value from the context, or null if none has been set.
getUserName(HttpServletRequest) - Method in class com.atlassian.confluence.servlet.ConfluenceNoOpServlet
 
getUsernameOrEmail() - Method in class com.atlassian.confluence.event.events.security.ForgotPasswordUnknownUserEvent
 
getUsernameOrEmail() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
getUsernamePassword() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
getUserNames() - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
getUserNames() - Method in interface bucket.user.UserAccessor
Deprecated.
Returns a pager of all usernames in the system.
getUserNames() - Method in class com.atlassian.confluence.security.ContentPermissionSet
Deprecated.
since 5.3 Use {@link #getUserKeys)}
getUserNames() - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
getUserNames() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getUserNames() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
getUsernamesByTokenType(UserVerificationTokenType) - Method in class com.atlassian.confluence.user.persistence.dao.BandanaUserVerificationTokenDao
 
getUsernamesByTokenType(UserVerificationTokenType) - Method in interface com.atlassian.confluence.user.persistence.dao.UserVerificationTokenDao
 
getUsernamesMissingMapping() - Method in class com.atlassian.confluence.upgrade.upgradetask.AbstractUserMappingUpgradeTask
 
getUserNamesWithConfluenceAccess() - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getUserNamesWithConfluenceAccess() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getUserNamesWithConfluenceAccess() - Method in interface com.atlassian.confluence.user.UserAccessor
Returns the names of all users with access to use Confluence.
getUsernameTerm() - Method in class com.atlassian.confluence.internal.user.UserSearchRequest
 
getUsernameTerm() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getUserOwnedSpaces() - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
Deprecated.
since 6.13.0 Use com.atlassian.confluence.spaces.SpaceManager#getAuthoredSpacesByUser(String) instead.
getUserPermission(long) - Method in interface com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyPermissionService
Deprecated.
 
getUserPermission(String) - Method in interface com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyPermissionService
Deprecated.
 
getUserPermissionRows() - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
Gets the list of current DefaultPermissionsAdministrator.UserPermissionRows for printing in a UI.
getUserPermissionRows() - Method in interface com.atlassian.confluence.security.actions.PermissionsAware
Gets the list of current DefaultPermissionsAdministrator.UserPermissionRows for printing in a UI.
getUserPermissions(ConfluenceUser) - Method in interface com.atlassian.confluence.core.persistence.ContentPermissionDao
 
getUserPermissions(ConfluenceUser) - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentPermissionHibernateDao
 
getUserPreference(UserKey, String) - Method in class com.atlassian.confluence.impl.user.preferences.dao.CachingUserPreferencesDao
 
getUserPreference(UserKey, String) - Method in interface com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDao
 
getUserPreference(UserKey, String) - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
getUserPreferenceBoolean(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
getUserPreferenceBoolean(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Get a user preference as a boolean value.
getUserPreferenceBoolean(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getUserPreferenceBoolean(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getUserPreferenceBoolean(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getUserPreferenceBoolean(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getUserPreferenceLong(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
getUserPreferenceLong(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Get a user preference as a long integer value.
getUserPreferenceLong(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getUserPreferenceLong(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getUserPreferenceLong(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getUserPreferenceLong(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getUserPreferences() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
getUserPreferences() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
getUserPreferences(ConfluenceUser) - Method in class com.atlassian.confluence.impl.user.UserPreferencesAccessorImpl
 
getUserPreferences(ConfluenceUser) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getUserPreferences(ConfluenceUser) - Method in interface com.atlassian.confluence.user.UserPreferencesAccessor
 
getUserPreferences(UserKey) - Method in class com.atlassian.confluence.impl.user.preferences.UserPreferencesFactory
 
getUserPreferences(User) - Method in class com.atlassian.confluence.impl.user.UserPreferencesAccessorImpl
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, for removal in 10.0. Use UserPreferencesAccessorImpl.getUserPreferences(ConfluenceUser) instead.
getUserPreferences(User) - Method in interface com.atlassian.confluence.impl.user.UserPreferencesAccessorInternal
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, for removal in 10.0. Use UserPreferencesAccessorInternal.getUserPreferences(ConfluenceUser) instead.
getUserPreferences(UserKey) - Method in class com.atlassian.confluence.impl.user.preferences.dao.CachingUserPreferencesDao
 
getUserPreferences(UserKey) - Method in interface com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDao
 
getUserPreferences(UserKey) - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
getUserPreferences(User) - Method in interface bucket.user.UserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
getUserPreferences(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.7, for removal in 10.0. Use DefaultUserAccessor.getUserPreferences(ConfluenceUser) instead.
getUserPreferences(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
getUserPreferenceString(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
getUserPreferenceString(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Get a user preference as a String value.
getUserPreferenceString(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getUserPreferenceString(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getUserPreferenceString(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getUserPreferenceString(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getUserProfile(UserKey) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
getUserProfile(UserKey) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
getUserProfile(String) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
getUserProfile(String) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
getUserProfilePicture() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getUserProfilePicture() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getUserProfilePicture(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getUserProfilePicture(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getUserProfilePicture(User) - Method in interface com.atlassian.confluence.user.UserAccessor
Retrieve the path to a user's personal picture
getUserProfilePicture(User) - Method in interface com.atlassian.confluence.user.UserProfilePictureAccessor
Retrieve the path to a user's personal picture
getUserProperties() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getUserProperty(String) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getUserProperty(String) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getUserProperty(String) - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
getUserProperty(String) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
getUserReactivationInformation() - Method in class com.atlassian.confluence.user.actions.DeactivateUserAction
A human-readable list of changes caused by the reactivation of the user.
getUserResourceCount() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent
 
getUserResult(String) - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
Attempts to resolve the contents of the given field as a ConfluenceUser.
getUserRetentionPolicyPermissionForSpace(String) - Method in class com.atlassian.confluence.impl.retention.service.DefaultRetentionPolicyPermissionService
 
getUserRetentionPolicyPermissionForSpace(String) - Method in interface com.atlassian.confluence.retention.RetentionPolicyPermissionService
A method that returns whether the current user is permitted to make change to a given space's retention policy
getUserRoles() - Method in class com.atlassian.confluence.plugins.like.notifications.CreateLikeEventRecipientProvider
 
getUsers() - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
getUsers() - Method in interface bucket.user.UserAccessor
Deprecated.
Returns a pager of all users in the system.
getUsers() - Method in class com.atlassian.confluence.api.model.content.ContributorUsers
 
getUsers() - Method in class com.atlassian.confluence.api.model.InstanceMetrics
 
getUsers() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroParams
 
getUsers() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.UserEntityList
 
getUsers() - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
Deprecated.
since 3.3. Use UserAccessor.getMemberNames(Group) directly instead.
getUsers() - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
getUsers() - Method in class com.atlassian.confluence.user.extras.entities.UsersEntity
 
getUsers() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getUsers() - Method in class com.atlassian.confluence.util.PageChangesBean
 
getUsers() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
getUsers(LimitedRequest) - Method in interface com.atlassian.confluence.user.ConfluenceUserResolver
Get fully backed (active or disabled) Confluence Users.
getUsers(LimitedRequest) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getUsers(LimitedRequest) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getUsers(String, int, int) - Method in class com.atlassian.confluence.user.extras.builders.UsersEntityBuilder
Get the users
getUsers(String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserResource
 
getUsers(String, String, int, int) - Method in class com.atlassian.confluence.user.extras.rest.UsersResource
This end point will search and return a paginated list of users based on the query provided.
getUsersByEmail(String) - Method in interface bucket.user.UserAccessor
Deprecated.
 
getUsersByEmail(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getUsersByEmail(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getUsersByEmails(List<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceCloudUserFinder
 
getUsersByUserKeys(List<UserKey>) - Method in interface com.atlassian.confluence.user.ConfluenceUserResolver
 
getUsersByUserKeys(List<UserKey>) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getUsersByUserKeys(List<UserKey>) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getUsersByUserKeys(List<UserKey>) - Method in interface com.atlassian.confluence.user.UserAccessor
Returns a list of ConfluenceUser with the supplied UserKeys or an empty list if the users do not exist.
getUserSearchService() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
getUserSession() - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestUserSessionManager
 
getUserSession() - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestUserSessionManager
Returns a session representation for the currently logged in user
getUserSettings(UserKey) - Method in class com.atlassian.confluence.api.impl.sal.user.ConfluenceUserSettingsService
 
getUsersFilter() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto.RecentlyUpdatedContentResourceRequestDto
 
getUsersForActivity(String) - Method in interface com.atlassian.confluence.core.HeartbeatManager
Deprecated, for removal: This API element is subject to removal in a future version.
getUsersForActivity(String) - Method in class com.atlassian.confluence.impl.health.DefaultHeartbeatManager
 
getUsersForPermissionType(String, Space) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getUsersForPermissionType(String, Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getUsersForPermissionType(String, Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getUsersForPermissionType(String, Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getUsersForPermissionType(String, Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getUsersForPermissionType(String, Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
 
getUsersLabels(String) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
getUsersLabels(String) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
getUsersLabels(String) - Method in interface com.atlassian.confluence.labels.LabelManager
Retrieve the personal labels that belong to the specified user.
getUsersToAdd() - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
getUsersToAdd() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
getUsersToAddAsList() - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
getUsersToAddAsList() - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
 
getUserSubject() - Method in class com.atlassian.confluence.security.ContentPermission
When ContentPermission.isUserPermission() is true, returns the user who is explicitly permitted by this permission.
getUserSubject() - Method in class com.atlassian.confluence.security.SpacePermission
 
getUsersWithPermissions(Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
getUsersWithPermissions(Space) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
getUsersWithPermissions(Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
getUsersWithPermissions(Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
getUsersWithPermissions(Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
getUsersWithPermissions(Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Returns a collection of user objects with VIEWSPACE_PERMISSION in the space.
getUserTimeZone() - Method in class com.atlassian.confluence.api.impl.sal.timezone.ConfluenceTimeZoneManager
 
getUserTimeZone() - Method in class com.atlassian.confluence.api.impl.sal.timezone.SetupConfluenceTimeZoneManager
 
getUserTimeZone() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
getUserTimeZone(UserKey) - Method in class com.atlassian.confluence.api.impl.sal.timezone.ConfluenceTimeZoneManager
 
getUserTimeZone(UserKey) - Method in class com.atlassian.confluence.api.impl.sal.timezone.SetupConfluenceTimeZoneManager
 
getUserUriBuilder() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
getUserWithAttributes(String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
getUuid() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithUUID
 
getUuid() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
 
getUuid() - Method in class com.atlassian.confluence.event.events.search.SearchPerformedEvent
 
getValidationErrors() - Method in class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
getValidationErrors() - Method in class com.atlassian.confluence.core.service.AbstractServiceCommand
 
getValidationErrors() - Method in class com.atlassian.confluence.core.service.CommandActionHelper
 
getValidationErrors() - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
 
getValidationErrors() - Method in class com.atlassian.confluence.core.service.RunAsUserCommand
 
getValidationErrors() - Method in interface com.atlassian.confluence.core.service.ServiceCommand
Gets the list of errors that are preventing the command from being executed.
getValidationErrors() - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
Get all validation errors.
getValidationResult() - Method in class com.atlassian.confluence.validation.Validation
 
getValidLabels() - Method in interface com.atlassian.confluence.labels.service.ValidateLabelsCommand
 
getValidLabels() - Method in class com.atlassian.confluence.labels.service.ValidateLabelsCommandImpl
 
getValidLabels() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroParams
 
getValue() - Method in interface com.atlassian.confluence.admin.criteria.AdminConfigurationCriteria
 
getValue() - Method in class com.atlassian.confluence.admin.criteria.BackupsAreManualCriteria
 
getValue() - Method in class com.atlassian.confluence.admin.criteria.BaseURLIsValidCriteria
 
getValue() - Method in class com.atlassian.confluence.admin.criteria.DefaultMailServerExistsCriteria
 
getValue() - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryExistsCriteria
 
getValue() - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryForGroupsExistsCriteria
 
getValue() - Method in class com.atlassian.confluence.admin.criteria.ExternalUserDirectoriesActiveCriteria
Returns the name of the first non-Internal active Directory.
getValue() - Method in class com.atlassian.confluence.admin.criteria.IgnorableAdminTaskCriteria
 
getValue() - Method in class com.atlassian.confluence.admin.criteria.MoreThanOneUserCriteria
 
getValue() - Method in class com.atlassian.confluence.admin.criteria.RemigrationAdminTaskCriteria
 
getValue() - Method in class com.atlassian.confluence.api.model.BaseApiEnum
 
getValue() - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
 
getValue() - Method in class com.atlassian.confluence.api.model.content.FormattedBody
 
getValue() - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
 
getValue() - Method in class com.atlassian.confluence.api.model.content.MacroParameterInstance
 
getValue() - Method in class com.atlassian.confluence.api.model.JsonString
 
getValue() - Method in class com.atlassian.confluence.api.service.content.ContentDraftService.ConflictPolicy
 
getValue() - Method in enum class com.atlassian.confluence.backuprestore.BackupRestoreJob.ConfigurationFlag
 
getValue() - Method in class com.atlassian.confluence.cluster.shareddata.SharedDataMutable
Deprecated.
 
getValue() - Method in enum class com.atlassian.confluence.content.service.DefaultRenderingService.RenderMode
 
getValue() - Method in class com.atlassian.confluence.functest.rest.admin.crowd.PropertyRestrictionEntity
 
getValue() - Method in class com.atlassian.confluence.functest.rest.admin.model.ValueWrapper
 
getValue() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Property
 
getValue() - Method in class com.atlassian.confluence.impl.search.v2.lucene.ContentBodyMaxSizeSystemProperty
 
getValue() - Method in class com.atlassian.confluence.importexport.xmlimport.model.EnumProperty
Deprecated.
 
getValue() - Method in class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
Deprecated.
 
getValue() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionId
 
getValue() - Method in enum class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionStateService.DatabaseConnectionState
 
getValue() - Method in class com.atlassian.confluence.legacyapi.model.content.ContentBody
Deprecated.
 
getValue() - Method in exception com.atlassian.confluence.macro.params.ParameterException
Returns the (invalid) value of the parameter that caused the problem.
getValue() - Method in class com.atlassian.confluence.pages.CommentStatus
 
getValue() - Method in class com.atlassian.confluence.pages.templates.variables.ListVariable
 
getValue() - Method in class com.atlassian.confluence.pages.templates.variables.StringVariable
 
getValue() - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
getValue() - Method in interface com.atlassian.confluence.pages.templates.variables.Variable
 
getValue() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexQueueSize
 
getValue() - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexQueueSizeMBean
 
getValue() - Method in class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
 
getValue() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentBodyEntity
 
getValue() - Method in class com.atlassian.confluence.search.v2.query.TermQuery
 
getValue() - Method in enum class com.atlassian.confluence.servlet.download.DispositionType
 
getValue() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
getValue() - Method in class com.atlassian.confluence.tinymceplugin.placeholder.StyledString
 
getValue() - Method in class com.atlassian.confluence.util.HTMLPairType
 
getValue() - Method in enum class com.atlassian.confluence.util.MobileUtils.MobileOS
 
getValue() - Method in interface com.atlassian.confluence.util.profiling.CounterSnapshot
 
getValue() - Method in class com.atlassian.synchrony.Secrets
 
getValue(BandanaContext, String) - Method in interface com.atlassian.bandana.BandanaManager
Deprecated.
since 9.4, use PluginSettings.get(java.lang.String) instead.
getValue(BandanaContext, String, boolean) - Method in interface com.atlassian.bandana.BandanaManager
Deprecated.
since 9.4, use PluginSettings.get(java.lang.String) instead.
getValue(BandanaContext, String, boolean) - Method in class com.atlassian.bandana.DefaultBandanaManager
Deprecated.
 
getValue(String) - Method in class com.atlassian.confluence.search.v2.AtlassianDocument
 
getValues() - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao.RecordsForBatchInsert
 
getValues() - Method in class com.atlassian.confluence.importexport.xmlimport.model.CollectionProperty
Deprecated.
 
getValues() - Method in class com.atlassian.confluence.search.v2.query.TermSetQuery
 
getValues() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaConfigMap
 
getValueStack() - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
getValueStack() - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
getValueStack(HttpServletRequest) - Static method in class com.atlassian.confluence.struts.compat.ServletActionContext
Deprecated.
 
getValueStack(HttpServletRequest) - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
getValueTransformer(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.extensions.EnrichmentExtension
 
getValueTransformer(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.EnumKeyMapTypeBuilder
 
getValueTransformer(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.JsonStringTypeBuilder
 
getValueTransformer(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.PageResponseTypeBuilder
 
getValueTransformer(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.ReferenceTypeBuilder
 
getValueType(AqlParser.MapKeyContext, AqlParser.MapPathContext) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.ContentPropertyFieldHandler
 
getValueTypeFor(SchemaFieldType) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.SchemaFieldToContentPropertyValueMapping
 
getVariableMap(boolean) - Method in class com.atlassian.confluence.plugin.webresource.CssSubstitutionTransformer.VariableMap
 
getVariant() - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
getVelocityContextParam(String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
getVelocityEngine() - Method in interface com.atlassian.confluence.servlet.simpledisplay.VelocityEngineResolver
 
getVelocityEngine() - Method in class com.atlassian.confluence.setup.struts.ConfluenceVelocityManager
 
getVelocityEngine() - Method in class com.atlassian.confluence.setup.struts.SingletonVelocityManager
 
getVelocityResultOverrides() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
getVelocityTemplatePath() - Method in class com.atlassian.confluence.themes.VelocityDecorator
 
getVendorName() - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon
 
getVersion() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
getVersion() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
getVersion() - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
 
getVersion() - Method in class com.atlassian.confluence.api.model.content.Content
 
getVersion() - Method in class com.atlassian.confluence.api.model.content.ContentSelector
 
getVersion() - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
 
getVersion() - Method in interface com.atlassian.confluence.cluster.NodeZduInfo
Obtains the Confluence version running on this node.
getVersion() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.ContentMigrationException
 
getVersion() - Method in exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.PageTemplateMigrationException
 
getVersion() - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
getVersion() - Method in class com.atlassian.confluence.core.LastEditVersion
 
getVersion() - Method in interface com.atlassian.confluence.core.Versioned
Return the version number of this version of the object.
getVersion() - Method in class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
getVersion() - Method in class com.atlassian.confluence.core.VersionHistorySummary
 
getVersion() - Method in class com.atlassian.confluence.core.VersionHistorySummaryCollaborator
 
getVersion() - Method in class com.atlassian.confluence.event.events.content.ContentRevertedEvent
 
getVersion() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.AttachmentInfo
 
getVersion() - Method in class com.atlassian.confluence.impl.cluster.NodeZduInfoImpl
 
getVersion() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
MostUsedLabelsCacheRecord.version
getVersion() - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef
 
getVersion() - Method in class com.atlassian.confluence.impl.retention.fast.rules.SimpleHistoricalVersion
 
getVersion() - Method in class com.atlassian.confluence.impl.retention.rules.HistoricalVersion
 
getVersion() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
getVersion() - Method in class com.atlassian.confluence.legacyapi.model.content.EditSummary
Deprecated.
 
getVersion() - Method in class com.atlassian.confluence.mail.reports.PageReport
 
getVersion() - Method in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
getVersion() - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentBean
 
getVersion() - Method in class com.atlassian.confluence.pages.actions.RemoveAttachedFileVersionAction
 
getVersion() - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
getVersion() - Method in class com.atlassian.confluence.pages.AttachmentData
 
getVersion() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getVersion() - Method in class com.atlassian.confluence.plugin.ConfluenceApplication
 
getVersion() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Version number for the attachment.
getVersion() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getVersion() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
 
getVersion() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
getVersion() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
 
getVersion() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
getVersion() - Method in class com.atlassian.confluence.search.v2.query.MacroStorageVersionQuery
 
getVersion() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getVersion() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
getVersion() - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
getVersion() - Method in class com.atlassian.confluence.upgrade.BuildAndVersionNumber
 
getVersion() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ParanoidObjectDataInputStream
 
getVersion(long, int) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getVersion(long, int) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getVersion(JobId) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
getVersion(JobId) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
getVersionChildPolicy(ContentType) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
This will be called by Versioned.getVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType) to determine the policy to be used when saving the CCEO.
getVersionChildPolicy(ContentType) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
getVersionChildPolicy(ContentType) - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
getVersionChildPolicy(ContentType) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
getVersionChildPolicy(ContentType) - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
getVersionChildPolicy(ContentType) - Method in interface com.atlassian.confluence.core.Versioned
Returns the right VersionChildOwnerPolicy depending on the passed contentType.
getVersionChildPolicy(ContentType) - Method in class com.atlassian.confluence.pages.Attachment
 
getVersionChildPolicy(ContentType) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getVersionChildPolicy(ContentType) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getVersionComment() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
getVersionComment() - Method in class com.atlassian.confluence.core.VersionHistorySummary
 
getVersionComment() - Method in class com.atlassian.confluence.core.VersionHistorySummaryCollaborator
 
getVersionComment() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
getVersionComment() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getVersionComment() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageUpdateOptions
 
getVersionComment() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getVersionComment() - Method in class com.atlassian.confluence.util.EditPageBean
 
getVersionEditContributors(Iterable<ContentEntityObject>) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Get version edit contributors for a set of content identifiers.
getVersionEditContributors(Iterable<ContentEntityObject>) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getVersionForPage(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
getVersionForPage(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Get the version number for the page with pageId
getVersionForPage(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
getVersionHistory(int) - Method in class com.atlassian.confluence.core.persistence.hibernate.CachingVersionHistoryDao
 
getVersionHistory(int) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateVersionHistoryDao
 
getVersionHistory(int) - Method in interface com.atlassian.confluence.core.persistence.VersionHistoryDao
 
getVersionHistorySummaries(ContentId, LimitedRequest) - Method in interface com.atlassian.confluence.dmz.ContentEntityManagerInternal
Get a VersionHistorySummary for all previous versions of a ContentEntityObject, list is ordered by Version number descending.
getVersionHistorySummaries(ContentId, LimitedRequest) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getVersionHistorySummaries(ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Get a VersionHistorySummary for all previous versions of a ContentEntityObject, starting with the current content.
getVersionHistorySummaries(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getVersionHistorySummary(long) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
getVersionHistorySummary(long) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getVersionHistorySummary(long, LimitedRequest) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Get version history with pagination.
getVersionHistorySummary(long, LimitedRequest) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getVersionId() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderByIdRequest
 
getVersionNumber() - Method in class com.atlassian.confluence.about.AboutPageAction
 
getVersionNumber() - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
The version number of content to restore from.
getVersionNumber() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
Version number of Confluence that was used to generate the export.
getVersionNumber() - Method in enum class com.atlassian.confluence.setup.BuildInformation
 
getVersionNumber() - Static method in class com.atlassian.confluence.util.VelocityUtil
 
getVersionNumber(Reference<Version>) - Static method in class com.atlassian.confluence.api.model.content.Version
 
getVersionPos() - Method in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
getVersionRef() - Method in class com.atlassian.confluence.api.model.content.Content
 
getVersionsLastEditedByUser(Collection<ContentId>, UserKey) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Gets the ContentEntityObject objects relating to the version of the given contentIds that were last edited by the given user.
getVersionsLastEditedByUser(Collection<ContentId>, UserKey) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
getVersionsLastEditedByUser(Collection<Long>, UserKey) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Gets the ContentEntityObject objects, either the current version or historical version relating to given contentIds of the current version that was the most recent version edited by the given user.
getVersionsLastEditedByUser(Collection<Long>, UserKey) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
getVersionsLastEditedByUserNew(Collection<Long>, UserKey) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Deprecated.
since 6.4.0
getVersionsLastEditedByUserNew(Collection<Long>, UserKey) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
Deprecated.
since 6.4.0
getVersionTag() - Method in class com.atlassian.confluence.core.VersionHistory
 
getVersionToRevert(ContentEntityObject, int) - Method in class com.atlassian.confluence.content.service.page.RevertContentToVersionCommand
 
getViewableLabels() - Method in class com.atlassian.confluence.themes.PageHelper
 
getViewableTeamLabels() - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
getViewChangesLink() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
getViewContentPermissions(Page) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
getViewContentPermissions(Page) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
getViewContentRestrictions() - Method in class com.atlassian.confluence.api.model.permissions.RelevantViewRestrictions
 
getViewInheritedContentPermissionSets() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getViewInheritedContentPermissionSets() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getViewMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactoryImpl
 
getViewMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.macro.MacroMarshallingFactoryImpl
 
getViewMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.MarshallingFactory
 
getViewMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.placeholder.CaretMarshallingFactoryImpl
 
getViewMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.placeholder.PlaceholderMarshallingFactoryImpl
 
getViewPermissions() - Method in interface com.atlassian.confluence.content.service.page.ContentPermissionProvider
 
getViewPermissions() - Method in class com.atlassian.confluence.content.service.page.SimpleContentPermissionProvider
 
getViewPermissionsGroupList() - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
getViewPermissionsGroups() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PagePermissionData
 
getViewPermissionsGroups() - Method in class com.atlassian.confluence.util.EditPageBean
 
getViewPermissionsUserList() - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
getViewPermissionsUsers() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PagePermissionData
 
getViewPermissionsUsers() - Method in class com.atlassian.confluence.util.EditPageBean
 
getViewType() - Method in class com.atlassian.confluence.event.events.content.page.PageListViewEvent
 
getViewType() - Method in class com.atlassian.confluence.event.events.label.LabelListViewEvent
 
getVisibility() - Method in class com.atlassian.confluence.labels.Namespace
 
getVisibleChildPages(ConfluenceUser, Set<Long>, boolean) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.BulkPermissionService
Receives a set of page ids as a parameter and finds all visible children for them.
getVisibleChildPages(ConfluenceUser, Set<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionFallbackServiceImpl
Receives a set of page ids as a parameter and finds all visible children for them.
getVisibleChildPages(ConfluenceUser, Set<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionOverrideProxyServiceImpl
 
getVisibleChildPages(ConfluenceUser, Set<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionRouter
Receives a set of page ids as a parameter and finds all visible children for them.
getVisibleChildPages(ConfluenceUser, Set<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionServiceImpl
Receives a set of page ids as a parameter and finds all visible children for them.
getVisibleLabelNames(List<Label>, String) - Static method in class com.atlassian.confluence.util.LabelUtil
Get a list of the visible label names for this content.
getVisibleLabels(User) - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
List the labels on this content that are visible to a particular user
getVisibleLabels(User) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
getVisibleLabels(User) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
getVisibleNumberOfSpaces() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpaceIdsAnalyticsEvent
 
getVisibleNumberOfSpacesBeforeRecheckingPermissions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpaceIdsAnalyticsEvent
 
getVisiblePageIds(ConfluenceUser, Set<Long>, boolean) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.BulkPermissionService
Returns a set of visible page ids.
getVisiblePageIds(ConfluenceUser, Set<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionFallbackServiceImpl
Returns a set of visible page ids.
getVisiblePageIds(ConfluenceUser, Set<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionOverrideProxyServiceImpl
 
getVisiblePageIds(ConfluenceUser, Set<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionRouter
Returns a set of visible page ids.
getVisiblePageIds(ConfluenceUser, Set<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionServiceImpl
Returns a set of visible page ids.
getVisiblePages(Set<Long>, Set<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
Returns only visible pages from the provided page id list.
getVisiblePagesCount() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisiblePagesInSpaceAnalyticsEvent
 
getVisiblePagesCount() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleTopLevelPagesAnalyticsEvent
 
getVisiblePagesFromSpace(long, Collection<Long>, boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
Returns all visible pages from space.
getVisibleTopLevelPages(ConfluenceUser, long) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.BulkPermissionService
Finds all visible top-level pages.
getVisibleTopLevelPages(ConfluenceUser, long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionFallbackServiceImpl
Finds all visible top-level pages.
getVisibleTopLevelPages(ConfluenceUser, long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionOverrideProxyServiceImpl
 
getVisibleTopLevelPages(ConfluenceUser, long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionRouter
Finds all visible top-level pages.
getVisibleTopLevelPages(ConfluenceUser, long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionServiceImpl
Finds all visible top-level pages.
getVisibleTypes() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
getVisitedLinkColor() - Method in class com.atlassian.confluence.themes.ColorSchemeBean
Deprecated.
since 8.7 No longer customisable
getVspace() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
getVspace() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
getWaitingFor() - Method in class com.atlassian.confluence.importexport.xmlimport.OperationSet
Deprecated.
 
getWanProtocolVersion() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ParanoidObjectDataInputStream
 
getWarn() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
getWarningCount() - Method in class com.atlassian.confluence.core.persistence.schema.event.SchemaInconsistencyWarningEvent
 
getWarnings() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaComparison
 
getWarnings() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedSchema
 
getWatchedChangeReportForUser(User, List<? extends AbstractPage>) - Method in class com.atlassian.confluence.mail.ChangeDigestNotificationBean
Gets a report of all pages and spaces changed that the user is watching
getWatcher() - Method in class com.atlassian.confluence.api.model.watch.AbstractWatch
 
getWatchersForPage(long) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
getWatchersForPage(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns the list of users watching the page or blog post with the given ID.
getWatchersForPage(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getWatchersForPage(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getWatchersForPage(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getWatchersForPage(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getWatchersForSpace(String) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
getWatchersForSpace(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns the list of users watching the space with the given key.
getWatchersForSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
getWatchersForSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
getWatchersForSpace(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
getWatchersForSpace(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
getWatchingEntityClasses() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BandanaDataExporter
 
getWatchingEntityClasses() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BodyContentDataExporter
 
getWatchingEntityClasses() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BucketsExporter
 
getWatchingEntityClasses() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.Content2ContentRelationEntityDataExporter
 
getWatchingEntityClasses() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentEntityDatabaseDataExporter
 
getWatchingEntityClasses() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentPropertyDataExporter
 
getWatchingEntityClasses() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.LabellingExporter
 
getWatchingEntityClasses() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.NotificationDatabaseDataExporter
 
getWatchingEntityClasses() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.PageTemplateExporter
 
getWatchingEntityClasses() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
getWatchingEntityClasses() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.Subscriber
Return a collection of entity classes that subscriber will monitor the object export events.
getWatchType() - Method in class com.atlassian.confluence.mail.notification.Notification
Returns a single enum value representing the combination of notification type, page, space and network settings.
getWatchType() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
getWebAppContextPath() - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
getWebAppContextPath() - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
getWebAppContextPath() - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
getWebAppContextPath() - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 7.14 Use ContextPathHolder#getContextPath()
getWebAppContextPath() - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
 
getWebAppContextPath() - Method in class com.atlassian.confluence.setup.ConfluenceRendererConfiguration
 
getWebAppContextPath() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
getWebFragmentHelper() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getWebFragmentHelper() - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getWebhook(int, boolean) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
 
getWebhookService() - Method in interface com.atlassian.confluence.plugins.restapi.resources.OptionalServiceProvider
 
getWebhookService() - Method in class com.atlassian.confluence.plugins.restapi.resources.OsgiOptionalServiceProvider
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.impl.sitemesh.DecoratorAction
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.impl.sitemesh.SpaceDecoratorAction
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getWebInterfaceContext() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
Returns a context which can be passed to web items when rendering them.
getWebInterfaceContext() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
getWebInterfaceContext() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
getWebInterfaceContext(Comment) - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
getWebInterfaceContext(Comment) - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
getWebInterfaceContext(Comment) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getWebInterfaceContext(WebInterfaceContext, Attachment) - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
getWebInterfaceContext(SearchResult) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getWebItemKey() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
getWebItems(String, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getWebItems(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getWebLabel() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getWebLabel() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
 
getWebLabel() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
 
getWebPanelDescriptors(String) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getWebPanelDescriptors(String) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getWebPanels(String) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getWebPanels(String) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getWebPanelVelocityContext() - Method in interface com.atlassian.confluence.api.service.web.WebView
This is a hack so we can use templates that have not yet been converted to Soy in the new web interface.
getWebPanelView() - Method in class com.atlassian.confluence.api.testsupport.model.web.WebPanelViewWithColour
 
getWebRealPath() - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
getWebresource() - Method in class com.atlassian.confluence.api.model.content.FormattedBody
 
getWebResourceIntegrationTempDirectory() - Method in interface com.atlassian.confluence.plugin.PluginDirectoryProvider
 
getWebResourceIntegrationTempDirectory() - Method in class com.atlassian.confluence.plugin.SimplePluginDirectoryProvider
 
getWebSections(String, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
getWebSections(String, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
getWebSectionView() - Method in class com.atlassian.confluence.api.testsupport.model.web.WebSectionViewWithColour
 
getWebSudoEnabled() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getWebSudoTimeout() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
getWebSudoTimeout() - Method in class com.atlassian.confluence.setup.settings.Settings
 
getWebUrlPath() - Method in class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
getWebUrlPath() - Method in class com.atlassian.confluence.legacyapi.model.content.ContentLink
Deprecated.
 
getWeight() - Method in class com.atlassian.confluence.api.model.web.WebItemView
 
getWeight() - Method in class com.atlassian.confluence.api.model.web.WebPanelView
 
getWeight() - Method in class com.atlassian.confluence.content.render.xhtml.TransformerWeight
 
getWeight() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
getWeight() - Method in class com.atlassian.confluence.plugin.descriptor.PermissionOverrideExtensionDescriptor
 
getWeight() - Method in class com.atlassian.confluence.plugin.descriptor.SearchDecoratorModuleDescriptor
 
getWeight() - Method in class com.atlassian.confluence.plugin.descriptor.TranslationTransformModuleDescriptor
 
getWeight() - Method in class com.atlassian.confluence.plugins.edgeindex.edge.DefaultEdgeUiSupport
 
getWeight() - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeType.EdgeUiSupport
 
getWeight() - Method in class com.atlassian.confluence.search.contentnames.ContentNameSearchSection
 
getWeight() - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearchSectionSpec
Relative order of the contents section with respect to other sections.
getWeight() - Method in class com.atlassian.confluence.search.v2.score.ConstantScoreFunction
 
getWeights() - Method in class com.atlassian.confluence.search.v2.score.AverageScoreFunction
 
getWelcomeMessage() - Method in class com.atlassian.confluence.content.service.DefaultWelcomeMessageService
 
getWelcomeMessage() - Method in interface com.atlassian.confluence.content.service.WelcomeMessageService
 
getWelcomeMessage() - Method in class com.atlassian.confluence.dashboard.actions.DashboardAction
 
getWelcomeMessageService() - Method in class com.atlassian.confluence.dashboard.actions.DashboardAction
 
getWhen() - Method in class com.atlassian.confluence.legacyapi.model.content.EditSummary
Deprecated.
 
getWhenAt() - Method in class com.atlassian.confluence.api.model.content.Version
 
getWhere() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
 
getWhere() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
getWhoCancelledTheJob() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
getWholeTableExporters() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SiteExportersCreator
 
getWidth() - Method in class com.atlassian.confluence.api.model.web.Icon
 
getWidth() - Method in class com.atlassian.confluence.content.render.image.ImageDimensions
 
getWidth() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
getWidth() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebIcon
 
getWidth() - Method in class com.atlassian.confluence.macro.browser.beans.MacroIcon
 
getWidth() - Method in class com.atlassian.confluence.pages.attachments.ImageDetails
 
getWidth() - Method in class com.atlassian.confluence.pages.thumbnail.Dimensions
Deprecated.
 
getWidth() - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebIcon
 
getWidth() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getWidth() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
getWiki() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.WikiToXhtmlConversionData
 
getWikiBodyType() - Method in interface com.atlassian.confluence.core.BodyTypeFactory
Deprecated.
 
getWikiLink() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Link to this attachment in wiki format.
getWikiLink() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
getWikiLink() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
getWikiLink() - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
getWindowInMillis() - Method in class com.atlassian.confluence.internal.diagnostics.GarbageCollectorTimeAnalyticsEvent
 
getWiredConfluenceActionSupport() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
getWord(Integer) - Method in class com.atlassian.confluence.internal.security.captcha.CensoringWordGenerator
 
getWord(Integer, Locale) - Method in class com.atlassian.confluence.internal.security.captcha.CensoringWordGenerator
 
getWorkingDirectory() - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
getWorkingEntities() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getWorkingEntities() - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
The top level entities to be exported.
getWorkingExportContext() - Method in class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
 
getWorkingExportContext() - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
getWorkingFile() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getWorkingFile() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
getWorkingURL() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
getWrappedAnalyzer(String) - Method in class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceAnalyzer
 
getWrappedAnalyzer(String) - Method in class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceUnstemmedAnalyzer
 
getWrappedPreferences() - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
Deprecated.
since 8.8 No. Just, no.
getWrappedQuery() - Method in class com.atlassian.confluence.impl.search.v2.lucene.WrappingQuery
 
getWrappedQuery() - Method in class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
 
getWrappedQuery() - Method in class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
 
getWrappedSource() - Method in class com.atlassian.confluence.mail.embed.MimeBodyPartDataSource
 
getWrappedTimeZone() - Method in class com.atlassian.confluence.core.TimeZone
 
getWritableGroups() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
getWriteableGroups() - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
getWriteableGroups() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
getWriteableGroups() - Method in interface com.atlassian.confluence.user.UserAccessor
Gets all editable groups.
getWysiwygContent() - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
Either - return the content entered via the editor (in the case of returning to the edit page due to validation failures or things like that).
getWysiwygContent() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
Override since the base implementation will return the content of a page, instead of the comment.
getWysiwygContent() - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
Override since the base implementation will return the content of a page, instead of the comment.
getWysiwygContent() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
Make the wysiwyg content an empty string on editor load a we pull this down from the server if page edit is triggered.
getWysiwygContent() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
getWysiwygContent() - Method in class com.atlassian.confluence.plugins.templates.actions.CreatePageTemplateAction
 
getWysiwygContent() - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
getXForwardedFor() - Static method in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
getXhtmlBodyType() - Method in interface com.atlassian.confluence.core.BodyTypeFactory
Deprecated.
 
getXHtmlComments() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
getxHtmlContent() - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
getXHTMLContent() - Method in class com.atlassian.confluence.mail.reports.PageReport
 
getXhtmlDocument(String) - Method in class com.atlassian.confluence.content.render.xhtml.validation.StorageXhtmlValidator
Returns a Reader that contains the supplied xmlFragment together with the XML document preamble.
getXhtmlMacro() - Method in class com.atlassian.confluence.renderer.v2.macros.V2UserMacroAdapter
 
getXhtmlMacroManager() - Method in interface com.atlassian.confluence.macro.xhtml.MacroManagerFactory
 
getXhtmlMacroManager() - Method in class com.atlassian.confluence.macro.xhtml.MacroManagerFactoryImpl
 
getXHtmlPageTemplates() - Method in class com.atlassian.confluence.plugins.templates.actions.ListPageTemplatesAction
 
getXhtmlSpaceDescriptionsFromContentId(long, int) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
This is for internal use only, Do not rely on it as a public API.
getXhtmlSpaceDescriptionsFromContentId(long, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
getXmax() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getXML(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
getXML(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
getXmlBackupInstance() - Static method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
getXmlEntitiesStream() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
getXmlEntitiesStream() - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
getXmlEventFactory() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXMLEventFactoryProvider
 
getXmlEventFactory() - Method in interface com.atlassian.confluence.content.render.xhtml.XMLEventFactoryProvider
 
getXmlFragmentOutputFactory() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlOutputFactoryProvider
 
getXmlFragmentOutputFactory() - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactoryProvider
 
getXmlOutputFactory() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlOutputFactoryProvider
 
getXmlOutputFactory() - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactoryProvider
 
getXmlOutputStream() - Method in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
output stream to write XML object information to
getXms() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
 
getXmx() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
 
getXsrfParameterName() - Method in class com.atlassian.sal.confluence.xsrf.ConfluenceXsrfTokenValidator
 
getXsrfParameterName() - Method in class it.com.atlassian.confluence.sal.MockXsrfTokenValidator
 
getXsrfToken() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
getXsrfToken() - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
getXsrfToken(HttpServletRequest, HttpServletResponse, boolean) - Method in class com.atlassian.sal.confluence.xsrf.ConfluenceXsrfTokenAccessor
 
getXsrfTokenGenerator() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
getXstream() - Method in class com.atlassian.confluence.setup.xstream.XStreamManager
Deprecated.
 
getXStream() - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
Always try to return XStream111 till the time it is supported in Confluence.
getXStream() - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStreamInternal
Deprecated.
since 7.10.0 Use ConfluenceXStream instead.
getXworkVelocityPath(String, String, String, String) - Method in class com.atlassian.confluence.themes.BasicTheme
 
getXworkVelocityPath(String, String, String, String) - Method in class com.atlassian.confluence.themes.DefaultTheme
 
getXworkVelocityPath(String, String, String, String) - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
getXworkVelocityPath(String, String, String, String) - Method in interface com.atlassian.confluence.themes.Theme
If this theme defines any specific overrides for Velocity XWork results, process them through here.
getYearsWithBlogPosts(String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
getYearsWithBlogPosts(String) - Method in interface com.atlassian.confluence.pages.PageManager
Returns the set of years (represented as a Date with the year field populated) for which blog posts exist in the specified space.
getYmax() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
getZduMinVersion() - Method in enum class com.atlassian.confluence.setup.BuildInformation
 
getZduStatus() - Method in class com.atlassian.confluence.impl.setup.BootstrapDatabaseAccessor.BootstrapDatabaseData
 
GIF - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
global - Enum constant in enum class com.atlassian.confluence.api.model.content.Label.Prefix
 
global - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Label.Prefix
Deprecated.
 
global(RemovalCount) - Method in class com.atlassian.confluence.api.model.retention.RemovalSummary.RemovalSummaryBuilder
 
GLOBAL - Enum constant in enum class com.atlassian.confluence.api.model.retention.RuleScope
 
GLOBAL - Enum constant in enum class com.atlassian.confluence.languages.LocaleInfo.SelectionReason
 
GLOBAL - Enum constant in enum class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryScope
 
GLOBAL - Enum constant in enum class com.atlassian.confluence.search.service.SpaceCategoryEnum
 
GLOBAL - Static variable in class com.atlassian.confluence.api.model.content.SpaceType
 
GLOBAL - Static variable in class com.atlassian.confluence.labels.Namespace
 
GLOBAL - Static variable in interface com.atlassian.confluence.search.v2.SpaceCategories
 
GLOBAL - Static variable in class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
 
GLOBAL - Static variable in class com.atlassian.confluence.spaces.SpaceLogo
 
GLOBAL - Static variable in class com.atlassian.confluence.spaces.SpaceType
 
GLOBAL_CONFIG_FILE_NAME - Static variable in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
GLOBAL_CONFIGPATH - Static variable in class com.atlassian.confluence.util.LayoutHelper
 
GLOBAL_CONTEXT - Static variable in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
GLOBAL_DESCRIPTION - Static variable in class com.atlassian.confluence.legacyapi.model.content.ContentType
Deprecated.
 
GLOBAL_DESCRIPTION - Static variable in class com.atlassian.confluence.setup.settings.GlobalDescription
 
GLOBAL_LABEL_PREFIX - Static variable in class com.atlassian.confluence.labels.LabelParser
 
GLOBAL_LOGO - Static variable in interface com.atlassian.confluence.spaces.SpaceManager
 
GLOBAL_PERMISSION_ADDED - Static variable in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
GLOBAL_PERMISSION_REMOVED - Static variable in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
GLOBAL_PERMISSIONS - Static variable in class com.atlassian.confluence.security.SpacePermission
A list of all global permissions
GLOBAL_PLUGIN_STATE - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
GLOBAL_RETENTION_POLICY_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
GLOBAL_RETENTION_POLICY_OVERRIDE_CHANGED - Static variable in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
GLOBAL_SETTINGS_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.GlobalSettingsAuditListener
 
GLOBAL_SPACE_ID - Static variable in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
GLOBAL_SPACE_ID - Static variable in class com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatus
 
GLOBAL_THEME_KEY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
globalCache - Variable in class com.atlassian.confluence.velocity.ConfigurableResourceManager
Object implementing ResourceCache to be our resource manager's Resource cache.
GlobalColorSchemeResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
GlobalColorSchemeService - Interface in com.atlassian.confluence.api.service.colorscheme
This is the interface for global color scheme service
GlobalColorSchemeService.Validator - Interface in com.atlassian.confluence.api.service.colorscheme
 
GlobalColorSchemeServiceImpl - Class in com.atlassian.confluence.api.impl.service.colorscheme
 
GlobalColorSchemeServiceImpl(ColourSchemeManager, PermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.colorscheme.GlobalColorSchemeServiceImpl
 
GlobalColorSchemeServiceImpl.ValidatorImpl - Class in com.atlassian.confluence.api.impl.service.colorscheme
 
globalDefaultLocale(String) - Method in class com.atlassian.confluence.api.model.settings.GlobalSettings.GlobalSettingsBuilder
 
GlobalDescription - Class in com.atlassian.confluence.setup.settings
Content Entity Object that is associated with the whole confluence rather then a specific space/page/user.
GlobalDescription() - Constructor for class com.atlassian.confluence.setup.settings.GlobalDescription
 
GlobalDescriptionDao - Interface in com.atlassian.confluence.setup.settings
 
GlobalDescriptionDaoInternal - Interface in com.atlassian.confluence.internal.setup.settings
Dao for the GlobalDescription.
GlobalDescriptionManager - Interface in com.atlassian.confluence.setup.settings
 
GlobalDescriptionPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
GlobalDescriptionPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
 
GlobalEntitiesContextProvider - Class in com.atlassian.confluence.plugins.macros.dashboard
Web Panel for showing spaces, pages and people
GlobalEntitiesContextProvider(SpaceManager, LabelManager, LocaleManager, PermissionManager, PluginAccessor, FormatSettingsManager, UserAccessor, SpaceLogoManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider
 
GlobalEntitiesContextProvider.EntitiesTab - Enum Class in com.atlassian.confluence.plugins.macros.dashboard
 
GlobalEntitiesResource - Class in com.atlassian.confluence.plugins.macros.dashboard.rest
 
GlobalEntitiesResource(TemplateRenderer, GlobalEntitiesContextProvider, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.rest.GlobalEntitiesResource
 
GlobalHelper - Class in com.atlassian.confluence.themes
 
GlobalHelper() - Constructor for class com.atlassian.confluence.themes.GlobalHelper
 
GlobalHelper(ConfluenceActionSupport) - Constructor for class com.atlassian.confluence.themes.GlobalHelper
 
globalOriginalPageSizePerJob() - Static method in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
GlobalPermission - Class in com.atlassian.confluence.api.model.permissions
This is a simplified model object representing a global permission
GlobalPermission() - Constructor for class com.atlassian.confluence.api.model.permissions.GlobalPermission
 
GlobalPermissionChangeEvent - Class in com.atlassian.confluence.event.events.permission
Event sent when any global permission is changed.
GlobalPermissionChangeEvent(Object, SpacePermission) - Constructor for class com.atlassian.confluence.event.events.permission.GlobalPermissionChangeEvent
 
globalPermissionClientSubscriptionJournalStateStore(IncrementalSyncSubscriptionManager) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
globalPermissionCommand(GlobalPermissionCommandSupport, SpacePermissionOperationKeyConverter) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
GlobalPermissionCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands
GlobalPermissionCommand(GlobalPermissionCommandSupport, SpacePermissionOperationKeyConverter) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands.GlobalPermissionCommand
 
GlobalPermissionCommandSupport - Interface in com.atlassian.confluence.internal.api.impl.service.incrementalsync
 
GlobalPermissionEvent - Class in com.atlassian.confluence.event.events.permission
Event sent for any global permission related operation.
GlobalPermissionEvent(Object) - Constructor for class com.atlassian.confluence.event.events.permission.GlobalPermissionEvent
 
globalPermissionIncSyncJournalManager(JournalDao, JournalStateStore, DefaultJournalManager.IgnoreSettings, SearchPlatformConfig, PlatformTransactionManager) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
globalPermissionIncSyncJournalService(JournalManager) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
GlobalPermissionJournalEntryTypes - Enum Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement
Journal entry types used for global permission events
GlobalPermissionJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage
Journal message used for all global permission journal entries
GlobalPermissionJournalMessage(String, GlobalPermissionModelType, String) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.GlobalPermissionJournalMessage
 
globalPermissionManagementCommandFactory(Collection<CommandCreator<?, GlobalPermissionManagementIncSyncModel>>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
globalPermissionManagementIncrementalSyncDataFetcher(PlatformTransactionManager, PaginationService, JournalServiceInternal, CommandFactory<GlobalPermissionManagementIncSyncModel>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
GlobalPermissionManagementIncrementalSyncResource - Class in com.atlassian.confluence.plugins.restapi.rvsync.resources
 
GlobalPermissionManagementIncrementalSyncResource(GlobalPermissionManagementIncrementalSyncService) - Constructor for class com.atlassian.confluence.plugins.restapi.rvsync.resources.GlobalPermissionManagementIncrementalSyncResource
 
globalPermissionManagementIncrementalSyncService() - Method in class com.atlassian.confluence.plugins.restapi.spring.SpringBeans
 
globalPermissionManagementIncrementalSyncService(JournalServiceInternal, SubscriptionJournalStateStore, PermissionManager, IncrementalSyncDataFetcher<GlobalPermissionManagementIncSyncModel>, ScopesRequestCacheDelegate) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
GlobalPermissionManagementIncrementalSyncService - Interface in com.atlassian.confluence.internal.api.service.incrementalsync.globalpermissionmanagement
Interface for Permission Management incremental sync service
GlobalPermissionManagementIncrementalSyncServiceImpl - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement
Service class for managing global permissions event related incremental sync operations
GlobalPermissionManagementIncrementalSyncServiceImpl(JournalServiceInternal, SubscriptionJournalStateStore, Clock, PermissionManager, IncrementalSyncDataFetcher<GlobalPermissionManagementIncSyncModel>, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementIncrementalSyncServiceImpl
 
GlobalPermissionManagementIncSyncModel - Class in com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement
Model used by all global permission incremental sync events
GlobalPermissionManagementIncSyncModel(long, String, String, GlobalPermission) - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement.GlobalPermissionManagementIncSyncModel
 
globalPermissionManagementRecorder(EventPublisher, CommandFactory<GlobalPermissionManagementIncSyncModel>, TransactionTemplate, GlobalPermissionManagementIncrementalSyncService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
GlobalPermissionManagementRecorder - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement
Listener for handling global permission events to create entries for incremental sync
GlobalPermissionManagementRecorder(EventPublisher, CommandFactory<GlobalPermissionManagementIncSyncModel>, TransactionTemplate, GlobalPermissionManagementIncrementalSyncService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementRecorder
 
GlobalPermissionModelOperation - Enum Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement
Operations supported by permission incremental sync
GlobalPermissionModelType - Enum Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement
Types of events supported by global permission incremental sync
globalPermissionRemoveEvent(GlobalPermissionRemoveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
GlobalPermissionRemoveEvent - Class in com.atlassian.confluence.event.events.permission
Event sent whenever a global permission is removed.
GlobalPermissionRemoveEvent(Object, SpacePermission) - Constructor for class com.atlassian.confluence.event.events.permission.GlobalPermissionRemoveEvent
 
GlobalPermissionResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST API for global permission.
GlobalPermissionResource(GlobalPermissionService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
 
globalPermissionSaveEvent(GlobalPermissionSaveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
GlobalPermissionSaveEvent - Class in com.atlassian.confluence.event.events.permission
Event sent when any global permission is saved.
GlobalPermissionSaveEvent(Object, SpacePermission) - Constructor for class com.atlassian.confluence.event.events.permission.GlobalPermissionSaveEvent
 
GlobalPermissionService - Interface in com.atlassian.confluence.api.service.permissions
Provides mutable operations for SpacePermissions
GlobalPermissionServiceImpl - Class in com.atlassian.confluence.api.impl.service.permissions
 
GlobalPermissionServiceImpl(SpacePermissionOperationKeyConverter, PermissionManager, SpacePermissionManagerInternal, GlobalPermissionsValidator, UserAccessor, UserChecker, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
GlobalPermissionsUpdateEvent - Class in com.atlassian.confluence.event.events.admin
Represents a change to global permissions.
GlobalPermissionsUpdateEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.GlobalPermissionsUpdateEvent
 
GlobalPermissionsValidator - Class in com.atlassian.confluence.api.impl.service.permissions.validation
 
GlobalPermissionsValidator() - Constructor for class com.atlassian.confluence.api.impl.service.permissions.validation.GlobalPermissionsValidator
 
GlobalPermissionsViewEvent - Class in com.atlassian.confluence.event.events.admin
Represents a user viewing the global permissions.
GlobalPermissionsViewEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.GlobalPermissionsViewEvent
 
GlobalReportsMacro - Class in com.atlassian.confluence.plugins.macros.dashboard
 
GlobalReportsMacro() - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.GlobalReportsMacro
 
GlobalRetentionPolicy - Class in com.atlassian.confluence.api.model.retention
 
GlobalRetentionPolicy() - Constructor for class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
GlobalRetentionPolicy(RetentionRule, RetentionRule, TrashRetentionRule, String, boolean) - Constructor for class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
GlobalRetentionPolicy.GlobalRetentionPolicyBuilder - Class in com.atlassian.confluence.api.model.retention
 
GlobalRetentionPolicyBuilder() - Constructor for class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy.GlobalRetentionPolicyBuilder
 
GlobalRetentionPolicyChangedEvent - Class in com.atlassian.confluence.event.events.retention
 
GlobalRetentionPolicyChangedEvent(GlobalRetentionPolicy, GlobalRetentionPolicy) - Constructor for class com.atlassian.confluence.event.events.retention.GlobalRetentionPolicyChangedEvent
 
globalRetentionPolicyManager - Variable in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
GlobalRetentionPolicyManager - Interface in com.atlassian.confluence.impl.retention.manager
 
GlobalRetentionPolicyService - Interface in com.atlassian.confluence.api.service.retention
Deprecated.
since 7.14.0
GlobalRetentionPolicyService - Interface in com.atlassian.confluence.retention
Service for interacting with the GlobalRetentionPolicy settings
GlobalRssFeedAction - Class in com.atlassian.confluence.dashboard.actions
 
GlobalRssFeedAction() - Constructor for class com.atlassian.confluence.dashboard.actions.GlobalRssFeedAction
 
GlobalSettings - Class in com.atlassian.confluence.api.model.settings
Current values of application-wide settings.
GlobalSettings.GlobalSettingsBuilder - Class in com.atlassian.confluence.api.model.settings
Builds GlobalSettings objects.
GlobalSettingsAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
GlobalSettingsAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.GlobalSettingsAuditListener
 
globalSettingsChangedEvent(GlobalSettingsChangedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.GlobalSettingsAuditListener
 
GlobalSettingsChangedEvent - Class in com.atlassian.confluence.event.events.admin
Event announcing a change in the global configuration of Confluence.
GlobalSettingsChangedEvent(Object, Settings, Settings) - Constructor for class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent
 
GlobalSettingsChangedEvent(Object, Settings, Settings, String, String) - Constructor for class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent
 
GlobalSettingsChangedEvent(Object, Settings, Settings, String, String, GlobalSettingsChangedEvent.Type) - Constructor for class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent
 
GlobalSettingsChangedEvent.Type - Enum Class in com.atlassian.confluence.event.events.admin
 
globalSettingsManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
GlobalSettingsManager - Interface in com.atlassian.confluence.setup.settings
 
GlobalSettingsResource - Class in com.atlassian.confluence.functest.rest.admin
Backdoor REST resource for editing global settings.
GlobalSettingsResource(GlobalSettingsManager) - Constructor for class com.atlassian.confluence.functest.rest.admin.GlobalSettingsResource
 
GlobalSettingsStrutsContainerProvider - Class in com.atlassian.confluence.impl.struts
 
GlobalSettingsViewEvent - Class in com.atlassian.confluence.event.events.admin
Represents an administrator viewing the global settings.
GlobalSettingsViewEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.GlobalSettingsViewEvent
 
globalSpaces(int) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
 
globalTemplateReference(ModuleCompleteKey, ModuleCompleteKey) - Static method in class com.atlassian.confluence.pages.templates.PluginTemplateReference
Create a reference to the globally customised version of the template
globalTemplateSuffix() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
GlobalTimeZoneUpdatedAnalyticsEvent - Class in com.atlassian.confluence.event.events.analytics
This event is fired when global time zone is updated
GlobalTimeZoneUpdatedAnalyticsEvent() - Constructor for class com.atlassian.confluence.event.events.analytics.GlobalTimeZoneUpdatedAnalyticsEvent
 
globalTrashDeleteSizePerJob() - Static method in class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
GlobalWebhooksResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
GlobalWebhooksResource(I18nResolver, PermissionEnforcer, OptionalServiceProvider, ConfluenceScopesRequestCache) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
 
GoneException - Exception in com.atlassian.confluence.api.service.exceptions
Thrown when things that are expected to be found are GONE.
GoneException() - Constructor for exception com.atlassian.confluence.api.service.exceptions.GoneException
 
GoneException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.GoneException
 
GoneException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.GoneException
 
GoneException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.GoneException
 
goneExceptionSupplier() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
goneExceptionSupplier(String) - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
GOOGLE - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
GOOGLE - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
GOOGLE_BOT - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
GOOGLE_BOT - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
GOOGLE_CLOUD - Enum constant in enum class com.atlassian.confluence.status.service.systeminfo.CloudPlatformType
 
GoogleCloudPlatform - Class in com.atlassian.confluence.status.service.systeminfo
 
GoogleCloudPlatform() - Constructor for class com.atlassian.confluence.status.service.systeminfo.GoogleCloudPlatform
 
grant(boolean) - Method in class com.atlassian.confluence.functest.rest.admin.model.PermissionChange.Builder
 
grant(InternalGrantedPermission) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.NoopInternalUserPermissionDao
 
GRANT_PATH - Static variable in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
granted() - Static method in record class com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker.AccessPermission
 
GRANTED - Enum constant in enum class com.atlassian.confluence.impl.security.access.ActionAccessChecker.AccessDecision
Deprecated.
 
grantPermission() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
grantPermissionsToAnonymousUser(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
grantPermissionsToAnonymousUser(String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Grants permissions to an anonymous user in the given space.
grantPermissionsToAnonymousUser(String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Grants permissions to an anonymous user in the given space.
grantPermissionsToAnonymousUser(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
grantPermissionsToAnonymousUsers(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
Grant permissions to anonymous user in the given space.
grantPermissionsToAnonymousUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
grantPermissionsToAnonymousUsers(Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Grants global permissions to anonymous users.
grantPermissionsToAnonymousUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Grant global permissions to anonymous users.
grantPermissionsToAnonymousUsers(Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Grants global permissions to anonymous users.
grantPermissionsToAnonymousUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
grantPermissionsToGroup(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
grantPermissionsToGroup(String, String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Grants permissions to a user in the given space.
grantPermissionsToGroup(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
Grant permissions to a group in the given space.
grantPermissionsToGroup(String, String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Grants permissions to a user in the given space.
grantPermissionsToGroup(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
grantPermissionsToGroup(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
grantPermissionsToGroup(String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Grants global permissions to a group.
grantPermissionsToGroup(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Grant global permissions to a group.
grantPermissionsToGroup(String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Grants global permissions to a group.
grantPermissionsToGroup(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
grantPermissionsToUnlicensedUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
grantPermissionsToUnlicensedUsers(Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Grants global permissions to unlicensed users.
grantPermissionsToUnlicensedUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Grant global permissions to unlicensed users.
grantPermissionsToUnlicensedUsers(Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Grants global permissions to unlicensed users.
grantPermissionsToUnlicensedUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
grantPermissionsToUser(User, Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
grantPermissionsToUser(User, Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Grants global permissions to a user.
grantPermissionsToUser(User, Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Grants global permissions to a user.
grantPermissionsToUser(User, Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
grantPermissionsToUser(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
grantPermissionsToUser(String, String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Grants permissions to a user in the given space.
grantPermissionsToUser(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
Grant permissions to a user in the given space.
grantPermissionsToUser(String, String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Grants permissions to a user in the given space.
grantPermissionsToUser(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
grantPermissionsToUser(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Grant global permissions to a user.
grantUseConfluencePermission(ConfluenceUser) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Grants SpacePermission.USE_CONFLUENCE_PERMISSION to a specific user, granting them licensed access to Confluence.
graphql - Variable in class com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher
 
GraphQL - Interface in com.atlassian.confluence.rest.v2.api.graphql
Provides helper methods for implementing a GraphQL API.
GRAPHQL - Enum constant in enum class com.atlassian.confluence.core.ApiRestEntityFactory.SchemaType
 
GRAPHQL - Enum constant in enum class com.atlassian.confluence.rest.serialization.jackson2.enrich.SchemaType
 
GRAPHQL_LINKS_PROPERTIES_KEY - Static variable in class com.atlassian.confluence.rest.v2.api.model.RestObject.Properties
 
GraphQLOffsetCursor - Class in com.atlassian.confluence.plugins.restapi.graphql
 
GraphQLOffsetCursor() - Constructor for class com.atlassian.confluence.plugins.restapi.graphql.GraphQLOffsetCursor
 
GraphQLPageResponse<T> - Class in com.atlassian.confluence.rest.serialization.jackson2.graphql
A graphql formatted pagination response.
GraphQLPageResponse() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPageResponse
 
GraphQLPageResponse(PageResponse<T>, BiFunction<T, Integer, String>) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPageResponse
 
GraphQLPageResponse(PageResponse<T>, List<GraphQLPaginationEdge<T>>) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPageResponse
 
GraphQLPagination<T> - Class in com.atlassian.confluence.rest.serialization.jackson2.graphql
A graphql formatted pagination response.
GraphQLPagination() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
GraphQLPagination(List<T>, BiFunction<T, Integer, String>, boolean) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
GraphQLPagination(List<T>, List<GraphQLPaginationEdge<T>>, boolean) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
GraphQLPaginationEdge<T> - Class in com.atlassian.confluence.rest.serialization.jackson2.graphql
 
GraphQLPaginationEdge() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPaginationEdge
 
GraphQLPaginationEdge(T, String) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPaginationEdge
 
GraphQLPaginationInfo - Class in com.atlassian.confluence.rest.serialization.jackson2.graphql
 
GraphQLPaginationInfo() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPaginationInfo
 
GraphQLPaginationInfo(boolean) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPaginationInfo
 
GraphQLQueryChildContentResponse() - Constructor for class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteChildContentServiceImpl.GraphQLQueryChildContentResponse
 
GraphQLQueryContentResponse() - Constructor for class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteContentServiceImpl.GraphQLQueryContentResponse
 
GraphQLQueryExpansion - Class in com.atlassian.confluence.api.model
A subclass of Expansion that provides a graphql query instead of a field expansion list.
GraphQLQueryExpansion(String) - Constructor for class com.atlassian.confluence.api.model.GraphQLQueryExpansion
 
GraphQLQueryLabelsResponse() - Constructor for class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteContentLabelServiceImpl.GraphQLQueryLabelsResponse
 
GraphQLQueryLimiter - Class in com.atlassian.confluence.plugins.graphql
A simple query limiting mechanism for the GraphQL endpoint, to avoid DoS attacks.
GraphQLQueryLimiter() - Constructor for class com.atlassian.confluence.plugins.graphql.GraphQLQueryLimiter
 
GraphQLQueryResponse<T> - Class in com.atlassian.confluence.rest.client.graphql
The JSON response object for a graphql API.
GraphQLQueryResponse() - Constructor for class com.atlassian.confluence.rest.client.graphql.GraphQLQueryResponse
 
GraphQLRemoteChildContentServiceImpl - Class in com.atlassian.confluence.rest.client.graphql
ChildContentService implementation that communicates with Confluence remotely using the Confluence GraphQL API.
GraphQLRemoteChildContentServiceImpl(AuthenticatedWebResourceProvider, ExecutorService, String) - Constructor for class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteChildContentServiceImpl
 
GraphQLRemoteChildContentServiceImpl.GraphQLQueryChildContentResponse - Class in com.atlassian.confluence.rest.client.graphql
 
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl - Class in com.atlassian.confluence.rest.client.graphql
 
GraphQLRemoteContentLabelServiceImpl - Class in com.atlassian.confluence.rest.client.graphql
ContentLabelService implementation that communicates with Confluence remotely using the Confluence GraphQL API.
GraphQLRemoteContentLabelServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteContentLabelServiceImpl
 
GraphQLRemoteContentLabelServiceImpl.GraphQLQueryLabelsResponse - Class in com.atlassian.confluence.rest.client.graphql
 
GraphQLRemoteContentServiceImpl - Class in com.atlassian.confluence.rest.client.graphql
ContentService implementation that communicates with Confluence remotely using the Confluence GraphQL API.
GraphQLRemoteContentServiceImpl(AuthenticatedWebResourceProvider, ExecutorService, String) - Constructor for class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteContentServiceImpl
 
GraphQLRemoteContentServiceImpl.GraphQLQueryContentResponse - Class in com.atlassian.confluence.rest.client.graphql
 
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl - Class in com.atlassian.confluence.rest.client.graphql
 
GraphQLRemoteWebViewImpl - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
RemoteWebView implementation that communicates with Confluence remotely using the Confluence GraphQL API.
GraphQLRemoteWebViewImpl.GraphQLWebItemsResponse - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
 
GraphQLRemoteWebViewImpl.GraphQLWebPanelsResponse - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
 
GraphQLRemoteWebViewImpl.GraphQLWebSectionsResponse - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
 
GraphQLRemoteWebViewServiceImpl - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
WebViewService implementation that communicates with Confluence remotely using the Confluence GraphQL API.
GraphQLRemoteWebViewServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql.GraphQLRemoteWebViewServiceImpl
 
GraphQLUtils - Class in com.atlassian.confluence.rest.client.graphql
Helper methods for building GraphQL request strings.
GraphQLUtils() - Constructor for class com.atlassian.confluence.rest.client.graphql.GraphQLUtils
 
GraphQLWebItemsResponse() - Constructor for class com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql.GraphQLRemoteWebViewImpl.GraphQLWebItemsResponse
 
GraphQLWebPanelsResponse() - Constructor for class com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql.GraphQLRemoteWebViewImpl.GraphQLWebPanelsResponse
 
GraphQLWebSectionsResponse() - Constructor for class com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql.GraphQLRemoteWebViewImpl.GraphQLWebSectionsResponse
 
GraphResource - Class in com.atlassian.confluence.plugins.graphql.resource
REST API for GraphQL.
GraphResource(ConfluenceGraphQLRestEndpoint, DarkFeatureManager, SettingsService) - Constructor for class com.atlassian.confluence.plugins.graphql.resource.GraphResource
 
greaterThan(T) - Method in class com.atlassian.confluence.search.v2.Range.Builder
 
greaterThanEquals(T) - Method in class com.atlassian.confluence.search.v2.Range.Builder
 
GREEK - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
GREEK - Static variable in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 6.9.0
GreekAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed
 
GreekAnalyzer(Version) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.GreekAnalyzer
 
GreekAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Greek language analyzer provider
GreekAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.GreekAnalyzerProvider
 
GREEN - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchHealthStatus
 
GREEN_STAR - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
group - Variable in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
group - Variable in class com.atlassian.confluence.user.UserPickerFilter
 
group() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
group() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
group(Group) - Method in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalNav
 
group(Group) - Method in interface com.atlassian.confluence.api.nav.Navigation
a builder to produce a url to a user group
group(Group) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
Group - Class in com.atlassian.confluence.api.model.people
Represents a group that may contain zero or more users.
Group(String) - Constructor for class com.atlassian.confluence.api.model.people.Group
 
GROUP - Enum constant in enum class com.atlassian.confluence.impl.security.access.SpacePermissionSubjectType
Represents space permissions received via group membership, where a group is associated with the permission.
GROUP - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelType
 
GROUP - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A group.
GROUP - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSidType
 
GROUP - Static variable in class com.atlassian.confluence.api.model.people.SubjectType
 
GROUP_CACHE_KEY - Static variable in class com.atlassian.confluence.security.ConfluenceGroupCache
 
GROUP_CONFLUENCE_ADMINS - Static variable in interface com.atlassian.confluence.user.UserAccessor
The name of the group with special administration privileges in the application.
GROUP_CONFLUENCE_USERS - Static variable in interface com.atlassian.confluence.user.UserAccessor
Deprecated.
since 5.2. Use @link{com.atlassian.confluence.setup.settings.Settings#getDefaultUsersGroup()} instead.
GROUP_CREATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
GROUP_CREATED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
GROUP_GROUP_MEMBERSHIP_MANAGEMENT - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelType
 
GROUP_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
 
GROUP_LIST_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.UserExamples
 
GROUP_MANAGEMENT - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelType
 
GROUP_MEMBERSHIP_ADDED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
GROUP_MEMBERSHIP_REMOVED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
GROUP_MEMBERSHIPS_BY_USER - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
GROUP_MEMBERSHIPS_CREATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
GROUP_MEMBERSHIPS_DELETED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
GROUP_NAME - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
GROUP_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.GroupNav
 
GROUP_PATH - Static variable in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
GROUP_REMOVED - Enum constant in enum class com.atlassian.confluence.spaces.SpaceUpdateTrigger
 
GROUP_REMOVED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
GROUP_REMOVED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
GROUP_RESPONSE_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.UserExamples
 
GROUP_TYPE - Static variable in class com.atlassian.confluence.api.model.people.Group
 
GROUP_UPDATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
GROUP_USER_MEMBERSHIP_MANAGEMENT - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelType
 
Group.GroupBuilder - Class in com.atlassian.confluence.api.model.people
 
GroupAdminActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
GroupAdminActionBreadcrumb(ConfluenceActionSupport, Group) - Constructor for class com.atlassian.confluence.util.breadcrumbs.GroupAdminActionBreadcrumb
 
GroupBuilder() - Constructor for class com.atlassian.confluence.api.model.people.Group.GroupBuilder
 
groupBy(String) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the content of the "group by" clause.
groupCreatedEventCommand(UserGroupCommandSupport) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
GroupCreatedEventCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Command class for GroupCreatedEvent
GroupCreatedEventCommand(UserGroupCommandSupport) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupCreatedEventCommand
 
groupCreateEvent(GroupCreatedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
GroupCreateEvent - Class in com.atlassian.confluence.event.events.group
 
GroupCreateEvent(Object, Group) - Constructor for class com.atlassian.confluence.event.events.group.GroupCreateEvent
 
groupDeletedEventCommand(UserGroupCommandSupport, CrowdUserDirectoryHelper, MembershipDao, ConfluenceUserDao) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
groupDeleteEvent(GroupDeletedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
GroupEntityBuilder - Class in com.atlassian.confluence.user.extras.builders
 
GroupEntityBuilder(CrowdService) - Constructor for class com.atlassian.confluence.user.extras.builders.GroupEntityBuilder
 
GroupEvent - Class in com.atlassian.confluence.event.events.group
 
GroupEvent(Object, Group) - Constructor for class com.atlassian.confluence.event.events.group.GroupEvent
 
GroupEventCommand<T> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Parent class for commands that process group events
GroupEventCommand(UserGroupCommandSupport) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupEventCommand
 
GroupEventModel - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model
 
GroupEventModel(long, String, UserModelType, UserModelOperation) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.GroupEventModel
 
groupExistsInAnyDirectories(String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
Returns true if the child group is a direct member of a group with the same name as the parent group in any active directories.
groupExistsInAnyDirectoriesBesidesDirectory(String, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
Returns true if the child group is a direct member a group with the same name as the parent group in any active directories, excluding the provided directory.
GroupFactory - Class in com.atlassian.confluence.api.impl.service.people
Factory class for building api group objects from corresponding atlassian user groups
GroupFactory() - Constructor for class com.atlassian.confluence.api.impl.service.people.GroupFactory
 
GroupFinderImpl(Expansion[]) - Constructor for class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupFinderImpl
 
groupGroupMembership(InternalGroup, InternalGroup) - Static method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
groupGroupMembership(InternalGroup, InternalGroup) - Static method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
groupHasPermission(String, Space, String) - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
groupHasPermission(String, Space, String) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
groupHasPermission(String, Space, String) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
groupHasPermission(String, Space, String) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
groupHasPermission(String, Space, String) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Checks whether the given group has the given permission
groupInheritsPermission(String, Space, String) - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
groupInheritsPermission(String, Space, String) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
groupInheritsPermission(String, Space, String) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
groupInheritsPermission(String, Space, String) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
groupInheritsPermission(String, Space, String) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Checks whether the given group inherits the given permission and not has it directly.
GroupInviteUserSignupEvent - Class in com.atlassian.confluence.event.events.user
Event sent when a user signs up via the group invite link.
GroupInviteUserSignupEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.GroupInviteUserSignupEvent
 
GroupJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage
 
GroupJournalMessage(long, String) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.GroupJournalMessage
 
groupManager - Variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
GroupManagerInternal - Interface in com.atlassian.crowd.embedded.atlassianuser
Internal interface for group manager
groupMemberNames(Group) - Static method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager.Queries
Deprecated.
 
GroupMembershipAccessor - Interface in com.atlassian.confluence.user
Provides operations for resolving Groups.
GroupMembershipCache - Interface in com.atlassian.confluence.impl.user.crowd
A direction agnostic cache of maps from directory ids and group names to groups.
groupMembershipCreatedEvent(GroupMembershipCreatedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
groupMembershipDeletedEvent(GroupMembershipDeletedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
GroupMembershipEventModel - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model
 
GroupMembershipEventModel(long, String, UserModelType, UserModelOperation, List<String>, MembershipType) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.GroupMembershipEventModel
 
GroupMembershipJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage
 
GroupMembershipJournalMessage(long, String, List<String>, MembershipType) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.GroupMembershipJournalMessage
 
groupMembershipsCreatedEventCommand(UserGroupCommandSupport, PersonFactory, CrowdDirectoryEntityHelper, CrowdUserDirectoryHelper) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
GroupMembershipsCreatedEventCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
 
GroupMembershipsCreatedEventCommand(UserGroupCommandSupport, PersonFactory, CrowdDirectoryEntityHelper, CrowdUserDirectoryHelper) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsCreatedEventCommand
 
groupMembershipsDeletedEventCommand(UserGroupCommandSupport, PersonFactory, CrowdDirectoryEntityHelper, CrowdUserDirectoryHelper) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
GroupMembershipsDeletedEventCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
 
GroupMembershipsDeletedEventCommand(UserGroupCommandSupport, PersonFactory, CrowdDirectoryEntityHelper, CrowdUserDirectoryHelper) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsDeletedEventCommand
 
GroupMembershipsEventCommand<T extends com.atlassian.crowd.event.DirectoryEvent> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
 
GroupMembershipsEventCommand(UserGroupCommandSupport, PersonFactory, CrowdDirectoryEntityHelper, CrowdUserDirectoryHelper) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsEventCommand
 
GroupMembershipsUtil - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils
Util methods that build MembershipQuery that can be used to get the group memberships for a specific Crowd entity
groupNames(List<String>) - Method in class com.atlassian.confluence.search.v2.query.ContentPermissionsQuery.Builder
 
GroupPermissionRow(String, Group) - Constructor for class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.GroupPermissionRow
Deprecated.
 
groupPermissionRows - Variable in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
GroupPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
Class for checking operations on groups.
GroupPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
 
GroupPickerAction - Class in com.atlassian.confluence.user.actions
 
GroupPickerAction() - Constructor for class com.atlassian.confluence.user.actions.GroupPickerAction
 
GroupRemoveEvent - Class in com.atlassian.confluence.event.events.group
 
GroupRemoveEvent(Object, Group) - Constructor for class com.atlassian.confluence.event.events.group.GroupRemoveEvent
 
GroupRemovingEvent - Class in com.atlassian.confluence.event.events.group
This event is similar to GroupDeletedEvent but it will be fired before the group is deleted
GroupRemovingEvent(Object, Group) - Constructor for class com.atlassian.confluence.event.events.group.GroupRemovingEvent
 
GroupRemovingEventCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Command class for GroupRemovingEvent
GroupRemovingEventCommand(UserGroupCommandSupport, CrowdUserDirectoryHelper, MembershipDao, ConfluenceUserDao) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupRemovingEventCommand
 
GroupResolver - Interface in com.atlassian.confluence.user
Provides operations for resolving Groups.
GroupResource - Class in com.atlassian.confluence.plugins.restapi.resources
Non-admin operations for user groups
GroupResource(GroupService, PersonService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.GroupResource
 
groups - Variable in class com.atlassian.confluence.user.actions.AbstractGroupAction
 
groups() - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of Groups to return at a time.
GROUPS - Static variable in class com.atlassian.confluence.api.model.people.SubjectType.Expansions
 
GROUPS - Static variable in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
groupSearch(String, Integer) - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.DefaultRestSearchService
 
groupSearch(String, Integer) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchService
Find all active groups which match or begin with the supplied query.
GroupSearchRequest - Class in com.atlassian.confluence.internal.user
Searches for groups.
GroupSearchRequestBuilder - Class in com.atlassian.confluence.internal.user
Builder for a GroupSearchRequest.
GroupSearchRequestBuilder() - Constructor for class com.atlassian.confluence.internal.user.GroupSearchRequestBuilder
 
GroupSearchResultEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
GroupSearchResultEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.GroupSearchResultEntity
Default constructor required by JAXB documentation generation
GroupSearchResultEntity(String) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.GroupSearchResultEntity
 
GroupsEntity - Class in com.atlassian.confluence.user.extras.entities
This is an Entity that is meant for rest calls.
GroupsEntity() - Constructor for class com.atlassian.confluence.user.extras.entities.GroupsEntity
 
GroupService - Interface in com.atlassian.confluence.api.service.people
API service for finding user groups in confluence.
GroupService.GroupFinder - Interface in com.atlassian.confluence.api.service.people
A finder for locating groups
GroupService.Validator - Interface in com.atlassian.confluence.api.service.people
 
GroupServiceImpl - Class in com.atlassian.confluence.api.impl.service.people
 
GroupServiceImpl(GroupManagerInternal, ConfluenceAccessManager, UserAccessorInternal, GroupFactory, FinderProxyFactory, PermissionManager, DefaultWritableDirectoryForGroupsExistsCriteria, SpacePermissionManager, CrowdDirectoryEntityHelper, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl
 
GroupServiceImpl.GroupFinderImpl - Class in com.atlassian.confluence.api.impl.service.people
 
GroupServiceImpl.GroupValidator - Class in com.atlassian.confluence.api.impl.service.people
 
groupsForUser(User) - Static method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager.Queries
Deprecated.
 
GroupsResource - Class in com.atlassian.confluence.user.extras.rest
This rest plugin is capable of returning admin only information about groups in the confluence instance.
GroupsResource(GroupEntityBuilder, PermissionManager) - Constructor for class com.atlassian.confluence.user.extras.rest.GroupsResource
 
groupTerm(String) - Method in class com.atlassian.confluence.internal.user.GroupSearchRequestBuilder
 
GroupUriGenerator - Class in com.atlassian.confluence.api.impl.service.audit.uri
Generates links to Confluence groups
GroupUriGenerator(UserAccessor) - Constructor for class com.atlassian.confluence.api.impl.service.audit.uri.GroupUriGenerator
 
groupUserMembership(InternalGroup, InternalUser) - Static method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
groupUserMembership(InternalGroup, InternalUser) - Static method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
GroupValidator() - Constructor for class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupValidator
 
groupWithName(String) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.user.SubjectMatchers
 
Gsonable - Interface in com.atlassian.confluence.json.jsonator
Classes implementing this interface will be serialized into JSON using GsonJsonator.
GsonJsonator - Class in com.atlassian.confluence.json.jsonator
A Jsonator implementation that uses Gson under the covers to serialize an object to JSON.
GsonJsonator() - Constructor for class com.atlassian.confluence.json.jsonator.GsonJsonator
 
guardPermissionWillBeAdded(Collection<SpacePermission>, String) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.AbstractPermissionsValidator
 
GZIP - Enum constant in enum class com.atlassian.confluence.backuprestore.BackupRestoreJob.ConfigurationFlag
 

H

H2ContentDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
Contains methods for creating/removing triggers for content table
H2ContentDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentDdlHelper
 
H2ContentPermissionDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
Contains methods for creating/removing triggers for content_perm table
H2ContentPermissionDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionDdlHelper
 
H2ContentPermissionSetDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
Contains methods for creating/removing triggers for content_perm_set table
H2ContentPermissionSetDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionSetDdlHelper
 
H2ContentPermissionSetTrigger - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
H2 triggers for content_perm_set table.
H2ContentPermissionSetTrigger() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionSetTrigger
 
H2ContentPermissionTrigger - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
H2 triggers for content_perm table.
H2ContentPermissionTrigger() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionTrigger
 
H2ContentTrigger - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
H2 triggers for content table.
H2ContentTrigger() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentTrigger
 
H2DatabaseManager - Class in com.atlassian.confluence.impl.hibernate
An EmbeddedDatabaseManager implementation for H2.
H2DatabaseManager(Supplier<File>) - Constructor for class com.atlassian.confluence.impl.hibernate.H2DatabaseManager
 
H2EmptyTrigger - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
Empty trigger.
H2EmptyTrigger() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2EmptyTrigger
 
H2SpaceDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
Contains methods for creating/removing triggers for spaces table
H2SpaceDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpaceDdlHelper
 
H2SpacePermissionDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
Contains methods for creating/removing triggers for space permission table.
H2SpacePermissionDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpacePermissionDdlHelper
 
H2SpacePermissionTrigger - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
H2 triggers for space permission table.
H2SpacePermissionTrigger() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpacePermissionTrigger
 
H2SpaceTrigger - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
H2 triggers for space table.
H2SpaceTrigger() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpaceTrigger
 
H2V4200Dialect - Class in com.atlassian.confluence.impl.hibernate.dialect
see https://hibernate.atlassian.net/browse/HHH-13711 TODO : remove when upgrading hibernate-orm, org.hibernate.version to 5.4.13 or 6.0
H2V4200Dialect() - Constructor for class com.atlassian.confluence.impl.hibernate.dialect.H2V4200Dialect
 
handle - Variable in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
handle - Variable in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
handle(ApplicationStoppingEvent) - Method in class com.atlassian.confluence.impl.struts.StrutsStateChangeListener
 
handle(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.impl.struts.StrutsStateChangeListener
 
handle(XWorkStateChangeEvent) - Method in class com.atlassian.confluence.impl.struts.StrutsStateChangeListener
 
handle(EmptyLicenseValidationException) - Method in class com.atlassian.confluence.license.exception.handler.EmptyLicenseValidationExceptionHandler
 
handle(ForgedLicenseException) - Method in class com.atlassian.confluence.license.exception.handler.ForgedLicenseExceptionHandler
 
handle(InvalidLicenseException) - Method in class com.atlassian.confluence.license.exception.handler.InvalidLicenseExceptionHandler
 
handle(KnownConfluenceLicenseValidationException) - Method in class com.atlassian.confluence.license.exception.handler.KnownConfluenceLicenseValidationExceptionHandler
 
handle(MissingConfluenceLicenseValidationException) - Method in class com.atlassian.confluence.license.exception.handler.MissingConfluenceLicenseValidationExceptionHandler
 
handle(BatchingRoleRecipient, List<LikeContext>, ServerConfiguration) - Method in class com.atlassian.confluence.plugins.like.notifications.batch.EmailLikeCreatedBatchingSectionProvider
 
handle(MacroDefinition) - Method in interface com.atlassian.confluence.xhtml.api.MacroDefinitionHandler
Called each time a macro definition is found in the content.
handle(E) - Method in interface com.atlassian.confluence.license.exception.handler.LicenseExceptionHandler
 
handle(File) - Method in interface com.atlassian.confluence.util.ZipUtility.FileHandler
The ZipUtility will call this method with the file that is about to be added to the zip file.
handle(Exception) - Method in class com.atlassian.confluence.license.exception.handler.CompositeLicenseExceptionHandler
 
handle(Optional<T>, Optional<T>) - Method in interface com.atlassian.confluence.impl.audit.handler.AuditHandlerService
Get a list of changed values for when an instance of T is modified/added/removed
handle(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.EventKbArticleClickedHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.GeneralKbArticleLinkClickedHandler
 
handle(XMLEvent, ConversionContext) - Method in class com.atlassian.confluence.internal.content.collab.AttachmentMacroVisitor
 
handle(XMLEvent, ConversionContext) - Method in class com.atlassian.confluence.xhtml.api.PageLayoutVisitor
 
handle(XMLEvent, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlVisitor
Called on each XMLEvent during a parse of an XHTML document.
handle(XMLEventReader, Exception) - Method in interface com.atlassian.confluence.content.render.xhtml.transformers.FragmentTransformationErrorHandler
Handles fragment transformation problem.
handle(XMLEventReader, Exception) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.ThrowExceptionOnFragmentTransformationError
 
handle(XMLEventReader, Exception) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.TransformErrorToHtmlPlaceholder
 
handle(T, AuditAction) - Method in interface com.atlassian.confluence.impl.audit.handler.AuditHandlerService
Get a list of changed values for when an instance of T is added/removed
handle(T, T) - Method in interface com.atlassian.confluence.impl.audit.handler.AuditHandlerService
Get a list of changed values for when an instance of T is modified
Handle - Interface in com.atlassian.bonnie
A token by which the AnyTypeObjectDao (for example) can resolve any persistent object.
HANDLE - Static variable in class com.atlassian.confluence.internal.search.v2.lucene.BonnieConstants
 
HANDLE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
handleAttachmentRemoveEvent(AttachmentRemoveEvent) - Method in class com.atlassian.confluence.event.listeners.ThumbnailRemovingListener
 
handleAttachmentUpdateEvent(AttachmentUpdateEvent) - Method in class com.atlassian.confluence.event.listeners.ThumbnailRemovingListener
 
handleAttachmentVersionRemoveEvent(AttachmentVersionRemoveEvent) - Method in class com.atlassian.confluence.event.listeners.ThumbnailRemovingListener
 
HandleAware - Interface in com.atlassian.confluence.search
An interface that should be implemented by IndexTasks that are intended to be persistent and whose work depend on a persistent object - one which can be loaded by using the handle provided by an implementation of HandleAware.getHandle().
handleBlogPostEvent(BlogPostTrashedEvent) - Method in class com.atlassian.confluence.mail.notification.listeners.BlogPostNotificationsListener
Deprecated.
 
handleBlogPostMovedEvent(BlogPostMovedEvent) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.UpdateAttachmentsOnFilesystemOnPageMoveHandler
 
handleBlogPostRemove(BlogPostRemoveEvent) - Method in class com.atlassian.confluence.event.listeners.RemoveContentPropertiesOnRemoveContentListener
 
handleCharacters(char[], int, int) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
handleCharacters(char[], int, int) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.EnumPropertyParser
Deprecated.
 
handleCharacters(char[], int, int) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitiveIdParser
Deprecated.
 
handleCharacters(char[], int, int) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitivePropertyParser
Deprecated.
 
handleClusterEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.event.listeners.MailServerEventListener
 
handleClusterEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
handleClusterEventWrapper(ClusterEventWrapper) - Method in class com.atlassian.confluence.event.listeners.ClusterWideReindexEventListener
 
handleCommentRemove(CommentRemoveEvent) - Method in class com.atlassian.confluence.event.listeners.RemoveContentPropertiesOnRemoveContentListener
 
handleCommentRemove(CommentRemoveEvent) - Method in class com.atlassian.confluence.mail.notification.listeners.CommentNotificationsListener
Deprecated.
 
handleContentUpdateAfterSave(ContentEntityObject, SaveContext, Optional<Date>) - Method in interface com.atlassian.confluence.internal.content.collab.ContentReconciliationManager
This part of the content update must run after the content has an ID.
handleContentUpdateAfterSave(ContentEntityObject, SaveContext, Optional<Date>) - Method in class com.atlassian.confluence.internal.content.collab.DefaultContentReconciliationManager
 
handleContentUpdateBeforeSave(ContentEntityObject, SaveContext) - Method in interface com.atlassian.confluence.internal.content.collab.ContentReconciliationManager
Prepares Synchrony flags for reconciliationIfNeeded.
handleContentUpdateBeforeSave(ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.internal.content.collab.DefaultContentReconciliationManager
 
handleCreated(PageCreateEvent) - Method in class com.atlassian.confluence.mail.notification.listeners.PageEventToAsyncPageEventTransformerListener
Deprecated.
 
handleCreateEvent(MailServerCreateEvent) - Method in class com.atlassian.confluence.event.listeners.MailServerEventListener
 
HANDLED_EVENTS - Static variable in class com.atlassian.confluence.content.render.xhtml.view.TableStylingElementTransformer
 
handleDeleteEvent(MailServerDeleteEvent) - Method in class com.atlassian.confluence.event.listeners.MailServerEventListener
 
handleDirectoryClearingClusterEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.user.crowd.ConfluenceSpringLdapPoolClearingClusterMessageListener
 
handleDirectoryClearingClusterEvent(ConfluenceLdapDirectoryClearingClusterEvent) - Method in class com.atlassian.confluence.user.crowd.ConfluenceSpringLdapPoolClearingClusterMessageListener
 
handledType() - Method in class com.atlassian.confluence.ui.rest.json.LegacyOptionSerializer
Deprecated.
 
handleEditEvent(MailServerEditEvent) - Method in class com.atlassian.confluence.event.listeners.MailServerEventListener
 
handleEditorOnlyContentUpdateAfterSave(ContentEntityObject, SaveContext, Optional<Date>) - Method in interface com.atlassian.confluence.internal.content.collab.ContentReconciliationManager
Used for Editor only changes where-in storage doesn't change.
handleEditorOnlyContentUpdateAfterSave(ContentEntityObject, SaveContext, Optional<Date>) - Method in class com.atlassian.confluence.internal.content.collab.DefaultContentReconciliationManager
 
handleEditorOnlyContentUpdateBeforeSave(ContentEntityObject, SaveContext) - Method in interface com.atlassian.confluence.internal.content.collab.ContentReconciliationManager
Used for Editor only changes where-in storage doesn't change.
handleEditorOnlyContentUpdateBeforeSave(ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.internal.content.collab.DefaultContentReconciliationManager
 
handleError(JohnsonEventContainer, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.web.ConfluenceJohnsonFilter
 
handleEvent(AbstractRestoreEvent) - Method in class com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.ConfluenceLockerOnSiteRestore
Receives AbstractRestoreEvent events from the same node.
handleEvent(GlobalSettingsChangedEvent) - Method in class com.atlassian.confluence.impl.search.contentnames.SemaphoreRefreshListener
 
handleEvent(GlobalSettingsChangedEvent) - Method in class com.atlassian.confluence.rpc.RpcConfigurationChangeListener
 
handleEvent(ResetHibernateIdRangeEvent) - Method in class com.atlassian.confluence.event.listeners.ResetHiLoAfterImportListener
 
handleEvent(ClusterEvent) - Method in class com.atlassian.confluence.cluster.ClusterEventBroadcaster
 
handleEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.event.listeners.ResetHiLoAfterImportListener
 
handleEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreJobCanceller
 
handleEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.ConfluenceLockerOnSiteRestore
Receives events from other nodes.
handleEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
handleEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.rpc.RpcConfigurationChangeListener
 
handleEvent(AttachmentCreateEvent) - Method in class com.atlassian.confluence.internal.content.collab.AttachmentRelatedContentReconciliationListener
 
handleEvent(AttachmentEvent) - Method in class com.atlassian.confluence.pages.attachments.DefaultImageDetailsManager
 
handleEvent(AttachmentTrashedEvent) - Method in class com.atlassian.confluence.internal.content.collab.AttachmentRelatedContentReconciliationListener
 
handleEvent(AttachmentUpdateEvent) - Method in class com.atlassian.confluence.links.RelatedContentRefactoringListener
 
handleEvent(GeneralAttachmentRestoreEvent) - Method in class com.atlassian.confluence.internal.content.collab.AttachmentRelatedContentReconciliationListener
 
handleEvent(GeneralAttachmentUpdateEvent) - Method in class com.atlassian.confluence.internal.content.collab.AttachmentRelatedContentReconciliationListener
 
handleEvent(BlogPostUpdateEvent) - Method in class com.atlassian.confluence.links.RelatedContentRefactoringListener
 
handleEvent(PageEvent) - Method in class com.atlassian.confluence.mail.notification.listeners.async.PageEventListener
 
handleEvent(PageMoveCompletedEvent) - Method in class com.atlassian.confluence.links.RelatedContentRefactoringListener
This will be called to handle after page is moved
handleEvent(PageMoveEvent) - Method in class com.atlassian.confluence.internal.search.listeners.UpdateSpacesInChangeIndexListener
 
handleEvent(PageMoveEvent) - Method in class com.atlassian.confluence.links.RelatedContentRefactoringListener
 
handleEvent(PageUpdateEvent) - Method in class com.atlassian.confluence.links.RelatedContentRefactoringListener
 
handleEvent(PageConvertedToBlogEvent) - Method in class com.atlassian.confluence.links.RelatedContentRefactoringListener
 
handleEvent(PersonalInformationUpdateEvent) - Method in class com.atlassian.confluence.spaces.listeners.UpdatePersonalSpaceListener
 
handleEvent(PluginEvent) - Method in class com.atlassian.confluence.plugin.PluginEventLogger
 
handleEvent(PluginEvent) - Method in class com.atlassian.confluence.plugin.webresource.SuperBatchInvalidatorListener
 
handleEvent(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.plugin.PluginEventLogger
 
handleEvent(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.plugin.webresource.SuperBatchInvalidatorListener
 
handleEvent(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.search.SearchResultRendererCacheUpdater
 
handleEvent(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCachePluginListener
 
handleEvent(AncestorsUpdateEvent) - Method in class com.atlassian.confluence.pages.ancestors.HibernatePageAncestorManager
 
handleEvent(SpaceCreateEvent) - Method in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
handleEvent(SpaceRemoveEvent) - Method in class com.atlassian.confluence.spaces.listeners.RemovePersonalSpaceListener
 
handleEvent(ConfluenceEntityUpdated) - Method in class com.atlassian.confluence.core.listeners.TitleChangeListener
 
handleEvent(LookAndFeelEvent) - Method in class com.atlassian.confluence.plugin.webresource.StylesheetChangeListener
 
handleEvent(DirectoryCreatedEvent) - Method in class com.atlassian.confluence.impl.user.crowd.directory.ConfluenceDirectoryMonitorRefresherStarter
 
handleEvent(DirectoryDeletedEvent) - Method in class com.atlassian.confluence.impl.user.crowd.CacheableDirectoryInstanceLoader
 
handleEvent(DirectoryDeletedEvent) - Method in class com.atlassian.confluence.impl.user.crowd.directory.ConfluenceDirectoryMonitorRefresherStarter
 
handleEvent(DirectoryUpdatedEvent) - Method in class com.atlassian.confluence.impl.user.crowd.CacheableDirectoryInstanceLoader
 
handleEvent(DirectoryUpdatedEvent) - Method in class com.atlassian.confluence.impl.user.crowd.directory.ConfluenceDirectoryMonitorRefresherStarter
 
handleEvent(PluginDisabledEvent) - Method in class com.atlassian.confluence.plugins.graphql.resource.ConfluenceGraphQLRestEndpoint
 
handleEvent(PluginDisabledEvent) - Method in class com.atlassian.confluence.search.SearchResultRendererCacheUpdater
 
handleEvent(PluginDisabledEvent) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCachePluginListener
 
handleEvent(PluginEnabledEvent) - Method in class com.atlassian.confluence.plugins.graphql.resource.ConfluenceGraphQLRestEndpoint
 
handleEvent(PluginEnabledEvent) - Method in class com.atlassian.confluence.search.SearchResultRendererCacheUpdater
 
handleEvent(PluginEnabledEvent) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCachePluginListener
 
handleEvent(PluginUpgradedEvent) - Method in class com.atlassian.confluence.plugins.graphql.resource.ConfluenceGraphQLRestEndpoint
 
handleEvent(PluginUpgradedEvent) - Method in class com.atlassian.confluence.search.SearchResultRendererCacheUpdater
 
handleEvent(PluginUpgradedEvent) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCachePluginListener
 
handleEvent(Class<?>, T) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractRecorder
Will know how to create a corresponding command handle within a transaction and exception handling
handleEvent(T) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
handleEventForSubscription(E, Consumer<JournalIdentifier>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
handleEventForSubscription(E, Consumer<JournalIdentifier>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementIncrementalSyncServiceImpl
 
handleEventForSubscription(E, Consumer<JournalIdentifier>) - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncService
Based on input event this method will find a corresponding subscription which would like to handle it.
handleEventInTransaction(PageTrashedEvent) - Method in class com.atlassian.confluence.mail.notification.listeners.async.PageEventListener
 
handleEventOnThisNode(DirectoryDeletedEvent) - Method in class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener
Handles directory modification events on the current node, republishing this to other nodes in the cluster once the current transaction is complete.
handleEventOnThisNode(DirectoryUpdatedEvent) - Method in class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener
Handles directory modification events on the current node, republishing this to other nodes in the cluster once the current transaction is complete.
handleException(Exception, HttpServletResponse) - Method in interface com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator.ErrorHandlingStrategy
Deprecated.
 
handleGetObject(String) - Method in class com.atlassian.confluence.util.i18n.SimpleMapResourceBundle
handleKeySet() - Method in class com.atlassian.confluence.util.i18n.SimpleMapResourceBundle
handleLabelAdd(LabelAddEvent) - Method in class com.atlassian.confluence.internal.search.listeners.UpdateLabelsInChangeIndexListener
 
handleLabelRemove(LabelRemoveEvent) - Method in class com.atlassian.confluence.internal.search.listeners.UpdateLabelsInChangeIndexListener
 
handleMacro(StringBuffer, MacroTag, String) - Method in class com.atlassian.confluence.links.LinkParserHelper
 
handleMacroDefinitions(String, ConversionContext, MacroDefinitionHandler) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
handleMacroDefinitions(String, ConversionContext, MacroDefinitionHandler) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.MacroDefinitionTransformer
Perform an operation on MacroDefinitions in the supplied storageFragment without making changes to the storage representation.
handleMacroDefinitions(String, ConversionContext, MacroDefinitionHandler) - Method in class com.atlassian.confluence.impl.content.render.xhtml.MacroDefinitionTransformerImpl
 
handleMacroDefinitions(String, ConversionContext, MacroDefinitionHandler) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Perform an operation on MacroDefinitions in the supplied storageFragment without making changes to the storage representation.
handleMacroDefinitions(String, ConversionContext, MacroDefinitionHandler, MacroDefinitionMarshallingStrategy) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
handleMacroDefinitions(String, ConversionContext, MacroDefinitionHandler, MacroDefinitionMarshallingStrategy) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.MacroDefinitionTransformer
Perform an operation on MacroDefinitions in the supplied storageFragment, with optional changes to the storage representation defined by the MacroDefinitionMarshallingStrategy.
handleMacroDefinitions(String, ConversionContext, MacroDefinitionHandler, MacroDefinitionMarshallingStrategy) - Method in class com.atlassian.confluence.impl.content.render.xhtml.MacroDefinitionTransformerImpl
 
handleMacroDefinitions(String, ConversionContext, MacroDefinitionHandler, MacroDefinitionMarshallingStrategy) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Perform an operation on MacroDefinitions in the supplied storageFragment, with optional changes to the storage representation defined by the MacroDefinitionMarshallingStrategy.
handleMatch(StringBuffer, Matcher, RegExpProcessor) - Method in class com.atlassian.confluence.links.LinkExtractor
 
handleMatch(StringBuffer, Matcher, RegExpProcessor) - Method in interface com.atlassian.confluence.util.RegExpProcessor.RegExpProcessorHandler
 
handleMoved(PageMoveEvent) - Method in class com.atlassian.confluence.mail.notification.listeners.PageEventToAsyncPageEventTransformerListener
Deprecated.
 
handlePageMovedEvent(PageMoveEvent) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.UpdateAttachmentsOnFilesystemOnPageMoveHandler
 
handlePageRemove(PageRemoveEvent) - Method in class com.atlassian.confluence.event.listeners.RemoveContentPropertiesOnRemoveContentListener
 
handlePanic() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
handlePanic() - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
handlePanic() - Method in class com.atlassian.confluence.cluster.safety.DefaultClusterSafetyManager
 
handlePersonalInformationRemove(PersonalInformationRemoveEvent) - Method in class com.atlassian.confluence.event.listeners.RemoveContentPropertiesOnRemoveContentListener
 
handlePluginEvent(PluginEvent) - Method in class com.atlassian.confluence.plugin.webresource.PluginCounterInvalidatorListener
 
handlePluginFrameworkStartedEvent(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.plugin.webresource.PluginCounterInvalidatorListener
We get notified of every single plugin module during startup, since we are only interested in changes after we are started we track the status of the startup.
handlePluginInstalledEvent(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.MigrationRequiredListener
Handle a plugin installed event, ask the service to update the migration required field, so that the next time the system is restarted the migration is performed.
handlePluginInstallEvent(PluginInstallEvent) - Method in class com.atlassian.confluence.event.listeners.ResetXStreamPluginListener
 
handlePluginInstallEvent(PluginInstallEvent) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceCachingBandanaListener
 
handlePluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.languages.DefaultLanguageManager
 
handlePluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.languages.DefaultLanguageManager
 
handlePluginUninstallEvent(PluginUninstallEvent) - Method in class com.atlassian.confluence.event.listeners.ResetXStreamPluginListener
 
handlePluginUninstallEvent(PluginUninstallEvent) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceCachingBandanaListener
 
HandleResolver - Interface in com.atlassian.bonnie
Resolves a Handle from a persistent Object
handles(BodyType) - Method in interface com.atlassian.confluence.impl.content.render.prefetch.ResourceIdentifierExtractor
 
handles(BodyType) - Method in class com.atlassian.confluence.impl.content.render.prefetch.xhtml.XhtmlResourceIdentifierExtractor
 
handles(ImportedObject) - Method in class com.atlassian.confluence.importexport.ChainedImportedObjectPreProcessor
Deprecated.
 
handles(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.AttachmentContentStatusPreProcessor
 
handles(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.BandanaXStreamUpgradePreProcessor
Deprecated.
 
handles(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.ContentPropertyFilterPreProcessor
Deprecated.
 
handles(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.NotNullBandanaRecordPreProcessor
 
handles(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.SkipObjectPreProcessor
 
handles(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.SkipObjectPropertyPreProcessor
 
handles(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.SkipObjectWithReferencePreProcessor
 
handles(ImportedObject) - Method in interface com.atlassian.confluence.importexport.ImportedObjectPreProcessor
Deprecated.
 
handles(Macro) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.CustomImageEditorMacroMarshaller
 
handles(Macro) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.CustomPlaceholderEditorMarshaller
 
handles(Macro) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
 
handles(Macro) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodyMacroMarshaller
 
handles(Macro) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.ImprovedEditorUnknownMacroMarshaller
 
handles(Macro) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.MacroMarshaller
 
handles(String) - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
 
handles(String) - Method in class com.atlassian.confluence.servlet.simpledisplay.BlogPathConverter
 
handles(String) - Method in class com.atlassian.confluence.servlet.simpledisplay.PagePathConverter
 
handles(String) - Method in interface com.atlassian.confluence.servlet.simpledisplay.PathConverter
Deprecated.
handles(String) - Method in class com.atlassian.confluence.servlet.simpledisplay.SpacePathConverter
 
handles(String) - Method in class com.atlassian.confluence.servlet.simpledisplay.UserPathConverter
 
handles(String, String) - Method in class com.atlassian.confluence.pages.actions.ViewPageActionPathConverter
 
handles(String, String) - Method in interface com.atlassian.confluence.servlet.simpledisplay.PathConverter
Return true from this method if your path converter can convert the specified path and query string.
handles(StartElement) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.link.user.MentionsParser
Deprecated.
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.EditorErrorFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorEmbeddedImageResourceUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.inline.EditorEmoticonUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker.EditorInlineCommentMarkerUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.link.EditorLinkBodyUnmarshaller
This unmarshaller needs to be applied intelligently on a reader with the actual body of a link.
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.link.EditorLinkUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorMacroUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutUnMarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.placeholder.EditorPlaceholderUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorIdAndTypeResourceIdentifierUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorPageResourceIdentifierMarshallerAndUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorShortcutResourceIdentifierMarshallerAndUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorSpaceResourceIdentifierMarshallerAndUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorUserResourceIdentifierMarshallerAndUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.IdAndTypeAnalyzingResourceIdentifierUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.time.EditorTimeUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.image.ImageLinkEmoticonUnmarshaller
Handle elements with the "emoticon" class and the emoticon-[type] attribute where [type] is a valid Confluence emoticon
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.MarshallingFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DelegatingMigrationAwareFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedImageUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inline.StorageEmoticonUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker.StorageInlineCommentMarkerUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StoragePlainTextLinkBodyUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageRichTextLinkBodyUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.DelegatingStorageMacroUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV1Unmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV2Unmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StorageLegacyPageLayoutUnMarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutUnMarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.placeholder.StoragePlaceholderUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUserResourceIdentifierUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformer
This fragment converter handles every XHTML element that is not handled by any other converter.
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.ElementTransformingFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.transformers.FragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.Html5RawTextElementFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.Html5VoidElementFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.LazyLoadingFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.PluginFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.Unmarshaller
Determines whether or not this unmarshaller should be applied to a fragment with the specified start element.
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.UnmarshalMarshalFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskUnmarshaller
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.theming.TextColorTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.ViewHeadingFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.ViewHtmlAnchorFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.ViewTableWrappingFragmentTransformer
 
handles(StartElement, ConversionContext) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.UserKeyExtractorFragmentTransformer
 
handleSpaceCreate(SpaceCreateEvent) - Method in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
handleSpaceCreate(SpaceCreateEvent) - Method in class com.atlassian.confluence.spaces.listeners.CreatePersonalSpaceListener
 
handleSpaceCreate(SpaceCreateEvent) - Method in class com.atlassian.confluence.spaces.listeners.InitialSpaceContentListener
 
handleSpacePermissionChangeEvent(SpacePermissionChangeEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpacePermissionsUpdater
 
handleStartingEvent(PluginFrameworkResumingEvent) - Method in class com.atlassian.confluence.impl.index.NoopIndexRecoveryService
 
handleTemplateRemoveEvent(TemplateRemoveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageTemplateAuditListener
 
handleTemplateUpdateEvent(TemplateUpdateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageTemplateAuditListener
 
handleText(StringBuffer, String) - Method in class com.atlassian.confluence.links.LinkParserHelper
 
handleTouchRelations(Content) - Method in interface com.atlassian.confluence.relations.touch.TouchRelationSupport
Modifies touch relations for a draft/current page pair to the correct state as though the logged in user just modified the associated content.
handleTouchRelations(Content) - Method in class com.atlassian.confluence.relations.touch.TouchRelationSupportImpl
 
handleTrashed(PageTrashedEvent) - Method in class com.atlassian.confluence.mail.notification.listeners.PageEventToAsyncPageEventTransformerListener
Deprecated.
 
handleUpdated(PageUpdateEvent) - Method in class com.atlassian.confluence.mail.notification.listeners.PageEventToAsyncPageEventTransformerListener
Deprecated.
 
handleUserEditedEvent(UserEditedEvent) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdUserEventAdaptorListener
 
handleUserRemoveEvent(UserRemoveEvent) - Method in class com.atlassian.confluence.user.listeners.UserRemovalListener
 
handleXhtmlElements(String, ConversionContext, List<? extends XhtmlVisitor>) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
handleXhtmlElements(String, ConversionContext, List<? extends XhtmlVisitor>) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Provides a mechanism for finding arbitrary Xhtml elements in the supplied storageFormat.
handleXStreamStateChangeEvent(XStreamStateChangeEvent) - Method in class com.atlassian.confluence.event.listeners.ResetXStreamPluginListener
It makes sure the security allow-list in XStream is updated if a plugin's xstream module changes state.
HARD - Enum constant in enum class com.atlassian.confluence.impl.retention.RemovalType
 
HARD - Enum constant in enum class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobType
 
HARD - Enum constant in enum class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionType
 
HARD_EVENTS - Enum constant in enum class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionSearchType
 
HARD_SNAPSHOTS - Enum constant in enum class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionSearchType
 
HardEvictionParams - Class in com.atlassian.confluence.rest.v2.api.model
Describes how Hard Synchrony Eviction should be performed.
HardEvictionParams(int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.HardEvictionParams
 
hardRemove() - Method in class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
hardRemove() - Method in class com.atlassian.confluence.impl.retention.manager.DefaultTrashRemovalManager
 
hardRemove() - Method in interface com.atlassian.confluence.impl.retention.manager.TrashRemovalManager
Delete all trashed entities per trash retention rules Note: This may take a long time depend on number of trashed entities that fail retention rules
hardRemoveHistoryOlderThan(int) - Method in interface com.atlassian.confluence.api.service.eviction.SynchronyDataService
Remove all events from content entities, which have any data older than .
hardRemoveHistoryOlderThan(int) - Method in class com.atlassian.confluence.pages.collab.impl.DefaultSynchronyDataService
 
hardRemoveHistoryOlderThan(int) - Method in class com.atlassian.confluence.pages.collab.PermissionCheckingSynchronyDataService
Remove all events from content entities, which have any data older than .
hardRemoveVersions(RetentionPolicy) - Method in class com.atlassian.confluence.impl.retention.DefaultVersionRemovalService
 
hardRemoveVersions(RetentionPolicy) - Method in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
hardRemoveVersions(RetentionPolicy) - Method in interface com.atlassian.confluence.impl.retention.VersionRemovalService
Remove all content records which meet the RetentionPolicy Removes all content records which meet the RetentionPolicy.
HardwareInfo - Class in com.atlassian.confluence.status.service.systeminfo
Simple bean holding information about the hardware specifications of the system on which Confluence is running
HardwareInfo(int, long, long, long) - Constructor for class com.atlassian.confluence.status.service.systeminfo.HardwareInfo
 
has(String) - Static method in class com.atlassian.confluence.struts.flash.FlashScope
 
HAS_FINISHED - Static variable in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
HAS_RETENTION_POLICY - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
hasAccessKey() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
 
hasAccessKey() - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
 
hasAccessModeUpdate(long) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
hasAdminPermissions(String) - Method in interface com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyPermissionService
Deprecated.
 
hasAgeLimit() - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
hasAllPermissions(List<String>, Space, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
hasAllPermissions(List<String>, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
hasAllPermissions(List<String>, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.RecoveryAwareSpacePermissionManager
 
hasAllPermissions(List<String>, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.ScopesAwareSpacePermissionManager
 
hasAllPermissions(List<String>, Space, ConfluenceUser) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
hasAllPermissions(List<String>, Space, ConfluenceUser) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
hasAllPermissions(List<String>, Space, ConfluenceUser) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Determines if remoteUser has all of the given permissions in space
hasAllPermissions(List<String>, Space, User) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
hasAlternatives() - Method in class com.atlassian.confluence.pages.AlternativePagesLocator
Returns true if at least one alternative page can be found for the supplied title.
hasAnnotation(ResourceInfo, String) - Static method in class com.atlassian.confluence.plugins.restapi.annotations.ResourceAnnotationUtil
 
hasAnonymousAccess() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
hasAnonymousAccess() - Method in interface com.atlassian.confluence.security.access.AccessStatus
 
hasAnyPermissions() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
checks if the page has any direct contentpermissions or inherited ones
hasArguments() - Method in class com.atlassian.confluence.util.i18n.Message
Returns true if the message has arguments defined, otherwise false.
hasAttachFilePermissions() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
hasAttachFilePermissions() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
HasAttachmentCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Checks if the page in this context has any attachments
HasAttachmentCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.HasAttachmentCondition
 
hasAttributes(StartElement, String...) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Returns true if start element has all the specified attributes.
hasAttributeWith(InternalGroup, String, String) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
hasAttributeWith(InternalUser, String, String) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
hasAuthoredContent(ConfluenceUser) - Method in class com.atlassian.confluence.user.DefaultUserContentManager
 
hasAuthoredContent(ConfluenceUser) - Method in interface com.atlassian.confluence.user.UserContentManager
 
hasAuthoredContent(User) - Method in class com.atlassian.confluence.user.DefaultUserContentManager
hasAuthoredContent(User) - Method in interface com.atlassian.confluence.user.UserContentManager
HasBackingUser - Interface in com.atlassian.confluence.user
 
HasBlogPostCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Only display the link if the user is viewing a blog post (as opposed to a page or some other content type)
HasBlogPostCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.HasBlogPostCondition
 
hasBody() - Method in class com.atlassian.confluence.macro.profile.NetworkMacro
Deprecated.
 
hasBody() - Method in class com.atlassian.confluence.macro.profile.ProfileMacro
 
hasBody() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
A method that determines the return value of Macro.hasBody() without initialising the module (or macro).
hasBody() - Method in class com.atlassian.confluence.plugins.macros.dashboard.CreateSpaceButtonMacro
 
hasBody() - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalReportsMacro
 
hasBody() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentMacro
 
hasBody() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
hasBody() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
hasBody() - Method in class com.atlassian.confluence.plugins.macros.dashboard.WelcomeMessageMacro
 
hasBody() - Method in class com.atlassian.confluence.renderer.v2.macros.V2UserMacroAdapter
 
hasBody() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
hasCaptcha(String) - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
hasCategory(Category) - Method in class com.atlassian.confluence.search.contentnames.ResultTemplate
Returns true if the specified category is defined, false otherwise.
hasChanges() - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
Returns whether or not this report actually contains any changes within its sub reports
hasChanges() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
Helper that tells you that this index has change documents
hasChildren() - Method in interface com.atlassian.confluence.core.Hierarchical
 
hasChildren() - Method in class com.atlassian.confluence.pages.Page
 
hasClass(StartElement, String) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
hasConflicts() - Method in interface com.atlassian.confluence.util.diffs.MergeResult
True if the merge failed.
hasConflicts() - Method in class com.atlassian.confluence.util.diffs.SimpleMergeResult
 
hasContent() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
Helper that tells you that this index has content documents
hasContent(char) - Method in class com.atlassian.confluence.util.actions.AlphabeticalGroupingSupport
Deprecated.
Return true if there is content that starts with the specified character
hasContent(String) - Method in class com.atlassian.confluence.util.actions.AlphabeticalGroupingSupport
Deprecated.
Return true if there is content that starts with the specified string.
hasContent(String) - Method in class com.atlassian.confluence.util.actions.AlphabeticalLabelGroupingSupport
Return true if there is content that starts with the specified string.
hasContentLevelPermission(ConfluenceUser, String, ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
fetches the inherited and explicit content level permissions for this content object and determines whether the user has access.
hasContentLevelPermission(ConfluenceUser, String, ContentEntityObject) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
hasContentLevelPermission(ConfluenceUser, String, ContentEntityObject) - Method in interface com.atlassian.confluence.core.PermissionOverrideExtension
The implementation of this method is supposed to either deny permissions or abstain from decision if the user has permissions against the content.
hasContentLevelPermission(ConfluenceUser, String, Collection<Long>) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
hasContentLevelPermission(ConfluenceUser, String, Collection<Long>) - Method in interface com.atlassian.confluence.internal.ContentPermissionManagerInternal
Check permission for a collection of content at once.
hasContentLevelPermission(User, String, ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
hasContentNavContext() - Static method in class com.atlassian.confluence.impl.util.DecoratorUtil
Methods returns true if content navigation context was set to http request, false otherwise
hasContentPermissions() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
hasContentPermissions() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
hasContentPermissions() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
hasContents() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
hasContents() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
hasContents(String) - Method in class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
Determines if there are any pages that fall under this lettter/number
hasCreatePermission(ConfluenceUser, Object, Class<?>) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
hasCreatePermission(ConfluenceUser, Object, Class<?>) - Method in interface com.atlassian.confluence.security.PermissionManager
Determine whether a user has permission to create an entity of a particular type within a given container.
hasCreatePermission(ConfluenceUser, Object, Object) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
hasCreatePermission(ConfluenceUser, Object, Object) - Method in interface com.atlassian.confluence.security.PermissionManager
Determine whether a user has permission to create a particular entity within a given container.
hasCreatePermission(User, Object, Class<?>) - Method in interface com.atlassian.confluence.security.PermissionManager
hasCreatePermission(User, Object, Object) - Method in interface com.atlassian.confluence.security.PermissionManager
hasCustomDecorator(String, String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Determines if a given space overrides a default decorator with a custom one.
hasCustomDecorator(String, String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
hasCustomGlobalDecorator(String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Determines if a given default decorator is overridden globally
hasCustomGlobalDecorator(String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
hasCustomLayout(String) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Temporary method to check whether a space has custom layouts applied to it
hasCustomLayout(String) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
hasCustomSpaceDecorator(String, String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Determines if a given space overrides a default decorator with a custom one at the space level
hasCustomSpaceDecorator(String, String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
hasDeferredOperations() - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
hasDeletedAgeLimit() - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
hasDeletingRule(RetentionType) - Method in class com.atlassian.confluence.impl.retention.rules.DefaultRetentionRulesChecker
 
hasDeletingRule(RetentionType) - Method in interface com.atlassian.confluence.impl.retention.rules.RetentionRulesChecker
 
hasDeletingRules(RetentionPolicy, RetentionType) - Static method in class com.atlassian.confluence.impl.retention.rules.RetentionRuleUtils
 
hasDestination() - Method in class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink
 
hasDestination() - Method in class com.atlassian.confluence.links.linktypes.BlogPostLink
 
hasDestination() - Method in class com.atlassian.confluence.links.linktypes.ShortcutLink
 
hasDestination() - Method in class com.atlassian.confluence.links.linktypes.SpaceLink
 
hasDestination() - Method in class com.atlassian.confluence.links.linktypes.UserProfileLink
 
hasDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
hasDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
Returns true if the User or Group specified by the subject parameter has restriction(s) for the operationKey operation which are specified directly on the Content identified by contentId parameter.
hasDirectRestrictionForSubjectCompletionStage(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
Returns true if the User or Group specified by the subject parameter has restriction(s) for the operationKey operation which are specified directly on the Content identified by contentId parameter.
hasDirectRestrictionForSubjectCompletionStage(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
hasDocuments() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
Helper that tells you that this index has documents
hasDraftPermission() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
hasEnoughRecordsForTheNewLimit(int) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
Returns true if the cached record has enough labels for the provided limit.
hasError() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
hasError() - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
hasErrors() - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
hasErrors() - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
hasErrors() - Method in interface com.atlassian.confluence.validation.MessageHolder
 
hasExpandedContentRef() - Method in class com.atlassian.confluence.api.model.content.ContentBody
 
hasFiles(File) - Static method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Checks if there are files in a directory (excludes subfolders!) so will count only real files
hasFlag(BackupRestoreJob.ConfigurationFlag) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
hasGlobalPermissionViaGroups(ConfluenceUser, String) - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
Used by DefaultConfluenceAccessManager via an awkward circular dependency: hence this method must NOT call ConfluenceAccessManager.
hasGlobalPermissionViaGroups(ConfluenceUser, String) - Method in interface com.atlassian.confluence.security.access.DefaultConfluenceAccessManager.AccessManagerPermissionChecker
Check whether the given user has the given global permission via group memberships.
hasGlobalPermissionViaGroups(User, String) - Method in interface com.atlassian.confluence.security.access.DefaultConfluenceAccessManager.AccessManagerPermissionChecker
hasGlobalTheme() - Method in class com.atlassian.confluence.themes.ThemeContext
 
hasGroup(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
hasGroup(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Determines whether a group exists
hasGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
hasGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
hasGroup(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
hasGroup(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
HASH - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
hashCode() - Method in class bucket.core.persistence.hibernate.HibernateHandle
Deprecated.
 
hashCode() - Method in class com.atlassian.bandana.impl.PersisterKey
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
hashCode() - Method in class com.atlassian.confluence.api.impl.service.content.factory.Fauxpansions
 
hashCode() - Method in class com.atlassian.confluence.api.model.audit.AffectedObject
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.api.model.audit.ChangedValue
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.api.model.audit.RetentionPeriod
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
hashCode() - Method in class com.atlassian.confluence.api.model.BaseApiEnum
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.Content
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.ContentSelector
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.id.AttachmentContentId
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.id.ContentId
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.Label
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.MacroInstance
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.MacroParameterInstance
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.Position
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.Space
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId.ContentBlueprintIdWithKeys
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId
 
hashCode() - Method in class com.atlassian.confluence.api.model.content.Version
 
hashCode() - Method in class com.atlassian.confluence.api.model.event.mau.MauApplicationKey
 
hashCode() - Method in class com.atlassian.confluence.api.model.Expansion
 
hashCode() - Method in class com.atlassian.confluence.api.model.Expansions
 
hashCode() - Method in class com.atlassian.confluence.api.model.GraphQLQueryExpansion
 
hashCode() - Method in class com.atlassian.confluence.api.model.HtmlString
 
hashCode() - Method in class com.atlassian.confluence.api.model.journal.JournalEntry
 
hashCode() - Method in class com.atlassian.confluence.api.model.journal.JournalIdentifier
 
hashCode() - Method in class com.atlassian.confluence.api.model.JsonString
 
hashCode() - Method in class com.atlassian.confluence.api.model.link.Link
 
hashCode() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskId
 
hashCode() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
 
hashCode() - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage
 
hashCode() - Method in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
hashCode() - Method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
hashCode() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
hashCode() - Method in class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
hashCode() - Method in class com.atlassian.confluence.api.model.pagination.SpaceCursor
 
hashCode() - Method in class com.atlassian.confluence.api.model.people.Group
 
hashCode() - Method in class com.atlassian.confluence.api.model.people.KnownUser
 
hashCode() - Method in class com.atlassian.confluence.api.model.people.SubjectType
 
hashCode() - Method in class com.atlassian.confluence.api.model.people.User
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.GlobalPermission
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.OperationCheckResult
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.OperationDescription
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionsForSubject
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.Target.ContainerTarget
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.Target
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.Target.IdTarget
 
hashCode() - Method in class com.atlassian.confluence.api.model.permissions.Target.ModelObjectTarget
 
hashCode() - Method in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey
 
hashCode() - Method in class com.atlassian.confluence.api.model.reference.Reference
 
hashCode() - Method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
hashCode() - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
hashCode() - Method in class com.atlassian.confluence.api.model.retention.RemovalCount
 
hashCode() - Method in class com.atlassian.confluence.api.model.retention.RemovalSummary
 
hashCode() - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
hashCode() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
hashCode() - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
hashCode() - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
hashCode() - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResultItem
 
hashCode() - Method in class com.atlassian.confluence.api.model.system.NodeStatus
 
hashCode() - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
 
hashCode() - Method in class com.atlassian.confluence.api.service.journal.EntryProcessorResult
 
hashCode() - Method in class com.atlassian.confluence.api.testsupport.model.link.ExtendedLink
 
hashCode() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
hashCode() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
hashCode() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
hashCode() - Method in class com.atlassian.confluence.cluster.ClusterConfig
 
hashCode() - Method in class com.atlassian.confluence.cluster.ClusterInvariants
 
hashCode() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterNodeInformation
 
hashCode() - Method in class com.atlassian.confluence.cluster.KubernetesClusterJoinConfig
 
hashCode() - Method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
hashCode() - Method in class com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
 
hashCode() - Method in class com.atlassian.confluence.cluster.ZduStatus
 
hashCode() - Method in class com.atlassian.confluence.content.ContentQuery
 
hashCode() - Method in class com.atlassian.confluence.content.render.image.ImageDimensions
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.definition.PlainTextMacroBody
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.AttachmentReferenceDetails
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.links.WebLink
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.migration.UrlResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarker
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskList
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContentEntityResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.IdAndTypeResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageTemplateResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UnresolvedUsernameResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.WikiLinkBasedResourceIdentifier
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.model.time.Time
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.MacroId
 
hashCode() - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerMetricsKey
 
hashCode() - Method in class com.atlassian.confluence.core.BodyContent
 
hashCode() - Method in class com.atlassian.confluence.core.BodyType
 
hashCode() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
hashCode() - Method in class com.atlassian.confluence.core.ContributionStatus
 
hashCode() - Method in class com.atlassian.confluence.core.DefaultSaveContext
 
hashCode() - Method in record class com.atlassian.confluence.core.HeartbeatManager.ActivityKey
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
hashCode() - Method in class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.core.PersistentDecorator
 
hashCode() - Method in class com.atlassian.confluence.core.service.FieldValidationError
 
hashCode() - Method in class com.atlassian.confluence.core.service.ValidationError
 
hashCode() - Method in class com.atlassian.confluence.core.SpaceContentEntityObject
 
hashCode() - Method in class com.atlassian.confluence.core.TimeZone
 
hashCode() - Method in class com.atlassian.confluence.core.VersionHistorySummary
 
hashCode() - Method in record class com.atlassian.confluence.dmz.service.content.ContentBodyConversionManager.ConversionResult
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.event.events.admin.LicenceUpdatedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.admin.ReIndexJobFinishedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.admin.SearchUsersEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.analytics.MonitoringAnalytics.IpdMonitoringToggledAnalyticsEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.analytics.MonitoringStatsAnalyticEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.cluster.ClusterAccessModeEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.cluster.ClusterDisableJobEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.cluster.ClusterEnableJobEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.cluster.ClusterMaintenanceBannerEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.cluster.ClusterUpdateCronJobScheduleEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.cluster.ClusterUpdateSimpleJobScheduleEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.cluster.ExpireUserSessionsClusterNotificationEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.ConfluenceEvent
Deprecated.
Subclasses must override this to hash their own fields.
hashCode() - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentListViewEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentTrashedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRemoveEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRestoreEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentUpdateEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentVersionRemoveEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostCreateEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostMovedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostTrashedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.ContentEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.ContentExportedToWordEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.ContentPurgedFromTrashEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.ContentRevertedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEditedEvent
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.PageChildrenReorderEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.PageCopyEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.PageCreateEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.PageCreateFromTemplateEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.PageEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.PageListViewEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveCompletedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.PageTrashedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
 
hashCode() - Method in record class com.atlassian.confluence.event.events.content.PageConvertedToBlogEvent
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractCopyPageHierarchyEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractPageHierarchyEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.follow.FollowEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.internal.auth.SudoAuthIpAllowListFailEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.internal.security.ContentPermissionAddedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.internal.security.ContentPermissionRemovedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.like.AbstractLikeEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.monitoring.JmxConfigChangedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.permission.GlobalPermissionChangeEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionRemoveEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveForGroupEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveForUserEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveFromSpaceEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.plugin.PluginEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.retention.GlobalRetentionPolicyChangedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.retention.RetentionPolicyChangedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.retention.SpaceRetentionPolicyEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.security.ChangePasswordEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.security.ContentPermissionEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.security.LoginDetails
 
hashCode() - Method in class com.atlassian.confluence.event.events.security.LogoutEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.security.RpcAuthenticatedEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.security.RpcAuthFailedEvent
 
hashCode() - Method in record class com.atlassian.confluence.event.events.security.SecretDeletedEvent
Returns a hash code value for this object.
hashCode() - Method in record class com.atlassian.confluence.event.events.security.SecretUpdatedEvent
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.event.events.space.SpaceEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.space.SpaceTrashContentEvent
 
hashCode() - Method in class com.atlassian.confluence.event.events.space.SpaceTrashPurgeAllContentEvent
 
hashCode() - Method in class com.atlassian.confluence.follow.Connection
 
hashCode() - Method in class com.atlassian.confluence.functest.rest.admin.model.ValueWrapper
 
hashCode() - Method in record class com.atlassian.confluence.functest.rest.admin.UserResource.LongTaskSubmission
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.functest.rest.cluster.ClusterEventTestingService.TestEvent
 
hashCode() - Method in class com.atlassian.confluence.impl.audit.AffectedObjectEntity
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Property
 
hashCode() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Reference
 
hashCode() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
 
hashCode() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
hashCode() - Method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
 
hashCode() - Method in exception com.atlassian.confluence.impl.health.DefaultHealthCheckExecutor.PrerequisiteNotInPhaseException
 
hashCode() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
 
hashCode() - Method in class com.atlassian.confluence.impl.homepage.Homepage
 
hashCode() - Method in class com.atlassian.confluence.impl.journal.JournalEntry
 
hashCode() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
 
hashCode() - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey
 
hashCode() - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.AttachmentRemovalJobEvent
 
hashCode() - Method in class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.PageRemovalJobEvent
 
hashCode() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
hashCode() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion
 
hashCode() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary
 
hashCode() - Method in class com.atlassian.confluence.impl.retention.rules.EvaluatedHistoricalVersion
 
hashCode() - Method in class com.atlassian.confluence.impl.retention.rules.HistoricalVersion
 
hashCode() - Method in class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
hashCode() - Method in class com.atlassian.confluence.impl.retention.schedule.PageVersionRemovalSummary
 
hashCode() - Method in class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobCompletedEvent
 
hashCode() - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenizer.GenericCharacterTokenizer
 
hashCode() - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.ContentPermissionsFilter
 
hashCode() - Method in class com.atlassian.confluence.impl.search.v2.lucene.TermsQuery
 
hashCode() - Method in record class com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker.AccessPermission
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.impl.setup.BootstrapDatabaseAccessor.BootstrapDatabaseData
 
hashCode() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawData
 
hashCode() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawDataForContentTable
 
hashCode() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
hashCode() - Method in record class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.TableFieldHavingForeignKey
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.impl.system.task.RestoreIndexSnapshotMaintenanceTask.IndexSnapshot
 
hashCode() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdEntityCacheKey
 
hashCode() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipCacheKey
 
hashCode() - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
hashCode() - Method in class com.atlassian.confluence.importexport.impl.ExportImageDescriptor
 
hashCode() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
hashCode() - Method in class com.atlassian.confluence.index.status.ReIndexJob.Progress
 
hashCode() - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpacePermissionJournalMessage
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.ContentModel
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.SpaceModel
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.SpacePermissionModel
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.GlobalPermissionJournalMessage
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.MultiSubscriptionPerJournalIdentifier
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.events.DirectoryOrderUpdatedEvent
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.GroupEventModel
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.GroupMembershipEventModel
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserEventModel
 
hashCode() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserGroupIncrementalSyncEventModel
 
hashCode() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
 
hashCode() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement.GlobalPermissionManagementIncSyncModel
 
hashCode() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
 
hashCode() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse
 
hashCode() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
hashCode() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionId
 
hashCode() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
 
hashCode() - Method in class com.atlassian.confluence.internal.health.HealthCheckResult
 
hashCode() - Method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentTextExtraction
 
hashCode() - Method in class com.atlassian.confluence.internal.index.event.AbstractReindexAnalyticsEvent
 
hashCode() - Method in class com.atlassian.confluence.internal.index.event.ReindexFailureAnalyticsEvent
 
hashCode() - Method in class com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
 
hashCode() - Method in class com.atlassian.confluence.internal.index.event.ReIndexStartedAnalyticsEvent
 
hashCode() - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceFailureNodeAnalyticsEvent
 
hashCode() - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceSuccessAnalyticsEvent
 
hashCode() - Method in class com.atlassian.confluence.internal.index.event.space.ReindexSpaceSuccessNodeAnalyticsEvent
 
hashCode() - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshot
 
hashCode() - Method in class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
hashCode() - Method in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
hashCode() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
 
hashCode() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
hashCode() - Method in class com.atlassian.confluence.internal.search.tasks.RebuildChangeDocumentsIndexTask
 
hashCode() - Method in class com.atlassian.confluence.internal.search.tasks.SpaceKeyHandle
 
hashCode() - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceChangeIndexTask
 
hashCode() - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceContentIndexTask
 
hashCode() - Method in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
hashCode() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DocValuesFieldValueSource
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperClassPredicate
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperPredicate
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.internal.security.SpacePermissionContext
 
hashCode() - Method in class com.atlassian.confluence.internal.user.DeferredLookupUser
 
hashCode() - Method in class com.atlassian.confluence.internal.ZduStatusEntity
 
hashCode() - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
hashCode() - Method in class com.atlassian.confluence.labels.dto.RankedLiteLabelSearchResult
 
hashCode() - Method in class com.atlassian.confluence.labels.Label
 
hashCode() - Method in class com.atlassian.confluence.labels.Labelling
 
hashCode() - Method in class com.atlassian.confluence.labels.Namespace
 
hashCode() - Method in class com.atlassian.confluence.labels.ParsedLabelName
 
hashCode() - Method in class com.atlassian.confluence.languages.Language
 
hashCode() - Method in class com.atlassian.confluence.like.Like
 
hashCode() - Method in class com.atlassian.confluence.like.LikeEntity
 
hashCode() - Method in class com.atlassian.confluence.links.AbstractLink
 
hashCode() - Method in class com.atlassian.confluence.links.OutgoingLink
 
hashCode() - Method in class com.atlassian.confluence.links.SimpleLink
 
hashCode() - Method in class com.atlassian.confluence.macro.browser.beans.MacroPropertyPanelButton
 
hashCode() - Method in class com.atlassian.confluence.macro.count.MacroMetricsKey
 
hashCode() - Method in class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials
 
hashCode() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
hashCode() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
Returns a hash code value for this object.
hashCode() - Method in record class com.atlassian.confluence.pages.AddressableComment
Returns a hash code value for this object.
hashCode() - Method in record class com.atlassian.confluence.pages.AddressablePage
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.pages.Attachment
 
hashCode() - Method in class com.atlassian.confluence.pages.attachments.ImageDetails
 
hashCode() - Method in class com.atlassian.confluence.pages.Comment
 
hashCode() - Method in class com.atlassian.confluence.pages.ContentNode
 
hashCode() - Method in class com.atlassian.confluence.pages.ContentTree
 
hashCode() - Method in class com.atlassian.confluence.pages.Draft
 
hashCode() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentRef
 
hashCode() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
hashCode() - Method in class com.atlassian.confluence.pages.templates.PluginTemplateReference
 
hashCode() - Method in class com.atlassian.confluence.pages.templates.variables.ListVariable
 
hashCode() - Method in class com.atlassian.confluence.pages.templates.variables.StringVariable
 
hashCode() - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
hashCode() - Method in class com.atlassian.confluence.pages.thumbnail.Dimensions
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
hashCode() - Method in class com.atlassian.confluence.plugin.descriptor.restore.ImportedObjectModel
 
hashCode() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
hashCode() - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
hashCode() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
hashCode() - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityObjectId
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.ExactAnalyzerDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.ExactFilenameAnalyzerDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.ExactQueryAnalyzerDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.FilenameAnalyzerDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.KeywordAnalyzerDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.LanguageAnalyzerDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.StandardAnalyzerDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.UnstemmedAnalyzerDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugins.index.api.WhitespaceAnalyzerDescriptor
 
hashCode() - Method in class com.atlassian.confluence.plugins.like.notifications.LikeNotification
 
hashCode() - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceCategoryName
 
hashCode() - Method in class com.atlassian.confluence.plugins.maintenance.model.MaintenanceInfo
 
hashCode() - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity.Bm25Settings
Returns a hash code value for this object.
hashCode() - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity
Returns a hash code value for this object.
hashCode() - Method in record class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalStateStore.JournalIdEntry
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.BuildInfoEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTree
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentBodyEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityList
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.DateEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.GroupSearchResultEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntityList
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntityList
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultGroupEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityList
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissions
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserHistoryList
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserPreferencesDto
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserSessionEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.VersionHistoryEntity
 
hashCode() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.VersionHistoryEntityList
 
hashCode() - Method in record class com.atlassian.confluence.plugins.restapi.rvsync.resources.model.IncrementalSyncCursorModel
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.renderer.PageContext
 
hashCode() - Method in class com.atlassian.confluence.renderer.PageTemplateContext
 
hashCode() - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestData
 
hashCode() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageUpdateOptions
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
hashCode() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
hashCode() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
hashCode() - Method in class com.atlassian.confluence.schedule.AbstractScheduledJob
 
hashCode() - Method in class com.atlassian.confluence.schedule.ManagedScheduledCronJob
 
hashCode() - Method in class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
 
hashCode() - Method in class com.atlassian.confluence.schedule.ScheduledJobHistory
 
hashCode() - Method in class com.atlassian.confluence.schedule.ScheduledJobKey
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.search.contentnames.Category
 
hashCode() - Method in class com.atlassian.confluence.search.contentnames.QueryToken
 
hashCode() - Method in class com.atlassian.confluence.search.contentnames.ResultTemplate
 
hashCode() - Method in class com.atlassian.confluence.search.service.RecentUpdateQueryParameters
 
hashCode() - Method in class com.atlassian.confluence.search.v2.AbstractSearch
 
hashCode() - Method in class com.atlassian.confluence.search.v2.Index
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.AbstractParameterListQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.AbstractUserQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.AbstractUserQuery.Parameter
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.AllQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.ArchivedSpacesQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.ContainingContentTypeQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.ContentTypeQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.CustomContentTypeQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.DoubleRangeQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.FieldExistsQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.FileExtensionQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.HasPersonalSpaceQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.InheritedLabelQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.IntegerRangeQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.LabelQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.LabelsQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.LastModifierUserQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.LongRangeQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.MacroStorageVersionQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.MacroUsageQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.MatchNoDocsQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.PhraseQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.PrefixQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.SpaceCategoryQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.TermQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.TermSetQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.UserTextQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.query.WildcardTextFieldQuery
 
hashCode() - Method in class com.atlassian.confluence.search.v2.Range
 
hashCode() - Method in class com.atlassian.confluence.search.v2.score.DoubleFieldValueSource
 
hashCode() - Method in class com.atlassian.confluence.search.v2.score.FloatFieldValueSource
 
hashCode() - Method in class com.atlassian.confluence.search.v2.score.IntFieldValueSource
 
hashCode() - Method in class com.atlassian.confluence.search.v2.score.LongFieldValueSource
 
hashCode() - Method in class com.atlassian.confluence.search.v2.sort.AbstractSort
 
hashCode() - Method in class com.atlassian.confluence.search.v2.sort.UserAttributeSort
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.search.v2.summary.Summary.Fragment
 
hashCode() - Method in class com.atlassian.confluence.security.ContentPermission
 
hashCode() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.ContentToSidMapId
 
hashCode() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpaceToSidMapId
 
hashCode() - Method in class com.atlassian.confluence.security.NeverPermittedContentPermission
 
hashCode() - Method in class com.atlassian.confluence.security.Permission
 
hashCode() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey
 
hashCode() - Method in class com.atlassian.confluence.security.seraph.ConfluenceUserPrincipal
 
hashCode() - Method in class com.atlassian.confluence.security.SpacePermission
 
hashCode() - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
hashCode() - Method in class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
 
hashCode() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
hashCode() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
hashCode() - Method in record class com.atlassian.confluence.spaces.AddressableSpace
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
hashCode() - Method in class com.atlassian.confluence.spaces.Space
 
hashCode() - Method in class com.atlassian.confluence.spaces.SpaceGroup
Deprecated.
 
hashCode() - Method in class com.atlassian.confluence.spaces.SpacesQuery
 
hashCode() - Method in class com.atlassian.confluence.spaces.SpaceType
 
hashCode() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
hashCode() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfoDTO
 
hashCode() - Method in class com.atlassian.confluence.themes.AbstractColourScheme
 
hashCode() - Method in interface com.atlassian.confluence.themes.ColourScheme
 
hashCode() - Method in class com.atlassian.confluence.themes.events.LookAndFeelEvent
 
hashCode() - Method in class com.atlassian.confluence.themes.events.ThemeChangedEvent
 
hashCode() - Method in class com.atlassian.confluence.tinymceplugin.events.Layout2CreatedEvent
 
hashCode() - Method in class com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
 
hashCode() - Method in class com.atlassian.confluence.upgrade.BuildAndVersionNumber
 
hashCode() - Method in class com.atlassian.confluence.upgrade.BuildNumber
 
hashCode() - Method in class com.atlassian.confluence.upgrade.dml.DmlStatement
 
hashCode() - Method in class com.atlassian.confluence.upgrade.PluginExportCompatibility
 
hashCode() - Method in record class com.atlassian.confluence.upgrade.UpgradeHistoryService.Upgrade
Returns a hash code value for this object.
hashCode() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.FileInfo
 
hashCode() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
hashCode() - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
hashCode() - Method in class com.atlassian.confluence.user.crowd.ConfluenceLdapDirectoryClearingClusterEvent
 
hashCode() - Method in class com.atlassian.confluence.user.PersonalInformation
 
hashCode() - Method in class com.atlassian.confluence.user.UsernameCacheKey
 
hashCode() - Method in class com.atlassian.confluence.user.UserVerificationToken
 
hashCode() - Method in class com.atlassian.confluence.util.classpath.JarSet
 
hashCode() - Method in class com.atlassian.confluence.util.HTMLPairType
 
hashCode() - Method in class com.atlassian.confluence.util.longrunning.LongRunningTaskId
 
hashCode() - Method in class com.atlassian.confluence.util.UserAgentUtil.Browser
 
hashCode() - Method in class com.atlassian.confluence.util.UserAgentUtil.UserAgent
 
hashCode() - Method in class com.atlassian.confluence.xhtml.api.EmbeddedImageLinkBody
 
hashCode() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
hashCode() - Method in class com.atlassian.confluence.xhtml.api.PlainTextLinkBody
 
hashCode() - Method in class com.atlassian.confluence.xhtml.api.RichTextLinkBody
 
hashCode() - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
hashCode() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroup
Deprecated.
 
hashCode() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
hashCode() - Method in class com.atlassian.synchrony.EventId
 
hashCode() - Method in class com.atlassian.synchrony.Events
 
hashCode() - Method in class com.atlassian.synchrony.Secrets
 
hashCode() - Method in class com.atlassian.synchrony.Snapshots
 
hashCode(Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
hashCode(Object) - Method in class com.atlassian.confluence.impl.hibernate.HibernateUserType
 
hashCode(Object) - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
hashCode(Object) - Method in class com.atlassian.hibernate.BucketClobStringType
 
hasHelp() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
Returns true if the macro has help, otherwise false.
hasHelp() - Method in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
Returns true if the macro has help, otherwise false.
hashNameToAddress(String) - Static method in class com.atlassian.confluence.util.ClusterUtils
Hash a name to a IPv4 network address.
hashNameToMulticastAddress(String) - Static method in class com.atlassian.confluence.util.ClusterUtils
Hash a name to a valid IPv4 multicast IP address.
HashRegistryCache - Class in com.atlassian.confluence.status.service
Caches the calculations (the computed hash value of every file) as it is expensive to calculate this every time it is required, and is unlikely to change at runtime.
HashRegistryCache() - Constructor for class com.atlassian.confluence.status.service.HashRegistryCache
 
HashTagHelper - Class in com.atlassian.confluence.userstatus.tag
Deprecated.
Since 5.9.1
HashTagHelper() - Constructor for class com.atlassian.confluence.userstatus.tag.HashTagHelper
Deprecated.
 
hasHtmlSafeToStringMethod(Object) - Static method in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeAnnotationUtils
Deprecated.
Return true if the object has a toString method that has been annotated as HtmlSafe
hasIcon(ThemeModuleDescriptor) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
hasIcon(ThemeModuleDescriptor) - Method in class com.atlassian.confluence.util.LayoutHelper
 
hasId(Content) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
hasId(ContentId) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
hasInterfaces(String) - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction.StubComponentRegistrar
 
hasInvalidTitleCharacters(String) - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
hasJobs(BackupRestoreJobsSearchFilter) - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
 
hasJobs(BackupRestoreJobsSearchFilter) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
 
HasLabelCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Only display the link if there is a label in the context
HasLabelCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.HasLabelCondition
 
hasLabels() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
hasLabels() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
hasLabels() - Method in interface com.atlassian.confluence.search.v2.SearchResult
 
hasLevel(JohnsonEventLevel) - Static method in class com.atlassian.confluence.internal.health.JohnsonEventPredicates
Returns a predicate that checks whether the event has exactly the given level.
hasLicensedAccess() - Method in interface com.atlassian.confluence.security.access.AccessStatus
 
hasLike(ContentEntityObject, ConfluenceUser) - Method in interface com.atlassian.confluence.like.LikeManager
Returns true if the provided user likes this content entity.
hasLike(ContentEntityObject, User) - Method in class com.atlassian.confluence.like.DefaultLikeManager
 
hasLike(ContentEntityObject, User) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
 
hasLike(ContentEntityObject, User) - Method in interface com.atlassian.confluence.like.LikeEntityDao
Returns true if the given user likes this content entity.
hasLike(ContentEntityObject, User) - Method in interface com.atlassian.confluence.like.LikeManager
Deprecated, for removal: This API element is subject to removal in a future version.
HasLinkWikiMarkup - Interface in com.atlassian.confluence.core
Content classes implementing this interface can be linked to by wiki markup.
hasLiveValue() - Method in interface com.atlassian.confluence.admin.criteria.AdminConfigurationCriteria
 
hasLiveValue() - Method in class com.atlassian.confluence.admin.criteria.BackupsAreManualCriteria
 
hasLiveValue() - Method in class com.atlassian.confluence.admin.criteria.BaseURLIsValidCriteria
 
hasLiveValue() - Method in class com.atlassian.confluence.admin.criteria.DefaultMailServerExistsCriteria
 
hasLiveValue() - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryExistsCriteria
 
hasLiveValue() - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryForGroupsExistsCriteria
 
hasLiveValue() - Method in class com.atlassian.confluence.admin.criteria.ExternalUserDirectoriesActiveCriteria
 
hasLiveValue() - Method in class com.atlassian.confluence.admin.criteria.IgnorableAdminTaskCriteria
 
hasLiveValue() - Method in class com.atlassian.confluence.admin.criteria.MoreThanOneUserCriteria
 
hasLiveValue() - Method in class com.atlassian.confluence.admin.criteria.RemigrationAdminTaskCriteria
 
hasMacro(String) - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
hasMaxRecentUpdates() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
 
hasMembers() - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
 
hasMembership(Group, User) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
hasMembership(Group, User) - Method in interface bucket.user.UserAccessor
Deprecated.
Returns true if the specified user and group both exist, and the user is a member of the group (either directly or as a member of a nested group).
hasMembership(Group, User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
hasMembership(Group, User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
hasMembership(String, String) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
hasMembership(String, String) - Method in interface bucket.user.UserAccessor
Deprecated.
Returns true if the specified user and group both exist, and the user is a member of the group (either directly or as a member of a nested group).
hasMembership(String, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
hasMore - Variable in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
hasMore() - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
hasMore() - Method in interface com.atlassian.confluence.api.model.pagination.PageResponse
Indicates whether the source has more results after this page.
hasMore() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
hasMore() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
hasMore() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse
 
hasMore() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPageResponse
 
hasMore() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
hasMore(boolean) - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
hasMore(boolean) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
hasMore(boolean) - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
hasMoreBatches() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.BatchableWorkSource
 
hasMoreBatches() - Method in class com.atlassian.confluence.content.render.xhtml.migration.ContentWithTasksWorkSource
 
hasMoreBatches() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.SearchResultsBatchWorkSource
 
hasMoreBatches() - Method in class com.atlassian.confluence.content.render.xhtml.migration.OrderedEntityObjectBatchableWorkSource
 
hasMoreBatches() - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiMarkupContentEntityObjectMigrationWorkSource
 
hasMoreRecords() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStash
 
hasMoreRecords() - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashImpl
 
hasMoreRecords() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsReader
 
hasMoreRecords() - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsReaderImpl
 
hasMovedChildren() - Method in class com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
Deprecated.
 
hasMovedChildren() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
hasMovePermission(ConfluenceUser, Object, Object, String) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
hasMovePermission(ConfluenceUser, Object, Object, String) - Method in interface com.atlassian.confluence.security.PermissionManager
Determine whether a user has permission to move a particular entity to a given target.
hasMovePermission(User, Object, Object, String) - Method in interface com.atlassian.confluence.security.PermissionManager
hasName(String) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.template.ContentTemplateMatchers
 
hasNext() - Method in class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
hasNext() - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
 
hasNext() - Method in class com.atlassian.confluence.content.render.xhtml.XmlFragmentBodyEventReader
 
hasNext() - Method in class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
hasNextPage() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPaginationInfo
 
hasNextVersion(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
hasNextVersion(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
hasOneCell() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSection
 
hasOneSection() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayout
 
hasOneSectionAndOneCell() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayout
 
hasOpenSearchEvent(JohnsonError) - Static method in class com.atlassian.confluence.plugins.opensearch.johnson.JohnsonUtils
Check if OpenSearch Johnson event has been raised for the given error
hasOutdatedUserToken(String, UserVerificationTokenType) - Method in class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
 
hasOutdatedUserToken(String, UserVerificationTokenType) - Method in interface com.atlassian.confluence.user.UserVerificationTokenManager
 
HasPageCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Only display the link if the user is working with a page (as opposed to a blog post or some other content type)
HasPageCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.HasPageCondition
 
hasPagePermission(AbstractPage) - Method in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
hasParameter(String) - Method in interface com.atlassian.confluence.impl.pages.actions.CommentAwareHelper.ParameterSource
 
hasParameter(String) - Method in interface com.atlassian.confluence.impl.pages.actions.PageAwareHelper.ParameterSource
 
hasParameter(String) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
hasParameter(String) - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Returns true if the parameter has been set (even if it is set to null).
hasParameter(String) - Method in class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
 
hasParentContext() - Method in interface com.atlassian.bandana.BandanaContext
Deprecated.
 
hasParentContext() - Method in class com.atlassian.confluence.impl.journal.JournalBandanaContext
 
hasParentContext() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
hasPendingDeferredObject() - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
When an object that has previously been deferred due to missing dependencies is able to be persisted, it is pushed onto a stack.
hasPermission(ConfluenceUser, Permission, Object) - Method in interface com.atlassian.confluence.security.PermissionManager
Determine whether a user has a particular permission against a given target.
hasPermission(User, Permission, Object) - Method in interface com.atlassian.confluence.security.PermissionManager
hasPermission(Permission) - Method in class com.atlassian.confluence.impl.security.PermissionPredicates
 
hasPermission(Permission, Object) - Method in interface com.atlassian.confluence.dmz.security.delegate.ScopesRequestCacheDelegate
 
hasPermission(Permission, Object) - Method in class com.atlassian.confluence.impl.security.delegate.ScopesRequestCacheDelegateImpl
 
hasPermission(SpacePermission) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
hasPermission(SpacePermission) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Determines whether permission exists in the data store
hasPermission(ConfluenceUser, AbstractPage) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Get whether the current user has permission to add or remove a page favourite.
hasPermission(ConfluenceUser, Permission, Class) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
hasPermission(ConfluenceUser, Permission, Class) - Method in interface com.atlassian.confluence.security.PermissionManager
Determine whether a user has a particular permission for all instances of the specified target type.
hasPermission(ConfluenceUser, Permission, Object) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
hasPermission(ConfluenceUser, Space) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Get whether the current user has permission to add or remove a space favourite.
hasPermission(User, AbstractPage) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
hasPermission(User, AbstractPage) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Deprecated, for removal: This API element is subject to removal in a future version.
hasPermission(User, Permission, Class) - Method in interface com.atlassian.confluence.security.PermissionManager
hasPermission(User, Space) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
hasPermission(User, Space) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Deprecated, for removal: This API element is subject to removal in a future version.
hasPermission(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
hasPermission(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
hasPermission(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.RecoveryAwareSpacePermissionManager
 
hasPermission(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.ScopesAwareSpacePermissionManager
 
hasPermission(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
hasPermission(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
hasPermission(String, Space, ConfluenceUser) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Determines if remoteUser has the given permission in space
hasPermission(String, Space, User) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
hasPermission(String, Object) - Method in interface com.atlassian.confluence.dmz.security.delegate.ScopesRequestCacheDelegate
 
hasPermission(String, Object) - Method in class com.atlassian.confluence.impl.security.delegate.ScopesRequestCacheDelegateImpl
 
hasPermissionExemption(User) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
hasPermissionForSpace(ConfluenceUser, List, Space) - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
hasPermissionForSpace(ConfluenceUser, List, Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
hasPermissionForSpace(ConfluenceUser, List, Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
hasPermissionForSpace(ConfluenceUser, List, Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
hasPermissionForSpace(ConfluenceUser, List, Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
 
hasPermissionForSpace(User, List, Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
Deprecated.
hasPermissionForSpace(User, List, Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
hasPermissionNoExemptions(ConfluenceUser, Permission, Object) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
Returns true if the user has the specified permission on the target object.
hasPermissionNoExemptions(ConfluenceUser, Permission, Object) - Method in interface com.atlassian.confluence.security.PermissionManager
Returns true if the user has the specified permission on the target object.
hasPermissionNoExemptions(User, Permission, Object) - Method in interface com.atlassian.confluence.security.PermissionManager
hasPermissionNoExemptions(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
hasPermissionNoExemptions(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
 
hasPermissionNoExemptions(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.recovery.RecoveryAwareCachingSpacePermissionManager
Deprecated.
 
hasPermissionNoExemptions(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.recovery.RecoveryAwareCGCachingSpacePermissionManager
Deprecated.
 
hasPermissionNoExemptions(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
hasPermissionNoExemptions(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.RecoveryAwareSpacePermissionManager
 
hasPermissionNoExemptions(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.ScopesAwareSpacePermissionManager
 
hasPermissionNoExemptions(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
hasPermissionNoExemptions(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
hasPermissionNoExemptions(String, Space, ConfluenceUser) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Returns true if the user has the specified permission on the target space.
hasPermissionNoExemptions(String, Space, User) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
hasPermissionNoExemptionsExceptViaNestedGroups(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
hasPermissionNoExemptionsExceptViaNestedGroups(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
 
hasPermissionNoExemptionsExceptViaNestedGroups(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
hasPermissionNoExemptionsExceptViaNestedGroups(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.RecoveryAwareSpacePermissionManager
 
hasPermissionNoExemptionsExceptViaNestedGroups(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.ScopesAwareSpacePermissionManager
 
hasPermissionNoExemptionsExceptViaNestedGroups(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
hasPermissionNoExemptionsExceptViaNestedGroups(String, Space, ConfluenceUser) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
hasPermissionNoExemptionsExceptViaNestedGroups(String, Space, ConfluenceUser) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Returns true if the user has the specified permission on the target space except if it gets it from some parent of its parent group.
hasPermissions(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
hasPermissions(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
hasPermissions(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
hasPermittedChildren() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
hasPermittedChildren(Page) - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
hasPermittedChildrenIgnoreInheritedPermissions(Page, ConfluenceUser) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Does the given page have children visible to the given user.
hasPermittedChildrenIgnoreInheritedPermissions(Page, ConfluenceUser) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
hasPermittedChildrenIgnoreInheritedPermissions(Page, User) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
hasPersonalInformation(UserKey) - Method in class com.atlassian.confluence.impl.content.DefaultPersonalInformationManager
 
hasPersonalInformation(UserKey) - Method in interface com.atlassian.confluence.user.PersonalInformationManager
 
hasPersonalInformation(String) - Method in class com.atlassian.confluence.impl.content.DefaultPersonalInformationManager
 
hasPersonalInformation(String) - Method in interface com.atlassian.confluence.user.PersonalInformationManager
 
hasPersonalSpace() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
hasPersonalSpace() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
hasPersonalSpace() - Method in class com.atlassian.confluence.user.actions.RemoveUnsyncedUserAction
 
hasPersonalSpace() - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
 
hasPersonalSpace(ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.SpaceManager
 
HasPersonalSpaceQuery - Class in com.atlassian.confluence.search.v2.query
Search for content belonging to a user who has a personal space.
HasPersonalSpaceQuery() - Constructor for class com.atlassian.confluence.search.v2.query.HasPersonalSpaceQuery
 
hasPreviousVersion(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
hasPreviousVersion(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
hasProfilePicture(User) - Static method in class com.atlassian.confluence.user.ThreadLocalProfilePictureCache
 
hasProfilePictures() - Method in class com.atlassian.confluence.user.actions.DeleteUserProfilePictureAction
 
hasProperty(String) - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Returns true if the property with the specified key has been set.
hasProperty(String) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
hasProperty(String) - Method in class com.atlassian.confluence.rest.v2.api.model.RestObject
 
hasPublicSignup() - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
hasPublicSignup() - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
hasReadOnlyAccessExemption() - Static method in class com.atlassian.confluence.internal.accessmode.ThreadLocalReadOnlyAccessCacheInternal
 
hasRemoveHierarchyPermission(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
hasRemoveHierarchyPermission(ConfluenceUser, Object) - Method in interface com.atlassian.confluence.security.PermissionManager
Determine whether a user has permission to remove a particular entity and all it children.
hasRemoveHierarchyPermission(User, Object) - Method in interface com.atlassian.confluence.security.PermissionManager
hasRepresentation(String) - Method in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
hasRequiredParameters() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
hasResourceAuditViewPermission(String, String) - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceResourceContextPermissionChecker
 
hasRole(Principal, HttpServletRequest, String) - Method in class com.atlassian.confluence.security.ConfluenceRoleMapper
 
hasSearchResults() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction
 
hasSectionsForLocation(String) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
hasSectionsForLocation(String) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
HasSetPagePermissionsCondition - Class in com.atlassian.confluence.tinymceplugin.conditions
 
HasSetPagePermissionsCondition() - Constructor for class com.atlassian.confluence.tinymceplugin.conditions.HasSetPagePermissionsCondition
 
hasSetPagePermissionsPermission() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
hasSetPagePermissionsPermission() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
hasShortcutLink(String) - Method in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
 
hasShortcutLink(String) - Method in interface com.atlassian.confluence.renderer.ShortcutLinksManager
 
hasSidebarContext() - Static method in class com.atlassian.confluence.impl.util.DecoratorUtil
Methods returns true if sidebar context was set to http request, false otherwise
hasSpace(String...) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
HasSpaceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Only display the link if the user is working within a space.
HasSpaceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.HasSpaceCondition
 
hasSpaceIA() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
hasSpaceLevelPermission(String, ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
 
hasSpaceLevelPermission(String, User, Object) - Method in class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
 
hasSpacePermission(Space) - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction
 
hasSpacePermission(String, Space, User) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
hasSpaces() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroParams
 
hasSpaceSideBar() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
hasSpaceSideBar() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
Tells whether the page has a Space IA bar on the left.
hasSpaceSideBar() - Method in class com.atlassian.confluence.themes.BasicTheme
 
hasSpaceSideBar() - Method in class com.atlassian.confluence.themes.DefaultTheme
 
hasSpaceSideBar() - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
hasSpaceSideBar() - Method in interface com.atlassian.confluence.themes.Theme
Tells whether this theme requires rendering of the Space IA sidebar.
hasSpaceTheme() - Method in class com.atlassian.confluence.themes.ThemeContext
 
hasStatus(ContentStatus) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
hasSuitableChangeSnapshot() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
 
hasSuitableContentSnapshot() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
 
hasTemplate(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
 
HasTemplateCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Only display the link if there are templates to use
HasTemplateCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.HasTemplateCondition
 
hasTemporaryPermissionExemption() - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
hasTenant() - Method in interface com.atlassian.confluence.tenant.TenantRegistry
Deprecated.
 
hasTenantPermit() - Static method in class com.atlassian.confluence.impl.tenant.ThreadLocalTenantGate
Deprecated.
 
hasTestAttributes(InternalGroup) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
hasTestAttributes(InternalUser) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
hasThemeContext(ServletRequest) - Static method in class com.atlassian.confluence.themes.ThemeContext
 
hasTitle(String) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
hasTitleContaining(String) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
hasToken(String, UserVerificationTokenType) - Method in class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
 
hasToken(String, UserVerificationTokenType) - Method in interface com.atlassian.confluence.user.UserVerificationTokenManager
 
hasTooManyUsers() - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
hasTooManyUsers() - Method in class com.atlassian.confluence.util.DefaultUserChecker
 
hasTooManyUsers() - Method in interface com.atlassian.confluence.util.UserChecker
 
hasTranslationForLanguage(String) - Method in class com.atlassian.confluence.pages.actions.CalendarLanguageUtil
Determines if a translation for a language exists
hasTxAttributes(Method, boolean, int, int, Throwable...) - Static method in class com.atlassian.confluence.spring.transaction.TransactionAttributeMatcher
 
hasType(ContentType) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
hasType(JohnsonEventType) - Static method in class com.atlassian.confluence.internal.health.JohnsonEventPredicates
Returns a predicate that checks whether the event has exactly the given type.
hasUnlicensedAuthenticatedAccess() - Method in interface com.atlassian.confluence.security.access.AccessStatus
 
hasUpdates(long, long) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
hasUpgradeEventOccurred() - Method in class com.atlassian.confluence.impl.upgrade.UpgradeEventRegistry
 
hasUseConfluencePermission(ConfluenceUser) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Determines whether user has access to Confluence
hasUseConfluencePermission(User) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Deprecated, for removal: This API element is subject to removal in a future version.
hasUser(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
hasUser(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Determines whether a user exists
hasUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
hasUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
hasUser(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
hasUser(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
hasUserKey() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
 
hasUserWithProperties(String, long) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
hasValidationError(String) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
hasValidSession(HttpSession) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
Check if this is a valid WebSudo session.
hasValidSession(HttpSession) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
hasValidToken(HttpServletRequest) - Method in interface com.atlassian.confluence.security.service.XsrfTokenService
 
hasValidUserToken(String, UserVerificationTokenType, String) - Method in class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
 
hasValidUserToken(String, UserVerificationTokenType, String) - Method in interface com.atlassian.confluence.user.UserVerificationTokenManager
 
hasValue() - Method in interface com.atlassian.confluence.admin.criteria.AdminConfigurationCriteria
 
hasValue() - Method in class com.atlassian.confluence.admin.criteria.BackupsAreManualCriteria
 
hasValue() - Method in class com.atlassian.confluence.admin.criteria.BaseURLIsValidCriteria
 
hasValue() - Method in class com.atlassian.confluence.admin.criteria.DefaultMailServerExistsCriteria
 
hasValue() - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryExistsCriteria
 
hasValue() - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryForGroupsExistsCriteria
 
hasValue() - Method in class com.atlassian.confluence.admin.criteria.ExternalUserDirectoriesActiveCriteria
 
hasValue() - Method in class com.atlassian.confluence.admin.criteria.IgnorableAdminTaskCriteria
 
hasValue() - Method in class com.atlassian.confluence.admin.criteria.MoreThanOneUserCriteria
 
hasValue() - Method in class com.atlassian.confluence.admin.criteria.RemigrationAdminTaskCriteria
 
hasVersion() - Method in class com.atlassian.confluence.api.model.content.ContentSelector
 
hasVersionLimit() - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
HasViewProfilePermission - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
 
HasViewProfilePermission() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.HasViewProfilePermission
 
hasVisibleChildren(Page, ConfluenceUser) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
Returns true if at least one child is visible This method does not check all children, it stops working when the first visible children is found
hasVisibleChildren(Page, ConfluenceUser) - Method in interface com.atlassian.confluence.internal.ContentPermissionManagerInternal
Returns true if at least one child is visible This method does not check all children, it stops working when the first visible children is found
having(String) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the content of the "having" clause.
HAZELCAST_CACHE_COMPACTION - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HAZELCAST_CLUSTER_EVENT_MEMBER_WAIT_TIME - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HAZELCAST_CLUSTER_EVENT_TOTAL_WAIT_TIME - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HazelcastApplicationConfigurationProperties - Class in com.atlassian.confluence.impl.cluster.hazelcast
An implementation of HazelcastConfigurationAccessor backed by an ApplicationConfiguration.
HazelcastApplicationConfigurationProperties(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.impl.cluster.hazelcast.HazelcastApplicationConfigurationProperties
 
HazelcastCacheCompactor - Class in com.atlassian.confluence.cache.hazelcast
Clears Hazelcast caches that exceeded 2x of their maximum size.
HazelcastCacheCompactor(CacheManager, HazelcastHelper, EventPublisher, MeterRegistry) - Constructor for class com.atlassian.confluence.cache.hazelcast.HazelcastCacheCompactor
 
HazelcastCacheCompactor.CacheCompactionEvent - Class in com.atlassian.confluence.cache.hazelcast
 
HazelcastCacheStatistics - Class in com.atlassian.confluence.cache.hazelcast
Hazelcast implementation of CacheStatistics.
HazelcastCacheStatistics(ManagedCache, IMap<?, ?>, FormatSettingsManager, I18NBean) - Constructor for class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
HazelcastClusterEventService - Interface in com.atlassian.confluence.cluster.hazelcast
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.3 Use ClusterEventService
HazelcastClusterEventWrapper<T extends ClusterEvent> - Class in com.atlassian.confluence.cluster.hazelcast
Hazelcast specific implementation of the ClusterEventWrapper.
HazelcastClusterEventWrapper() - Constructor for class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventWrapper
 
HazelcastClusterEventWrapper(Object, T) - Constructor for class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventWrapper
Create a clustered wrapper event to broadcast an event across a cluster.
HazelcastClusterEventWrapperService - Class in com.atlassian.confluence.cluster.hazelcast
Hazlecast implementation of the ClusterEventWrapperService
HazelcastClusterEventWrapperService() - Constructor for class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventWrapperService
 
HazelcastClusterInformation - Class in com.atlassian.confluence.cluster.hazelcast
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
HazelcastClusterInformation(HazelcastInstance) - Constructor for class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterInformation
Deprecated.
 
HazelcastClusterManager - Class in com.atlassian.confluence.cluster.hazelcast
Hazelcast implementation of ClusterManager
HazelcastClusterManager(HazelcastConfigurationAccessor, ClassLoader, String, SynchronizationManager, OsgiSafeStreamSerializer, OutOfMemoryHandler, MeterRegistry, MBeanServer) - Constructor for class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
HazelcastClusterMonitoring - Class in com.atlassian.confluence.cluster.hazelcast.monitoring
ClusterMonitoring implementation which relies on hazelcast to get information from other nodes
HazelcastClusterMonitoring(HazelcastInstance, EventPublisher) - Constructor for class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastClusterMonitoring
 
HazelcastClusterNodeInformation - Class in com.atlassian.confluence.cluster.hazelcast
 
HazelcastClusterSafetyManager - Class in com.atlassian.confluence.cluster.hazelcast
 
HazelcastClusterSafetyManager(ClusterSafetyDao, EventPublisher, ClusterManagerInternal, HazelcastInstance, ActivityMonitor, ScheduledExecutorService, LicenseService, LoggingConfigService) - Constructor for class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
HazelcastConfigurationAccessor - Interface in com.atlassian.confluence.impl.cluster.hazelcast
 
HazelcastConfigUtils - Class in com.atlassian.confluence.impl.hazelcast
 
HazelcastConfigUtils() - Constructor for class com.atlassian.confluence.impl.hazelcast.HazelcastConfigUtils
 
HazelcastExecutorClusterEventService - Class in com.atlassian.confluence.cluster.hazelcast
Deprecated.
since 8.3 Replaced by TopicEventPublisher
HazelcastExecutorClusterEventService(HazelcastInstance, MeterRegistry) - Constructor for class com.atlassian.confluence.cluster.hazelcast.HazelcastExecutorClusterEventService
Deprecated.
 
HazelcastGroupName - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
HazelcastHelper - Interface in com.atlassian.confluence.cache.hazelcast
Utility that allows you to reach the underlying hazelcast instance of confluence for certain actions.
HazelcastHibernateRegionFactories - Class in com.atlassian.confluence.impl.cache.hazelcast.hibernate
Responsible for crearing Hibernate RegionFactory objects based on Hazelcast.
HazelcastInterfaces - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
HazelcastMemberAddedAnalyticsEvent - Class in com.atlassian.confluence.cluster.hazelcast.monitoring
HazelcastMemberAddedAnalyticsEvent is fired when a node was added to the cluster
HazelcastMemberAddedAnalyticsEvent(int) - Constructor for class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastMemberAddedAnalyticsEvent
 
HazelcastMemberRemovedAnalyticsEvent - Class in com.atlassian.confluence.cluster.hazelcast.monitoring
HazelcastMemberRemovedAnalyticsEvent is fired when a node was removed from the cluster
HazelcastMemberRemovedAnalyticsEvent(int) - Constructor for class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastMemberRemovedAnalyticsEvent
 
HazelCastOsgiListener - Class in com.atlassian.confluence.cluster.hazelcast
Registers the OsgiListener once the main spring context is up
HazelCastOsgiListener(EventListenerRegistrar, HazelcastInstance, OsgiClassLoaderRegistry, ClusterManager) - Constructor for class com.atlassian.confluence.cluster.hazelcast.HazelCastOsgiListener
 
HazelcastPort - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
HazelcastSharedDataManager - Class in com.atlassian.confluence.cluster.hazelcast.shareddata
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
HazelcastSharedDataManager(HazelcastInstance) - Constructor for class com.atlassian.confluence.cluster.hazelcast.shareddata.HazelcastSharedDataManager
Deprecated.
 
HazelcastSharedDataSupport - Class in com.atlassian.confluence.cluster.hazelcast.shareddata
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
HazelcastSharedDataSupport(String, Supplier<HazelcastInstance>) - Constructor for class com.atlassian.confluence.cluster.hazelcast.shareddata.HazelcastSharedDataSupport
Deprecated.
 
HazelcastSharedDataSupport(String, HazelcastInstance) - Constructor for class com.atlassian.confluence.cluster.hazelcast.shareddata.HazelcastSharedDataSupport
Deprecated.
 
HazelcastStatisticsManager - Class in com.atlassian.confluence.cache.hazelcast
Hazelcast Implementation of CacheStatisticsManager.
HazelcastStatisticsManager(CacheManager, FormatSettingsManager, I18NBeanFactory, CacheStatisticsManager, HazelcastHelper) - Constructor for class com.atlassian.confluence.cache.hazelcast.HazelcastStatisticsManager
 
HazelcastTopicEventCluster - Class in com.atlassian.confluence.impl.cluster.hazelcast.event
An implementation of TopicEventCluster representing the Hazelcast cluster.
HazelcastTopicEventCluster(HazelcastInstance) - Constructor for class com.atlassian.confluence.impl.cluster.hazelcast.event.HazelcastTopicEventCluster
 
HazelcastUtils - Class in com.atlassian.confluence.cluster.hazelcast
Contains HZ Member <-> NodeIdentifier conversion utils
HEADER_BUTTON_BASE_BACKGROUND - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
HEADER_BUTTON_BASE_BACKGROUND_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
HEADER_BUTTON_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
HEADER_BUTTON_TEXT_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
HEADER_MOBILE_APP_REQUEST_KEY - Static variable in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
headerButtonBgColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
headerButtonTextColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
headerNames() - Element in annotation interface com.atlassian.confluence.rest.v2.api.annotation.LogRequestInfo
 
HEADING_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
HEADING_TEXT_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
HeadingBlockRenderer - Class in com.atlassian.confluence.content.render.xhtml.migration
 
HeadingBlockRenderer() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.HeadingBlockRenderer
 
headingTextColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
HealthCheck - Interface in com.atlassian.confluence.internal.health
A health check performed by Confluence during some phase (or phases) of its lifecycle.
HealthCheckAnalyticsEvent - Class in com.atlassian.confluence.internal.health.analytics
A server-side analytics event raised after executing a health check.
HealthCheckAnalyticsEvent(String, String, String, String, String, URL) - Constructor for class com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEvent
Constructor.
HealthCheckAnalyticsEventFactory - Interface in com.atlassian.confluence.internal.health.analytics
Factory for analytics events arising from health checks.
HealthCheckAnalyticsSender - Interface in com.atlassian.confluence.internal.health.analytics
Sends analytics events relating to the results of health checks.
HealthCheckAnalyticsSenderSupplier - Class in com.atlassian.confluence.impl.health.analytics
HealthCheckAnalyticsSenderSupplier(HealthCheckAnalyticsSender) - Constructor for class com.atlassian.confluence.impl.health.analytics.HealthCheckAnalyticsSenderSupplier
 
HealthCheckAttributes - Class in com.atlassian.confluence.internal.health
Well-known keys and values of Johnson attributes used by startup health checks.
HealthCheckExecutor - Interface in com.atlassian.confluence.internal.health
Executes the given HealthChecks and returns their unique results.
HealthCheckMessage - Class in com.atlassian.confluence.impl.health
Create HTML and raw text messages simultaneously.
HealthCheckMessage.Builder - Class in com.atlassian.confluence.impl.health
 
HealthCheckRegistrar - Class in com.atlassian.confluence.impl.health
Registers the desired HealthChecks along with their prerequisite checks.
HealthCheckRegistrar(HealthCheckRegistry, List<HealthCheck>) - Constructor for class com.atlassian.confluence.impl.health.HealthCheckRegistrar
 
HealthCheckRegistry - Interface in com.atlassian.confluence.internal.health
Allows HealthChecks to be registered.
HealthCheckResult - Class in com.atlassian.confluence.internal.health
The result of a HealthCheck.
HealthCheckResult(HealthCheck, Event, URI, String, String) - Constructor for class com.atlassian.confluence.internal.health.HealthCheckResult
 
HealthCheckRule - Interface in com.atlassian.confluence.impl.health.checks.rules
Provides rule validation for a specific Health Check.
HealthCheckRunner - Interface in com.atlassian.confluence.impl.health
The entry point for running HealthChecks.
HealthCheckTemplate - Class in com.atlassian.confluence.impl.health
Simplies the implementation of HealthChecks.
HealthCheckTemplate(Iterable<HealthCheck>) - Constructor for class com.atlassian.confluence.impl.health.HealthCheckTemplate
 
HEART - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
HeartbeatAction - Class in com.atlassian.confluence.pages.actions
The HeartbeatAction provides methods used by the client side editor to detect concurrent changes to a single CEO.
HeartbeatAction() - Constructor for class com.atlassian.confluence.pages.actions.HeartbeatAction
 
heartbeatManager - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
HeartbeatManager - Interface in com.atlassian.confluence.core
 
HeartbeatManager.ActivityKey - Record Class in com.atlassian.confluence.core
 
HEATMAP_GROUP_RANKS - Static variable in class com.atlassian.confluence.user.SessionKeys
 
height(int) - Method in class com.atlassian.confluence.api.model.web.Icon.Builder
 
HEIGHT_IMAGE_ATTR - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
HELP_PATHS_RESOURCE_NAME - Static variable in class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
 
HELP_PATHS_RESOURCE_TYPE - Static variable in class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
 
HELP_URL_KEY - Static variable in class com.atlassian.confluence.internal.health.HealthCheckAttributes
Checks that wish to provide a help link to public-facing documentation should set this attribute to the relevant URL on the Johnson event that they return.
Helper() - Constructor for class com.atlassian.confluence.api.serialization.RestEnrichable.Helper
 
HelpLinkAction - Class in com.atlassian.confluence.tinymceplugin.actions
An action for supplying a help link based on the given properties.
HelpLinkAction() - Constructor for class com.atlassian.confluence.tinymceplugin.actions.HelpLinkAction
 
HelpPathsI18NResource - Class in com.atlassian.confluence.util.i18n
 
HelpPathsI18NResource(Plugin, ResourceDescriptor) - Constructor for class com.atlassian.confluence.util.i18n.HelpPathsI18NResource
 
hexToColor(String) - Static method in class com.atlassian.confluence.util.ColourUtils
Given a color hexadecimal value returns a Color object.
hibernate - Variable in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
Hibernate - Class in com.atlassian.confluence.impl.hibernate
 
Hibernate() - Constructor for class com.atlassian.confluence.impl.hibernate.Hibernate
 
HIBERNATE_ATLASSIAN_PARSE_HBM_HIBERNATE_5_ONLY - Static variable in class com.atlassian.confluence.persistence.HibernatePropertyKeys
 
HIBERNATE_C3P0_PREFERRED_TEST_QUERY - Static variable in class com.atlassian.confluence.persistence.HibernatePropertyKeys
 
HIBERNATE_COLLECTION_DELETE - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_COLLECTION_FETCH - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_COLLECTION_LOAD - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_COLLECTION_RECREATE - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_COLLECTION_REMOVE - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_COLLECTION_UPDATE - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_CONNECTION_SET_BIG_STRING_TRY_CLOB - Static variable in class com.atlassian.confluence.persistence.HibernatePropertyKeys
 
HIBERNATE_DATABASE_LOWER_NON_ASCII_SUPPORTED - Static variable in class com.atlassian.confluence.persistence.HibernatePropertyKeys
 
HIBERNATE_ENTITY_DELETE - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_ENTITY_FETCH - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_ENTITY_INSERT - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_ENTITY_LOAD - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_ENTITY_LOCK_FAILURE - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_ENTITY_UPDATE - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_HIKARICP_IDLE_TIMEOUT - Static variable in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
 
HIBERNATE_HIKARICP_MAX_POOL_SIZE - Static variable in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
 
HIBERNATE_HIKARICP_MIN_POOL_SIZE - Static variable in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
 
HIBERNATE_HIKARICP_REGISTER_MBEANS - Static variable in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
 
HIBERNATE_L2CACHE_ELEMENTS - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_L2CACHE_GET - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_L2CACHE_PUT - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_L2CACHE_SIZE - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
HIBERNATE_STATE_COMPRESSION - Static variable in class com.atlassian.confluence.persistence.HibernatePropertyKeys
Deprecated.
since 7.5. No replacement.
Hibernate5BatchFinder - Class in com.atlassian.confluence.impl.user.crowd.hibernate.batch
Hibernate 5 implementation of the batch finder.
Hibernate5BatchFinder(SessionFactory) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchFinder
 
Hibernate5BatchProcessor - Class in com.atlassian.confluence.impl.user.crowd.hibernate.batch
Hibernate 5 Implementation of the BatchProcessor
Hibernate5BatchProcessor(SessionFactory) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
HibernateAbstractPageDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
 
HibernateAbstractPageDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
HibernateAlertEntityDao - Class in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
 
HibernateAlertEntityDao(SessionFactory) - Constructor for class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
HibernateAlertEntityDao.SatiableConsumer<T> - Interface in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
A consumer that accepts a single input argument and returns a boolean indicating if further inputs are wanted.
HibernateAlterTableExecutor - Class in com.atlassian.confluence.upgrade.ddl
Executes all the various database-specific table altering commands.
HibernateAlterTableExecutor(HibernateDatabaseCapabilities, DdlExecutor) - Constructor for class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
HibernateAnyTypeDao - Class in com.atlassian.confluence.core.persistence.hibernate
Deprecated.
since 7.17.0. Will be moved to internal package in the future.
HibernateAnyTypeDao() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
HibernateApplicationDao - Class in com.atlassian.confluence.impl.user.crowd.hibernate
 
HibernateApplicationDao(SessionFactory, DirectoryDao) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
HibernateAttachmentDaoFactoryBean - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
This implementation retrieves the correct instance of AttachmentDao for the AttachmentDataDao that is given, and wires the instance with the necessary attributes.
HibernateAttachmentDaoFactoryBean(SessionFactory, EventPublisher, CacheFactory) - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDaoFactoryBean
 
HibernateAttachmentDataDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, no replacement
HibernateAttachmentDataDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
HibernateAuditRecordDao - Class in com.atlassian.confluence.internal.audit.persistence.dao.hibernate
Deprecated.
since 7.5.0. Audit records should be persisted via atlassian-audit-plugin
HibernateAuditRecordDao() - Constructor for class com.atlassian.confluence.internal.audit.persistence.dao.hibernate.HibernateAuditRecordDao
Deprecated.
 
HibernateBlogPostDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
Hibernate implementation of the BlogPost DAO
HibernateBlogPostDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
HibernateBulkAction<CONTEXT extends BulkExecutionContext,TARGET> - Interface in com.atlassian.confluence.impl.hibernate.bulk
Simple interface for bulk action on Hibernate
HibernateBulkTransaction - Class in com.atlassian.confluence.impl.hibernate.bulk
Wrap low layer transaction management for bulk action.
HibernateBulkTransaction(SessionFactory) - Constructor for class com.atlassian.confluence.impl.hibernate.bulk.HibernateBulkTransaction
 
HibernateCacheFlusherListener - Class in com.atlassian.confluence.impl.cache.hibernate
Make sure Hibernate L2 caches are flushed correctly in Data Center.
HibernateCacheFlusherListener(SessionFactory) - Constructor for class com.atlassian.confluence.impl.cache.hibernate.HibernateCacheFlusherListener
 
HibernateCacheIntegrationTestFlusher - Class in com.atlassian.integrationtest.confluence.cache
Hibernate cache regions in integration tests are not managed by atlassian-cache thus we *must* flush Hibernate cache regions manually here.
HibernateCacheIntegrationTestFlusher(SessionFactory) - Constructor for class com.atlassian.integrationtest.confluence.cache.HibernateCacheIntegrationTestFlusher
 
hibernateCacheMode() - Method in enum class com.atlassian.confluence.core.persistence.hibernate.CacheMode
 
HibernateCheckConstraint - Class in com.atlassian.confluence.upgrade.impl
It creates a predicate for checking whether constraint of specified name exists or not.
HibernateCheckConstraint() - Constructor for class com.atlassian.confluence.upgrade.impl.HibernateCheckConstraint
 
HibernateClusterSafetyDao - Class in com.atlassian.confluence.cluster.safety
 
HibernateClusterSafetyDao() - Constructor for class com.atlassian.confluence.cluster.safety.HibernateClusterSafetyDao
 
HibernateCommentDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
 
HibernateCommentDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
hibernateConfig - Variable in class com.atlassian.confluence.impl.health.checks.rules.AbstractDatabaseSetupRule
 
HibernateConfigAdapter(HibernateConfig) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities.HibernateConfigAdapter
 
HibernateConfluenceBandanaRecordDao - Class in com.atlassian.confluence.setup.bandana.persistence.dao.hibernate
 
HibernateConfluenceBandanaRecordDao(SessionFactory) - Constructor for class com.atlassian.confluence.setup.bandana.persistence.dao.hibernate.HibernateConfluenceBandanaRecordDao
 
HibernateConfluenceUserDao - Class in com.atlassian.confluence.user.persistence.dao.hibernate
 
HibernateConfluenceUserDao(SessionFactory) - Constructor for class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
HibernateConnectionDao - Class in com.atlassian.confluence.follow.persistence.dao.hibernate
 
HibernateConnectionDao(SessionFactory) - Constructor for class com.atlassian.confluence.follow.persistence.dao.hibernate.HibernateConnectionDao
 
HibernateConnectionProvider - Class in com.atlassian.confluence.upgrade.recovery
Holder for DB connection that keeps the connection open.
HibernateConnectionProvider(Connection) - Constructor for class com.atlassian.confluence.upgrade.recovery.HibernateConnectionProvider
 
HibernateContentEntityHelper - Class in com.atlassian.confluence.plugins.edgeindex.rest
 
HibernateContentEntityHelper(EntityManagerProvider) - Constructor for class com.atlassian.confluence.plugins.edgeindex.rest.HibernateContentEntityHelper
 
HibernateContentPermissionPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
HibernateContentPermissionPersister() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.HibernateContentPermissionPersister
Deprecated.
 
HibernateContentPermissionPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
HibernateContentPermissionPersisterFactory() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.HibernateContentPermissionPersisterFactory
Deprecated.
 
HibernateContentPermissionSetDao - Class in com.atlassian.confluence.security.persistence.dao.hibernate
 
HibernateContentPermissionSetDao() - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
HibernateContentQueryFactory - Interface in com.atlassian.confluence.content.persistence.hibernate
Interface that needs to be implemented by a HibernateContentQuery plugin module.
HibernateContentQueryModuleDescriptor - Class in com.atlassian.confluence.content.persistence.hibernate
Module descriptor to allow plugins to provide custom queries for looking up pluggable content.
HibernateContentQueryModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
 
HibernateDatabaseCapabilities - Interface in com.atlassian.confluence.core.persistence.hibernate
Exposes information about the capabilities and types of the database being used by Hibernate.
HibernateDatabaseCapabilities.HibernateConfigAdapter - Class in com.atlassian.confluence.core.persistence.hibernate
 
HibernateDdlExecutor - Class in com.atlassian.confluence.upgrade.ddl
Executes any set of DdlCommands thrown its way.
HibernateDdlExecutor(HibernateDatabaseCapabilities, SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
 
HibernateDirectoryDao - Class in com.atlassian.confluence.impl.user.crowd.hibernate
Hibernate 5/Spring implementation of directory persistence
HibernateDirectoryDao(SessionFactory, InternalUserDao, InternalGroupDao, InternalMembershipDao) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectoryDao
 
HibernateDirectorySynchronisationStatusDao - Class in com.atlassian.confluence.impl.user.crowd.hibernate
 
HibernateDirectorySynchronisationStatusDao(SessionFactory, TransactionTemplate) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationStatusDao
 
HibernateDirectorySynchronisationTokenDao - Class in com.atlassian.confluence.impl.user.crowd.hibernate
 
HibernateDirectorySynchronisationTokenDao(SessionFactory, TransactionTemplate, DirectoryDao) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationTokenDao
 
HibernateDraftDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
Database storage for drafts.
HibernateDraftDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
HibernateEntityExistenceFilter - Class in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
This filter verifies whether the imported object has the corresponding Hibernate entity or not.
HibernateEntityExistenceFilter(HibernateMetadataHelper) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.HibernateEntityExistenceFilter
 
HibernateEntityManagerProvider - Class in com.atlassian.confluence.impl.hibernate
Provides access to the current hibernate Session object.
HibernateEntityManagerProvider(SessionFactory) - Constructor for class com.atlassian.confluence.impl.hibernate.HibernateEntityManagerProvider
 
HibernateField - Class in com.atlassian.confluence.impl.backuprestore.hibernate
Information about Hibernate field.
HibernateField(List<Type>, List<String>, String[], Class<?>) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
Deprecated.
since 8.3.0
HibernateField(List<Type>, List<String>, String[], Class<?>, boolean) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
HibernateField(Type, String, String[], Class<?>) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
Deprecated.
since 8.3.0
HibernateField(Type, String, String[], Class<?>, boolean) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
HibernateGetConnectionFilter - Class in com.atlassian.confluence.impl.servlet
A Filter which intercepts calls to ConnectionProvider.getConnection() and throws an exception if, and only if, the inbound request is trying to render an HTTP 500 error when the DB connection pool is exhausted.
HibernateGetConnectionFilter() - Constructor for class com.atlassian.confluence.impl.servlet.HibernateGetConnectionFilter
 
HibernateGroupDao - Class in com.atlassian.confluence.impl.user.crowd.hibernate
Hibernate 5/Spring implementation of group persistence
HibernateGroupDao(SessionFactory, Supplier<DirectoryDao>, InternalMembershipDao, BatchProcessor<Session>, BatchFinder) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
HibernateHandle - Class in bucket.core.persistence.hibernate
Deprecated.
since 7.20. Will be relocated to com.atlassian.confluence.core.persistence.hibernate package
HibernateHandle - Class in com.atlassian.confluence.core.persistence.hibernate
 
HibernateHandle(Searchable) - Constructor for class bucket.core.persistence.hibernate.HibernateHandle
Deprecated.
 
HibernateHandle(Searchable) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.HibernateHandle
 
HibernateHandle(String) - Constructor for class bucket.core.persistence.hibernate.HibernateHandle
Deprecated.
 
HibernateHandle(String) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.HibernateHandle
 
HibernateHandle(String, long) - Constructor for class bucket.core.persistence.hibernate.HibernateHandle
Deprecated.
 
HibernateHandle(String, long) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.HibernateHandle
 
HibernateHandleResolver - Class in com.atlassian.confluence.core.persistence.hibernate
Resolves a Handle for a persistent object.
HibernateHandleResolver() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.HibernateHandleResolver
 
HibernateHiLoIdFixer - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0. Will be moved to impl package.
HibernateHiLoIdFixer(EventPublisher, SessionFactory) - Constructor for class com.atlassian.confluence.importexport.xmlimport.HibernateHiLoIdFixer
Deprecated.
 
HibernateIncrementalSyncSubscriptionDao - Class in com.atlassian.confluence.impl.incrementalsync.dao
Hibernate implementation of IncrementalSyncSubscriptionDao
HibernateIncrementalSyncSubscriptionDao(SessionFactory, Clock) - Constructor for class com.atlassian.confluence.impl.incrementalsync.dao.HibernateIncrementalSyncSubscriptionDao
 
HibernateInternalMembershipDao - Class in com.atlassian.confluence.impl.user.crowd.hibernate
Allows bulk membership changes via database IDs rather than by name.
HibernateInternalMembershipDao(SessionFactory) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateInternalMembershipDao
 
HibernateInternalRunDetailsDao - Class in com.atlassian.confluence.internal.schedule.persistence.dao
The implementation of InternalRunDetailsDao interface
HibernateInternalRunDetailsDao(HibernateDatabaseCapabilities) - Constructor for class com.atlassian.confluence.internal.schedule.persistence.dao.HibernateInternalRunDetailsDao
 
HibernateJournalDao - Class in com.atlassian.confluence.impl.journal
JournalDao that uses Hibernate for persistence.
HibernateJournalDao(SessionFactory, Clock) - Constructor for class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
HibernateJvmVCacheRegionFactory - Class in com.atlassian.confluence.impl.hibernate
Basically an JCacheRegionFactory but shares an instance of EhCache CacheManager with Atlassian CacheManager.
HibernateJvmVCacheRegionFactory(CacheManager, CacheManager, CacheSettingsDefaultsProvider) - Constructor for class com.atlassian.confluence.impl.hibernate.HibernateJvmVCacheRegionFactory
 
HibernateKey - Class in com.atlassian.confluence.security.persistence.dao.hibernate.legacy
Hibernate data transfer object for cryptographic keys
HibernateKey() - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.legacy.HibernateKey
 
HibernateKeyPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
HibernateKeyPersister() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.HibernateKeyPersister
Deprecated.
 
HibernateKeyPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
HibernateKeyPersisterFactory() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.HibernateKeyPersisterFactory
Deprecated.
 
HibernateKeyStoreDao - Class in com.atlassian.confluence.security.persistence.dao.hibernate
Hibernate implementation of the KeyStore interface
HibernateKeyStoreDao(SessionFactory) - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateKeyStoreDao
 
HibernateLabelDao - Class in com.atlassian.confluence.labels.persistence.dao.hibernate
 
HibernateLabelDao() - Constructor for class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
HibernateLikeEntityDao - Class in com.atlassian.confluence.like
 
HibernateLikeEntityDao(SessionFactory) - Constructor for class com.atlassian.confluence.like.HibernateLikeEntityDao
 
HibernateLinkDao - Class in com.atlassian.confluence.links.persistence.dao.hibernate
 
HibernateLinkDao() - Constructor for class com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao
 
HibernateManagedCacheSupplier - Interface in com.atlassian.confluence.impl.cache.hibernate
Defines operations for obtaining references to ManagedCaches that represent Hibernate cache regions.
HibernateManagedRegionCacheFactory - Class in com.atlassian.confluence.impl.cache.hibernate
Responsible for creating ManagedCache implementations based upon Hibernate Regions.
HibernateManagedRegionCacheFactory(SessionFactoryImplementor, CacheSettingsDefaultsProvider) - Constructor for class com.atlassian.confluence.impl.cache.hibernate.HibernateManagedRegionCacheFactory
 
HibernateManagedRegionCacheLookup - Interface in com.atlassian.confluence.impl.cache.hazelcast
Deprecated, for removal: This API element is subject to removal in a future version.
HibernateMappingFactory - Class in com.atlassian.confluence.impl.core.persistence.hibernate
 
HibernateMappingFactory(HibernateDatabaseCapabilities) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.HibernateMappingFactory
 
hibernateMappingResources() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.HibernateMappingFactory
 
HibernateMembership - Class in com.atlassian.confluence.impl.user.crowd.hibernate
Hibernate representation of a membership that uses actual foreign keys and joins instead of trusting that database integrity will be maintained by a team of unicorns.
HibernateMembership - Class in com.atlassian.crowd.embedded.hibernate2
Deprecated.
since 7.17.0, use HibernateMembership instead
HibernateMembership() - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
Private constructor for Hibernate
HibernateMembership() - Constructor for class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
Private constructor for Hibernate
HibernateMembershipDao - Class in com.atlassian.confluence.impl.user.crowd.hibernate
Implementation of MembershipDao
HibernateMembershipDao(SessionFactory, InternalUserDao, InternalGroupDao, BatchProcessor, HibernateSchemaInformationService) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
HibernateMembershipPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
HibernateMembershipPersister() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.HibernateMembershipPersister
Deprecated.
 
HibernateMembershipPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
HibernateMembershipPersisterFactory() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.HibernateMembershipPersisterFactory
Deprecated.
 
hibernateMetadataHelper - Variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
HibernateMetadataHelper - Class in com.atlassian.confluence.impl.backuprestore.hibernate
Helps to retrieve all information about Hibernate entities.
HibernateMetadataHelper(ExportableEntityInfoFactory, SessionFactory, boolean) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
HibernateMetadataIntegrator - Class in com.atlassian.confluence.impl.core.persistence.hibernate
Implements the Hibernate Integrator SPI in order to obtain access to the Metadata.
HibernateMetadataIntegrator() - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.HibernateMetadataIntegrator
 
HibernateMetadataSource - Interface in com.atlassian.confluence.impl.core.persistence.hibernate
Provides operations for accessing the Hibernate Metadata and derived properties.
HibernateNonFlushingSessionWrapper - Class in com.atlassian.hibernate
HibernateNonFlushingSessionWrapper(HibernateSessionManager5) - Constructor for class com.atlassian.hibernate.HibernateNonFlushingSessionWrapper
 
HibernateNotificationDao - Class in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
 
HibernateNotificationDao() - Constructor for class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
HibernateObjectDao<T extends com.atlassian.core.bean.EntityObject> - Class in com.atlassian.confluence.core.persistence.hibernate
Generic DAO for hibernate objects.
HibernateObjectDao() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
HibernateObjectDao.Cacheability - Enum Class in com.atlassian.confluence.core.persistence.hibernate
 
HibernatePageAncestorManager - Class in com.atlassian.confluence.pages.ancestors
Stores page ancestors in the ANCESTORS table in the database.
HibernatePageAncestorManager() - Constructor for class com.atlassian.confluence.pages.ancestors.HibernatePageAncestorManager
 
HibernatePageDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
 
HibernatePageDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
HibernatePageTemplateDao - Class in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
 
HibernatePageTemplateDao() - Constructor for class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
HibernatePersonalInformationDao - Class in com.atlassian.confluence.user.persistence.dao.hibernate
 
HibernatePersonalInformationDao() - Constructor for class com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao
 
HibernatePluginDataDao - Class in com.atlassian.confluence.plugin.persistence.hibernate
Hibernate implementation of a PluginDataDao, which stores plugin JARs in a database for distribution among clustered application nodes.
HibernatePluginDataDao(SessionFactory) - Constructor for class com.atlassian.confluence.plugin.persistence.hibernate.HibernatePluginDataDao
 
HibernatePrefetchHelper - Class in com.atlassian.confluence.impl.content.render.prefetch.hibernate
 
HibernatePrefetchHelper(Session) - Constructor for class com.atlassian.confluence.impl.content.render.prefetch.hibernate.HibernatePrefetchHelper
 
HibernatePropertyKeys - Class in com.atlassian.confluence.persistence
The keys of custom Hibernate-related properties.
HibernateRelationDao<S extends RelatableEntity,T extends RelatableEntity> - Class in com.atlassian.confluence.internal.relations.dao.hibernate
 
HibernateRelationDao(SessionFactory) - Constructor for class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
HibernateResourceLoader - Class in com.atlassian.confluence.setup.velocity
Load resources via Hibernate.
HibernateResourceLoader() - Constructor for class com.atlassian.confluence.setup.velocity.HibernateResourceLoader
 
HibernateSchemaComparisonService - Class in com.atlassian.confluence.core.persistence.schema.hibernate
An implementation of SchemaComparisonService which uses the Hibernate mapping as the "expected" schema, and compares it with the actual database schema.
HibernateSchemaComparisonService(SessionFactoryImplementor, HibernateMetadataSource, SchemaInformationService) - Constructor for class com.atlassian.confluence.core.persistence.schema.hibernate.HibernateSchemaComparisonService
 
HibernateSchemaInformationService - Class in com.atlassian.confluence.core.persistence.schema.hibernate
An implementation of SchemaInformationService which uses the Hibernate SessionFactoryImplementor to get database related information.
HibernateSchemaInformationService(SessionFactoryImplementor, HibernateConfig) - Constructor for class com.atlassian.confluence.core.persistence.schema.hibernate.HibernateSchemaInformationService
 
HibernateSearch<TYPE> - Class in com.atlassian.confluence.impl.user.crowd.hibernate
A HibernateCallback that executes an HQLQuery against the database, converting parameters and results to the correct types.
HibernateSearchableDao - Class in com.atlassian.confluence.core.persistence.hibernate
 
HibernateSearchableDao(SessionFactory) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.HibernateSearchableDao
 
HibernateSessionManager5 - Class in com.atlassian.confluence.impl.hibernate
Provides methods to manage objects in the current Hibernate Session.
HibernateSessionManager5(SessionFactory, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.hibernate.HibernateSessionManager5
 
HibernateSpaceDao - Class in com.atlassian.confluence.spaces.persistence.dao.hibernate
 
HibernateSpaceDao() - Constructor for class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
HibernateSpacePermissionDao - Class in com.atlassian.confluence.security.persistence.dao.hibernate
 
HibernateSpacePermissionDao() - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
HibernateSpacePermissionsFilterDao - Class in com.atlassian.confluence.impl.search.v2.lucene.filter
This implementation was created instead of just using the existing SpaceDao and SpacePermissionsDao for a few reasons - Retrieving space objects from a named query results in you being returned Space proxies.
HibernateSpacePermissionsFilterDao(SessionFactory, SpacePermissionDao, UserAccessor) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.HibernateSpacePermissionsFilterDao
 
HibernateSqlCollectingFilter - Class in com.atlassian.confluence.functest.rest.admin.sqlcapture
A Servlet Filter which uses a HibernateSqlCollector to capture all SQL by Hibernate on the current request thread, and optionally stores that SQL for later retrieval.
HibernateSqlCollectingFilter(HibernateSqlCollector) - Constructor for class com.atlassian.confluence.functest.rest.admin.sqlcapture.HibernateSqlCollectingFilter
 
HibernateSqlCollector - Class in com.atlassian.confluence.functest.rest.admin.sqlcapture
Records all SQL issued by Hibernate by hooking into the org.hibernate.SQL log4j logger.
HibernateStatisticsSupplier - Class in com.atlassian.confluence.impl.jmx
Spring Factory Bean which will create Hibernate Statistic
HibernateStatisticsSupplier(SessionFactory) - Constructor for class com.atlassian.confluence.impl.jmx.HibernateStatisticsSupplier
 
HibernateTombstoneDao - Class in com.atlassian.confluence.impl.user.crowd.hibernate
 
HibernateTombstoneDao(Clock, SessionFactory) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
HibernateTrustedApplicationDao - Class in com.atlassian.confluence.security.persistence.dao.hibernate
Hibernate implementation of the TrustedApplicationDao.
HibernateTrustedApplicationDao(SessionFactory) - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateTrustedApplicationDao
 
HibernateUnwrapper - Class in com.atlassian.confluence.internal.search.v2.lucene
Unwraps Hibernate proxies reflectively, without adding a compile-time dependency on Hibernate itself.
HibernateUnwrapper() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.HibernateUnwrapper
 
HibernateUserDao - Class in com.atlassian.confluence.impl.user.crowd.hibernate
Implementation of UserDao which uses Hibernate 5.
HibernateUserDao(SessionFactory, Supplier<DirectoryDao>, InternalMembershipDao, ConfluenceUserDao, BatchProcessor<Session>, BatchFinder, BatchOperationManager) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
HibernateUserLoginInfoDao - Class in com.atlassian.confluence.security.persistence.dao.hibernate
 
HibernateUserLoginInfoDao(SessionFactory) - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateUserLoginInfoDao
 
HibernateUserType - Class in com.atlassian.confluence.impl.hibernate
Base class for Hibernate UserType objects in Confluence.
HibernateUserType() - Constructor for class com.atlassian.confluence.impl.hibernate.HibernateUserType
 
HibernateVersionHistoryDao - Class in com.atlassian.confluence.core.persistence.hibernate
 
HibernateVersionHistoryDao() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.HibernateVersionHistoryDao
 
HibernateZduStatusDao - Class in com.atlassian.confluence.internal.persistence.hibernate
Manage the ZduStatusEntity table.
HibernateZduStatusDao() - Constructor for class com.atlassian.confluence.internal.persistence.hibernate.HibernateZduStatusDao
 
hidden(boolean) - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
 
HIDDEN - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
HIDDEN - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
HiddenAttachmentBatchUploadCompletedEvent - Class in com.atlassian.confluence.event.events.content.attachment
An event indicating that o batch of one or more hidden attachments have completed uploading.
HiddenAttachmentBatchUploadCompletedEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentBatchUploadCompletedEvent
 
HiddenAttachmentCreateEvent - Class in com.atlassian.confluence.event.events.content.attachment
An event indicating that one or more hidden attachments have been added to a piece of content.
HiddenAttachmentCreateEvent(Object, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentCreateEvent
 
HiddenAttachmentCreateEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentCreateEvent
Construct a new HiddenAttachmentCreateEvent.
HiddenAttachmentRemoveEvent - Class in com.atlassian.confluence.event.events.content.attachment
Event sent *before* the removal of a hidden attachment.
HiddenAttachmentRemoveEvent(Object, Attachment, User) - Constructor for class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentRemoveEvent
 
HiddenAttachmentRestoreEvent - Class in com.atlassian.confluence.event.events.content.attachment
This is published when a hidden attachment is restored from the trash.
HiddenAttachmentRestoreEvent(Object, Attachment, ConfluenceUser) - Constructor for class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentRestoreEvent
Creates an attachment restore event
HiddenAttachmentUpdateEvent - Class in com.atlassian.confluence.event.events.content.attachment
An event indicating that a hidden attachment has been updated
HiddenAttachmentUpdateEvent(Object, Attachment, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentUpdateEvent
 
HiddenAttachmentVersionRemoveEvent - Class in com.atlassian.confluence.event.events.content.attachment
Event sent *before* the removal of a hidden attachment version.
HiddenAttachmentVersionRemoveEvent(Object, Attachment, User) - Constructor for class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentVersionRemoveEvent
 
hideSingleWebItem() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebSectionModuleDescriptor
 
Hierarchical<T> - Interface in com.atlassian.confluence.core
Please do not use this interface.
HierarchicalContentFileSystemHelper - Class in com.atlassian.confluence.pages.persistence.dao.filesystem
Provides utilties for creating hierarchical directory structures for storing Confluence content-related files.
HierarchicalContentFileSystemHelper() - Constructor for class com.atlassian.confluence.pages.persistence.dao.filesystem.HierarchicalContentFileSystemHelper
 
highlight - Variable in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
Highlight(String) - Constructor for class com.atlassian.confluence.search.v2.summary.Summary.Highlight
Constructs a highlighted fragment for the given text.
HIGHLIGHT - Static variable in class com.atlassian.confluence.api.model.search.SearchOptions.Excerpt
An excerpt that shows the matched text strings highlighted
HIGHLIGHT_END - Static variable in class com.atlassian.confluence.search.v2.SearchConstants
 
HIGHLIGHT_END - Static variable in interface com.atlassian.confluence.search.v2.SearchResult
 
HIGHLIGHT_START - Static variable in class com.atlassian.confluence.search.v2.SearchConstants
Placeholders used to decorate highlighted areas of the page
HIGHLIGHT_START - Static variable in interface com.atlassian.confluence.search.v2.SearchResult
Placeholders used to decorate highlighted areas of the search result
HIGHLIGHT_UNESCAPED - Static variable in class com.atlassian.confluence.api.model.search.SearchOptions.Excerpt
An excerpt is highlighted but NOT HTML escaped.
highlightOptionPanelEnabled - Variable in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
highlightTerm(String, TokenGroup) - Method in class com.atlassian.confluence.impl.search.summary.NoFormatFormatter
 
highlightTerm(String, TokenGroup) - Method in class com.atlassian.confluence.impl.search.summary.WrappingFormatter
 
highlightText(String) - Method in class com.atlassian.confluence.impl.search.summary.HitHighlighterImpl
Highlights text without fragmenting it.
highlightText(String) - Method in interface com.atlassian.confluence.search.summary.HitHighlighter
Highlights text without fragmenting it.
HightlightParams - Interface in com.atlassian.confluence.search.v2
Parameters for highlighting in search.
HiLoGeneratorInitialiserOnSiteRestore - Class in com.atlassian.confluence.impl.backuprestore.restore
Sets proper current ids for all tables, based on the information from entities.xml
HiLoGeneratorInitialiserOnSiteRestore(EventPublisher, SessionFactory, RestoreDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.HiLoGeneratorInitialiserOnSiteRestore
 
HINT - Enum constant in enum class com.atlassian.confluence.validation.MessageLevel
 
HISTORICAL - Static variable in class com.atlassian.confluence.api.model.content.ContentStatus
The state of content that is not at its latest version
HISTORICAL_VERSION - Enum constant in enum class com.atlassian.confluence.impl.retention.RetentionType
Historical versions of pages and attachment
HistoricalLoginInfo - Interface in com.atlassian.confluence.security.login
Encapsulates information about the login history of a particular user.
HistoricalVersion - Class in com.atlassian.confluence.impl.retention.rules
 
HistoricalVersion(Long, Long, Long, Integer, Date, String) - Constructor for class com.atlassian.confluence.impl.retention.rules.HistoricalVersion
 
historicalVersionService - Variable in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
HistoricalVersionService - Interface in com.atlassian.confluence.impl.retention
Provides methods for finding and deleting Confluence Historical Content
history() - Method in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
history(History) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
history(Reference<History>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
History - Class in com.atlassian.confluence.api.model.content
Contains the history of a piece of Content.
HISTORY - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
History.Expansions - Class in com.atlassian.confluence.api.model.content
Provides property names that can be used to expand History objects.
History.HistoryBuilder - Class in com.atlassian.confluence.api.model.content
Creates History instances.
HistoryAction - Class in com.atlassian.confluence.user.actions
 
HistoryAction() - Constructor for class com.atlassian.confluence.user.actions.HistoryAction
 
HistoryFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
Makes History instances and references.
HistoryFactory(PersonFactory, VersionFactory, ContentEntityManager, ContributorsFactory, ContentEntityObjectDaoInternal) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.HistoryFactory
 
HistorySummary - Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
since 7.0.1 , use History
HistorySummary(Option<EditSummary>, Option<EditSummary>, Option<EditSummary>, Option<EditSummary>, boolean, Person, Date) - Constructor for class com.atlassian.confluence.legacyapi.model.content.HistorySummary
Deprecated.
 
HitHighlighter - Interface in com.atlassian.confluence.search.summary
Finds search hits in content based on a given Lucene query.
HitHighlighterFactory - Interface in com.atlassian.confluence.search.summary
Creates a HitHighlighter which finds search hits in content based on a given Lucene query.
HitHighlighterImpl - Class in com.atlassian.confluence.impl.search.summary
Finds search hits in content based on a given Lucene query.
HitHighlighterImpl(Query, Analyzer) - Constructor for class com.atlassian.confluence.impl.search.summary.HitHighlighterImpl
Create a new highlighter that uses the default formatter, and HTML encoding.
HitHighlighterImpl(Query, Analyzer, Formatter) - Constructor for class com.atlassian.confluence.impl.search.summary.HitHighlighterImpl
Create a new highlighter with specified formatter with HTML encoding.
HitHighlighterImpl(Query, Analyzer, Formatter, Encoder) - Constructor for class com.atlassian.confluence.impl.search.summary.HitHighlighterImpl
Create a new highlighter
HoconCacheSettingsReader - Class in com.atlassian.confluence.impl.cache.config
Implementation of CacheSettingsDefaultsProvider that uses a read-only Configuration file that specifies the cache defaults.
HoconCacheSettingsReader(FileStore.Path, Resource) - Constructor for class com.atlassian.confluence.impl.cache.config.HoconCacheSettingsReader
 
HOME - Enum constant in enum class com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent.DiskType
 
HOME_PAGE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
HOME_PAGE_FIELD - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.HomePageExtractor
Deprecated.
since 7.20 use SearchFieldMappings.HOME_PAGE instead.
HomeDirsSetupAction - Class in com.atlassian.confluence.admin.actions
 
HomeDirsSetupAction() - Constructor for class com.atlassian.confluence.admin.actions.HomeDirsSetupAction
 
HomeHealthCheck - Class in com.atlassian.confluence.impl.health.checks
Checks that a Confluence home directory has been specified, and either exists or can be created.
HomeHealthCheck() - Constructor for class com.atlassian.confluence.impl.health.checks.HomeHealthCheck
 
HomeHealthCheckFailure - Class in com.atlassian.confluence.impl.health.checks
Gives the reason why the HomeHealthCheck failed.
HomeHealthCheckFailure.Reason - Enum Class in com.atlassian.confluence.impl.health.checks
Indicates the reason why the home check failed.
HomeHealthCheckMessageFactory - Class in com.atlassian.confluence.impl.health.checks
Creates human readable messages from a given HomeHealthCheckFailure.
HomeHealthCheckMessageFactory() - Constructor for class com.atlassian.confluence.impl.health.checks.HomeHealthCheckMessageFactory
 
homepage(Content) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
homepage(Reference<Content>) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
Homepage - Class in com.atlassian.confluence.impl.homepage
Represents the homepage on which a user should land when they enter Confluence.
HOMEPAGE - Static variable in class com.atlassian.confluence.api.model.content.Space.Expansions
 
HOMEPAGE_DASHBOARD - Static variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
HOMEPAGE_DASHBOARD - Static variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
HOMEPAGE_PATH - Static variable in class com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet
 
HOMEPAGE_PROFILE - Static variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
HOMEPAGE_PROFILE - Static variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
HOMEPAGE_SITEHOME - Static variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
HOMEPAGE_SITEHOME - Static variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
HomepageAction - Class in com.atlassian.confluence.dashboard.actions
Deprecated.
since 5.9. No longer used. IndexAction now performs the necessary redirection, rather than delegating to this action.
HomepageAction() - Constructor for class com.atlassian.confluence.dashboard.actions.HomepageAction
Deprecated.
 
HomePageExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts Home Page status.
HomePageExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.HomePageExtractor
 
HomepageService - Class in com.atlassian.confluence.impl.homepage
An service which uses the global and user settings to determine the homepage for any given user.
HomepageService(SpaceManager, GlobalSettingsManager, UserAccessor, SpacePermissionManager) - Constructor for class com.atlassian.confluence.impl.homepage.HomepageService
 
homePageTitle - Variable in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
HomePathPlaceholderResolver - Interface in com.atlassian.confluence.impl.filestore
Provides operations for resolving home directory placeholders in path strings.
Host - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
hostAllowsCustomProducts() - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
hostAllowsMultipleLicenses() - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
HostClassLoaderMethodInterceptor - Class in com.atlassian.confluence.osgi
Interceptor to do the equivalent of DefaultComponentRegistrar for objects dynamically returned by Host components.
HostClassLoaderMethodInterceptor() - Constructor for class com.atlassian.confluence.osgi.HostClassLoaderMethodInterceptor
 
hostName(String) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
HOUR - Enum constant in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
Limit a date's resolution to hour granularity.
HQLMembershipQueryTranslator - Class in com.atlassian.confluence.impl.user.crowd.hibernate
Hibernate query translator for our non-crowd-standard table structure for group membership.
HQLMembershipQueryTranslator() - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.HQLMembershipQueryTranslator
 
hrefEvaluator - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
HrefEvaluator - Interface in com.atlassian.confluence.content.render.xhtml.links
The marshalling of links involves creating the actual href attribute describing the destination of the link.
hslToRgb(float[]) - Static method in class com.atlassian.confluence.themes.AbstractColourScheme
Deprecated.
since 5.10
hslToRgb(float[]) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns the color value in the RGB space
HSQL17To18PreUpgradeCleaner - Class in com.atlassian.confluence.upgrade
Cleans up an embedded HSQL instance by opening it and shutting it down.
HSQL17To18PreUpgradeCleaner() - Constructor for class com.atlassian.confluence.upgrade.HSQL17To18PreUpgradeCleaner
 
HSQL2Dialect - Class in com.atlassian.confluence.impl.hibernate.dialect
The hibernate Dialect that's used for HSQLDB.
HSQL2Dialect() - Constructor for class com.atlassian.confluence.impl.hibernate.dialect.HSQL2Dialect
 
HSQLDB_RELATION_ALREADY_EXISTS_ERRORCODE - Static variable in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
HSQLDB_RELATION_ALREADY_EXISTS_SQLSTATE - Static variable in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
HsqldbPredicate - Class in com.atlassian.confluence.core.persistence
Predicate to tell whether we're running in HSQLDB or not.
HsqldbPredicate(HibernateConfig) - Constructor for class com.atlassian.confluence.core.persistence.HsqldbPredicate
 
HTML - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
HTML - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
HTML_EXPORT - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Used when rendering is occurring in an HTML export, such as from using Confluence's export space mechanism
HTML_FRIENDLY_NAME - Static variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
HTML_FRIENDLY_NAME - Static variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
HTML_MACRO_XHTML_MODULE_KEY - Static variable in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
HTML_MIME_TYPE - Static variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
HTML_MIME_TYPE - Static variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
HTML_SAFE_ANNOTATION - Static variable in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeAnnotationUtils
Deprecated.
 
HTML_UTIL - Enum constant in enum class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider.ContextItems
 
Html5RawTextElementFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.transformers
Takes xhtml fragments for raw text elements (as a matching pair of elements) and returns it as a pair of open and close tags (as required by the HTML 5 spec).
Html5RawTextElementFragmentTransformer() - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.Html5RawTextElementFragmentTransformer
 
Html5VoidElementFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.transformers
Takes xhtml fragments for void elements (either as empty elements or as a matching pair of elements) and returns it as a single self closing tag (as required by the HTML 5 spec).
Html5VoidElementFragmentTransformer() - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.Html5VoidElementFragmentTransformer
 
htmlClass - Variable in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
htmlDiffer() - Method in class com.atlassian.confluence.diff.DiffContextConfiguration
The Differ component to use when rendering diffs for display in an HTML client.
HtmlDiffer - Interface in com.atlassian.confluence.diff
 
HtmlElementIdCreator - Class in com.atlassian.confluence.content.render.xhtml
A non-thread safe class used to create HTML ids within a render 'context'.
HtmlElementIdCreator() - Constructor for class com.atlassian.confluence.content.render.xhtml.HtmlElementIdCreator
 
htmlEncode(Object) - Static method in class com.atlassian.confluence.util.HtmlUtil
Encodes the given Object to be HTML safe using entity escapes.
htmlEncode(String) - Static method in class com.atlassian.confluence.util.HtmlUtil
Encodes the given text to be HTML safe using entity escapes.
htmlEncodeAndReplaceSpaces(String) - Static method in class com.atlassian.confluence.util.HtmlUtil
Encodes the given text to be HTML safe using entity escapes, and embedding non-breaking spaces in place of spaces.
HtmlEncoder - Class in com.atlassian.confluence.impl.search.summary
 
HtmlEncoder - Class in com.atlassian.confluence.plugins.opensearch.encoder
Encoder to encode text for html
HtmlEncoder() - Constructor for class com.atlassian.confluence.impl.search.summary.HtmlEncoder
 
HtmlEncoder() - Constructor for class com.atlassian.confluence.plugins.opensearch.encoder.HtmlEncoder
 
HtmlEntityEscapeUtil - Class in com.atlassian.confluence.util
Portions of this class copied from Apache commons-lang StringEscapeUtils -- it was easier to copy the relevant bits than it was to upgrade commons-lang to 2.0 :)
HtmlEntityEscapeUtil() - Constructor for class com.atlassian.confluence.util.HtmlEntityEscapeUtil
 
htmlEscapeQuotes(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
Deprecated.
since 7.3.0, use StringEscapeUtils.escapeEcmaScript(String) combined with HtmlUtil.htmlEncode(String) or template-level automatic escaping
HtmlExporter - Class in com.atlassian.confluence.impl.importexport
 
HtmlExporter() - Constructor for class com.atlassian.confluence.impl.importexport.HtmlExporter
 
HtmlExportHrefEvaluator - Class in com.atlassian.confluence.content.render.xhtml.links
An HrefEvaluator that will generate links appropriate for HTML exported content.
HtmlExportHrefEvaluator(HrefEvaluator, HrefEvaluator) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.HtmlExportHrefEvaluator
 
HtmlExportLinkFormatter - Class in com.atlassian.confluence.importexport.impl
 
HtmlFragment - Class in com.atlassian.confluence.velocity.htmlsafe
Deprecated.
since 6.5. Use HtmlFragment instead.
HtmlFragment(Object) - Constructor for class com.atlassian.confluence.velocity.htmlsafe.HtmlFragment
Deprecated.
 
HtmlImageParser - Class in com.atlassian.confluence.importexport.impl
This class parses html and extracts all the image tags required for exports using the given image processing rule.
HtmlImageParser() - Constructor for class com.atlassian.confluence.importexport.impl.HtmlImageParser
 
HtmlImageProcessingRule - Class in com.atlassian.confluence.importexport.impl
Processes image tags for html exports.
HtmlImageProcessingRule() - Constructor for class com.atlassian.confluence.importexport.impl.HtmlImageProcessingRule
 
HTMLPairType - Class in com.atlassian.confluence.util
 
HTMLPairType() - Constructor for class com.atlassian.confluence.util.HTMLPairType
 
HTMLPairType(HtmlFragment, HtmlFragment) - Constructor for class com.atlassian.confluence.util.HTMLPairType
Constructs a HTMLPairtype using the passed in HtmlFragments.
HTMLPairType(String, String) - Constructor for class com.atlassian.confluence.util.HTMLPairType
Convinience method that will create HtmlFragments to surround the passed strings.
HTMLParagraphStripper - Class in com.atlassian.confluence.xml
Responsible for stripping paragraph tags.
HTMLParagraphStripper(XMLOutputFactory, XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.xml.HTMLParagraphStripper
 
HtmlSafe - Annotation Interface in com.atlassian.confluence.velocity.htmlsafe
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.5, for removal in 10.0. Use HtmlSafe instead.
HtmlSafeAnnotationUtils - Class in com.atlassian.confluence.velocity.htmlsafe
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0, for removal in 10.0 alongside HtmlSafe.
HtmlSafeDirective - Class in com.atlassian.confluence.velocity.htmlsafe
Marker directive to indicate that this template has been designed to work correctly with Anti-XSS measures.
HtmlSafeDirective() - Constructor for class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeDirective
 
HtmlSafeVelocityTemplate - Interface in com.atlassian.confluence.velocity.htmlsafe
 
HTMLSearchableTextUtil - Class in com.atlassian.confluence.util
A utility class that will take a String formatted as HTML and remove all tags and attributes leaving only the text nodes and CData content intact.
HTMLSearchableTextUtil() - Constructor for class com.atlassian.confluence.util.HTMLSearchableTextUtil
 
HtmlString - Class in com.atlassian.confluence.api.model
Represents a raw html string.
HtmlString(String) - Constructor for class com.atlassian.confluence.api.model.HtmlString
 
HtmlStripCharFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
Strip html tag.
HtmlStripCharFilterDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.HtmlStripCharFilterDescriptor
 
HtmlToXmlConverter - Interface in com.atlassian.confluence.content.render.xhtml
Convert a String supplied in HTML to well formed XML that can be handled by an XML parser.
HtmlUtil - Class in com.atlassian.confluence.util
Utility class for encoding and decoding HTML and URL strings.
HtmlUtil() - Constructor for class com.atlassian.confluence.util.HtmlUtil
 
HTTP - Static variable in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
HTTP_CONFIG - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
HTTP_HEADER_SECURITY_CONTENT_SECURITY_POLICY_DISABLED - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
HTTP_HEADER_SECURITY_CONTENT_SECURITY_POLICY_VALUE - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
HTTP_HEADER_SECURITY_DISABLED_SYSTEM_PROPERTY - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
HTTP_HEADER_SECURITY_HSTS_INCLUDE_SUB_DOMAINS - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
HTTP_HEADER_SECURITY_HSTS_MAX_AGE - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
HTTP_HEADER_SECURITY_HSTS_PRELOAD_ENABLED - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
HTTP_INCLUDE_STACK_MAX_DEPTH - Static variable in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
 
HTTP_REQUEST_ATTR_KEY_WEB_INTERFACE_CONTEXT - Static variable in class com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshDecorator
 
HTTP_REQUEST_ATTR_KEY_WEB_INTERFACE_CONTEXT - Static variable in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
Deprecated.
 
HTTP_USER_AGENT_STRING - Static variable in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
 
HttpActiveSessionIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.http
IPD Job that measures the number of active HTTP user sessions
HttpActiveSessionIpdJob(IpdJobRegistry, IpdRegistry, IpdSessionMonitoringService) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpActiveSessionIpdJob
 
HttpCacheValidatable - Interface in com.atlassian.confluence.core.actions
Actions that wish to be served to browsers/clients with http cache validation headers (Last-Modified and etag) should implement this interface.
HttpCertificateRetrievalService - Class in com.atlassian.confluence.security.trust
This class retrieves a trusted application certificate via http.
HttpCertificateRetrievalService() - Constructor for class com.atlassian.confluence.security.trust.HttpCertificateRetrievalService
 
httpClientRequestFactory - Variable in class com.atlassian.confluence.api.impl.sal.AbstractHttpClientFactory
 
HttpClientUnAuthorisedResponse - Class in com.atlassian.confluence.util.http.httpclient
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6.0 will be removed in 9.0
HttpClientUnAuthorisedResponse() - Constructor for class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
HttpConnectionPoolIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.http
 
HttpConnectionPoolIpdJob(IpdJobRegistry, IpdRegistry, DefaultHttpConnectionPoolService) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpConnectionPoolIpdJob
 
HttpConnectionPoolMetric - Class in com.atlassian.confluence.internal.diagnostics.ipd.http
 
HttpConnectionPoolMetric(int, int, int) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpConnectionPoolMetric
 
httpContext - Variable in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AbstractTab
 
HttpContext - Interface in com.atlassian.confluence.web.context
Provides access to the key objects provided by the servlet API when processing an HTTP request.
HttpDateFormat - Class in com.atlassian.confluence.plugins.rest.jackson2.filter
 
HttpMethodRequired - Annotation Interface in com.atlassian.confluence.xwork.http
Deprecated.
since 7.2.0. Use PermittedMethods instead.
HttpMethodValidationInterceptor - Class in com.atlassian.confluence.struts.interceptor
HttpMethodValidationInterceptor - Class in com.atlassian.confluence.xwork
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use HttpMethodValidationInterceptor instead.
HttpMethodValidationInterceptor() - Constructor for class com.atlassian.confluence.struts.interceptor.HttpMethodValidationInterceptor
 
HttpMethodValidationInterceptor() - Constructor for class com.atlassian.confluence.xwork.HttpMethodValidationInterceptor
Deprecated.
 
HttpPreventCachingFilter - Class in com.atlassian.confluence.servlet
Filter that applies a HTTP caching strategy over the Likes REST API.
HttpPreventCachingFilter() - Constructor for class com.atlassian.confluence.servlet.HttpPreventCachingFilter
 
HttpRecentSessionsIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.http
IPD Job that measures the number of recent HTTP user sessions.
HttpRecentSessionsIpdJob(IpdJobRegistry, IpdRegistry, HttpSessionTracker, IpdSessionMonitoringService) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpRecentSessionsIpdJob
 
HttpRequest - Class in com.atlassian.confluence.util.http
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0
HttpRequest() - Constructor for class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
HttpRequestConfig - Class in com.atlassian.confluence.util.http
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0
HttpRequestConfig() - Constructor for class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
HttpRequestConfig(int, int) - Constructor for class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
HttpRequestMonitoringFilter - Class in com.atlassian.confluence.internal.diagnostics
Filter that monitors http request duration.
HttpRequestMonitoringFilter() - Constructor for class com.atlassian.confluence.internal.diagnostics.HttpRequestMonitoringFilter
 
HttpRequestsJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.http
 
HttpRequestsJob(IpdJobRegistry, IpdRegistry, IpdHttpMonitoringService) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpRequestsJob
 
HttpRequestStats - Class in com.atlassian.confluence.event.events.analytics
Holder for statistics specific to an HTTP request.
HttpRequestStatsEvent - Class in com.atlassian.confluence.event.events.analytics
Analytics events that contains statistics for a single HTTP request.
HttpRequestStatsFilter - Class in com.atlassian.confluence.web.filter
Filter that will gather HTTP request statistics and publish them as an analytics event.
HttpRequestStatsFilter(EventPublisher) - Constructor for class com.atlassian.confluence.web.filter.HttpRequestStatsFilter
 
HttpRequestStatsInterceptor - Class in com.atlassian.confluence.struts.interceptor
Interceptor that, when applicable, adds a key that matches the keys used in confluence-browser-metrics projects to http request stats.
HttpRequestStatsInterceptor - Class in com.atlassian.confluence.xwork
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use HttpRequestStatsInterceptor instead.
HttpRequestStatsInterceptor() - Constructor for class com.atlassian.confluence.struts.interceptor.HttpRequestStatsInterceptor
 
HttpRequestStatsInterceptor() - Constructor for class com.atlassian.confluence.xwork.HttpRequestStatsInterceptor
Deprecated.
 
HttpResponse - Interface in com.atlassian.confluence.util.http
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0
HttpRetrievalService - Interface in com.atlassian.confluence.util.http
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0 Use RequestFactory or ReadOnlyApplicationLink instead.
HttpRetrievalServiceConfig - Class in com.atlassian.confluence.util.http
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0
HttpRetrievalServiceConfig() - Constructor for class com.atlassian.confluence.util.http.HttpRetrievalServiceConfig
Deprecated.
 
HTTPS - Static variable in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
HttpSessionRegistrarAttributeListener - Class in com.atlassian.confluence.event.listeners
 
HttpSessionRegistrarAttributeListener() - Constructor for class com.atlassian.confluence.event.listeners.HttpSessionRegistrarAttributeListener
 
HttpSessionRegistrarEventListener - Class in com.atlassian.confluence.event.listeners
 
HttpSessionRegistrarEventListener(UserAccessor, HttpContext, EventPublisher, DarkFeatureManager, SessionRegistry) - Constructor for class com.atlassian.confluence.event.listeners.HttpSessionRegistrarEventListener
 
HttpSessionRegistrarFilter - Class in com.atlassian.confluence.web.filter
 
HttpSessionRegistrarFilter() - Constructor for class com.atlassian.confluence.web.filter.HttpSessionRegistrarFilter
 
HttpSessionTracker - Class in com.atlassian.confluence.internal.diagnostics.ipd.http.session
The HttpSessionTracker keeps track of the "users" that have a "session" with Confluence.
HttpSessionTracker() - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.http.session.HttpSessionTracker
 
HttpThreadsVsDbConnectionPoolRule - Class in com.atlassian.confluence.impl.health.checks.rules
Determines whether the ratio of HTTP Threads to Database Connection Pool for all connectors is correct.
HttpThreadsVsDbConnectionPoolRule(TomcatConfigHelper, DatabaseConfigHelper, ErrorMessageProvider) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.HttpThreadsVsDbConnectionPoolRule
Production constructor.
HttpThreadsVsDbConnectionsHealthCheck - Class in com.atlassian.confluence.impl.health.checks
A HealthCheck that checks whether there are enough DB connections in the pool relative to the maximum number of HTTP threads.
HttpThreadsVsDbConnectionsHealthCheck(List<HealthCheckRule>) - Constructor for class com.atlassian.confluence.impl.health.checks.HttpThreadsVsDbConnectionsHealthCheck
 
HttpTimeoutParameters - Class in com.atlassian.confluence.api.impl.sal.util
Utility class to extract http time out parameter info.
HttpTimeoutParameters - Class in com.atlassian.sal.confluence.net.util
Utility class to extract http time out parameter info.
HttpTimeoutParameters() - Constructor for class com.atlassian.confluence.api.impl.sal.util.HttpTimeoutParameters
 
HttpTimeoutParameters() - Constructor for class com.atlassian.sal.confluence.net.util.HttpTimeoutParameters
 
humanReadableNodeName() - Method in interface com.atlassian.confluence.cluster.ClusterNodeInformation
Returns the optionally-defined, human-readable name of this cluster node.
humanReadableNodeName() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterNodeInformation
 
HUNGARIAN - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
HungarianAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Hungarian language analyzer provider
HungarianAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.HungarianAnalyzerProvider
 

I

I18N_BY_LOCALE - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
I18N_KEY_ATTRIBUTE - Static variable in class com.atlassian.confluence.internal.health.HealthCheckAttributes
The name of the attribute under which the i18N key to be used is stored for Johnson events where the description requires translation prior to display.
I18N_RESOURCE_TYPE - Static variable in class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
 
I18NBean - Interface in com.atlassian.confluence.util.i18n
Responsible for fetching internationalised text for a given key.
i18nBeanFactory - Variable in class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
 
i18NBeanFactory - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
i18NBeanFactory - Variable in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AbstractTab
 
i18NBeanFactory - Variable in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
I18NBeanFactory - Interface in com.atlassian.confluence.util.i18n
Factory interface for retrieving i18n support beans
I18NBeanToMessageSourceAdapter - Class in it.com.atlassian.confluence.license
 
I18NBeanToMessageSourceAdapter(MessageSource) - Constructor for class it.com.atlassian.confluence.license.I18NBeanToMessageSourceAdapter
 
I18NBeanToMessageSourceAdapter(MessageSource, Locale) - Constructor for class it.com.atlassian.confluence.license.I18NBeanToMessageSourceAdapter
 
I18NCacheInitEvent - Class in com.atlassian.confluence.util.i18n.event
This analytics event is fired whenever CachingI18NBeanFactory has had a cache miss and needs to initialise a new I18NBean.
I18NCacheInitEvent(Locale) - Constructor for class com.atlassian.confluence.util.i18n.event.I18NCacheInitEvent
 
I18nErrorMessageProvider - Class in com.atlassian.confluence.impl.health
Production implementation of ErrorMessageProvider.
I18nErrorMessageProvider() - Constructor for class com.atlassian.confluence.impl.health.I18nErrorMessageProvider
 
I18nJsonator - Class in com.atlassian.confluence.json.jsonator
A Jsonator for i18n Message objects.
I18nJsonator(I18NBean) - Constructor for class com.atlassian.confluence.json.jsonator.I18nJsonator
 
i18nModeManager - Variable in class com.atlassian.confluence.web.filter.TranslationModeFilter
 
I18nModeManager - Interface in com.atlassian.confluence.util.i18n
 
i18nResolver() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
i18nResolver() - Method in class com.atlassian.confluence.plugins.opensearch.healthchecks.config.SpringConfig
 
I18nResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
Rest resource for accessing translations in Confluence.
I18nResource(UserAccessor, PluginAccessor, LocaleManager, I18NBeanFactory, HttpContext, SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.I18nResource
 
I18NResource - Interface in com.atlassian.confluence.util.i18n
 
I18NResourceBundlesLoader - Class in com.atlassian.confluence.util.i18n
Simulates the behaviour of ResourceBundle.getBundle() and searches for all bundles for a locale from most specific to least specific
I18NResourceBundlesLoader() - Constructor for class com.atlassian.confluence.util.i18n.I18NResourceBundlesLoader
 
I18NSupport - Class in com.atlassian.confluence.util
Deprecated.
I18NSupport() - Constructor for class com.atlassian.confluence.util.I18NSupport
Deprecated.
 
icacheGet(Object) - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
icachePut(Object, IntrospectionCacheData) - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
icon(Reference<Icon>) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
icon(Icon) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
icon(String) - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon.Builder
 
Icon - Class in com.atlassian.confluence.api.model.web
Represents an image with fixed dimensions, often for a Person or Space.
Icon(Icon.Builder) - Constructor for class com.atlassian.confluence.api.model.web.Icon
 
Icon(String, int, int, boolean) - Constructor for class com.atlassian.confluence.api.model.web.Icon
 
ICON - Static variable in class com.atlassian.confluence.api.model.content.Space.Expansions
 
ICON_DOWNLOAD_RESOURCE_PREFIX - Enum constant in enum class com.atlassian.confluence.importexport.resource.DownloadResourcePrefixEnum
 
Icon.Builder - Class in com.atlassian.confluence.api.model.web
 
iconCssClass(String) - Method in class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
IconDownloadResourceManager - Class in com.atlassian.confluence.importexport.resource
 
IconDownloadResourceManager(ResourceAccessor) - Constructor for class com.atlassian.confluence.importexport.resource.IconDownloadResourceManager
 
IconFieldsProvider - Class in com.atlassian.confluence.plugins.graphql.providers
Provides fields to the 'Icon' GraphQL type
IconFieldsProvider(ContextPathHolder, GlobalSettingsManager) - Constructor for class com.atlassian.confluence.plugins.graphql.providers.IconFieldsProvider
 
IconFieldsProvider.PathType - Enum Class in com.atlassian.confluence.plugins.graphql.providers
 
id - Enum constant in enum class com.atlassian.confluence.api.model.content.Content.IdProperties
 
id - Variable in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
id - Variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntity
 
id - Variable in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
id() - Method in record class com.atlassian.confluence.functest.rest.admin.UserResource.LongTaskSubmission
Returns the value of the id record component.
id() - Method in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
id() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchFavouriteSortMapper
 
id() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchLowercaseFieldSortMapper
 
id() - Method in record class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalStateStore.JournalIdEntry
Returns the value of the id record component.
id() - Method in class com.atlassian.confluence.plugins.opensearch.scripts.ModifiedDateExpDecayScoreScriptProvider
 
id() - Method in class com.atlassian.confluence.plugins.opensearch.scripts.ModifiedDateGaussDecayScoreScriptProvider
 
id() - Method in interface com.atlassian.confluence.plugins.opensearch.scripts.OpenSearchStoredScriptProvider
The id of the script
id() - Element in annotation interface com.atlassian.confluence.util.test.annotations.UserJourney
 
id(long) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
id(long) - Method in class com.atlassian.confluence.labels.LabelUrlBuilder
 
id(ContentId) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
id(ContentId) - Method in class com.atlassian.confluence.api.model.content.ContentSelector.ContentSelectorBuilder
 
id(JsonContentPropertyId) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
 
id(ContentBlueprintId) - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec.ContentBlueprintSpecBuilder
 
id(LongTaskId) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus.LongTaskBuilder
 
id(LongTaskId) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskSubmission.LongTaskSubmissionBuilder
 
id(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
id(Long) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
id(String) - Method in class com.atlassian.confluence.api.model.content.Label.LabelBuilder
 
id(String) - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResultItem.Builder
 
ID - Static variable in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
ID - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
ID - Static variable in class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
ID - Static variable in class com.atlassian.confluence.security.websudo.WebSudoMessage
 
ID_COLUMN - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
IdAndTypeAnalyzingResourceIdentifierUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
Unmarshals resource identifiers using the resource id and resource type attributes on an anchor tag (if they're present).
IdAndTypeAnalyzingResourceIdentifierUnmarshaller(ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Addressable>, ResourceIdentifierFactory, ResourceIdentifierContextUtility, SettingsManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.IdAndTypeAnalyzingResourceIdentifierUnmarshaller
 
IdAndTypeResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Resource identifier containing the the id and type of a resource.
IdAndTypeResourceIdentifier(long, ContentTypeEnum) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.IdAndTypeResourceIdentifier
 
IdAndTypeResourceIdentifierResolver - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
IdAndTypeResourceIdentifierResolver(AttachmentManager, SpaceManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.IdAndTypeResourceIdentifierResolver
 
IdAndVersionPageLocator - Class in com.atlassian.confluence.content.service.page
A page locator that uses the page Id to find an identified version of a page.
IdAndVersionPageLocator(PageManager, long, int) - Constructor for class com.atlassian.confluence.content.service.page.IdAndVersionPageLocator
 
IdBlogPostLocator - Class in com.atlassian.confluence.content.service.blogpost
A blog post locator that uses the blog post Id to find a blog post
IdBlogPostLocator(PageManager, long) - Constructor for class com.atlassian.confluence.content.service.blogpost.IdBlogPostLocator
 
IdContentLocator - Class in com.atlassian.confluence.content.service
 
IdContentLocator(ContentEntityManager, long) - Constructor for class com.atlassian.confluence.content.service.IdContentLocator
 
identical(PropertySet, PropertySet) - Static method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
Check to see if the two propertySet contain the same values and types NOTE If both PropertySets are null then true is returned
IDENTIFYING_ATTRIBUTE_NAME - Static variable in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
Used to identify UI elements as being emoticons.
idf(long, long) - Method in class com.atlassian.confluence.internal.index.lucene.EdgeIndexSimilarity
 
idf(long, long) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
Implemented as log(1 + (numDocs - docFreq + 0.5)/(docFreq + 0.5)).
idfExplain(CollectionStatistics, TermStatistics) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
Computes a score factor for a simple term and returns an explanation for that score factor.
idfExplain(CollectionStatistics, TermStatistics[]) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
Computes a score factor for a phrase.
IdListAttachmentDeleteOptions - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
 
IdListAttachmentDeleteOptions(DefaultBulkOptions, List<Long>) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.IdListAttachmentDeleteOptions
 
IdListAttachmentDeleteOptionsBuilder() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.IdListAttachmentDeleteOptionsBuilder
 
IdListAttachmentIdentifier - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
This will allow to get attachment by ids.
IdListAttachmentIdentifier(List<Long>, AttachmentManager) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.IdListAttachmentIdentifier
 
IdMapper - Interface in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Responsible for keeping all required id mappings between the old ids and the new ones.
IdMapperFactory - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Creates id mapper based on job scope.
IdMapperFactory(List<ExistingEntityFinder>, PluginAccessor, RestoreDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.IdMapperFactory
 
IdMultiPartHashGenerator - Class in com.atlassian.confluence.pages.persistence.dao.filesystem
A class that will take a long Confluence Id and converted it to a multi-part hash with a particular number of parts.
IdMultiPartHashGenerator(int, int, int) - Constructor for class com.atlassian.confluence.pages.persistence.dao.filesystem.IdMultiPartHashGenerator
 
IdPageLocator - Class in com.atlassian.confluence.content.service.page
A page locator that uses the page Id to find a page
IdPageLocator(PageManager, long) - Constructor for class com.atlassian.confluence.content.service.page.IdPageLocator
 
IDS - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
IgnorableAdminTaskCriteria - Class in com.atlassian.confluence.admin.criteria
Criteria for Admin Tasks which can be dismissed.
IgnorableAdminTaskCriteria(String, SettingsManager) - Constructor for class com.atlassian.confluence.admin.criteria.IgnorableAdminTaskCriteria
Constructor
IgnorableAdminTaskCriteria(String, SettingsManager, AdminConfigurationCriteria) - Constructor for class com.atlassian.confluence.admin.criteria.IgnorableAdminTaskCriteria
Constructor with an alternative criteria.
IGNORE - Enum constant in enum class com.atlassian.confluence.core.persistence.hibernate.CacheMode
The session will never interact with the cache, except to invalidate cache items when updates occur.
IgnoreSettings(long) - Constructor for class com.atlassian.confluence.impl.journal.DefaultJournalManager.IgnoreSettings
 
ignoreUserDefinedExcerpt() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
Determines if user defined excerpts (e.g.
ignoreUserDefinedExcerpt(boolean) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
IgnoreWebAsyncManagerFilter - Class in com.atlassian.confluence.internal.web.filter.spring
This filter exists to work around an issue with plugins that use SpringMVC.
IgnoreWebAsyncManagerFilter() - Constructor for class com.atlassian.confluence.internal.web.filter.spring.IgnoreWebAsyncManagerFilter
 
ignoreWidthHeight - Variable in class com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
 
IllegalAttributeFilter - Class in com.atlassian.confluence.content.render.xhtml
Removes illegal XML attributes.
IllegalAttributeFilter() - Constructor for class com.atlassian.confluence.content.render.xhtml.IllegalAttributeFilter
 
IllegalExportScopeException() - Constructor for exception com.atlassian.confluence.importexport.impl.ExportScope.IllegalExportScopeException
 
IllegalExportScopeException(String) - Constructor for exception com.atlassian.confluence.importexport.impl.ExportScope.IllegalExportScopeException
 
IllegalPermissionStateException - Exception in com.atlassian.confluence.security.service
Exception thrown from a service when the permissions of the application are not in the correct state to allow the permission change requested to be performed.
IllegalPermissionStateException(String) - Constructor for exception com.atlassian.confluence.security.service.IllegalPermissionStateException
 
IllegalURLException - Exception in com.atlassian.confluence.api.service.exceptions
Custom Exception thrown when a URL is outside the whitelisted URLs
IllegalURLException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.IllegalURLException
 
ILuceneConnection - Interface in com.atlassian.confluence.internal.search.v2.lucene
A connection to a Lucene index.
ILuceneConnection.BatchUpdateAction - Interface in com.atlassian.confluence.internal.search.v2.lucene
 
ILuceneConnection.Configuration - Interface in com.atlassian.confluence.internal.search.v2.lucene
Provide configuration for the index writers used by implementations of this interface.
ILuceneConnection.ReaderAction - Interface in com.atlassian.confluence.internal.search.v2.lucene
 
ILuceneConnection.SearcherAction - Interface in com.atlassian.confluence.internal.search.v2.lucene
 
ILuceneConnection.SearcherWithTokenAction<T> - Interface in com.atlassian.confluence.internal.search.v2.lucene
 
ILuceneConnection.WriterAction - Interface in com.atlassian.confluence.internal.search.v2.lucene
 
IMAGE - Enum constant in enum class com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
content-type starts with image/
IMAGE - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
IMAGE_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedImageUnmarshaller
 
ImageAttributeParser - Class in com.atlassian.confluence.content.render.xhtml
A class encapsulating the commonality in parsing the attributes on an img or ac:image tag.
ImageAttributeParser(DefaultEmbeddedImage) - Constructor for class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
 
ImageAttributeWriter - Class in com.atlassian.confluence.content.render.xhtml
A class encapsulating the commonality in marshalling the attributes for an image in view, edit and storage.
ImageAttributeWriter(XMLStreamWriter) - Constructor for class com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
 
ImageCaptchaServlet - Class in com.atlassian.confluence.servlet
 
ImageCaptchaServlet() - Constructor for class com.atlassian.confluence.servlet.ImageCaptchaServlet
 
ImageDetails - Class in com.atlassian.confluence.pages.attachments
Class containing the image details of a single version of an Attachment.
ImageDetails(Attachment, int, int, String) - Constructor for class com.atlassian.confluence.pages.attachments.ImageDetails
 
ImageDetailsDao - Interface in com.atlassian.confluence.pages.attachments
Data Access Object for database storage and retrieval of ImageDetails.
ImageDetailsManager - Interface in com.atlassian.confluence.pages.attachments
Calculates, stores and retrieves ImageDetails for Attachments.
ImageDetailsPrefetchDao - Interface in com.atlassian.confluence.impl.content.render.prefetch
Provides a mechanism to prefetch imagde details entities.
imageDimensions(File) - Static method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.ThumbnailRenderer
Deprecated.
imageDimensions(InputStream) - Static method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.ThumbnailRenderer
Deprecated.
ImageDimensions - Class in com.atlassian.confluence.content.render.image
The height and width of an image or thumbnail.
ImageDimensions(int, int) - Constructor for class com.atlassian.confluence.content.render.image.ImageDimensions
 
imageId(Attachment) - Static method in class com.atlassian.confluence.pages.attachments.DefaultImageDetailsDao
 
ImageLinkEmoticonUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.image
Due to CONFSERVER-52441, instances may have emoticons which have been incorrectly stored as images.
ImageLinkEmoticonUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.image.ImageLinkEmoticonUnmarshaller
 
ImagePathHelper - Interface in com.atlassian.confluence.renderer.embedded
PLEASE NOTE: This interface was designed to work closely with the ThumbnailInfo object, to provide a way to vary the path it uses to generate the data.
ImagePlaceholder - Interface in com.atlassian.confluence.macro
 
ImageProcessingRule - Interface in com.atlassian.confluence.importexport.impl
A TagRule that is responsible for processing image tags.
ImageRenderUtils - Class in com.atlassian.confluence.content.render.image
Convenient utility methods for rendering of images.
ImageRenderUtils() - Constructor for class com.atlassian.confluence.content.render.image.ImageRenderUtils
 
IMAGES - Static variable in class com.atlassian.confluence.impl.webapp.urlrewrite.ConfluenceResourceDownloadRewriteRule
 
IMAGES - Static variable in class com.atlassian.confluence.servlet.rewrite.ConfluenceResourceDownloadRewriteRule
Deprecated.
 
ImageScaler - Class in com.atlassian.confluence.plugins.lookandfeel
 
ImageScaler(ConfluenceDirectories) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.ImageScaler
 
ImageStorer - Class in com.atlassian.confluence.pages.actions.beans
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, use AttachmentUploadHelper instead.
ImageStorer(ConfluenceActionSupport, ContentEntityObject, ThumbnailManager) - Constructor for class com.atlassian.confluence.pages.actions.beans.ImageStorer
Deprecated.
 
ImageStorer(ActionSupport, ContentEntityObject, ThumbnailManager) - Constructor for class com.atlassian.confluence.pages.actions.beans.ImageStorer
Deprecated, for removal: This API element is subject to removal in a future version.
IMDS_LOCAL_IP_SUFFIX - Static variable in class com.hazelcast.aws.ConfluenceAwsMetadataApi
 
ImmutableImportProcessorSummary - Interface in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0.
ImmutableImportProcessorSummary.PersistedKey - Interface in com.atlassian.confluence.importexport
Deprecated.
Represents the key of a persisted object.
immutableProperties() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
implies(Subject) - Method in class com.atlassian.confluence.user.ReadOnlyConfluenceUser
Deprecated.
 
IMPORT - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
IMPORT_EXPORT - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
importAttachments(ImportProcessorSummary, File) - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
Copies the attachments from the import location into the configured Confluence attachment store.
ImportBeans - Class in com.atlassian.confluence.activeobjects.spring
The Spring bean definitions for the ActiveObjects Confluence SPI Plugin.
ImportBeans() - Constructor for class com.atlassian.confluence.activeobjects.spring.ImportBeans
 
ImportContext - Interface in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0.
importedObject - Variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
ImportedObject - Class in com.atlassian.confluence.importexport.xmlimport.model
Deprecated.
since 7.17.0. Has to be moved to impl package.
ImportedObject(String, String, Collection<ImportedProperty>, CompositeId) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
Deprecated.
 
ImportedObjectFilter - Interface in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
Interface for filter that can exclude imported objects.
ImportedObjectModel - Class in com.atlassian.confluence.plugin.descriptor.restore
This is a model for imported object from xml file
ImportedObjectModel(Object, Class<?>, Map<String, Object>) - Constructor for class com.atlassian.confluence.plugin.descriptor.restore.ImportedObjectModel
 
ImportedObjectParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
ImportedObjectParser() - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.ImportedObjectParser
Deprecated.
 
ImportedObjectPostProcessor - Interface in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0.
ImportedObjectPreprocessor - Interface in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
Interface for preprocessors that modify imported objects.
ImportedObjectPreProcessor - Interface in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0.
ImportedObjectsDispatcher - Class in com.atlassian.confluence.impl.backuprestore.restore
Accepts objects and sends the object to the proper persister.
ImportedObjectsDispatcher(PersistersCreator, DeferredActionsHolder) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.ImportedObjectsDispatcher
 
ImportedObjectsDispatcherFactory - Class in com.atlassian.confluence.impl.backuprestore.restore
ImportedObjectsDispatcherFactory(ImportedObjectsStashFactory, RestoreDao, EntityInfoSqlHelper, IdMapperFactory, StorageFormatUserRewriter, AttachmentDataFileSystem, AttachmentDaoInternal) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.ImportedObjectsDispatcherFactory
 
ImportedObjectsStash - Interface in com.atlassian.confluence.impl.backuprestore.restore.stash
Allows to temporarily "stash" imported objects and read them later.
ImportedObjectsStashFactory - Interface in com.atlassian.confluence.impl.backuprestore.restore.stash
Creates an instance of ImportedObjectsStash which is responsible for temporarily keeping plenty of imported objects.
ImportedObjectsStashFactoryImpl - Class in com.atlassian.confluence.impl.backuprestore.restore.stash
Creates an instance of ImportedObjectsStash.
ImportedObjectsStashFactoryImpl(StashObjectsSerialiser, ConfluenceDirectories) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashFactoryImpl
 
ImportedObjectsStashImpl - Class in com.atlassian.confluence.impl.backuprestore.restore.stash
Allows to temporarily "stash" imported objects and then read them.
ImportedObjectsStashImpl(String, int, StashObjectsWriter, StashObjectsReader) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashImpl
 
ImportedObjectV1ToV2Converter - Class in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
Converts legacy ImportedObject to the new ImportedObjectV2.
ImportedObjectV1ToV2Converter(Collection<ImportedObjectFilter>, Collection<ImportedObjectPreprocessor>, HibernateMetadataHelper, EntityInfoSqlHelper) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ImportedObjectV1ToV2Converter
 
ImportedObjectV2 - Class in com.atlassian.confluence.impl.backuprestore.restore.domain
This is the replacement for legacy com.atlassian.confluence.importexport.xmlimport.model.ImportedObject class.
ImportedObjectV2(ExportableEntityInfo, Object, Map<String, Object>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
 
ImportedPluginDataPreProcessor - Interface in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. No replacement. The class is not used from Confluence 8.3.0.
ImportedProperty - Class in com.atlassian.confluence.importexport.xmlimport.model
Deprecated.
since 7.17.0.
ImportedProperty(String) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
Deprecated.
 
ImportedPropertyParserFactory - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
ImportedPropertyParserFactory() - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.ImportedPropertyParserFactory
Deprecated.
 
importEntities(boolean) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
Importer - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead
Importer() - Constructor for class com.atlassian.confluence.importexport.Importer
Deprecated.
 
importEverything() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
importEverything() - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
importEverything(boolean) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
ImportExportAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
ImportExportAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.ImportExportAuditListener
 
ImportExportException - Exception in com.atlassian.confluence.importexport
 
ImportExportException(String) - Constructor for exception com.atlassian.confluence.importexport.ImportExportException
 
ImportExportException(String, Throwable) - Constructor for exception com.atlassian.confluence.importexport.ImportExportException
 
ImportExportException(Throwable) - Constructor for exception com.atlassian.confluence.importexport.ImportExportException
 
ImportExportManager - Interface in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead
importExportTypes - Static variable in class com.atlassian.confluence.importexport.DefaultImportExportManager
importFinishedEvent(AsyncImportFinishedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.ImportExportAuditListener
 
ImportFinishedEvent - Class in com.atlassian.confluence.event.events.admin
 
ImportFinishedEvent(Object, ImportContext) - Constructor for class com.atlassian.confluence.event.events.admin.ImportFinishedEvent
 
ImportFinishedListener - Class in com.atlassian.sal.confluence.upgrade
This class listens for ImportFinishedEvent and triggers plugin upgrades when site import has been performed.
ImportFinishedListener(EventListenerRegistrar, PluginUpgradeManager) - Constructor for class com.atlassian.sal.confluence.upgrade.ImportFinishedListener
 
importFromFileSync(FilePart, boolean) - Method in class com.atlassian.confluence.functest.rest.admin.SiteImportResource
 
ImportLongRunningTask - Class in com.atlassian.confluence.importexport.actions
Deprecated.
since 7.17.0. Will be removed in the future with ImportExportManager.
ImportLongRunningTask(EventPublisher, IndexManager, ImportExportManager, ImportContext) - Constructor for class com.atlassian.confluence.importexport.actions.ImportLongRunningTask
Deprecated.
 
ImportLongRunningTask(EventPublisher, IndexManager, ImportExportManager, ImportContext, Supplier<Boolean>) - Constructor for class com.atlassian.confluence.importexport.actions.ImportLongRunningTask
Deprecated.
 
ImportMutex - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0.
ImportPagesAction - Class in com.atlassian.confluence.spaces.actions
This action can be used to import a bunch of text files as pages.
ImportPagesAction() - Constructor for class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
ImportProcessor - Interface in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
ImportProcessorContext - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
ImportProcessorContext(SessionImplementor, SessionFactoryImplementor, boolean, ImportContext) - Constructor for class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
ImportProcessorContext(SessionImplementor, SessionFactoryImplementor, ProgressMeter, boolean, ImportedObjectPreProcessor) - Constructor for class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
ImportProcessorSummary - Interface in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0 because of Hibernate 2 usage.
ImportResourceFunction - Class in com.atlassian.confluence.plugins.soy
Serialises resource(s) contained within modules.
ImportResourceFunction(DataSourceFactory) - Constructor for class com.atlassian.confluence.plugins.soy.ImportResourceFunction
 
importSpace(byte[]) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
importSpace(String, byte[]) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Import a space in a compressed XML format
importSpace(String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
importSpace(String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
importSpace(String, byte[]) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
Import a space in a compressed XML format
importSpace(String, byte[]) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
ImportTaskRunner - Interface in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Service responsible for running all additional tasks that should be executed before and after restore.
ImportTaskRunnerFactory - Class in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Factory for ImportTaskRunner
ImportTaskRunnerFactory(PreImportTaskRunner, PostImportTaskRunner) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.ImportTaskRunnerFactory
 
ImprovedEditorUnknownMacroMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
Replaces EditorUnknownMacroMarshaller to handle both body and bodiless macros.
ImprovedEditorUnknownMacroMarshaller(CommonMacroAttributeWriter, PlaceholderUrlFactory, XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.ImprovedEditorUnknownMacroMarshaller
 
in() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinRequest
 
in(BaseApiEnum...) - Method in class com.atlassian.confluence.api.model.BaseApiEnum
 
IN - Enum constant in enum class com.atlassian.confluence.impl.hibernate.query.InClauseType
 
IN_CLAUSE_LIMIT - Static variable in interface com.atlassian.confluence.pages.ancestors.AncestorsDao
 
IN_SPACE - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
IN_SPACE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
IN_SPACE_FIELD - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.SpaceKeyAndNameExtractor
Deprecated.
since 7.20 use SearchFieldMappings.IN_SPACE instead.
INACTIVE - Enum constant in enum class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncState
 
InboundMailServer - Interface in com.atlassian.confluence.mail
Defines the contract for an inbound mail server.
InboundServerCreated(String) - Constructor for class com.atlassian.confluence.event.events.analytics.MailServerAnalytics.InboundServerCreated
 
InboundServerDeleted(String) - Constructor for class com.atlassian.confluence.event.events.analytics.MailServerAnalytics.InboundServerDeleted
 
InClauseType - Enum Class in com.atlassian.confluence.impl.hibernate.query
Enumeration of types of IN clauses used in an SQL query.
INCLUDE - Enum constant in enum class com.atlassian.confluence.internal.content.collab.IncludeOwnContentEnum
 
INCLUDE_ARCHIVED_SPACES - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
includeArchivedSpaces(boolean) - Method in class com.atlassian.confluence.api.model.search.SearchOptions.Builder
 
INCLUDED_TABLENAME - Static variable in class com.atlassian.confluence.upgrade.recovery.ConfluenceTableReader
 
includeDeactivatedUsers() - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters
 
includeDeleted(boolean) - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery.Builder
 
includeDependents - Variable in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
includeExternallyDeletedUsers() - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters
 
includeFrom() - Method in interface com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchRangeQueryMapper.RangeQueryFacade
 
includeFrom(boolean) - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
 
IncludeOwnContentEnum - Enum Class in com.atlassian.confluence.internal.content.collab
 
IncludePageMacroLink - Class in com.atlassian.confluence.links.linktypes
{include} macros are actually treated as links by the renderer.
IncludePageMacroLink(String) - Constructor for class com.atlassian.confluence.links.linktypes.IncludePageMacroLink
 
includeResources(Writer) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
includeResources(Writer) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
includeResources(Writer) - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
includesPermissionCheck() - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
includeTo() - Method in interface com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchRangeQueryMapper.RangeQueryFacade
 
includeTo(boolean) - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
 
includeUnlicensedUsers() - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters
 
InclusionCriteria - Enum Class in com.atlassian.confluence.macro.query
Match tokens that describe what search constraint should be applied to a parsed SearchQuery.
incomingLinks - Variable in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
IncomingMailServerConnectionIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming
 
IncomingMailServerConnectionIpdJob(IpdJobRegistry, IpdIncomingMailServersStats, MailServerManager, IpdExecutors, OAuth2Service) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming.IncomingMailServerConnectionIpdJob
 
incPosition() - Method in class com.atlassian.confluence.pages.Page
 
increase() - Method in interface com.atlassian.confluence.util.profiling.Counter
Increase the counter by one.
increase(long) - Method in interface com.atlassian.confluence.util.profiling.Counter
Increase the counter by the specified amount.
increaseHighValue(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
increaseHighValue(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Put a number bigger than 65535 in Hibernate_unique_key table to force generated ids to be greater than max integer.
increaseHighValue(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
increment() - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
increment() - Method in class com.atlassian.confluence.util.DefaultProgress
 
increment() - Method in interface com.atlassian.confluence.util.Progress
 
increment(int) - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
increment(int) - Method in class com.atlassian.confluence.util.DefaultProgress
 
increment(int) - Method in interface com.atlassian.confluence.util.Progress
 
INCREMENT_RESTORE_CHECK_COUNT - Enum constant in enum class com.atlassian.confluence.index.SourceNodeExitAction
This action increments the count for restore checks.
INCREMENTAL_SUBSCRIPTION - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
INCREMENTAL_SYNC_EVENTS_BATCH_LIMIT_PREFIX - Static variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
IncrementalIndexManager - Interface in com.atlassian.confluence.internal.search
This manager is responsible for manipulating single Lucene directory and single index queue.
IncrementalSyncCleaner - Interface in com.atlassian.confluence.internal.api.service.incrementalsync
Provides a contract for JournalCleaner to clean journal data
IncrementalSyncCursor - Class in com.atlassian.confluence.internal.api.incrementalsync.model
A class which could be used to generate cursor for the next incremental sync pagination request
IncrementalSyncCursor(long, long) - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
 
incrementalSyncCursorCreator(EventPublisher) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
IncrementalSyncCursorCreator - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Class that listens for onApplicationStartedEvent and adds and option to create incremental sync cursors to CursorFactory
IncrementalSyncCursorCreator(EventPublisher) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncCursorCreator
 
IncrementalSyncCursorModel - Record Class in com.atlassian.confluence.plugins.restapi.rvsync.resources.model
Model class for an Incremental Sync Cursor so it can be used to return string format cursors in APIs.
IncrementalSyncCursorModel(String) - Constructor for record class com.atlassian.confluence.plugins.restapi.rvsync.resources.model.IncrementalSyncCursorModel
Creates an instance of a IncrementalSyncCursorModel record class.
incrementalSyncDataFetcher - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
IncrementalSyncDataFetcher<T extends IncrementalSyncModel> - Interface in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Retrieve incremental sync data based on the page request.
IncrementalSyncDataFetcherImpl<T extends IncrementalSyncModel> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Retrieve incremental sync data based on the page request.
IncrementalSyncDataFetcherImpl(PlatformTransactionManager, PaginationService, JournalServiceInternal, CommandFactory<T>, String, boolean) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncDataFetcherImpl
 
IncrementalSynchronisationNotAvailable - Interface in com.atlassian.confluence.internal.api.impl.service.incrementalsync
A marker interface which indicates incremental sync is not available
IncrementalSyncModel - Interface in com.atlassian.confluence.internal.api.incrementalsync.model
marker interface for all incremental sync model
IncrementalSyncPageResponse<T extends IncrementalSyncModel> - Class in com.atlassian.confluence.internal.api.incrementalsync.model
Page response class for incremental sync models.
IncrementalSyncPageResponse.Builder<T extends IncrementalSyncModel> - Class in com.atlassian.confluence.internal.api.incrementalsync.model
 
incrementalSyncService - Variable in class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
IncrementalSyncService<S extends SubscriptionSpec,T extends IncrementalSyncModel> - Interface in com.atlassian.confluence.internal.api.service.incrementalsync
Interface of incremental sync service
IncrementalSyncServiceConfiguration - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync
 
IncrementalSyncServiceConfiguration() - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
IncrementalSyncState - Enum Class in com.atlassian.confluence.internal.api.incrementalsync.model
 
IncrementalSyncSubscription - Class in com.atlassian.confluence.internal.api.incrementalsync.model
Model object for subscription
IncrementalSyncSubscription() - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
IncrementalSyncSubscription(long, String, UserKey, long, IncrementalSyncState, String, Instant) - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
IncrementalSyncSubscriptionDao - Interface in com.atlassian.confluence.impl.incrementalsync
 
IncrementalSyncSubscriptionEntity - Class in com.atlassian.confluence.incrementalsync
Hibernate entity object
IncrementalSyncSubscriptionEntity() - Constructor for class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
IncrementalSyncSubscriptionManager - Interface in com.atlassian.confluence.incrementalsync
An interface to work with IncrementalSyncSubscriptionEntity
IncrementalSyncUtil - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils
 
incrementCount() - Method in class com.atlassian.confluence.mail.reports.CommentReport
 
incrementCount() - Method in class com.atlassian.confluence.util.EstimatedProgressMeter
Increases the current count or progress by one.
incrementCycleCount() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
incrementErrorCount() - Static method in class com.atlassian.confluence.jmx.RequestMetrics
 
incrementIterationsCompleted() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
incrementRegisteredUserCount() - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
incrementRegisteredUserCount() - Method in class com.atlassian.confluence.util.DefaultUserChecker
Increments the cached number of registered users.
incrementRegisteredUserCount() - Method in interface com.atlassian.confluence.util.UserChecker
 
incrementScore(float) - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeTargetInfo
 
incrementSendCount() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
incrementToken() - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.AnalyzerFilter
 
incrementToken() - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.ExtendedDelimitersFilter
 
incrementToken() - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.FilenameFilter
 
IncSyncHelper - Class in com.atlassian.confluence.functest.rest.admin
We need this to workaround issue with REST HK2 IoC
IncSyncHelper(IncrementalSyncCleaner, IncrementalSyncCleaner, IncrementalSyncCleaner) - Constructor for class com.atlassian.confluence.functest.rest.admin.IncSyncHelper
 
IncSyncResource - Class in com.atlassian.confluence.functest.rest.admin
 
IncSyncResource(IncSyncHelper) - Constructor for class com.atlassian.confluence.functest.rest.admin.IncSyncResource
 
IndependentBackupRestoreJobManager - Class in com.atlassian.confluence.impl.backuprestore
A service that performs operations with backup/restore jobs, their settings and statistics in separate transactions to ensure proper concurrent processing.
IndependentBackupRestoreJobManager(BackupRestoreJobDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.IndependentBackupRestoreJobManager
 
index() - Method in class com.atlassian.confluence.plugins.restapi.resources.InstanceMetricsResource
 
index() - Method in class com.atlassian.confluence.plugins.restapi.resources.ServerInformationResource
 
index(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping.Builder
 
index(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping.Builder
 
index(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.LongFieldMapping.Builder
 
index(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping.Builder
 
index(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping.Builder
 
index(Searchable) - Method in interface com.atlassian.bonnie.Indexer
 
index(Searchable) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
index(Searchable) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
index(Searchable) - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Indexes the object without removing any existing copies from the index
index(Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexManager
 
index(Edge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexManager
Indexes an edge.
index(List<Searchable>, SearchIndexWriter) - Method in interface com.atlassian.confluence.internal.index.ChangeBatchIndexer
 
index(List<Searchable>, SearchIndexWriter) - Method in class com.atlassian.confluence.internal.index.DefaultChangeBatchIndexer
 
index(List<HibernateHandle>, ReindexProgress) - Method in interface com.atlassian.confluence.internal.index.BatchIndexer
 
index(List<HibernateHandle>, ReindexProgress) - Method in class com.atlassian.confluence.internal.index.ConcurrentBatchIndexer
 
index(List<HibernateHandle>, ReindexProgress) - Method in class com.atlassian.confluence.internal.index.DefaultBatchIndexer
 
index(UriInfo, ContentId, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentWatcherResource
 
index(UriInfo, String, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceLabelResource
 
index(UriInfo, String, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceWatcherResource
 
Index - Class in com.atlassian.confluence.search.v2
This class represents an index, which replaces the deprecated SearchIndex A developer can only define a new custom index via Index.custom(String) method.
Index - Enum Class in com.atlassian.confluence.internal.index
 
INDEX_DRAFTS - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
INDEX_LOCK_TIMEOUT_SECONDS - Static variable in class com.atlassian.confluence.spaces.SpaceConstants
While space creation we flush index queue, so this timeout is to limit the wait time for acquisition of lock on an index
INDEX_PROPAGATION - Enum constant in enum class com.atlassian.confluence.internal.index.event.ReIndexStartedAnalyticsEvent.IndexingMethod
 
INDEX_RECOVERY - Enum constant in enum class com.atlassian.confluence.internal.index.event.ReIndexStartedAnalyticsEvent.IndexingMethod
 
INDEX_RESTORE_START_CHECK_COUNT_MAX - Static variable in class com.atlassian.confluence.internal.index.status.schedule.ReIndexHouseKeepingJobRunner
 
INDEX_TASK_QUEUE_SIZE - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
Index.Type - Enum Class in com.atlassian.confluence.search.v2
 
IndexableAttachment - Record Class in com.atlassian.confluence.pages
A wrapper around an Attachment that implements the SearchableAttachment interface.
IndexableAttachment(Attachment) - Constructor for record class com.atlassian.confluence.pages.IndexableAttachment
Creates an instance of a IndexableAttachment record class.
IndexablePermissionSetFilter - Class in com.atlassian.confluence.impl.search.v2.extractor
Contains logic to determine which ContentPermissionSets should be stored in an index field.
IndexablePermissionSetFilter() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.IndexablePermissionSetFilter
 
IndexAction - Class in com.atlassian.confluence.core.actions
 
IndexAction() - Constructor for class com.atlassian.confluence.core.actions.IndexAction
 
IndexAnalysisFactory - Class in com.atlassian.confluence.plugins.opensearch.analysis
Factory class to create OpenSearch index analysis settings needed at index creation time.
IndexAnalysisFactory(List<OpenSearchAnalyzerProvider>, List<OpenSearchCustomTokenFilterProvider>, List<OpenSearchTokenizerProvider>, List<OpenSearchCustomCharacterFilterProvider>, DelegatingLanguageAnalyzerProvider, ConfluenceDefaultNormalizerFactory, OpenSearchAnalyzerMapper) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.IndexAnalysisFactory
 
IndexChecker - Class in com.atlassian.confluence.internal.upgrade.index
Check if an index exists.
IndexChecker(HibernateDatabaseCapabilities, JdbcTemplate) - Constructor for class com.atlassian.confluence.internal.upgrade.index.IndexChecker
 
IndexDescriptor - Class in com.atlassian.confluence.core.persistence.schema.descriptor
 
IndexDescriptor(String, String, boolean, Iterable<String>) - Constructor for class com.atlassian.confluence.core.persistence.schema.descriptor.IndexDescriptor
 
IndexDocumentBuildEvent - Class in com.atlassian.confluence.event.events.index
 
IndexDocumentBuildEvent(long, long, String, Searchable) - Constructor for class com.atlassian.confluence.event.events.index.IndexDocumentBuildEvent
 
INDEXED - Static variable in class com.atlassian.confluence.api.model.search.SearchOptions.Excerpt
An excerpt that displays a small initial segment of the indexed content
INDEXED_TITLE_FIELD_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchConstants
Name of title field that is indexed and is therefore searchable.
INDEXED_UNESCAPED - Static variable in class com.atlassian.confluence.api.model.search.SearchOptions.Excerpt
An Excerpt that displays a small initial segment of the indexed content, but NOT HTML escaped
INDEXED_VERSION - Enum constant in enum class com.atlassian.confluence.search.v2.SearchManager.EntityVersionPolicy
retrieves the specific version of search results found in the index (recommended)
Indexer - Interface in com.atlassian.bonnie
Indexes the data stored in an object for fast+flexible search querying.
IndexerControl - Interface in com.atlassian.confluence.search
Allows clients to enable/disable indexing.
IndexerEventListener - Class in com.atlassian.confluence.impl.search
Responsible for listening for published IndexerEventListener.VisitorEvents and passing them an ConfluenceIndexer for processing.
IndexerEventListener.VisitorEvent - Interface in com.atlassian.confluence.impl.search
 
IndexerEventPublisher - Class in com.atlassian.confluence.impl.search
A utility for class for publishing events to IndexerEventListener via an EventPublisher.
IndexerEventPublisher(EventPublisher) - Constructor for class com.atlassian.confluence.impl.search.IndexerEventPublisher
 
INDEXES_TO_SET_EARLIEST_ENTRY - Static variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
INDEXES_TO_SNAPSHOT - Static variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
indexExist(DenormalisedServiceStateRecord.ServiceType, String, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
indexExist(String, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
indexExist(String, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
indexExist(String, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.BaseOracleDdlHelper
 
indexExist(String, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
indexExist(String, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
indexExists() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
Checks if the unique index exists on the LABEL table.
indexExists(String, String) - Method in class com.atlassian.confluence.internal.upgrade.index.IndexChecker
 
IndexFlushEventDispatcher - Class in com.atlassian.confluence.impl.search
Listens to RequestIndexFlushEvents and routes the flush request to the correct IndexFlushScheduler
IndexFlushEventDispatcher(Map<SearchIndex, IndexFlushScheduler>, EventListenerRegistrar) - Constructor for class com.atlassian.confluence.impl.search.IndexFlushEventDispatcher
 
indexFlushRequester - Variable in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
IndexFlushRequester - Interface in com.atlassian.confluence.search
This class is responsible for requesting scheduling index flushes.
IndexFlushRequester.Resumer - Interface in com.atlassian.confluence.search
 
IndexFlushScheduledJob - Class in com.atlassian.confluence.impl.search
Requests that the supplied IndexFlushScheduler flushes the relevant index queue
IndexFlushScheduledJob(IndexFlushScheduler) - Constructor for class com.atlassian.confluence.impl.search.IndexFlushScheduledJob
 
IndexFlushScheduler - Class in com.atlassian.confluence.impl.search
Each time a flush is requested, this class will schedule a job to flush the index queue in 5 seconds, unless a flush has already been scheduled.
IndexFlushScheduler(SchedulerService, String, RunMode, long, IncrementalIndexManager, FullReindexManager) - Constructor for class com.atlassian.confluence.impl.search.IndexFlushScheduler
 
IndexFlushScheduler(SchedulerService, String, RunMode, long, IncrementalIndexManager, FullReindexManager, BooleanSupplier) - Constructor for class com.atlassian.confluence.impl.search.IndexFlushScheduler
JobRunnerKey and JobId use same value.
indexIncludingDependents(Searchable) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
indexIncludingDependents(Searchable) - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Add a content object and all its dependents (attachments, comments, children, etc.) to the index
IndexInfo - Class in com.atlassian.confluence.upgrade.upgradetask.splitindex
Collects information about an index to quickly determine where in a process we are
IndexInfo.Builder - Class in com.atlassian.confluence.upgrade.upgradetask.splitindex
 
IndexingBatchTask<T extends Searchable> - Class in com.atlassian.confluence.content.render.xhtml.migration.macro
A decorating batch task, re-indexing the searchable that the task is applied to.
IndexingBatchTask(BatchTask<T>, ConfluenceIndexer) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.macro.IndexingBatchTask
 
indexingDisabled() - Method in interface com.atlassian.confluence.search.IndexerControl
 
indexingDisabled() - Method in class com.atlassian.confluence.search.ThreadLocalIndexerControl
 
indexingEnabled() - Method in interface com.atlassian.confluence.search.IndexerControl
 
indexingEnabled() - Method in class com.atlassian.confluence.search.ThreadLocalIndexerControl
 
IndexingQueueProcessingTimeIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.index
IPD job that measures the accumulated processing time for batches in the main queue, change queue, and edge index queue.
IndexingQueueProcessingTimeIpdJob(IpdJobRegistry, IpdRegistry, EventPublisher, CachedIpdState) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexingQueueProcessingTimeIpdJob
 
IndexIntegrationTestConfig - Class in com.atlassian.confluence.core
 
IndexIntegrationTestConfig() - Constructor for class com.atlassian.confluence.core.IndexIntegrationTestConfig
 
IndexJournalService - Interface in com.atlassian.confluence.api.service.index
A specialised version of JournalService for the purpose of indexing, e.g.
indexJournalStateStore() - Method in class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
IndexLockService - Interface in com.atlassian.confluence.internal.index
Confluence has multiple indexes and some operations on them are mutually exclusive.
IndexLockTimeoutException - Exception in com.atlassian.confluence.search.v2
 
IndexLockTimeoutException(String) - Constructor for exception com.atlassian.confluence.search.v2.IndexLockTimeoutException
 
IndexLockTimeoutException(String, Throwable) - Constructor for exception com.atlassian.confluence.search.v2.IndexLockTimeoutException
 
indexManager - Variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
indexManager - Variable in class com.atlassian.confluence.impl.admin.actions.AbstractViewIndexQueueAction
 
indexManager - Variable in class com.atlassian.confluence.impl.search.actions.AbstractFlushIndexQueueAction
 
indexManager - Variable in class com.atlassian.confluence.spaces.actions.AbstractCreateSpaceAction
 
IndexManager - Interface in com.atlassian.confluence.search
The entry point to the Indexing Subsystem.
IndexManager.IndexQueueFlushMode - Enum Class in com.atlassian.confluence.search
Enum indicating the mode in which to flush the queue.
indexOf(Object) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
indexOf(Object) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
IndexQueueFlushCompleteEvent - Class in com.atlassian.confluence.event.events.search
An event to indicate that a flush of the index queue has completed with at least 1 item in the queue.
IndexQueueFlushCompleteEvent(Object, FlushStatistics) - Constructor for class com.atlassian.confluence.event.events.search.IndexQueueFlushCompleteEvent
 
IndexQueueItemsIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.index.items
IPD Job that measures the current number of items added and processed in the main, change and edge index queue.
IndexQueueItemsIpdJob(IpdJobRegistry, DefaultIndexQueueItemsService, IpdRegistry, EventPublisher) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemsIpdJob
 
IndexQueueItemsService - Interface in com.atlassian.confluence.internal.diagnostics.ipd.index.items
Service providing information about number of items added and processed in the index queue.
IndexQueueItemType - Class in com.atlassian.confluence.internal.diagnostics.ipd.index.items
 
IndexQueueItemType() - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemType
 
IndexQueueItemTypeMxBean - Interface in com.atlassian.confluence.internal.diagnostics.ipd.index.items
 
IndexQueueSizeIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.index
IPD Job that measures the size of the main, change and edge index queue.
IndexQueueSizeIpdJob(IpdJobRegistry, IpdRegistry, IndexQueueSizeService) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueSizeIpdJob
 
IndexQueueSizeMetric - Class in com.atlassian.confluence.internal.diagnostics.ipd.index
 
IndexQueueSizeMetric(long, long, long) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueSizeMetric
 
IndexQueueSizeService - Interface in com.atlassian.confluence.internal.diagnostics.ipd.index
Service providing information about current index queue sizes.
IndexQueueType - Enum Class in com.atlassian.confluence.internal.diagnostics.ipd.index
 
IndexRecoverer - Interface in com.atlassian.confluence.api.model.index
Deprecated.
since 7.0.1, there is no substitution for it.
IndexRecovererModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
IndexRecovererModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
 
IndexRecoveryService - Interface in com.atlassian.confluence.api.service.index
This service will support the recovery of a Lucene index.
IndexResource - Class in com.atlassian.confluence.functest.rest.admin
Modifies the Journal.
IndexResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
 
IndexResource(IndexFlushRequester, SearchIndexAccessor) - Constructor for class com.atlassian.confluence.functest.rest.admin.IndexResource
 
IndexResource(IndexManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.IndexResource
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.3.0
IndexResource(IndexManager, ReIndexService) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.IndexResource
 
IndexSnapshot(Index, Long) - Constructor for class com.atlassian.confluence.impl.system.task.RestoreIndexSnapshotMaintenanceTask.IndexSnapshot
 
IndexSnapshotCreationFailedEvent - Class in com.atlassian.confluence.internal.index.event
 
IndexSnapshotCreationFailedEvent(IndexSnapshotError) - Constructor for class com.atlassian.confluence.internal.index.event.IndexSnapshotCreationFailedEvent
 
IndexSnapshotCreationSuccessfulEvent - Class in com.atlassian.confluence.internal.index.event
This class represents an event that is triggered when the creation of index snapshots is successful.
IndexSnapshotCreationSuccessfulEvent(Map<String, Long>) - Constructor for class com.atlassian.confluence.internal.index.event.IndexSnapshotCreationSuccessfulEvent
Constructs a new IndexSnapshotCreationSuccessfulEvent with the given map of index and journal entry id.
IndexSnapshotError - Enum Class in com.atlassian.confluence.internal.index.lucene.snapshot
Various error in creating/restoring index snapshots
IndexSnapshotRestorationFailedEvent - Class in com.atlassian.confluence.internal.index.event
 
IndexSnapshotRestorationFailedEvent(String, String, long, IndexSnapshotError) - Constructor for class com.atlassian.confluence.internal.index.event.IndexSnapshotRestorationFailedEvent
 
IndexSnapshotRestorationSkippedEvent - Class in com.atlassian.confluence.internal.index.event
 
IndexSnapshotRestorationSkippedEvent(String, String) - Constructor for class com.atlassian.confluence.internal.index.event.IndexSnapshotRestorationSkippedEvent
 
IndexSnapshotRestoredSuccessfullyEvent - Class in com.atlassian.confluence.internal.index.event
 
IndexSnapshotRestoredSuccessfullyEvent(String, String, long) - Constructor for class com.atlassian.confluence.internal.index.event.IndexSnapshotRestoredSuccessfullyEvent
 
IndexSubsystemConfig - Class in com.atlassian.confluence.spring.index
Spring config for beans related to search and indexing
IndexSubsystemConfig() - Constructor for class com.atlassian.confluence.spring.index.IndexSubsystemConfig
 
IndexTask - Interface in com.atlassian.confluence.search
Indexing task.
indexTaskFactory - Variable in class com.atlassian.confluence.internal.search.queue.JournalIndexTaskQueue
 
indexTaskFactory - Variable in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
IndexTaskFactory - Interface in com.atlassian.confluence.search
Public interface to create a new ConfluenceIndexTask
IndexTaskFactoryInternal - Interface in com.atlassian.confluence.internal.search
 
IndexTaskQueue<T extends IndexTask> - Interface in com.atlassian.confluence.search
Confluence queues all of its index requests and then executes them in bulk.
IndexTaskType - Enum Class in com.atlassian.confluence.plugins.edgeindex
Enumeration of index task types.
IndexUrlHelper - Class in com.atlassian.confluence.setup.velocity
A velocity-oriented helper class for constructing deep-link index URLs
IndexUrlHelper(HomepageService, ContextPathHolder) - Constructor for class com.atlassian.confluence.setup.velocity.IndexUrlHelper
 
IndexWriterLatencyIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.filesystem
IPD Job which copy already existing index writer metric IndexWriterLatencyIpdJob.COMMIT_JMX_OBJECT_NAME to IPD metric.
IndexWriterLatencyIpdJob(IpdJobRegistry, IpdRegistry) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IndexWriterLatencyIpdJob
 
indices - Variable in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
indices - Variable in class com.atlassian.confluence.search.v2.AbstractSearch
 
indices(Index...) - Method in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
indices(Index...) - Method in interface com.atlassian.confluence.search.v2.ISearch.Builder
Specifies the targeted indexes
indices(List<Index>) - Method in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
indices(List<Index>) - Method in class com.atlassian.confluence.search.v2.DecoratorSearchBuilder
 
indices(List<Index>) - Method in interface com.atlassian.confluence.search.v2.ISearch.Builder
Specifies the targeted indexes
INDIVIDUAL - Enum constant in enum class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionType
This eviction type is for eviction of Synchrony Data for individual content objects (pages or blogs).
InExpressionBuilder - Class in com.atlassian.confluence.impl.hibernate.query
Builder for dealing with query strings using the IN clause (or NOT IN clause).
info(String, Object...) - Method in class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
info(String, Object...) - Method in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
INFO - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessageTypes
 
INFO - Enum constant in enum class com.atlassian.confluence.logging.sink.LogEvent.Level
 
INFO - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation.MessageLevel
 
INFO - Enum constant in enum class com.atlassian.confluence.test.util.Log4J2Logger.LogLevel
 
INFO - Enum constant in enum class com.atlassian.confluence.util.test.rules.Log4J2Logger.LogLevel
Deprecated.
 
INFO - Enum constant in enum class com.atlassian.confluence.validation.MessageLevel
 
INFORMATION - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
inGroup(Group) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
Deprecated.
in 5.9 Permissions are checked based on all groups the user is a member of (if a user is specified), which is determined in the implementation, so this is effectively ignored (and has been for a long time).
inGroups(List<Group>) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
Deprecated.
in 5.9 Permissions are checked based on all groups the user is a member of (if a user is specified), which is determined in the implementation, so this is effectively ignored (and has been for a long time).
INHERITED - Static variable in class com.atlassian.confluence.api.model.permissions.InheritedRestrictionType
 
INHERITED_LABEL - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
The same as LABEL, but for labels inherited from a containing object (i.e.
INHERITED_LABEL_FIELD - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.LabelExtractor
Deprecated.
since 7.20 use SearchFieldMappings.INHERITED_LABEL instead.
INHERITED_LABEL_TEXT - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
The same as LABEL_TEXT, but for labels inherited from a containing object (i.e.
INHERITED_LABEL_TEXT_FIELD - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.LabelExtractor
Deprecated.
InheritedContentPermissionManager - Interface in com.atlassian.confluence.core
 
InheritedContentPermissionSet - Class in com.atlassian.confluence.security
Containing both direct ContentPermissionSet and all ancestor ContentPermissionSet
InheritedContentPermissionSet(List<ContentPermissionSet>, List<ContentPermissionSet>) - Constructor for class com.atlassian.confluence.security.InheritedContentPermissionSet
 
InheritedLabelQuery - Class in com.atlassian.confluence.search.v2.query
Query for matching a single Label that was inherited from a piece of parent content, for example, searching for comments attached to pages with a certain label
InheritedLabelQuery(Label) - Constructor for class com.atlassian.confluence.search.v2.query.InheritedLabelQuery
Construct a LabelQuery directly from the Label instance to be searched for
InheritedLabelQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.InheritedLabelQuery
Construct a LabelQuery from a string representation of a label.
InheritedPermissionCheckResource - Class in com.atlassian.confluence.functest.rest
Resource used by the test com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest#testInheritedPermissionRemoval()
InheritedPermissionCheckResource(TransactionTemplate, PageManager, ContentPermissionManager, UserAccessor) - Constructor for class com.atlassian.confluence.functest.rest.InheritedPermissionCheckResource
 
InheritedRestrictionType - Class in com.atlassian.confluence.api.model.permissions
This is type of com.atlassian.confluence.api.model.content.Content.Expansions#INHERITED_READ_RESTRICTIONS
init() - Method in interface com.atlassian.bandana.BandanaManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, no replacement.
init() - Static method in class com.atlassian.confluence.cache.ThreadLocalCache
Initialise the cache for the current thread
init() - Method in class com.atlassian.confluence.cache.ThreadLocalCacheAccessor
 
init() - Method in class com.atlassian.confluence.ContainerManagerTestSupport
 
init() - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.DefaultViewMacroWrapper
 
init() - Method in class com.atlassian.confluence.core.actions.LastModifiedInterceptor
 
init() - Method in class com.atlassian.confluence.core.CancellingInterceptor
 
init() - Method in class com.atlassian.confluence.core.ConfluenceAutowireInterceptor
 
init() - Method in class com.atlassian.confluence.core.ConfluenceLicenseInterceptor
 
init() - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
init() - Method in class com.atlassian.confluence.impl.search.IndexFlushEventDispatcher
 
init() - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
init() - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
init() - Method in class com.atlassian.confluence.impl.spring.CachedIntrospectionResultsFlusher
 
init() - Method in class com.atlassian.confluence.impl.struts.ConfluenceStrutsDispatcher
 
init() - Method in class com.atlassian.confluence.impl.user.crowd.DefaultApplicationCache
 
init() - Method in class com.atlassian.confluence.impl.webapp.RedirectServlet
 
init() - Method in class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
 
init() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
init() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementRecorder
 
init() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncCursorCreator
 
init() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
init() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsConfiguration
 
init() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceMonitoringService
 
init() - Method in class com.atlassian.confluence.internal.diagnostics.EventListeningDarkFeatureSetting
 
init() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.DefaultIndexQueueItemsService
 
init() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemsIpdJob
 
init() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager
 
init() - Method in class com.atlassian.confluence.plugin.ConfluencePluginManager
 
init() - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
init() - Method in class com.atlassian.confluence.plugins.graphql.resource.ConfluenceGraphQLRestEndpoint
 
init() - Method in class com.atlassian.confluence.security.actions.PermissionCheckInterceptor
 
init() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
init() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
init() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService
 
init() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpacePermissionsUpdater
 
init() - Method in class com.atlassian.confluence.servlet.ReadyToServeServlet
 
init() - Method in class com.atlassian.confluence.setup.actions.SetupCheckInterceptor
 
init() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
init() - Method in class com.atlassian.confluence.setup.SetupPluginManager
 
init() - Method in class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
 
init() - Method in class com.atlassian.confluence.struts.flash.FlashScopeInterceptor
 
init() - Method in class com.atlassian.confluence.themes.ThemeContextInterceptor
 
init() - Method in class com.atlassian.confluence.tinymceplugin.placeholder.MacroPlaceholderServlet
 
init() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
init() - Method in class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener
 
init() - Method in class com.atlassian.confluence.util.LoggingContextInterceptor
 
init() - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityCacheConfigurator
 
init() - Method in class com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator
 
init() - Method in class com.atlassian.confluence.validation.MessageHolderInterceptor
 
init() - Method in class com.atlassian.testsupport.NonClusterManager
 
init() - Method in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
init(Plugin, Element) - Method in class com.atlassian.confluence.content.apisupport.CommentExtensionsSupportModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.content.ContentTypeModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.impl.macro.schema.MacroSchemaMigratorModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.LuceneSearcherInitialisationModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.LuceneSortMapperModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.impl.search.contentnames.ContentNameSearchSectionsProviderModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.impl.setup.LifecyclePluginModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.AboutPagePanelModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.AttachmentTextExtractorModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.BulkExtractorModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.ColourSchemeModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.ComponentModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.ContentNameSearchSectionSpecModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.DecoratorModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.DeviceTypeRendererComponentModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.EditorModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.embedded.EmbeddedResourceRendererModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.Extractor2ModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.FieldMappingsProviderModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.JobModuleDescriptor
Deprecated.
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
Initialises the LanguageModuleDescriptor
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.LayoutModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.PathConverterModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.PermissionOverrideExtensionDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.rpc.SoapModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.rpc.XmlRpcModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.SearchBodyPropertyModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.SearchDecoratorModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.SpringComponentModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.StrutsModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.TransformerModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.TranslationTransformModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.TriggerModuleDescriptor
Deprecated.
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.UserMacroModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.VelocityContextItemModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebSectionModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.xhtml.MacroMigrationModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.XStreamSecurityModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
Deprecated.
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugins.analytics.jobs.PeriodicEventSupplierModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugins.contentproperty.index.config.ContentPropertyIndexSchemaModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.EdgeTypeModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.plugins.scheduler.spi.descriptor.JobConfigModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.renderer.plugin.ConfluenceRendererComponentModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.renderer.template.TemplateRendererModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.confluence.rss.FeedSupportModuleDescriptor
 
init(LayoutModuleDescriptor) - Method in interface com.atlassian.confluence.themes.ThemedDecorator
 
init(LayoutModuleDescriptor) - Method in class com.atlassian.confluence.themes.VelocityDecorator
 
init(ThemeModuleDescriptor) - Method in class com.atlassian.confluence.themes.BasicTheme
 
init(ThemeModuleDescriptor) - Method in class com.atlassian.confluence.themes.DefaultTheme
 
init(ThemeModuleDescriptor) - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
init(ThemeModuleDescriptor) - Method in interface com.atlassian.confluence.themes.Theme
Initialise the theme details from the given theme module descriptor.
init(MonitoringService) - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastClusterMonitoring
 
init(MonitoringService) - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskMonitor
 
init(MonitoringService) - Method in class com.atlassian.confluence.internal.diagnostics.MacroRenderingMonitor
 
init(Config, Properties, DecoratorMapper) - Method in class com.atlassian.confluence.impl.sitemesh.ProxyDecoratorMapper
 
init(Configuration) - Method in class com.atlassian.confluence.impl.struts.GlobalSettingsStrutsContainerProvider
 
init(Connection, String, String, String, boolean, int) - 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.
init(Connection, String, String, String, boolean, int) - 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.
init(Connection, String, String, String, boolean, int) - 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.
init(Connection, String, String, String, boolean, int) - 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.
init(Connection, String, String, String, boolean, int) - 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.
init(Connection, String, String, String, boolean, int) - 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.
init(Map) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.DelegatingCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyContextProvider
 
init(Map<String, String>) - Method in class com.atlassian.confluence.pages.attachments.AttachmentCountContextProvider
 
init(Map<String, String>) - Method in class com.atlassian.confluence.pages.DateFormattersContextProvider
 
init(Map<String, String>) - Method in class com.atlassian.confluence.pages.ListPagesContextProvider
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ActiveThemeCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.AttachmentDataStorageWhitelistCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BasePermissionCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BuildNumberCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CreateContentCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CreatePageOrBlogpostCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.IsConfluenceSpacesLicensedCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.IsMailServerConfiguredCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.IsPluginEnabledCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.SpaceFunctionPermissionCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingSpaceForContentTypeCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.AnonymousAccessEnabledUrlReadingCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.BuildNumberUrlReadingCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ClusterUrlReadingCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.DarkFeatureEnabledUrlReadingCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.SystemAdministratorUrlReadingCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.UserLoggedInUrlReadingCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugins.dashboard.CreateContentCondition
Deprecated.
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugins.easyuser.EasyUserContextProvider
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugins.easyuser.SignupContextProvider
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugins.lookandfeel.UseCustomSiteLogoCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider
 
init(Map<String, String>) - Method in class com.atlassian.confluence.plugins.templates.ListGlobalTemplatesContextProvider
 
init(Map<String, String>) - Method in class com.atlassian.confluence.tinymceplugin.web.CaptchaContextProvider
 
init(Map<String, String>) - Method in class com.atlassian.confluence.tinymceplugin.web.EditorSettingsContextProvider
 
init(Map<String, String>) - Method in class com.atlassian.confluence.user.DarkFeatureEnabledCondition
 
init(Map<String, String>) - Method in class com.atlassian.confluence.user.extras.aggregation.impl.ShouldDisplayDirectoryAggregationWarningUrlReadingCondition
 
init(Map<String, String>, SecurityConfig) - Method in class com.atlassian.confluence.security.seraph.ConfluenceElevatedSecurityGuard
 
init(Map<String, String>, SecurityConfig) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
init(Map, SecurityConfig) - Method in class com.atlassian.confluence.setup.seraph.ConfluenceSecurityController
 
init(Map, Map) - Method in class bucket.user.propertyset.BucketPropertySet
 
init(Map, Map) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
init(Map, Map) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
init(Properties) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.ClusterJoinSocketInterceptor
 
init(FilterConfig) - Method in class com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.impl.webapp.SecureAccessFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.internal.diagnostics.HttpRequestMonitoringFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.IpdHttpMonitoringFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.internal.web.filter.spring.IgnoreWebAsyncManagerFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.jmx.JmxFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.plugins.lookandfeel.filter.LogoInterceptor
 
init(FilterConfig) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.servlet.FourOhFourErrorLoggingFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.servlet.HttpPreventCachingFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.test.rpc.RequestLogFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.tinymceplugin.placeholder.PlaceholderCachingFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.util.AccessLogFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.util.ConfluenceErrorFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.util.profiling.ConfluenceActivityFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.util.profiling.ProfilingSiteMeshFilter
Deprecated.
 
init(FilterConfig) - Method in class com.atlassian.confluence.util.RequestCacheThreadLocalFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.ConfluenceTimeoutFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.ConfluenceTimingFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.DebugFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.DropIfNotSetupFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.HttpRequestStatsFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.HttpSessionRegistrarFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.LanguageExtractionFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.ThreadLocalCacheFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.TranslationModeFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.validateparam.RequestParamValidationFilter
 
init(FilterConfig) - Method in class com.atlassian.confluence.web.filter.ZipkinTracingFilter
 
init(ServletConfig) - Method in class com.atlassian.confluence.servlet.ImageCaptchaServlet
 
init(ServletConfig) - Method in class com.atlassian.confluence.servlet.JohnsonDataServlet
 
init(ServletConfig) - Method in class com.atlassian.confluence.servlet.ServletModuleContainerServlet
 
init(ServletConfig) - Method in class com.atlassian.confluence.servlet.SpringManagedServlet
 
init(ServletContext) - Static method in class com.atlassian.confluence.setup.SetupContext
Initialise the setup context.
init(ServletContext) - Method in class com.atlassian.confluence.setup.struts.ConfluenceVelocityManager
 
init(ServletContext) - Method in class com.atlassian.confluence.setup.struts.SingletonVelocityManager
 
init(ExtendedProperties) - Method in class com.atlassian.confluence.setup.velocity.CustomResourceLoader
Initializes the CustomResourceLoader with the provided properties.
init(ExtendedProperties) - Method in class com.atlassian.confluence.setup.velocity.DebugResourceLoader
 
init(ExtendedProperties) - Method in class com.atlassian.confluence.setup.velocity.DynamicPluginResourceLoader
 
init(ExtendedProperties) - Method in class com.atlassian.confluence.setup.velocity.HibernateResourceLoader
 
init(ExtendedProperties) - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
init(RuntimeServices) - Method in class com.atlassian.confluence.impl.velocity.Slf4jLogChute
 
init(RuntimeServices, InternalContextAdapter, Node) - Method in class com.atlassian.confluence.impl.sitemesh.ApplyDecoratorDirective
The directive is initialized.
init(RuntimeServices, InternalContextAdapter, Node) - Method in class com.atlassian.confluence.impl.sitemesh.ParamDirective
The directive is initialized.
init(RuntimeServices, InternalContextAdapter, Node) - Method in class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective
Deprecated.
The directive is initialized.
init(RuntimeServices, InternalContextAdapter, Node) - Method in class com.atlassian.confluence.setup.velocity.ParamDirective
Deprecated.
The directive is initialized.
init(RuntimeServices, InternalContextAdapter, Node) - Method in class com.atlassian.confluence.setup.velocity.RenderVelocityTemplateDirective
The directive is initialized.
initAdminUiProperties(ApplicationConfiguration) - Static method in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
 
initAndStart() - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
initBaseUrl() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
initConfluenceKey() - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
initConfluenceKey() - Method in interface com.atlassian.confluence.security.trust.KeyPairInitialiser
 
initContentProcessor(SiteMeshWebAppContext) - Method in class com.atlassian.confluence.util.profiling.ProfilingSiteMeshFilter
Deprecated.
 
initDecoratorSelector(SiteMeshWebAppContext) - Method in class com.atlassian.confluence.util.profiling.ProfilingSiteMeshFilter
Deprecated.
 
inited - Variable in class com.atlassian.confluence.pages.actions.beans.FileStorer
Deprecated.
 
initExecutorService() - Method in class com.atlassian.confluence.activeobjects.ConfluenceInitExecutorServiceProvider
In the case of HSQL, confluence will dispatch TenantArrivedEvent synchronously.
initFile(FilesystemPath) - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4Reporter
 
INITIAL_SCHEMA_VERSION - Static variable in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
INITIAL_VERSION - Static variable in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
initialise(ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.compatibility.DefaultLegacyV2RendererContextInitialiser
 
initialise(ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.compatibility.LegacyV2RendererContextInitialiser
 
initialise(BiConsumer<Member, HazelcastTopicEvent>, BiConsumer<Member, UUID>, Consumer<Member>) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.event.HazelcastTopicEventCluster
 
initialise(BiConsumer<N, E>, BiConsumer<N, UUID>, Consumer<N>) - Method in interface com.atlassian.confluence.impl.cluster.event.TopicEventCluster
Initialise the cluster with the given listeners.
initialise(IndexSearcher) - Method in class com.atlassian.confluence.impl.search.v2.lucene.DefaultSearcherInitialisation
 
initialise(IndexSearcher) - Method in class com.atlassian.confluence.impl.search.v2.lucene.PluggableSearcherInitialisation
 
initialise(IndexSearcher) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.SearcherInitialisation
Initialises a newly created IndexSearcher.
initialise(Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.CollectionPropertyParser
Deprecated.
 
initialise(Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ComponentParser
Deprecated.
 
initialise(Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.CompositeIdParser
Deprecated.
 
initialise(Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
initialise(Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.EnumPropertyParser
Deprecated.
 
initialise(Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ImportedObjectParser
Deprecated.
 
initialise(Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitiveIdParser
Deprecated.
 
initialise(Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitivePropertyParser
Deprecated.
 
initialise(Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ReferencePropertyParser
Deprecated.
 
initialiseBodyTypes() - Method in interface com.atlassian.confluence.core.BodyTypeFactory
Deprecated.
For use during setup to ensure all the necessary BodyTypes have been created.
initialiseCacheAndRegisterEventListener() - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
initialiseManagedScheduledJobs() - Method in class com.atlassian.confluence.schedule.ManagedScheduledJobFactory
 
initialiseManagedScheduledJobs() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJobInitialiser
 
initialiseOAuth2Flow(HttpSession, String, UnaryOperator<String>) - Method in class com.atlassian.confluence.impl.oauth2.DefaultOAuth2Service
 
initialiseOAuth2Flow(HttpSession, String, UnaryOperator<String>) - Method in interface com.atlassian.confluence.oauth2.OAuth2Service
Initialises the OAuth flow for the given Provider.
initialiseProvider(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
initialiseProvider(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
initialiseProvider(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
INITIALISING - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionServiceState
 
initialize(RuntimeServices) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
 
initialize(ModuleDescriptorCache.Initializer<T>) - Method in class com.atlassian.confluence.plugin.ModuleDescriptorCache
Deprecated.
Initialize the cache with the module descriptors returned by the initializer.
initialize(RuntimeServices) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager
 
initialize(RuntimeServices) - Method in class com.atlassian.confluence.velocity.ConfigurableResourceManager
Initialize the ResourceManager.
initialize(RuntimeServices) - Method in class com.atlassian.confluence.velocity.ConfluenceParserPool
 
initialize(GenericApplicationContext) - Method in class com.atlassian.confluence.BootstrapTestContextInitializer
 
InitialSpaceContentListener - Class in com.atlassian.confluence.spaces.listeners
Listener that generates the initial content of a space when it is first created.
InitialSpaceContentListener(FormatConverter, I18NBeanFactory, LocaleManager, PageManager, SystemTemplateManager, PluginAccessor, XhtmlContent) - Constructor for class com.atlassian.confluence.spaces.listeners.InitialSpaceContentListener
 
initialUpgradeFinished() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
Once all upgrade tasks have been completed without error, make sure the build number stored in the applications main configuration file and database now matches the build number of this version of the release.
initialUpgradeFinished() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
Update the pluginFrameworkDependent upgrade status based on whether there are any plugin framework dependent upgrade tasks to run.
initialValue() - Method in class com.atlassian.confluence.concurrent.ThreadLocalMap
 
initLicense() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
initLicense() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
initOutOfmemoryhandler() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
initPlugins() - Method in class it.com.atlassian.confluence.AbstractInjectableStateTest
 
initRequestContext() - Method in class com.atlassian.confluence.impl.vcache.VCacheRequestContextManager
Initialises the request context for the current thread, re-using any exist context if one is present.
initSecureAccessServletFilter(FilterConfig) - Method in class com.atlassian.confluence.impl.webapp.SecureAccessFilterService
initialize managed secure access filter as well
initSid() - Method in interface com.atlassian.confluence.core.ConfluenceSidManager
Generates and associates a server ID
initSid() - Method in class com.atlassian.confluence.core.DatabaseSidManager
Initialises the Bandana SID by replicating the SID returned by the delegate ConfluenceSidManager
initSid() - Method in class com.atlassian.confluence.setup.BootstrapSidManager
Generate a new SID from the provided SIDManager and persist it to the application configuration
initSystemMetrics() - Method in class com.atlassian.confluence.impl.metrics.MicrometerBinderRegistrar
 
initThemeContext(Object, ServletRequest) - Method in class com.atlassian.confluence.impl.themes.ThemeContextRequestHelper
 
initThreadLocalCacheRule - Variable in class it.com.atlassian.confluence.AbstractInjectableStateTest
 
initThreadLocalCacheRule - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
InitThreadLocalCacheRule() - Constructor for class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest.InitThreadLocalCacheRule
 
initTomcatMetrics() - Method in class com.atlassian.confluence.impl.metrics.MicrometerBinderRegistrar
 
initUsers() - Method in class it.com.atlassian.confluence.AbstractInjectableStateTest
 
injected() - Element in annotation interface com.atlassian.confluence.struts.soy.ActionViewData
 
injected() - Element in annotation interface com.atlassian.confluence.struts.soy.ActionViewDataMappings
 
injected() - Element in annotation interface com.atlassian.confluence.xwork.ActionViewData
Deprecated.
 
injected() - Element in annotation interface com.atlassian.confluence.xwork.ActionViewDataMappings
Deprecated.
 
injectIntoContextManager() - Method in class com.atlassian.confluence.impl.security.delegate.ScopesRequestCacheDelegateImpl
 
injectPagesTabContext(Map<String, Object>) - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider
 
injectSpaceTabContext(ConfluenceUser, Map<String, Object>) - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider
 
INLINE - Enum constant in enum class com.atlassian.confluence.macro.Macro.OutputType
 
INLINE - Enum constant in enum class com.atlassian.confluence.servlet.download.DispositionType
 
INLINE - Static variable in class com.atlassian.confluence.pages.Comment
The comment will be found in the page content (aka.
INLINE_COMMENT_MARKER_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarkerConstants
 
INLINE_COMMENT_MARKER_HTML_REF_ATTR - Static variable in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarkerConstants
 
INLINE_COMMENT_MARKER_HTML_REF_ATTR_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarkerConstants
 
INLINE_COMMENT_MARKER_HTML_TAG - Static variable in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarkerConstants
 
INLINE_COMMENT_MARKER_HTML_TAG_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarkerConstants
 
INLINE_COMMENT_MARKER_STORAGE_REF_ATTR - Static variable in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarkerConstants
 
INLINE_COMMENT_MARKER_STORAGE_REF_ATTR_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarkerConstants
 
INLINE_COMMENT_MARKER_STORAGE_TAG - Static variable in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarkerConstants
 
INLINE_COMMENT_MARKER_STORAGE_TAG_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarkerConstants
 
INLINE_MACRO_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
INLINE_PROP - Static variable in class com.atlassian.confluence.pages.Comment
ContentProperty key for the property that indicates whether or not the comment is an inline comment.
INLINE_TASK_ID_DATA_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.InlineTasksUtils
 
INLINE_TASK_STATUS_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.InlineTasksUtils
 
InlineBodyMacroFixingTransformer - Class in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
Responsible for cleaning up cursor target paragraphs and moving <ac:macro> fragments that output inline markup when rendered, into any nearby paragraphs.
InlineBodyMacroFixingTransformer(XmlOutputFactory, XmlEventReaderFactory, XMLEventFactoryProvider) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.InlineBodyMacroFixingTransformer
 
InlineCommentMarker - Class in com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker
The in-memory representation of an inline comment marker for working with storage format
InlineCommentMarker(String, Streamable) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarker
 
InlineCommentMarkerConstants - Class in com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker
 
InlineCommentMarkerConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarkerConstants
 
InlineMacroFragment - Class in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
An <ac:macro> fragment that represents a macro that outputs inline markup.
InlineMacroFragment(XMLEventReader, XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.InlineMacroFragment
 
InlineStyleHelper - Class in com.atlassian.confluence.content.render.xhtml.view.embed
Helper class to wrap content with in-lined space styling
InlineStyleHelper(TemplateRenderer, I18NBeanFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.InlineStyleHelper
 
InlineTaskList - Class in com.atlassian.confluence.content.render.xhtml.model.inlinetask
The in-memory representation of an inline task list - only to be used during editor / storage marshalling and unmarshalling.
InlineTaskList() - Constructor for class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskList
 
InlineTaskListItem - Class in com.atlassian.confluence.content.render.xhtml.model.inlinetask
The in-memory representation of an inline task - only to be used during editor / storage marshalling and unmarshalling.
InlineTaskListItem(String, boolean, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
 
InlineTaskListItem(String, String, boolean, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
 
InlineTasksUtils - Class in com.atlassian.confluence.content.render.xhtml.storage
Utilities to parse Inline Tasks
InlineTasksUtils() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.InlineTasksUtils
 
InMemoryIndexTaskQueue<T extends IndexTask> - Class in com.atlassian.confluence.impl.search.queue
An in memory implementation of the Index Task Queue.
InMemoryIndexTaskQueue() - Constructor for class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
InMemoryPersistedObjectsRegister - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Keeps persisted objects with their database ids in memory.
InMemoryPersistedObjectsRegister() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.InMemoryPersistedObjectsRegister
 
InMemorySpacePropertyService - Class in com.atlassian.confluence.impl.retention
Backed by a Set, to be used in integration tests in lieu of the real SpacePropertyService
InMemorySpacePropertyService() - Constructor for class com.atlassian.confluence.impl.retention.InMemorySpacePropertyService
 
innerConvertToRelative(ResourceIdentifier, ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierContextUtility
 
inPreview - Variable in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
Deprecated.
since 5.3 (and really much much longer)
InProductDiagnosticUtils - Class in com.atlassian.confluence.internal.diagnostics.ipd
 
input() - Method in interface com.atlassian.confluence.core.BatchOperation
 
INPUT_CONVERSION_TO_STORAGE_ORDER - Static variable in class com.atlassian.confluence.api.model.content.ContentRepresentation
An ordered enumeration of ContentRepresentations that can be converted to STORAGE format.
INPUT_VARIABLES - Static variable in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
inputSerializer() - Method in interface com.atlassian.confluence.util.sandbox.SandboxCallback
Returns SandboxSerializer for the callback input.
inputSerializer() - Method in interface com.atlassian.confluence.util.sandbox.SandboxTask
Returns SandboxSerializer for the task input.
InputStreamAttachmentResource - Class in com.atlassian.confluence.core
Represents an attachment resource that is supported by an input stream.
InputStreamAttachmentResource(InputStream, String, String, long) - Constructor for class com.atlassian.confluence.core.InputStreamAttachmentResource
Constructor.
InputStreamAttachmentResource(InputStream, String, String, long, String) - Constructor for class com.atlassian.confluence.core.InputStreamAttachmentResource
 
InputStreamAttachmentResource(InputStream, String, String, long, String, boolean) - Constructor for class com.atlassian.confluence.core.InputStreamAttachmentResource
 
InputStreamAttachmentResource(InputStream, String, String, long, String, boolean, boolean) - Constructor for class com.atlassian.confluence.core.InputStreamAttachmentResource
 
InputStreamConsumer<T> - Interface in com.atlassian.confluence.util.io
Implementors consume an InputStream.
InputStreamDataSource - Class in com.atlassian.confluence.core
A datasource that provides access to an input stream of data.
InputStreamDataSource(String, String, InputStream) - Constructor for class com.atlassian.confluence.core.InputStreamDataSource
 
InputStreamExceptionDecorator - Class in com.atlassian.confluence.core
Decorator for potential IOExceptions thrown by an InputStream.
InputStreamExceptionDecorator(InputStream, Function<IOException, IOException>) - Constructor for class com.atlassian.confluence.core.InputStreamExceptionDecorator
Deprecated.
InputStreamExceptionDecorator(InputStream, Function<IOException, IOException>) - Constructor for class com.atlassian.confluence.core.InputStreamExceptionDecorator
Decorates the given InputStream so that any IOExceptions thrown are decorated by the given Function.
InputStreamFactory - Interface in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
InputStreamSerializer - Class in com.atlassian.confluence.core
Composes InputStreams.
InputStreamSource - Interface in com.atlassian.confluence.util.io
Provides an InputStream.
InputStreamWrapper(AttachmentDataStreamType, InputStream) - Constructor for class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.InputStreamWrapper
Deprecated.
 
INSECURE - Enum constant in enum class com.atlassian.confluence.servlet.download.AttachmentSecurityLevel
 
INSERT - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.TriggerEvent
 
insertInto(String) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the insert into statement resulting in an "insert into ...
insertRecordsInTransaction(Collection<RestoreDao.RecordsForBatchInsert>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
Inserts records for different tables in one transaction.
insertVariables(PageTemplate, List) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
Insert the provided variables into the provided template content, and returns it.
insertVariables(PageTemplate, List) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
insertVariables(Reader, List<? extends Variable>) - Method in interface com.atlassian.confluence.pages.templates.TemplateHandler
Insert specified variables into the template XML before returning it.
insertVariables(Reader, List<? extends Variable>) - Method in class com.atlassian.confluence.pages.templates.WikiTemplateHandler
 
insertVariables(Reader, List<? extends Variable>) - Method in class com.atlassian.confluence.pages.templates.XhtmlTemplateHandler
 
inSpaceGroup(SpaceGroup) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
Deprecated.
in 5.9.

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

InSpaceQuery - Class in com.atlassian.confluence.search.v2.query
Search using a set of space keys for content that occurs within some set of spaces.
InSpaceQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.InSpaceQuery
Search for content within a single space with the given key
InSpaceQuery(Set<String>) - Constructor for class com.atlassian.confluence.search.v2.query.InSpaceQuery
Search for content within any of a collection of spaces with given keys
install(String) - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
install(String) - Method in interface com.atlassian.confluence.license.LicenseService
Validates and installs a given encrypted license.
install(String) - Method in class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStore
This delegates to ApplicationConfiguration.setProperty(Object, Object) but the underlying code does not call ApplicationConfiguration.save() and is thus only in memory for the time being.
install(String) - Method in interface com.atlassian.confluence.license.store.LicenseStore
Attempts to install the given encrypted license.
INSTALLATION_DATE_KEY - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
installationDate() - Method in record class com.atlassian.confluence.upgrade.UpgradeHistoryService.Upgrade
Returns the value of the installationDate record component.
installBundle(File, ReferenceMode) - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
installedLocalePairs - Variable in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
installLicense(String) - Method in interface com.atlassian.confluence.license.LicenseWebFacade
 
installLicense(String) - Method in class com.atlassian.confluence.license.LicenseWebFacadeTemplate
 
installLicense(Map<String, String>) - Method in class com.atlassian.confluence.functest.rest.admin.LicenseResource
 
installPlugin(String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
installPlugin(String, PluginArtifact) - Method in class com.atlassian.confluence.plugin.DefaultPluginInstaller
 
installPlugin(String, String, byte[]) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Installs a plugin.
installPlugin(String, String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
installPlugin(String, String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
installPlugin(String, String, byte[]) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
installPlugin(String, String, byte[]) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
installPlugins(PluginArtifact...) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
installTransiently(String) - Method in class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStore
 
installTransiently(String) - Method in interface com.atlassian.confluence.license.store.LicenseStore
Attempts to install the given license transiently.
instance - Static variable in class com.atlassian.confluence.search.v2.query.AllQuery
 
INSTANCE - Enum constant in enum class com.atlassian.confluence.setup.BuildInformation
 
INSTANCE - Enum constant in enum class com.atlassian.confluence.util.LoggingUncaughtExceptionHandler
 
INSTANCE - Static variable in class com.atlassian.confluence.content.DefaultContentAdapter
 
INSTANCE - Static variable in class com.atlassian.confluence.dmz.security.access.AccessDenied
 
INSTANCE - Static variable in class com.atlassian.confluence.functest.rest.admin.crowd.NullRestrictionEntity
 
INSTANCE - Static variable in class com.atlassian.confluence.impl.search.v2.UserLookupHelper
 
INSTANCE - Static variable in class com.atlassian.confluence.impl.spring.LoggingRetryListener
 
INSTANCE - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
 
INSTANCE - Static variable in class com.atlassian.confluence.importexport.ImportMutex
Deprecated.
 
INSTANCE - Static variable in class com.atlassian.confluence.mail.template.MultipartBuilder
 
INSTANCE - Static variable in class com.atlassian.confluence.pages.ChildPositionComparator
 
INSTANCE - Static variable in class com.atlassian.confluence.plugins.rest.jersey.jackson2.cachecontrol.PreventCachingResponseFilter
 
INSTANCE - Static variable in class com.atlassian.confluence.upgrade.VersionNumberComparator
 
INSTANCE - Static variable in class com.atlassian.confluence.util.ContentEntityObjectTitleComparator
 
INSTANCE - Static variable in class com.atlassian.confluence.util.CookieUtil
 
INSTANCE - Static variable in class com.atlassian.confluence.util.GeneralUtil
 
INSTANCE - Static variable in class com.atlassian.confluence.util.HtmlUtil
 
INSTANCE - Static variable in class com.atlassian.confluence.util.profiling.NopActivityMonitor
 
INSTANCE - Static variable in class com.atlassian.confluence.util.VelocityUtil
 
InstanceMetrics - Class in com.atlassian.confluence.api.model
 
InstanceMetrics(int, int, int) - Constructor for class com.atlassian.confluence.api.model.InstanceMetrics
 
InstanceMetricsResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST API for fetching instance metrics.
InstanceMetricsResource(InstanceMetricsService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.InstanceMetricsResource
 
InstanceMetricsService - Interface in com.atlassian.confluence.api.service.instance
 
InstanceMetricsServiceImpl - Class in com.atlassian.confluence.api.impl.service.instance
 
InstanceMetricsServiceImpl(SystemInformationService, InstanceMetricsServiceValidator) - Constructor for class com.atlassian.confluence.api.impl.service.instance.InstanceMetricsServiceImpl
 
InstanceMetricsServiceValidator - Interface in com.atlassian.confluence.api.service.instance
 
InstanceMetricsServiceValidatorImpl - Class in com.atlassian.confluence.api.impl.service.instance
 
InstanceMetricsServiceValidatorImpl(PermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.instance.InstanceMetricsServiceValidatorImpl
 
instanceType(String) - Method in class com.atlassian.confluence.status.service.systeminfo.CloudPlatformMetadata.Builder
 
instantiate(String, EntityMode, Serializable) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
instantiateComponentClass() - Method in class com.atlassian.confluence.renderer.plugin.ConfluenceRendererComponentModuleDescriptor
 
instantiatePluginModule(Plugin, Class<T>) - Static method in class com.atlassian.confluence.plugin.ConfluencePluginUtils
Instantiates a plugin module.
InstantSerializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Serializes DateTime to string using the TIME_FORMAT in Dates
InstantSerializer() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.InstantSerializer
 
InstantType - Class in com.atlassian.confluence.core.persistence.hibernate
Hibernate 2 mapping type for the new java 8 Instant class.
InstantType() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.InstantType
 
InstrumentedIndexSearcher - Class in com.atlassian.confluence.internal.search.v2.lucene
 
InstrumentedIndexSearcher(IndexReader, LuceneIndexMetrics) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
InstrumentedIndexWriter - Class in com.atlassian.confluence.internal.search.v2.lucene
 
InstrumentedIndexWriter(Directory, IndexWriterConfig, LuceneIndexMetrics) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
InsufficientPrivilegeException - Exception in com.atlassian.confluence.core
Runtime exception that is thrown when a user tries to perform an operation without the required privileges.
InsufficientPrivilegeException(String) - Constructor for exception com.atlassian.confluence.core.InsufficientPrivilegeException
 
InsufficientPrivilegeException(String, String) - Constructor for exception com.atlassian.confluence.core.InsufficientPrivilegeException
 
INT - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
INT - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
An integer.
intArrayToList(int[]) - Static method in class com.atlassian.confluence.util.VelocityUtil
Velocity <=1.6 cannot invoke methods against an array.
intAsString(int, int) - Static method in class com.atlassian.confluence.search.LexicographicUtils
A string representation of the integer that honours lexicographical order.
INTEGER - Enum constant in enum class com.atlassian.confluence.search.v2.SearchSort.Type
 
IntegerRangeQuery - Class in com.atlassian.confluence.search.v2.query
v2 primitive query
IntegerRangeQuery(String, Range<Integer>) - Constructor for class com.atlassian.confluence.search.v2.query.IntegerRangeQuery
 
IntegerRangeQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
A mapper for IntegerRangeQuery
IntegerRangeQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.IntegerRangeQueryMapper
 
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.HibernateMetadataIntegrator
 
IntegrationTestConfig - Class in com.atlassian.confluence.core
 
IntegrationTestConfig() - Constructor for class com.atlassian.confluence.core.IntegrationTestConfig
 
IntegrationTestDatabaseSchemaHelper - Class in com.atlassian.confluence.core
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.core.actions.LastModifiedInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.core.CancellingInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.core.ConfluenceAutowireInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.core.ConfluenceWorkflowInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.core.ResultLoggingInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.event.EventPublisherInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.pages.actions.CommentAwareInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.pages.actions.PageAwareInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.security.actions.PermissionCheckInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.security.interceptors.CaptchaInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.security.interceptors.ConfluenceAccessInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.setup.actions.SetupCheckInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.setup.struts.BootstrapAwareInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.spaces.actions.SpaceAwareInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.struts.interceptor.HttpRequestStatsInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.struts.interceptor.SetupIncompleteInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.themes.ThemeContextInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.user.actions.UserAwareInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.util.LoggingContextInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.validation.MessageHolderInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.xwork.FlashScopeInterceptor
Deprecated.
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.core.ConfluenceLicenseInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.struts.flash.FlashScopeInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.confluence.xwork.FlashScopeInterceptor
Deprecated.
 
INTERNAL - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
INTERNAL_DIRECTORY_NAME - Static variable in class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
 
INTERNAL_DRAFT - Static variable in class com.atlassian.confluence.api.impl.service.content.draft.LegacyContentDraftServiceImpl
 
INTERNAL_DRAFT - Static variable in interface com.atlassian.confluence.api.service.content.ContentDraftService
 
InternalAggregationResource - Class in com.atlassian.confluence.user.extras.aggregation.rest
 
InternalAggregationResource(AggregationWarningManager) - Constructor for class com.atlassian.confluence.user.extras.aggregation.rest.InternalAggregationResource
 
internalAtomicLoop(Duration, Supplier<Optional<Either<Throwable, T>>>) - Static method in class com.atlassian.confluence.impl.vcache.VCacheCasUtils
 
internalFindByGroup(Group) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
internalFindByGroup(Group) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
internalFindByGroup(Group) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalGroupDao
Find the persistent group object that corresponds to the provided group.
internalFindByName(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
internalFindByName(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
internalFindByName(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
internalFindByName(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
internalFindByName(long, String) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalGroupDao
Find a persistent group object from a given directory and group name
internalFindByName(long, String) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalUserDao
Find a persistent user object from a given directory and username
internalFindByUser(User) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
internalFindByUser(User) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
internalFindByUser(User) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalUserDao
Find the persistent user object that corresponds to the provided user.
InternalGroupDao<T extends com.atlassian.crowd.model.group.InternalGroup> - Interface in com.atlassian.confluence.impl.user.crowd.hibernate
Private-ish interface for methods that should only be called by other DAOs.
InternalJackson2Deserializers - Class in com.atlassian.confluence.api.model.content
This class contains deserializers for the package protected classes in the content model.
InternalMembershipDao - Interface in com.atlassian.confluence.impl.user.crowd.hibernate
Implements bulk membership changes via database IDs rather than by name.
InternalOsgiUtils - Class in com.atlassian.confluence.impl.util
Reads a file with expected OSGi-exposed packages
InternalOsgiUtils() - Constructor for class com.atlassian.confluence.impl.util.InternalOsgiUtils
 
InternalRunDetailsDao - Interface in com.atlassian.confluence.internal.schedule.persistence.dao
Internal DAO class for manipulating the scheduler_run_details table
InternalServerException - Exception in com.atlassian.confluence.api.service.exceptions
A ServiceException wrapper for a general runtime exception.
InternalServerException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.InternalServerException
 
InternalServerException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.InternalServerException
 
InternalServerException(Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.InternalServerException
 
InternalUserCredentialRecordPersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
A persister InternalUserCredentialRecord entity.
InternalUserCredentialRecordPersister(ObjectPersister, PersisterHelper, ImportedObjectsStashFactory, IdMapper, ListIndexColumnValueCalculator) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.InternalUserCredentialRecordPersister
 
InternalUserDao<T extends com.atlassian.crowd.model.user.User> - Interface in com.atlassian.confluence.impl.user.crowd.hibernate
Private-ish interface for methods that should only be called by other DAOs.
interruptAllJobs() - Method in class com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutor
 
INTERRUPTED - Static variable in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
 
InterruptedDiffException - Exception in com.atlassian.confluence.diff
Exception thrown when the diff timed out or failed, possibly in another thread.
InterruptedDiffException(ContentEntityObject, ContentEntityObject, int) - Constructor for exception com.atlassian.confluence.diff.InterruptedDiffException
 
InterruptedDiffException(String, int) - Constructor for exception com.atlassian.confluence.diff.InterruptedDiffException
 
interval(Interval) - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
IntFieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Deprecated.
since 8.6. Use FloatFieldMapping.createField(float) instead.
IntFieldDescriptor(IntFieldMapping, int) - Constructor for class com.atlassian.confluence.plugins.index.api.IntFieldDescriptor
Deprecated.
 
IntFieldDescriptor(String, int, FieldDescriptor.Store) - Constructor for class com.atlassian.confluence.plugins.index.api.IntFieldDescriptor
Deprecated.
 
IntFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for integer values.
IntFieldMapping(IntFieldMapping.Builder) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.IntFieldMapping
 
IntFieldMapping.Builder - Class in com.atlassian.confluence.plugins.index.api.mapping
 
IntFieldValueSource - Class in com.atlassian.confluence.search.v2.score
Represents field its value is of type int.
IntFieldValueSource(String) - Constructor for class com.atlassian.confluence.search.v2.score.IntFieldValueSource
 
IntraHibernateAttachmentCopier(AbstractHibernateAttachmentDao) - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier
 
IntraHibernateAttachmentMigrator(AbstractHibernateAttachmentDao) - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator
Deprecated.
 
Introspector - Interface in com.atlassian.confluence.json.introspector
Converts a Java bean to a set of String-to-Object mappings by enumerating all get* and is* methods on the bean.
intSerializer() - Static method in class com.atlassian.confluence.util.sandbox.SandboxSerializers
 
intValue() - Method in class com.atlassian.confluence.plugins.index.api.IntFieldDescriptor
Deprecated.
 
INVALID_ANONYMOUS_PERMISSIONS - Static variable in class com.atlassian.confluence.security.SpacePermission
A list of all permissions that can not be assigned to the anonymous user
INVALID_CHARACTERS - Static variable in class com.atlassian.confluence.labels.LabelParser
Deprecated.
since 5.10. Use LabelParser.INVALID_LABEL_CHARACTERS
INVALID_CONTENT_STATUS_TRANSLATION - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
INVALID_FIELDS - Enum constant in enum class com.atlassian.confluence.impl.backuprestore.statistics.SkippedObjectsReason
 
INVALID_POLICY_TRANSLATION - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
INVALID_TOKEN_NAME - Static variable in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
InvalidatableCacheLoader<K,V> - Class in com.atlassian.confluence.cache
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
invalidateAll() - Method in class com.atlassian.confluence.cache.InvalidatableCacheLoader
Deprecated.
Invalidates all values that are in the process of being loaded and forces them to be loaded again immediately.
invalidateAllEntries() - Method in interface com.atlassian.cache.hazelcast.asyncinvalidation.CacheInvalidator
 
invalidateEntry(K) - Method in interface com.atlassian.cache.hazelcast.asyncinvalidation.CacheInvalidator
 
invalidateGlobalCssResourceCounter() - Method in interface com.atlassian.confluence.plugin.webresource.CssResourceCounterManager
Cause the manager to start sending out new values for the global CSS resource counter.
invalidateGlobalCssResourceCounter() - Method in class com.atlassian.confluence.plugin.webresource.DefaultCssResourceCounterManager
 
invalidateLocaleInfoCache(User) - Method in class com.atlassian.confluence.impl.locale.DefaultLocaleManager
 
invalidateLocaleInfoCache(User) - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
invalidateLocaleInfoCache(User) - Method in interface com.atlassian.confluence.languages.LocaleManager
 
invalidateSession(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
invalidateSession(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
Invalidate the current WebSudo session.
invalidateSpaceCssResourceCounter(String) - Method in interface com.atlassian.confluence.plugin.webresource.CssResourceCounterManager
Cause the manager to start sending out new values for the space's CSS resource counter.
invalidateSpaceCssResourceCounter(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultCssResourceCounterManager
 
InvalidBandanaRecordFilter - Class in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
Skips Bandana records if their context or key fields are empty.
InvalidBandanaRecordFilter() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.InvalidBandanaRecordFilter
 
InvalidClusterAddressException - Exception in com.atlassian.confluence.cluster
 
InvalidClusterAddressException(String, Throwable) - Constructor for exception com.atlassian.confluence.cluster.InvalidClusterAddressException
 
InvalidClusterAddressException(String, InetAddress) - Constructor for exception com.atlassian.confluence.cluster.InvalidClusterAddressException
 
InvalidClusterAddressException(String, InetAddress, Throwable) - Constructor for exception com.atlassian.confluence.cluster.InvalidClusterAddressException
 
InvalidClusterJoinConfigException - Exception in com.atlassian.confluence.cluster
 
InvalidClusterJoinConfigException(String) - Constructor for exception com.atlassian.confluence.cluster.InvalidClusterJoinConfigException
 
invalidGroups - Variable in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
InvalidLicenseException - Exception in com.atlassian.confluence.license.exception
 
InvalidLicenseException(String) - Constructor for exception com.atlassian.confluence.license.exception.InvalidLicenseException
 
InvalidLicenseException(String, Throwable) - Constructor for exception com.atlassian.confluence.license.exception.InvalidLicenseException
 
InvalidLicenseExceptionHandler - Class in com.atlassian.confluence.license.exception.handler
 
InvalidLicenseExceptionHandler(I18NBean) - Constructor for class com.atlassian.confluence.license.exception.handler.InvalidLicenseExceptionHandler
 
InvalidMacroParameterException - Exception in com.atlassian.confluence.content.render.xhtml.editor.macro
Exception thrown when a macro parameter cannot be parsed for any reason.
InvalidMacroParameterException(String, String, String, MacroParameterType, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.editor.macro.InvalidMacroParameterException
 
InvalidMigrationException - Exception in com.atlassian.confluence.content.render.xhtml.migration.exceptions
 
InvalidMigrationException() - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.InvalidMigrationException
 
InvalidMigrationException(String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.InvalidMigrationException
 
InvalidMigrationException(String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.InvalidMigrationException
 
InvalidMigrationException(Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.InvalidMigrationException
 
InvalidOperationException - Exception in com.atlassian.confluence.security
 
InvalidOperationException(String) - Constructor for exception com.atlassian.confluence.security.InvalidOperationException
 
InvalidParameterEncodingException - Exception in com.atlassian.confluence.web.filter.validateparam
Thrown when a Request Parameter contains an invalidly encoded parameter.
InvalidParameterEncodingException(String, String) - Constructor for exception com.atlassian.confluence.web.filter.validateparam.InvalidParameterEncodingException
 
InvalidQueryException - Exception in com.atlassian.confluence.search.v2
Thrown when a smart list query could not be converted to an index query.
InvalidQueryException(String) - Constructor for exception com.atlassian.confluence.search.v2.InvalidQueryException
 
InvalidQueryException(String, Throwable) - Constructor for exception com.atlassian.confluence.search.v2.InvalidQueryException
 
InvalidRepresentationException - Exception in com.atlassian.confluence.api.service.exceptions
Thrown when an operation is attempted that is not valid for the kind of ContentBody you are providing.
InvalidRepresentationException - Exception in com.atlassian.confluence.legacyapi.service.content
Deprecated.
InvalidRepresentationException(ContentRepresentation, ContentRepresentation[]) - Constructor for exception com.atlassian.confluence.api.service.exceptions.InvalidRepresentationException
 
InvalidRepresentationException(ContentRepresentation, Iterable<ContentRepresentation>) - Constructor for exception com.atlassian.confluence.api.service.exceptions.InvalidRepresentationException
 
InvalidRepresentationException(ContentRepresentation, ContentRepresentation[]) - Constructor for exception com.atlassian.confluence.legacyapi.service.content.InvalidRepresentationException
Deprecated.
 
InvalidRepresentationException(ContentRepresentation, Iterable<ContentRepresentation>) - Constructor for exception com.atlassian.confluence.legacyapi.service.content.InvalidRepresentationException
Deprecated.
 
invalidResult(String, Object...) - Static method in class com.atlassian.confluence.api.model.validation.SimpleValidationResults
 
InvalidSchemaDefinitionException - Exception in com.atlassian.confluence.plugins.contentproperty.index.config
Exception thrown during add-on descriptor parsing, if content properties schema definition is invalid.
InvalidSchemaDefinitionException(String) - Constructor for exception com.atlassian.confluence.plugins.contentproperty.index.config.InvalidSchemaDefinitionException
 
InvalidSearchException - Exception in com.atlassian.confluence.search.v2
Superclass for exceptions thrown due to errors converting from a Search to the native search type.
InvalidSearchException(String) - Constructor for exception com.atlassian.confluence.search.v2.InvalidSearchException
 
InvalidSearchException(String, Throwable) - Constructor for exception com.atlassian.confluence.search.v2.InvalidSearchException
 
InvalidSearchException(Throwable) - Constructor for exception com.atlassian.confluence.search.v2.InvalidSearchException
 
InvalidSessionException - Exception in com.atlassian.confluence.rpc
Exception thrown when an invalid session token is supplied to an RPC method.
InvalidSessionException() - Constructor for exception com.atlassian.confluence.rpc.InvalidSessionException
 
InvalidSessionException(String) - Constructor for exception com.atlassian.confluence.rpc.InvalidSessionException
 
InvalidSessionException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.InvalidSessionException
 
InvalidSessionException(Throwable) - Constructor for exception com.atlassian.confluence.rpc.InvalidSessionException
 
InviteEmailBuilder - Class in com.atlassian.confluence.user.notifications
Creates NotificationData instances for User Invite events.
InviteEmailBuilder(SettingsManager, WikiStyleRenderer) - Constructor for class com.atlassian.confluence.user.notifications.InviteEmailBuilder
 
INVOCATION_ERROR - Static variable in class com.atlassian.confluence.plugins.restapi.examples.WebhookExamples
 
INVOCATION_FAILURE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.WebhookExamples
 
INVOCATION_HISTORY - Static variable in class com.atlassian.confluence.plugins.restapi.examples.WebhookExamples
 
INVOCATION_SUCCESS - Static variable in class com.atlassian.confluence.plugins.restapi.examples.WebhookExamples
 
invoke(MethodInvocation) - Method in class com.atlassian.confluence.plugins.opensearch.spring.interceptors.OpenSearchExceptionHandlingInterceptor
 
invoke(Object, Object[]) - Method in class com.atlassian.confluence.util.velocity.debug.VelMethodDebugDecorator
 
invoke(Object, Method, Object[]) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationInvocationHandler
 
invoke(MethodInvocation) - Method in class com.atlassian.confluence.osgi.HostClassLoaderMethodInterceptor
 
invoke(MethodInvocation) - Method in class com.atlassian.confluence.spring.aop.AdviseReturnedValueAdvice
 
invoke(MethodInvocation) - Method in class com.atlassian.confluence.test.rpc.AdminCheckInterceptor
 
invoke(MethodInvocation) - Method in class com.atlassian.confluence.util.profiling.ConfluenceMonitoringMethodInterceptor
 
invoke(ProceedingJoinPoint) - Method in class com.atlassian.confluence.impl.cache.AbstractConfluenceCacheAspect
 
invokeAuthenticatedMethod(ConfluenceUser, Method, Object[]) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationInvocationHandler
Sets the authenticated user to the provided user before calling the method and restores the original user afterwards.
invokeFactoryMethodForEvent(CommandCreator<?, ?>, Class<?>, T) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.IncrementalSyncUtil
 
invokeMbeanOperation(ObjectName, String, String) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.IpdSessionMonitoringService
 
IOFriendlyFunction<T,R> - Interface in com.atlassian.confluence.impl.backuprestore.restore.stash
Like a regular Function but allows to throw IOException
IOS - Enum constant in enum class com.atlassian.confluence.util.MobileUtils.MobileOS
 
IPAllowListValidationResult - Class in com.atlassian.confluence.security.websudo
This class represents the result of an IP Allow List validation for websudo action.
IPD - Enum constant in enum class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.MonitoringType
 
IPD_DARK_FEATURE_DENY - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.IpdDarkFeatureFlag
 
IPD_DARK_FEATURE_WIP - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.IpdDarkFeatureFlag
 
IPD_EXTRA_LOGGING_DARK_FEATURE - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.IpdDarkFeatureFlag
 
IPD_THREAD_NAME - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.ConfluenceIpdScheduler
 
IpdConfigBeans - Class in com.atlassian.confluence.internal.diagnostics.ipd.config
 
IpdConfigBeans() - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.config.IpdConfigBeans
 
IpdDarkFeatureFlag - Class in com.atlassian.confluence.internal.diagnostics.ipd
Feature flag for In-product Diagnostics functionality.
IpdExecutors - Class in com.atlassian.confluence.internal.diagnostics.ipd
This class is responsible for creating executors used by IPD and closing them on Confluence shutdown.
IpdExecutors(EventPublisher) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.IpdExecutors
 
IpdHttpMonitoringFilter - Class in com.atlassian.confluence.internal.diagnostics.ipd.http
 
IpdHttpMonitoringFilter() - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.http.IpdHttpMonitoringFilter
 
IpdHttpMonitoringService - Interface in com.atlassian.confluence.internal.diagnostics.ipd.http
 
IpdIncomingMailServersStats - Class in com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming
Small wrapper on IPD metrics registry to manage metrics for incoming mail servers.
IpdIncomingMailServersStats(IpdRegistry) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming.IpdIncomingMailServersStats
 
IpdInterNodeLatencyJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.node
Measures latency between nodes in the cluster.
IpdInterNodeLatencyJob(IpdJobRegistry, IpdInterNodesStats, ClusterManager) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.node.IpdInterNodeLatencyJob
 
IpdInterNodesStats - Class in com.atlassian.confluence.internal.diagnostics.ipd.node
Small wrapper on IPD metrics registry to manage metrics for inter-node communication.
IpdInterNodesStats(IpdRegistry) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.node.IpdInterNodesStats
 
IpdInterNodesStatsWithRemovalDelay - Class in com.atlassian.confluence.internal.diagnostics.ipd.node
Extends IpdInterNodesStats with a delay for removing latency/connection.state metrics from JMX for nodes that are no longer in the cluster.
IpdInterNodesStatsWithRemovalDelay(IpdRegistry, Clock) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.node.IpdInterNodesStatsWithRemovalDelay
 
IpdLocalFileWriteLatencyMeter - Class in com.atlassian.confluence.internal.diagnostics.ipd.filesystem
Makes measurements of file write duration to local file system with guaranteed persistence.
IpdLocalFileWriteLatencyMeter(File, int) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdLocalFileWriteLatencyMeter
 
IpdMonitoringAuditEvent - Class in com.atlassian.confluence.event.events.monitoring
Event that is emitted for change of state in In-product diagnostics toggle from ConfigureMonitoringAction.
IpdMonitoringAuditEvent(boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.event.events.monitoring.IpdMonitoringAuditEvent
 
IpdMonitoringToggledAnalyticsEvent(boolean) - Constructor for class com.atlassian.confluence.event.events.analytics.MonitoringAnalytics.IpdMonitoringToggledAnalyticsEvent
 
IpdResource - Class in com.atlassian.confluence.functest.rest.admin
Flushes In Product Diagnostics metrics to JMX.
IpdResource() - Constructor for class com.atlassian.confluence.functest.rest.admin.IpdResource
 
IpdSessionMonitoringService - Class in com.atlassian.confluence.internal.diagnostics.ipd.http
 
IpdSessionMonitoringService(ContextPathHolder) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.http.IpdSessionMonitoringService
 
IpdSharedFileWriteLatencyMeter - Class in com.atlassian.confluence.internal.diagnostics.ipd.filesystem
Makes measurements of file write duration to shared file system without guaranteed persistence.
IpdSharedFileWriteLatencyMeter(FileStore.Path, int) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdSharedFileWriteLatencyMeter
 
ipdToggleChanged(AbstractMonitoringAuditEvent) - Method in class com.atlassian.confluence.impl.audit.listener.MonitoringAuditListener
 
IS_DEACTIVATED_USER - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
"true" if the User is deactivated/disabled, else "false".
IS_EXTERNALLY_DELETED_USER - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
"true" if the User has been removed from the system via an External Directory, else "false".
IS_LICENSED_USER - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
"true" if the User has a license to use the system, else "false".
IS_SHADOWED_USER - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
"true" if the User is a shadowed user.
IS_USER_WATCHING_CONTENT - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
IS_VALIDATING_COMMENT - Static variable in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
This property will be set when validating a comment.
isAbsoluteUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
Checks if the given URL is absolute.
isAccessPermitted(Class<? extends Annotation>, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.access.UserAccessChecker
Checking if login use is allow for a particular Annotation
isAccessPermitted(Object, String) - Method in class com.atlassian.confluence.impl.security.access.ActionAccessChecker
Deprecated.
 
isAccessPermitted(String, User) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
 
isAccessPermitted(String, User) - Method in interface com.atlassian.confluence.security.GateKeeper
Determine whether a user is permitted to access a resource.
isAccessPermitted(String, String) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
 
isAccessPermitted(String, String) - Method in interface com.atlassian.confluence.security.GateKeeper
Determine whether a user is permitted to access a resource.
isAcknowledged() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
isActioned() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkAction.Result
 
isActive() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
isActive() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
isActive() - Method in class com.atlassian.confluence.user.extras.entities.UserEntity
 
isActive() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
isActiveSynchronisedTransaction() - Method in class com.atlassian.confluence.impl.activeobjects.ActiveObjectsTransactionSynchronisationManager
 
isActiveUser(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
isActiveUser(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Checks if a given user is active.
isActiveUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
isActiveUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
isActiveUser(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
isActiveUser(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
isAddWildcardsToUserAndGroupSearches() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isAddWildcardsToUserAndGroupSearches() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isAdmin(UserKey) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
isAdmin(UserKey) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
isAdmin(String) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
isAdmin(String) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
isAdminLimitExceeded() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
isAdminstratorEmailAddresses() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
isAdminTaskIgnored() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
 
isAdminUser() - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
isAdminUser(SpacePermissionManager, User) - Static method in class com.atlassian.confluence.security.PermissionUtils
 
isAdminUser(SpacePermissionManager, User, Space) - Static method in class com.atlassian.confluence.security.PermissionUtils
 
isAjsLogRendered() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
isAjsLogVisible() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
isAllAscii(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
isAllAsciiLettersOrNumbers(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Deprecated.
since 9.3 unused
isAllowAnyLicensing() - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
 
isAllowCamelCase() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
isAllowCamelCase() - Method in class com.atlassian.confluence.setup.ConfluenceRendererConfiguration
 
isAllowCamelCase() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isAllowed() - Method in class com.atlassian.confluence.security.websudo.IPAllowListValidationResult
 
isAllowed(String) - Method in interface com.atlassian.confluence.setup.settings.init.AdminUiProperties
 
isAllowed(String) - Method in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
 
isAllowed(URI) - Method in class com.atlassian.confluence.core.OutboundWhiteListAllowedSpringWired
 
isAllowed(URI, UserKey) - Method in class com.atlassian.confluence.core.OutboundWhiteListAllowedSpringWired
 
isAllowed(HttpServletRequest) - Method in class com.atlassian.confluence.security.websudo.WebSudoIPAllowListManager
Check if the user's IP address is in the allowlist.
isAllowedContainer(ContentEntityObject, ContentEntityObject) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Determine if a particular content is an acceptable container for a particular child.
isAllowedContainer(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
isAllowedContainer(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
isAllowedContainer(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyEntityAdapter
 
isAllowedInReadOnlyMode() - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
 
isAllowedInReadOnlyMode() - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
 
isAllowedInReadOnlyMode() - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Checks for allowedInReadOnlyMode status.
isAllowedInReadOnlyMode() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationResult
 
isAllowedParent(CustomContentEntityObject, CustomContentEntityObject) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Determine if a particular content is an acceptable parent for this content.
isAllowedParent(CustomContentEntityObject, CustomContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
isAllowedParent(CustomContentEntityObject, CustomContentEntityObject) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
isAllowlistedMethodInternal(Method) - Method in class com.atlassian.confluence.impl.velocity.ConfluenceAllowlistIntrospector
 
isAllowPerGroupLicensing() - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
 
isAllowPerUserLicensing() - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
 
isAllowRemoteApi() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
isAllowRemoteApi() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isAllowRemoteApiAnonymous() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isAllowRemoteApiAnonymous() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isAllowThreadedComments() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
isAllowThreadedComments() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isAllowTrackbacks() - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 7.0.1, it will be removed by this ticket: https://jira.atlassian.com/browse/CONFSRVDEV-10243
isAlmostSupportPeriodEndMessageOff() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isAlreadyFollowing() - Method in class com.atlassian.confluence.labels.actions.FollowUserAction
 
isAlwaysShowConfig() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
isAlwaysShowConfig() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
If a macro is inserted that has required fields, we show the macro configuration dialog.
isAlwaysShowConfig() - Method in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
 
isAnnotated(AnnotatedElement, String) - Static method in class com.atlassian.confluence.plugins.restapi.annotations.ResourceAnnotationUtil
Check if the element has the Annotation with the simple class name
isAnnotationOnClass(Object) - Static method in class com.atlassian.confluence.api.serialization.RestEnrichable.Helper
 
isAnonymous() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
isAnonymous() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
isAnonymousAccessEnabled() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
isAnonymousAccessEnabled() - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
isAnonymousPermission() - Method in class com.atlassian.confluence.security.SpacePermission
 
isAnonymousPicture() - Method in class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
isAnonymousSpacePermissionWithoutGlobalPermission() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
isAnonymousUser() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
isAnonymousUser() - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
 
isAntiXssMode() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isAnyParameterRequired() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
isAnyUserViewSpacePermissionEnabled() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
isApiReady() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
Returns true if the state of the service is "READY", if both CONTENT and SPACE services are in ready state Possible reasons for returning false: 1.
isApiReady() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
Returns true if the state of the service is "READY", if both CONTENT and SPACE services are in ready state Possible reasons for returning false: 1.
isApiUpAndRunning() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.AdvancedBulkPermissionService
 
isApiUpAndRunning() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.AdvancedBulkPermissionServiceImpl
isApplicableFor(LifecyclePhase) - Method in class com.atlassian.confluence.impl.health.checks.FakeHealthCheck
 
isApplicableFor(LifecyclePhase) - Method in class com.atlassian.confluence.impl.health.HealthCheckTemplate
 
isApplicableFor(LifecyclePhase) - Method in interface com.atlassian.confluence.internal.health.HealthCheck
Checks if current HealthCheck is applicable for given phase
isApplicationHomeValid() - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
isApplicationHomeValid() - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
isApplicationHomeValid() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
isApplicationSetUp() - Method in class com.atlassian.sal.confluence.lifecycle.ConfluenceLifecycleManager
 
isAppMonitoringEnabled() - Method in class com.atlassian.confluence.event.events.analytics.MonitoringStatsAnalyticEvent
 
isAppMonitoringEnabled() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
isAppMonitoringEnabled() - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
isAppRecognized() - Method in class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
Deprecated.
 
isArchived() - Method in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
isArchived() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
isArchived() - Method in class com.atlassian.confluence.spaces.Space
 
isAscii(char) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
isAside() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCell
 
isAsLowercase() - Method in class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping
Indicate whether this field is a lowercase
isAsync() - Static method in class com.atlassian.confluence.api.service.content.util.ReconcileContentAsyncFlag
 
isAsynchronousEvent(Object) - Method in class com.atlassian.confluence.event.SynchronousEventFilter
 
isAsyncRenderSafe() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
 
isAsyncRenderSafe() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
isAsyncRenderSafe() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
 
isAsyncRenderSafe() - Method in class com.atlassian.confluence.tinymceplugin.events.CommentAsyncRenderSafeEvent
 
isAsyncRenderSafe(MacroDefinition, Class<? extends Macro>) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.MacroAsyncRenderWhitelist
 
isAsyncRenderSafe(String, Class<? extends Macro>) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.MacroAsyncRenderWhitelist
 
isAtLeast(JohnsonEventLevel) - Method in enum class com.atlassian.confluence.internal.health.JohnsonEventLevel
Indicates whether this event level is at least as severe as the given level.
isAttachmentContainerUpdated() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentUpdateEvent
 
isAttachmentLinked() - Method in class com.atlassian.confluence.internal.content.collab.AttachmentMacroVisitor
 
isAttachmentPresent(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
isAttachmentPresent(Attachment) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
isAttachmentPresent(Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Check that an attachment exists
isAttachmentPresent(Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Check that an attachment exists
isAttachmentPresent(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
isAttachmentPresent(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
isAttachmentPresent(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
isAttribute() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isAuthenticated() - Method in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
isAuthenticatedUsersPermission() - Method in class com.atlassian.confluence.security.SpacePermission
 
isAuthenticating() - Method in class com.atlassian.confluence.mail.auth.ConfluenceOAuth2AuthenticationContext
 
isAuthor(User) - Method in class com.atlassian.confluence.pages.Draft
isAuthorized() - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
 
isAuthorized() - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
 
isAuthorized() - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Checks for authorization status.
isAuthorized() - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.ValidationResultMatchers
 
isAuthorized() - Method in class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
isAuthorized() - Method in class com.atlassian.confluence.core.service.AbstractServiceCommand
 
isAuthorized() - Method in class com.atlassian.confluence.core.service.CommandActionHelper
 
isAuthorized() - Method in class com.atlassian.confluence.core.service.RunAsUserCommand
 
isAuthorized() - Method in interface com.atlassian.confluence.core.service.ServiceCommand
Determine if the current user is authorized to execute this command.
isAuthorized() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationResult
 
isAuthorized(Person, Target) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.OperationCheckMatchers
 
isAuthorized(ValidationResult) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.ValidationResultMatchers
 
isAuthorized(User, ContentEntityObject) - Method in class com.atlassian.confluence.content.service.page.RevertContentToVersionCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.blogpost.MoveBlogPostToTopOfSpaceCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.blogpost.RevertBlogPostCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.comment.CreateCommentCommandImpl
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.comment.DeleteCommentCommandImpl
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.comment.EditCommentCommandImpl
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.ConvertPageToBlogPostCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.CreatePageCommandImpl
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.CreatePageFromExistingCommandImpl
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.DeleteBlogPostCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.DeletePageCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.MovePageCommandImpl
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.MovePageToTopOfSpaceCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.RemoveAbstractPageVersionCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.RevertPageCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.RevertPageOrderCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.page.SetPageOrderCommand
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.RenderContentCommandImpl
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.content.service.space.DeleteSpaceCommand
Deprecated.
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.core.service.AbstractServiceCommand
Template method for implementations to perform authorization.
isAuthorizedInternal() - Method in class com.atlassian.confluence.labels.service.AddLabelsCommandImpl
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.labels.service.RemoveLabelCommandImpl
 
isAuthorizedInternal() - Method in class com.atlassian.confluence.labels.service.ValidateLabelsCommandImpl
 
isAutocompleteDisabled() - Method in class com.atlassian.confluence.user.actions.EditorSettingsAction
 
isAutoCursorTarget() - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment
 
isAutoEncodeDisabled() - Method in interface com.atlassian.confluence.util.velocity.ConfluenceVelocityTemplate
Determines whether the template has disabled auto encoding on its contents.
isAutoEncodeDisabled() - Method in interface com.atlassian.confluence.velocity.htmlsafe.HtmlSafeVelocityTemplate
Determines whether the template has disabled auto encoding on its contents.
isAutoformatDisabled() - Method in class com.atlassian.confluence.user.actions.EditorSettingsAction
 
isAvailable() - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastClusterMonitoring
 
isAvailable() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterMonitoring
 
isAvailable() - Method in class com.atlassian.confluence.impl.cluster.event.AvailabilityCheckingClusterEventService
Deprecated.
 
isAvailable() - Method in interface com.atlassian.confluence.impl.cluster.event.ClusterEventService
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.4 to be removed
isAvailable() - Method in class com.atlassian.confluence.impl.cluster.event.TopicEventPublisher
this method remain here to support the dark feature (until it is completely removed)
isAvailable() - Method in class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterService
 
isAvailable() - Static method in class com.atlassian.confluence.setup.SetupContext
Determine if the setup context is available
isAvailableForAnonymous() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
 
isAvailableForAuthenticatedUsers() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
 
isAvatarsEnabled() - Method in class com.atlassian.confluence.impl.user.crowd.DefaultCrowdDarkFeatureManager
 
isAws() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
isAwsIamRoleAuth() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
isAwsSecretKeyAuth() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
isAWSSetup() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
isAzureADAdditionalRegionsEnabled() - Method in class com.atlassian.confluence.impl.user.crowd.DefaultCrowdDarkFeatureManager
 
isBackupAttachments() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
isBackupAttachmentsDaily() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isBackupDaily() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isBackupEnabled(ScheduledJobManager, Settings) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
Determines if the backup job is enabled.
isBackupPathSetAllowed() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
Checks the confluence.backup.path.set.allowed property, to see if the backup path can be modified in the admin console.
isBackupSupportedVersion(Integer, Integer) - Static method in class com.atlassian.confluence.impl.backuprestore.restore.BackupPropertiesValidator
 
isBackupSupportedVersion(String) - Static method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
isBannerMessageOn() - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
isBannerMessageOn() - Method in class com.atlassian.confluence.plugins.maintenance.model.MaintenanceInfo
 
isBaseUrlAdminMessageOff() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isBasicAuth() - Method in interface com.atlassian.confluence.mail.OAuth2MailServer
Returns whether this MailServer is configured to use BasicAuth or not.
isBatchContentTrackingEnabled() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
 
isBlank() - Method in class com.atlassian.confluence.pages.Draft
 
isBlogPost(ContentEntityObject) - Static method in class com.atlassian.confluence.internal.content.DraftUtils
Returns true if given ContentEntityObject represents Blog post
isBlogPostCreationUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
 
isBlogPostEditUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
 
isBlogPostLink(String) - Static method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
Returns true if the provided link matches the expected blog post pattern.
isBlogPostsByDateAction() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
isBodyCleaned() - Method in class com.atlassian.confluence.core.BodyContent
 
isBodyDeprecated() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
isBodyDeprecated() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
isBodyDeprecated() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
isBooleanValue(String) - Method in class com.atlassian.confluence.functest.rest.admin.GlobalSettingsResource
 
isBootstrapped() - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
isBootstrapped() - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
isBootstrapped() - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
isBootstrapped() - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
 
isBorder() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
isBorder() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
isBorder() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
isBroken() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
isBrowserFamily(UserAgentUtil.BrowserFamily) - Static method in class com.atlassian.confluence.util.UserAgentUtil
Checks if the current user agent is in the given browser family.
isBrowserLanguageEnabled() - Static method in class com.atlassian.confluence.languages.BrowserLanguageUtils
 
isBrowserLanguageEnabled() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
isBrowserMajorVersion(UserAgentUtil.BrowserMajorVersion) - Static method in class com.atlassian.confluence.util.UserAgentUtil
Checks if the current user agent is part of the browser family and has the major version of the given version
isBuildNumberCorrect() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
isBundledPluginsDisabled() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
isCacheable() - Method in class com.atlassian.confluence.impl.search.v2.lucene.EmptyDocIdSet
 
isCacheable() - Method in class com.atlassian.confluence.util.velocity.debug.VelMethodDebugDecorator
 
isCached() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
isCached() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
 
isCachingOn() - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
isCancellable() - Method in enum class com.atlassian.confluence.api.model.backuprestore.JobState
 
isCanEditGroup() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
isCanonical(T) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
NOTES: This method is stolen from Crowd's ApplicationServiceGeneric as we need to check an entity is canonical in Confluence Given a username is duplicated in several user directories, the entity in the first directory, according to directory ordering is considered to be the canonical entity for the given name, and the other entities are shadowed and thus not to be returned from searches.
isCaptchaAvailable() - Method in interface com.atlassian.confluence.security.CaptchaManager
 
isCaptchaAvailable() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
isCaptchaEnabled() - Method in interface com.atlassian.confluence.security.CaptchaManager
 
isCaptchaEnabled() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
isCaseInvalid() - Method in class com.atlassian.confluence.security.actions.PermissionRow
 
isCaseInvalid() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.GroupPermissionRow
Deprecated.
 
isCaseInvalid() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UnlicensedPermissionRow
Deprecated.
 
isCaseInvalid() - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UserPermissionRow
Deprecated.
 
isCausedBy(OpenSearchException, String) - Static method in class com.atlassian.confluence.plugins.opensearch.OpenSearchExceptionUtils
Determines whether an OpenSearch exception contains an error cause with the specified type
isCData() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isChanged() - Method in class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.Monitoring
 
isChangesSaved() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
isCharacters() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isCheckInheritedPermissions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleChildPagesAnalyticsEvent
 
isChildOf(File, File) - Static method in class com.atlassian.confluence.util.io.ConfluenceFileUtils
Determine if a file is a child of another
isChildrenNotShown() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
Used to hide the page children if we are using the left sidebar.
isChildrenShowing() - Method in class com.atlassian.confluence.themes.PageHelper
 
isClassAllowed(Class<?>) - Method in class com.atlassian.confluence.impl.struts.OgnlAllowListConfigurator
 
isClassAllowlisted(Class<?>) - Method in class com.atlassian.confluence.impl.struts.ConfluenceSecurityMemberAccess
 
isCleanUrlAttribute(String) - Method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
 
isCleanUrlAttribute(String) - Method in interface com.atlassian.confluence.content.render.xhtml.RenderedContentCleaner
Test that the supplied value of a URL type attribute (such as href) is safe for output.
isCleanUrlAttribute(String) - Method in interface com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner
Test that the supplied value of a URL type attribute (such as href) is safe for output.
isCleanUrlAttribute(String) - Method in interface com.atlassian.confluence.content.render.xhtml.XhtmlCleaner
Deprecated.
Test that the supplied value of a URL type attribute (such as href) is safe for output.
isClientActive() - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
 
isClosable() - Method in class com.atlassian.confluence.util.message.DefaultMessage
 
isClosable() - Method in interface com.atlassian.confluence.util.message.Message
Determines whether the message can be closed
isCloudImport() - Method in class com.atlassian.confluence.event.events.admin.AsyncImportStartedEvent
Returns true if the data being imported comes from a Cloud instance as opposed to a Server instance.
isClustered() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
isClustered() - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationAccessor
 
isClustered() - Method in interface com.atlassian.confluence.cluster.ClusterManager
 
isClustered() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
isClustered() - Method in class com.atlassian.confluence.cluster.safety.ClusterPanicAnalyticsEvent
 
isClustered() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.HazelcastApplicationConfigurationProperties
 
isClustered() - Method in class com.atlassian.testsupport.NonClusterManager
 
isClusteredEdition() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
Deprecated.
since 5.9.1. Clustering is always supported.
isClusteredInstance() - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationHelper
 
isClusteredInstance() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
isClusteredInstance() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
isClusteredOnly() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
isClusteredOnly() - Method in class com.atlassian.confluence.schedule.AbstractScheduledJob
 
isClusteredOnly() - Method in interface com.atlassian.confluence.schedule.ScheduledJob
Jobs that are only meaningful in clustered environment won't be scheduled in non-clustered environments.
isClusterHomeConfigured() - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationHelper
 
isClusterHomeConfigured() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
isClusterHomeConfigured() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
isClusterHomeConfigured(ApplicationConfiguration) - Static method in class com.atlassian.confluence.cluster.ClusterConfigurationUtils
 
isClusterSetupEnabled() - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastClusterMonitoring
 
isClusterSetupEnabled() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterMonitoring
 
isClusterToStandalone() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
isClusterWideTask() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun.Error
 
isClusterWideTask() - Method in class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl.ErrorImpl
 
isCollaborativeContent() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
isCollaborativeContent() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
isCollapsedList() - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.reference.ReferenceMatchers
Matches Lists which implement Collapsed and whose iterator throws IllegalStateException (e.g.
isCollapsedMap() - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.reference.ReferenceMatchers
Matches Maps which implement Collapsed and whose iterator throws IllegalStateException (e.g.
isCollapsedReferenceWithOrWithoutProperties(Class<?>) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.reference.ReferenceMatchers
Matches collapsed references to the specified class, even if they are non-specific ones without properties set for generating navigation links
isCollapsedReferenceWithProperties(Class<?>) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.reference.ReferenceMatchers
Matches collapsed references to the specified class, and checks they have properties set for generating navigation links
isColorSchemeUpdated() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
isColorSchemeValid(ColorSchemeModel) - Static method in class com.atlassian.confluence.api.impl.service.colorscheme.ColorSchemeHelper
 
isColumnPresent(String, String, PlatformTransactionManager, SessionFactory, BootstrapManager) - Static method in class com.atlassian.confluence.upgrade.upgradetask.DataAccessUtils
Get whether a column is present in the database.
isCommentable() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
isCommentable() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
isCommentable() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
isComplete() - Method in class com.atlassian.confluence.impl.health.DefaultHealthCheckRunner
 
isComplete() - Method in interface com.atlassian.confluence.impl.health.HealthCheckRunner
Indicates whether all possible health checks have been run, across all LifecyclePhases.
isComplete() - Method in class com.atlassian.confluence.impl.health.StubHealthCheckRunner
 
isComplete() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
isComplete() - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
isComplete() - Method in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
isComplete() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
isCompleted() - Method in class com.atlassian.confluence.admin.tasks.AdminTaskData
 
isCompleted() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun
 
isCompleted() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
 
isCompletedSuccessfully() - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
isCompoundIndexFileFormat() - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
isCompoundIndexFileFormat() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.Configuration
 
isCompressed() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
isCompressionEnabled() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
isConfigured() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
isConfigured() - Method in interface com.atlassian.confluence.impl.cluster.ClusterManagerInternal
 
isConfigured() - Method in class com.atlassian.testsupport.NonClusterManager
 
isConfirmPassOnEmailChange() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
isConflictFound() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
isConflictFound() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftMessage
 
isConfluenceAdministrator(ConfluenceUser) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
isConfluenceAdministrator(ConfluenceUser) - Method in interface com.atlassian.confluence.security.PermissionManager
Determine if the user is a Confluence administrator.
isConfluenceAdministrator(User) - Method in class com.atlassian.confluence.security.PermissionHelper
 
isConfluenceAdministrator(User) - Method in interface com.atlassian.confluence.security.PermissionManager
isConfluenceAdministratorsGroup(String) - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
Determines whether the group is confluence administrators
isConfluenceHomeOk() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
Deprecated.
Since 6.6.0, no longer used
IsConfluenceSpacesLicensedCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
IsConfluenceSpacesLicensedCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.IsConfluenceSpacesLicensedCondition
 
isConnectionsEnabled() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
isContainerTarget(Target) - Method in interface com.atlassian.confluence.internal.permissions.TargetResolver
Returns true if object is a Target for a container being used to check operations on a different child TargetType within it.
isContainerTarget(Target) - Method in class com.atlassian.confluence.internal.permissions.TargetResolverImpl
 
IsContainsFunction - Class in com.atlassian.confluence.plugins.soy
 
IsContainsFunction() - Constructor for class com.atlassian.confluence.plugins.soy.IsContainsFunction
 
isContentApiReady() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
Returns true if the state of denormalised CONTENT service is "READY", which means that denormalised content permissions reflect real permissions.
isContentApiReady() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
Returns true if the state of denormalised CONTENT service is "READY", which means that denormalised content permissions reflect real permissions.
isContentApiUpAndRunning() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.AdvancedBulkPermissionService
 
isContentApiUpAndRunning() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.AdvancedBulkPermissionServiceImpl
isContentExcluded(ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
Returns whether a ContentEntityObject is excluded from the copy
isContentLinked() - Method in class com.atlassian.confluence.internal.content.collab.AttachmentMacroVisitor
 
isContentModified() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
isContentNotification() - Method in class com.atlassian.confluence.mail.notification.Notification
 
isContentProperty(CustomContentEntityObject) - Static method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyEntityAdapter
 
isContentProperty(ContentEntityObject) - Static method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyEntityAdapter
 
isContentSpaceIncluded(ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
Returns whether the content's Space is in the inclusion List.
isContextBatchingDisabled() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
isContextBatchingEnabled() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
 
isConvertableToPersonalSpace() - Method in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
isCoordDisabled() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
isCopyAttachments() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
isCPUCostCollected() - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistryConfiguration
 
isCpuTimingEnabled() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
isCpuTimingEnabled() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
 
isCreated() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
isCreatedFromUsernameSource() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
 
isCreative() - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
isCreative() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
isCreative() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
isCronJob(ManagedScheduledJob) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
isCronJob(ManagedScheduledJob) - Static method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
Utility to determine if a managed job is a cron job or not.
isCrowdManaged(ConfluenceUser) - Method in interface com.atlassian.confluence.dmz.user.UserAccessorInternal
Checks whether or not embedded Crowd manages/has knowledge of a given user
isCrowdManaged(ConfluenceUser) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
isCrowdManaged(ConfluenceUser) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
isCrowdSetup() - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
isCurrent() - Method in class com.atlassian.confluence.core.ContentEntityObject
Does this content have "current" status? (non-trashed and non-draft)
isCurrent() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isCurrent() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
isCurrent() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction.ClusterableInterface
 
isCurrent() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isCurrentApplicationSet(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
isCurrentApplicationSet(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Check whether or not the trustedApplicationManager has its currentApplication set.
isCurrentApplicationSet(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
isCurrentGlobalLocale(String) - Method in class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
Determines if the given locale name is the same as the default global locale
isCurrentTimestampSelectStringCallable() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
isCurrentUser() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
 
isCustom() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactAnalyzerProvider
 
isCustom() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactFilenameAnalyzerProvider
 
isCustom() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactQueryAnalyzerProvider
 
isCustom() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.FilenameAnalyzerProvider
 
isCustom() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.KeywordAnalyzerProvider
 
isCustom() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.analyzer.OpenSearchAnalyzerProvider
 
isCustom() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.StandardAnalyzerProvider
 
isCustom() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.TwoGramAnalyzerProvider
 
isCustom() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.UnstemmedAnalyzerProvider
 
isCustom() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.WhitespaceAnalyzerProvider
 
isCustomAuthenticator() - Static method in class com.atlassian.confluence.user.AuthenticatorOverwrite
Returns true if the authenticator configured in seraph-config.xml is not one of the ones shipped with Confluence, otherwise false.
isCustomeThemeSet() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
isCustomExportAllowed() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
isCustomLogo() - Method in class com.atlassian.confluence.spaces.SpaceLogo
 
isCustomSchemeEdit() - Method in class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent
 
isDailyBackupEnabled() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
isDangling() - Method in class com.atlassian.confluence.pages.CommentStatus
 
isDarkFeatureEnabled(ConfluenceUser, String) - Static method in class com.atlassian.confluence.setup.settings.DarkFeatures
Deprecated, for removal: This API element is subject to removal in a future version.
isDarkFeatureEnabled(User, String) - Static method in class com.atlassian.confluence.setup.settings.DarkFeatures
Deprecated, for removal: This API element is subject to removal in a future version.
isDarkFeatureEnabled(String) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
isDarkFeatureEnabled(String) - Static method in class com.atlassian.confluence.setup.settings.DarkFeatures
Returns true if the dark feature is enabled for the current user, either because of a user preference or because it is enabled site-wide via a site or system setting.
isDarkFeatureEnabled(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
isDarkFeatureEnabled(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
isDarkFeatureEnabled(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
isDarkFeatureEnabled(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
isDarkFeatureEnabled(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
isDatabaseExternal() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
isDatabaseLocked() - Method in class com.atlassian.confluence.event.events.admin.RestoreInProgressEvent
 
isDatabaseLocked() - Static method in class com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.ConfluenceLockerOnSiteRestore
Indicates whether database should be locked because of site restore
isDatabaseUpgrade() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
isDatabaseUpgrade() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager.RunImpl
 
isDatabaseUpgrade() - Method in interface com.atlassian.confluence.upgrade.UpgradeFinalizationManager.Run
 
isDatabaseUpgrade() - Method in class com.atlassian.confluence.upgrade.upgradetask.LabelUniqueIndexUpgradeTask
 
isDatabaseUpgrade() - Method in interface com.atlassian.confluence.upgrade.UpgradeTaskInfo
 
isDataCenter() - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel
 
isDataCenter() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
isDataCenter(ConfluenceLicense) - Static method in class com.atlassian.confluence.license.util.ConfluenceLicenseUtils
Deprecated.
since 5.9.1. Use ProductLicense.isClusteringEnabled() instead.
isDataCenterLicensed() - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastClusterMonitoring
 
isDataCenterLicensed() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterMonitoring
 
isDataSourceConfigured() - Method in interface com.atlassian.confluence.impl.health.checks.DataSourceConfiguration
 
isDatasourceDetected() - Method in class com.atlassian.confluence.setup.actions.SetupDBChoiceAction
 
isDateWithin24Hours(Date) - Static method in class com.atlassian.confluence.util.VelocityUtil
Determines if given date is within 24 hours
isDcLicense() - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
isDeactivated(User) - Method in interface bucket.user.UserAccessor
Deprecated.
Returns true if the user exists and is unable to log in, otherwise false.
isDeactivated(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
isDeactivated(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
isDeactivated(User) - Method in interface com.atlassian.confluence.user.UserAccessor
Deprecated.
isDeactivated(String) - Method in interface bucket.user.UserAccessor
Deprecated.
Returns true if the user with the specified username exists and is unable to log in, otherwise false.
isDeactivated(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
isDeactivated(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
isDeactivated(String) - Method in interface com.atlassian.confluence.user.UserAccessor
Deprecated.
isDebugEnabled() - Method in interface com.atlassian.confluence.security.CaptchaManager
 
isDebugEnabled() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
isDeclaredHtmlSafe() - Method in interface com.atlassian.confluence.util.velocity.ConfluenceVelocityTemplate
Used by plugins to determine whether auto encoding should be enabled on its contents.
isDeclaredHtmlSafe() - Method in interface com.atlassian.confluence.velocity.htmlsafe.HtmlSafeVelocityTemplate
Used by plugins to determine whether auto encoding should be enabled on its contents.
isDefault() - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearchSectionSpec
Returns true of the section is added into the system by default.
isDefault() - Method in class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
isDefault(boolean) - Method in class com.atlassian.confluence.api.model.web.Icon.Builder
 
isDefault(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
 
isDefaultColourScheme() - Method in class com.atlassian.confluence.themes.AbstractColourScheme
 
isDefaultColourScheme() - Method in interface com.atlassian.confluence.themes.ColourScheme
 
isDefaultLogo() - Method in class com.atlassian.confluence.spaces.SpaceLogo
 
isDefaultNamespace() - Method in class com.atlassian.confluence.content.render.xhtml.Namespace
 
isDeferJsAttributeEnabled() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
isDeferJsAttributeEnabled() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
isDefined() - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
isDefined() - Method in class com.atlassian.confluence.core.None
 
isDeleted() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
isDeleted() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isDeleted() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isDeletedUser(ConfluenceUser) - Method in interface com.atlassian.confluence.dmz.user.UserAccessorInternal
Checks whether or not a user has been deleted from the application
isDeletedUser(ConfluenceUser) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
isDeletedUser(ConfluenceUser) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Check implementation is currently based on assumption that a deleted user is defined as a user with the same user key and username.
isDeletedUser(ConfluenceUser) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Check whether or not a user has been deleted completely from the application.
isDeletedUser(ConfluenceUser) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
isDeletedUser(ConfluenceUser) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
isDeletedUser(User) - Static method in class com.atlassian.confluence.user.DeletedUser
Helper method to determine if a User object represents a Deleted user.
isDeletedUser(User) - Method in class com.atlassian.confluence.user.UserHelper
 
isDeleteUserMembershipsBatchingEnabled() - Method in class com.atlassian.confluence.impl.user.crowd.DefaultCrowdDarkFeatureManager
 
isDeleteWorkingFile() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
isDeleteWorkingFile() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
isDemonstrationContentInstalled() - Method in class com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
 
isDemonstrationContentInstalled() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
isDenyPublicSignup() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isDependentOn(SpacePermission) - Method in class com.atlassian.confluence.security.SpacePermission
One permission is dependent on another if the other permission is a guard permission that applies to the same space/global scope, and to the same group / user / "all users" subject as this permission.
isDevelopmentBuild() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteServerInfo
 
isDevMode() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
isDevMode() - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
isDiagnosticEnabled() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
isDiagnosticEnabled() - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
isDiagnosticEnabled() - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
isDiffOrEmail() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
isDiffOrEmail() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
isDigest() - Method in class com.atlassian.confluence.mail.notification.Notification
 
isDirectLogin(HttpServletRequest) - Static method in class com.atlassian.confluence.user.LoginDetailsHelper
 
isDirectorySynchronisable(long) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
isDirectorySynchronising(long) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
isDisableCaches() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
isDisabled() - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon
 
isDisabled() - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
isDisabled(User) - Method in class com.atlassian.confluence.user.crowd.CrowdDisabledUserManager
 
isDisabled(User) - Method in interface com.atlassian.confluence.user.DisabledUserManager
Returns true if the specified user is deactivated or does not exist, otherwise false.
isDisabled(User) - Method in class com.atlassian.confluence.user.crowd.CrowdDisabledUserManager
 
isDisabled(User) - Method in interface com.atlassian.confluence.user.DisabledUserManager
As DisabledUserManager.isDisabled(User), but converts the given legacy User into a crowd User.
isDisabled(String) - Method in class com.atlassian.confluence.user.crowd.CrowdDisabledUserManager
 
isDisabled(String) - Method in interface com.atlassian.confluence.user.DisabledUserManager
Returns true if the user with the specified username is deactivated or does not exist, otherwise false.
isDisableLogo() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isDisableLogo() - Method in class com.atlassian.confluence.setup.settings.SpaceSettings
 
isDisableMinification() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
isDisableSitemesh() - Method in class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
isDisableSitemesh() - Method in class com.atlassian.confluence.themes.BasicTheme
 
isDisableSitemesh() - Method in class com.atlassian.confluence.themes.DefaultTheme
 
isDisableSitemesh() - Method in class com.atlassian.confluence.themes.ExperimentalUnsupportedTheme
 
isDisableSitemesh() - Method in interface com.atlassian.confluence.themes.Theme
If this flag returns true, all requests for sitemesh templates w.r.t this theme will return NoDecorator, leading to a total bypassing of the sitemesh-based theme system.
isDisablingAllowed() - Method in enum class com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionServiceState
 
isDiscardableDraft(ContentEntityObject) - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
isDisplayJohnson() - Method in class com.atlassian.confluence.event.events.admin.RestoreFailedEvent
 
isDisplayJohnson() - Method in class com.atlassian.confluence.event.events.admin.RestoreInProgressEvent
 
isDisplayJohnson() - Static method in class com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.ConfluenceLockerOnSiteRestore
Indicates whether we should display Johnson page about restore progress/failure
isDisplaySupportRequest() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
isDomainRestrictedSignupEnabled() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
isDomainRestrictedSignupEnabled() - Method in interface com.atlassian.confluence.user.SignupManager
 
isDone() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
isDone() - Method in interface com.atlassian.confluence.importexport.xmlimport.parser.FragmentParser
Deprecated.
 
isDownload() - Method in class com.atlassian.confluence.event.events.content.attachment.AttachmentViewEvent
 
isDraft() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
isDraft() - Method in class com.atlassian.confluence.pages.Draft
 
isDraft() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isDraft() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isDraft(ContentEntityObject) - Static method in class com.atlassian.confluence.internal.content.DraftUtils
Returns true if content is shared or personal draft.
isDraftContentChanged(Long, String, String, Long) - Method in class com.atlassian.confluence.content.service.DefaultDraftService
Deprecated.
isDraftContentChanged(Long, String, String, Long) - Method in interface com.atlassian.confluence.content.service.DraftService
Deprecated.
since 5.7. No replacement (should stop being used).
isDryRunModeEnabled() - Method in interface com.atlassian.confluence.api.service.retention.RetentionFeatureChecker
Returns whether the dark feature for Retention Rules deletion is enabled - if not then the feature will run in "dry-run" mode where no items are deleted but the rest of the job executes
isDryRunModeEnabled() - Method in class com.atlassian.confluence.impl.retention.DefaultRetentionFeatureChecker
 
isDuplicated(Class<?>) - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction.StubComponentRegistrar
 
isDuplicateLanguage(Language) - Method in class com.atlassian.confluence.languages.DefaultLanguageManager
Determine whether there are at least two language packs for the given language installed.
isDynamicPluginLoader() - Method in class com.atlassian.confluence.impl.plugin.TransactionalPluginLoader
 
isDynamicType(Type) - Method in class com.atlassian.confluence.plugins.restapi.graphql.DefaultGraphQL
 
isDynamicType(Type) - Method in interface com.atlassian.confluence.rest.v2.api.graphql.GraphQL
Get whether a type is a 'dynamic type' where the fields are provided at runtime
ISearch - Interface in com.atlassian.confluence.search.v2
A representation of a search to be performed.
ISearch.Builder<SEARCH extends ISearch> - Interface in com.atlassian.confluence.search.v2
Builder interface to create new search instance with the specified values
ISearchResultConverter - Interface in com.atlassian.confluence.search.v2
Fascilitates conversion from SearchResult to Searchable
isEditable() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
isEditable() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
 
isEditBaseUrl() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
isEditComment() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
isEditingPermitted() - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
isEditingUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
 
isEditMode() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
isEditMode() - Method in class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
 
isEditMode() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isEditMode() - Method in interface com.atlassian.confluence.core.FormAware
 
isEditMode() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
isEditMode() - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
isEditMode() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
isEditMode() - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.EditMySettingsAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.EditorSettingsAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.ViewMyProfileAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
isEditMode() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
isEditorLoaderUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
 
IsEditorPageRestrictedCondition - Class in com.atlassian.confluence.tinymceplugin.conditions
Deprecated.
IsEditorPageRestrictedCondition() - Constructor for class com.atlassian.confluence.tinymceplugin.conditions.IsEditorPageRestrictedCondition
Deprecated.
 
isEditPageRestricted() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
Deprecated.
since 5.9. Use proper permissions checks on the content
isEditPageRestricted() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Deprecated.
since 5.9. Use proper permissions checks on the content
isEditPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
isEditPermissionRequired() - Method in interface com.atlassian.confluence.pages.actions.PageAware
 
isElevatedDefaultPath(String) - Static method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
isElevatedSecurityCheckEnabled() - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginManager
 
isElevatedSecurityCheckEnabled() - Method in interface com.atlassian.confluence.security.login.LoginManager
Check if elevated security checks are available/enabled.
isElevatedSecurityCheckRequired() - Method in class com.atlassian.confluence.user.actions.LoginAction
 
isEllipsis() - Method in class com.atlassian.confluence.search.v2.summary.Summary.Ellipsis
Returns true.
isEllipsis() - Method in class com.atlassian.confluence.search.v2.summary.Summary.Fragment
Returns true iff this fragment is an ellipsis.
isEmailAdminMessageOff() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isEmailOnRestrictedDomain(String) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
isEmailOnRestrictedDomain(String) - Method in interface com.atlassian.confluence.user.SignupManager
Checks if the given email address is on one of the configured restricted domains.
isEmailSentOnInviteSignUp() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
isEmailSentOnInviteSignUp() - Method in interface com.atlassian.confluence.user.SignupManager
 
isEmailVisible() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
isEmailVisible() - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
isEmpty() - Method in class com.atlassian.confluence.api.model.content.ContentSelector
 
isEmpty() - Method in class com.atlassian.confluence.api.model.Expansions
 
isEmpty() - Method in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
isEmpty() - Method in interface com.atlassian.confluence.api.model.pagination.Cursor
Indicates that cursor is empty (first cursor in forward direction)
isEmpty() - Method in class com.atlassian.confluence.api.model.pagination.SpaceCursor
 
isEmpty() - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
isEmpty() - Method in class com.atlassian.confluence.core.None
 
isEmpty() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.CollectionOfElements
 
isEmpty() - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
isEmpty() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
 
isEmpty() - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Returns true if the current BooleanQueryFactory is empty; that is, if no SearchQueries have been added to it.
isEmpty() - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
isEmpty() - Static method in class com.atlassian.confluence.renderer.ContentIncludeStack
 
isEmpty() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
isEmpty() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery.Builder
 
isEmpty() - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
isEmpty() - Method in class com.atlassian.confluence.util.collections.CompositeMap
 
isEmpty() - Method in class com.atlassian.confluence.util.collections.LazyMap
 
isEmpty() - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Returns true if the logging context has been initialised and has data in it, otherwise false.
isEmpty() - Method in class com.atlassian.confluence.web.WebMenu
 
isEmpty(Path) - Static method in class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataUtil
 
isEmptyFolder() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
isEmptyNonCollapsedList() - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.reference.ReferenceMatchers
Matches Lists which do not implement Collapsed and whose iterator is empty
isEmptyNonCollapsedMap() - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.reference.ReferenceMatchers
Matches Maps which do not implement Collapsed and which are empty
isEmptyNonCollapsedPageResponse() - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.reference.ReferenceMatchers
Matches PageResponses which do not implement Collapsed and whose iterator is empty
isEmptyReference(Class<?>) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.reference.ReferenceMatchers
Matches empty references to the specified class
isEnableCaptcha() - Method in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
isEnabled() - Method in class com.atlassian.confluence.api.impl.service.audit.adapter.AlwaysTrueDbAuditingFeature
 
isEnabled() - Method in class com.atlassian.confluence.api.impl.service.audit.adapter.DcLicenseFileAuditingFeature
 
isEnabled() - Method in class com.atlassian.confluence.api.impl.service.audit.DcOnlyDelegatedViewFeature
 
isEnabled() - Method in class com.atlassian.confluence.event.events.analytics.MaintenanceBannerEvent
 
isEnabled() - Method in class com.atlassian.confluence.event.events.analytics.MaintenanceReadOnlyEvent
 
isEnabled() - Method in class com.atlassian.confluence.event.events.cluster.ClusterMaintenanceBannerEvent
 
isEnabled() - Method in class com.atlassian.confluence.impl.cache.AbstractConfluenceCacheAspect
 
isEnabled() - Method in class com.atlassian.confluence.impl.cache.ConfluenceMonitoringCacheAspect
 
isEnabled() - Method in class com.atlassian.confluence.impl.content.render.prefetch.ContentResourcePrefetcher
 
isEnabled() - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
 
isEnabled() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
isEnabled() - Method in interface com.atlassian.confluence.impl.profiling.NodeJmxMonitoringConfig
 
isEnabled() - Method in class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
isEnabled() - Method in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
isEnabled() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsConfiguration
 
isEnabled() - Method in class com.atlassian.confluence.internal.diagnostics.EventListeningDarkFeatureSetting
 
isEnabled() - Method in interface com.atlassian.confluence.internal.license.EnterpriseFeatureFlag
 
isEnabled() - Method in class com.atlassian.confluence.internal.license.LicenseBasedCachingEnterpriseFeatureFlag
 
isEnabled() - Method in interface com.atlassian.confluence.jmx.MBeanExporterWithUnregister
Determines whether or not the export is enabled.
isEnabled() - Method in class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
 
isEnabled() - Method in class com.atlassian.confluence.plugin.module.PluginModuleHolder
 
isEnabled() - Method in class com.atlassian.confluence.plugins.easyuser.SignupSettingsBean
 
isEnabled() - Method in class com.atlassian.confluence.schedule.ScheduledJobConfiguration
 
isEnabled() - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
isEnabled() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionDarkFeature
 
isEnabled() - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
isEnabled() - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
 
isEnabled() - Method in class com.atlassian.confluence.test.rpc.RequestLogger
 
isEnabled() - Method in class com.atlassian.confluence.util.http.ConfluenceHttpParameters
 
isEnabled(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.plugin.EmptyPluginPersistentState
 
isEnabled(Plugin) - Method in class com.atlassian.confluence.plugin.EmptyPluginPersistentState
 
isEnabled(Object) - Method in enum class com.atlassian.confluence.mail.notification.listeners.NotificationApiDarkFeature
Deprecated.
 
isEnabled(String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.Slf4JInfoStream
 
isEnabled(String) - Method in enum class com.atlassian.confluence.mail.notification.listeners.NotificationTemplate
Deprecated.
Check if a particular ADG template should be used.
isEnabledByDefault() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
isEnabledByDefault() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
isEnableDebug() - Method in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
isEnabledForAllUsers(String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
isEnabledForAllUsers(String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
isEnabledForCurrentUser(String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
isEnabledForCurrentUser(String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
isEnabledForUser(UserKey, String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
isEnabledForUser(UserKey, String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
isEnableElevatedSecurityCheck() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isEnableElevatedSecurityCheck() - Method in class com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
 
isEnableHazelcastJMX() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
Check if we want to enable JMX for hazelcast or not
isEnableHibernateJMX() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
Check if we want to enable JMX for hibernate or not
isEnableOpenSearch() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
isEnableOpenSearch() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isEnableQuickNav() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
isEnableQuickNav() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isEnableSpaceStyles() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isEnableSpaceStyles() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isEnablingAllowed() - Method in enum class com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionServiceState
 
isEndDocument() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isEndElement() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isEnrichableEntity(Class) - Method in class com.atlassian.confluence.api.impl.DefaultApiRestEntityFactory
 
isEnrichableEntity(Class) - Method in interface com.atlassian.confluence.core.ApiRestEntityFactory
Get whether an object type can be enriched using a RestEntity.
isEnrichableEntity(Class) - Method in class com.atlassian.confluence.plugins.restapi.enrich.DefaultRestEntityEnrichmentManager
 
isEnrichableEntity(Class) - Method in interface com.atlassian.confluence.rest.serialization.jackson2.enrich.RestEntityEnrichmentManager
Get whether an object type can be enriched using a RestEntity.
isEnrichableEntity(Class) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestEntityConverter
 
isEnrichableEntity(Class) - Method in class com.atlassian.integrationtest.confluence.rest.serialization.jackson2.enrich.MockRestEntityEnrichmentManager
 
isEnrichableList(Class) - Method in class com.atlassian.confluence.api.impl.DefaultApiRestEntityFactory
 
isEnrichableList(Class) - Method in interface com.atlassian.confluence.core.ApiRestEntityFactory
Get whether an object type can be enriched using a RestList.
isEnrichableList(Class) - Method in class com.atlassian.confluence.plugins.restapi.enrich.DefaultRestEntityEnrichmentManager
 
isEnrichableList(Class) - Method in interface com.atlassian.confluence.rest.serialization.jackson2.enrich.RestEntityEnrichmentManager
Get whether an object type can be enriched using a RestList.
isEnrichableList(Class) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestEntityConverter
 
isEnrichableList(Class) - Method in class com.atlassian.integrationtest.confluence.rest.serialization.jackson2.enrich.MockRestEntityEnrichmentManager
 
isEnterpriseLicensingAgreement() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
isEntityReference() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isEntries() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.PluginAndMaterials
 
isError() - Static method in class com.atlassian.confluence.server.DefaultApplicationStatusService
 
isErrored() - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
isEscapeBody() - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
isEvaluation() - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel
 
isEvaluationLicense() - Method in class com.atlassian.confluence.admin.actions.ViewOrUpdateLicenseAction
 
isEvaluationLicense() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
isEventSuppressed() - Method in class com.atlassian.confluence.core.AbstractOperationContext
 
isEventSuppressed() - Method in interface com.atlassian.confluence.core.OperationContext
Control whether the save should result in an event being published.
isEventTransformerDirectoryManagerCacheEnabled() - Method in class com.atlassian.confluence.impl.user.crowd.DefaultCrowdDarkFeatureManager
 
isEverythingOk() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
Deprecated.
Since 6.6.0, no longer used
isExactSearchIndexingEnabled() - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
isExactSearchQueryEnabled() - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
isExactSearchSyntax(String) - Static method in class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
 
isExceptionEntity(ConfluenceEntityObject) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
isExceptionEntity(ConfluenceEntityObject) - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
Entities to be excluded from the export.
isExempt(ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.AdminPermissionCheckExemptions
 
isExempt(ConfluenceUser) - Method in interface com.atlassian.confluence.security.PermissionCheckExemptions
Returns true if the user is exempt from permission checks, otherwise false.
isExempt(User) - Method in interface com.atlassian.confluence.security.PermissionCheckExemptions
Deprecated, for removal: This API element is subject to removal in a future version.
isExpanded() - Method in class com.atlassian.confluence.api.model.reference.ExpandedReference
 
isExpanded() - Method in class com.atlassian.confluence.api.model.reference.Reference
indicates a reference is expanded and can be resolved to an object by calling get, or whether the reference is collapsed and calling get will throw an exception.
isExpansionField(Member) - Method in class com.atlassian.confluence.plugins.graphql.extensions.ExpansionFieldsExtension
 
isExpired() - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel
 
isExplain() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
isExplain() - Method in class com.atlassian.confluence.internal.search.v2.lucene.SearcherWithTokenAction
 
isExplain() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
isExplain() - Method in interface com.atlassian.confluence.search.v2.ISearch
 
isExportAll() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
isExportAttachments() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
isExportAttachments() - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
isExportComments() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
isExportComments() - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
isExportedDefaultUserGroupPermission(SpacePermission) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
isExportHierarchy() - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
isExportHierarchy() - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
isExportScopeAll() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
isExternal() - Method in class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
isExternalUserManagement() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isExternalUserManagement() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isFail() - Method in class com.atlassian.confluence.validation.Validation
Returns true if this validation is a fail, false otherwise.
isFailed() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun
 
isFailed() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion.Builder
 
isFailed() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion
 
isFailed() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
isFailed() - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
isFailed() - Method in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
isFailed() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
isFailed() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
 
isFallbackModeEnabled(String) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
Deprecated.
isFallbackModeEnabled(String) - Method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
Deprecated.
isFallbackServiceUsed() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpacesAnalyticsEvent
 
isFallbackServiceUsed() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.SpaceKeysWithStatusesAnalyticsEvent
 
isFallbackServiceUsed() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleChildPagesAnalyticsEvent
 
isFallbackServiceUsed() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisiblePagesInSpaceAnalyticsEvent
 
isFallbackServiceUsed() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleTopLevelPagesAnalyticsEvent
 
isFatal() - Method in exception com.atlassian.confluence.upgrade.UpgradeException
 
isFaviconReset() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
isFaviconUpdated() - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
isFavourite() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
isFavourite() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
isFavourite() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
isFavourite(ConfluenceUser) - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
 
isFavourite(ConfluenceUser) - Method in interface com.atlassian.confluence.labels.Labelable
Is this object marked as somebody's favourite?
isFavourite(ConfluenceUser) - Method in class com.atlassian.confluence.labels.PermittedLabelView
 
isFavourite(ConfluenceUser) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isFavourite(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isFavouriteLabel(ParsedLabelName) - Static method in class com.atlassian.confluence.util.LabelUtil
Checks if the given label is of "Favourite" type (LabelManager.FAVOURITE_LABEL or LabelManager.FAVOURITE_LABEL_YANKEE).
isFavouriteLabel(Label) - Static method in class com.atlassian.confluence.util.LabelUtil
Checks if the given label is of "Favourite" type (LabelManager.FAVOURITE_LABEL or LabelManager.FAVOURITE_LABEL_YANKEE).
isFavouriteLabel(String) - Static method in class com.atlassian.confluence.util.LabelUtil
isFeatureAvailable() - Method in interface com.atlassian.confluence.api.service.retention.RetentionFeatureChecker
Returns whether the dark feature for Retention Rules is enabled and the currently installed licence is enabled for Data Center
isFeatureAvailable() - Method in class com.atlassian.confluence.impl.retention.DefaultRetentionFeatureChecker
 
isFeatureEnabled(String) - Method in class com.atlassian.confluence.setup.settings.DarkFeatures
 
isFeatureEnabledForAllUsers(String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
isFeatureEnabledForAllUsers(String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
isFeatureEnabledForCurrentUser(String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
isFeatureEnabledForCurrentUser(String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
isFeatureEnabledForUser(UserKey, String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
isFeatureEnabledForUser(UserKey, String) - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
isFileCreatedSuccessfully() - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
isFileCreationSuccessful() - Method in class com.atlassian.confluence.util.FileNameEncodingTester
 
isFileExists() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
isFileExists() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
isFileNameChanged() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentUpdateEvent
 
isFileNameMangled() - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
isFileNameMangled() - Method in class com.atlassian.confluence.util.FileNameEncodingTester
 
isFinal() - Method in enum class com.atlassian.confluence.index.status.ReIndexStage
 
isFinalized() - Method in class com.atlassian.confluence.core.VersionHistory
 
isFinished() - Method in enum class com.atlassian.confluence.api.model.backuprestore.JobState
 
isFinished() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
isFinished() - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
isFinished() - Method in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
isFinishedReindexing() - Method in class com.atlassian.confluence.search.ReIndexTask
 
isFireSearchPerformed() - Method in class com.atlassian.confluence.api.model.search.SearchOptions
 
isFlushable() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
isFlushable() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
isFlushable() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
isFlushable() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
isFlushable() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
isFlushing() - Method in class com.atlassian.confluence.admin.actions.ViewIndexQueueAction
Deprecated.
 
isFlushing() - Method in class com.atlassian.confluence.impl.admin.actions.AbstractViewIndexQueueAction
 
isFlushing() - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
isFlushing() - Method in interface com.atlassian.confluence.internal.search.IncrementalIndexManager
Returns true if the index queue is currently being flushed.
isFlushing() - Method in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
isFlushing() - Method in class com.atlassian.confluence.jmx.JmxIndexManagerWrapper
 
isFlushing() - Method in class com.atlassian.confluence.jmx.TaskQueueWrapper
 
isFlushing() - Method in interface com.atlassian.confluence.search.IndexManager
Returns true if the index queue is currently being flushed.
isFollowedByRemoteUser() - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
isFollowing() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
isFollowing() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
isForbidden() - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.ValidationResultMatchers
 
isForbidden(Person, Target) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.OperationCheckMatchers
 
isForbidden(ValidationResult) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.ValidationResultMatchers
 
isForContent(ContentType) - Method in class com.atlassian.confluence.api.model.locator.ContentLocator
 
isForContent(ContentType) - Method in class com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator
Deprecated.
 
isFormatSupported(Link) - Method in interface com.atlassian.confluence.importexport.ExportLinkFormatter
Deprecated.
Returns true if the formatter can format the given link type.
isFormatSupported(Link) - Method in class com.atlassian.confluence.importexport.impl.HtmlExportLinkFormatter
 
isFrameSet() - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
isFrameSet() - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
isFreeform() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0. No replacement
isFresh(UserVerificationToken) - Method in class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
 
isFresh(UserVerificationToken) - Method in interface com.atlassian.confluence.user.UserVerificationTokenManager
Check if the token is fresh
isFrom(AbstractPage) - Method in class com.atlassian.confluence.links.OutgoingLink
Is the link directed from a page, or from some of its contents (i.e.
isFromNotPermitted() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
isFromScratch() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
isFullReindex(Set<ReIndexOption>) - Static method in enum class com.atlassian.confluence.search.ReIndexOption
 
isGavNotUrl() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
isGenerateAddress() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
isGlobal() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyLockEvent
 
isGlobal() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyUnlockEvent
 
isGlobal() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
isGlobal() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
isGlobal() - Method in class com.atlassian.confluence.spaces.Space
 
isGlobal() - Method in class com.atlassian.confluence.themes.events.LookAndFeelEvent
Does this event apply to the global look and feel?
isGlobal() - Method in class com.atlassian.confluence.util.LayoutHelper
 
isGlobal(Label) - Static method in class com.atlassian.confluence.labels.Namespace
 
isGlobal(Space) - Static method in class com.atlassian.confluence.spaces.SpaceType
 
isGlobalAnonymousAccessEnabled() - Method in class com.atlassian.confluence.security.PermissionHelper
 
isGlobalDecorator() - Method in class com.atlassian.confluence.setup.velocity.DecoratorName
 
isGlobalLogo() - Method in class com.atlassian.confluence.spaces.SpaceLogo
 
isGlobalPageTemplate() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
isGlobalPermission() - Method in class com.atlassian.confluence.security.SpacePermission
 
isGroupDirectGroupMember(Group, Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
isGroupDirectMember(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
isGroupDirectMember(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
isGroupDirectMember(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
isGroupDirectMember(long, String, String, Supplier<Iterable<String>>) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
isGroupDirectMember(long, String, String, Supplier<Iterable<String>>) - Method in interface com.atlassian.confluence.impl.user.crowd.MembershipCache
Returns true if the parentGroupName is in the cached list of parents of the child group, false if parentGroupName is not in the list,.
isGroupMemberOfGroup(Group, Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
isGroupMemberOfGroup(String, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
isGroupPermission() - Method in class com.atlassian.confluence.security.ContentPermission
 
isGroupPermission() - Method in class com.atlassian.confluence.security.NeverPermittedContentPermission
 
isGroupPermission() - Method in class com.atlassian.confluence.security.SpacePermission
 
isGroupRanks() - Method in class com.atlassian.confluence.plugins.labels.actions.RankListLabelsAction
 
isGroupsToAddEmpty(Map) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
isGroupsToAddEmpty(Map) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Validate if the number of groups to add is empty Validation only occurs if the group add button is pressed
isGroupsToAddTooLarge(Map) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
isGroupsToAddTooLarge(Map) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Validate if the number of groups to add is greater than maximum allowed.
isGuardPermission() - Method in class com.atlassian.confluence.security.SpacePermission
Is this a guard permission, either globally or at the space level? Guard permissions are required before any more permissions can be added for a particular user/group in a particular scope.
isGzippingResponse() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isGzipResponseEncoding() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
isH2() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities.HibernateConfigAdapter
 
isH2() - Method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
 
isHandlingRequired(Characters) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
 
isHasAboutMe() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
isHasAboutMe() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
isHasBody() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
isHasCreatePermission() - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
isHasPermission() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.SpaceKeyWithPermission
 
isHasSupportPeriodExpired() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
isHasTransactionalAnnotation() - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
 
isHasUserCreationPermission() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
isHelpAvailable() - Method in class com.atlassian.confluence.tinymceplugin.actions.HelpLinkAction
 
isHibernateLoggingEnabled() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
isHibernateLoggingEnabled() - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
isHibernateLoggingEnabled() - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
isHidden() - Method in class com.atlassian.confluence.api.model.content.AttachmentUpload
 
isHidden() - Method in class com.atlassian.confluence.api.model.content.Version
 
isHidden() - Method in interface com.atlassian.confluence.core.AttachmentResource
 
isHidden() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
isHidden() - Method in class com.atlassian.confluence.core.UploadedResource
 
isHidden() - Method in class com.atlassian.confluence.macro.browser.beans.MacroBody
Whether or not to display the macro body in the macro browser.
isHidden() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
isHidden() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
isHidden() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
Whether or not to hide the macro parameter from display in the macro browser.
isHidden() - Method in class com.atlassian.confluence.macro.browser.beans.MacroSummary
 
isHidden() - Method in class com.atlassian.confluence.pages.Attachment
Indicates whether this attachment is supposed to be strictly hidden from displaying and searching Hidden attachment is not indexable Hidden attachment manipulation will not trigger external notification events
isHidden() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isHidden() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
isHideSingleWebItem() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
isHighlight() - Method in class com.atlassian.confluence.search.v2.summary.Summary.Fragment
Returns true iff this fragment is to be highlighted.
isHighlight() - Method in class com.atlassian.confluence.search.v2.summary.Summary.Highlight
Returns true.
isHighlightOptionPanelEnabled() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
isHighlightPluginEnabled() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
isHistoricalVersion() - Method in class com.atlassian.confluence.themes.PageHelper
 
isHomePage() - Method in class com.atlassian.confluence.pages.actions.PageChildrenAction.PageWrapper
 
isHomePage() - Method in class com.atlassian.confluence.pages.Page
 
isHomePage() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
isHomePage() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
isHomePage() - Method in class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
isHomePage() - Method in interface com.atlassian.confluence.search.v2.SearchResult
Checks if the search result represents the homepage of a space.
isHSQL() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities.HibernateConfigAdapter
 
isHSQL() - Method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
 
isHTML5RawTextlement(QName) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
isHTML5VoidElement(QName) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
isHtmlSafeValue(AnnotationBoxedElement) - Static method in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeAnnotationUtils
Deprecated.
Determines wheter an annotated value is htmlsafe (i.e should not be encoded during rendering)
isIeOnly() - Method in class com.atlassian.confluence.themes.ClasspathThemeStylesheet
 
isIeOnly() - Method in class com.atlassian.confluence.themes.PluginThemeResource
 
isIeOnly() - Method in interface com.atlassian.confluence.themes.ThemeResource
Returns true iff the ieonly param is set to true in the plugin, false otherwise.
isIgnorable() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
Whether this task can be ignored or not.
isIgnorableWhiteSpace() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isIgnored() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
Whether this task has been ignored.
isImportAllowed(String) - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
isImportAllowed(String) - Method in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
Is the manager capable of importing a backup of the given build number.
isImportTaskRunning(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
isImportTaskRunning(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
isImportTaskRunning(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
isIncludeArchivedSpaces() - Method in class com.atlassian.confluence.api.model.search.SearchOptions
 
isIncludeArchivedSpaces() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
isIncludeArchivedSpaces() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
isIncludeAttachments() - Method in class com.atlassian.confluence.event.events.analytics.PageCopiedAnalyticsEvent
 
isIncludeAttachments() - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractCopyPageHierarchyEvent
 
isIncludeCfgFile() - Method in class com.atlassian.confluence.util.SupportUtility
 
isIncludeComments() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
isIncluded(Object) - Method in class com.atlassian.confluence.labels.NamespaceLabelFilter
 
isIncluded(Object) - Method in class com.atlassian.confluence.labels.SpecialLabelFilter
 
isIncluded(Object) - Method in class com.atlassian.confluence.labels.VisibleLabelFilter
 
isIncludeDeleted() - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery
 
isIncludedInDefaultSearch() - Method in interface com.atlassian.confluence.search.plugin.ContentTypeSearchDescriptor
 
isIncludeFrom() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
isIncludeFrom() - Method in class com.atlassian.confluence.search.v2.Range
 
isIncludeLabels() - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractCopyPageHierarchyEvent
 
isIncludeLogs() - Method in class com.atlassian.confluence.util.SupportUtility
 
isIncludeLower() - Method in class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
isIncludeRestrictions() - Method in class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractCopyPageHierarchyEvent
 
isIncludeServerLogs() - Method in class com.atlassian.confluence.util.SupportUtility
 
isIncludeTo() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
isIncludeTo() - Method in class com.atlassian.confluence.search.v2.Range
 
isIncludeTomcatConf() - Method in class com.atlassian.confluence.util.SupportUtility
 
isIncludeUpper() - Method in class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
isIncludeUserFiles() - Method in class com.atlassian.confluence.util.SupportUtility
 
isInCluster() - Method in class com.atlassian.confluence.plugin.ConfluenceClusterEnvironmentProvider
Deprecated.
 
isIncrementalCacheEnabled() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
isIncrementalCacheEnabled() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
isIncrementalImport() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
isIncrementalImport() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
isIncrementalSynchronisationAvailable() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse
 
isIndexable() - Method in interface com.atlassian.bonnie.Searchable
Allows an object to tell the search indexer that it is not allowed to be indexed
isIndexable() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
isIndexable() - Method in class com.atlassian.confluence.core.ContentEntityObject
Content entity objects that are historical versions should not be indexed.
isIndexable() - Method in class com.atlassian.confluence.core.SpaceContentEntityObject
pages, blogs etc that aren't not associated with a space (either because they are historical or corrupt) should not be indexed if they are indexed, and returned in search results, they are broken and are therefore useless
isIndexable() - Method in class com.atlassian.confluence.pages.Attachment
Only the current version of a non-hidden attachment is indexable (until we can deal with old objects in search results) We also don't want to index attachments associated with drafts or global descriptions or hidden attachments
isIndexable() - Method in class com.atlassian.confluence.pages.Draft
 
isIndexable() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
 
isIndexable() - Method in class com.atlassian.confluence.pages.Page
 
isIndexable() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isIndexable() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
isIndexable() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isIndexable() - Method in class com.atlassian.confluence.spaces.Space
 
isIndexable(CustomContentEntityObject, boolean) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Determine if a particular content should be indexed.
isIndexable(CustomContentEntityObject, boolean) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
isIndexable(CustomContentEntityObject, boolean) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
isIndexable(CustomContentEntityObject, boolean) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyEntityAdapter
 
isIndexed() - Method in class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping
 
isIndexed() - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMapping
 
isIndexRecoveryRequired(JournalIdentifier, String) - Method in interface com.atlassian.confluence.api.service.index.IndexRecoveryService
Checks to see whether the index needs to be recovered.
isIndexRecoveryRequired(JournalIdentifier, String) - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
isIndexRecoveryRequired(JournalIdentifier, String) - Method in class com.atlassian.confluence.impl.index.NoopIndexRecoveryService
 
isInit() - Static method in class com.atlassian.confluence.cache.ThreadLocalCache
 
isInit() - Method in class com.atlassian.confluence.cache.ThreadLocalCacheAccessor
 
isInitializationDisabled() - Static method in class com.atlassian.confluence.setup.SetupContext
If SetupContext initialization disabled
isInLastDays(Date, int) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
isInlineComment() - Method in class com.atlassian.confluence.pages.Comment
 
isInOrder() - Method in class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
isInSpace(Space) - Method in class com.atlassian.confluence.core.SpaceContentEntityObject
 
isInSpace(Space) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isInSpace(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isInternalUserStatusSupported(long) - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
 
isInternalUserStatusSupported(long) - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
 
isInvalid(Person, Target, Class<? extends ServiceException>) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.OperationCheckMatchers
 
isInvalid(ValidationResult, Class<? extends ServiceException>) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.ValidationResultMatchers
 
isInvalid(Class<? extends ServiceException>) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.ValidationResultMatchers
 
isInvalidAnonymousPermission() - Method in class com.atlassian.confluence.security.SpacePermission
Some permissions are not valid as they can not be assigned to the anonymous user.
isInvalidAuthenticatedUsersPermission() - Method in class com.atlassian.confluence.security.SpacePermission
 
isInvalidCredentialExceptionDueToPasswordPolicy(Exception) - Static method in class com.atlassian.confluence.util.PasswordPolicyErrorMessageHelper
 
isInverse() - Method in class com.atlassian.confluence.search.v2.query.ArchivedSpacesQuery
 
isIpdMonitoringEnabled() - Method in class com.atlassian.confluence.event.events.analytics.MonitoringStatsAnalyticEvent
 
isIpdMonitoringEnabled() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
isIpdMonitoringEnabled() - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
isJavaScriptTryCatchWrappingEnabled() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
 
isJdk14() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
Deprecated.
Since 6.6.0, no longer used,
isJmxEnabled() - Method in class com.atlassian.confluence.event.events.analytics.MonitoringStatsAnalyticEvent
 
isJmxEnabled() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
isJmxEnabled() - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfig
 
isJmxEnabledOnCluster() - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
isJmxEnabledOnCluster() - Method in interface com.atlassian.confluence.jmx.JmxConfigService
Checks if JMX is enabled across the cluster.
isJournalFlushSuspended() - Method in interface com.atlassian.confluence.internal.index.lucene.FullReindexManager
Gets whether journal flush is currently suspended
isJournalFlushSuspended() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
isJsonFormat(String) - Static method in class com.atlassian.confluence.content.render.xhtml.JsonUtils
Checks if the given value is a json format.
isKeepingHistory() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
isKeepingHistory() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
 
isKeepPermanently() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings
 
isKeepPermanently() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings
 
isKeepPermanently() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
isKeyboardShortcutsEnabled() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
isKeys(String) - Static method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId.ContentBlueprintIdWithKeys
 
isKeys(String) - Static method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithKeys
 
isKnownDuplicate(String) - Static method in class com.atlassian.confluence.util.classpath.ClasspathJarDuplicateClassFinder
 
isKnownSpaceType(String) - Static method in class com.atlassian.confluence.spaces.SpaceType
 
isLabelableByUser(Labelable) - Method in class com.atlassian.confluence.impl.labels.LabelPermissionEnforcerImpl
 
isLabelableByUser(Labelable) - Method in interface com.atlassian.confluence.labels.LabelPermissionEnforcer
Checks that the object permits labels to be edited by the logged in user.
isLabelableByUser(Labelable, PermissionManager) - Static method in class com.atlassian.confluence.labels.LabelPermissionSupport
Deprecated.
Checks that the object permits labels to be edited by the logged in user.
isLabelOwnedByUser(String, User) - Static method in class com.atlassian.confluence.labels.LabelParser
Returns true if the label is a personal label and is owned by the specified user, false otherwise.
isLast() - Method in enum class com.atlassian.confluence.internal.health.LifecyclePhase
Indicates whether this phase is the last in the sequence.
isLastPage() - Method in class com.atlassian.confluence.internal.search.v2.lucene.TopDocuments
 
isLastPage() - Method in class com.atlassian.confluence.search.v2.DefaultSearchResults
 
isLastPage() - Method in interface com.atlassian.confluence.search.v2.SearchResults
 
isLatest() - Method in class com.atlassian.confluence.api.model.content.History
Is this the latest published (non-draft) version of the content?
isLatest() - Method in class com.atlassian.confluence.legacyapi.model.content.HistorySummary
Deprecated.
 
isLatestPageTemplate(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.PageTemplatePersisterHelper
Check if this object is a non-historical PageTemplate (has no references to a current version)
isLatestVersion() - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
isLatestVersion() - Method in interface com.atlassian.confluence.core.Versioned
 
isLatestVersion() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions
This is indicate that all request attachment is latest version or not
isLatestVersion() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isLatestVersion() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.pages.actions.DiffPagesAction
 
isLatestVersionRequired() - Method in interface com.atlassian.confluence.pages.actions.PageAware
If the action can only work on the most recent version of a page, this will cause the interceptor to silently replace the version that it looks up with the most recent version, if necessary.
isLatestVersionRequired() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
isLatestVersionRequired() - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
isLeadingEdgesOnly() - Method in class com.atlassian.confluence.search.v2.analysis.NGramTokenizerDescriptor
 
isLegacyCodeUsed() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpacesAnalyticsEvent
 
isLegacyCodeUsed() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.SpaceKeysWithStatusesAnalyticsEvent
 
isLegacyDraft(ContentEntityObject) - Static method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
 
isLegacyDraft(ContentEntityObject) - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
isLegacyWikiTemplate() - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
Deprecated.
since 4.0. This is a transition method that will be removed fairly quickly after the 4.0 release since we expected admin's to manually fix their user macros to no longer use wiki templates.
isLevelEnabled(int) - Method in class com.atlassian.confluence.impl.velocity.Slf4jLogChute
 
isLicensed() - Method in interface com.atlassian.confluence.internal.license.LicenseServiceInternal
Returns whether there is a currently installed license.
isLicensed() - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
isLicensed(UserKey) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
isLicensed(UserKey) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
isLicensedForDataCenter() - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
isLicensedForDataCenter() - Method in interface com.atlassian.confluence.license.LicenseService
Returns whether currently installed license is for Data Center.
isLicensedForDataCenterOrExempt() - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
isLicensedForDataCenterOrExempt() - Method in interface com.atlassian.confluence.license.LicenseService
Returns whether the currently installed license is for Data Center, or if the license should be treated as exempt from Data Center checks for testing purposes.
isLicensedToAddMoreUsers() - Method in interface bucket.user.UserAccessor
Deprecated.
 
isLicensedToAddMoreUsers() - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
isLicensedToAddMoreUsers() - Method in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
isLicensedToAddMoreUsers() - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
isLicensedToAddMoreUsers() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
isLicensedToAddMoreUsers() - Method in interface com.atlassian.confluence.user.UserAccessor
Deprecated.
isLicensedToAddMoreUsers() - Method in class com.atlassian.confluence.util.DefaultUserChecker
 
isLicensedToAddMoreUsers() - Method in interface com.atlassian.confluence.util.UserChecker
 
isLicensedUsersOnly() - Method in class com.atlassian.confluence.event.events.admin.SearchUsersEvent
 
isLicenseExpired() - Static method in class com.atlassian.confluence.util.VelocityUtil
Deprecated.
since 8.7 Use LicenseService.retrieve() and ProductLicense.isExpired()
isLicenseReadable() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
isLicenseSubmitted() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
isLimitedModeEnabled(String) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
Deprecated.
isLimitedModeEnabled(String) - Method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
Deprecated.
since 7.5.0. Limited mode is no longer supported since 7.5.0
isLimitedModeEnabled(String) - Method in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
Deprecated.
since 7.5.0. Limited mode is no longer supported since 7.5.0
isLimitedModeEnabled(String) - Method in class com.atlassian.confluence.setup.settings.DefaultCollaborativeEditingHelper
Deprecated.
isLimitedUnlicensedAccessEnabled() - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
isLimitedUnlicensedAccessEnabled() - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
isLimitedUnlicensedUser(UserKey) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
isLimitedUnlicensedUser(UserKey) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
isLimitReached() - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
isLocal() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
isLocal() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
isLocal() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
isLocal() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
isLocal() - Method in interface com.atlassian.confluence.cluster.ClusterNodeInformation
Returns true if this node is the local node.
isLocal() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterNodeInformation
 
isLocal() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
isLocal() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
isLocal() - Method in class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterNode
 
isLocal(String) - Method in interface com.atlassian.confluence.util.i18n.DocumentationBean
Retrieves the location of the help documentation
isLocal(String) - Method in class com.atlassian.confluence.util.i18n.VersionSpecificDocumentationBean
 
isLocalJob() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
isLocalJob() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
 
isLocked() - Method in class com.atlassian.confluence.importexport.ImportMutex
Deprecated.
Queries the current state of the mutex
isLogCollectionEnabled() - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.HibernateSqlCollector
 
isLogEnabled() - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
isLogoDisabled() - Method in class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
isLogoDisabled() - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
isLogoDisabled() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
isLogout() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
isLongerThan(RetentionPeriod) - Method in class com.atlassian.confluence.api.model.audit.RetentionPeriod
Deprecated.
 
isLookAheadEnabled() - Method in class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
 
isLoopbackInterface(NetworkInterface) - Static method in class com.atlassian.confluence.util.ClusterUtils
 
isLowerThan(BuildNumber) - Method in class com.atlassian.confluence.upgrade.BuildNumber
 
isLuceneIndex(File) - Static method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Checks if a File is a Lucene index.
isMacroElement(String) - Static method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroUtil
Returns true if xmlFragment starts with a macro or structured-macro tag.
isMacroElement(StartElement) - Static method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroUtil
Returns true if startElement is a macro or structured-macro element.
isMacroStarted() - Method in class com.atlassian.confluence.internal.content.collab.AttachmentMacroVisitor
 
isMailServerAvailable() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
isMailServerConfigured() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
isMailServerConfigured() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
IsMailServerConfiguredCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Defines a condition for Web UI modules being shown if a mail server is defined.
IsMailServerConfiguredCondition(MailServerManager) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.IsMailServerConfiguredCondition
 
isMaintenanceBannerMessageOn() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isManaged(JobId) - Method in class com.atlassian.confluence.schedule.managers.DefaultManagedScheduledJobRegistry
 
isManaged(JobId) - Method in interface com.atlassian.confluence.schedule.managers.ManagedScheduledJobRegistry
Checks if the specified job is being managed.
isManageNotificationOverridden() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
isManuallyRunnable() - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
isMatched(String) - Method in enum class com.atlassian.confluence.util.MobileUtils.MobileOS
 
isMember(String) - Method in class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
isMembershipAggregationEnabled() - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
isMembershipAggregationEnabled() - Method in interface com.atlassian.confluence.user.crowd.CrowdUserDirectoryHelper
 
isMembershipAggregationEnabled() - Method in class com.atlassian.confluence.user.crowd.DefaultCrowdUserDirectoryHelper
Returns whether membership aggregation is enabled or not.
isMergeRequired() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
isMergeRequired() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftMessage
 
isMergeRequired(Draft) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
isMergeRequired(Draft) - Method in interface com.atlassian.confluence.pages.DraftManager
Returns true if the draft version of a page is different to the current version of a page, otherwise false.
isMet() - Method in interface com.atlassian.confluence.admin.criteria.AdminConfigurationCriteria
Whether the acceptance criteria is met or not for this admin configuration.
isMet() - Method in class com.atlassian.confluence.admin.criteria.BackupsAreManualCriteria
 
isMet() - Method in class com.atlassian.confluence.admin.criteria.BaseURLIsValidCriteria
 
isMet() - Method in class com.atlassian.confluence.admin.criteria.CanInviteUserCriteria
 
isMet() - Method in class com.atlassian.confluence.admin.criteria.DefaultMailServerExistsCriteria
 
isMet() - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryExistsCriteria
 
isMet() - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryForGroupsExistsCriteria
 
isMet() - Method in class com.atlassian.confluence.admin.criteria.ExternalUserDirectoriesActiveCriteria
 
isMet() - Method in class com.atlassian.confluence.admin.criteria.IgnorableAdminTaskCriteria
 
isMet() - Method in interface com.atlassian.confluence.admin.criteria.MailServerExistsCriteria
 
isMet() - Method in class com.atlassian.confluence.admin.criteria.MoreThanOneUserCriteria
 
isMet() - Method in class com.atlassian.confluence.admin.criteria.RemigrationAdminTaskCriteria
 
isMet() - Method in interface com.atlassian.confluence.admin.criteria.WritableDirectoryExistsCriteria
 
isMet() - Method in interface com.atlassian.confluence.admin.criteria.WritableDirectoryForGroupsExistsCriteria
 
isMetadataChanged() - Method in class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentUpdateEvent
 
isMicrometerEnabled() - Static method in class com.atlassian.confluence.impl.metrics.ConfluenceMicrometer
 
isMigrating() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
 
isMigrationPerformed() - Method in class com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator.MigrationResult
 
isMigrationRequired() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction
 
isMigrationRequired() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
 
isMinorEdit() - Method in class com.atlassian.confluence.api.model.content.AttachmentUpload
 
isMinorEdit() - Method in class com.atlassian.confluence.api.model.content.Version
 
isMinorEdit() - Method in interface com.atlassian.confluence.core.AttachmentResource
 
isMinorEdit() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
isMinorEdit() - Method in class com.atlassian.confluence.core.UploadedResource
 
isMinorEdit() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
 
isMinorEdit() - Method in interface com.atlassian.confluence.event.events.content.Edited
 
isMinorEdit() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEditedEvent
Deprecated.
 
isMinorEdit() - Method in class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
 
isMinorEdit() - Method in class com.atlassian.confluence.pages.Attachment
Indicates whether this attachment is supposed to be hidden under normal circumstances.
isMinorEdit() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isMinorEdit() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageUpdateOptions
 
isMissingMetadata(String) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
isMissingMySQLDriver() - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
isMissingOracleDriver() - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
isMobileAppWebView() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
isMobilePluginEnabled() - Method in class com.atlassian.confluence.admin.actions.ConfigureMobileAppsAction
 
isModified() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
isMonitoringBeingEnabled() - Method in class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent
 
isMonitoringEnabled() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
isMonitoringEnabled() - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
isMonitoringEnabled() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
 
isMonitoringEnabled() - Method in interface com.atlassian.confluence.util.profiling.ControllableInstrumentRegistry
Check instrument registry is enable or not
isMovedBecauseOfParent() - Method in class com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
Deprecated.
 
isMovedBecauseOfParent() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
isMovedSpace() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
isMoveHierarchy() - Method in class com.atlassian.confluence.util.EditPageBean
 
isMulticast() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
isMultiple() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
isMultipleDatasources() - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceAction
 
isMutable() - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
isMutable() - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentTypeEnumUserType
 
isMutable() - Method in class com.atlassian.confluence.core.persistence.hibernate.InstantType
 
isMutable() - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
isMutable() - Method in class com.atlassian.confluence.impl.journal.JournalIdentifierUserType
 
isMutable() - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.RelatableEntityTypeEnumUserType
 
isMutable() - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.NamespaceUserType
 
isMutable() - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceStatusUserType
 
isMutable() - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceTypeUserType
 
isMutable() - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyUserType
 
isMutable() - Method in class com.atlassian.hibernate.BucketClobStringType
 
isMutative() - Method in class com.atlassian.confluence.security.Permission
 
isMyProfile() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
isMyProfile() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
isMySql() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities.HibernateConfigAdapter
 
isMySql() - Method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
 
isNamespace() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isNavigatingVersions() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
isNearCache() - Method in interface com.atlassian.confluence.cache.CacheStatistics
Deprecated.
 
isNearCache() - Method in class com.atlassian.confluence.cache.hazelcast.HazelcastCacheStatistics
 
isNegate() - Method in class com.atlassian.confluence.search.v2.query.FieldExistsQuery
 
isNestedGroupsGroupMembershipChangesBatchedEnabled() - Method in class com.atlassian.confluence.impl.user.crowd.DefaultCrowdDarkFeatureManager
 
isNetwork() - Method in class com.atlassian.confluence.mail.notification.Notification
Deprecated.
since 5.3. Use Notification.isNetworkNotification() instead.
isNetworkNotification() - Method in class com.atlassian.confluence.mail.notification.Notification
 
isNew() - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
isNew() - Method in interface com.atlassian.confluence.core.Versioned
Is this the first version of this object?
isNew() - Method in class com.atlassian.confluence.labels.Label
Deprecated.
since Confluence 5.1, do not use.
isNew() - Method in class com.atlassian.confluence.mail.reports.PageReport
 
isNew() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isNew() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isNewAbstractPage() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
IsNewerThan - Class in com.atlassian.confluence.upgrade
A constraint that will test whether the build number configured on the constraint is newer than the build number passed to IsNewerThan.test(int).
IsNewerThan(int) - Constructor for class com.atlassian.confluence.upgrade.IsNewerThan
 
IsNewerThan(String) - Constructor for class com.atlassian.confluence.upgrade.IsNewerThan
 
IsNewerThanAndConfiguredNumberHighEnough - Class in com.atlassian.confluence.upgrade
A constraint that will test whether the build number configured on the constraint is newer than the build number passed to IsNewerThanAndConfiguredNumberHighEnough.test(int) AND the application configured build number is higher than a configured value.
IsNewerThanAndConfiguredNumberHighEnough(int, int, int) - Constructor for class com.atlassian.confluence.upgrade.IsNewerThanAndConfiguredNumberHighEnough
 
isNewForPeriod() - Method in class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
 
isNewForPeriod() - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
isNewPage() - Method in class com.atlassian.confluence.event.events.analytics.SharedDraftPublishedEvent
 
isNewPage() - Method in class com.atlassian.confluence.pages.Draft
Returns true if the draft is for a new piece of content, otherwise false.
isNewPage() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftMessage
 
isNoArgConstructorRequired() - Method in class com.atlassian.confluence.impl.struts.ConfluenceObjectFactory
This override will not be required if/when we migrate to using struts2-spring-plugin
isNodeAuthEnabled() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
Get the value of config property confluence.cluster.authentication.enabled from confluence.cfg.xml
isNodeAuthEnabled() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.HazelcastApplicationConfigurationProperties
Get the value of config property confluence.cluster.authentication.enabled from confluence.cfg.xml
isNodeAuthEnabled() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.HazelcastConfigurationAccessor
 
isNofollowExternalLinks() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isNofollowExternalLinks() - Method in class com.atlassian.confluence.setup.ConfluenceRendererConfiguration
 
isNofollowExternalLinks() - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
isNofollowExternalLinks() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isNoLinkBodyProvided() - Method in class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink
 
isNormal() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCell
 
isNotDraft(AbstractPage) - Method in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
isNotFound() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
isNotFound() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
 
IsNotHomePageCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Only display the link if the user is not working with a homepage of a space (Also need to be a Page)
IsNotHomePageCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.IsNotHomePageCondition
 
isNotifyAdmin() - Method in class com.atlassian.confluence.plugins.easyuser.SignupSettingsBean
 
isNotifyAuthor() - Method in class com.atlassian.confluence.plugins.like.actions.NotificationsAction
 
isNotifyAuthor() - Method in class com.atlassian.confluence.plugins.like.LikeNotificationPreferences
 
isNotifyByEmail() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
isNotifyByEmail() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
isNotifyFollowers() - Method in class com.atlassian.confluence.plugins.like.actions.NotificationsAction
 
isNotifyForMyOwnActions() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
isNotifyForMyOwnActions() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
isNotifyOnNewFollowers() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
isNotifyOnNewFollowers() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
isNotifyViaEmail() - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
isNotPermitted() - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientUnAuthorisedResponse
Deprecated.
 
isNotPermitted() - Method in interface com.atlassian.confluence.util.http.HttpResponse
Deprecated.
 
isNotSuccessful() - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Just a convenience method.
isNullable() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
isObjectAlreadyImported(TransientHibernateHandle) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Has an object with this type and ID already been imported? Checks against all the handles that have been recorded by ImportProcessorContext.objectImported(TransientHibernateHandle).
isOfflineCollabEditingMode() - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
isOldestPage() - Method in class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
isOldestPage() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
isOldVersion() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
isOnDemand() - Method in interface com.atlassian.confluence.setup.settings.CoreFeaturesManager
Deprecated.
since 5.10. Inlines to false.
isOnDemand() - Method in class com.atlassian.confluence.setup.settings.DefaultCoreFeaturesManager
 
isOnlyArchivedSpaces() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
isOnSamePage(PageContext) - Method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
isOnSamePage(PageContext) - Method in class com.atlassian.confluence.links.linktypes.BlogPostLink
 
isOnSamePage(PageContext) - Method in class com.atlassian.confluence.links.linktypes.PageCreateLink
 
isOnSamePage(PageContext) - Method in class com.atlassian.confluence.links.linktypes.PageLink
 
isOpen() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
isOpen() - Method in class com.atlassian.confluence.core.UploadedResource
 
isOpen() - Method in class com.atlassian.confluence.pages.CommentStatus
 
isOpenNode() - Method in class com.atlassian.confluence.pages.actions.DirectoryViewListPagesAction
 
isOperatorValidForFieldType(SchemaFieldType, AqlParser.MapExprValueContext) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.ContentPropertyValueExpressionValidator
 
isOracle() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities.HibernateConfigAdapter
 
isOracle() - Method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
 
isOracle() - Static method in class com.atlassian.confluence.upgrade.UpgradeUtils
Deprecated.
 
isOriginalEvent() - Method in class com.atlassian.confluence.event.events.admin.AsyncImportStartedEvent
Deprecated.
since 6.0.8
isOriginalEvent() - Method in class com.atlassian.confluence.event.events.admin.AsyncImportFinishedEvent
Still keeping for API comparable build on confluence master
isOriginalEvent() - Method in class com.atlassian.confluence.event.events.admin.ImportFinishedEvent
Returns true if this event was published on the local node.
isOutputDeviceTypeSupported(String) - Method in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
Check if the specified device type is supported.
isOverLimit(int) - Method in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
 
isOverLimit(int) - Method in class com.atlassian.confluence.setup.settings.DefaultCollaborativeEditingHelper
 
isOverwriteExisting() - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
isOwnerSpecified() - Method in class com.atlassian.confluence.labels.ParsedLabelName
 
isPageCreationUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
 
isPageEditUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
 
isPageInExport(Page, PageManager) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
isPageInExport(Page, PageManager) - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
isPageNotification() - Method in class com.atlassian.confluence.mail.notification.Notification
 
isPageOrBlogPost(ContentEntityObject) - Static method in class com.atlassian.confluence.internal.content.DraftUtils
Returns true if given ContentEntityObject represents Page or Blog post
isPageRecentlyUpdatedForUser(Page, User) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
isPageRecentlyUpdatedForUser(Page, User) - Method in interface com.atlassian.confluence.pages.PageManager
Returns true if the page has been created or modified since the user last logged in.
isPageRequired() - Method in class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
isPageRequired() - Method in interface com.atlassian.confluence.pages.actions.PageAware
If the action requires that the page be set before being run, then it should return true to this method.
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
A page is not required since it is possible for the parent to be the root of the space.
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
isPageRequired() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
isPageRequired() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
isPageRequired() - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
isPageTemplatesAvailable() - Method in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
isPassConfirmationConfigurable() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
Is password confirmation (websudo) configurable, or is it disabled due to using a customer authenticator or a system property.
isPasswordConfirmationDisabled() - Static method in class com.atlassian.confluence.user.AuthenticatorOverwrite
If the system property 'password.confirmation.disabled' is set, returns the value of that property converted to a boolean.
isPauseBackgroundJobs() - Method in class com.atlassian.confluence.schedule.events.TriggerJobEvent
 
isPendingConfirmation(User) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
isPendingConfirmation(User) - Method in interface com.atlassian.confluence.user.SignupManager
Is given user tried to sign up but hasn't confirmed their email yet?
isPendingDatabaseFinalization() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusteredZduManager
 
isPendingDatabaseFinalization() - Method in interface com.atlassian.confluence.cluster.ZduManager
Determines whether the database requires finalization upgrades tasks to run in order to upgrade.
isPendingDatabaseFinalization() - Method in class com.atlassian.confluence.impl.cluster.DefaultZduManager
 
isPendingDatabaseFinalization() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
isPendingDatabaseFinalization() - Method in interface com.atlassian.confluence.upgrade.UpgradeFinalizationManager
 
isPendingLocalFinalization() - Method in interface com.atlassian.confluence.cluster.NodeZduInfo
 
isPendingLocalFinalization() - Method in class com.atlassian.confluence.impl.cluster.NodeZduInfoImpl
 
isPendingLocalFinalization() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
isPendingLocalFinalization() - Method in interface com.atlassian.confluence.upgrade.UpgradeFinalizationManager
 
isPeopleDirectoryDisabled(User) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.PeopleDirectoryEnabledCondition
There are a few different ways the people directory can be disabled.
isPermissionExempt() - Method in class com.atlassian.confluence.core.SearchContext
 
isPermissionExempt() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpaceIdsAnalyticsEvent
 
isPermissionInherited(Page) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Does the child page get its permissions from any ancestor?
isPermissionInherited(Page) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
isPermissionsExempt() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpacesAnalyticsEvent
 
isPermissionsExempt() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.SpaceKeysWithStatusesAnalyticsEvent
 
isPermissionsExempt() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleChildPagesAnalyticsEvent
 
isPermissionsExempt() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisiblePagesInSpaceAnalyticsEvent
 
isPermissionsExempt() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleTopLevelPagesAnalyticsEvent
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.ConfigureMobileAppsAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.debug.RebuildAncestorTableAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.ChooseThemeAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.mail.RemoveMailServerAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailServersAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.RefreshLicensingAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.SiteDarkFeaturesAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.tasks.ManageAdminTaskAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.ViewIndexQueueAction
Deprecated.
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.ViewOrUpdateLicenseAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.ViewSystemClasspathAction
 
isPermitted() - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
isPermitted() - Method in class com.atlassian.confluence.core.actions.ColorsStylesheetAction
 
isPermitted() - Method in class com.atlassian.confluence.core.actions.CustomStylesheetAction
 
isPermitted() - Method in class com.atlassian.confluence.core.actions.FourOhFiveAction
 
isPermitted() - Method in class com.atlassian.confluence.core.actions.FourOhFourAction
 
isPermitted() - Method in class com.atlassian.confluence.core.actions.XsrfTokenExpiredAction
 
isPermitted() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
isPermitted() - Method in class com.atlassian.confluence.fixonly.actions.FixLicenseAction
 
isPermitted() - Method in class com.atlassian.confluence.impl.admin.actions.AbstractViewIndexQueueAction
 
isPermitted() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
isPermitted() - Method in class com.atlassian.confluence.impl.admin.actions.MarkAllLogsAction
 
isPermitted() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
isPermitted() - Method in class com.atlassian.confluence.impl.search.actions.AbstractFlushIndexQueueAction
 
isPermitted() - Method in class com.atlassian.confluence.impl.search.actions.DraftAttachmentSearchAction
 
isPermitted() - Method in class com.atlassian.confluence.impl.search.actions.FlushIndexQueueAction
Deprecated.
 
isPermitted() - Method in class com.atlassian.confluence.impl.search.actions.ReindexTaskProgressAction
 
isPermitted() - Method in class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
 
isPermitted() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
isPermitted() - Method in class com.atlassian.confluence.labels.actions.AddFavouriteAction
 
isPermitted() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
isPermitted() - Method in class com.atlassian.confluence.labels.actions.RemoveFavouriteAction
 
isPermitted() - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
 
isPermitted() - Method in class com.atlassian.confluence.macro.browser.actions.BrowseMacrosAction
 
isPermitted() - Method in class com.atlassian.confluence.macro.browser.actions.MacroDetailsAction
 
isPermitted() - Method in class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
isPermitted() - Method in class com.atlassian.confluence.mail.notification.actions.ManageWatchersAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.AbstractCommandAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.AttachedImagesAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
Permission checks are handled in AttachFileAction.validate() so that JSON responses include the error messages.
isPermitted() - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.CreatePageEntryAction
Validate that the current user has permission to create pages within the current space (supplied to the action).
isPermitted() - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
This action is being used to set up the content for the CreatePageAction, so the permissions test is not needed (and doesn't work, as the final space the page will be created in hasn't been chosen yet)
isPermitted() - Method in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.RemoveAttachedFileAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.RemoveAttachedFileVersionAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.RemoveCommentAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.RemovePagePermissionAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
isPermitted() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
isPermitted() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
Because this page only returns an editor frame we don't need to check permissions for this action .
isPermitted() - Method in class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
 
isPermitted() - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
isPermitted() - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
isPermitted() - Method in class com.atlassian.confluence.plugins.like.actions.NotificationsAction
 
isPermitted() - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
isPermitted() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.AbstractViewAction
 
isPermitted() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeCronJobScheduleAction
 
isPermitted() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeSimpleJobScheduleAction
 
isPermitted() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
isPermitted() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
We should really be splitting up each of the template actions (create, edit, list) and getting them to implement SpaceAdministrative or Administrative to enforce space or global permissions.
isPermitted() - Method in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
isPermitted() - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
 
isPermitted() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
isPermitted() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
isPermitted() - Method in class com.atlassian.confluence.security.actions.ViewGlobalPermissionsAction
 
isPermitted() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction
 
isPermitted() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
isPermitted() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
override the parent's implementation - everyone is allowed to perform a setup action.
isPermitted() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
isPermitted() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
 
isPermitted() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
isPermitted() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
isPermitted() - Method in class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
 
isPermitted() - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
isPermitted() - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
isPermitted() - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
isPermitted() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditDecoratorAction
 
isPermitted() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.AbstractGroupAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.ConfirmEmailAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.EditMySettingsAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.EditorSettingsAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.LoginAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.LogoutAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.SetUserPasswordAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.ViewMyProfileAction
 
isPermitted() - Method in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
isPermitted(ContentPermission, ConfluenceUser) - Method in interface com.atlassian.confluence.security.ContentPermissionTester
 
isPermitted(User) - Method in class com.atlassian.confluence.security.ContentPermission
Deprecated, for removal: This API element is subject to removal in a future version.
isPermitted(User) - Method in class com.atlassian.confluence.security.ContentPermissionSet
Deprecated, for removal: This API element is subject to removal in a future version.
isPermitted(User) - Method in class com.atlassian.confluence.security.NeverPermittedContentPermission
 
isPermittedInReadOnlyAccessMode(String) - Method in class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
isPermittedInReadOnlyAccessMode(String) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
isPermittedInReadOnlyAccessMode(String) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
isPermittedInReadOnlyAccessMode(String) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
isPermittedInReadOnlyAccessMode(String) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Check if the permission type is permitted in read only access mode
isPermittedToViewAttachment(Attachment) - Method in class com.atlassian.confluence.importexport.impl.DefaultExportEmbeddedResourceRenderer
Return true if the user is able to view the attachment.
isPermittedToViewAttachment(Attachment) - Method in class com.atlassian.confluence.renderer.attachments.RendererAttachmentManager
Checks whether the user is able to view the attachment
isPermittedToViewCurrentPage() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
Deprecated.
since 6.2.0
isPerpetualLicense() - Method in class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
isPerRequestLoggingEnabled() - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
isPerRequestLoggingEnabled() - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
isPerRequestProfilingEnabled() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
isPersistedDatabaseId(Class<?>, Object) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.FilteredPersistedObjectsRegister
 
isPersistedDatabaseId(Class<?>, Object) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.InMemoryPersistedObjectsRegister
 
isPersistedDatabaseId(Class<?>, Object) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.idmapping.PersistedObjectsRegister
 
isPersistedXmlId(Class<?>, Object) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.AbstractIdMapper
 
isPersistedXmlId(Class<?>, Object) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.idmapping.IdMapper
Check if the records with id from XML has been persisted.
isPersistent() - Method in class com.atlassian.confluence.core.ConfluenceEntityObject
This object is persistent if the id is not 0.
isPersistent() - Method in interface com.atlassian.confluence.labels.EditableLabelable
 
isPersistent() - Method in class com.atlassian.confluence.labels.Label
This label is persistent iff the id is not 0.
isPersistent() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isPersistent() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
isPersistent() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isPersonal() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
isPersonal() - Method in class com.atlassian.confluence.spaces.Space
 
isPersonal(Label) - Static method in class com.atlassian.confluence.labels.Namespace
 
isPersonal(Space) - Static method in class com.atlassian.confluence.spaces.SpaceType
 
isPersonalDraft(ContentEntityObject) - Static method in class com.atlassian.confluence.internal.content.DraftUtils
Returns true if content is personal draft.
isPersonalLabel(String) - Static method in class com.atlassian.confluence.labels.LabelParser
Deprecated, for removal: This API element is subject to removal in a future version.
isPersonalLabel(String, ConfluenceUser) - Static method in class com.atlassian.confluence.labels.LabelParser
Returns true if the label is a personal label for the given user, false otherwise.
isPersonalSpace() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
isPersonalSpace() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isPersonalSpace() - Method in class com.atlassian.confluence.spaces.SpaceDescription
 
isPluginDependentUpgradeCompleteWithWait() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeGate
 
isPluginDependentUpgradeCompleteWithWait() - Method in interface com.atlassian.confluence.upgrade.UpgradeGate
Check is the plugin dependent upgrades have been completed.
isPluginEnabled(String) - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
isPluginEnabled(String) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
isPluginEnabled(String) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
isPluginEnabled(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns true if the specified plugin is enabled.
isPluginEnabled(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
isPluginEnabled(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
isPluginEnabled(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
isPluginEnabled(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
IsPluginEnabledCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
IsPluginEnabledCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.IsPluginEnabledCondition
 
isPluginInstalled(String) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
isPluginInstalled(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns true if the specified plugin is installed.
isPluginInstalled(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
isPluginInstalled(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
isPluginInstalled(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
isPluginInstalled(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
isPluginModuleEnabled(String) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
isPluginModuleEnabled(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
isPluginModuleEnabled(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use PluginsRpc in test client code.
isPluginModuleEnabled(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use PluginsRpc in test client code.
isPluginTemplate() - Method in interface com.atlassian.confluence.util.velocity.ConfluenceVelocityTemplate
 
isPluginUpgradeTasksComplete(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
isPluginUpgradeTasksComplete(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns true if the plugin dependent upgrade tasks
isPluginUpgradeTasksComplete(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
isPluginWebResourceBatchingEnabled() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
 
isPopulated() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
 
isPopulated() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifier
 
isPossibleToExposeBeans() - Static method in class com.atlassian.confluence.jmx.JmxUtil
 
isPostgreSql() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities.HibernateConfigAdapter
 
isPostgreSql() - Method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
 
isPotentialPathTraversal(Object[]) - Static method in class com.atlassian.confluence.impl.struts.ConfluenceMethodAccessor
 
isPrefetched(JournalEntry) - Method in interface com.atlassian.confluence.impl.search.queue.PrefetchAtlassianDocumentRetriever
Check if we have prefetch data or not without needed to build a document
isPreloadContentTree() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
isPreserveIds() - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
isPrincipalAlreadyInSessionContext(HttpServletRequest, Principal) - Static method in class com.atlassian.confluence.security.seraph.ConfluenceAuthenticatorUtils
 
isPrincipalAlreadyInSessionContext(HttpServletRequest, Principal) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
isPrincipalAlreadyInSessionContext(HttpServletRequest, Principal) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
isPrivate() - Method in class com.atlassian.confluence.api.model.content.PersonalSpaceDetailsForCreation
 
isPrivate(boolean) - Method in class com.atlassian.confluence.api.model.content.PersonalSpaceDetailsForCreation.PersonalSpaceDetailsForCreationBuilder
 
isProcessingInstruction() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isProfilingEnabled() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
isPropertySet(String) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
isPropertySet(String) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
isPropertySupported(String) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
isPropertySupported(String) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
isProxyEnabled() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder.SynchronyEnvironment
 
isPublicFeed() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
isPublicFeed() - Method in class com.atlassian.confluence.rss.FeedProperties
A public feed is one that doesn't require authentication and doesn't include any privileged links (like "comment").
isPublicSignupPermitted() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
isPublicSignupPermitted() - Method in interface com.atlassian.confluence.user.SignupManager
Returns true if users can sign themselves for this instance.
isQueryMode() - Method in class com.atlassian.confluence.search.v2.analysis.CommonGramsTokenFilterDescriptor
 
isQueryStringSyntax(String) - Static method in class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
 
isReadable() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
isReadable() - Method in class com.atlassian.confluence.core.UploadedResource
 
isReadOnly(Group) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
isReadOnly(Group) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
isReadOnly(Group) - Method in interface com.atlassian.confluence.user.UserAccessor
Returns true if the group cannot be modified or removed.
isReadOnly(Group) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
isReadOnly(User) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
isReadOnly(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
isReadOnly(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
isReadOnly(User) - Method in interface com.atlassian.confluence.user.UserAccessor
Returns true if the user cannot be modified or removed.
isReadOnly(User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
isReadOnlyAccessModeEnabled() - Method in class com.atlassian.confluence.api.impl.service.accessmode.AccessModeServiceImpl
 
isReadOnlyAccessModeEnabled() - Method in interface com.atlassian.confluence.api.service.accessmode.AccessModeService
 
isReadOnlyAccessModeEnabled() - Method in interface com.atlassian.confluence.internal.accessmode.AccessModeManager
 
isReadOnlyAccessModeEnabled() - Method in class com.atlassian.confluence.internal.accessmode.DefaultAccessModeManager
isReadOnlyAccessModeEnabledCompletionStage() - Method in interface com.atlassian.confluence.rest.client.RemoteAccessModeService
 
isReadOnlyAccessModeEnabledCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteAccessModeServiceImpl
 
isReadOnlyModeCompatible() - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon
 
isReadOnlyModeEnabled() - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
isReadyToServe() - Static method in class com.atlassian.confluence.util.GeneralUtil
Returns whether container is ready and setup is complete.
isRealTitleSafeForUrl() - Method in class com.atlassian.confluence.labels.CombinedLabel
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3 unused
isRealTitleSafeForUrl() - Method in interface com.atlassian.confluence.labels.DisplayableLabel
Deprecated.
since 9.3 unused
isRealTitleSafeForUrl() - Method in class com.atlassian.confluence.labels.Label
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3 unused
isRebuildIndex() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
isRebuildIndex() - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
isReceiveRecommendedEmail() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
isReceiveRecommendedEmail() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
isRecentBlogPosts() - Method in class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
isRecentlyUpdated() - Method in class com.atlassian.confluence.pages.actions.PageChildrenAction.PageWrapper
 
isRecognisedMimeType(String) - Static method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
isReconciled(ContentEntityObject) - Method in interface com.atlassian.confluence.internal.content.collab.ContentReconciliationManager
 
isReconciled(ContentEntityObject) - Method in class com.atlassian.confluence.internal.content.collab.DefaultContentReconciliationManager
 
isRecording() - Method in interface com.atlassian.confluence.mail.embed.MimeBodyPartRecorder
 
isRecording() - Method in class com.atlassian.confluence.mail.embed.ThreadLocalMimeBodyPartRecorder
 
isRecoveryAdmin(User) - Static method in class com.atlassian.confluence.impl.security.recovery.RecoveryUtil
 
isRecoveryAdmin(String) - Static method in class com.atlassian.confluence.impl.security.recovery.RecoveryUtil
 
isRecoveryMode() - Static method in class com.atlassian.confluence.impl.security.recovery.RecoveryUtil
 
isRecursive() - Method in class com.atlassian.confluence.plugins.restapi.enrich.documentation.RequestEntityEnricher
 
isRecursive() - Method in class com.atlassian.confluence.plugins.restapi.enrich.model.ContentEnricher
 
isRecursive() - Method in class com.atlassian.confluence.plugins.restapi.enrich.model.RestListLinkEnricher
 
isRecursive() - Method in class com.atlassian.confluence.plugins.restapi.enrich.model.SpaceEnricher
 
isRecursive() - Method in interface com.atlassian.confluence.plugins.restapi.enrich.RestObjectEnricher
Get whether the enricher applies to the root object only, or recursively to all objects in the tree.
isReferenceBlogPost() - Method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
 
isRegex() - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
isRegistered(ObjectName) - Method in interface com.atlassian.confluence.jmx.MBeanExporterWithUnregister
Determines whether the object has been registered.
isRegistered(ObjectName) - Method in class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
 
isRegistryVacant() - Method in class com.atlassian.confluence.tenant.BroadcastingTenantRegistry
Deprecated.
 
isRegistryVacant() - Method in interface com.atlassian.confluence.tenant.TenantRegistry
Deprecated.
 
isRegistryVacant() - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
Deprecated.
 
isReIndexing() - Method in class com.atlassian.confluence.admin.actions.ViewIndexQueueAction
Deprecated.
 
isReIndexing() - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
isReIndexing() - Method in interface com.atlassian.confluence.index.status.ReIndexJobManager
Returns true if an in progress reindex job exists in the cluster
isReIndexing() - Method in interface com.atlassian.confluence.internal.index.lucene.FullReindexManager
Returns true if the current node is currently performing reindexing.
isReIndexing() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
isReIndexing() - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
isReIndexing() - Method in class com.atlassian.confluence.jmx.JmxIndexManagerWrapper
 
isReIndexing() - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.DefaultReIndexService
 
isReIndexing() - Method in interface com.atlassian.confluence.plugins.rest.jackson2.service.ReIndexService
 
isReIndexing() - Method in interface com.atlassian.confluence.search.IndexManager
Returns true if the system is currently being reindexed.
isReindexNeeded() - Method in class com.atlassian.confluence.event.events.security.ContentPermissionEvent
 
isRelated(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
Checks if given entities are related.
isRelated(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
isRelated(String, String, String, String, String, ContentStatus, ContentStatus, Integer, Integer) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.RelationResource
Determines whether a relationship exists between two user, space or content entities.
isRelated(S, RelationDescriptor<S, T>, T) - Method in class com.atlassian.confluence.api.impl.service.relation.RelationServiceImpl
 
isRelated(S, RelationDescriptor<S, T>, T) - Method in interface com.atlassian.confluence.api.service.relations.RelationService
Determine whether a given source and target are related by the given relation
isRelatedCompletionStage(S, RelationDescriptor<S, T>, T) - Method in class com.atlassian.confluence.rest.client.impl.RemoteRelationServiceImpl
 
isRelatedCompletionStage(S, RelationDescriptor<S, T>, T) - Method in interface com.atlassian.confluence.rest.client.RemoteRelationService
Determine whether a given source and target are related by the given relation
isRelative() - Method in class com.atlassian.confluence.content.render.xhtml.links.WebLink
 
isRelative() - Method in class com.atlassian.confluence.macro.browser.beans.MacroIcon
Whether or not the location of this icon should be taken as a relative path.
isRemovable(Group) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
isRemoveAllAdminPermissions(Set<SpacePermission>) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
isRemoveAllAdminPermissions(Set<SpacePermission>) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Returns if all admin permissions would be removed by the request.
isRemoved(K) - Method in class com.atlassian.confluence.cache.CacheOperations
 
isRemoveHistoricalVersionPermitted() - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
isRenamable() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
isReopened() - Method in class com.atlassian.confluence.pages.CommentStatus
 
isReplicateAsynchronously() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
isReplicateAsynchronously() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
isReplicateAsynchronously() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
isReplicateAsynchronously() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
isReplicateAsynchronously() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
isReplicatedCacheSupported(String) - Method in class com.atlassian.confluence.cache.hazelcast.AsyncInvalidationCacheFactory
 
isReplicateViaCopy() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncInvalidationCache
 
isReplicateViaCopy() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
isReplicateViaCopy() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
isReplicateViaCopy() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
isReplicateViaCopy() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
isReplicateViaCopy() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
isRequestAccessPluginEnabled() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
isRequestAllowed(String, String) - Method in class com.atlassian.confluence.impl.ratelimiter.ActionRateLimiter
Fetch the ratelimiter by userName or email for any actionId and returns the action result.
isRequestExempt(MappedAction, HttpServletRequest) - Method in class com.atlassian.confluence.impl.xsrf.DefaultXsrfTokenValidationManager
 
isRequestExempt(MappedAction, HttpServletRequest) - Method in interface com.atlassian.confluence.impl.xsrf.XsrfTokenValidationManager
Check if XSRF token protection checks should be exempt for the given action and request.
isRequestValid(MappedAction, HttpServletRequest) - Method in class com.atlassian.confluence.impl.xsrf.DefaultXsrfTokenValidationManager
 
isRequestValid(MappedAction, HttpServletRequest) - Method in interface com.atlassian.confluence.impl.xsrf.XsrfTokenValidationManager
Check if this request passes XSRF token checks.
isRequired() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
isRequireUpgrades() - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
isResolved() - Method in class com.atlassian.confluence.pages.CommentStatus
 
isRestricted() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
isResult() - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
isResumeDraftUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
 
isRetryable() - Method in class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
isRetryable() - Method in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
isRetryable() - Method in class com.atlassian.confluence.internal.search.tasks.ContentIndexTask
 
isRetryable() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
 
isRetryable() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
isRetryable() - Method in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
isRetryable() - Method in interface com.atlassian.confluence.search.ConfluenceIndexTask
 
isReverse() - Method in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
isReverse() - Method in interface com.atlassian.confluence.api.model.pagination.Cursor
Indicates that records should be sorted in backward direction when this cursor is used
isReverse() - Method in class com.atlassian.confluence.api.model.pagination.SpaceCursor
 
isReverse() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
 
isReverse() - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
isRevertPermitted() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
Required when an error occurs.
isRevertPermitted() - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
isRevertTitle() - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
isRoot() - Method in class com.atlassian.confluence.impl.logging.admin.LoggingConfigEntry
 
isRootCauseInvalidCredentialExceptionDueToPasswordPolicy(Throwable) - Static method in class com.atlassian.confluence.util.PasswordPolicyErrorMessageHelper
 
isRootLevel() - Method in interface com.atlassian.confluence.core.Hierarchical
 
isRootLevel() - Method in class com.atlassian.confluence.pages.Page
 
isRootNode(ContentNode) - Method in class com.atlassian.confluence.pages.ContentTree
 
isRunning() - Method in interface com.atlassian.confluence.cluster.ClusterInformation
 
isRunning() - Method in class com.atlassian.confluence.cluster.EmptyClusterInformation
Deprecated.
 
isRunning() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterInformation
Deprecated.
 
isRunning() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
 
isRunning() - Method in class com.atlassian.confluence.test.apacheds.EmbeddedApacheDS
 
isRunning() - Method in class com.atlassian.confluence.util.DefaultUserChecker
 
isRunning() - Method in interface com.atlassian.confluence.util.LicenseCalculator
Whether or not the license calculator is currently computing the number of users in the system.
isRunning() - Method in class com.atlassian.confluence.util.ReadOnlyLicenseCalculator
 
isRunning() - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
isSafePath(String) - Static method in class com.atlassian.confluence.util.FilesystemUtils
Ensures the path is safe and is not vulnerable to path traversal vulnerabilities.
isSafePath(Path) - Static method in class com.atlassian.confluence.util.FilesystemUtils
 
isSafeTitleForFilesystem(String) - Static method in class com.atlassian.confluence.util.FilesystemUtils
Ensure the title is safe to be written to the file system.
isSafeTitleForUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
 
isSafeToRedirectAndRevealPageId(AbstractPage) - Method in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
isSameOrigin(URL, URL) - Static method in class com.atlassian.confluence.util.UrlUtils
 
isSaveable() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isSaveable() - Method in class com.atlassian.confluence.setup.settings.SpaceSettings
 
isSchedulingEnabled() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
isScopePermitted(String) - Method in interface com.atlassian.confluence.dmz.security.delegate.ScopesRequestCacheDelegate
Checks if the current request has credentials or an access token that permittes the given scope.
isScopePermitted(String) - Method in class com.atlassian.confluence.impl.security.delegate.ScopesRequestCacheDelegateImpl
 
isScopePermitted(String) - Method in interface com.atlassian.confluence.internal.api.security.ConfluenceScopesRequestCache
Checks if the current request has credentials or an access token that permits the given scope.
isScopePermitted(String) - Method in class com.atlassian.confluence.internal.api.security.impl.ConfluenceScopesRequestCacheImpl
 
isSearchIndexBuildInProgress() - Method in class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
 
isSearchParentName() - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchParameters
 
isSecret() - Method in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
isSecurityEnabled() - Method in class com.atlassian.confluence.setup.seraph.ConfluenceSecurityController
 
isSelected() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
isSelectedVersion(int) - Method in class com.atlassian.confluence.pages.actions.DiffPagesByVersionAction
 
isSendEmailDefault() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
isSenMissingInLicenseMessageOff() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isServerToDataCenterMigration() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
isServiceEnabled() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentChangeLogListener
Checks the state of service.
isServiceEnabled() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
Checks the state of service.
isServiceEnabled() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpaceChangeLogListener
 
isServlet23() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
Deprecated.
Since 6.6.0, no longer used
isSet() - Method in class com.atlassian.confluence.api.model.content.id.ContentId
 
isSet() - Method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
 
isSettable(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
isSettable(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
isSetup() - Method in class com.atlassian.confluence.setup.johnson.ConfluenceJohnsonSetupConfig
 
isSetupComplete() - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
isSetupComplete() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
isSetupComplete() - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
 
isSetupComplete() - Method in class com.atlassian.confluence.setup.velocity.HibernateResourceLoader
Checks whether the Confluence setup was completed.
isSetupComplete() - Static method in class com.atlassian.confluence.util.GeneralUtil
 
isSetupPage(String) - Method in class com.atlassian.confluence.setup.johnson.ConfluenceJohnsonSetupConfig
 
isSetupPluginManager() - Method in class com.atlassian.confluence.plugin.ConfluencePluginManager
Overridden in SetupPluginManager to return {@link true}.
isSetupPluginManager() - Method in class com.atlassian.confluence.setup.SetupPluginManager
 
isSetupTypeClustered() - Method in interface com.atlassian.confluence.setup.actions.ConfluenceSetupPersister
Determines whether or not the configured setup type is for a clustered edition
isSetupTypeClustered() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
isSetupTypeMigration() - Method in interface com.atlassian.confluence.setup.actions.ConfluenceSetupPersister
Determines whether or not the configured setup type is a migration to/from clustered
isSetupTypeMigration() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
isSharedAccessAllowed(ConfluenceUser, ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Checks if this draft can be accessed by users other than the creator (shared access)
isSharedAccessAllowed(ConfluenceUser, ContentEntityObject) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
isSharedDraft(ContentEntityObject) - Static method in class com.atlassian.confluence.internal.content.DraftUtils
Returns true if content is shared draft.
isSharedDraft(ContentEntityObject) - Static method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
 
isSharedDraftsEnabled() - Method in class com.atlassian.confluence.util.synchrony.SynchronyConfigurationReader
 
isSharedDraftsExplicitlyDisabled() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.synchrony.SynchronyConnectionIpdJob
 
isSharedDraftsFeatureEnabled(String) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
 
isSharedDraftsFeatureEnabled(String) - Method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
This method is used to determine whether or not the Shared Drafts Dark Feature is enabled or disabled on a per space basis, the method is provided a spaceKey and returns whether or not the feature is enabled.
isSharedDraftsFeatureEnabled(String) - Method in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
Checks if the Shared Drafts dark feature is enabled for the space or globally when no space is passed.
isSharedDraftsFeatureEnabled(String) - Method in class com.atlassian.confluence.setup.settings.DefaultCollaborativeEditingHelper
 
isSharedIndex() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConfig
 
isSharedIndex() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
isSharedIndex() - Method in interface com.atlassian.confluence.search.SearchPlatformConfig
Indicate whether indices are shared between nodes in cluster
isShouldIncludeOwnContent() - Method in class com.atlassian.confluence.internal.content.collab.OwningContent
 
isShowActions() - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
isShowAll() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
isShowAll() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
isShowBlankExperience() - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
isShowBlankExperience() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
isShowCommentArea() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
isShowContactAdministratorsForm() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
isShowContactAdministratorsForm() - Method in class com.atlassian.confluence.core.actions.FourOhFiveAction
 
isShowContactAdministratorsForm() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isShowContent() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
isShowContent() - Method in class com.atlassian.confluence.rss.FeedProperties
 
isShowContent() - Method in class com.atlassian.confluence.rss.RssRenderItem
 
isShowContent() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
isShowDeactivatedUsers() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
isShowDefaultParamInPlaceholder() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
isShowDifferencesInNotificationEmails() - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
isShowDifferencesInNotificationEmails() - Method in interface com.atlassian.confluence.user.UserPreferences
 
isShowDiffInEmailNotifications() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
isShowDiffInEmailNotifications() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
isShowDistributions() - Method in class com.atlassian.confluence.admin.actions.FlushCacheAction
Deprecated.
 
isShowDraftMessage() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
isShowDraftMessage() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
isShowEmail() - Method in class com.atlassian.confluence.internal.user.UserSearchRequest
 
isShowExternallyDeletedUsers() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
isShowForgottenPasswordHelp() - Method in class com.atlassian.confluence.user.actions.LoginAction
 
isShowGlobalUnlicensedUsersUI() - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
Show the permissions UI for unlicensed authenticated users if any global authenticated user permissions are present.
isShowInfoOn500() - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
isShowInfoOn500() - Method in interface com.atlassian.confluence.status.service.SystemInformationService
 
isShowLargeQueueWarning() - Method in class com.atlassian.confluence.spaces.actions.RemoveSpaceEntryAction
 
isShowOnlyPersonal() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
isShowProfilePic() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroParams
 
isShowShadowedUsers() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
isShowSignUp() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
isShowSignUp(String) - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginPageFunctionalityService
 
isShowSignUp(String) - Method in interface com.atlassian.confluence.security.login.LoginPageFunctionalityService
Returns true if the "Sign up" link should be rendered on the login page, false otherwise
isShowSystemInfoIn500Page() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isShowSystemInfoIn500Page() - Method in class com.atlassian.confluence.setup.settings.Settings
 
isShowUnlicensedUsers() - Method in class com.atlassian.confluence.internal.user.SearchRequest
 
isShowUnlicensedUsers() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
isShowUnlicensedUsers() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
isSideBars() - Method in class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCell
 
isSidSet() - Method in interface com.atlassian.confluence.core.ConfluenceSidManager
 
isSidSet() - Method in class com.atlassian.confluence.core.DatabaseSidManager
 
isSidSet() - Method in class com.atlassian.confluence.setup.BootstrapSidManager
 
isSimple() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
isSimpleSearch() - Method in class com.atlassian.confluence.internal.user.UserSearchRequest
 
isSingleton() - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfigurableMappingResources
Deprecated.
 
isSingleton() - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobCleaner
 
isSingleton() - Method in interface com.atlassian.confluence.impl.backgroundjob.BackgroundJobProcessor
When it returns true, the background job service will create a record with a job if does not exist.
isSingleton() - Method in class com.atlassian.confluence.impl.security.SpacePermissionManagerFactory
Deprecated.
 
isSingleton() - Method in class com.atlassian.confluence.impl.vcache.VCacheFactoryBean
 
isSingleton() - Method in class com.atlassian.confluence.license.LicenseManagerFactoryBean
 
isSingleton() - Method in class com.atlassian.confluence.plugin.BundledPluginLoaderFactory
 
isSingleton() - Method in class com.atlassian.confluence.plugin.DirectoryScanningPluginFactory
 
isSingleton() - Method in class com.atlassian.confluence.plugin.RosterFilePluginLoaderFactory
 
isSingleton() - Method in class com.atlassian.confluence.plugin.spring.LegacyDynamicPluginFactoryBeanFactory
Deprecated.
 
isSingleton() - Method in class com.atlassian.confluence.plugin.spring.OsgiPersistentCacheFactory
Deprecated.
 
isSingleton() - Method in class com.atlassian.confluence.servlet.download.SettingsConfiguredDownloadPolicyProvider
 
isSingleton() - Method in class com.atlassian.confluence.spring.ObjectHolder
Deprecated.
 
isSiteBlogWatchForUser() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
isSiteBlogWatchForUser() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
isSiteImport() - Method in class com.atlassian.confluence.event.events.admin.AsyncImportStartedEvent
 
isSiteImport() - Method in class com.atlassian.confluence.event.events.admin.ImportFinishedEvent
 
isSiteImport() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
isSiteMigrationInProgress() - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultSiteMigrator
 
isSiteMigrationInProgress() - Method in class com.atlassian.confluence.content.render.xhtml.migration.PageTemplateSiteMigrator
 
isSiteMigrationInProgress() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.SiteMigrator
 
isSiteReindex() - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
IsSiteReindexingChecker - Class in com.atlassian.confluence.internal.index.v2
 
IsSiteReindexingChecker(Supplier<FullReindexManager>) - Constructor for class com.atlassian.confluence.internal.index.v2.IsSiteReindexingChecker
 
isSiteSupportEmailAllowed() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
isSkipAttachments() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings
 
isSkipAttachments() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
isSkipAuditRecordsExport() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
isSkipHistoricalVersions() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
isSkipReindex() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
isSourceMapEnabled() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
 
isSourceModified(Resource) - Method in class com.atlassian.confluence.setup.velocity.DebugResourceLoader
Never called because #getResourceStream(java.lang.String) always returns null.
isSourceModified(Resource) - Method in class com.atlassian.confluence.setup.velocity.DynamicPluginResourceLoader
 
isSourceModified(Resource) - Method in class com.atlassian.confluence.setup.velocity.HibernateResourceLoader
 
isSourceModified(Resource) - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
isSpaceAdmin() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
isSpaceAdmin(Space, User, SpacePermissionManager) - Static method in class com.atlassian.confluence.pages.actions.ActionHelper
 
isSpaceAdminOrConfAdmin() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
isSpaceAdminUser() - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
isSpaceApiReady() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
Returns true if the state of denormalised SPACE service is "READY", which means that denormalised space permissions reflect real permissions.
isSpaceApiReady() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
Returns true if the state of denormalised SPACE service is "READY", which means that denormalised space permissions reflect real permissions.
isSpaceApiUpAndRunning() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.AdvancedBulkPermissionService
 
isSpaceApiUpAndRunning() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.AdvancedBulkPermissionServiceImpl
isSpaceDecorator() - Method in class com.atlassian.confluence.setup.velocity.DecoratorName
 
isSpaceDecoratorSource(String) - Static method in class com.atlassian.confluence.setup.velocity.DecoratorName
 
isSpaceImport() - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
isSpaceIncluded(Space) - Method in class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
Returns whether the space is in the inclusion List.
isSpaceNotification() - Method in class com.atlassian.confluence.mail.notification.Notification
 
isSpacePermission() - Method in class com.atlassian.confluence.security.SpacePermission
 
isSpacePermitted(ConfluenceUser, long, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.RegularEntitiesAndPermissionsHelper
 
isSpaceRequired() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.pages.actions.DirectoryViewListPagesAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractLabelDisplayingAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAdminAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.spaces.actions.ChooseThemeAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
isSpaceRequired() - Method in interface com.atlassian.confluence.spaces.actions.SpaceAware
If the action requires that the space be set before being run, then it should return true to this method.
isSpaceRequired() - Method in class com.atlassian.confluence.spaces.actions.SpaceColourSchemeAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditDecoratorAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.spaces.actions.SpaceLookAndFeelAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
isSpaceRequired() - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
isSpringComponentPresent(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
isSpringComponentPresent(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Returns true if a Spring component with the given name exists in the application context.
isSpringComponentPresent(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
isSqlServer() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities.HibernateConfigAdapter
 
isSqlServer() - Method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
 
isSqlServer() - Static method in class com.atlassian.confluence.upgrade.UpgradeUtils
Deprecated.
 
isSsoLogin(HttpServletRequest) - Static method in class com.atlassian.confluence.user.LoginDetailsHelper
 
isStandaloneToCluster() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
isStandardPort(int) - Method in class com.atlassian.confluence.impl.util.tomcat.DefaultTomcatConfigHelper
 
isStandardPort(int) - Method in interface com.atlassian.confluence.util.tomcat.TomcatConfigHelper
Indicates whether the given port is a standard HTTP port.
isStartDocument() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isStartedUp() - Method in class com.atlassian.confluence.impl.setup.DefaultLifecycleManager
 
isStartElement() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isStatisticsEnabled() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
isStatisticsEnabled() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
isStatisticsEnabled() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
isStatisticsEnabled() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
isStored() - Method in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Store
 
isStored() - Method in class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping
 
isStored() - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMapping
 
isSubscription() - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel
 
isSubscriptionActive(long) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
isSubscriptionActive(long) - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncService
 
isSubscriptionActive(MultiSubscriptionPerJournalIdentifier) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
isSubscriptionActive(MultiSubscriptionPerJournalIdentifier) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SubscriptionJournalStateStore
 
isSuccess() - Method in class com.atlassian.confluence.util.ajax.AjaxResponse
 
isSuccess() - Method in class com.atlassian.confluence.validation.Validation
Returns true if this validation is a success, false otherwise.
isSuccessful() - Method in class com.atlassian.confluence.api.model.eviction.SynchronyEvictionResult
 
isSuccessful() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
 
isSuccessful() - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Checks for both: validity and authorization.
isSuccessful() - Method in class com.atlassian.confluence.content.render.xhtml.view.BatchedRenderResult
 
isSuccessful() - Method in class com.atlassian.confluence.content.render.xhtml.view.RenderResult
 
isSuccessful() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterAuthenticationResult
 
isSuccessful() - Method in class com.atlassian.confluence.plugins.synchrony.api.events.SynchronyRestartedEvent
 
isSuccessful() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
isSuccessful() - Method in class com.atlassian.confluence.util.MulticastRouteTester
 
isSuggestArchivedSpaces() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
isSuitableForExporter(ExportableEntityInfo, Set<Class<?>>) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SimpleEntityExporter
 
isSuitableForExporter(ExportableEntityInfo, Set<Class<?>>) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
Returns true when the entity type has only one external reference (except references to the simple entities).
isSuperBatchingEnabled() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
 
isSuperUser() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
Deprecated.
since 3.5 this method is not called anywhere and should not be used
isSuperUser(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
isSuperUser(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
isSuperUser(User) - Method in interface com.atlassian.confluence.user.UserAccessor
Deprecated.
since 3.5
isSupportedJobSource(JobSource) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.CompoundExistingEntityFinder
All inner finderList must support same supported jobSource
isSupportedJobSource(JobSource) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceCloudUserFinder
 
isSupportedJobSource(JobSource) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceUserFinder
 
isSupportedJobSource(JobSource) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ExistingEntityFinder
 
isSupportedJobSource(JobSource) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.LabelFinder
 
isSupportedJobSource(JobSource) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.PluginProvidedExistingEntityFinder
 
isSupportJarResources() - Method in class com.atlassian.confluence.util.test.ClassResolver
 
isSupportPaginationService() - Method in class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
Deprecated.
 
isSupportPaginationService() - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
isSupportPaginationService() - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
isSupportPaginationService() - Method in interface com.atlassian.confluence.pages.actions.PaginationServiceSupportActionAware
Indicate does sub class support new way of pagination or not
isSupportsDocumentId() - Method in enum class com.atlassian.confluence.search.SearchPlatform
 
isSupportsSimpleSearch() - Method in interface com.atlassian.confluence.internal.user.UserSearchServiceInternal
 
isSupportsSimpleSearch() - Method in class com.atlassian.confluence.internal.user.UserSearchServiceInternalImpl
 
isSupportsSimpleSearch() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
isSuppressAutowatch() - Method in class com.atlassian.confluence.core.DefaultSaveContext
 
isSuppressAutowatch() - Method in interface com.atlassian.confluence.core.SaveContext
Control whether the save should result in the page being watched by the creator if they have their autowatch setting on.
isSuppressNotifications() - Method in interface com.atlassian.confluence.api.model.event.notification.NotificationEnabledEvent
 
isSuppressNotifications() - Method in class com.atlassian.confluence.core.AbstractOperationContext
 
isSuppressNotifications() - Method in interface com.atlassian.confluence.core.OperationContext
Indicates that notifications should not be sent out informing users of the changes to this content.
isSuppressNotifications() - Method in class com.atlassian.confluence.event.events.content.ContentEvent
 
isSuppressNotifications() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEvent
Deprecated.
 
isSuppressNotifications() - Method in class com.atlassian.confluence.event.events.follow.FollowEvent
 
isSuppressNotifications() - Method in class com.atlassian.confluence.event.events.security.ForgotPasswordEvent
 
isSuppressWebhook() - Method in class com.atlassian.confluence.event.events.user.UserDeactivateEvent
 
isSuppressWebhook() - Method in class com.atlassian.confluence.event.events.user.UserReactivateEvent
 
isSynchronous() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
isSynchronyClusterManuallyManaged() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
Returns true if external Synchrony cluster is used, and false if Confluence manages Synchrony cluster on its own.
isSynchronyClusterManuallyManaged() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
isSynchronyDisabled() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
isSynchronyEnabled() - Method in class com.atlassian.confluence.util.synchrony.SynchronyConfigurationReader
Deprecated.
since 7.5.0. Limited mode is no longer supported since 7.5.0
isSynchronyOff() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
Returns true if synchrony is switched off (for example, by admin), and false otherwise.
isSynchronyOff() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
isSynchronyProxyUp() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProxyMonitor
Determines if the Synchrony Proxy is currently running or not.
isSynchronyProxyUp() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProxyMonitor
 
isSynchronyRunning() - Method in class com.atlassian.confluence.plugins.synchrony.status.SynchronyStatusCache
 
isSynchronyRunning() - Method in interface com.atlassian.confluence.status.service.SynchronyStatusService
 
isSynchronyStartingUp() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
Determines if the Synchrony that Confluence uses to connect to is in the process of starting up.
isSynchronyStartingUp() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
isSynchronyUp() - Method in class com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingModeChangeEvent
 
isSynchronyUp() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyMonitor
Determines if the Synchrony that Confluence uses to connect to is currently running or not.
isSynchronyUp() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyMonitor
 
isSysAdmin() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
isSysAdmin() - Method in class com.atlassian.confluence.impl.audit.AuditRecordEntity
Deprecated.
 
isSysAdmin(boolean) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
isSystemAdmin() - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
isSystemAdmin() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isSystemAdmin() - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
isSystemAdmin(UserKey) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
isSystemAdmin(UserKey) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
isSystemAdmin(String) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
isSystemAdmin(String) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
isSystemAdministrator(ConfluenceUser) - Method in interface com.atlassian.confluence.security.PermissionManager
Determine if the user is a system administrator.
isSystemAdministrator(User) - Method in interface com.atlassian.confluence.security.PermissionManager
isSystemAdministrator(ConfluenceUser) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
isSystemAdministrator(User) - Method in class com.atlassian.confluence.security.PermissionHelper
 
isSystemModule() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
isSystemModule() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
isSystemPlugin(String) - Method in class com.atlassian.confluence.plugin.NullPluginAccessor
 
isSystemPropertySet() - Method in interface com.atlassian.confluence.impl.profiling.NodeJmxMonitoringConfig
 
isSystemPropertySetOnNodes() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
isTablePresent(String, PlatformTransactionManager, SessionFactory) - Static method in class com.atlassian.confluence.upgrade.upgradetask.DataAccessUtils
 
isTcpIp() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
isTeam(Label) - Static method in class com.atlassian.confluence.labels.Namespace
 
isTeamLabel() - Method in class com.atlassian.confluence.labels.Label
 
isTemplateApplied() - Method in class com.atlassian.confluence.pages.actions.CreatePageFromTemplateAction
 
isTemplateApplied() - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
isTemplateCreationUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
 
isTemplateEditUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
 
isTenantRegistered(Tenant) - Method in class com.atlassian.confluence.tenant.BroadcastingTenantRegistry
Deprecated.
 
isTenantRegistered(Tenant) - Method in interface com.atlassian.confluence.tenant.TenantRegistry
Deprecated.
 
isTenantRegistered(Tenant) - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
Deprecated.
 
isThemeSet() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
isThisNodeClustered() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
Deprecated.
since 5.9
isThisNodeClustered() - Method in class com.atlassian.confluence.setup.actions.SetupDBChoiceAction
 
isThisNodeClustered() - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
isThreadComments() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
isThumbnail() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
isThumbnail() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
isThumbnail() - Method in interface com.atlassian.confluence.xhtml.api.EmbeddedImage
 
isThumbnailable() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
isThumbnailable(ThumbnailInfo) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
isThumbnailable(Attachment) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
isThumbnailable(Attachment) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Checks the content type/mime type of the attachment to determine whether a thumbnail can be created from it
isThumbnailable(ThumbnailInfo) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Check the thumbnail information to determine whether a thumbnail can be created from it
isThumbnailable(String) - Static method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
isTitleChanged() - Method in class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
 
isTitleChanged() - Method in class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
 
isTitleModified() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
Returns true if the page title is not null and not equals the current page title
isTitleReadOnly() - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
isTlsRequired() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
isToggleEnabled() - Method in class com.atlassian.confluence.event.events.analytics.MonitoringAnalytics.IpdMonitoringToggledAnalyticsEvent
 
isTokenChar(int) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenizer.GenericCharacterTokenizer
 
isTokenForUserValid(User, String) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
isTokenForUserValid(User, String) - Method in interface com.atlassian.confluence.user.SignupManager
 
isTomcatServer() - Method in class com.atlassian.confluence.util.SupportUtility
 
isTransactionActive() - Method in interface com.atlassian.confluence.core.SynchronizationManager
 
isTransactionActive() - Method in class com.atlassian.confluence.impl.transaction.ConfluenceSynchronizationManager
 
isTransient(Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
isTrimExtension() - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
isTrustedConnectionError() - Method in class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
Deprecated.
 
isTrustSupported() - Method in class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
Deprecated.
 
isTryNext() - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
isTwosvCompatibleLogin(HttpServletRequest) - Static method in class com.atlassian.confluence.user.LoginDetailsHelper
 
isTypeAllowed(String) - Method in class com.atlassian.confluence.security.actions.PermissionRow
 
isUndoSettingsNeeded() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
isUndoUnfollowNeeded() - Method in class com.atlassian.confluence.user.actions.ViewFollowAction
 
isUnixTimestampWithDecimal(String) - Method in class com.atlassian.confluence.api.serialization.OffsetDateTimeDeserializer
 
isUnknownUser() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
isUnknownUser(User) - Static method in class com.atlassian.confluence.user.UnknownUser
 
isUnknownUser(User) - Method in class com.atlassian.confluence.user.UserHelper
 
isUnlicensedGlobalPermissionEnabled() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
isUnlimitedNumberOfUsers() - Method in class com.atlassian.sal.confluence.license.SingleProductDetailsViewImpl
 
isUnlimitedUserLicense() - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
isUnlimitedUserLicense() - Method in class com.atlassian.confluence.util.DefaultUserChecker
 
isUnlimitedUserLicense() - Method in interface com.atlassian.confluence.util.UserChecker
 
isUnlimitedUserLicense(ConfluenceLicense) - Method in class com.atlassian.confluence.util.DefaultUserChecker
Deprecated.
since 5.10 Use ProductLicense.isUnlimitedNumberOfUsers()
isUnlimitedUserLicense(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
isUnlimitedUserLicense(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
isUnlimitedUserLicense(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
isUnpublished() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
isUnpublished() - Method in class com.atlassian.confluence.pages.Draft
 
isUnpublished() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isUnpublished() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isUnsynced() - Method in class com.atlassian.confluence.event.events.analytics.UserRemoveDoneAnalyticsEvent
 
isUnsynced() - Method in class com.atlassian.confluence.event.events.analytics.UserRemoveInitiatedAnalyticsEvent
 
isUnsyncedUser(ConfluenceUser) - Method in interface com.atlassian.confluence.dmz.user.UserAccessorInternal
Checks whether or not a user is unsynced
isUnsyncedUser(ConfluenceUser) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
isUnsyncedUser(ConfluenceUser) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
isUnsyncedUser(ConfluenceUser) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Check whether or not a user exists in the application as unsynced.
isUnsyncedUser(ConfluenceUser) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
isUnsyncedUser(ConfluenceUser) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
isUnwrappableAs(Class) - Method in class com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider
Deprecated.
 
isUpgraded() - Method in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
Maybe better alternative is do synchrony event propagation via this class so upgrade check is isolated in one place.
isUpgraded() - Method in class com.atlassian.confluence.setup.settings.DefaultCollaborativeEditingHelper
 
isUpgraded() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
isUpgraded() - Method in interface com.atlassian.confluence.upgrade.UpgradedFlag
 
isUpgraded() - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
 
isUpgradeRequired() - Method in class com.atlassian.confluence.upgrade.AbstractDeferredRunUpgradeTask
 
isUpgradeRequired() - Method in interface com.atlassian.confluence.upgrade.DeferredUpgradeTask
 
isUpgradeRequiredWithWait() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeGate
 
isUpgradeRequiredWithWait() - Method in interface com.atlassian.confluence.upgrade.UpgradeGate
Check the upgrade status set via UpgradeGate.setUpgradeRequired(boolean).
isUploaded() - Method in class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
isUrlAndGav() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
isUrlLink() - Method in class com.atlassian.confluence.links.OutgoingLink
 
isUrlLink(String) - Static method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
isUrlNotGav() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
isUseDraft() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
isUseHostnameAsHumanReadableClusterNodeName() - Static method in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
isUserAcknowledged(ConfluenceUser) - Method in class com.atlassian.confluence.user.extras.aggregation.impl.AggregationWarningManager
 
isUserChange() - Method in class com.atlassian.confluence.mail.notification.Notification
 
isUserDeactivated() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
isUserDirectGroupMember(User, Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
isUserDirectMember(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
isUserDirectMember(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
isUserDirectMember(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
isUserDirectMember(long, String, String, Supplier<Iterable<String>>) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
isUserDirectMember(long, String, String, Supplier<Iterable<String>>) - Method in interface com.atlassian.confluence.impl.user.crowd.MembershipCache
Returns true if the groupName is in the cached list of parents of the user, false if groupName is not in the list.
isUserFavourite(ConfluenceUser, AbstractPage) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Returns whether a page or blog post is marked as a favourite for a user.
isUserFavourite(ConfluenceUser, Space) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Returns whether a space is marked as a favourite for a user.
isUserFavourite(User, AbstractPage) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
isUserFavourite(User, AbstractPage) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Deprecated, for removal: This API element is subject to removal in a future version.
isUserFavourite(User, Space) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
isUserFavourite(User, Space) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Deprecated, for removal: This API element is subject to removal in a future version.
isUserFollowing(User, User) - Method in class com.atlassian.confluence.follow.DefaultFollowManager
 
isUserFollowing(User, User) - Method in interface com.atlassian.confluence.follow.FollowManager
True if the follower is following the followee
isUserFollowing(User, User) - Method in interface com.atlassian.confluence.follow.persistence.dao.ConnectionDao
True if the follower is following the followee
isUserFollowing(User, User) - Method in class com.atlassian.confluence.follow.persistence.dao.hibernate.HibernateConnectionDao
 
isUserInGroup(UserKey, String) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
isUserInGroup(UserKey, String) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
isUserInGroup(String, String) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
isUserInGroup(String, String) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
Returns whether the user is in the specify group
isUserMemberOfGroup(User, Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
isUserMemberOfGroup(String, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
isUserPermission() - Method in class com.atlassian.confluence.security.ContentPermission
 
isUserPermission() - Method in class com.atlassian.confluence.security.NeverPermittedContentPermission
 
isUserPermission() - Method in class com.atlassian.confluence.security.SpacePermission
 
isUserProfilePicture() - Method in class com.atlassian.confluence.pages.Attachment
Determines whether the Attachment is a user's profile picture
isUserProfilePicture() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isUserRecognized() - Method in class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
Deprecated.
 
isUserRemoteAndLocallyManaged(ConfluenceUser) - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
isUserRemovable() - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
 
isUserRemovable(User) - Method in interface bucket.user.UserAccessor
Deprecated.
 
isUserRemovable(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
isUserRemovable(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
isUserRequired() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
isUserRequired() - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
isUserRequired() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
isUserRequired() - Method in interface com.atlassian.confluence.user.actions.UserAware
If the action requires that the user be set before being run, then it should return true to this method.
isUserRequired() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
isUserSearch() - Method in class com.atlassian.confluence.user.actions.UserPickerAction
 
isUserStatusPluginEnabled() - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
Temporary method until we have plugin points to require i18n keys.
isUsersToAddEmpty(Map) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
isUsersToAddEmpty(Map) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Validate if the number of users to add is empty Validation only occurs if the user add button is pressed
isUsersToAddTooLarge(Map) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
isUsersToAddTooLarge(Map) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Validate if the number of users to add is greater than maximum allowed.
isUserSuperAdmin(Set<Long>) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.AdvancedBulkPermissionService
Checks if this user belongs to confluence-administrators.
isUserSuperAdmin(Set<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.AdvancedBulkPermissionServiceImpl
Checks if this user belongs to confluence-administrators.
isUserWatchingOwnContent() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
isUserWatchingPage() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
Returns true if the user is watching the current page.
isUserWatchingPage() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
Returns true if the user is watching the current page.
isUserWatchingPageOrSpace(User, Space, AbstractPage) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
isUserWatchingPageOrSpace(User, Space, AbstractPage) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
Returns true if: a) the user is watching the AbstractPage b) the user is watching the space, or c) the user is watching the contentType of the AbstractPage for the Space
isUserWatchingSpace() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
Returns true if the user is watching the page/blog's space for the respective ContentType.
isUserWatchingSpace() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
Returns true if the user is watching the page/blog's space for the respective ContentType.
isUserWatchingSpace() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
isUsesCustomDarkLogo() - Method in class com.atlassian.confluence.plugins.lookandfeel.SiteLogoVelocityHelper
 
isUsesCustomLogo() - Method in class com.atlassian.confluence.plugins.lookandfeel.SiteLogoVelocityHelper
 
isUseSetClobAsString() - Method in class com.atlassian.hibernate.BucketClobStringType
Get the UseSetString property.
isUseSiteTextSearchQuery() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
isUsingHSQL() - Method in class com.atlassian.hibernate.BucketClobStringType
Returns ture if we are running with the HSQL hibernate dialect.
isUsingMySQL() - Method in class com.atlassian.hibernate.BucketClobStringType
Returns true if we are running with the MySQL hibernate dialect.
isUsingOracle() - Method in class com.atlassian.hibernate.BucketClobStringType
Returns true if we are running with the Oracle hibernate dialect.
isUUID(String) - Static method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithUUID
 
isValid() - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
 
isValid() - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Checks for validity.
isValid() - Method in class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
isValid() - Method in class com.atlassian.confluence.core.service.AbstractServiceCommand
 
isValid() - Method in class com.atlassian.confluence.core.service.CommandActionHelper
 
isValid() - Method in class com.atlassian.confluence.core.service.RunAsUserCommand
 
isValid() - Method in interface com.atlassian.confluence.core.service.ServiceCommand
Determine if the command is in a valid state to be executed.
isValid() - Method in class com.atlassian.confluence.links.linktypes.IncludePageMacroLink
 
isValid() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationResult
 
isValid() - Method in class com.atlassian.confluence.security.ContentPermission
 
isValid() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
isValid() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
isValidAgeUnit(AgeUnit, Integer) - Static method in class com.atlassian.confluence.api.model.retention.RetentionRuleValidator
 
isValidAnonymousPermission(String) - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
Check whether this space permission is allowed to be assigned to the 'anonymous' category.
isValidAnonymousPermission(String) - Static method in class com.atlassian.confluence.security.SpacePermission
 
isValidAuthenticatedUsersPermission(String) - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
Check whether this space permission is allowed to be assigned to the 'authenticated users' category.
isValidAuthenticatedUsersPermission(String) - Static method in class com.atlassian.confluence.security.SpacePermission
 
isValidColor(String) - Static method in class com.atlassian.confluence.util.ColourUtils
 
isValidDirectory() - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
isValidFilename(String) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Returns if a file name is a valid file name for restore
isValidGlobalSpaceKey(String) - Static method in class com.atlassian.confluence.spaces.Space
 
isValidLabelLength(ParsedLabelName) - Static method in class com.atlassian.confluence.labels.LabelParser
 
isValidLabelLength(String) - Static method in class com.atlassian.confluence.util.LabelUtil
 
isValidLabelLengths(String) - Static method in class com.atlassian.confluence.util.LabelUtil
 
isValidLabelLengths(Collection<String>) - Static method in class com.atlassian.confluence.util.LabelUtil
 
isValidLabelName(String) - Static method in class com.atlassian.confluence.util.LabelUtil
 
isValidLabelNames(String) - Static method in class com.atlassian.confluence.util.LabelUtil
 
isValidLabelNames(Collection<String>) - Static method in class com.atlassian.confluence.util.LabelUtil
 
isValidMaxAge(Integer) - Static method in class com.atlassian.confluence.api.model.retention.RetentionRuleValidator
 
isValidMaxNumber(Integer) - Static method in class com.atlassian.confluence.api.model.retention.RetentionRuleValidator
 
isValidName(String) - Static method in enum class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
 
isValidNameLength(ParsedLabelName) - Static method in class com.atlassian.confluence.labels.LabelParser
 
isValidPageTitle(String) - Static method in class com.atlassian.confluence.pages.AbstractPage
 
isValidPersonalSpaceKey(String) - Static method in class com.atlassian.confluence.spaces.Space
 
isValidPrefixLength(ParsedLabelName) - Static method in class com.atlassian.confluence.labels.LabelParser
 
isValidScheme(String) - Static method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
isValidSpaceKey() - Method in class com.atlassian.confluence.pages.AbstractPage
There is another Space.isValidSpaceKey(String) but it only validates the personal space key with a very relaxed rule
isValidSpaceKey() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
isValidSpaceKey(String) - Static method in class com.atlassian.confluence.spaces.Space
Is the key a valid space key of any type? Tests validity of both personal and global space keys
isValidThemeBasedScheme(ColorSchemeThemeBasedModel) - Static method in class com.atlassian.confluence.api.impl.service.colorscheme.ColorSchemeHelper
 
isValidTitleLength(String) - Static method in class com.atlassian.confluence.pages.AbstractPage
 
isValidURL(String) - Static method in class com.atlassian.confluence.content.render.xhtml.links.WebLink
 
isVariableDeclaration(StartElement) - Static method in class com.atlassian.confluence.pages.templates.XhtmlTemplateUtils
 
isVersionCommentAvailable() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
isVersionCommentAvailable() - Method in class com.atlassian.confluence.core.VersionHistorySummary
 
isVersionCommentAvailable() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
isVersionCommentAvailable() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
isVersionMismatch() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
Deprecated.
since 5.3. Not used for some time. You can check whether AbstractEditPageAction.getConflictingVersion() if you need this.
isVersionMismatch() - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
isViewableDraft(ContentEntityObject) - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
isViewConflict() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.DiffPagesAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.DirectoryViewListPagesAction
 
isViewPermissionRequired() - Method in interface com.atlassian.confluence.pages.actions.PageAware
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.RemovePagePermissionAction
Since space admin's are allowed to remove permissions without needing to view the page no view permission checks need to occur.
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractLabelDisplayingAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
For viewing individual labels, we don't require view permission on any particular space (actually, this doesn't matter right now - but might in the future!)
isViewPermissionRequired() - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAdminAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.spaces.actions.ChooseThemeAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
isViewPermissionRequired() - Method in interface com.atlassian.confluence.spaces.actions.SpaceAware
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.spaces.actions.SpaceColourSchemeAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditDecoratorAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.spaces.actions.SpaceLookAndFeelAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
isViewPermissionRequired() - Method in interface com.atlassian.confluence.user.actions.UserAware
 
isViewPermissionRequired() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
isVisible() - Method in class com.atlassian.confluence.util.message.DefaultMessage
 
isVisible() - Method in interface com.atlassian.confluence.util.message.Message
Determines whether the message should be shown
isVisibleTo(String) - Method in class com.atlassian.confluence.labels.Label
Determines whether the label should be made visible to a particular user.
isWatchingContent(ConfluenceUser, ContentEntityObject) - Method in class com.atlassian.confluence.impl.mail.notification.persistence.CachingNotificationDao
 
isWatchingContent(ConfluenceUser, ContentEntityObject) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
isWatchingContent(ConfluenceUser, ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
isWatchingContent(ConfluenceUser, ContentEntityObject) - Method in interface com.atlassian.confluence.mail.notification.persistence.NotificationDao
Returns true if the given user is directly watching the given content.
isWatchingContent(User, ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
isWatchingContent(User, ContentEntityObject) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
Returns true if the given user is directly watching the given content.
isWatchingContent(UserKey, ContentId) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
isWatchingContent(UserKey, ContentId) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
 
isWatchingContent(UserKey, String, ContentId) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
 
isWatchingContentCompletionStage(UserKey, ContentId) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
isWatchingContentCompletionStage(UserKey, ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
 
isWatchingLabel(User, Label) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
isWatchingLabel(User, Label) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
isWatchingNetwork() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
isWatchingNetwork() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
isWatchingOwnContent() - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
isWatchingOwnContent() - Method in interface com.atlassian.confluence.user.UserPreferences
 
isWatchingPage() - Method in class com.atlassian.confluence.mail.notification.actions.ManageWatchersAction
 
isWatchingPage(long, String) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
isWatchingPage(String, long, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns true if the specified user is watching the page or blog post with the given ID, otherwise false.
isWatchingPage(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
isWatchingPage(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
isWatchingPage(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
isWatchingPage(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
isWatchingSpace() - Method in class com.atlassian.confluence.mail.notification.actions.ManageWatchersAction
 
isWatchingSpace(UserKey, String) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
isWatchingSpace(UserKey, String) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
 
isWatchingSpace(UserKey, String, ContentType) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
isWatchingSpace(UserKey, String, ContentType) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
 
isWatchingSpace(UserKey, String, ContentType, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
 
isWatchingSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
isWatchingSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns true if the specified user is watching the space with the given key, otherwise false.
isWatchingSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
isWatchingSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
isWatchingSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
isWatchingSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
isWatchingSpaceCompletionStage(UserKey, String) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
isWatchingSpaceCompletionStage(UserKey, String) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
 
isWatchingSpaceCompletionStage(UserKey, String, ContentType) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
isWatchingSpaceCompletionStage(UserKey, String, ContentType) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
 
isWatchingSpaceForType(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
isWatchingSpaceForType(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Returns true if the specified user is watching the specified type of content in space with the given key, otherwise false.
isWatchingSpaceForType(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
isWatchingSpaceForType(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
isWatchingSpaceForType(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
isWatchingSpaceForType(String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
isWatchMyOwnContent() - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
isWatchMyOwnContent() - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
isWatchOwnContent() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserPreferencesDto
 
isWebAppContextPathSet() - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
isWebAppContextPathSet() - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
isWebAppContextPathSet() - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 7.14 Use ContextPathHolder#getContextPath()
isWebAppContextPathSet() - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
 
isWebAppContextPathSet() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
isWebdavEnabled() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
isWebSudoEnabled() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isWebSudoRequest(HttpServletRequest) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
Checks if the request is a WebSudo request.
isWebSudoRequest(HttpServletRequest) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
isWhiteListed(String, String) - Method in interface com.atlassian.confluence.web.filter.validateparam.RequestParamCleaningWhitelistStrategy
 
isWhiteSpace() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
isWikiTemplate(String) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
isWithLowercase() - Method in class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping
Indicate whether this field is a lowercase
isWrappedAnyWstxException(RuntimeException) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Check if the given RuntimeException is a wrapper for any of Wstx* exceptions
isXsrfAddComments() - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
isXsrfAddComments() - Method in class com.atlassian.confluence.setup.settings.Settings
 
it.com.atlassian.confluence - package it.com.atlassian.confluence
 
it.com.atlassian.confluence.license - package it.com.atlassian.confluence.license
 
it.com.atlassian.confluence.sal - package it.com.atlassian.confluence.sal
 
it.com.atlassian.confluence.testsupport - package it.com.atlassian.confluence.testsupport
 
it.com.atlassian.confluence.user.avatar - package it.com.atlassian.confluence.user.avatar
 
ITA_DENY_DARK_FEATURE - Static variable in class com.atlassian.confluence.internal.diagnostics.EventListeningProfilingDarkFeatureSetting
 
ITALIAN - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
ItalianAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Italian language analyzer provider
ItalianAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ItalianAnalyzerProvider
 
items(String, String, String, ContentId) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.WebFragmentResource
Fetch web items for the given section and location.
ITEMS_PER_PAGE - Static variable in class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
 
ITEMS_PER_PAGE - Static variable in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
The default number of content to be displayed on each page.
ItemsForSectionFunction - Class in com.atlassian.confluence.plugins.soy
A soy server function that retrieves web-items for a given web-section.
ItemsForSectionFunction(WebViewService) - Constructor for class com.atlassian.confluence.plugins.soy.ItemsForSectionFunction
 
ITERATE_ALL - Static variable in interface com.atlassian.confluence.core.ContentEntityManager
 
iterationsCompleted - Variable in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
iterationsCompleted(int) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
iterator() - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
iterator() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
iterator() - Method in class com.atlassian.confluence.api.model.reference.ExpandedReference
 
iterator() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
iterator() - Method in class com.atlassian.confluence.core.DefaultListBuilder
 
iterator() - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
iterator() - Method in class com.atlassian.confluence.core.None
 
iterator() - Method in class com.atlassian.confluence.impl.search.v2.lucene.EmptyDocIdSet
 
iterator() - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
iterator() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse
 
iterator() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPageResponse
 
iterator() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
iterator() - Method in class com.atlassian.confluence.search.v2.DefaultSearchResults
 
iterator() - Method in interface com.atlassian.confluence.search.v2.SearchResults
Gets an iterator to run through the returned search results.
iterator() - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
iterator() - Method in class com.atlassian.confluence.util.classpath.ClasspathClasses
Returns an iterator over the class files on the classpath.
iterator() - Method in class com.atlassian.confluence.util.classpath.JarSet
Returns a read-only iterator the goes through the JAR URLs in their natural order.
iterator() - Method in class com.atlassian.confluence.util.collections.Range
 
iterator() - Method in class com.atlassian.confluence.util.SingleUseIterable
 
ItStateManager - Class in com.atlassian.integrationtest.utils
Updates the IT server state with Spaces, Pages, etc for use with tests.
ItStateManager() - Constructor for class com.atlassian.integrationtest.utils.ItStateManager
 

J

Jackson2SoyPreDigester - Class in com.atlassian.confluence.plugins.restapi.soy
 
Jackson2SoyPreDigester(ObjectMapperProvider) - Constructor for class com.atlassian.confluence.plugins.restapi.soy.Jackson2SoyPreDigester
 
JakartaAdaptingServletFilterModuleDescriptor - Class in com.atlassian.confluence.plugin.servlet.filter
A subclass of the standard ServletFilterModuleDescriptor which detects if the provided module is of type Filter, and if so, wraps it with a JavaXFilterAdapter.
JakartaAdaptingServletFilterModuleDescriptor(ModuleFactory, ServletModuleManager) - Constructor for class com.atlassian.confluence.plugin.servlet.filter.JakartaAdaptingServletFilterModuleDescriptor
 
JakartaAdaptingServletModuleDescriptor - Class in com.atlassian.confluence.plugin.servlet.filter
A subclass of the standard ServletModuleDescriptor which detects if the provided module is of type HttpServlet, and if so, wraps it with a JavaXHttpServletAdapter.
JakartaAdaptingServletModuleDescriptor(ModuleFactory, ServletModuleManager) - Constructor for class com.atlassian.confluence.plugin.servlet.filter.JakartaAdaptingServletModuleDescriptor
 
JapaneseAnalyzer - 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.
JapaneseAnalyzer(Version) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.JapaneseAnalyzer
 
JAR - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
JarSet - Class in com.atlassian.confluence.util.classpath
An immutable set of JARs, specified by their URLs on the classpath.
JarSet(Set<URL>) - Constructor for class com.atlassian.confluence.util.classpath.JarSet
 
JAVA - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
JAVA_ARCHIVE - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
JAVA_SOURCE - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
javascript(String, ResourceDescriptor) - Static method in class com.atlassian.confluence.themes.PluginThemeResource
Creates a theme resource for a JavaScript file in a dynamic plugin.
JavaTimeTypeBuilder - Class in com.atlassian.confluence.plugins.graphql.types
A GraphQLTypeBuilder that provides support for types in the java.time package.
JavaTimeTypeBuilder() - Constructor for class com.atlassian.confluence.plugins.graphql.types.JavaTimeTypeBuilder
 
JAVSCRIPT - Enum constant in enum class com.atlassian.confluence.themes.ThemeResource.Type
 
JDBC_DRIVER_SYSTEM_PROPERTY - Static variable in interface com.atlassian.confluence.status.service.SystemInformationService
 
JdbcPassword - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
jdbcTemplate - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
jdbcTemplate - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
jdbcTemplate - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.BaseOracleDdlHelper
 
jdbcTemplate - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
jdbcTemplateSupplier - Variable in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
 
JdbcUrl - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
JDBCUrlBuilder - Interface in com.atlassian.confluence.setup
Defines the method to get the database url give the connection details.
JDBCUrlBuilderFactory - Class in com.atlassian.confluence.setup
Factory object for returning a builder for database url.
JDBCUrlBuilderFactory() - Constructor for class com.atlassian.confluence.setup.JDBCUrlBuilderFactory
 
JdbcUrlUtil - Class in com.atlassian.confluence.plugins.synchrony.utils
Utility class to normalize a JDBC URL
JdbcUrlUtil() - Constructor for class com.atlassian.confluence.plugins.synchrony.utils.JdbcUrlUtil
 
JdbcUser - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
JMX - Enum constant in enum class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.MonitoringType
 
JMX - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
JmxAppLoggingJob - Class in com.atlassian.confluence.impl.schedule.jobs
This job runs every minute and logs app-related JMX data to atlassian-confluence-app-monitoring.log file under the home directory.
JmxAppLoggingJob() - Constructor for class com.atlassian.confluence.impl.schedule.jobs.JmxAppLoggingJob
 
JmxConfigChangedEvent - Class in com.atlassian.confluence.event.events.monitoring
This event gets published everytime the JMX configuration has been updated on one node and can e.g.
JmxConfigChangedEvent(Object, boolean) - Constructor for class com.atlassian.confluence.event.events.monitoring.JmxConfigChangedEvent
 
JmxConfigService - Interface in com.atlassian.confluence.jmx
This interface provides methods to handle the configuration of JMX across the cluster.
JmxFilter - Class in com.atlassian.confluence.jmx
This filter will profile incoming requests to measure : Total of requests served Number of requests currently being served Average execution time of the last ten requests Number of requests received in the last ten seconds
JmxFilter() - Constructor for class com.atlassian.confluence.jmx.JmxFilter
 
JmxIndexManagerWrapper - Class in com.atlassian.confluence.jmx
Wrapper to expose statistics for IndexManager.
JmxIndexManagerWrapper(IndexManager) - Constructor for class com.atlassian.confluence.jmx.JmxIndexManagerWrapper
 
JmxLoggingJob - Class in com.atlassian.confluence.impl.schedule.jobs
This job runs every minute and logs JMX data to atlassian-confluence-jmx.log file under the home directory.
JmxLoggingJob() - Constructor for class com.atlassian.confluence.impl.schedule.jobs.JmxLoggingJob
 
JmxMonitoringAuditEvent - Class in com.atlassian.confluence.event.events.monitoring
Event that is emitted for change of state in JMX monitoring toggle from ConfigureMonitoringAction.
JmxMonitoringAuditEvent(boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.event.events.monitoring.JmxMonitoringAuditEvent
 
JmxSMTPMailServer - Class in com.atlassian.confluence.jmx
Wraps the SMTPMailServerImpl to provide metrics for The number of emails sent in total The number of emails succesfully delivered The time the last successful email was sent Connectivity without sending a test email Also allows the from name of emails to be set.
JmxSMTPMailServer() - Constructor for class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
JmxSMTPMailServer(Long, String, String, String, String, boolean, boolean, MailProtocol, String, String, boolean, String, String, long) - Constructor for class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
JmxSMTPMailServer(Long, String, String, String, String, boolean, String, String, String) - Constructor for class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
JmxSMTPMailServer(Long, String, String, String, String, boolean, String, String, String, String) - Constructor for class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
JmxSMTPMailServer(Long, String, String, String, String, boolean, String, String, String, String, String) - Constructor for class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
JmxSystemInfoWrapper - Class in com.atlassian.confluence.jmx
Delegated to SystemInformationService to provide a subset of the information provided on the ViewSystemInfo page.
JmxSystemInfoWrapper(SystemInformationService) - Constructor for class com.atlassian.confluence.jmx.JmxSystemInfoWrapper
 
JmxToggledAnalyticsEvent(boolean) - Constructor for class com.atlassian.confluence.event.events.analytics.MonitoringAnalytics.JmxToggledAnalyticsEvent
 
JmxUtil - Class in com.atlassian.confluence.jmx
Exposes various utility methods to simplify the process of registering / ungregistering MBeans.
JmxUtil() - Constructor for class com.atlassian.confluence.jmx.JmxUtil
 
jndiName(String) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
JOB_COMPLETED_SUFFIX - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
JOB_ID - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
JOB_OPERATION - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
JOB_PERSISTER_LOCK_NAME - Static variable in interface com.atlassian.confluence.internal.index.status.ReIndexJobManagerInternal
 
JOB_SCOPE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
JOB_STATES - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
JobAction - Class in com.atlassian.confluence.plugins.schedule.admin.action
Implements simple actions for a job - enable/disable/run.
JobAction() - Constructor for class com.atlassian.confluence.plugins.schedule.admin.action.JobAction
 
JobConfigModuleDescriptor - Class in com.atlassian.confluence.plugins.scheduler.spi.descriptor
Defines an atlassian-scheduler JobConfig within a plugin.
JobConfigModuleDescriptor(ModuleFactory, ManagedScheduledJobRegistrationService, TimeZoneManager, ClusterManager, SchedulerService, EventListenerRegistrar, LifecycleManager, BundleContext) - Constructor for class com.atlassian.confluence.plugins.scheduler.spi.descriptor.JobConfigModuleDescriptor
 
JobConfigModuleDescriptorFactory - Class in com.atlassian.confluence.plugins.scheduler.spi.descriptor
Creates instances of the JobConfigModuleDescriptor.
JobConfigModuleDescriptorFactory(HostContainer) - Constructor for class com.atlassian.confluence.plugins.scheduler.spi.descriptor.JobConfigModuleDescriptorFactory
 
JobDetails - Class in com.atlassian.confluence.api.model.backuprestore
General information about Backup/Restore job
JobDetails() - Constructor for class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
JobDetails(JobDetails.JobDetailsBuilder) - Constructor for class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
JobDetails.JobDetailsBuilder - Class in com.atlassian.confluence.api.model.backuprestore
 
JobDetailsBuilder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
JobFilter - Class in com.atlassian.confluence.api.model.backuprestore
Filter used to find backup/restore jobs
JobFilter.Builder - Class in com.atlassian.confluence.api.model.backuprestore
 
jobIdToScheduledJobKeyWithoutRunNowSuffix(JobId) - Static method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
JobListener - Interface in com.atlassian.confluence.schedule.listeners
atlassian-scheduler doesn't support job listeners like Quartz, we create an equivalent.
JobModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Deprecated.
since 5.10, use JobConfigModuleDescriptor instead.
JobModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.JobModuleDescriptor
Deprecated.
 
jobOperation(JobOperation) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
JobOperation - Enum Class in com.atlassian.confluence.api.model.backuprestore
Backup/restore job operation.
jobScope - Variable in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
jobScope(JobScope) - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo.Builder
 
jobScope(JobScope) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
JobScope - Enum Class in com.atlassian.confluence.api.model.backuprestore
Backup/restore job scope.
jobSettings(SiteBackupSettings) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails.SiteBackupJobDetailsBuilder
 
jobSettings(SiteRestoreSettings) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreJobDetails.SiteRestoreJobDetailsBuilder
 
jobSettings(SpaceBackupSettings) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupJobDetails.SpaceBackupJobDetailsBuilder
 
jobSettings(SpaceRestoreSettings) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreJobDetails.SpaceRestoreJobDetailsBuilder
 
JobSource - Enum Class in com.atlassian.confluence.api.model.backuprestore
Backup/restore job source.
jobState(JobState) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
JobState - Enum Class in com.atlassian.confluence.api.model.backuprestore
Backup/restore job state.
jobStatistics(JobStatistics) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails.SiteBackupJobDetailsBuilder
 
jobStatistics(JobStatistics) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreJobDetails.SiteRestoreJobDetailsBuilder
 
jobStatistics(JobStatistics) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupJobDetails.SpaceBackupJobDetailsBuilder
 
jobStatistics(JobStatistics) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreJobDetails.SpaceRestoreJobDetailsBuilder
 
JobStatistics - Class in com.atlassian.confluence.api.model.backuprestore
Statistics for backup/restore job
JobStatistics() - Constructor for class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
JobStatistics(Long, Long, Long, Long, Long) - Constructor for class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
JobStatistics.Builder - Class in com.atlassian.confluence.api.model.backuprestore
 
JobStatisticsInfo - Interface in com.atlassian.confluence.impl.backuprestore.statistics
Interface that allows to retrieve information about job statistics (but does not allow to modify it!)
jobStatusManager - Variable in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
jobToBeExecuted(JobRunnerRequest) - Method in interface com.atlassian.confluence.schedule.listeners.JobListener
 
jobToBeExecuted(JobRunnerRequest) - Method in class com.atlassian.confluence.schedule.listeners.ScheduledJobsListener
 
jobWasExecuted(JobRunnerRequest, JobRunnerResponse) - Method in interface com.atlassian.confluence.schedule.listeners.JobListener
 
jobWasExecuted(JobRunnerRequest, JobRunnerResponse) - Method in class com.atlassian.confluence.schedule.listeners.ScheduledJobsListener
 
JodaTimeUtils - Class in com.atlassian.confluence.api.testsupport
 
JodaTimeUtils() - Constructor for class com.atlassian.confluence.api.testsupport.JodaTimeUtils
 
JOHNSON_UI_VERSION - Static variable in class com.atlassian.confluence.internal.health.HealthCheckAttributes
The Johnson event attribute that if present specifies what version of the Johnson UI is meant to display the events returned by this executor.
JohnsonAnalyticsServlet - Class in com.atlassian.confluence.servlet
Handles requests from the Johnson page to send analytics events.
JohnsonAnalyticsServlet() - Constructor for class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet
 
JohnsonAnalyticsServlet.EventKbArticleClickedHandler - Class in com.atlassian.confluence.servlet
Handles the user clicking the link for a KB article that relates to a specific event.
JohnsonAnalyticsServlet.GeneralKbArticleLinkClickedHandler - Class in com.atlassian.confluence.servlet
Handles the user clicking the link for a general (non-event-related) KB article.
JohnsonAppConfig - Class in com.atlassian.confluence.impl.setup
 
JohnsonAppConfig() - Constructor for class com.atlassian.confluence.impl.setup.JohnsonAppConfig
 
JohnsonDataServlet - Class in com.atlassian.confluence.servlet
Responds with a JSON-ified version of the current Johnson Events.
JohnsonDataServlet() - Constructor for class com.atlassian.confluence.servlet.JohnsonDataServlet
 
JohnsonDismissEventsServlet - Class in com.atlassian.confluence.servlet
REST endpoint to dismiss Johnson events.
JohnsonDismissEventsServlet() - Constructor for class com.atlassian.confluence.servlet.JohnsonDismissEventsServlet
 
JohnsonedEnhancedServletModuleManagerWrapper - Class in com.atlassian.confluence.plugin.servlet.filter
On Johnsoned Confluence instance, we may still want some plugin filters to be executed (f.e.
JohnsonedEnhancedServletModuleManagerWrapper(AnnotatedPermitChecker, ServletModuleManager) - Constructor for class com.atlassian.confluence.plugin.servlet.filter.JohnsonedEnhancedServletModuleManagerWrapper
 
JohnsonError - Enum Class in com.atlassian.confluence.plugins.opensearch.johnson
Enumeration of error messages for the Johnson page.
JohnsonEventCollectionSerializer - Class in com.atlassian.confluence.impl.health.web
Transforms a Collection of Johnson Events into the JSON Array needed by the Johnson page.
JohnsonEventCollectionSerializer(JohnsonEventSerializerFactory) - Constructor for class com.atlassian.confluence.impl.health.web.JohnsonEventCollectionSerializer
 
JohnsonEventFactory - Class in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker
Creates Johnson events for site restore.
JohnsonEventFactory() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.JohnsonEventFactory
 
JohnsonEventLevel - Enum Class in com.atlassian.confluence.internal.health
The Johnson event levels defined by this product.
JohnsonEventPredicates - Class in com.atlassian.confluence.internal.health
Predicates relating to Johnson events.
JohnsonEventSerializer - Interface in com.atlassian.confluence.impl.health.web
Marshals Johnson Events into JSON for display on the Johnson page.
JohnsonEventSerializerFactory - Class in com.atlassian.confluence.impl.health.web
Creates JohnsonEventSerializer instances.
JohnsonEventSerializerFactory(DefaultJohnsonEventSerializer, LegacyJohnsonEventSerializer) - Constructor for class com.atlassian.confluence.impl.health.web.JohnsonEventSerializerFactory
 
JohnsonEventType - Enum Class in com.atlassian.confluence.internal.health
The supported Johnson event types, as configured in johnson-config.xml.
JohnsonPageDataProvider - Class in com.atlassian.confluence.impl.health.web
Provides data for the Johnson page.
JohnsonPageDataProvider(HealthCheckRunner, JohnsonConfig, JohnsonEventCollectionSerializer, JohnsonEventContainer, SecurityConfig) - Constructor for class com.atlassian.confluence.impl.health.web.JohnsonPageDataProvider
 
JohnsonPageEndpointsProvider - Class in com.atlassian.confluence.impl.health.web
Provides the endpoint URLs required by the Johnson page.
JohnsonPageI18NProvider - Class in com.atlassian.confluence.impl.health.web
Provides the translations required by the Johnson page (errors.jsp).
JohnsonPageI18NProvider(I18NBeanFactory) - Constructor for class com.atlassian.confluence.impl.health.web.JohnsonPageI18NProvider
 
JohnsonUtils - Class in com.atlassian.confluence.plugins.opensearch.johnson
Utility methods relating to the Johnson framework.
JohnsonUtils - Class in com.atlassian.confluence.setup.johnson
Utility methods relating to the Johnson framework.
JohnsonUtils() - Constructor for class com.atlassian.confluence.setup.johnson.JohnsonUtils
 
joinConfig() - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationHelper
Returns the configured join config if setup has progressed that far.
joinConfig() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
joinConfig() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
joinIds(List<Label>, String) - Static method in class com.atlassian.confluence.util.LabelUtil
 
joinResult(CompletionStage<?>, Consumer<Throwable>) - Static method in class com.atlassian.confluence.impl.concurrency.CompletionStageUtils
Await the completion of the given CompletionStage.
JOURNAL_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
JOURNAL_NAME_DELIMITER - Static variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.MultiSubscriptionPerJournalIdentifier
 
JournalBandanaContext - Class in com.atlassian.confluence.impl.journal
Bandana context that acts as a namespace for key value pairs for the journal system.
JournalBandanaContext() - Constructor for class com.atlassian.confluence.impl.journal.JournalBandanaContext
 
JournalCleaner - Class in com.atlassian.confluence.impl.journal
Creates index backups and removes old index journal entries.
JournalCleaner(ClusterConfigurationHelper, PluginAccessor, IndexRecoveryService, JournalServiceInternal, long, List<IncrementalSyncCleaner>) - Constructor for class com.atlassian.confluence.impl.journal.JournalCleaner
 
JournalCleaner(ClusterConfigurationHelper, PluginAccessor, IndexRecoveryService, JournalServiceInternal, Clock, long, List<IncrementalSyncCleaner>) - Constructor for class com.atlassian.confluence.impl.journal.JournalCleaner
 
JournalDao - Interface in com.atlassian.confluence.impl.journal
Provides access to JournalEntry objects.
JournalEdgeIndexTaskQueue - Class in com.atlassian.confluence.plugins.edgeindex
 
JournalEdgeIndexTaskQueue(IndexJournalService, EdgeIndexTaskFactory, TransactionTemplate, NonFlushingSessionWrapper, ObjectMapperProvider) - Constructor for class com.atlassian.confluence.plugins.edgeindex.JournalEdgeIndexTaskQueue
 
JournalEntry - Class in com.atlassian.confluence.api.model.journal
Entry in a journal.
JournalEntry - Class in com.atlassian.confluence.impl.journal
Entry in a journal.
JournalEntry(long, JournalIdentifier, Date, String, String) - Constructor for class com.atlassian.confluence.api.model.journal.JournalEntry
Creates a new journal entry describing an entry that has been persisted
JournalEntry(JournalIdentifier, String, String) - Constructor for class com.atlassian.confluence.api.model.journal.JournalEntry
Creates a new journal entry for persisting.
JournalEntry(JournalIdentifier, String, String) - Constructor for class com.atlassian.confluence.impl.journal.JournalEntry
Creates a new journal entry.
JournalEntryFactory - Class in com.atlassian.confluence.search.queue
Journal Entry Factory creates JournalEntry instances to avoid boilerplate code in IndexTask classes
JournalEntryFactory() - Constructor for class com.atlassian.confluence.search.queue.JournalEntryFactory
 
journalEntryId - Variable in class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
 
journalEntryId - Variable in class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
 
journalEntryType - Variable in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
JournalEntryType - Enum Class in com.atlassian.confluence.search.queue
Journal entry type enum.
journalIdentifier - Variable in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
JournalIdentifier - Class in com.atlassian.confluence.api.model.journal
Identifier that contains journal name.
JournalIdentifier(String) - Constructor for class com.atlassian.confluence.api.model.journal.JournalIdentifier
Create a new journal identifier
JournalIdentifierUserType - Class in com.atlassian.confluence.impl.journal
Converts JournalIdentifiers to and from strings in the DB.
JournalIdentifierUserType() - Constructor for class com.atlassian.confluence.impl.journal.JournalIdentifierUserType
 
JournalIdEntry(Long) - Constructor for record class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalStateStore.JournalIdEntry
Creates an instance of a JournalIdEntry record class.
JournalIndexTaskQueue - Class in com.atlassian.confluence.internal.search.queue
A queue of ConfluenceIndexTasks.
JournalIndexTaskQueue(JournalService, IndexTaskFactoryInternal, AnyTypeDao, IndexFlushRequester, JournalIdentifier) - Constructor for class com.atlassian.confluence.internal.search.queue.JournalIndexTaskQueue
 
journalManager - Variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
JournalManager - Interface in com.atlassian.confluence.impl.journal
This manager is an entry point to the journal subsystem.
JournalManagerBackdoor - Interface in com.atlassian.confluence.test
Methods for making it easier to run acceptance tests which use journalling.
JournalMessage - Interface in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Represents a message that can be used in a journal entry for incremental synchronisation.
JournalResource - Class in com.atlassian.confluence.functest.rest.admin
Modifies the Journal.
JournalResource(JournalManagerBackdoor) - Constructor for class com.atlassian.confluence.functest.rest.admin.JournalResource
 
journalService - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
journalService - Variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
journalService - Variable in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
JournalService - Interface in com.atlassian.confluence.api.service.journal
This service is an entry point to the journal subsystem.
JournalServiceInternal - Interface in com.atlassian.confluence.impl.journal
 
JournalStateResettingListener - Class in com.atlassian.confluence.impl.journal
Resets journal state on remote nodes after site import.
JournalStateResettingListener(EventListenerRegistrar, JournalStateStore) - Constructor for class com.atlassian.confluence.impl.journal.JournalStateResettingListener
 
JournalStateStore - Interface in com.atlassian.confluence.impl.journal
Provides per node persistence for saving the id of the most recent entry that has been retrieved from the journal.
JournalSystemMaintenanceTaskQueue - Class in com.atlassian.confluence.impl.system
An implementation of the SystemMaintenanceTaskQueue that is backed by the Journal.
JournalSystemMaintenanceTaskQueue(JournalService, SystemMaintenanceTaskMarshalling, SystemMaintenanceTaskRegistry, DarkFeatureManager) - Constructor for class com.atlassian.confluence.impl.system.JournalSystemMaintenanceTaskQueue
 
JpaQueryFactory - Interface in com.atlassian.confluence.persistence
 
JPEG - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
JS - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
JS - Static variable in class com.atlassian.confluence.api.model.content.webresource.ResourceType
 
JS - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
JS_RESOURCE_PREDICATE - Static variable in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceService
 
Json - Interface in com.atlassian.confluence.json.json
Represents Javascript data with a serialize method to convert the data to a JSON string.
JSON_CONTENT_TYPES - Static variable in class com.atlassian.confluence.security.actions.NotPermittedAction
Deprecated.
since 5.10 Use NotPermittedAction.JSON_CONTENT_TYPES2
JSONAction - Interface in com.atlassian.confluence.json
Deprecated.
since 2.10 - Use DefaultJsonator with an AbstractCommandAction instead.

This interface is used as a convenience to indicate that an action can provide its result in JSON format. It's not strictly needed as the result uses reflection but is provided anyway as a convenience.

JsonArray - Class in com.atlassian.confluence.json.json
 
JsonArray() - Constructor for class com.atlassian.confluence.json.json.JsonArray
 
JsonArray(List<Json>) - Constructor for class com.atlassian.confluence.json.json.JsonArray
 
Jsonator<T> - Interface in com.atlassian.confluence.json.jsonator
Interface to implement if you want to provide a method to create a JSON representation of an object
JsonatorFactory<T> - Interface in com.atlassian.confluence.json.jsonator
 
JsonBoolean - Class in com.atlassian.confluence.json.json
 
JsonBoolean(Boolean) - Constructor for class com.atlassian.confluence.json.json.JsonBoolean
 
JsonContentProperty - Class in com.atlassian.confluence.api.model.content
Container for arbitrary JSON data attached to some Content.
JsonContentProperty.ContentPropertyBuilder - Class in com.atlassian.confluence.api.model.content
 
JsonContentProperty.Expansions - Class in com.atlassian.confluence.api.model.content
Provides property names that can be used to expand JsonContentProperty objects.
JsonContentPropertyId - Class in com.atlassian.confluence.api.model.content.id
Identifies a JsonContentProperty instance.
JsonContentPropertyType - Class in com.atlassian.confluence.plugins.contentproperty
A custom content type for storing JSON properties under arbitrary content.
JsonContentPropertyType(PermissionManager, WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.plugins.contentproperty.JsonContentPropertyType
 
JsonEscapeUtils - Class in com.atlassian.confluence.json.json
 
JsonEscapeUtils() - Constructor for class com.atlassian.confluence.json.json.JsonEscapeUtils
 
JsonExpressionEvaluator - Class in com.atlassian.confluence.plugins.contentproperty.index.extractor
Evaluates json expression following dot notation.
JsonExpressionEvaluator() - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.extractor.JsonExpressionEvaluator
 
JsonNull - Class in com.atlassian.confluence.json.json
 
JsonNull() - Constructor for class com.atlassian.confluence.json.json.JsonNull
 
JsonNumber - Class in com.atlassian.confluence.json.json
 
JsonNumber(Number) - Constructor for class com.atlassian.confluence.json.json.JsonNumber
 
JsonObject - Class in com.atlassian.confluence.json.json
A mutable Json implementation.
JsonObject() - Constructor for class com.atlassian.confluence.json.json.JsonObject
 
jsonProperties - Variable in class com.atlassian.confluence.rest.v2.api.model.RestObject
 
JsonPropertyEntityAdapter - Class in com.atlassian.confluence.plugins.contentproperty
Adapter for content properties.
JsonPropertyEntityAdapter() - Constructor for class com.atlassian.confluence.plugins.contentproperty.JsonPropertyEntityAdapter
 
JsonPropertyFactory - Class in com.atlassian.confluence.plugins.contentproperty
Factory for ContentProperty objects
JsonPropertyFactory(ContentService, SpaceService) - Constructor for class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
 
JsonPropertyPermissionDelegate - Class in com.atlassian.confluence.plugins.contentproperty
Checks permissions for a json property
JsonPropertyPermissionDelegate(PermissionManager) - Constructor for class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
 
JsonPropertyQueryFactory - Class in com.atlassian.confluence.plugins.contentproperty
Creates ContentQuery objects for finding CustomContentEntityObject instances that are managed through JsonContentPropertyType.
JsonPropertyQueryFactory() - Constructor for class com.atlassian.confluence.plugins.contentproperty.JsonPropertyQueryFactory
 
JsonPropertyStorageConstants - Class in com.atlassian.confluence.plugins.contentproperty
Constants for the Content Property Storage Plugin
JsonPropertyStorageConstants() - Constructor for class com.atlassian.confluence.plugins.contentproperty.JsonPropertyStorageConstants
 
JsonPropertyValidator - Class in com.atlassian.confluence.plugins.contentproperty
 
JsonPropertyValidator() - Constructor for class com.atlassian.confluence.plugins.contentproperty.JsonPropertyValidator
 
JsonResult - Class in com.atlassian.confluence.json
Deprecated.
since 8.6.0. Use a JAX-RS resource instead.
JsonResult() - Constructor for class com.atlassian.confluence.json.JsonResult
Deprecated.
 
JsonSpaceProperty - Class in com.atlassian.confluence.api.model.content
Container for arbitrary JSON data attached to some Space.
JsonSpaceProperty.Expansions - Class in com.atlassian.confluence.api.model.content
Provides property names that can be used to expand JsonSpaceProperty objects.
JsonSpaceProperty.SpacePropertyBuilder - Class in com.atlassian.confluence.api.model.content
 
JsonString - Class in com.atlassian.confluence.api.model
Holds a JSON formatted string.
JsonString - Class in com.atlassian.confluence.json.json
 
JsonString(String) - Constructor for class com.atlassian.confluence.api.model.JsonString
 
JsonString(String) - Constructor for class com.atlassian.confluence.json.json.JsonString
 
JsonStringDeserializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Deserializes JsonStrings.
JsonStringDeserializer() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.JsonStringDeserializer
 
JsonStringSerializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Serializes JsonStrings.
JsonStringSerializer() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.JsonStringSerializer
 
JsonStringTypeBuilder - Class in com.atlassian.confluence.plugins.graphql.types
A builder for GraphQLStringType objects, generated for JsonString types.
JsonStringTypeBuilder() - Constructor for class com.atlassian.confluence.plugins.graphql.types.JsonStringTypeBuilder
 
JsonSystemMaintenanceTaskMarshalling - Class in com.atlassian.confluence.impl.system.task
Use JSON to marshal/unmarshal tasks
JsonSystemMaintenanceTaskMarshalling() - Constructor for class com.atlassian.confluence.impl.system.task.JsonSystemMaintenanceTaskMarshalling
 
JsonToBackupRestoreJobResultConverter - Class in com.atlassian.confluence.impl.backuprestore.converters
Converts JSON object to BackupRestoreJobResult
JsonToBackupRestoreJobResultConverter() - Constructor for class com.atlassian.confluence.impl.backuprestore.converters.JsonToBackupRestoreJobResultConverter
 
JsonToPublicSettingsConverter - Class in com.atlassian.confluence.impl.backuprestore.converters
Converts JSON string to BackupRestoreSettings object
JsonToPublicSettingsConverter() - Constructor for class com.atlassian.confluence.impl.backuprestore.converters.JsonToPublicSettingsConverter
 
JsonUtils - Class in com.atlassian.confluence.content.render.xhtml
 
JsonUtils() - Constructor for class com.atlassian.confluence.content.render.xhtml.JsonUtils
 
JTDS_PROTOCOL - Static variable in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
JustFailDedupeStrategy - Class in com.atlassian.confluence.internal.upgrade.constraint.dedup
Do nothing.
JustFailDedupeStrategy() - Constructor for class com.atlassian.confluence.internal.upgrade.constraint.dedup.JustFailDedupeStrategy
 
JvmCacheAdapter<K,V> - Class in com.atlassian.confluence.impl.vcache
Deprecated.
since 7.20
JvmCacheAdapter(JvmCache<K, V>) - Constructor for class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
JvmSystemResources - Interface in com.atlassian.confluence.util
An abstraction around the system resources-lated methods in Runtime, to allow easier testing.
JWT_KEY_LENGTH - Static variable in interface com.atlassian.confluence.setup.BootstrapManager
 
JWT_PRIVATE_KEY - Static variable in interface com.atlassian.confluence.setup.BootstrapManager
 
JWT_PUBLIC_KEY - Static variable in interface com.atlassian.confluence.setup.BootstrapManager
 
JWT_REQUEST_USERNAME - Static variable in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
JwtPrivateKey - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
JwtPublicKey - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
JwtUtil - Class in com.atlassian.confluence.jwt
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3 for deletion before 10.0
JwtUtil() - Constructor for class com.atlassian.confluence.jwt.JwtUtil
Deprecated.
 
JxmCacheStatisticsWrapper - Class in com.atlassian.confluence.jmx
A JMX MXBean implementation that makes available the application cache statistics.
JxmCacheStatisticsWrapper(CacheStatisticsManager) - Constructor for class com.atlassian.confluence.jmx.JxmCacheStatisticsWrapper
 

K

k1() - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity.Bm25Settings
Returns the value of the k1 record component.
KB_URL - Static variable in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
KEEP_ALL - Static variable in class com.atlassian.confluence.impl.retention.rules.RetentionRuleFormatter
 
keepAll(boolean) - Method in class com.atlassian.confluence.api.model.retention.RetentionRule.RetentionRuleBuilder
 
keepAll(boolean) - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule.TrashRetentionRuleBuilder
 
KeepAsIsContentTransformer - Class in com.atlassian.confluence.pages.persistence.dao.bulk.impl
This will do not do anything
KeepAsIsContentTransformer() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.impl.KeepAsIsContentTransformer
 
KeepBiggestIdDedupeStrategy - Class in com.atlassian.confluence.internal.upgrade.constraint.dedup
Keep the record with biggest Id
KeepBiggestIdDedupeStrategy(String, String) - Constructor for class com.atlassian.confluence.internal.upgrade.constraint.dedup.KeepBiggestIdDedupeStrategy
 
KeepOneDedupeStrategy - Class in com.atlassian.confluence.internal.upgrade.constraint.dedup
Keep only one record.
keepPermanently(boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings.Builder
 
keepPermanently(boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings.Builder
 
keepPermanently(boolean) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
KeepSmallestIdDedupeStrategy - Class in com.atlassian.confluence.internal.upgrade.constraint.dedup
Keep the record with smallest Id
KeepSmallestIdDedupeStrategy(String, String) - Constructor for class com.atlassian.confluence.internal.upgrade.constraint.dedup.KeepSmallestIdDedupeStrategy
 
KeepWordTokenFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
A token filter that only keeps tokens with text contained in a predefined set of words.
KeepWordTokenFilterDescriptor(Collection<String>) - Constructor for class com.atlassian.confluence.search.v2.analysis.KeepWordTokenFilterDescriptor
 
key - Static variable in class com.atlassian.confluence.search.v2.sort.RelevanceSort
 
key - Variable in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
key() - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreference
 
key() - Method in interface com.atlassian.confluence.plugin.module.PluginProvidedDecoratorModule
 
key(String) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
 
key(String) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
key(String) - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage.SimpleMessageBuilder
 
key(String) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage.BulkSimpleMessageBuilder
 
KEY - Static variable in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
KEY - Static variable in class com.atlassian.confluence.impl.search.v2.lucene.MatchNoDocsQuery
 
KEY - Static variable in class com.atlassian.confluence.impl.search.v2.SiteSearchPermissionsQuery
 
KEY - Static variable in class com.atlassian.confluence.impl.search.v2.SpacePermissionQuery
Deprecated.
 
KEY - Static variable in class com.atlassian.confluence.plugins.contentproperty.search.fields.DateTimeContentPropertyAliasFieldHandler
 
KEY - Static variable in class com.atlassian.confluence.plugins.contentproperty.search.fields.StringContentPropertyAliasFieldHandler
 
KEY - Static variable in class com.atlassian.confluence.plugins.edgeindex.edge.BlogPostEdgeType
 
KEY - Static variable in class com.atlassian.confluence.plugins.edgeindex.edge.CommentEdgeType
 
KEY - Static variable in class com.atlassian.confluence.plugins.edgeindex.edge.LikeEdgeType
 
KEY - Static variable in class com.atlassian.confluence.plugins.edgeindex.edge.PageEdgeType
 
KEY - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.ActiveUserInfoQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.ActiveUserQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.AllQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.ArchivedSpacesQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.BrowseUsersPermissionQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.ContainingContentTypeQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.ContentCategoryQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.ContentPermissionsQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.ContentStatusQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.ContentTypeQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.DoubleRangeQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.FieldExistsQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.FileExtensionQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.FunctionScoreQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.HasPersonalSpaceQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.IntegerRangeQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.LabelsQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.LongRangeQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.MacroStorageVersionQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.MatchNoDocsQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.NonViewableCustomContentTypeQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.NotAnonymousUserQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.PhraseQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.PrefixQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
There is no query mapper registered for this key, which forces the expand() to be called.
KEY - Static variable in class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.TermQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.TermSetQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.TextSearchQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.UserTextQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.query.WildcardTextFieldQuery
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.ContentIdSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.CreatedSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.FavouriteSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.FieldSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.FilenameSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.FilesizeSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.FullnameSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.LowercaseFieldSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.ModifiedSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.MultiSearchSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.TitleSort
 
KEY - Static variable in class com.atlassian.confluence.search.v2.sort.UserAttributeSort
Deprecated.
 
KEY_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
KEY_MAINTENANCE_MODE_BANNER - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
KEY_MAINTENANCE_MODE_BANNER_ENABLED - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
KEY_REINDEX_PARTITION_SIZE_MAX - Static variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
KEY_SPACE_DELIMITER - Static variable in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId
Delimiter to separate FullModuleKey and Space
KEY_SPACE_DELIMITER - Static variable in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithKeys
Delimiter to separate FullModuleKey and Space
keyboardShortcutsEnabled - Variable in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
KeyedBandanaContext - Interface in com.atlassian.confluence.setup.bandana
BandanaContext which provides a string key.
KeyInitPostImportTask - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0.
KeyInitPostImportTask(KeyPairInitialiser) - Constructor for class com.atlassian.confluence.importexport.KeyInitPostImportTask
Deprecated.
 
KeyPairComparator - Class in com.atlassian.confluence.security.trust
Compares KeyPairs for equality based on the equals method of the public and private keys.
KeyPairComparator() - Constructor for class com.atlassian.confluence.security.trust.KeyPairComparator
 
KeyPairInitialiser - Interface in com.atlassian.confluence.security.trust
Initialises system key pairs
keys - Static variable in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.Expansions
 
keys(Iterable<String>) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
 
KEYS_SUB_DIRECTORY - Static variable in class com.atlassian.confluence.impl.user.crowd.EncryptionSettingsImpl
 
keySet() - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
keySet() - Method in class com.atlassian.confluence.rpc.auth.TokenMap
 
keySet() - Method in class com.atlassian.confluence.setup.SharedConfigurationMap
 
keySet() - Method in class com.atlassian.confluence.util.collections.CompositeMap
 
keySet() - Method in class com.atlassian.confluence.util.collections.LazyMap
 
KeySpaceLocator - Class in com.atlassian.confluence.content.service.space
A space locator that uses a space key to find a space.
KeySpaceLocator(SpaceManager, String) - Constructor for class com.atlassian.confluence.content.service.space.KeySpaceLocator
 
KeyStore - Interface in com.atlassian.confluence.security.trust
A simple keystore supporting the retrieval and storage of public keys and public/private key pairs.
KeyTransferBean - Class in com.atlassian.confluence.security.persistence.dao.hibernate
Allows conversion to and from serialized form.
KeyTransferBean(String) - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
This is really messy.
KeyTransferBean(String, String, String) - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
KeyTransferBean(Key) - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
keyValuePairs() - Element in annotation interface com.atlassian.confluence.util.test.rules.SystemProperties.Set
Deprecated.
 
KeywordAnalyzerDescriptor - Class in com.atlassian.confluence.plugins.index.api
 
KeywordAnalyzerDescriptor() - Constructor for class com.atlassian.confluence.plugins.index.api.KeywordAnalyzerDescriptor
 
KeywordAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer
Provides OpenSearch analyzer for KeywordAnalyzerDescriptor
KeywordAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.KeywordAnalyzerProvider
 
KeywordTokenizerDescriptor - Class in com.atlassian.confluence.search.v2.analysis
The keyword tokenizer is a “noop” tokenizer that accepts whatever text it is given and outputs the exact same text as a single term.
KeywordTokenizerDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.KeywordTokenizerDescriptor
 
KHTML - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
KHTML_UNKNOWN - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
KLUDGE_CLASSPATH_TEMPLATE - Static variable in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
 
KLUDGE_WWRESOURCE_TEMPLATE - Static variable in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
The name of a template that should never be overridden by the user, and thus will be able to give us the default template ResourceLoader.
KnowledgeBaseArticleClickedEvent - Class in com.atlassian.confluence.impl.health.analytics
The analytics event sent when the user clicks the link for a knowledge base (KB) article explaining why event details have been suppressed on the Johnson page.
KNOWN_DUPLICATE_CLASSES - Static variable in class com.atlassian.confluence.util.classpath.ClasspathJarDuplicateClassFinder
 
KNOWN_DUPLICATE_PACKAGES - Static variable in class com.atlassian.confluence.util.classpath.ClasspathJarDuplicateClassFinder
A list of prefixes of class file paths to exclude.
KNOWN_USER_TYPE - Static variable in class com.atlassian.confluence.api.model.people.Person
 
KnownConfluenceLicenseValidationException - Exception in com.atlassian.confluence.license.exception
Indicates problems with (parts of) the ConfluenceLicense.
KnownConfluenceLicenseValidationException(ConfluenceLicense, KnownConfluenceLicenseValidationException.Reason) - Constructor for exception com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException
 
KnownConfluenceLicenseValidationException(String, ConfluenceLicense, KnownConfluenceLicenseValidationException.Reason) - Constructor for exception com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException
 
KnownConfluenceLicenseValidationException.Reason - Enum Class in com.atlassian.confluence.license.exception
 
KnownConfluenceLicenseValidationExceptionHandler - Class in com.atlassian.confluence.license.exception.handler
Common Confluence license validation failures.
KnownConfluenceLicenseValidationExceptionHandler(I18NBean, DocumentationBean, ConfluenceSidManager) - Constructor for class com.atlassian.confluence.license.exception.handler.KnownConfluenceLicenseValidationExceptionHandler
 
KnownUser - Class in com.atlassian.confluence.api.model.people
 
KnownUser - Class in com.atlassian.confluence.legacyapi.model.people
Deprecated.
since 7.0.1 , use KnownUser
KnownUser(Reference<Icon>, String, String, String) - Constructor for class com.atlassian.confluence.api.model.people.KnownUser
 
KnownUser(Icon, String, String) - Constructor for class com.atlassian.confluence.api.model.people.KnownUser
Deprecated.
KnownUser(Icon, String, String, UserKey) - Constructor for class com.atlassian.confluence.api.model.people.KnownUser
Deprecated.
since 6.5.0. Use the KnownUser.builder() instead.
KnownUser(Icon, String, String, String) - Constructor for class com.atlassian.confluence.api.model.people.KnownUser
 
KnownUser(Icon, String, String, Map<Permission, Boolean>) - Constructor for class com.atlassian.confluence.legacyapi.model.people.KnownUser
Deprecated.
 
KnownUser.Builder - Class in com.atlassian.confluence.api.model.people
 
KONQUEROR - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
KONQUEROR1 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
KONQUEROR2 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
KONQUEROR3 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
KONQUEROR4 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
KUBERNETES - Enum constant in enum class com.atlassian.confluence.cluster.ClusterJoinConfig.ClusterJoinType
 
KUBERNETES_POD_IP_ENV_VAR - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
KubernetesClusterJoinConfig - Class in com.atlassian.confluence.cluster
A ClusterJoinConfig for Kubernetes environments.
KubernetesClusterJoinConfig() - Constructor for class com.atlassian.confluence.cluster.KubernetesClusterJoinConfig
 
KubernetesTestClass - Annotation Interface in com.atlassian.confluence.util.test.annotations
Indicates that a test should be selected to run against Confluence running inside Kubernetes, for example because it exercises functionality that is particularly senstive to the Kubernetes environment.

L

LAAS_PERFORMANCE_LOGGING_FEATURE_NAME - Static variable in class com.atlassian.confluence.impl.schedule.jobs.LaasPerformanceLoggingJob
Deprecated.
 
LaasPerformanceLoggingJob - Class in com.atlassian.confluence.impl.schedule.jobs
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.5. This job is only required for cloud, so it will be removed from server.
LaasPerformanceLoggingJob(DarkFeaturesManager, ConfluenceMonitoringControl) - Constructor for class com.atlassian.confluence.impl.schedule.jobs.LaasPerformanceLoggingJob
Deprecated.
 
label() - Method in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
Label - Class in com.atlassian.confluence.api.model.content
 
Label - Class in com.atlassian.confluence.labels
 
Label - Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
since 7.0.1 , use Label
Label() - Constructor for class com.atlassian.confluence.labels.Label
 
Label(Label.LabelBuilder) - Constructor for class com.atlassian.confluence.api.model.content.Label
 
Label(String) - Constructor for class com.atlassian.confluence.labels.Label
 
Label(String, Namespace) - Constructor for class com.atlassian.confluence.labels.Label
 
Label(String, Namespace, ConfluenceUser) - Constructor for class com.atlassian.confluence.labels.Label
 
Label(String, Namespace, String) - Constructor for class com.atlassian.confluence.labels.Label
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.2.
Label(String, String) - Constructor for class com.atlassian.confluence.labels.Label
 
Label(String, String, ConfluenceUser) - Constructor for class com.atlassian.confluence.labels.Label
 
Label(String, String, String) - Constructor for class com.atlassian.confluence.api.model.content.Label
 
Label(String, String, String) - Constructor for class com.atlassian.confluence.labels.Label
Deprecated, for removal: This API element is subject to removal in a future version.
Label(String, String, String) - Constructor for class com.atlassian.confluence.legacyapi.model.content.Label
Deprecated.
 
LABEL - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A label.
LABEL - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
LABEL - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
Assigned multiple fields of namespaced labels
LABEL_ADDED - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates that a label was added.
LABEL_CREATED - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates that a label was created.
LABEL_DELETED - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates that a label was deleted.
LABEL_DELIM - Static variable in class com.atlassian.confluence.util.LabelUtil
The canonical delimiter in output
LABEL_DELIM_CHARS - Static variable in class com.atlassian.confluence.util.LabelUtil
The characters accepted as label delimiters
LABEL_FIELD - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.LabelExtractor
Deprecated.
since 7.20 use SearchFieldMappings.LABEL instead.
LABEL_ID_COLUMN - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
LABEL_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
 
LABEL_NAME - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
LABEL_NAME_COLUMN - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
LABEL_NAMESPACE_COLUMN - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
LABEL_OWNER_COLUMN - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
LABEL_REMOVED - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates that a label was removed.
LABEL_SEPARATOR - Static variable in class com.atlassian.confluence.pages.templates.PageTemplate
The String used to separate the labels.
LABEL_TABLE_NAME - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
LABEL_TEXT - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
This field is assigned a value consisting of a space delimited list of all the publicly visible labels on a piece of content.
LABEL_TEXT_FIELD - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.LabelExtractor
Deprecated.
since 7.20 use SearchFieldMappings.LABEL_TEXT instead.
Label.LabelBuilder - Class in com.atlassian.confluence.api.model.content
 
Label.Prefix - Enum Class in com.atlassian.confluence.api.model.content
 
Label.Prefix - Enum Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
 
Labelable - Interface in com.atlassian.confluence.labels
Interface for objects that can have labels applied to them.
LabelableType - Enum Class in com.atlassian.confluence.labels
Represents the different kinds of content that can have labels.
LabelAddEvent - Class in com.atlassian.confluence.event.events.label
Thrown when an existing label is associated with piece of content (as opposed to be newly created).
LabelAddEvent(Label, Labelable) - Constructor for class com.atlassian.confluence.event.events.label.LabelAddEvent
 
LabelBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Represents Label breadcrumbs.
LabelBreadcrumb(ConfluenceActionSupport, DisplayableLabel, Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.LabelBreadcrumb
Label crumbs are sequenced a little differently than normal (where ContentActionBreadcrumbs typically come last).
LabelBuilder(String) - Constructor for class com.atlassian.confluence.api.model.content.Label.LabelBuilder
 
LabelCreateEvent - Class in com.atlassian.confluence.event.events.label
Thrown when a label is created and comes into existance.
LabelCreateEvent(Label) - Constructor for class com.atlassian.confluence.event.events.label.LabelCreateEvent
 
LabelDao - Interface in com.atlassian.confluence.labels.persistence.dao
 
LabelDaoInternal - Interface in com.atlassian.confluence.internal.labels.persistence
Dao for Labels.
LabelDeleteEvent - Class in com.atlassian.confluence.event.events.label
Thrown when a label itself is removed (as opposed to being disassociated from a piece of content).
LabelDeleteEvent(Label) - Constructor for class com.atlassian.confluence.event.events.label.LabelDeleteEvent
 
LabelDeleteListener - Class in com.atlassian.confluence.labels.listeners
 
LabelDeleteListener(NotificationManager) - Constructor for class com.atlassian.confluence.labels.listeners.LabelDeleteListener
 
LabelEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
Represents a Label object
LabelEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntity
 
LabelEntityBuilder - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
LabelEntityBuilder() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntityBuilder
 
LabelEntityList - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
List of labels visible to a user for an entity
LabelEntityList() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntityList
 
LabelEvent - Class in com.atlassian.confluence.event.events.label
<class-comment/>
LabelEvent(Label) - Constructor for class com.atlassian.confluence.event.events.label.LabelEvent
 
LabelEvent(Label, Labelable) - Constructor for class com.atlassian.confluence.event.events.label.LabelEvent
 
LabelExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extract label data from content entity objects.
LabelExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.LabelExtractor
 
LabelFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
Simple converter factory converts a Entity Label to Model Label object
LabelFactory() - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.LabelFactory
 
LabelFinder - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
Finds existing labels (on xml restore).
LabelFinder(RestoreDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.LabelFinder
 
labelled - Variable in class com.atlassian.confluence.event.events.label.LabelEvent
 
LabelledContentSpaceValidator - Class in com.atlassian.confluence.api.impl.service.content
This class is responsible for validating content label permission for a space
LabelledContentSpaceValidator(LabelManager, PermissionManager, int) - Constructor for class com.atlassian.confluence.api.impl.service.content.LabelledContentSpaceValidator
 
Labelling - Class in com.atlassian.confluence.labels
An ostensibly immutable object that represents the link between labels and the content they label.
Labelling() - Constructor for class com.atlassian.confluence.labels.Labelling
Available so that newInstance can be used by hibernate to create this object.
Labelling(Label, EditableLabelable, ConfluenceUser) - Constructor for class com.atlassian.confluence.labels.Labelling
 
Labelling(Label, EditableLabelable, String) - Constructor for class com.atlassian.confluence.labels.Labelling
Deprecated.
since 5.2.
LabellingExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
 
LabellingExporter(ExportableEntityInfo, CommonDatabaseDataExporter) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.LabellingExporter
 
LabellingPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
LabellingPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
LabelLinkServerFunction - Class in com.atlassian.confluence.plugins.labels.soy
Server side function to generate links to label pages.
LabelLinkServerFunction() - Constructor for class com.atlassian.confluence.plugins.labels.soy.LabelLinkServerFunction
 
LabelListViewEvent - Class in com.atlassian.confluence.event.events.label
Represents a user viewing any of the label listview actions.
LabelListViewEvent(Object, Space, String) - Constructor for class com.atlassian.confluence.event.events.label.LabelListViewEvent
 
labelManager - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
labelManager - Variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
labelManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
labelManager - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
LabelManager - Interface in com.atlassian.confluence.labels
The label manager provides all that is necessary for interacting with labels.
LabelManagerEventListener - Class in com.atlassian.confluence.impl.labels
Responsible for listening to LabelManagerEventListener.VisitorEvents and resolving them against the LabelManager.
LabelManagerEventListener.VisitorEvent - Interface in com.atlassian.confluence.impl.labels
 
LabelManagerInternal - Interface in com.atlassian.confluence.dmz.labels
Internal version of the LabelManager interface; see the package-info.java for rationale.
LabelManagerMetricsEvent - Class in com.atlassian.confluence.event.events.label
LabelManagerMetricsEvent is used to collect analytics for some methods in DefaultLabelManager
LabelManagerMetricsEvent(Object, String, long, int, int) - Constructor for class com.atlassian.confluence.event.events.label.LabelManagerMetricsEvent
 
labelParam - Variable in class com.atlassian.confluence.macro.ContentFilteringMacro
Parameter to handle label filtering.
LabelParameter - Class in com.atlassian.confluence.macro.query.params
Presents label parameters as BooleanQueryFactory implementations.
LabelParameter() - Constructor for class com.atlassian.confluence.macro.query.params.LabelParameter
 
LabelParameter(String) - Constructor for class com.atlassian.confluence.macro.query.params.LabelParameter
 
LabelParameter(List<String>, String) - Constructor for class com.atlassian.confluence.macro.query.params.LabelParameter
 
LabelParser - Class in com.atlassian.confluence.labels
The Label parser understands the formatting of label strings.
LabelParser() - Constructor for class com.atlassian.confluence.labels.LabelParser
 
labelPermissionEnforcer - Variable in class com.atlassian.confluence.labels.service.AbstractLabelsCommand
 
LabelPermissionEnforcer - Interface in com.atlassian.confluence.labels
A permission enforcer interface for labels.
LabelPermissionEnforcerImpl - Class in com.atlassian.confluence.impl.labels
Performs permission checking for label editing actions
LabelPermissionEnforcerImpl(PermissionManager, AccessModeService, SiteSearchPermissionsQueryFactory, SearchManager) - Constructor for class com.atlassian.confluence.impl.labels.LabelPermissionEnforcerImpl
 
LabelPermissionSupport - Class in com.atlassian.confluence.labels
Deprecated.
since 6.9.0. Use the new LabelPermissionEnforcer if possible
LabelPermissionSupport() - Constructor for class com.atlassian.confluence.labels.LabelPermissionSupport
Deprecated.
 
labelPredicate(User, boolean) - Static method in class com.atlassian.confluence.util.LabelUtil
 
LabelQuery - Class in com.atlassian.confluence.search.v2.query
Query for matching a single Label.
LabelQuery(Label) - Constructor for class com.atlassian.confluence.search.v2.query.LabelQuery
Construct a LabelQuery directly from the Label instance to be searched for
LabelQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.LabelQuery
Construct a LabelQuery from a string representation of a label.
LabelRemoveEvent - Class in com.atlassian.confluence.event.events.label
Thrown when a label is disassociated from a piece of content (as opposed to itself being removed).
LabelRemoveEvent(Label, Labelable) - Constructor for class com.atlassian.confluence.event.events.label.LabelRemoveEvent
 
LabelResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST wrapper for the LabelService.
LabelResource(LabelService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.LabelResource
 
labels() - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of labels to return at a time.
labels(ContentId, List<String>, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentLabelsResource
 
labels(String, String, String, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.LabelResource
 
labels(List<Label>) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
labels(List<String>, int, String, int, UriInfo, DataFetchingEnvironment) - Method in class com.atlassian.confluence.plugins.graphql.providers.ContentLabelsProvider
 
LABELS - Static variable in class com.atlassian.confluence.api.model.content.Space.MetadataKeys
 
LABELS - Static variable in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
 
LABELS_METADATA_KEY - Static variable in interface com.atlassian.confluence.api.service.content.AttachmentService
Attachment Labels is stored in the Content metadata as the "labels" entry.
LABELS_STRING - Static variable in class com.atlassian.confluence.util.LabelUtil
The name of the form field containing the space separated labels
LabelSearchResult - Class in com.atlassian.confluence.labels.persistence.dao
<class-comment/>
LabelSearchResult(Label, int) - Constructor for class com.atlassian.confluence.labels.persistence.dao.LabelSearchResult
 
LabelService - Interface in com.atlassian.confluence.api.service.content
Provides operations for Labels.
LabelService.Validator - Interface in com.atlassian.confluence.api.service.content
Provides methods for validating inputs to create, retrieve, update or delete labels.
LabelServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
 
LabelServiceImpl(PaginationService, LabelManagerInternal, LabelFactory, LabelPermissionEnforcer, ApplicationConfiguration) - Constructor for class com.atlassian.confluence.api.impl.service.content.LabelServiceImpl
 
LabelServiceImpl.ValidatorImpl - Class in com.atlassian.confluence.api.impl.service.content
 
LabelServlet - Class in com.atlassian.confluence.servlet
Simple servlet to map requests to /label/<spaceKey>/<labelName/> or /label/<labelName> to /labels/viewlabel.action The label name is mandatory, the space key is optional, restricting the view of the label to a specific space.
LabelServlet() - Constructor for class com.atlassian.confluence.servlet.LabelServlet
 
LabelsModelMetadataProvider - Class in com.atlassian.confluence.plugins.restapi.metadata.content
Provides content metadata pertaining to labels on a Content entity.
LabelsModelMetadataProvider(ContentLabelService, RestNavigationService) - Constructor for class com.atlassian.confluence.plugins.restapi.metadata.content.LabelsModelMetadataProvider
 
LabelsQuery - Class in com.atlassian.confluence.search.v2.query
Allows querying by multiple labels.
LabelsQuery(Set<String>) - Constructor for class com.atlassian.confluence.search.v2.query.LabelsQuery
 
LabelsService - Interface in com.atlassian.confluence.labels.service
Creates label commands
LabelsSoapService - Class in com.atlassian.confluence.rpc.soap.services
 
LabelsSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
labelsString - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
labelsString() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
 
LabelSuggestionService - Class in com.atlassian.confluence.plugins.labels.actions
Responsible for suggesting labels.
LabelSuggestionService(LabelManager) - Constructor for class com.atlassian.confluence.plugins.labels.actions.LabelSuggestionService
 
LabelUniqueIndexHelper - Class in com.atlassian.confluence.impl.core.persistence.hibernate.schema
A utility class that helps to: 1.
LabelUniqueIndexHelper(SessionFactory, DdlExecutor, HibernateDatabaseCapabilities, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
LabelUniqueIndexUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
This task adds a unique constraint on columns NAME, OWNER and NAMESPACE in LABEL table.
LabelUniqueIndexUpgradeTask(LabelUniqueIndexHelper) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.LabelUniqueIndexUpgradeTask
 
LabelUrlBuilder - Class in com.atlassian.confluence.labels
Helps to build urls for labels.
LabelUtil - Class in com.atlassian.confluence.util
Utility class designed to assist dealing with the client interface.
LabelUtil() - Constructor for class com.atlassian.confluence.util.LabelUtil
 
LabelValidationHelper - Class in com.atlassian.confluence.labels.service
 
LabelWatchesResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
 
LabelWatchesResource(NotificationManager, LabelManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.LabelWatchesResource
 
language() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.StandardLanguageAnalyzerVariant
 
Language - Class in com.atlassian.confluence.languages
 
Language(LanguageModuleDescriptor) - Constructor for class com.atlassian.confluence.languages.Language
 
Language(Locale) - Constructor for class com.atlassian.confluence.languages.Language
 
LANGUAGE_COOKIE - Static variable in class com.atlassian.confluence.languages.BrowserLanguageUtils
 
LANGUAGE_NOT_SUPPORTED - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.johnson.JohnsonError
 
LanguageAnalyzerDescriptor - Class in com.atlassian.confluence.plugins.index.api
An analyzer, that can behave differently depending on a given language.
LanguageAnalyzerDescriptor.Builder - Class in com.atlassian.confluence.plugins.index.api
 
LanguageAnalyzerProvider - Interface in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Interface for analyzer provider which is language specific
LanguageComparator - Class in com.atlassian.confluence.languages
Created by IntelliJ IDEA.
LanguageComparator() - Constructor for class com.atlassian.confluence.languages.LanguageComparator
 
LanguageDescriptor - Interface in com.atlassian.confluence.plugins.index.api
Language is used to define an analyzer that is language dependent see LanguageAnalyzerDescriptor.
LanguageExtractionFilter - Class in com.atlassian.confluence.web.filter
Extracts the language cookie, or if it is not present the browser language string
LanguageExtractionFilter() - Constructor for class com.atlassian.confluence.web.filter.LanguageExtractionFilter
 
languageManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
LanguageManager - Interface in com.atlassian.confluence.languages
 
LanguageModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
LanguageModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
LanguagePluginI18NResource - Class in com.atlassian.confluence.util.i18n
 
LanguagePluginI18NResource(PluginAccessor) - Constructor for class com.atlassian.confluence.util.i18n.LanguagePluginI18NResource
 
LAST_LOGIN - Static variable in class com.atlassian.confluence.api.model.people.User.Expansions
 
LAST_LOGIN_DATE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
LAST_MODIFICATION_DATE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
LAST_MODIFIER - Static variable in class com.atlassian.confluence.api.model.content.Space.Expansions
 
LAST_MODIFIER - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
LAST_MODIFIERS - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
LAST_MONTH - Static variable in class com.atlassian.confluence.impl.search.v2.lucene.SinceDateQueryFactory
 
LAST_UPDATE_DESCRIPTION - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
LAST_WEEK - Static variable in class com.atlassian.confluence.impl.search.v2.lucene.SinceDateQueryFactory
 
LASTDAY - Enum constant in enum class com.atlassian.confluence.search.service.DateRangeEnum
 
LastEditVersion - Class in com.atlassian.confluence.core
 
LastEditVersion(int, long) - Constructor for class com.atlassian.confluence.core.LastEditVersion
 
lastIdProcessed(long) - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
 
lastIdProcessed(long) - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary.Builder
 
lastIndexOf(Object) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
lastIndexOf(Object) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
lastIteration - Variable in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
lastIteration(RemovalSummary) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
lastLogin(String) - Method in class com.atlassian.confluence.api.model.people.KnownUser.Builder
 
LASTMILE_CHECK_RL_PROPERTY_PREFIX - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
lastModificationDate(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
lastModified() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
lastModified() - Method in class com.atlassian.confluence.core.UploadedResource
 
lastModified(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
lastModifiedAfter(OffsetDateTime) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
lastModifiedAfter(DateTime) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
lastModifiedBefore(OffsetDateTime) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
lastModifiedBefore(DateTime) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
lastModifiedBy(String) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy.GlobalRetentionPolicyBuilder
 
lastModifiedBy(String) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy.Builder
 
lastModifiedDate(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy.Builder
 
LastModifiedInterceptor - Class in com.atlassian.confluence.core.actions
 
LastModifiedInterceptor() - Constructor for class com.atlassian.confluence.core.actions.LastModifiedInterceptor
 
lastModifier(Person) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
LastModifierNameContentExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts the last modifier of a ConfluenceEntityObject as a stored field.
LastModifierNameContentExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.LastModifierNameContentExtractor
 
LastModifierNameExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts the last modifier of a ConfluenceEntityObject as a unanalyzed, indexed field for the change index.
LastModifierNameExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.LastModifierNameExtractor
 
LastModifierUserQuery - Class in com.atlassian.confluence.search.v2.query
SearchQuery to find the content where the SearchFieldMappings.LAST_MODIFIER field has to match one of the users in the provided last modifiers list
LastModifierUserQuery(Set<ConfluenceUser>) - Constructor for class com.atlassian.confluence.search.v2.query.LastModifierUserQuery
Construct a search query for the last modifiers list
LASTMONTH - Enum constant in enum class com.atlassian.confluence.search.service.DateRangeEnum
 
LASTSIXMONTHS - Enum constant in enum class com.atlassian.confluence.search.service.DateRangeEnum
 
LASTTWODAYS - Enum constant in enum class com.atlassian.confluence.search.service.DateRangeEnum
 
LASTTWOYEARS - Enum constant in enum class com.atlassian.confluence.search.service.DateRangeEnum
 
lastUpdated(Reference<Version>) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
 
LASTWEEK - Enum constant in enum class com.atlassian.confluence.search.service.DateRangeEnum
 
LASTYEAR - Enum constant in enum class com.atlassian.confluence.search.service.DateRangeEnum
 
LatchedEventListener - Class in com.atlassian.confluence.test.rpc
 
LatchEventListener - Class in com.atlassian.confluence.test.rpc
Event listener used to perform waits in tests.
LatchEventListener(CountDownLatch, Class) - Constructor for class com.atlassian.confluence.test.rpc.LatchEventListener
 
latest(boolean) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
Set whether this is the latest published (non-draft) version of the content.
LATEST - Static variable in class com.atlassian.confluence.api.model.content.History.Expansions
 
LATEST_VERSION - Enum constant in enum class com.atlassian.confluence.search.v2.SearchManager.EntityVersionPolicy
retrieves the latest version of search results found in the index (legacy behaviour)
LATEST_VERSION_ID - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
lateStartup() - Method in class com.atlassian.confluence.plugin.ConfluencePluginManager
 
latestModificationDate(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction.ContentRestrictionBuilder
 
LatestVersionCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Only display if the user is viewing the latest version of a page or blog post.
LatestVersionCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.LatestVersionCondition
 
LatestVersionWithNameMineTypeAttachmentIdentifier - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
Similar to AllLatestVersionAttachmentIdentifier but allow to filter by attachment file name and mine type
LatestVersionWithNameMineTypeAttachmentIdentifier(PageManager, AttachmentManager, long, List<AttachmentDeleteOptions.AttachmentRef>) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.LatestVersionWithNameMineTypeAttachmentIdentifier
 
LatestVersionXhtmlContentWorkSource - Class in com.atlassian.confluence.content.render.xhtml.migration
A work source that provides batches of ContentEntityObjects that have XHTML formatted bodies.
LatestVersionXhtmlContentWorkSource(ContentDao, int) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.LatestVersionXhtmlContentWorkSource
 
LAUGH - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
layout - Variable in class com.atlassian.confluence.test.util.Log4J2Logger
 
layout - Variable in class com.atlassian.confluence.util.test.rules.Log4J2Logger
Deprecated.
 
Layout2CreatedEvent - Class in com.atlassian.confluence.tinymceplugin.events
Event for PageLayouts 2 layout being created, extends LayoutCreatedEvent with the number of rows and columns created.
Layout2CreatedEvent(String, AbstractPage, int, int) - Constructor for class com.atlassian.confluence.tinymceplugin.events.Layout2CreatedEvent
 
LayoutCreatedEvent - Class in com.atlassian.confluence.tinymceplugin.events
A layout event is used to define when a page/blog post is created using page layouts.
LayoutCreatedEvent(String, AbstractPage) - Constructor for class com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
 
layoutHelper - Variable in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
LayoutHelper - Class in com.atlassian.confluence.util
This class provides helper methods to retrieve layout templates and handles a few basic theme tasks.
LayoutHelper() - Constructor for class com.atlassian.confluence.util.LayoutHelper
 
LayoutModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
LayoutModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.LayoutModuleDescriptor
 
LazyLoadingFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.transformers
A FragmentTransformer which delegates to another FragmentTransformer identified by bean id.
LazyLoadingFragmentTransformer(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.LazyLoadingFragmentTransformer
 
LazyLoadingMacroWrapper - Class in com.atlassian.confluence.macro
A wrapper for a Macro that is lazily loaded.
LazyLoadingMacroWrapper(Supplier<Macro>) - Constructor for class com.atlassian.confluence.macro.LazyLoadingMacroWrapper
 
LazyLoadingMigrationRenderer - Class in com.atlassian.confluence.content.render.xhtml.migration
Required to allow us to break a circular dependency of the subRenderer back to the renderer.
LazyLoadingMigrationRenderer() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.LazyLoadingMigrationRenderer
 
LazyMap<K,V> - Class in com.atlassian.confluence.util.collections
A Map that is constructed from a map of suppliers for the values, that are evaluated lazily when required.
LazyMap() - Constructor for class com.atlassian.confluence.util.collections.LazyMap
 
lazyPut(K, Supplier<? extends V>) - Method in class com.atlassian.confluence.util.collections.LazyMap
 
LazyReferenceTargetSourceCreator - Class in com.atlassian.confluence.impl.spring
A Spring TargetSourceCreator which creates a lazy reference TargetSource around a proxied beans.
LazyReferenceTargetSourceCreator() - Constructor for class com.atlassian.confluence.impl.spring.LazyReferenceTargetSourceCreator
 
LdapServerBindException(int, int) - Constructor for exception com.atlassian.confluence.test.apacheds.EmbeddedApacheDS.LdapServerBindException
 
LEGACY - Enum constant in enum class com.atlassian.confluence.backuprestore.BackupRestoreJob.ConfigurationFlag
 
LEGACY - Enum constant in enum class com.atlassian.confluence.content.service.page.MovePageCommandHelper.MovePageMode
 
LEGACY_CLUSTER_LICENSE - Enum constant in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
This is an old cluster license which will not be installed anymore.
LEGACY_DRAFT_PARENT_ID_KEY - Static variable in class com.atlassian.confluence.pages.Draft
The content ID of a new piece of content, as a String.
LEGACY_HTTP_HEADER_SECURITY_ANTI_CLICK_JACKING_DISABLED - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
LEGACY_MODE - Static variable in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
 
LEGACY_SERVER_LICENSE - Enum constant in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
The license is not a data center one.
LEGACY_SPACE_KEY_PROPERTY_NAME - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
LEGACY_TEMP_DIR_PROP - Static variable in class com.atlassian.confluence.upgrade.upgradetask.RenameTempDirPropertyUpgradeTask
 
LEGACY_USERNAME_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
LEGACY_VERSION_1 - Enum constant in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
This is a v1 license which will not be installed anymore.
LegacyAttachmentDataDaoSupport - Class in com.atlassian.confluence.pages.persistence.dao
This class provides support logic for legacy AttachmentDataDao implementations that only support AttachmentDataStreamType.RAW_BINARY, and that already have implementations of the deprecated InputStream-based methods.
LegacyAttachmentDataDaoSupport(AttachmentDataDao) - Constructor for class com.atlassian.confluence.pages.persistence.dao.LegacyAttachmentDataDaoSupport
 
LegacyAttachmentResource - Class in com.atlassian.confluence.ui.rest.content
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
LegacyAttachmentResource(AttachmentService) - Constructor for class com.atlassian.confluence.ui.rest.content.LegacyAttachmentResource
Deprecated.
 
LegacyAttachmentServiceImpl - Class in com.atlassian.confluence.ui.rest.service.content
Deprecated.
since 7.0.1 , use ContentLabelService
LegacyAttachmentServiceImpl(AttachmentManager, PermissionManager, LabelsService) - Constructor for class com.atlassian.confluence.ui.rest.service.content.LegacyAttachmentServiceImpl
Deprecated.
 
LegacyClusterLicenseValidator - Class in com.atlassian.confluence.license.validator
Detects for old cluster licenses, which had the conf.NumberOfClusterNodes attribute.
LegacyClusterLicenseValidator() - Constructor for class com.atlassian.confluence.license.validator.LegacyClusterLicenseValidator
 
LegacyContentBodyBuilder - Class in com.atlassian.confluence.ui.rest.builder
Deprecated.
LegacyContentBodyBuilder(Renderer, FormatConverter) - Constructor for class com.atlassian.confluence.ui.rest.builder.LegacyContentBodyBuilder
Deprecated.
 
LegacyContentBuilder - Class in com.atlassian.confluence.ui.rest.builder
Deprecated.
since 7.0.1 , use Content.ContentBuilder
LegacyContentBuilder(LegacyPersonBuilder, LegacyContentBodyBuilder, LegacySpaceSummaryBuilder, PermissionManager, ContentEntityManager) - Constructor for class com.atlassian.confluence.ui.rest.builder.LegacyContentBuilder
Deprecated.
 
LegacyContentDraftServiceImpl - Class in com.atlassian.confluence.api.impl.service.content.draft
 
LegacyContentDraftServiceImpl(PermissionManager, ContentService, DraftManager, PermissionCheckExemptions, AccessModeService, CustomContentManager, ContentDraftManagerInternal, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.api.impl.service.content.draft.LegacyContentDraftServiceImpl
 
LegacyContentResource - Class in com.atlassian.confluence.ui.rest.content
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
LegacyContentResource(ContentService) - Constructor for class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
LegacyContentServiceImpl - Class in com.atlassian.confluence.ui.rest.service.content
Deprecated.
since 7.0.1 , use ContentService
LegacyContentServiceImpl(PageManager, CommentManager, ContentEntityManager, PermissionManager, LegacyContentBuilder, LegacyContentBodyBuilder, FormatConverter, ThemeManager, CustomLayoutManager, LabelsService) - Constructor for class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
LegacyCustomSerializer - Class in com.atlassian.confluence.ui.rest.json
Deprecated.
since 7.0.1 , no replacement
LegacyCustomSerializer() - Constructor for class com.atlassian.confluence.ui.rest.json.LegacyCustomSerializer
Deprecated.
 
LegacyDraftValidator - Class in com.atlassian.confluence.api.impl.service.content.draft
 
LegacyDraftValidator(ContentService, DraftManager, PermissionManager, PermissionCheckExemptions, ContentDraftManagerInternal, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.api.impl.service.content.draft.LegacyDraftValidator
 
LegacyDynamicPluginFactoryBeanFactory - Class in com.atlassian.confluence.plugin.spring
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3. No replacement
LegacyDynamicPluginFactoryBeanFactory() - Constructor for class com.atlassian.confluence.plugin.spring.LegacyDynamicPluginFactoryBeanFactory
Deprecated.
 
LegacyExpansionsParser - Class in com.atlassian.confluence.ui.rest
Deprecated.
since 5.9. use com.atlassian.confluence.rest.api.model.ExpansionsParser instead.
LegacyExpansionsParser() - Constructor for class com.atlassian.confluence.ui.rest.LegacyExpansionsParser
Deprecated.
 
LegacyFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.transformers
 
LegacyFragmentTransformer() - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.LegacyFragmentTransformer
 
LegacyJohnsonEventSerializer - Class in com.atlassian.confluence.impl.health.web
This implementation is for old-style Johnson Events, i.e.
LegacyJohnsonEventSerializer(I18NBeanFactory, BootstrapManager) - Constructor for class com.atlassian.confluence.impl.health.web.LegacyJohnsonEventSerializer
 
LegacyLabelHelper - Class in com.atlassian.confluence.ui.rest.service.content
Deprecated.
since 7.0.1 , no replacement
LegacyLabelHelper() - Constructor for class com.atlassian.confluence.ui.rest.service.content.LegacyLabelHelper
Deprecated.
 
LegacyLabelPrefixHelper - Class in com.atlassian.confluence.ui.rest.content
Deprecated.
since 7.0.1 , no replacement
LegacyLabelPrefixHelper() - Constructor for class com.atlassian.confluence.ui.rest.content.LegacyLabelPrefixHelper
Deprecated.
 
LegacyOptionSerializer - Class in com.atlassian.confluence.ui.rest.json
Deprecated.
since 7.0.1 , use com.atlassian.confluence.rest.serialization.OptionSerializer
LegacyOptionSerializer() - Constructor for class com.atlassian.confluence.ui.rest.json.LegacyOptionSerializer
Deprecated.
 
LegacyPersonBuilder - Class in com.atlassian.confluence.ui.rest.builder
Deprecated.
since 7.0.1 , use KnownUser.Builder
LegacyPersonBuilder(UserAccessor, WebResourceUrlProvider, PermissionManager) - Constructor for class com.atlassian.confluence.ui.rest.builder.LegacyPersonBuilder
Deprecated.
 
LegacyPersonResource - Class in com.atlassian.confluence.ui.rest.people
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
LegacyPersonResource(PersonService) - Constructor for class com.atlassian.confluence.ui.rest.people.LegacyPersonResource
Deprecated.
 
LegacyPersonServiceImpl - Class in com.atlassian.confluence.ui.rest.service.people
Deprecated.
since 7.0.1 , use PersonService
LegacyPersonServiceImpl(LegacyPersonBuilder) - Constructor for class com.atlassian.confluence.ui.rest.service.people.LegacyPersonServiceImpl
Deprecated.
 
LegacyPluginSettingsManager - Interface in com.atlassian.confluence.setup.settings
Deprecated.
since 7.7 Use PluginSettingsFactory
legacyRemoteApiEventPublishingFilter() - Method in class com.atlassian.confluence.impl.servlet.RemoteApiEventPublishingFilterConfig
Create a Filter which publishes an analytics evemt each time a request is received for any of Confluence's legacy remote APIs
LegacyRestHelper - Class in com.atlassian.confluence.ui.rest.content
Deprecated.
since 7.0.1 , no replacement
LegacyRestHelper() - Constructor for class com.atlassian.confluence.ui.rest.content.LegacyRestHelper
Deprecated.
 
LegacyServerLicenseValidator - Class in com.atlassian.confluence.license.validator
Validates that if the license is data center one (server license is no longer supported from 8.6).
LegacyServerLicenseValidator() - Constructor for class com.atlassian.confluence.license.validator.LegacyServerLicenseValidator
 
LegacySpaceLabelServiceImpl - Class in com.atlassian.confluence.ui.rest.service.content
Deprecated.
since 7.0.1 , use ContentLabelService
LegacySpaceLabelServiceImpl(SpaceManager, LabelPermissionEnforcer, LabelManager) - Constructor for class com.atlassian.confluence.ui.rest.service.content.LegacySpaceLabelServiceImpl
Deprecated.
 
LegacySpaceResource - Class in com.atlassian.confluence.ui.rest.content
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
LegacySpaceResource(SpaceLabelService) - Constructor for class com.atlassian.confluence.ui.rest.content.LegacySpaceResource
Deprecated.
 
LegacySpaceRssFeedAction - Class in com.atlassian.confluence.spaces.actions
 
LegacySpaceRssFeedAction() - Constructor for class com.atlassian.confluence.spaces.actions.LegacySpaceRssFeedAction
 
LegacySpaceSummaryBuilder - Class in com.atlassian.confluence.ui.rest.builder
Deprecated.
since 7.0.1 , use Space.SpaceBuilder
LegacySpaceSummaryBuilder(SpaceLogoManager) - Constructor for class com.atlassian.confluence.ui.rest.builder.LegacySpaceSummaryBuilder
Deprecated.
 
LegacySpringContainerAccessor - Class in com.atlassian.confluence.plugin
Deprecated.
since 7.0.1. It uses deprecated spring wiring.
LegacySpringContainerAccessor() - Constructor for class com.atlassian.confluence.plugin.LegacySpringContainerAccessor
Deprecated.
 
LegacyTemplateResource - Class in com.atlassian.confluence.ui.rest.content
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
LegacyTemplateResource(TemplateService) - Constructor for class com.atlassian.confluence.ui.rest.content.LegacyTemplateResource
Deprecated.
 
LegacyTemplateServiceImpl - Class in com.atlassian.confluence.ui.rest.service.content
Deprecated.
since 7.0.1 , use ContentService
LegacyTemplateServiceImpl(PageTemplateManager, PermissionManager, LabelsService) - Constructor for class com.atlassian.confluence.ui.rest.service.content.LegacyTemplateServiceImpl
Deprecated.
 
LegacyV1LicenseValidator - Class in com.atlassian.confluence.license.validator
Detects for old v1 style licenses, which are not allowed anymore.
LegacyV1LicenseValidator() - Constructor for class com.atlassian.confluence.license.validator.LegacyV1LicenseValidator
 
LegacyV2RendererContextInitialiser - Interface in com.atlassian.confluence.content.render.xhtml.compatibility
Initialises the ConversionContext such that the encapsulated v2 RendererContext is populated as would be expected in the old v2 rendering subsystem.
length() - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
lenient() - Static method in class com.atlassian.confluence.core.InputStreamSerializer
 
lessThan(T) - Method in class com.atlassian.confluence.search.v2.Range.Builder
 
lessThanEquals(T) - Method in class com.atlassian.confluence.search.v2.Range.Builder
 
LetterTokenizerDescriptor - Class in com.atlassian.confluence.search.v2.analysis
The letter tokenizer breaks text into terms whenever it encounters a character which is not a letter.
LetterTokenizerDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.LetterTokenizerDescriptor
 
level() - Method in enum class com.atlassian.confluence.internal.health.JohnsonEventLevel
Returns the Johnson-typed event level for this enum value.
levelName() - Method in enum class com.atlassian.confluence.internal.health.JohnsonEventLevel
Returns the name of the event level for this enum value.
LexicographicUtils - Class in com.atlassian.confluence.search
A utility class for converting non-string values into string values with a lexicographic order that preserves the orginal order of the values.
LexicographicUtils() - Constructor for class com.atlassian.confluence.search.LexicographicUtils
 
LI_TAG - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.InlineTasksUtils
 
LICENCE_NOT_FOR_CDC - Enum constant in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
This is Confluence Data Center edition, but the given license is not for Confluence Data Center
LICENCE_NOT_FOR_STANDALONE - Enum constant in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
This is standalone edition, but the given license is not for standalone
LICENCE_UPDATED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
licenceUpdatedEvent(LicenceUpdatedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
LicenceUpdatedEvent - Class in com.atlassian.confluence.event.events.admin
 
LicenceUpdatedEvent(Object, AtlassianLicense) - Constructor for class com.atlassian.confluence.event.events.admin.LicenceUpdatedEvent
 
LicenceUpdatedEvent(Object, AtlassianLicense, AtlassianLicense) - Constructor for class com.atlassian.confluence.event.events.admin.LicenceUpdatedEvent
 
license() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
license() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
LICENSE_COMMERCIAL - Static variable in class com.atlassian.confluence.util.LicenseTestHelper
 
LICENSE_EVALUATION_EXPIRED - Static variable in class com.atlassian.confluence.util.LicenseTestHelper
 
LICENSE_EXPIRED - Static variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
LICENSE_EXPIRY_MISSING - Enum constant in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
The license expiry period is missing.
LICENSE_HASH_KEY - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
Deprecated.
Since 5.6
LICENSE_INCOMPATIBLE - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
LICENSE_INCONSISTENCY - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
LICENSE_INVALID_NUMBER_OF_USERS - Enum constant in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
The license does not contain a valid number of users allowed.
LICENSE_INVALID_UPGRADE_LEGACY_SERVER - Static variable in exception com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException
 
LICENSE_INVALID_UPGRADE_UNKNOWN - Static variable in exception com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException
 
LICENSE_MESSAGE_KEY - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
Deprecated.
Since 5.6
LICENSE_TOO_OLD - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
LICENSE_USERS_EXCEEDED - Static variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
LicenseAllowsDataCenterFeaturesCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
This condition checks if a feature related to read-only mode should be accessible in the instance.
LicenseAllowsDataCenterFeaturesCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.LicenseAllowsDataCenterFeaturesCondition
 
LicenseBasedCachingEnterpriseFeatureFlag - Class in com.atlassian.confluence.internal.license
Allow access to enterprise features for DC licenses.
LicenseBasedCachingEnterpriseFeatureFlag(LicenseService, EventPublisher) - Constructor for class com.atlassian.confluence.internal.license.LicenseBasedCachingEnterpriseFeatureFlag
 
LicenseCalculator - Interface in com.atlassian.confluence.util
Calculates the number of Users in a Confluence instance.
LicenseCheckFailedEvent - Class in com.atlassian.confluence.event.events.analytics
Analytics event fired when license check fails (license is expired or user limit exceeded) while user tries to perform "licensed actions".
LicenseCheckFailedEvent(String, String) - Constructor for class com.atlassian.confluence.event.events.analytics.LicenseCheckFailedEvent
 
LICENSED - Enum constant in enum class com.atlassian.confluence.search.service.UserSearchQueryParameters.UserCategory
 
LicenseDetailsModel - Class in com.atlassian.confluence.license.rest.model
Models the license details response
LicenseDetailsModel.Builder - Class in com.atlassian.confluence.license.rest.model
 
licensedForDataCenter() - Method in interface com.atlassian.confluence.license.LicenseWebFacade
 
licensedForDataCenter() - Method in class com.atlassian.confluence.license.LicenseWebFacadeTemplate
 
LicenseException - Exception in com.atlassian.confluence.license.exception
Base exception used to indicate that either the de-cryption, de-serialisation or validation of the license failed.
LicenseException(String) - Constructor for exception com.atlassian.confluence.license.exception.LicenseException
 
LicenseException(String, Throwable) - Constructor for exception com.atlassian.confluence.license.exception.LicenseException
 
LicenseExceptionHandler<E extends Exception> - Interface in com.atlassian.confluence.license.exception.handler
Handler for the exceptions thrown by LicenseService.
LicenseManagerFactoryBean - Class in com.atlassian.confluence.license
 
LicenseManagerFactoryBean(AtlassianLicenseFactory) - Constructor for class com.atlassian.confluence.license.LicenseManagerFactoryBean
 
LicenseResource - Class in com.atlassian.confluence.functest.rest.admin
Supplements LicenseResource.
LicenseResource - Class in com.atlassian.confluence.license.rest.resource
A REST endpoint that exposes info about users of this instance.
LicenseResource(LicenseService) - Constructor for class com.atlassian.confluence.functest.rest.admin.LicenseResource
 
LicenseResource(LicenseWebFacade, BootstrapManager, ClusterManager, I18nResolver, LicenseService, UserChecker, DataCenterCrossgradeablePlugins) - Constructor for class com.atlassian.confluence.license.rest.resource.LicenseResource
 
LicenseService - Interface in com.atlassian.confluence.license
Unifies the interaction with the v1 (still used for store) and v2 license code.
LicenseServiceBootstrapAppConfig - Class in com.atlassian.confluence.impl.setup
 
LicenseServiceBootstrapAppConfig() - Constructor for class com.atlassian.confluence.impl.setup.LicenseServiceBootstrapAppConfig
 
LicenseServiceInternal - Interface in com.atlassian.confluence.internal.license
 
LicenseStore - Interface in com.atlassian.confluence.license.store
Encapsulates storing and validating a license.
LicenseStoreInternal - Interface in com.atlassian.confluence.internal.license.store
 
LicenseTestHelper - Class in com.atlassian.confluence.util
 
LicenseTestHelper() - Constructor for class com.atlassian.confluence.util.LicenseTestHelper
 
licenseType(String) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
LicenseUnavailableException - Exception in com.atlassian.confluence.api.service.exceptions
Thrown when no more licenses available to perform an operation as per the semantics of the HTTP 402 'Payment Required' status code.
LicenseUnavailableException() - Constructor for exception com.atlassian.confluence.api.service.exceptions.LicenseUnavailableException
 
LicenseUnavailableException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.LicenseUnavailableException
 
LicenseUnavailableException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.LicenseUnavailableException
 
LicenseUnavailableException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.LicenseUnavailableException
 
LicenseUnavailableException(Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.LicenseUnavailableException
 
licenseUnavailableExceptionSupplier() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
LicenseUpdateAccessModeEventListener - Class in com.atlassian.confluence.event.listeners
Event listener that tracks license changes and force disables read-only mode and the banner if they're not supported by the new license.
LicenseUpdateAccessModeEventListener(AccessModeManager, EventPublisher, SettingsManager) - Constructor for class com.atlassian.confluence.event.listeners.LicenseUpdateAccessModeEventListener
 
LicenseUpdateListener - Class in com.atlassian.sal.confluence.license
Listens for confluence events indicating license change and republishes them as SAL events
LicenseUpdateListener(EventPublisher) - Constructor for class com.atlassian.sal.confluence.license.LicenseUpdateListener
 
LicenseUserLimitExceededException - Exception in com.atlassian.confluence.license.exception
 
LicenseUserLimitExceededException(String) - Constructor for exception com.atlassian.confluence.license.exception.LicenseUserLimitExceededException
 
LicenseValidationException - Exception in com.atlassian.confluence.license.exception
 
LicenseValidationException(String) - Constructor for exception com.atlassian.confluence.license.exception.LicenseValidationException
 
LicenseValidationHealthCheck - Class in com.atlassian.confluence.impl.health.checks
A HealthCheck that checks for a valid confluence license.
LicenseValidationHealthCheck(BootstrapManager, LicenseService, LicenseValidator) - Constructor for class com.atlassian.confluence.impl.health.checks.LicenseValidationHealthCheck
 
LicenseValidator - Interface in com.atlassian.confluence.license.validator
 
LicenseWebFacade - Interface in com.atlassian.confluence.license
Web frontend facade for the LicenseService.
LicenseWebFacadeTemplate - Class in com.atlassian.confluence.license
 
LicenseWebFacadeTemplate(LicenseService) - Constructor for class com.atlassian.confluence.license.LicenseWebFacadeTemplate
 
LifecycleManagerContextConfig - Class in com.atlassian.confluence.impl.setup
 
LifecycleManagerContextConfig() - Constructor for class com.atlassian.confluence.impl.setup.LifecycleManagerContextConfig
 
LifecyclePhase - Enum Class in com.atlassian.confluence.internal.health
The phases of the Confluence application lifecycle.
LifecyclePluginModuleDescriptor - Class in com.atlassian.confluence.impl.setup
Descriptor for lifecycle plugin modules.
LifecyclePluginModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.impl.setup.LifecyclePluginModuleDescriptor
 
LIGHT_OFF - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
LIGHT_ON - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
lightAttachmentRef(long) - Static method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.AttachmentFileEraser
 
lighten(Color, double) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns a color lighter than the given color
lighten(String, double) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns a color lighter than the given color
LightningTranslationMode - Class in com.atlassian.confluence.util.i18n
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8
LightningTranslationMode() - Constructor for class com.atlassian.confluence.util.i18n.LightningTranslationMode
Deprecated.
 
LikableContentResource - Class in com.atlassian.confluence.plugins.like.rest.resources
 
LikableContentResource(LikeManager, ContentEntityManager, NetworkService, UserEntityExpander, TransactionTemplate) - Constructor for class com.atlassian.confluence.plugins.like.rest.resources.LikableContentResource
 
Like - Class in com.atlassian.confluence.like
Represents a data transfer object for like data.
Like(long, String, Date) - Constructor for class com.atlassian.confluence.like.Like
 
Like(LikeEntity) - Constructor for class com.atlassian.confluence.like.Like
 
LikeAction - Class in com.atlassian.confluence.plugins.like.actions
Likes content, usually called from an email where a RESTful response just won't do.
LikeAction() - Constructor for class com.atlassian.confluence.plugins.like.actions.LikeAction
 
LikeContext - Class in com.atlassian.confluence.plugins.like.notifications.batch
 
LikeContext(ContentType, long) - Constructor for class com.atlassian.confluence.plugins.like.notifications.batch.LikeContext
 
LikeCountQuery - Class in com.atlassian.confluence.plugins.edgeindex.edge
 
LikeCountQuery(LikeManager, ContentEntityHelper) - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.LikeCountQuery
 
LikeCreatedBatchingProcessor - Class in com.atlassian.confluence.plugins.like.notifications.batch
 
LikeCreatedBatchingProcessor() - Constructor for class com.atlassian.confluence.plugins.like.notifications.batch.LikeCreatedBatchingProcessor
 
LikeCreatedEvent - Class in com.atlassian.confluence.event.events.like
Events where a like is created.
LikeCreatedEvent(Object, User, ContentEntityObject) - Constructor for class com.atlassian.confluence.event.events.like.LikeCreatedEvent
 
LikeEdgeType - Class in com.atlassian.confluence.plugins.edgeindex.edge
 
LikeEdgeType(EdgeCountQuery) - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.LikeEdgeType
 
LikeEntity - Class in com.atlassian.confluence.like
Represents a like entity.
LikeEntity - Class in com.atlassian.confluence.plugins.like.graphql
 
LikeEntity - Class in com.atlassian.confluence.plugins.like.rest.entities
 
LikeEntity() - Constructor for class com.atlassian.confluence.like.LikeEntity
For hibernate.
LikeEntity() - Constructor for class com.atlassian.confluence.plugins.like.rest.entities.LikeEntity
 
LikeEntity(User, Date, Supplier<Set<String>>) - Constructor for class com.atlassian.confluence.plugins.like.graphql.LikeEntity
 
LikeEntity(ContentEntityObject, ConfluenceUser, Date) - Constructor for class com.atlassian.confluence.like.LikeEntity
 
LikeEntity(UserEntity) - Constructor for class com.atlassian.confluence.plugins.like.rest.entities.LikeEntity
 
LikeEntity(String) - Constructor for class com.atlassian.confluence.plugins.like.rest.entities.LikeEntity
 
LikeEntityDao - Interface in com.atlassian.confluence.like
Persists and retrieves likes.
LikeEvent - Interface in com.atlassian.confluence.event.events.like
A like event.
LikeEventEmailRenderContextProvider - Class in com.atlassian.confluence.plugins.like.notifications
 
LikeEventEmailRenderContextProvider(ContentService, UserAccessor, FollowManager, Excerpter) - Constructor for class com.atlassian.confluence.plugins.like.notifications.LikeEventEmailRenderContextProvider
 
likeManager() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
LikeManager - Interface in com.atlassian.confluence.like
Controls all access to Like-ing and Unlike-ing content.
LikeNotification - Class in com.atlassian.confluence.plugins.like.notifications
Represents a like notification.
LikeNotification(ConfluenceUser, User, User, ContentEntityObject, UserRole) - Constructor for class com.atlassian.confluence.plugins.like.notifications.LikeNotification
Construct a like notification
likeNotificationManager(UserAccessor, NotificationManager, LikeManager, NetworkService, NotificationDao, ContentEntityManager) - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
LikeNotificationManager - Interface in com.atlassian.confluence.plugins.like.notifications
 
LikeNotificationPreferences - Class in com.atlassian.confluence.plugins.like
 
LikeNotificationPreferences(UserPreferences) - Constructor for class com.atlassian.confluence.plugins.like.LikeNotificationPreferences
 
LikePayload - Interface in com.atlassian.confluence.plugins.like.notifications
 
LikeRelationDescriptor<T extends Relatable> - Class in com.atlassian.confluence.api.model.relations
 
LikeRemovedEvent - Class in com.atlassian.confluence.event.events.like
 
LikeRemovedEvent(Object, User, ContentEntityObject) - Constructor for class com.atlassian.confluence.event.events.like.LikeRemovedEvent
 
LikeRequestDto - Class in com.atlassian.confluence.plugins.like.rest.resources
 
LikeRequestDto() - Constructor for class com.atlassian.confluence.plugins.like.rest.resources.LikeRequestDto
 
LikeRequestDto(Set<Long>, Integer) - Constructor for class com.atlassian.confluence.plugins.like.rest.resources.LikeRequestDto
 
likes(DataFetchingEnvironment) - Method in class com.atlassian.confluence.plugins.like.graphql.LikesProvider
 
LikesProvider - Class in com.atlassian.confluence.plugins.like.graphql
A GraphQL provider for the 'likes' field of the Content entity.
LikesProvider(LikeManager, PersonService, UserAccessor, NetworkService, ContentEntityManager) - Constructor for class com.atlassian.confluence.plugins.like.graphql.LikesProvider
 
LikesProvider.LikesResponse - Class in com.atlassian.confluence.plugins.like.graphql
 
LikesResponse(LikeManager, PersonService, UserAccessor, ContentEntityObject, ConfluenceUser, Supplier<Set<String>>) - Constructor for class com.atlassian.confluence.plugins.like.graphql.LikesProvider.LikesResponse
 
LikesSorter - Class in com.atlassian.confluence.plugins.like
Sorts a collection of likes - moving likes from followees higher.
LikesSorter() - Constructor for class com.atlassian.confluence.plugins.like.LikesSorter
 
limit - Variable in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
limit - Variable in class com.atlassian.confluence.search.v2.AbstractSearch
 
limit() - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
limit() - Method in class com.atlassian.confluence.search.v2.extractor.util.StaticLengthLimitedStringBuilder
 
limit(int) - Method in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
limit(int) - Method in class com.atlassian.confluence.search.v2.DecoratorSearchBuilder
 
limit(int) - Method in interface com.atlassian.confluence.search.v2.ISearch.Builder
Specifies the maximum page size (positive).
limit(long) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the maximum number of rows returned by the query.
limit(RangeRequest) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream
Applies a range limit to the current AttachmentDataStream.
LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
LIMIT_MAX_RECENTLY_UPDATED_PAGE_COUNT - Static variable in class com.atlassian.confluence.user.UserInterfaceState
 
LIMIT_MIN_RECENTLY_UPDATED_PAGE_COUNT - Static variable in class com.atlassian.confluence.user.UserInterfaceState
 
LIMIT_QPARAM - Static variable in class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
LIMITED_MODE - Static variable in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
Deprecated.
since 7.5.0. Limited mode is no longer supported since 7.5.0
LIMITED_MODE_SYNC_REV_SOURCE - Static variable in class com.atlassian.confluence.core.ContentEntityObject
Deprecated.
since 7.5.0. Limited mode is no longer supported since 7.5.0
LIMITED_USE_CONFLUENCE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
Users can be granted unlicensed authenticated access (limited) to Confluence, by being assigned this permission.
LimitedRequest - Interface in com.atlassian.confluence.api.model.pagination
A PageRequest guaranteed to have a limit capped to a developer provided value rather than a user provided value.
LimitedRequestImpl - Class in com.atlassian.confluence.api.model.pagination
 
LimitedRequestImpl(int, int, int) - Constructor for class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
LimitedRequestImpl(int, int, int, int) - Constructor for class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
LimitedRequestImpl(int, int, int, int, boolean) - Constructor for class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
LimitedRequestImpl(int, Cursor, int, int, int, boolean) - Constructor for class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
LimitedRequestImpl(PageRequest, int) - Constructor for class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
LimitedTextContentExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
A subclass of BaseAttachmentContentExtractor which places a limit on how many bytes of the input stream are read into memory.
LimitedTextContentExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.LimitedTextContentExtractor
 
LimitingRequestFilter - Class in com.atlassian.confluence.plugins.restapi.filters
ContainerRequestFilter that limits the maximum size of the REST request it will receive.
LimitingRequestFilter(long) - Constructor for class com.atlassian.confluence.plugins.restapi.filters.LimitingRequestFilter
 
limitReached - Variable in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
limitReached(int) - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
Checks if appending length characters to the string builder will reach the limit.
LimitReachedException - Exception in com.atlassian.confluence.search.v2.extractor.util
 
LimitReachedException() - Constructor for exception com.atlassian.confluence.search.v2.extractor.util.LimitReachedException
 
LimitRequestSize - Annotation Interface in com.atlassian.confluence.plugins.restapi.annotations
Specifies that the annotated method (or all methods in the class, or all the methods in all the classes in the package) should have a request size limit applied.
LimitRequestSizeExtension - Class in com.atlassian.confluence.plugins.graphql.extensions
A graphql extension that limits the size of field argument strings when com.atlassian.confluence.plugins.restapi.annotations.LimitRequestSize is applied to a provider class.
LimitRequestSizeExtension() - Constructor for class com.atlassian.confluence.plugins.graphql.extensions.LimitRequestSizeExtension
 
LinearDecayFunction - Class in com.atlassian.confluence.search.v2.score
Linear decay function applied to a field value.
LinearDecayFunction(FieldValueSource, DecayParameters) - Constructor for class com.atlassian.confluence.search.v2.score.LinearDecayFunction
 
lineBreak() - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
 
Link - Class in com.atlassian.confluence.api.model.link
Represents a link with a type.
Link - Interface in com.atlassian.confluence.xhtml.api
Represents a link.
Link(LinkType, String) - Constructor for class com.atlassian.confluence.api.model.link.Link
 
LINK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
LINK_BODY_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
LINK_BODY_ELEMENT_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
LINK_BODY_TYPE_ATTRIBUTE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
LINK_CAMELCASE_PATTERN - Static variable in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlCamelCaseLinkMigrationRendererComponent
Identical to the non-public com.atlassian.renderer.v2.components.CamelCaseLinkRendererComponent field.
LINK_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
LINK_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
LINK_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
LINK_REFACTORING - Enum constant in enum class com.atlassian.confluence.pages.PageUpdateTrigger
 
Link.LinkBuilder - Class in com.atlassian.confluence.api.model.link
 
LinkBody<T> - Interface in com.atlassian.confluence.xhtml.api
A type representing the different link bodies in Confluence
linkBodyMarshaller - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
linkColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
LinkDao - Interface in com.atlassian.confluence.links.persistence.dao
 
LinkDaoInternal - Interface in com.atlassian.confluence.internal.links.persistence
Dao for OutgoingLinks.
LINKED_RESOURCE_BASE_URL - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
LINKED_RESOURCE_CONTAINER_ID - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Used by link browser to determine whether an attachment is local to a page/content or not.
LINKED_RESOURCE_CONTAINER_VERSION - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
LINKED_RESOURCE_CONTENT_TYPE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Content type of linked attachment
LINKED_RESOURCE_DEFAULT_ALIAS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Used by link browser to distinguish between a user specified alias and one that is auto-generated because none has been specified.
LINKED_RESOURCE_ID_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Link
LINKED_RESOURCE_NICE_TYPE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Nice type of linked attachment.
LINKED_RESOURCE_SHORTCUT - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
LINKED_RESOURCE_TYPE_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
LINKED_RESOURCE_VERSION_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
LinkExamples - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
 
LinkExamples() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.LinkExamples
 
LinkExtractor - Class in com.atlassian.confluence.links
TODO: Find out if we still need this for legacy imports or something like that.
LinkExtractor(LinkResolver, PageContext) - Constructor for class com.atlassian.confluence.links.LinkExtractor
 
linkHashTags(String) - Static method in class com.atlassian.confluence.userstatus.tag.HashTagHelper
Deprecated.
 
linkManager - Variable in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
LinkManager - Interface in com.atlassian.confluence.links
 
LinkManagerEventListener - Class in com.atlassian.confluence.impl.content.links
Responsible for listening to LinkManagerEventListener.VisitorEvents and resolving them against the LinkManager.
LinkManagerEventListener.VisitorEvent - Interface in com.atlassian.confluence.impl.content.links
 
LinkMarshallingFactory - Interface in com.atlassian.confluence.content.render.xhtml.links
This interface is only required so that implementations can be exposed to plugin 2 plugins.
LinkMarshallingFactoryImpl - Class in com.atlassian.confluence.content.render.xhtml.links
A MarshallingFactory that returns Link marshallers and unmarshallers.
LinkMarshallingFactoryImpl(Marshaller<Link>, Marshaller<Link>, Marshaller<Link>, Unmarshaller<Link>, Unmarshaller<Link>) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactoryImpl
 
LinkParserHelper - Class in com.atlassian.confluence.links
This is a helper class to extract links.
LinkParserHelper(String, MacroManager, SettingsManager) - Constructor for class com.atlassian.confluence.links.LinkParserHelper
 
LinkPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
LinkPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
LinkRefactorerContentTransformer - Class in com.atlassian.confluence.pages.persistence.dao.bulk.impl
Updates all links in the copied page to refer to the new page.
LinkRefactorerContentTransformer(XhtmlLinksUpdater) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.impl.LinkRefactorerContentTransformer
 
LinkRenderer - Interface in com.atlassian.confluence.content.render.xhtml
Allows links to content to be rendered without exposing our marshalling architecture.
LinkResolver - Interface in com.atlassian.confluence.content.render.xhtml.migration
Resolves wiki text to an xhtml link.
LinkResource - Class in com.atlassian.confluence.tinymceplugin.rest
 
LinkResource(EditorFormatService, ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Object>, PermissionManager) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.LinkResource
 
LINKS_PROPERTIES_KEY - Static variable in class com.atlassian.confluence.rest.v2.api.model.RestObject.Properties
 
linkStaxStreamMarshaller - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
LinksUpdateException - Exception in com.atlassian.confluence.content.render.xhtml.links
Checked exception thrown when there is an error updating the links on a piece of content (normally in response to a renaming of moving of content to a different space).
LinksUpdateException(String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.links.LinksUpdateException
 
LinksUpdateException(String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.links.LinksUpdateException
 
LinksUpdateException(Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.links.LinksUpdateException
 
LinksUpdater - Interface in com.atlassian.confluence.content.render.xhtml.links
Used to update the links on a piece of content.
LinksUpdater.AttachmentReferenceDetails - Class in com.atlassian.confluence.content.render.xhtml.links
 
LinksUpdater.PartialReferenceDetails - Class in com.atlassian.confluence.content.render.xhtml.links
 
LinkType - Class in com.atlassian.confluence.api.model.link
The type of a link.
LinkType(String) - Constructor for class com.atlassian.confluence.api.model.link.LinkType
 
LinkWithName - Class in com.atlassian.confluence.api.testsupport.model.link
 
LinkWithName(String, Link) - Constructor for class com.atlassian.confluence.api.testsupport.model.link.LinkWithName
 
LIST_PAGE_COOKIE - Static variable in class com.atlassian.confluence.pages.actions.ListPagesAction
 
LIST_PAGE_LOCATION - Static variable in class com.atlassian.confluence.pages.actions.ListPagesAction
 
LIST_PAGES_URL - Static variable in class com.atlassian.confluence.pages.ListPagesContextProvider
 
LIST_SESSION_IDS - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpRecentSessionsIpdJob
 
ListAttachmentsAction - Class in com.atlassian.confluence.spaces.actions
 
ListAttachmentsAction() - Constructor for class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
ListBuilder<T> - Interface in com.atlassian.confluence.core
A lazy builder that allows clients to retrieve individual pages of potentially long (and performance-degrading) lists of entities.
ListBuilderCallback<T> - Interface in com.atlassian.confluence.core
 
ListBuilderPaginationSupport<T> - Class in com.atlassian.confluence.plugins.spacedirectory.util
Calculates pagination indexes using a com.atlassian.confluence.core.ListBuilder.
ListBuilderPaginationSupport(int, int, ListBuilder<T>) - Constructor for class com.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport
 
listenApplicationStartedEvent() - Method in class com.atlassian.confluence.plugins.scheduler.spi.descriptor.JobConfigModuleDescriptor
 
listenApplicationStartedEvent() - Method in class com.atlassian.confluence.schedule.UnmanagedJobScheduler
 
ListenerModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
NOTE: This class has to be constructor injected since it's the only way moduleFactory can be set at its parent.
ListenerModuleDescriptor(ModuleFactory, EventPublisher) - Constructor for class com.atlassian.confluence.plugin.descriptor.ListenerModuleDescriptor
 
listenForLicenseUpdate(LicenceUpdatedEvent) - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
ListGlobalTemplatesAction - Class in com.atlassian.confluence.plugins.templates.actions
This subclass is needed so that listglobaltemplates in the admin console is covered by websudo
ListGlobalTemplatesAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.ListGlobalTemplatesAction
 
ListGlobalTemplatesContextProvider - Class in com.atlassian.confluence.plugins.templates
 
ListGlobalTemplatesContextProvider(PageTemplateManager, I18nResolver, ContextPathHolder, PermissionManager) - Constructor for class com.atlassian.confluence.plugins.templates.ListGlobalTemplatesContextProvider
 
ListIndexColumnValueCalculator - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Calculates value in list_index column.
ListIndexColumnValueCalculator(String, String) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.ListIndexColumnValueCalculator
 
listIterator() - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
listIterator() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
listIterator(int) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
listIterator(int) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
ListLabelsBySpaceAction - Class in com.atlassian.confluence.labels.actions
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3.0 for removal in 10.0.0. Use SpaceLabelResource instead.
ListLabelsBySpaceAction() - Constructor for class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
Deprecated.
 
ListNewOrUpdatedPagesAction - Class in com.atlassian.confluence.pages.actions
 
ListNewOrUpdatedPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.ListNewOrUpdatedPagesAction
 
listOfPageTitlesAlreadyExist(Page, Space) - Method in class com.atlassian.confluence.content.service.page.MovePageCommandHelper
Deprecated.
since 6.9. See MovePageAbstractCommand.listOfPermittedPageTitlesAlreadyExist listOfPermittedPageTitlesAlreadyExist does not take into account permissions When we move a page with restricted children, we should not check the existence of those children in the destination space because we will not move restricted pages there
ListPagesAction - Class in com.atlassian.confluence.pages.actions
 
ListPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.ListPagesAction
 
ListPagesContextProvider - Class in com.atlassian.confluence.pages
 
ListPagesContextProvider() - Constructor for class com.atlassian.confluence.pages.ListPagesContextProvider
 
ListPageTemplatesAction - Class in com.atlassian.confluence.plugins.templates.actions
 
ListPageTemplatesAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.ListPageTemplatesAction
 
ListPageTemplatesBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
ListPermissionPagesAction - Class in com.atlassian.confluence.pages.actions
 
ListPermissionPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
ListUndefinedPagesAction - Class in com.atlassian.confluence.pages.actions
 
ListUndefinedPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
ListUndefinedPagesAction.UndefinedPage - Class in com.atlassian.confluence.pages.actions
 
ListUtils - Class in com.atlassian.confluence.util
 
ListUtils() - Constructor for class com.atlassian.confluence.util.ListUtils
 
ListUtils.Criterion - Interface in com.atlassian.confluence.util
 
ListVariable - Class in com.atlassian.confluence.pages.templates.variables
 
ListVariable(String, String, List<String>) - Constructor for class com.atlassian.confluence.pages.templates.variables.ListVariable
 
ListVariable(String, List<String>) - Constructor for class com.atlassian.confluence.pages.templates.variables.ListVariable
 
ListWatchersAction - Class in com.atlassian.confluence.mail.notification.actions
Returns a list of the people watching a page as two lists: one for space watchers, one for page watchers.
ListWatchersAction() - Constructor for class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
LiteLabelSearchResult - Class in com.atlassian.confluence.labels.dto
It's a replacement for LabelSearchResult.
LiteLabelSearchResult() - Constructor for class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
LiteLabelSearchResult(long, String, String, String, int) - Constructor for class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
LiteLabelSearchResult(Label) - Constructor for class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
LiteLabelSearchResult(Label, int) - Constructor for class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
LiteLabelSearchResult(LabelSearchResult) - Constructor for class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
literalTypeFromString(Type, String) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.PersisterOperations
Deprecated.
 
LiteSearchResultCacheEntry - Class in com.atlassian.confluence.impl.labels.adaptivelabelcache
Replacement for SearchResultCacheEntry LiteSearchResultCacheEntry does not have links to Hibernate objects It occupies less memory in RAM and do not require detaching objects before serialising
LiteSearchResultCacheEntry() - Constructor for class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
 
LiteSearchResultCacheEntry(List<LiteLabelSearchResult>, int, long, long) - Constructor for class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
 
LiveActivitySupplier - Class in com.atlassian.confluence.plugins.monitoring
 
LiveActivitySupplier(ActivityMonitor, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.monitoring.LiveActivitySupplier
 
LN - Enum constant in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
LN1P - Enum constant in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
LN2P - Enum constant in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
load() - Method in class com.atlassian.confluence.impl.plugin.CachingPluginPersistentStateStore
 
load() - Method in class com.atlassian.confluence.impl.setup.ConfluenceApplicationConfig
Overload of the load method which loads properties from the SecretService if a property value is equal to ConfluenceSecretService.SECRET_PLACEHOLDER.
load() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
load() - Method in class com.atlassian.confluence.plugin.BandanaPluginStateStore
 
load() - Method in class com.atlassian.confluence.plugin.DeprecatedPluginStateStore
This will decorate existing PluginPersistentState with deprecated plugin information if needed.
load() - Method in class com.atlassian.confluence.plugin.EmptyPluginStateStore
 
load() - Method in class com.atlassian.confluence.plugins.like.graphql.LikesProvider.LikesResponse
 
load() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPageResponse
 
load() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
load(K) - Method in class com.atlassian.confluence.cache.hazelcast.monitoring.ConfluenceMonitoringLoader
Deprecated.
 
load(InputStream) - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationPersisterForTests
 
load(InputStream) - Method in class com.atlassian.confluence.util.test.rules.TestResource
Deprecated.
 
load(InputStream) - Method in class com.atlassian.confluence.util.test.rules.XmlResource
Deprecated.
 
load(String, String) - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationPersisterForTests
 
load(K) - Method in class com.atlassian.confluence.cache.InvalidatableCacheLoader
Deprecated.
 
loadAllPlugins(ModuleDescriptorFactory) - Method in class com.atlassian.confluence.impl.plugin.TransactionalPluginLoader
 
loadClass(String) - Method in class com.atlassian.confluence.impl.struts.PluginModuleXmlConfigurationProvider
 
loadClass(String) - Method in class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
 
loadClass(String) - Method in class com.atlassian.confluence.test.publicapi.rest.OsgiBundleResource
 
loadClass(String) - Method in class com.atlassian.confluence.util.ConfluenceUberClassLoader
 
loadComponent(String, Plugin) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebFragmentHelper
 
loadCondition(String, Plugin) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentHelper
 
loadCondition(String, Plugin) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebFragmentHelper
 
loadContextProvider(String, Plugin) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentHelper
 
loadContextProvider(String, Plugin) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebFragmentHelper
 
loadDefaultManagementConfig() - Static method in class com.atlassian.confluence.cache.ehcache.EhCacheManagementConfig
Deprecated.
 
loadFoundPlugins(ModuleDescriptorFactory) - Method in class com.atlassian.confluence.impl.plugin.TransactionalPluginLoader
 
loadFrom(String, Class<?>) - Static method in class com.atlassian.testsupport.CachingPropertiesLoader
 
loadHeader(InputStream) - Static method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
loadKnownServiceLoaders() - Method in class com.atlassian.confluence.impl.osgi.SystemServiceLoaderInitializer
 
loadPackages() - Method in class com.atlassian.confluence.impl.struts.PluginModuleXmlConfigurationProvider
 
loadParentContext(ServletContext) - Method in class com.atlassian.confluence.impl.webapp.spring.MainContextLoaderListener
 
loadResource(String) - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
loadResource(String, int, String) - Method in class com.atlassian.confluence.velocity.ConfigurableResourceManager
Loads a resource from the current set of resource loaders.
loadSpaceByKey() - Method in class com.atlassian.confluence.plugins.graphql.providers.SpaceProvider
 
loadTemplates() - Method in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
LobCreatorSynchronization(LobCreator) - Constructor for class com.atlassian.hibernate.BucketClobStringType.LobCreatorSynchronization
 
LOCAL_SYNCHRONY_HEARTBEAT_PATH - Static variable in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
LOCAL_SYNCHRONY_HEARTBEAT_PATH - Static variable in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
LocalAttachmentTextExtractionService - Class in com.atlassian.confluence.internal.index.attachment
Service that processes attachment text extraction requests such that the requests on the same attachment will be processed sequentially.
LocalAttachmentTextExtractionService(BiFunction<Long, Integer, AttachmentTextExtraction>) - Constructor for class com.atlassian.confluence.internal.index.attachment.LocalAttachmentTextExtractionService
 
LOCALE_BY_USER_NAME - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
LOCALE_ENGLISH - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
LOCALE_FOR_SETUP - Static variable in class com.atlassian.confluence.user.SessionKeys
 
LOCALE_GERMAN - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
LOCALE_JAPANESE - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
LOCALE_RUSSIAN - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
LocaleInfo - Class in com.atlassian.confluence.languages
 
LocaleInfo(Locale, Locale, LocaleInfo.SelectionReason) - Constructor for class com.atlassian.confluence.languages.LocaleInfo
 
LocaleInfo.SelectionReason - Enum Class in com.atlassian.confluence.languages
 
localeManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
localeManager - Variable in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
LocaleManager - Interface in com.atlassian.confluence.languages
 
LocaleParser - Class in com.atlassian.confluence.languages
Converts a locale String like "en_GB" into a Java Locale object.
localGroups(int) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
 
LocalHomeLatencyIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.filesystem
Captures local-home latency to IPD metric 'home.local.write.latency.synthetic' by measuring time to write small amount of data to a file.
LocalHomeLatencyIpdJob(IpdJobRegistry, IpdRegistry, ApplicationProperties, IpdExecutors) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.LocalHomeLatencyIpdJob
 
localiseActionName(String) - Method in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
localiseActionName(String) - Method in class com.atlassian.confluence.pages.actions.RemoveAttachedFileAction
 
localiseActionName(String) - Method in class com.atlassian.confluence.pages.actions.RemoveAttachedFileVersionAction
 
localizeMultipartErrorMessages(FileUploadUtils.FileUploadException) - Static method in class com.atlassian.confluence.util.StrutsUtil
Deprecated.
localizeMultipartErrorMessages(Collection<LocalizedMessage>) - Static method in class com.atlassian.confluence.util.StrutsUtil
Deprecated.
This function is closely coupled with JakartaMultiPartRequest.
localizeMultipartErrorMessages(MultiPartRequestWrapper) - Static method in class com.atlassian.confluence.util.StrutsUtil
Deprecated.
localizeStrutsMessages(Collection<LocalizedMessage>) - Method in class com.atlassian.confluence.impl.struts.StrutsHelperImpl
Localizes Struts LocalizedMessages according to any custom Confluence rules, followed by the default Struts localization.
localizeStrutsMessages(Collection<LocalizedMessage>) - Method in interface com.atlassian.confluence.struts.StrutsHelper
Localizes Struts LocalizedMessages according to any custom Confluence rules, followed by the default Struts localization.
LOCALLY - Enum constant in enum class com.atlassian.confluence.cluster.ReIndexingScopeThreadLocal.ReIndexingScope
 
localMemberships(int) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
 
LocalRegionCacheMaxSizeAdjuster - Class in com.atlassian.confluence.impl.cache.hazelcast.hibernate
Listens to the MaxCacheSizeChangedEvent events and adjust max cache size for local region caches.
LocalRegionCacheMaxSizeAdjuster(EventPublisher) - Constructor for class com.atlassian.confluence.impl.cache.hazelcast.hibernate.LocalRegionCacheMaxSizeAdjuster
 
LocalRegionCacheMaxSizeChangeHelper - Class in com.atlassian.confluence.impl.cache.hazelcast.hibernate
Used to update max sizes of Caffeine caches via reflection.
LocalRegionCacheMaxSizeChangeHelper() - Constructor for class com.atlassian.confluence.impl.cache.hazelcast.hibernate.LocalRegionCacheMaxSizeChangeHelper
 
localUsers(int) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
 
location - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
 
location() - Method in interface com.atlassian.confluence.core.PluginDataSourceFactory.ResourceView
 
LOCATION - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
LOCATION_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
lock() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LoggingReentrantLock
 
lock(SearchIndex) - Method in interface com.atlassian.confluence.internal.index.IndexLockService
Blocks to acquire a lock on index.
lock(SearchIndex) - Method in class com.atlassian.confluence.internal.index.lucene.DefaultIndexLockService
 
lock(EnumSet<SearchIndex>) - Method in interface com.atlassian.confluence.internal.index.IndexLockService
Blocks to acquire a lock on indices.
lock(EnumSet<SearchIndex>) - Method in class com.atlassian.confluence.internal.index.lucene.DefaultIndexLockService
 
LOCK_FILE_NAME - Static variable in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
LOCK_OPERATION_TIMER - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
LOCK_PREFIX - Static variable in interface com.atlassian.confluence.impl.hibernate.bulk.BulkAction
 
LOCK_WAIT_TIME_PARAMETER_NAME - Static variable in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
lockAllContent(long) - Method in class com.atlassian.confluence.pages.collab.impl.DefaultSynchronyLockManager
 
lockAllContent(long) - Method in interface com.atlassian.confluence.pages.collab.SynchronyLockManager
Lock all hubs.
lockContent(Collection<Long>, Long) - Method in class com.atlassian.confluence.pages.collab.impl.DefaultSynchronyLockManager
 
lockContent(Collection<Long>, Long) - Method in interface com.atlassian.confluence.pages.collab.SynchronyLockManager
Tells synchrony to lock these pages
LOCKED - Static variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
lockEntities(Collection<Long>, Long) - Static method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyLockEvent
Creates event for locking some particular hubs
lockEverything(Long) - Static method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyLockEvent
Creates event for global ("all-hubs") lock
lockMutex(Object) - Method in class com.atlassian.confluence.importexport.ImportMutex
Deprecated.
Obtain the lock on the mutex.
lockService - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
log - Static variable in class bucket.user.propertyset.BucketPropertySet
 
log - Static variable in class com.atlassian.confluence.content.render.xhtml.view.link.DefaultCommonLinkAttributesWriter
 
log - Variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
 
log - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.LabelFinder
 
log - Static variable in interface com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsService
 
log - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.HibernateContentPermissionPersister
Deprecated.
 
log - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.HibernateMembershipPersister
Deprecated.
 
log - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersister
Deprecated.
 
log - Static variable in class com.atlassian.confluence.license.exception.handler.CompositeLicenseExceptionHandler
 
log - Static variable in class com.atlassian.confluence.license.exception.handler.KnownConfluenceLicenseValidationExceptionHandler
 
log - Static variable in class com.atlassian.confluence.license.validator.LegacyServerLicenseValidator
 
log - Static variable in class com.atlassian.confluence.plugin.ConfluenceHostContainer
 
log - Static variable in class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
 
log - Static variable in class com.atlassian.confluence.upgrade.upgradetask.AbstractConstraintCreationUpgradeTask
 
log - Static variable in interface com.atlassian.confluence.upgrade.UpgradeTask
All upgrade tasks should use this log for convenience, unless there's some overriding reason to use a different log
log - Static variable in class com.atlassian.confluence.user.listeners.UserSessionExpiryListener
 
log - Static variable in class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
 
log - Static variable in class com.atlassian.confluence.util.i18n.AbstractI18NResource
 
log - Variable in class com.atlassian.confluence.velocity.ConfigurableResourceManager
Logging.
log(int, String) - Method in class com.atlassian.confluence.impl.velocity.Slf4jLogChute
 
log(int, String, Throwable) - Method in class com.atlassian.confluence.impl.velocity.Slf4jLogChute
 
log(String) - Method in class com.atlassian.confluence.util.test.timing.TestTimer
 
log(Level, Object) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxServerContext
 
log(Level, Object) - Method in interface com.atlassian.confluence.util.sandbox.SandboxTaskContext
Logs a message so it will be available for consuming by SandboxErrorConsumer in the host.
LOG - Enum constant in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
LOG_EVENT - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
LOG1P - Enum constant in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
LOG2P - Enum constant in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
Log4j2AtlassianJsonLayout - Class in com.atlassian.confluence.impl.logging.log4j.layout
Provides an adapter between Log4j 2.x and the legacy AtlassianJsonLayout provided by atlassian-logging.
Log4j2AtlassianJsonLayout(String, Properties) - Constructor for class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2AtlassianJsonLayout
 
Log4j2BurstFilterInstantiator - Class in com.atlassian.confluence.impl.logging.log4j.filter
This class is responsible for instantiating burst filters on loggers by parsing the burstFilterConfig.properties file and creating the filters through code.
Log4j2BurstFilterInstantiator() - Constructor for class com.atlassian.confluence.impl.logging.log4j.filter.Log4j2BurstFilterInstantiator
 
Log4j2BurstFilterInstantiator(LoggerContext, Properties) - Constructor for class com.atlassian.confluence.impl.logging.log4j.filter.Log4j2BurstFilterInstantiator
 
Log4j2ConfigService - Class in com.atlassian.confluence.impl.logging.log4j.config
An implementation of LoggingConfigService backed by Log4j 2.x
Log4j2ConfigService(BootstrapManager) - Constructor for class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
Log4j2ConfluenceControlCharsEscapedPatternLayoutBuilder - Class in com.atlassian.confluence.impl.logging.log4j.layout
A log4j2 pattern layout that escapes any control chars in a log message, i.e.
Log4j2ConfluenceControlCharsEscapedPatternLayoutBuilder(String, Properties) - Constructor for class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2ConfluenceControlCharsEscapedPatternLayoutBuilder
 
Log4j2ConfluenceHomeLogAppenderBuilder - Class in com.atlassian.confluence.impl.logging.log4j.appender
A Log4j 2.x Plugin which creates a Log4j1.x Appender that emulates ConfluenceHomeLogAppender as used under log4j 1.x.
Log4j2ConfluenceHomeLogAppenderBuilder(String, Properties) - Constructor for class com.atlassian.confluence.impl.logging.log4j.appender.Log4j2ConfluenceHomeLogAppenderBuilder
 
Log4j2ConfluencePatternLayoutBuilder - Class in com.atlassian.confluence.impl.logging.log4j.layout
A Log4j2.x Plugin that constructs a Log4j1.x Layout that emulates ConfluencePatternLayout as used under log4j1.x.
Log4j2ConfluencePatternLayoutBuilder(String, Properties) - Constructor for class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2ConfluencePatternLayoutBuilder
 
Log4j2FluentdAppenderBuilder - Class in com.atlassian.confluence.impl.logging.log4j.appender
A Log4j 2.x Plugin which creates a Log4j1.x Appender that emulates FluentdAppender as used under log4j 1.x.
Log4j2FluentdAppenderBuilder(String, Properties) - Constructor for class com.atlassian.confluence.impl.logging.log4j.appender.Log4j2FluentdAppenderBuilder
 
Log4j2LegacyPatternLayoutWithContextBuilder - Class in com.atlassian.confluence.impl.logging.log4j.layout
A Log4j2.x Plugin that constructs a Log4j1.x Layout that emulates PatternLayoutWithContext as used under log4j1.x.
Log4j2LegacyPatternLayoutWithContextBuilder(String, Properties) - Constructor for class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2LegacyPatternLayoutWithContextBuilder
 
Log4j2LegacyPatternLayoutWithStackTraceBuilder - Class in com.atlassian.confluence.impl.logging.log4j.layout
A Log4j2.x Plugin that constructs a Log4j1.x Layout that emulates PatternLayoutWithStackTrace as used under log4j1.x.
Log4j2LegacyPatternLayoutWithStackTraceBuilder(String, Properties) - Constructor for class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2LegacyPatternLayoutWithStackTraceBuilder
 
Log4J2Logger - Class in com.atlassian.confluence.test.util
Record the logging output for a given log4j2 logger.
Log4J2Logger - Class in com.atlassian.confluence.util.test.rules
Deprecated.
since 7.20 no replcement
Log4J2Logger(Class) - Constructor for class com.atlassian.confluence.test.util.Log4J2Logger
 
Log4J2Logger(Class) - Constructor for class com.atlassian.confluence.util.test.rules.Log4J2Logger
Deprecated.
 
Log4J2Logger(Class, StringLayout) - Constructor for class com.atlassian.confluence.test.util.Log4J2Logger
 
Log4J2Logger(Class, StringLayout) - Constructor for class com.atlassian.confluence.util.test.rules.Log4J2Logger
Deprecated.
 
Log4J2Logger.LogLevel - Enum Class in com.atlassian.confluence.test.util
 
Log4J2Logger.LogLevel - Enum Class in com.atlassian.confluence.util.test.rules
Deprecated.
 
Log4J2Logger.Record - Annotation Interface in com.atlassian.confluence.test.util
 
Log4J2Logger.Record - Annotation Interface in com.atlassian.confluence.util.test.rules
Deprecated.
 
Log4j2LoggingContextPatternConverter - Class in com.atlassian.confluence.impl.logging.log4j.layout
A Log4j2.x Plugin which uses LoggingContextRenderer to render the LoggingContext for a LogEvent.
Log4j2StackTracePatternConverter - Class in com.atlassian.confluence.impl.logging.log4j.layout
A Log4j2.x Plugin which uses ConfluenceStackTraceRenderer to render a LogEvent's Throwable.
Log4JLogConsumerService - Class in com.atlassian.confluence.impl.logging.log4j.sink
An implementation of LogConsumerService backed by the Log4j 2.x runtime.
Log4JLogConsumerService() - Constructor for class com.atlassian.confluence.impl.logging.log4j.sink.Log4JLogConsumerService
 
Log4JReporter(Category, Priority) - Constructor for class com.atlassian.confluence.util.MulticastRouteTester.Log4JReporter
 
LogAppenderController - Class in com.atlassian.confluence.impl.logging
Provides a control mechanism for the various log4j appenders in the system.
LogCaptor - Class in com.atlassian.confluence.functest.rest.admin.log
This class is to enable/disable logging for a class and get the log messages (in tests)
logConnectionPoolState() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
LogConsumerService - Interface in com.atlassian.confluence.logging.sink
A service which provides access to log events generated by the underlying logging runtime.
logDbRequest(Stopwatch) - Static method in class com.atlassian.confluence.event.events.analytics.HttpRequestStats
Deprecated.
logDbRequest(Duration) - Static method in class com.atlassian.confluence.event.events.analytics.HttpRequestStats
 
logErrorResponse(OpenSearchException) - Method in class com.atlassian.confluence.plugins.opensearch.spring.interceptors.OpenSearchExceptionHandlingInterceptor
 
LogEvent - Interface in com.atlassian.confluence.logging.sink
Represents a log event sent via LogConsumerService.
LogEvent.Level - Enum Class in com.atlassian.confluence.logging.sink
 
logException() - Method in class com.atlassian.confluence.status.SystemErrorInformationLogger
 
logger - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
logger - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.MultiEventsCommand
 
logger - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupEventCommand
 
logger - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsEventCommand
 
logger - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserEventCommand
 
loggerClass() - Element in annotation interface com.atlassian.confluence.test.util.Log4J2Logger.Record
 
loggerClass() - Element in annotation interface com.atlassian.confluence.util.test.rules.Log4J2Logger.Record
Deprecated.
 
LoggingBackupProgressMonitor - Class in com.atlassian.confluence.activeobjects.backup
A simple implementation of the backup progress monitor that logs progress to SLF4J.
LoggingBackupProgressMonitor() - Constructor for class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
LoggingBootstrapInitializer - Class in com.atlassian.confluence.impl.webapp
A Spring WebApplicationInitializer which configured and bootstraps the Log4j 2.x and SLF4J logging frameworks.
LoggingBootstrapInitializer() - Constructor for class com.atlassian.confluence.impl.webapp.LoggingBootstrapInitializer
 
LoggingCallback(int) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.tasks.ContentEntityMigrationTaskWrapper.LoggingCallback
 
LoggingConfigEntry - Class in com.atlassian.confluence.impl.logging.admin
Represents a Log4j Config entry, corresponding to a Class or Package mapped to a Level.
LoggingConfigEntry() - Constructor for class com.atlassian.confluence.impl.logging.admin.LoggingConfigEntry
 
LoggingConfigEntry(String, String) - Constructor for class com.atlassian.confluence.impl.logging.admin.LoggingConfigEntry
 
LoggingConfigEntry(String, Level) - Constructor for class com.atlassian.confluence.impl.logging.admin.LoggingConfigEntry
 
LoggingConfigService - Interface in com.atlassian.confluence.impl.logging.admin
Provides an abstraction for reconfiguring the logging system.
LoggingContext - Class in com.atlassian.confluence.util.logging
Manages contextual information in the Log4J Mapped Diagnostic Context.
LoggingContextFilter - Class in com.atlassian.confluence.util
Servlet filter that adds some relevant contextual information to the Log4J Mapped Diagnostic Context
LoggingContextFilter() - Constructor for class com.atlassian.confluence.util.LoggingContextFilter
 
LoggingContextInterceptor - Class in com.atlassian.confluence.util
XWork interceptor that adds some relevant XWork context to the Log4J Mapped Diagnostic Context
LoggingContextInterceptor() - Constructor for class com.atlassian.confluence.util.LoggingContextInterceptor
 
LoggingContextRenderer - Class in com.atlassian.confluence.impl.logging
 
LoggingEntryListener<K,V> - Class in com.atlassian.confluence.cache.hazelcast.logging
 
LoggingEntryListener() - Constructor for class com.atlassian.confluence.cache.hazelcast.logging.LoggingEntryListener
 
LoggingOutputHandler - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
Logs the output to the given logger.
LoggingOutputHandler() - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.LoggingOutputHandler
 
LoggingOutputStream - Class in com.atlassian.confluence.logging
Output stream that redirects all writes to provided logger.
LoggingOutputStream(Logger, Level) - Constructor for class com.atlassian.confluence.logging.LoggingOutputStream
Creates the Logging instance to flush to the given logger.
LoggingReentrantLock - Class in com.atlassian.confluence.internal.search.v2.lucene
Adds logging and profiling to lock and unlock methods.
LoggingReentrantLock(String) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LoggingReentrantLock
 
LoggingResource - Class in com.atlassian.confluence.functest.rest.admin
 
LoggingResource(ApplicationProperties, LogCaptor) - Constructor for class com.atlassian.confluence.functest.rest.admin.LoggingResource
 
LoggingRestoreProgressMonitor - Class in com.atlassian.confluence.activeobjects.backup
A simple implementation of the backup progress monitor that logs progress to SLF4J.
LoggingRestoreProgressMonitor() - Constructor for class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
LoggingRetryListener - Class in com.atlassian.confluence.impl.spring
Simple listener which logs whenever a retryable method fails, or succeeds following a retry.
LoggingSpanReporter - Class in com.atlassian.confluence.util.zipkin.impl
Supports logging zipkin spans with the Zipkin JSON V2 format, for easy consumption through log analysers.
LoggingSpanReporter() - Constructor for class com.atlassian.confluence.util.zipkin.impl.LoggingSpanReporter
 
LoggingUncaughtExceptionHandler - Enum Class in com.atlassian.confluence.util
Logs uncaught exceptions.
login(String, String) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Logs the user with username and password into the Remote API system
login(String, String) - Method in interface com.atlassian.confluence.rpc.SecureRpc
 
login(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
login(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
login(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
login(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
login(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
login(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
login(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
login(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator
 
LOGIN_MANAGER_FAILURE_CACHE - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
LoginAction - Class in com.atlassian.confluence.user.actions
 
LoginAction() - Constructor for class com.atlassian.confluence.user.actions.LoginAction
 
LoginDetails - Class in com.atlassian.confluence.event.events.security
POJO class to help include additional details with login events
LoginDetails(LoginDetails.LoginSource, LoginDetails.CaptchaState) - Constructor for class com.atlassian.confluence.event.events.security.LoginDetails
 
LoginDetails.CaptchaState - Enum Class in com.atlassian.confluence.event.events.security
 
LoginDetails.LoginSource - Enum Class in com.atlassian.confluence.event.events.security
 
LoginDetailsHelper - Class in com.atlassian.confluence.user
Common logic to check request/session attributes relevant to user login
loginEvent(LoginEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
LoginEvent - Class in com.atlassian.confluence.event.events.security
Event representing the act of a user successfully logging into Confluence
LoginEvent(Object, String, String, String, String, LoginDetails) - Constructor for class com.atlassian.confluence.event.events.security.LoginEvent
 
LoginEvent(Object, String, String, String, String, String) - Constructor for class com.atlassian.confluence.event.events.security.LoginEvent
LoginExemptionHelper - Class in com.atlassian.confluence.core.actions
Helper to handle login exemption from a properties file for 404 status resulting URLs.
LoginExemptionHelper(FileStore.Path) - Constructor for class com.atlassian.confluence.core.actions.LoginExemptionHelper
 
loginFailedEvent(LoginFailedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
LoginFailedEvent - Class in com.atlassian.confluence.event.events.security
Published to indicate failed login - useful to listeners wanting to count n instances of attempt and act on it.
LoginFailedEvent(Object, String, String, String, String) - Constructor for class com.atlassian.confluence.event.events.security.LoginFailedEvent
LoginFailedEvent(Object, String, String, String, String, LoginDetails) - Constructor for class com.atlassian.confluence.event.events.security.LoginFailedEvent
 
logInformationAboutNotPersistedObject(ImportedObjectV2, SkippedObjectsReason, Collection<HibernateField>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.PersisterHelper
 
logInformationAboutNotPersistedObject(ImportedObjectV2, Exception) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.BodyContentPersister
 
LoginInfo - Interface in com.atlassian.confluence.security.login
Information about a user's login history
loginManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
LoginManager - Interface in com.atlassian.confluence.security.login
The LoginManager keeps track of users login activities.
LoginManagerSettings - Class in com.atlassian.confluence.setup.settings.beans
 
LoginManagerSettings() - Constructor for class com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
Default constructor
LoginManagerSettings(LoginManagerSettings) - Constructor for class com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
Copy-constructor for cloning settings
loginPageFunctionalityService - Variable in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
LoginPageFunctionalityService - Interface in com.atlassian.confluence.security.login
Web service is used by SSO plugin to get the data in order to render the login screen (par of the 2SV flow).
LoginResult - Enum Class in com.atlassian.confluence.security.login
Result of an authentication attempt.
logLevel() - Element in annotation interface com.atlassian.confluence.test.util.Log4J2Logger.Record
 
logLevel() - Element in annotation interface com.atlassian.confluence.util.test.rules.Log4J2Logger.Record
Deprecated.
 
logMessage(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.LoggingResource
Log a message to the server's console.
logMessage(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
logMessage(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use a FuncTestAdminLoggingResource REST call.
logMessage(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use a FuncTestAdminLoggingResource REST call.
LogMessageRecordingAppender - Class in com.atlassian.confluence.impl.logging
Registers a consumer of LogEvents via LogConsumerService and records all error events in a collection.
LogMessageRecordingAppender(LogConsumerService) - Constructor for class com.atlassian.confluence.impl.logging.LogMessageRecordingAppender
 
logNewDeferredOperation(PrimitiveId, Set<TransientHibernateHandle>, Operation) - Method in class com.atlassian.confluence.importexport.xmlimport.DeferredOperationsLogger
Deprecated.
 
LogoInterceptor - Class in com.atlassian.confluence.plugins.lookandfeel.filter
 
LogoInterceptor(SiteLogoManager) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.filter.LogoInterceptor
 
logout(String) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Logs the user out of the RPC system
logout(String) - Method in interface com.atlassian.confluence.rpc.SecureRpc
 
logout(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
logout(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
logout(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
logout(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
logout(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
logout(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
LogoutAction - Class in com.atlassian.confluence.user.actions
 
LogoutAction() - Constructor for class com.atlassian.confluence.user.actions.LogoutAction
 
logoutEvent(LogoutEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
LogoutEvent - Class in com.atlassian.confluence.event.events.security
 
LogoutEvent(Object, String, String) - Constructor for class com.atlassian.confluence.event.events.security.LogoutEvent
 
LogoutEvent(Object, String, String, String, String) - Constructor for class com.atlassian.confluence.event.events.security.LogoutEvent
 
logoutUser(HttpServletRequest) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
logPatternChange(Set<String>) - Method in class com.atlassian.confluence.impl.struts.ConfluencePatternsChecker
 
logProgress(String, int, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.tasks.ContentEntityMigrationTaskWrapper.LoggingCallback
 
LogProgressMeterWrapper - Class in com.atlassian.confluence.util
Will report progress to log
LogProgressMeterWrapper(ProgressMeter) - Constructor for class com.atlassian.confluence.util.LogProgressMeterWrapper
 
logRequest(HttpServletRequest) - Method in class com.atlassian.confluence.test.rpc.RequestLogger
Logs the request url without context path.
LogRequestInfo - Annotation Interface in com.atlassian.confluence.rest.v2.api.annotation
Specifies if the request URI should be logged
LogRequestInfoDynamicFeature - Class in com.atlassian.confluence.plugins.restapi.filters
 
LogRequestInfoDynamicFeature(UserManager) - Constructor for class com.atlassian.confluence.plugins.restapi.filters.LogRequestInfoDynamicFeature
 
LogRequestInfoFilter - Class in com.atlassian.confluence.plugins.restapi.filters
ContainerRequestFilter that logs the request URI
LogRequestInfoFilter(UserManager, String[], String[]) - Constructor for class com.atlassian.confluence.plugins.restapi.filters.LogRequestInfoFilter
 
logRuntimeInfo() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
logRuntimeInfo() - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
logRuntimeInfo() - Method in class com.atlassian.confluence.cluster.safety.DefaultClusterSafetyManager
 
LOGS_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
logTestMessageForClass(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
logTestMessageForClass(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
logTestMessageForClass(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
LONG - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreference.PreferenceType
 
LONG - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
LONG - Enum constant in enum class com.atlassian.confluence.search.v2.SearchSort.Type
 
LONG_RUNNING_TASK - Static variable in class com.atlassian.confluence.user.SessionKeys
 
LONG_TERM_EXPIRY_MILLIS - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
 
LONG_TERM_EXPIRY_SECONDS - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
 
LongFieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Deprecated.
since 8.6. Use LongFieldMapping.createField(long) instead
LongFieldDescriptor(LongFieldMapping, long) - Constructor for class com.atlassian.confluence.plugins.index.api.LongFieldDescriptor
Deprecated.
 
LongFieldDescriptor(String, long, FieldDescriptor.Store) - Constructor for class com.atlassian.confluence.plugins.index.api.LongFieldDescriptor
Deprecated.
 
LongFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for long values.
LongFieldMapping(LongFieldMapping.Builder) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.LongFieldMapping
 
LongFieldMapping.Builder - Class in com.atlassian.confluence.plugins.index.api.mapping
 
LongFieldValueSource - Class in com.atlassian.confluence.search.v2.score
Represents field its value is of type long.
LongFieldValueSource(String) - Constructor for class com.atlassian.confluence.search.v2.score.LongFieldValueSource
 
LongRangeQuery - Class in com.atlassian.confluence.search.v2.query
v2 primitive query
LongRangeQuery(String, Range<Long>) - Constructor for class com.atlassian.confluence.search.v2.query.LongRangeQuery
 
LongRangeQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
A mapper for LongRangeQuerys.
LongRangeQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.LongRangeQueryMapper
 
LongRunningTaskAnalyticsEvent - Class in com.atlassian.confluence.internal.diagnostics
LongRunningTaskAnalyticsEvent is fired when long running task runs longer than configured threshold Fired from LongRunningTaskMonitor
LongRunningTaskAnalyticsEvent(String, int, long, long, long, Thread.State) - Constructor for class com.atlassian.confluence.internal.diagnostics.LongRunningTaskAnalyticsEvent
 
LongRunningTaskBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
LongRunningTaskBreadcrumb(LongRunningTaskMonitorAction) - Constructor for class com.atlassian.confluence.util.breadcrumbs.LongRunningTaskBreadcrumb
 
LongRunningTaskBreadcrumb(Action) - Constructor for class com.atlassian.confluence.util.breadcrumbs.LongRunningTaskBreadcrumb
Deprecated, for removal: This API element is subject to removal in a future version.
LongRunningTaskId - Class in com.atlassian.confluence.util.longrunning
Opaque identifier for a long-running task.
LongRunningTaskManager - Interface in com.atlassian.confluence.util.longrunning
Coordinates the creation and maintenance of batch jobs that last longer than a single web request
LongRunningTaskManagerInternal - Interface in com.atlassian.confluence.internal.longrunning
Internal version of the LongRunningTaskManager interface; see the package-info.java for rationale.
LongRunningTaskMonitor - Class in com.atlassian.confluence.internal.diagnostics
Long running task monitor that uses MonitoringService.
LongRunningTaskMonitor(ThreadDumpProducer, AlertTriggerFactory, EventPublisher) - Constructor for class com.atlassian.confluence.internal.diagnostics.LongRunningTaskMonitor
 
LongRunningTaskMonitorAction - Class in com.atlassian.confluence.admin.actions
 
LongRunningTaskMonitorAction() - Constructor for class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
LongRunningTaskMovePageCommandDecorator - Class in com.atlassian.confluence.content.service.page
A Decorator for existing MovePageCommands to be run synchronously as a LongRunningTask.
LongRunningTaskMovePageCommandDecorator(MovePageCommand, LongRunningTaskManagerInternal) - Constructor for class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
LongRunningTaskUtils - Class in com.atlassian.confluence.util.longrunning
Deprecated.
since 4.0. This class is spun from purest evil. Use the LongRunningTaskManager directly instead.
LongRunningTaskUtils() - Constructor for class com.atlassian.confluence.util.longrunning.LongRunningTaskUtils
Deprecated.
 
longTask(LongTaskId) - Method in interface com.atlassian.confluence.api.nav.Navigation
 
longTask(LongTaskId) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
LongTaskBuilder() - Constructor for class com.atlassian.confluence.api.model.longtasks.LongTaskStatus.LongTaskBuilder
 
LongTaskFactory - Class in com.atlassian.confluence.api.impl.service.longtasks
Converts internal LongRunningTask model objects into API ones.
LongTaskFactory(NavigationService) - Constructor for class com.atlassian.confluence.api.impl.service.longtasks.LongTaskFactory
 
LongTaskId - Class in com.atlassian.confluence.api.model.longtasks
Identifies a LongTaskStatus.
LongTaskResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST wrapper for the LongTaskService.
LongTaskResource(LongTaskService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.LongTaskResource
 
longTasks() - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of long tasks to return at a time.
LongTaskService - Interface in com.atlassian.confluence.api.service.longtasks
Manages LongTaskStatuss.
LongTaskServiceImpl - Class in com.atlassian.confluence.api.impl.service.longtasks
Default implementation of LongTaskService, a shallow wrapper for LongRunningTaskManager.
LongTaskServiceImpl(LongRunningTaskManagerInternal) - Constructor for class com.atlassian.confluence.api.impl.service.longtasks.LongTaskServiceImpl
 
LongTaskStatus - Class in com.atlassian.confluence.api.model.longtasks
Represents a long-running task in the system.
LongTaskStatus.LongTaskBuilder - Class in com.atlassian.confluence.api.model.longtasks
 
LongTaskSubmission - Class in com.atlassian.confluence.api.model.longtasks
A pointer to a long-running task, the result of submitting a task for processing.
LongTaskSubmission(String) - Constructor for record class com.atlassian.confluence.functest.rest.admin.UserResource.LongTaskSubmission
Creates an instance of a LongTaskSubmission record class.
LongTaskSubmission.LongTaskSubmissionBuilder - Class in com.atlassian.confluence.api.model.longtasks
 
LongTaskSubmissionBuilder() - Constructor for class com.atlassian.confluence.api.model.longtasks.LongTaskSubmission.LongTaskSubmissionBuilder
 
longValue() - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreference
 
longValue() - Method in class com.atlassian.confluence.plugins.index.api.LongFieldDescriptor
Deprecated.
 
longValue() - Method in class com.atlassian.confluence.plugins.index.api.NumericDocValuesFieldDescriptor
Deprecated.
 
LookAndFeel - Interface in com.atlassian.confluence.admin.actions
Marker interface for Look-and-Feel administrative actions.
LookAndFeelAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
LookAndFeelAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction
 
LookAndFeelAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
LookAndFeelAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
LookAndFeelEvent - Class in com.atlassian.confluence.themes.events
Abstract class for events related to themes, colour-schemes and layouts.
LookAndFeelEvent(Object, String) - Constructor for class com.atlassian.confluence.themes.events.LookAndFeelEvent
Construct a new look and feel event
lookupAuditAuthor(String, PageRequest<String>) - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditResourceLookupProvider
Searches for users matching searchText to be displayed in Audit Lookups
lookupAuditResource(String, String, PageRequest<String>) - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditResourceLookupProvider
Searches for spaces matching searchText to be displayed in Audit Lookups
lookupBuiltinOrCreate(Class<S>, String, Class<T>) - Static method in class com.atlassian.confluence.api.model.relations.RelationDescriptors
Get one of the built-in RelationDescriptor objects (for example FavouriteRelationDescriptor).
lookupDomainName(HttpServletRequest) - Static method in class com.atlassian.confluence.util.VelocityUtil
Get the default domain name.
lookupMessage(String, Object...) - Method in class com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler
 
lookupObjectByUnfixedHandle(TransientHibernateHandle) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Find a previously imported object by the ID as it appeared in the backup file, even if it has since been assigned a new ID.
loopedUrlDecode(String) - Static method in class com.atlassian.confluence.util.HtmlUtil
Uses the character encoding as per Confluence global settings.
loopedUrlDecode(String, Charset) - Static method in class com.atlassian.confluence.util.HtmlUtil
Repeatedly resolves URL-encoded sequences in a string until it remains constant or cannot be decoded.
LoremIpsumMacro - Class in com.atlassian.confluence.plugins.macros.core
 
LoremIpsumMacro() - Constructor for class com.atlassian.confluence.plugins.macros.core.LoremIpsumMacro
 
LOTUS_NOTES - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
LOTUS_NOTES - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
LOW - Enum constant in enum class com.atlassian.confluence.util.test.annotations.UserJourney.Priority
 
LowDiskSpaceAnalyticsEvent - Class in com.atlassian.confluence.internal.diagnostics
LowDiskSpaceAnalyticsEvent is fired when free disk space is less then specified threshold
LowDiskSpaceAnalyticsEvent(LowDiskSpaceAnalyticsEvent.DiskType, Long, Long, Long) - Constructor for class com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent
 
LowDiskSpaceAnalyticsEvent.DiskType - Enum Class in com.atlassian.confluence.internal.diagnostics
 
LOWER_KEY_PROPERTY_NAME - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.persisters.SpacePersister
 
lowerCase() - Method in enum class com.atlassian.confluence.pages.PageUpdateTrigger
 
LowercaseFieldSort - Class in com.atlassian.confluence.search.v2.sort
Sort based on lower case value of a keyword field.
LowercaseFieldSort(StringFieldMapping, SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.LowercaseFieldSort
 
LowercaseFieldSort(String, SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.LowercaseFieldSort
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.9. Use LowercaseFieldSort(StringFieldMapping, Order) instead. On OpenSearch, this will result in a script-sort, which is inefficient.
LowercaseFieldSortMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
LowercaseFieldSortMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.LowercaseFieldSortMapper
 
lowercaseFilter(String) - Static method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.LowercaseTokenFilterProvider
 
lowercaseSubFieldOf(String) - Static method in class com.atlassian.confluence.plugins.opensearch.OpenSearchFieldMappingMapper
 
LowerCaseTokenFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
A token filter of type lowercase that normalizes token text to lower case.
LowerCaseTokenFilterDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.LowerCaseTokenFilterDescriptor
 
LowercaseTokenFilterProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
Provides lowercase token filter for a specific language
LowercaseTokenFilterProvider(String) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.LowercaseTokenFilterProvider
 
LowFileDescriptorCountAnalyticsEvent - Class in com.atlassian.confluence.internal.diagnostics
LowFileDescriptorCountAnalyticsEvent is fired when free file descriptor count is less then specified threshold
LowFileDescriptorCountAnalyticsEvent(Long, Long, Long) - Constructor for class com.atlassian.confluence.internal.diagnostics.LowFileDescriptorCountAnalyticsEvent
 
LowMemoryAnalyticsEvent - Class in com.atlassian.confluence.internal.diagnostics
LowMemoryAnalyticsEvent is fired when free memory is less then specified threshold
LowMemoryAnalyticsEvent(Long, Long, Long) - Constructor for class com.atlassian.confluence.internal.diagnostics.LowMemoryAnalyticsEvent
 
LUCENE - Enum constant in enum class com.atlassian.confluence.search.SearchPlatform
 
LUCENE_INDEX_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
LUCENE_INDEX_DIR_PROP - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
LUCENE_UNICODE_WHITESPACES - Static variable in class com.atlassian.confluence.plugins.index.api.ExactAnalyzerDescriptor
 
LUCENE_VERSION - Static variable in class com.atlassian.confluence.internal.search.v2.lucene.BonnieConstants
The version to use for querying and indexing.
LUCENE_VERSION - Static variable in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConstants
The version to use for querying and indexing.
LuceneAccessor - Interface in com.atlassian.confluence.internal.search.v2.lucene
This interface will allow to allow transition from atlassian-bonnie.
LuceneAnalyzerFactory - Interface in com.atlassian.confluence.internal.search.v2.lucene.analyzer
Used in confluence-cql-plugin's AbstractCQLSubsystemTest.java
LuceneAnalyzerMapper - Interface in com.atlassian.confluence.impl.search.v2.mappers
Maps MappingAnalyzerDescriptor to Lucene Analyzer.
LuceneAutoCorrectRawQueryParser - Interface in com.atlassian.confluence.internal.search.v2
This class will help to parse raw query to Lucene by transforming an invalid raw query into a valid one
LuceneAverageScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneAverageScoreFunctionFactory(List<? extends LuceneScoreFunctionFactory>, List<Double>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneAverageScoreFunctionFactory
 
LuceneChangeExtractor - Class in com.atlassian.confluence.internal.index.lucene
Extract default fields for a CHANGE index document that represents the change of a content
LuceneChangeExtractor(HandleResolver) - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneChangeExtractor
 
LuceneChangeExtractor.Mappings - Class in com.atlassian.confluence.internal.index.lucene
 
LuceneConfig - Class in com.atlassian.confluence.internal.search.v2.lucene
 
LuceneConfig(ConfluenceDirectories) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneConfig
 
LuceneConnection - Class in com.atlassian.confluence.internal.search.v2.lucene
The implementation of ILuceneConnection that allows concurrent searching/reading and writing/deleting.
LuceneConnection(File, Analyzer) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
LuceneConnection(File, Analyzer, ILuceneConnection.Configuration) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
LuceneConnection(File, Analyzer, ILuceneConnection.Configuration, SearcherInitialisation) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
LuceneConnection(File, Analyzer, ILuceneConnection.Configuration, SearcherInitialisation, LuceneIndexMetrics) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
LuceneConnection(Directory, Analyzer) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
LuceneConnection(Directory, Analyzer, ILuceneConnection.Configuration) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
LuceneConnection(Directory, Analyzer, ILuceneConnection.Configuration, SearcherInitialisation) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
LuceneConnection(Directory, Analyzer, ILuceneConnection.Configuration, SearcherInitialisation, LuceneIndexMetrics) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
LuceneConnectionClosedException - Exception in com.atlassian.confluence.internal.search.v2.lucene
Thrown when trying to use a closed ILuceneConnection.
LuceneConnectionClosedException(String) - Constructor for exception com.atlassian.confluence.internal.search.v2.lucene.LuceneConnectionClosedException
 
LuceneConnectionClosedException(String, Throwable) - Constructor for exception com.atlassian.confluence.internal.search.v2.lucene.LuceneConnectionClosedException
 
LuceneConnectionClosedException(Throwable) - Constructor for exception com.atlassian.confluence.internal.search.v2.lucene.LuceneConnectionClosedException
 
LuceneConnectionFactory - Class in com.atlassian.confluence.internal.index.lucene
Responsible for creating new LuceneConnection instances.
LuceneConnectionFactory(LuceneAnalyzerFactory, ILuceneConnection.Configuration, SearcherInitialisation, ConfluenceDirectories) - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneConnectionFactory
 
LuceneConstants - Class in com.atlassian.confluence.internal.search.v2.lucene
 
LuceneConstants() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneConstants
 
LuceneConstantScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneConstantScoreFunctionFactory(double) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneConstantScoreFunctionFactory
 
LuceneContentExtractor - Class in com.atlassian.confluence.internal.index.lucene
Extracts default fields for a CONTENT index document that represents the content
LuceneContentExtractor(HandleResolver) - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneContentExtractor
 
LuceneDocumentBuilder - Class in com.atlassian.confluence.internal.index.lucene
 
LuceneDocumentBuilder(AtlassianDocumentBuilder<Searchable>, LuceneFieldVisitor, HandleResolver) - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneDocumentBuilder
 
LuceneDocumentToFieldDescriptorConverter - Class in com.atlassian.confluence.internal.index.lucene
 
LuceneDocumentToFieldDescriptorConverter() - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneDocumentToFieldDescriptorConverter
 
LuceneDocValuesFieldValueSourceFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneDocValuesFieldValueSourceFactory(String, Function<byte[], Double>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneDocValuesFieldValueSourceFactory
 
LuceneDoubleFieldValueSourceFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneDoubleFieldValueSourceFactory(String) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneDoubleFieldValueSourceFactory
 
LuceneException - Exception in com.atlassian.confluence.internal.search.v2.lucene
Thrown when a disaster happens in the underlying Lucene layer.
LuceneException(String) - Constructor for exception com.atlassian.confluence.internal.search.v2.lucene.LuceneException
 
LuceneException(String, Throwable) - Constructor for exception com.atlassian.confluence.internal.search.v2.lucene.LuceneException
 
LuceneException(Throwable) - Constructor for exception com.atlassian.confluence.internal.search.v2.lucene.LuceneException
 
LuceneExpDecayFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneExpDecayFunctionFactory(LuceneScoreFunctionFactory, DecayParameters) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneExpDecayFunctionFactory
 
LuceneFactorScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneFactorScoreFunctionFactory(LuceneScoreFunctionFactory, double, FieldValueFactorFunction.Modifier) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFactorScoreFunctionFactory
 
LuceneFieldMappingWriter - Class in com.atlassian.confluence.internal.index.lucene
Implementation of FieldMappings.FieldMappingWriter for Lucene, which is no-op
LuceneFieldMappingWriter() - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneFieldMappingWriter
 
LuceneFieldVisitor - Class in com.atlassian.confluence.internal.index.lucene
 
LuceneFieldVisitor(LuceneAnalyzerMapper, SearchLanguageProvider) - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
LuceneFilteredScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneFilteredScoreFunctionFactory(Query, LuceneScoreFunctionFactory) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFilteredScoreFunctionFactory
 
LuceneFirstScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneFirstScoreFunctionFactory(List<? extends LuceneScoreFunctionFactory>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFirstScoreFunctionFactory
 
LuceneFloatFieldValueSourceFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneFloatFieldValueSourceFactory(String) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFloatFieldValueSourceFactory
 
LuceneFullReindexManager - Class in com.atlassian.confluence.internal.index.lucene
 
LuceneFullReindexManager(IndexLockService, Reindexer, SearchableDao, Collection<SearchIndexAccessor>, DarkFeatureManager, EventPublisher) - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
LuceneFunctionScoreQuery - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneFunctionScoreQuery(Query, FunctionScoreQuery.BoostMode, LuceneScoreFunctionFactory) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFunctionScoreQuery
 
LuceneGaussDecayFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneGaussDecayFunctionFactory(LuceneScoreFunctionFactory, DecayParameters) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneGaussDecayFunctionFactory
 
LuceneIncrementalIndexManager - Class in com.atlassian.confluence.internal.search
Entry point to the majority of the Lucene indexing subsystem.
LuceneIncrementalIndexManager(IndexLockService, IndexTaskQueue<ConfluenceIndexTask>, SearchIndexAccessor, EventPublisher, FullReindexManager, SearchIndex, SessionFactory, HibernateSessionManager5, JournalService) - Constructor for class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
LuceneIndependent - Annotation Interface in com.atlassian.confluence.internal.search
Many classes located on *.lucene or having lucene in their name have been refactored to be independent of Lucene.
LuceneIndexHelper - Class in com.atlassian.confluence.internal.index.lucene
Helper methods to deal with Lucene index in Confluence
LuceneIndexHelper() - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneIndexHelper
 
LuceneIndexMetrics - Class in com.atlassian.confluence.internal.search.v2.lucene
Provides timer for capture metrics for low level Lucene library call.
LuceneIndexMetrics() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneIndexMetrics
 
LuceneIndexMetrics(String) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneIndexMetrics
 
LuceneIndexSnapshot - Class in com.atlassian.confluence.internal.index.lucene.snapshot
A Lucene snapshot created for a particular index, at a particular time.
LuceneIndexSnapshot(JournalIdentifier, long) - Constructor for class com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshot
 
LuceneIndexSnapshotCleaner - Class in com.atlassian.confluence.internal.index.lucene.snapshot
Make sure number of snapshots created for each index does not exceed certain limits.
LuceneIndexSnapshotCleaner(LuceneIndexSnapshotManager) - Constructor for class com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotCleaner
 
LuceneIndexSnapshotException - Exception in com.atlassian.confluence.internal.index.lucene.snapshot
Exception when creating or restoring a new Lucene snapshot
LuceneIndexSnapshotException(String) - Constructor for exception com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotException
 
LuceneIndexSnapshotException(String, IndexSnapshotError) - Constructor for exception com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotException
 
LuceneIndexSnapshotException(String, IndexSnapshotError, Throwable) - Constructor for exception com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotException
 
LuceneIndexSnapshotException(String, Throwable) - Constructor for exception com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotException
 
LuceneIndexSnapshotManager - Interface in com.atlassian.confluence.internal.index.lucene.snapshot
Manage Lucene index snapshots.
LuceneIntFieldValueSourceFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneIntFieldValueSourceFactory(String) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneIntFieldValueSourceFactory
 
LuceneLinearDecayFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneLinearDecayFunctionFactory(LuceneScoreFunctionFactory, DecayParameters) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneLinearDecayFunctionFactory
 
LuceneLongFieldValueSourceFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneLongFieldValueSourceFactory(String) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneLongFieldValueSourceFactory
 
LuceneMapperClassPredicate - Class in com.atlassian.confluence.internal.search.v2.lucene
Deprecated.
since 7.0.1. Use ModuleDescriptorOfClassPredicate instead.
LuceneMapperClassPredicate(Class<? extends AbstractLuceneMapperModuleDescriptor>) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperClassPredicate
Deprecated.
 
LuceneMapperNotFoundException - Exception in com.atlassian.confluence.internal.search.v2.lucene
Exception thrown when a mapper (LuceneSortMapper, LuceneQueryMapper cannot be found.
LuceneMapperNotFoundException(Class, String) - Constructor for exception com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperNotFoundException
 
LuceneMapperPredicate - Class in com.atlassian.confluence.internal.search.v2.lucene
Deprecated.
since 7.0.1. Use ModuleDescriptorOfClassPredicate instead, and filter the results for AbstractLuceneMapperModuleDescriptor.handles(String).
LuceneMapperPredicate(Class<? extends AbstractLuceneMapperModuleDescriptor>, String) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperPredicate
Deprecated.
 
LuceneMaxScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneMaxScoreFunctionFactory(Collection<? extends LuceneScoreFunctionFactory>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneMaxScoreFunctionFactory
 
LuceneMinScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneMinScoreFunctionFactory(Collection<? extends LuceneScoreFunctionFactory>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneMinScoreFunctionFactory
 
LuceneMultiplyScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneMultiplyScoreFunctionFactory(Collection<? extends LuceneScoreFunctionFactory>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneMultiplyScoreFunctionFactory
 
LuceneMultiTermFieldComparator<T> - Class in com.atlassian.confluence.internal.search.v2.lucene
When returned from FieldComparatorSource.newComparator, a LuceneMultiTermFieldComparator compares hits so as to determine their sort order when collecting results, using a custom sort comparator that operates on terms that may have multiple values per document.
LuceneMultiTermFieldComparator(String, Function<Iterable<BytesRef>, T>, Comparator<T>, int) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneMultiTermFieldComparator
 
LuceneQueryBuilders - Class in com.atlassian.confluence.internal.search.v2.lucene
Deprecated.
since 7.20 use BooleanQuery.Builder instead or TermQuery.
LuceneQueryBuilders() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryBuilders
Deprecated.
 
LuceneQueryBuilders.BooleanQueryBuilder - Class in com.atlassian.confluence.internal.search.v2.lucene
Deprecated.
 
LuceneQueryMapper<T extends SearchQuery> - Interface in com.atlassian.confluence.internal.search.v2.lucene
A lucene query mapper represents an object that is able to map from a Confluence SearchQuery to a Lucene Query.
LuceneQueryMapperModuleDescriptor - Class in com.atlassian.confluence.impl.plugin.descriptor.search
 
LuceneQueryMapperModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.impl.plugin.descriptor.search.LuceneQueryMapperModuleDescriptor
 
LuceneQueryParserFactory - Interface in com.atlassian.confluence.internal.search.v2.lucene
 
LuceneQueryTokenizer - Class in com.atlassian.confluence.impl.search.contentnames.lucene
The purpose of this class is to wrap the tokens emitted from lucene analysis inside our own QueryTokens so that we can tag some additional meaning.
LuceneQueryTokenizer(Analyzer) - Constructor for class com.atlassian.confluence.impl.search.contentnames.lucene.LuceneQueryTokenizer
 
LuceneQueryUtil - Class in com.atlassian.confluence.internal.search.v2.lucene
Utility class to help with creating queries.
LuceneQueryUtil() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryUtil
 
LuceneScoreFunction - Interface in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneScoreFunctionFactory - Interface in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneSearcherInitialisationModuleDescriptor - Class in com.atlassian.confluence.impl.plugin.descriptor.search
 
LuceneSearcherInitialisationModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.impl.plugin.descriptor.search.LuceneSearcherInitialisationModuleDescriptor
 
LuceneSearchIndexAccessor - Class in com.atlassian.confluence.internal.index.lucene
 
LuceneSearchIndexAccessor(LuceneConnection, LuceneFieldVisitor, LuceneSearchMapper, FieldMappings) - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
LuceneSearchLanguageChecker - Class in com.atlassian.confluence.internal.search.v2.lucene
Basic implementation of LanguageChecker which always returns true as Lucene supports all SearchLanguage options
LuceneSearchLanguageChecker() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchLanguageChecker
 
LuceneSearchManager - Class in com.atlassian.confluence.internal.search.v2.lucene
 
LuceneSearchManager(LuceneSearchMapper, LuceneAnalyzerFactory, MultiConnection, SearchResultConverter, EventPublisher) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
 
LuceneSearchManager(LuceneSearchMapper, LuceneAnalyzerFactory, MultiConnection, SearchResultConverter, EventPublisher, DarkFeatureManager) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
 
LuceneSearchMapper - Interface in com.atlassian.confluence.internal.search.v2.lucene
 
LuceneSearchMapperRegistry - Interface in com.atlassian.confluence.internal.search.v2.lucene
Class that is responsible for converting a v2 search abstraction like SearchQuery or SearchSort into the equivalent technology specific object.
LuceneSearchQueryTokenizer - Class in com.atlassian.confluence.internal.search.v2.lucene
The Lucene implementation of SearchQueryTokenizer.
LuceneSearchQueryTokenizer(LuceneAnalyzerMapper, SearchLanguageProvider, LuceneAnalyzerFactory) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchQueryTokenizer
 
LuceneSearchResult - Class in com.atlassian.confluence.internal.search.v2.lucene
 
LuceneSearchResult(Document, Optional<HitHighlighter>, Function<String, ConfluenceUser>) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResult
Constructor to create a search result directly from a Lucene document
LuceneSearchResult(Document, Optional<HitHighlighter>, Optional<String>, Function<String, ConfluenceUser>) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResult
 
LuceneSearchResultFactory - Class in com.atlassian.confluence.internal.search.v2.lucene
 
LuceneSearchResultFactory() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResultFactory
Construct a LuceneSearchResultFactory without any requested fields, this will cause all fields of the result document to be fetched into the search result
LuceneSearchResultFactory(Set<String>) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResultFactory
 
LuceneSearchResultFactory.UserLookupHelper - Class in com.atlassian.confluence.internal.search.v2.lucene
Deprecated.
LuceneSearchResults - Class in com.atlassian.confluence.internal.search.v2.lucene
Deprecated.
since 5.9. Use DefaultSearchResults
LuceneSearchResults(List<? extends SearchResult>, int) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResults
Deprecated.
 
LuceneSearchResults(List<? extends SearchResult>, int, SearchWithToken, List<String>) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResults
Deprecated.
 
LuceneSortMapper<T extends SearchSort> - Interface in com.atlassian.confluence.internal.search.v2.lucene
Deprecated.
since 7.0 use SearchSort.expand() instead.
LuceneSortMapperModuleDescriptor - Class in com.atlassian.confluence.impl.plugin.descriptor.search
 
LuceneSortMapperModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.impl.plugin.descriptor.search.LuceneSortMapperModuleDescriptor
 
LuceneSubsystemConfig - Class in com.atlassian.confluence.spring.index
Spring config that provides Lucene implementation of our search and indexing API
LuceneSubsystemConfig() - Constructor for class com.atlassian.confluence.spring.index.LuceneSubsystemConfig
 
LuceneSumScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.score
 
LuceneSumScoreFunctionFactory(Collection<? extends LuceneScoreFunctionFactory>, Collection<Double>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneSumScoreFunctionFactory
 
LuceneTermFieldComparator<T> - Class in com.atlassian.confluence.internal.search.v2.lucene
When returned from FieldComparatorSource.newComparator, a LuceneTermFieldComparator compares hits so as to determine their sort order when collecting results, using a custom sort comparator.
LuceneTermFieldComparator(String, Function<BytesRef, T>, Comparator<T>, int) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
LuceneTextFieldTokenizer - Class in com.atlassian.confluence.internal.search.v2.lucene
 
LuceneTextFieldTokenizer(LuceneAnalyzerFactory) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneTextFieldTokenizer
 
LuceneUtils - Class in com.atlassian.confluence.search.v2.lucene
Utilities for Lucene-related functionality in applications.
LuceneUtils() - Constructor for class com.atlassian.confluence.search.v2.lucene.LuceneUtils
 
LuceneUtils.Resolution - Enum Class in com.atlassian.confluence.search.v2.lucene
Specifies the time granularity.

M

macro - Variable in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
Macro - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
Macro - Interface in com.atlassian.confluence.macro
Represents a Confluence macro.
Macro() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
MACRO_ARIA_HASPOPUP - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_ARIA_LABEL - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_ARIA_LABEL_SUFFIX - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_BODY_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_BODY_EXAMPLE_PAGE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
MACRO_BODY_TYPE_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_CLASS - Static variable in class com.atlassian.confluence.diff.marshallers.DiffMacroMarshaller
 
MACRO_COUNTER - Static variable in class com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName
Name of the property that holds a MacroCounter if available.
MACRO_DECLARATION_POSITION - Static variable in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlMacroRendererComponent
Defines where the position in which the macro is declared in wiki markup.
MACRO_DEFAULT_PARAMETER_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_DEFINITION - Static variable in class com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName
Name of the property that holds the MacroDefinition for the macro, including the typed parameters if the storage format is v2.
MACRO_DEFINITIONS_KEY - Static variable in interface com.atlassian.confluence.plugins.index.api.ExtractorContext
 
MACRO_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
MACRO_ID - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
MACRO_ID_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_ID_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
MACRO_ID_LIST - Static variable in class com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName
Track the list of MacroIDs that have been used or generated for macros on the current page conversion.
MACRO_METADATA - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
MACRO_METADATA - Static variable in class com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName
Name of the property that holds the MacroMetadata for the macro
MACRO_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName
MACRO_NAME - Static variable in class com.atlassian.confluence.macro.wiki.UnmigratedBlockWikiMarkupMacro
 
MACRO_NAME - Static variable in class com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
 
MACRO_NAME - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.CreateSpaceButtonMacro
 
MACRO_NAME - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentMacro
 
MACRO_NAME - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
MACRO_NAME - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.WelcomeMessageMacro
 
MACRO_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
MACRO_NAME_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_OUTPUT_TYPE_PARAMETER - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
Name of a macro parameter that contains the value of the macro's output type.
MACRO_PARAMETER_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
MACRO_PARAMETERS_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Macro
MACRO_ROLE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_ROLE_BUTTON - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_SCHEMA_VERSION - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_SCHEMA_VERSION_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
MACRO_STORAGE_VERSION - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
MACRO_TABINDEX - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_V2_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
Macro.BodyType - Enum Class in com.atlassian.confluence.macro
 
Macro.OutputType - Enum Class in com.atlassian.confluence.macro
 
MacroAsyncRenderWhitelist - Class in com.atlassian.confluence.content.render.xhtml.view.macro
Used to determine which macros are safe to render in an async context, e.g.
MacroBody - Class in com.atlassian.confluence.macro.browser.beans
Represents body metadata for a macro.
MacroBody - Interface in com.atlassian.confluence.content.render.xhtml.definition
A type to represent macro bodies.
MacroBody(String, String) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroBody
 
MacroBody(String, String, boolean) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroBody
 
MacroBodyTransformationCondition - Interface in com.atlassian.confluence.content.render.xhtml.storage.macro
Specifies the conditions by which the body of a macro should be transformed.
MacroBodyType - Enum Class in com.atlassian.confluence.content.render.xhtml
Represents a macro body type used in macro transformation.
MacroBrowserManager - Interface in com.atlassian.confluence.macro.browser
 
MacroCategory - Enum Class in com.atlassian.confluence.macro.browser.beans
 
MacroCount - Class in com.atlassian.confluence.macro.count
Aggregate macro usages
MacroCount(String, int) - Constructor for class com.atlassian.confluence.macro.count.MacroCount
 
MacroCounter - Interface in com.atlassian.confluence.macro.count
Used to count macro usages through the rendering process.
MacroCountEvent - Class in com.atlassian.confluence.macro.count
Event related to macro counting.
MacroCountEventFactory - Class in com.atlassian.confluence.macro.count
 
MacroCountEventFactory() - Constructor for class com.atlassian.confluence.macro.count.MacroCountEventFactory
 
MacroCountStore - Class in com.atlassian.confluence.macro.count
Persists the number of each type of macro present on the page, and calculates the number of newly added macros by comparing current macro counts with those from the previous version of the page.
MacroCountStore() - Constructor for class com.atlassian.confluence.macro.count.MacroCountStore
 
MacroCreateCustomMetricsDefinitions - Enum Class in com.atlassian.confluence.macro.count
 
MacroCreateCustomMetricsKeys - Class in com.atlassian.confluence.macro.count
 
MacroCreateEventPublisher - Class in com.atlassian.confluence.macro.count
Publishes a MacroCountEvent for each type of newly added macro.
MacroCreateEventPublisher(EventPublisher, MacroCountStore) - Constructor for class com.atlassian.confluence.macro.count.MacroCreateEventPublisher
 
MacroDefinition - Class in com.atlassian.confluence.xhtml.api
An object that encapsulates the state for a macro.
MacroDefinition(MacroDefinition) - Constructor for class com.atlassian.confluence.xhtml.api.MacroDefinition
Copy constructor.
MacroDefinitionBuilder - Class in com.atlassian.confluence.xhtml.api
A builder that will create the a complex MacroDefinition.
MacroDefinitionDeserializer - Interface in com.atlassian.confluence.macro
Responsible for deserializing to a MacroDefinition.
MacroDefinitionExtractorContextPreprocessor - Class in com.atlassian.confluence.internal.index.v2.impl
Will parse body content for macro definition then cache it in ExtractorContext This will contain the logic similar to MacroExtractor
MacroDefinitionExtractorContextPreprocessor(XhtmlContent, MacroManager) - Constructor for class com.atlassian.confluence.internal.index.v2.impl.MacroDefinitionExtractorContextPreprocessor
 
MacroDefinitionHandler - Interface in com.atlassian.confluence.xhtml.api
Handler for MacroDefinitions found in storage format.
MacroDefinitionMarshallingStrategy - Enum Class in com.atlassian.confluence.xhtml.api
Provides strategies for marshalling MacroDefinitions.
MacroDefinitionReplacer - Interface in com.atlassian.confluence.xhtml.api
Replacer of MacroDefinitions in storage format with other content.
MacroDefinitionRequestDeserializer - Class in com.atlassian.confluence.macro
Responsible for deserializing the encoded representation of a MacroDefinition produced by MacroDefinitionRequestSerializer.
MacroDefinitionRequestDeserializer(MacroDefinitionDeserializer) - Constructor for class com.atlassian.confluence.macro.MacroDefinitionRequestDeserializer
 
MacroDefinitionRequestSerializer - Class in com.atlassian.confluence.macro
Serializes a MacroDefinition first into wiki markup and then base64 encodes the wiki markup.
MacroDefinitionRequestSerializer(MacroDefinitionSerializer) - Constructor for class com.atlassian.confluence.macro.MacroDefinitionRequestSerializer
 
MacroDefinitionSerializer - Interface in com.atlassian.confluence.macro
Responsible for serializing a MacroDefinition.
MacroDefinitionTransformer - Interface in com.atlassian.confluence.content.render.xhtml.storage
Provides oprations fo transforming macro definitions, typically used by macro developers to obtain and optionally modify macro tags (as MacroDefinition objects) in a page of macro body content.
MacroDefinitionTransformerImpl - Class in com.atlassian.confluence.impl.content.render.xhtml
An implementation of MacroDefinitionTransformer based upon a ContentTransformerFactory.
MacroDefinitionTransformerImpl(ContentTransformerFactory) - Constructor for class com.atlassian.confluence.impl.content.render.xhtml.MacroDefinitionTransformerImpl
 
macroDefinitionUpdater(MacroDefinitionUpdater) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
MacroDefinitionUpdater - Interface in com.atlassian.confluence.xhtml.api
Updater of MacroDefinitions in storage format.
MacroDefinitionWikiMarkupDeserializer - Class in com.atlassian.confluence.macro
Deserializes a wiki markup format macro declaration to a MacroDefinition.
MacroDefinitionWikiMarkupDeserializer(MacroParameterTypeParser) - Constructor for class com.atlassian.confluence.macro.MacroDefinitionWikiMarkupDeserializer
 
MacroDefinitionWikiMarkupSerializer - Class in com.atlassian.confluence.macro
Serializes a MacroDefinition to string in wiki markup.
MacroDefinitionWikiMarkupSerializer() - Constructor for class com.atlassian.confluence.macro.MacroDefinitionWikiMarkupSerializer
 
MacroDetailsAction - Class in com.atlassian.confluence.macro.browser.actions
Creates a Map containing the details of an specific Macro.
MacroDetailsAction() - Constructor for class com.atlassian.confluence.macro.browser.actions.MacroDetailsAction
 
MacroExecutionContext - Class in com.atlassian.confluence.macro
Container for the execution context of a macro (i.e., the state passed to it on Macro.execute(java.util.Map, String, com.atlassian.renderer.RenderContext)).
MacroExecutionContext(Map<String, String>, String, PageContext) - Constructor for class com.atlassian.confluence.macro.MacroExecutionContext
Constructor.
MacroExecutionException - Exception in com.atlassian.confluence.macro
Thrown when there is an error executing a macro.
MacroExecutionException() - Constructor for exception com.atlassian.confluence.macro.MacroExecutionException
 
MacroExecutionException(String) - Constructor for exception com.atlassian.confluence.macro.MacroExecutionException
 
MacroExecutionException(String, Throwable) - Constructor for exception com.atlassian.confluence.macro.MacroExecutionException
 
MacroExecutionException(Throwable) - Constructor for exception com.atlassian.confluence.macro.MacroExecutionException
 
MacroExtractor - Class in com.atlassian.confluence.plugins.macrousage.extractor
Extractor that indexes macro usages on a content entity object * @since 7.17
MacroExtractor(XhtmlContent, MacroManager) - Constructor for class com.atlassian.confluence.plugins.macrousage.extractor.MacroExtractor
 
MacroFallbackParser - Class in com.atlassian.confluence.plugin.descriptor
Provides access to the descriptor information retrieved from an xml file for macro meta data.
MacroFallbackParser(String, MacroMetadataParser) - Constructor for class com.atlassian.confluence.plugin.descriptor.MacroFallbackParser
 
MacroFormDetails - Class in com.atlassian.confluence.macro.browser.beans
A Bean that encapsulates the detailed metadata of a macro.
MacroFormDetails.MacroFormDetailsBuilder - Class in com.atlassian.confluence.macro.browser.beans
 
macroHash() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
The macroHash is used to identify a macro if there is no macroId stored.
MacroIcon - Class in com.atlassian.confluence.macro.browser.beans
 
MacroIcon(String, boolean) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroIcon
 
MacroIcon(String, boolean, int, int) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroIcon
 
MacroIconInsertingPostProcessor - Class in com.atlassian.confluence.diff
Adds icons and friendly titles to diff headers in macros.
MacroIconInsertingPostProcessor(MacroMetadataManager, MacroIconManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.diff.MacroIconInsertingPostProcessor
 
MacroIconManager - Interface in com.atlassian.confluence.macro.browser
Allows retrieval of appropriate icons from MacroMetadata.
MacroIconPlaceholderServlet - Class in com.atlassian.confluence.tinymceplugin.placeholder
Servlet to produce just the icon of a macro, rather than the icon and full attribute information.
MacroIconPlaceholderServlet(MacroMetadataManager, MacroIconManager, PlaceholderImageFactory) - Constructor for class com.atlassian.confluence.tinymceplugin.placeholder.MacroIconPlaceholderServlet
 
MacroId - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
A macro Id is used to identify a macro within a version of a page.
MacroIdSupplier - Interface in com.atlassian.confluence.content.render.xhtml.editor.macro
A generator of macro UUIDs.
MacroInstance - Class in com.atlassian.confluence.api.model.content
Represents an instance of a Macro in a piece of Content.
MacroInstance.MacroBuilder - Class in com.atlassian.confluence.api.model.content
Creates History instances.
macroManager - Variable in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
MacroManager - Interface in com.atlassian.confluence.macro.xhtml
Interface for the XHTML macro manager.
MacroManager - Interface in com.atlassian.confluence.renderer
Retrieval, registration and unregistration of macros.
MacroManagerFactory - Interface in com.atlassian.confluence.macro.xhtml
An interface defining a component that can return MacroManagers.
MacroManagerFactoryImpl - Class in com.atlassian.confluence.macro.xhtml
 
MacroManagerFactoryImpl(MacroManager, MacroManager, MacroManager) - Constructor for class com.atlassian.confluence.macro.xhtml.MacroManagerFactoryImpl
 
MacroMarshaller - Interface in com.atlassian.confluence.content.render.xhtml.editor.macro
Implemented by a MacroMarshaller that handles a particular type of Macro.
MacroMarshallingFactory - Interface in com.atlassian.confluence.content.render.xhtml.macro
This interface is only required so that implementations can be exposed to plugin 2 plugins.
MacroMarshallingFactoryImpl - Class in com.atlassian.confluence.content.render.xhtml.macro
A MarshallingFactory that will return MacroDefinition Marshaller and Unmarshaller instances.
MacroMarshallingFactoryImpl(Marshaller<MacroDefinition>, Marshaller<MacroDefinition>, Marshaller<MacroDefinition>, Unmarshaller<MacroDefinition>, Unmarshaller<MacroDefinition>) - Constructor for class com.atlassian.confluence.content.render.xhtml.macro.MacroMarshallingFactoryImpl
 
MacroMetadata - Class in com.atlassian.confluence.macro.browser.beans
A Bean that encapsulates the 'metadata' of the macro.
MacroMetadata(MacroMetadataBuilder) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
MacroMetadataBuilder - Class in com.atlassian.confluence.macro.browser.beans
Builder class for MacroMetadata.
MacroMetadataBuilder() - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
Deprecated.
since 5.8. Use MacroMetadata.builder().
macroMetadataChanged(MacroMetadataChangedEvent) - Method in class com.atlassian.confluence.macro.browser.MacroMetadataListener
 
MacroMetadataChangedEvent - Class in com.atlassian.confluence.event.events.admin
This event is fired when macro metadata is changed
MacroMetadataChangedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.MacroMetadataChangedEvent
 
MacroMetadataClientCacheKeyManager - Interface in com.atlassian.confluence.macro.browser
Manage clien cache key
MacroMetadataClientCacheKeyProvider - Class in com.atlassian.confluence.macro.browser
Provide macro metadata client cache key.
MacroMetadataClientCacheKeyProvider(MacroMetadataClientCacheKeyManager) - Constructor for class com.atlassian.confluence.macro.browser.MacroMetadataClientCacheKeyProvider
 
MacroMetadataListener - Class in com.atlassian.confluence.macro.browser
Bind to all events that related to macro to refresh key
MacroMetadataListener(MacroMetadataClientCacheKeyManager) - Constructor for class com.atlassian.confluence.macro.browser.MacroMetadataListener
 
macroMetadataManager - Variable in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
MacroMetadataManager - Interface in com.atlassian.confluence.macro.browser
Provides metadata about macros such as what parameters they expect and how to represent them visually.
MacroMetadataModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.macro
 
MacroMetadataModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.macro.MacroMetadataModuleDescriptor
 
MacroMetadataParser - Class in com.atlassian.confluence.plugin.descriptor
Parses XML formatted macro metadata.
MacroMetadataParser() - Constructor for class com.atlassian.confluence.plugin.descriptor.MacroMetadataParser
 
MacroMetadataParser(DocumentationBeanFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.MacroMetadataParser
Deprecated.
since 5.6 Use MacroMetadataParser() instead
MacroMetadataProvider - Interface in com.atlassian.confluence.macro.browser
Implementations of this class will be used by the MacroBrowserManager to provide additional MacroMetadata.
MacroMetadataSource - Interface in com.atlassian.confluence.macro.browser
 
MacroMetricsKey - Class in com.atlassian.confluence.macro.count
A key used for the accumulation of metrics of macro creation and rendering.
MacroMigration - Interface in com.atlassian.confluence.macro.xhtml
Represents a task that will transform a MacroDefinition for migration.
MacroMigrationLifecycleItem - Class in com.atlassian.confluence.macro.xhtml
 
MacroMigrationLifecycleItem() - Constructor for class com.atlassian.confluence.macro.xhtml.MacroMigrationLifecycleItem
 
MacroMigrationManager - Interface in com.atlassian.confluence.macro.xhtml
 
MacroMigrationModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.xhtml
 
MacroMigrationModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.xhtml.MacroMigrationModuleDescriptor
 
MacroMigrationPoint - Enum Class in com.atlassian.confluence.macro.xhtml
Defines points at which a MacroMigration may be performed.
MacroMigrationService - Class in com.atlassian.confluence.content.render.xhtml.migration.macro
Provides a way to find and migrate pages with the unmigrated wiki markup macro.
MacroMigrationService(XhtmlWikiMarkupMacroMigrator, SearchManager, ContentDao, LongRunningTaskManager, PlatformTransactionManager, BandanaManager, ConfluenceIndexer, ClusterLockService) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
 
MacroModuleDescriptor - Interface in com.atlassian.confluence.plugin.descriptor
Marker interface for module descriptors that produce macros.
macroName(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
 
MacroParameter - Class in com.atlassian.confluence.macro.browser.beans
Represents parameter metadata for a macro.
MacroParameter(String, String, String, MacroParameterType, boolean, boolean, String, boolean) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
MacroParameterBuilder - Class in com.atlassian.confluence.macro.browser.beans
Builder class for MacroParameter.
MacroParameterBuilder() - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
MacroParameterInstance - Class in com.atlassian.confluence.api.model.content
Represents the value of a macro parameter.
MacroParameterInstance.MacroParameterBuilder - Class in com.atlassian.confluence.api.model.content
 
MacroParameterSerializer - Interface in com.atlassian.confluence.content.render.xhtml.editor.macro
Serializes and deserializes macro parameters.
MacroParameterType - Enum Class in com.atlassian.confluence.macro.browser.beans
The type of a macro parameter that will appear in the Macro Browser.
MacroParameterTypeParser - Interface in com.atlassian.confluence.content.render.xhtml.editor.macro
Parses raw macro parameters to typed macro parameters
MacroParameterTypeParserImpl - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
Default implementation of MacroParameterTypeParser
MacroParameterTypeParserImpl(MacroMetadataManager, ConfluenceUserDao) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterTypeParserImpl
 
MacroParamUtils - Class in com.atlassian.confluence.macro.params
Utility methods for macro parameters
MacroParamUtils() - Constructor for class com.atlassian.confluence.macro.params.MacroParamUtils
 
MacroPlaceholderServlet - Class in com.atlassian.confluence.tinymceplugin.placeholder
 
MacroPlaceholderServlet(MacroMetadataManager, MacroIconManager, PlaceholderImageFactory, I18NBeanFactory, MacroDefinitionDeserializer) - Constructor for class com.atlassian.confluence.tinymceplugin.placeholder.MacroPlaceholderServlet
 
MacroPropertyPanelButton - Class in com.atlassian.confluence.macro.browser.beans
 
MacroPropertyPanelButton(String, String, String) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroPropertyPanelButton
 
MacroRenderByIdRequest - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
MacroRenderByIdRequest() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderByIdRequest
 
MacroRendering(ConversionContext, MacroDefinition, Macro) - Constructor for class com.atlassian.confluence.internal.diagnostics.MacroRenderingMonitor.MacroRendering
 
MacroRenderingMonitor - Class in com.atlassian.confluence.internal.diagnostics
Macro rendering monitor that uses MonitoringService.
MacroRenderingMonitor(ThreadDumpProducer, AlertTriggerFactory, EventListeningDarkFeatureSetting) - Constructor for class com.atlassian.confluence.internal.diagnostics.MacroRenderingMonitor
 
MacroRenderingMonitor.MacroRendering - Class in com.atlassian.confluence.internal.diagnostics
 
MacroRenderRequest - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
MacroRenderRequest() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderRequest
 
MacroReplacementRenderer - Interface in com.atlassian.confluence.content.render.xhtml.migration
Generates a rendering that is to replace or override the default rendering of a macro to XHTML storage format.
MacroReplacementRendererRepository - Interface in com.atlassian.confluence.content.render.xhtml.migration
Representing a component that maintains a list of MacroReplacementRenderer to be used during migration of macros.
MacroResource - Class in com.atlassian.confluence.tinymceplugin.rest
 
MacroResource(XhtmlContent, EditorFormatService, ContentEntityManager, HtmlToXmlConverter, HttpContext, MacroManager, I18nResolver, TransactionTemplate, PermissionManager, SpacePermissionManager, MacroParameterTypeParser, XmlEventReaderFactory, FragmentTransformer, StorageMacroBodyParser, MacroMetadataManager, StorageFormatCleaner, VelocityHelperService, ContentMacroService, InternalHostApplication) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.MacroResource
 
MacroSchemaMigrator - Interface in com.atlassian.confluence.impl.macro.schema
Performs macro schema migrations as part of the rendering pipeline.
MacroSchemaMigratorModuleDescriptor - Class in com.atlassian.confluence.impl.macro.schema
Defines a migration for a macro schema, where a macro schema is the shape of a macro's parameters in a MacroDefinition, and a MacroMigration transforms that MacroDefinition.
MacroSchemaMigratorModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.impl.macro.schema.MacroSchemaMigratorModuleDescriptor
 
MacroStorageVersionQuery - Class in com.atlassian.confluence.search.v2.query
 
MacroStorageVersionQuery(String, int) - Constructor for class com.atlassian.confluence.search.v2.query.MacroStorageVersionQuery
 
MacroSummary - Class in com.atlassian.confluence.macro.browser.beans
 
MacroUsageQuery - Class in com.atlassian.confluence.search.v2.query
A search query that finds usages of a macro in a content entity object by the macro name.
MacroUsageQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.MacroUsageQuery
 
MacroUtils - Class in com.atlassian.confluence.renderer.radeox.macros
 
MacroViewAnalyticsStorage - Class in com.atlassian.confluence.impl.threadlimiter.analyticsservice
Class responsible for storing information about macro views (for thread limiter analytics service).
MacroViewAnalyticsStorage() - Constructor for class com.atlassian.confluence.impl.threadlimiter.analyticsservice.MacroViewAnalyticsStorage
 
MacroViewAnalyticsStorage(Supplier<Long>) - Constructor for class com.atlassian.confluence.impl.threadlimiter.analyticsservice.MacroViewAnalyticsStorage
 
MAIL_ACCOUNTS - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
MAIL_CONFIG_FILE - Static variable in class com.atlassian.confluence.util.MailConfigMigrator
 
MAIL_ERROR_QUEUE_DELETED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MAIL_ERROR_QUEUE_RESENT_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MAIL_INCOMING_CONNECTION_STATE - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming.IpdIncomingMailServersStats
 
MAIL_QUEUE_FLUSHED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MAIL_SERVER_CREATED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MAIL_SERVER_DELETED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MAIL_SERVER_EDITED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MAIL_SERVER_PASSWORD_SECRET_PREFIX - Static variable in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
MailConfigMigrator - Class in com.atlassian.confluence.util
 
MailConfigMigrator() - Constructor for class com.atlassian.confluence.util.MailConfigMigrator
 
MailContentProcessor - Interface in com.atlassian.confluence.mail
An interface defining a component that will process email content.
MailErrorQueueDeletedEvent - Class in com.atlassian.confluence.event.events.admin
This event is triggered when admins click "Delete error queue" button in admin panel
MailErrorQueueDeletedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.MailErrorQueueDeletedEvent
 
MailErrorQueueResentEvent - Class in com.atlassian.confluence.event.events.admin
This event is triggered when admins click "Resend error queue" button in admin panel
MailErrorQueueResentEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.MailErrorQueueResentEvent
 
MailNotificationQueueItem - Class in com.atlassian.confluence.mail.template
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
MailNotificationQueueItem(User, String, String) - Constructor for class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
 
MailNotificationQueueItem(User, String, String, String) - Constructor for class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
 
mailProtocol(MailProtocol) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
MailQueueFlushedEvent - Class in com.atlassian.confluence.event.events.admin
This event is triggered when admins click "Flush Mail Queue" button in admin panel
MailQueueFlushedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.MailQueueFlushedEvent
 
MailQueueManager - Interface in com.atlassian.confluence.mail
Manages the queue for outgoing mail.
mailServer() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
mailServer() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
MailServerAnalytics - Class in com.atlassian.confluence.event.events.analytics
 
MailServerAnalytics.InboundServerCreated - Class in com.atlassian.confluence.event.events.analytics
 
MailServerAnalytics.InboundServerDeleted - Class in com.atlassian.confluence.event.events.analytics
 
MailServerAnalytics.OutboundServerCreated - Class in com.atlassian.confluence.event.events.analytics
 
MailServerAnalytics.OutboundServerDeleted - Class in com.atlassian.confluence.event.events.analytics
 
mailServerCreateEvent(MailServerCreateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MailServerCreateEvent - Class in com.atlassian.confluence.event.events.admin
 
MailServerCreateEvent(Object, MailServer) - Constructor for class com.atlassian.confluence.event.events.admin.MailServerCreateEvent
 
mailServerDeleted(MailServerDeleteEvent) - Method in class com.atlassian.confluence.plugins.easyuser.notifications.MailServerDeletedEventListener
 
MailServerDeletedEventListener - Class in com.atlassian.confluence.plugins.easyuser.notifications
 
MailServerDeletedEventListener(SignupManager, MailServerManager) - Constructor for class com.atlassian.confluence.plugins.easyuser.notifications.MailServerDeletedEventListener
 
mailServerDeleteEvent(MailServerDeleteEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MailServerDeleteEvent - Class in com.atlassian.confluence.event.events.admin
 
MailServerDeleteEvent(Object, MailServer) - Constructor for class com.atlassian.confluence.event.events.admin.MailServerDeleteEvent
 
mailServerEditEvent(MailServerEditEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MailServerEditEvent - Class in com.atlassian.confluence.event.events.admin
 
MailServerEditEvent(Object, MailServer, String) - Constructor for class com.atlassian.confluence.event.events.admin.MailServerEditEvent
 
MailServerEvent - Class in com.atlassian.confluence.event.events.admin
 
MailServerEvent(Object, MailServer) - Constructor for class com.atlassian.confluence.event.events.admin.MailServerEvent
 
MailServerEventListener - Class in com.atlassian.confluence.event.listeners
Handles the creation and deletion of MailServers to expose / hide their metrics via JMX.
MailServerEventListener() - Constructor for class com.atlassian.confluence.event.listeners.MailServerEventListener
 
MailServerExistsCriteria - Interface in com.atlassian.confluence.admin.criteria
 
MailServersActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
MailServersActionBreadcrumb(ConfluenceActionSupport) - Constructor for class com.atlassian.confluence.util.breadcrumbs.MailServersActionBreadcrumb
 
MailServerTestConnectionAction - Class in com.atlassian.confluence.admin.actions.mail
This action is to test if the connection to a mail server is successful.
MailServerTestConnectionAction() - Constructor for class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
MailServerTestResult - Class in com.atlassian.confluence.admin.actions.mail
Stores the test result of mail server connection
MailServerTestResult(MailServerTestResult.Status, String) - Constructor for class com.atlassian.confluence.admin.actions.mail.MailServerTestResult
 
main(String[]) - Static method in class com.atlassian.confluence.test.apacheds.boot.Application
 
main(String[]) - Static method in class com.atlassian.confluence.upgrade.HSQL17To18PreUpgradeCleaner
 
main(String[]) - Static method in class com.atlassian.confluence.util.misc.SampleWikiConverter
Deprecated.
 
MAIN - Enum constant in enum class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueType
 
MAIN_INDEX - Enum constant in enum class com.atlassian.confluence.internal.index.Index
 
MainContextLoaderListener - Class in com.atlassian.confluence.impl.webapp.spring
A Spring ContextLoaderListener responsible for creating and installing the "main" Confluence Spring context.
MainContextLoaderListener() - Constructor for class com.atlassian.confluence.impl.webapp.spring.MainContextLoaderListener
 
MAINTENANCE_MODE_BANNER_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MAINTENANCE_MODE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MaintenanceBannerEvent - Class in com.atlassian.confluence.event.events.analytics
Analytics event fired when the banner feature is turned on or off while read-only mode is not being used, e.g.
MaintenanceBannerEvent(boolean) - Constructor for class com.atlassian.confluence.event.events.analytics.MaintenanceBannerEvent
 
MaintenanceConfigurationAction - Class in com.atlassian.confluence.plugins.maintenance.actions
 
MaintenanceConfigurationAction() - Constructor for class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
maintenanceExpiryDate(Date) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
MaintenanceInfo - Class in com.atlassian.confluence.plugins.maintenance.model
 
MaintenanceInfo(boolean, String) - Constructor for class com.atlassian.confluence.plugins.maintenance.model.MaintenanceInfo
 
MaintenanceInfo.Builder - Class in com.atlassian.confluence.plugins.maintenance.model
 
MaintenanceReadOnlyEvent - Class in com.atlassian.confluence.event.events.analytics
Analytics event fired when read-only mode is enabled or disabled
MaintenanceReadOnlyEvent(boolean) - Constructor for class com.atlassian.confluence.event.events.analytics.MaintenanceReadOnlyEvent
 
MaintenanceService - Interface in com.atlassian.confluence.plugins.maintenance.service
This class is responsible for the maintenance logic in Confluence
MaintenanceServiceImpl - Class in com.atlassian.confluence.plugins.maintenance.service.impl
 
MaintenanceServiceImpl(PluginAccessor, PluginMetadataManager, GlobalSettingsManager, I18NBeanFactory, LicenseService) - Constructor for class com.atlassian.confluence.plugins.maintenance.service.impl.MaintenanceServiceImpl
 
MaintenanceTaskExecutionException - Exception in com.atlassian.confluence.impl.system
An exception thrown when SystemMaintenanceTask#execute() encounters an unrecoverable error.
MaintenanceTaskExecutionException(String) - Constructor for exception com.atlassian.confluence.impl.system.MaintenanceTaskExecutionException
 
MaintenanceTaskExecutionException(String, Throwable) - Constructor for exception com.atlassian.confluence.impl.system.MaintenanceTaskExecutionException
 
major(String, String, Serializable...) - Method in class com.atlassian.confluence.plugins.opensearch.healthchecks.util.SupportHealthStatusFactory
 
make(ResultSet) - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.DuplicateRowHolderFactory
 
makeAdminUser() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
makeAdminUser(String, String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Creates a user and puts it in the confluence-administrators group, which results in superuser permissions.
makeAnonymousConfluenceUser() - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Returns the anonymous user
makeAnonymousRow() - Static method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UnlicensedPermissionRow
Deprecated.
 
makeAuthenticatingProxy(Object, Class) - Static method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationInvocationHandler
 
makeContentBodies(BodyContent, Expansions) - Method in class com.atlassian.confluence.ui.rest.builder.LegacyContentBodyBuilder
Deprecated.
 
makeContentBodies(ContentEntityObject, BodyContent, Expansions, ContentFactory) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentBodyFactory
 
makeFlatSummary(String, String) - Static method in class com.atlassian.confluence.util.VelocityUtil
Create a summary of this content fragment given a query
makeFormatterFromClass() - Method in class com.atlassian.confluence.plugin.descriptor.ConfluenceSourceCodeFormatterModuleDescriptor
 
makeMetadata(Space, Fauxpansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.DefaultSpaceMetadataFactory
 
makeMetadata(Space, Fauxpansions) - Method in interface com.atlassian.confluence.api.impl.service.content.factory.SpaceMetadataFactory
Makes metadata for a space
makeMimeBodyPart() - Method in class com.atlassian.confluence.mail.template.MultipartBuilder
 
makeMultipart(ByteArrayInputStream) - Method in class com.atlassian.confluence.mail.template.MultipartBuilder
Creates a multipart from the provided byte input stream
makeMultipart(File) - Method in class com.atlassian.confluence.mail.template.MultipartBuilder
Creates a multipart from the provided file
makeMultipart(String) - Method in class com.atlassian.confluence.mail.template.MultipartBuilder
 
makeMultipart(Collection<DataSource>) - Method in class com.atlassian.confluence.mail.template.MultipartBuilder
 
makeNonAnonymousConfluenceUserFromToken(String) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Retrieves the user for a particular token
makeOperations() - Method in class com.atlassian.confluence.api.impl.service.permissions.delegates.AttachmentOperationDelegate
 
makeOperations() - Method in class com.atlassian.confluence.api.impl.service.permissions.delegates.BlogPostOperationDelegate
 
makeOperations() - Method in class com.atlassian.confluence.api.impl.service.permissions.delegates.CommentOperationDelegate
 
makeOperations() - Method in class com.atlassian.confluence.api.impl.service.permissions.delegates.PageOperationDelegate
 
makeOperations() - Method in class com.atlassian.confluence.api.impl.service.permissions.delegates.SpaceOperationDelegate
 
MakeRelativeAndDelegateResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
A Marshaller for ResourceIdentifiers which will first attempt to make the ResourceIdentifier as relative as possible before delegating for actual marshalling.
MakeRelativeAndDelegateResourceIdentifierMarshaller(Marshaller<ResourceIdentifier>, ResourceIdentifierContextUtility) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.MakeRelativeAndDelegateResourceIdentifierMarshaller
 
makeResourceTransformer(TransformerParameters) - Method in class com.atlassian.confluence.plugin.webresource.aui.VelocityI18nTransformer
 
makeResourceTransformer(TransformerParameters) - Method in class com.atlassian.confluence.plugin.webresource.ColoursWebResourceTransformer
 
makeResourceTransformer(TransformerParameters) - Method in class com.atlassian.confluence.plugin.webresource.CssSubstitutionTransformer
 
makeResult(Entity) - Method in class com.atlassian.confluence.user.PermittedUserFinder
 
makeStruct(Object) - Static method in class com.atlassian.confluence.rpc.xmlrpc.Translator
 
makeSummary(String, String) - Static method in class com.atlassian.confluence.util.VelocityUtil
Create a proper summary of this content fragment given a query
makeTestLink(String, PageContext) - Static method in class com.atlassian.confluence.links.linktypes.PageLink
Factory for making a link that can be used in tests
makeUnlicensedAuthenticatedUsersRow() - Static method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UnlicensedPermissionRow
Deprecated.
 
makeUrlBuilder(TransformerParameters) - Method in class com.atlassian.confluence.plugin.webresource.aui.VelocityI18nTransformer
 
makeUrlBuilder(TransformerParameters) - Method in class com.atlassian.confluence.plugin.webresource.ColoursWebResourceTransformer
 
makeUrlBuilder(TransformerParameters) - Method in class com.atlassian.confluence.plugin.webresource.CssSubstitutionTransformer
 
makeUser(String, String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Creates a user with no special permissions or group memberships.
makeVector(Object[]) - Static method in class com.atlassian.confluence.rpc.xmlrpc.Translator
 
makeVersion(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
 
makeVersion(ContentEntityObject, boolean) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
 
makeWriteLatencyMeasurements() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdSharedFileWriteLatencyMeter
 
MANAGE_LIKE_NOTIFICATIONS - Static variable in class com.atlassian.confluence.plugins.like.conditions.ManageNotificationsLinkCondition
 
ManageAdminTaskAction - Class in com.atlassian.confluence.admin.actions.tasks
 
ManageAdminTaskAction() - Constructor for class com.atlassian.confluence.admin.actions.tasks.ManageAdminTaskAction
 
ManagedHazelcastHibernateRegionCache - Class in com.atlassian.confluence.impl.cache.hibernate
A ManagedCache implementation backed by a Hibernate Region.
ManagedScheduledCronJob - Class in com.atlassian.confluence.schedule
Managed job definition for cron based jobs.
ManagedScheduledCronJob(JobId, JobRunner, JobConfig, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledCronJob
For atlassian-scheduler.
ManagedScheduledCronJob(JobId, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledCronJob
For atlassian-scheduler.
ManagedScheduledCronJob(JobId, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledCronJob
For atlassian-scheduler.
ManagedScheduledCronJob(JobId, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledCronJob
For atlassian-scheduler.
ManagedScheduledCronJob(JobId, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledCronJob
For atlassian-scheduler.
ManagedScheduledCronJob(String, JobRunner, boolean, String, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledCronJob
For atlassian-scheduler.
ManagedScheduledCronJob(String, JobRunner, boolean, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledCronJob
For atlassian-scheduler.
ManagedScheduledCronJob(String, JobRunner, boolean, String, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledCronJob
For atlassian-scheduler.
ManagedScheduledCronJob(String, JobRunner, boolean, String, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledCronJob
For atlassian-scheduler.
ManagedScheduledJob - Interface in com.atlassian.confluence.schedule
Encapsulates the static configuration of a managed scheduled job.
ManagedScheduledJobException - Exception in com.atlassian.confluence.schedule.managers
Exceptions for errors or invalid use of the ScheduledJobManager.
ManagedScheduledJobException() - Constructor for exception com.atlassian.confluence.schedule.managers.ManagedScheduledJobException
 
ManagedScheduledJobException(String) - Constructor for exception com.atlassian.confluence.schedule.managers.ManagedScheduledJobException
 
ManagedScheduledJobException(String, Throwable) - Constructor for exception com.atlassian.confluence.schedule.managers.ManagedScheduledJobException
 
ManagedScheduledJobException(Throwable) - Constructor for exception com.atlassian.confluence.schedule.managers.ManagedScheduledJobException
 
ManagedScheduledJobFactory - Class in com.atlassian.confluence.schedule
Constructs ScheduledJobConfigurations, ScheduledJobStatus and JobConfig objects, and saves/schedules them based on preconfigured (i.e.
ManagedScheduledJobFactory() - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledJobFactory
Required for CGLIB to be able to successfully proxy.
ManagedScheduledJobFactory(SchedulerService, TimeZoneManager, ScheduledJobDao, DefaultManagedScheduledJobRegistry, ScheduledJobManager) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledJobFactory
 
ManagedScheduledJobInitialiser - Interface in com.atlassian.confluence.schedule
Responsible for constructing managed scheduled jobs and scheduling them with the scheduler.
ManagedScheduledJobRegistrationService - Interface in com.atlassian.confluence.schedule
Defines the service for registering and unregistering ManagedScheduledJob, e.g.
ManagedScheduledJobRegistry - Interface in com.atlassian.confluence.schedule.managers
The registry of jobs in the system under management.
ManagedScheduledJobsLifecycle - Class in com.atlassian.confluence.schedule.listeners
Manages the initialisation and shutdown of the managed jobs.
ManagedScheduledJobsLifecycle() - Constructor for class com.atlassian.confluence.schedule.listeners.ManagedScheduledJobsLifecycle
 
ManagedScheduledSimpleJob - Class in com.atlassian.confluence.schedule
Managed job definition for interval based jobs.
ManagedScheduledSimpleJob(JobId, JobRunner, JobConfig, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManagedScheduledSimpleJob(JobId, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManagedScheduledSimpleJob(JobId, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManagedScheduledSimpleJob(JobId, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManagedScheduledSimpleJob(JobId, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManagedScheduledSimpleJob(String, JobRunner, boolean, long, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManagedScheduledSimpleJob(String, JobRunner, boolean, long, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManagedScheduledSimpleJob(String, JobRunner, boolean, long, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManagedScheduledSimpleJob(String, JobRunner, boolean, long, int, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManagedScheduledSimpleJob(String, JobRunner, boolean, long, int, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManagedScheduledSimpleJob(String, JobRunner, boolean, long, int, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
For atlassian-scheduler.
ManageNotificationsLinkCondition - Class in com.atlassian.confluence.plugins.like.conditions
Determines if a Like link should be present in a change notification email.
ManageNotificationsLinkCondition() - Constructor for class com.atlassian.confluence.plugins.like.conditions.ManageNotificationsLinkCondition
 
ManageWatchersAction - Class in com.atlassian.confluence.mail.notification.actions
 
ManageWatchersAction() - Constructor for class com.atlassian.confluence.mail.notification.actions.ManageWatchersAction
 
MANDATORY - Enum constant in enum class com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor.Propagation
Uses the current transaction, or throws TransactionRequiredException if there is no such transaction.
ManualTotalPaginationSupport<T> - Class in com.atlassian.confluence.pages
Deprecated.
since 6.10.0. Use PaginationService instead.
ManualTotalPaginationSupport() - Constructor for class com.atlassian.confluence.pages.ManualTotalPaginationSupport
Deprecated.
 
ManualTotalPaginationSupport(int) - Constructor for class com.atlassian.confluence.pages.ManualTotalPaginationSupport
Deprecated.
 
ManualTotalPaginationSupport(List<T>, int, int, int) - Constructor for class com.atlassian.confluence.pages.ManualTotalPaginationSupport
Deprecated.
 
ManyFetcher<T> - Interface in com.atlassian.confluence.api.service.finder
 
map(MappingAnalyzerDescriptor) - Method in class com.atlassian.confluence.impl.search.v2.mappers.ConfluenceLuceneAnalyzerMapper
 
map(MappingAnalyzerDescriptor) - Method in interface com.atlassian.confluence.impl.search.v2.mappers.LuceneAnalyzerMapper
 
MapAndKeyValuePairDeserializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Deserialize either a map json object, or a key-value pair json array as a map.
MapAndKeyValuePairDeserializer(MapDeserializer) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.MapAndKeyValuePairDeserializer
 
MapAndKeyValuePairDeserializer(JavaType, ValueInstantiator, KeyDeserializer, JsonDeserializer<Object>, TypeDeserializer) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.MapAndKeyValuePairDeserializer
 
mapCleared(MapEvent) - Method in class com.atlassian.confluence.cache.hazelcast.logging.LoggingEntryListener
 
mapDiffsToAuditLogEntries(AuditLogEventType, String, DiffResult) - Method in class com.atlassian.confluence.impl.user.crowd.audit.NoOpCrowdAuditLogUserMapper
 
mapEvicted(MapEvent) - Method in class com.atlassian.confluence.cache.hazelcast.logging.LoggingEntryListener
 
mapMappingProperties(Collection<FieldMapping>) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchFieldMappingMapper
 
mapMappingProperty(FieldMapping) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchFieldMappingMapper
 
mapOperator(BooleanOperator) - Static method in class com.atlassian.confluence.plugins.opensearch.mappers.MapperUtils
 
MappedAction - Class in com.atlassian.confluence.dmz.struts
Encapsulates information about a Struts action which a given request maps to.
MapperUtils - Class in com.atlassian.confluence.plugins.opensearch.mappers
 
MapperUtils() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.MapperUtils
 
mapping - Variable in class com.atlassian.confluence.plugins.index.api.StringFieldDescriptor
 
MappingAnalyzerDescriptor - Interface in com.atlassian.confluence.plugins.index.api
Lucene agnostic class for representing concrete, individual representations of Lucene Analyzer
MappingCharFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
A char filter that maps one string to another.
MappingCharFilterDescriptor(Map<String, String>) - Constructor for class com.atlassian.confluence.search.v2.analysis.MappingCharFilterDescriptor
 
Mappings() - Constructor for class com.atlassian.confluence.internal.index.lucene.LuceneChangeExtractor.Mappings
 
mapQueryToOpenSearch(AllQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchAllQueryMapper
 
mapQueryToOpenSearch(BooleanQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchBooleanQueryMapper
 
mapQueryToOpenSearch(ConstantScoreQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchConstantScoreQueryMapper
 
mapQueryToOpenSearch(ContentPermissionsQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchContentPermissionsQueryMapper
 
mapQueryToOpenSearch(FieldExistsQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchFieldExistsQueryMapper
 
mapQueryToOpenSearch(FunctionScoreQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchFunctionScoreQueryMapper
 
mapQueryToOpenSearch(MatchNoDocsQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchMatchNoDocsQueryMapper
 
mapQueryToOpenSearch(PhraseQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchPhraseQueryMapper
 
mapQueryToOpenSearch(PrefixQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchPrefixQueryMapper
 
mapQueryToOpenSearch(QueryStringQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchQueryStringQueryMapper
 
mapQueryToOpenSearch(SiteTextSearchQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSiteTextSearchQueryMapper
 
mapQueryToOpenSearch(SpanNearQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSpanNearQueryMapper
 
mapQueryToOpenSearch(TermQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTermQueryMapper
 
mapQueryToOpenSearch(TermSetQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTermSetQueryMapper
 
mapQueryToOpenSearch(TextFieldQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTextFieldQueryMapper
 
mapQueryToOpenSearch(WildcardTextFieldQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchWildcardTextFieldQueryMapper
 
mapQueryToOpenSearch(SearchQuery) - Method in class com.atlassian.confluence.plugins.opensearch.DelegatingQueryMapper
 
mapQueryToOpenSearch(SearchQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSiteSearchPermissionQueryMapper
 
mapQueryToOpenSearch(SearchQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSpacePermissionQueryMapper
 
mapQueryToOpenSearch(Q) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchRangeQueryMapper
 
mapQueryToOpenSearch(T) - Method in interface com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchQueryMapper
 
mapSortToOpenSearch(SearchSort) - Method in class com.atlassian.confluence.plugins.opensearch.DelegatingSortMapper
 
mapSortToOpenSearch(FavouriteSort) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchFavouriteSortMapper
 
mapSortToOpenSearch(FieldSort) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchFieldSortMapper
 
mapSortToOpenSearch(LowercaseFieldSort) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchLowercaseFieldSortMapper
 
mapSortToOpenSearch(MultiSearchSort) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchMultiSearchSortMapper
 
mapSortToOpenSearch(RelevanceSort) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchRelevanceSortMapper
 
mapSortToOpenSearch(T) - Method in interface com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchSortMapper
 
mark(int) - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
mark(int) - Method in class com.atlassian.confluence.util.http.SizeLimitedInputStream
Deprecated.
 
MARK_JOB_AS_PROPAGATION_FAILED - Enum constant in enum class com.atlassian.confluence.index.SourceNodeExitAction
This action marks a reindex job as having failed during propagation.
MARK_NODE_AS_UNAVAILABLE - Enum constant in enum class com.atlassian.confluence.index.SourceNodeExitAction
This action marks the source node as unavailable.
MarkAllLogsAction - Class in com.atlassian.confluence.impl.admin.actions
This action allows users with administrator permissions to write comments directly into the log and also rollover logs (more info on what that means can be found here)
MarkAllLogsAction() - Constructor for class com.atlassian.confluence.impl.admin.actions.MarkAllLogsAction
 
markAsFullyFinalized(boolean) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
markAsFullyFinalized(boolean) - Method in interface com.atlassian.confluence.upgrade.UpgradeFinalizationManager
Once installation is complete, we'll need to set the finalized build number in the database and home directory with the product build number.
MarkdownXhtmlConverter - Class in com.atlassian.confluence.tinymceplugin.rest
Resource that will accept wiki content and return its XHTML equivalent.
MarkdownXhtmlConverter(RenderedContentCleaner) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.MarkdownXhtmlConverter
 
markDraftSynchronised(SpaceContentEntityObject) - Method in interface com.atlassian.confluence.internal.content.collab.ContentReconciliationManager
Marks Synchrony Revision Source to synchrony.
markDraftSynchronised(SpaceContentEntityObject) - Method in class com.atlassian.confluence.internal.content.collab.DefaultContentReconciliationManager
 
MARKER_REF_PROP - Static variable in class com.atlassian.confluence.pages.Comment
ContentProperty key for the reference to the selection's markers in storage format
markIdsAsPersisted(Class<?>, List<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.FilteredPersistedObjectsRegister
 
markIdsAsPersisted(Class<?>, List<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.InMemoryPersistedObjectsRegister
 
markIdsAsPersisted(Class<?>, List<Object>) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.idmapping.PersistedObjectsRegister
 
markJobAsFinished() - Static method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobResponse
 
markObjectsAsPersisted(ExportableEntityInfo, List<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.AbstractIdMapper
 
markObjectsAsPersisted(ExportableEntityInfo, List<Object>) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.idmapping.IdMapper
Marks all ids as persisted.
markSupported() - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
markSupported() - Method in class com.atlassian.confluence.util.http.SizeLimitedInputStream
Deprecated.
 
markTaskComplete(String) - Method in interface com.atlassian.confluence.admin.AdminTasklistManager
Marks an AdminTask as being completed.
markTaskComplete(String) - Method in class com.atlassian.confluence.admin.DefaultAdminTasklistManager
 
markTaskComplete(String, User) - Method in interface com.atlassian.confluence.admin.AdminTasklistManager
Marks an AdminTask as being completed.
markTaskComplete(String, User) - Method in class com.atlassian.confluence.admin.DefaultAdminTasklistManager
 
markTaskIncomplete(String) - Method in class com.atlassian.confluence.admin.DefaultAdminTasklistManager
 
MARKUP - Enum constant in enum class com.atlassian.confluence.content.service.DefaultRenderingService.RenderMode
 
markWebSudoRequest(HttpServletRequest) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
Marks the request as a request for a WebSudo resource.
markWebSudoRequest(HttpServletRequest) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
marshal(UrlResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUrlResourceIdentifierMarshaller
 
marshal(Emoticon, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.inline.EditorEmoticonMarshaller
 
marshal(Emoticon, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inline.StorageEmoticonMarshaller
 
marshal(Emoticon, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.inline.ViewEmoticonMarshaller
 
marshal(InlineCommentMarker, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker.StorageInlineCommentMarkerMarshaller
 
marshal(InlineCommentMarker, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker.ViewInlineCommentMarkerMarshaller
 
marshal(InlineCommentMarker, ConversionContext) - Method in class com.atlassian.confluence.diff.marshallers.DiffInlineCommentMarkerMarshaller
 
marshal(InlineTaskList, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskMarshaller
 
marshal(InlineTaskList, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskMarshaller
 
marshal(InlineTaskList, ConversionContext) - Method in class com.atlassian.confluence.diff.marshallers.DiffInlineTaskMarshaller
 
marshal(CreatePageLink, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewCreatePageLinkMarshaller
 
marshal(UnresolvedLink, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkMarshaller
 
marshal(PageLayout, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutMarshaller
 
marshal(PageLayout, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.pagelayouts.ViewPageLayoutMarshaller
 
marshal(AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageAttachmentResourceIdentifierMarshaller
 
marshal(AttachmentResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller
 
marshal(BlogPostResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageBlogPostResourceIdentifierMarshaller
Marshal the provided resource identifier.
marshal(BlogPostResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller
 
marshal(ContentEntityResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageContentEntityResourceIdentifierMarshaller
 
marshal(PageResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StoragePageResourceIdentifierMarshaller
Marshal the provided resource identifier.
marshal(PageResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorPageResourceIdentifierMarshallerAndUnmarshaller
 
marshal(ResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
marshal(ResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.MakeRelativeAndDelegateResourceIdentifierMarshaller
 
marshal(ResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.DelegatingEditorResourceIdentifierMarshaller
 
marshal(ShortcutResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageShortcutResourceIdentifierMarshaller
 
marshal(ShortcutResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorShortcutResourceIdentifierMarshallerAndUnmarshaller
 
marshal(SpaceResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageSpaceResourceIdentifierMarshaller
 
marshal(SpaceResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorSpaceResourceIdentifierMarshallerAndUnmarshaller
 
marshal(UserResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUserResourceIdentifierMarshaller
Marshal the supplied UserResourceIdentifier to storage format.
marshal(UserResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorUserResourceIdentifierMarshallerAndUnmarshaller
 
marshal(Time, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeMarshaller
 
marshal(Time, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.time.ViewTimeMarshaller
 
marshal(XmlStreamWriterTemplate, EmbeddedImage, AttachmentResourceIdentifier, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageMarshaller
 
marshal(XmlStreamWriterTemplate, EmbeddedImage, AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.DefaultAttachedImageResourceMarshaller
 
marshal(SystemMaintenanceTask) - Method in class com.atlassian.confluence.impl.system.task.JsonSystemMaintenanceTaskMarshalling
 
marshal(SystemMaintenanceTask) - Method in interface com.atlassian.confluence.impl.system.task.SystemMaintenanceTaskMarshalling
Convert a SystemMaintenanceTask POJO to a string representation
marshal(Macro, MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.CustomImageEditorMacroMarshaller
 
marshal(Macro, MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.CustomPlaceholderEditorMarshaller
 
marshal(Macro, MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
 
marshal(Macro, MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodyMacroMarshaller
 
marshal(Macro, MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.ImprovedEditorUnknownMacroMarshaller
 
marshal(Macro, MacroDefinition, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.MacroMarshaller
Marshall the supplied macro.
marshal(Attachment, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.link.AttachmentStaxStreamMarshaller
 
marshal(EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedImageMarshaller
 
marshal(EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.EmbeddedImageMarshaller
 
marshal(EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.ViewEmbeddedImageMarshaller
 
marshal(LinkBody<?>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkBodyMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DelegatingLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.UrlLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewAttachmentLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewBlogPostLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewContentEntityLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewDraftLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkBodyMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewPageLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewPageTemplateLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewShortcutLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewSpaceLinkMarshaller
Marshals the given link to a String.
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkBodyMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewUserLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.diff.marshallers.DiffLinkMarshaller
 
marshal(Link, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.link.EditorLinkMarshallingStrategy
 
marshal(Link, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewAttachmentLinkMarshallingStrategy
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorMacroMarshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.DelegatingStorageMacroMarshaller
Marshals the supplied MacroDefinition using either V1 or V2 macro storage format.
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV1Marshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV2Marshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.ViewUnknownMacroMarshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.diff.marshallers.DiffMacroMarshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.impl.content.render.xhtml.editor.macro.DelegatingEditorMacroMarshaller
 
marshal(MacroDefinition, ConversionContext, Marshaller<MacroDefinition>) - Method in enum class com.atlassian.confluence.xhtml.api.MacroDefinitionMarshallingStrategy
Convert the MacroDefinition to a string.
marshal(Placeholder, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.placeholder.EditorPlaceholderMarshaller
 
marshal(Placeholder, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.placeholder.StoragePlaceholderMarshaller
 
marshal(Placeholder, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.placeholder.ViewPlaceholderMarshaller
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.atlassian.confluence.setup.xstream.AtomicReferenceConverter
 
marshal(T, ConversionContext) - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MetricsCollectingMarshaller
 
marshal(T, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.Marshaller
Marshals an object to XML.
marshal(T, XMLStreamWriter, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.StaxStreamMarshaller
 
marshalCharacters(Characters) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
Check for the 3 characters that should be encoded but that aren't by StAX and ensure their encoded form is used in the returned String.
MARSHALL_MACRO - Enum constant in enum class com.atlassian.confluence.xhtml.api.MacroDefinitionMarshallingStrategy
Marshall the macro, to allow its use later on.
Marshaller<T> - Interface in com.atlassian.confluence.content.render.xhtml
Responsible for marshalling an XML fragment.
MarshallerMetrics - Class in com.atlassian.confluence.impl.content.render.xhtml.analytics
An immutable class representing collected metrics.
MarshallerMetrics(MarshallerMetricsAccumulationKey, int, long, long, Map<String, Long>) - Constructor for class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetrics
 
MarshallerMetricsAccumulationKey - Interface in com.atlassian.confluence.impl.content.render.xhtml.analytics
To be implemented by any classes who wish to be used as metrics accumulation keys.
MarshallerMetricsAccumulator - Interface in com.atlassian.confluence.impl.content.render.xhtml.analytics
Provides operations to allow the accumulation of marshaller execution metrics.
MarshallerMetricsAccumulatorStack - Class in com.atlassian.confluence.impl.content.render.xhtml.analytics
A utility class which maintains a "stack" of MarshallerMetricsAccumulators.
MarshallerMetricsAccumulatorStack() - Constructor for class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAccumulatorStack
 
MarshallerMetricsAnalyticsEvent - Class in com.atlassian.confluence.impl.content.render.xhtml.analytics
Encapsulates information gathered via the marshaller metrics framework as an analytics event.
MarshallerMetricsAnalyticsEventFactory - Class in com.atlassian.confluence.impl.content.render.xhtml.analytics
 
MarshallerMetricsAnalyticsEventFactory() - Constructor for class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEventFactory
 
MarshallerMetricsAnalyticsEventPublisher - Class in com.atlassian.confluence.impl.content.render.xhtml.analytics
A RenderingEventPublisher which should be invoked whenever a rendering process is completed.
MarshallerMetricsAnalyticsEventPublisher(EventPublisher) - Constructor for class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEventPublisher
 
MarshallerMetricsCollector - Interface in com.atlassian.confluence.impl.content.render.xhtml.analytics
A interface against which execution metrics can be recorded.
MarshallerMetricsCollector.Timer - Interface in com.atlassian.confluence.impl.content.render.xhtml.analytics
An interface to allow clients to stop the timing
MarshallerMetricsCollectors - Class in com.atlassian.confluence.impl.content.render.xhtml.analytics
A utility class for obtaining MarshallerMetricsCollector instances for the current context.
MarshallerMetricsCollectors() - Constructor for class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsCollectors
 
MarshallerMetricsConsumer - Interface in com.atlassian.confluence.impl.content.render.xhtml.analytics
Consumes MarshallerMetrics as they are published.
MarshallingFactory<T> - Interface in com.atlassian.confluence.content.render.xhtml
An interface describing a factory capable of returning a Marshaller or Unmarshaller suitable for particular usages.
MarshallingFragmentTransformer<T> - Class in com.atlassian.confluence.content.render.xhtml
Lazily resolves the marshaller and unmarshaller to use for transforming objects of the specified type.
MarshallingFragmentTransformer(Class<T>, MarshallingType, MarshallingType, MarshallingRegistry) - Constructor for class com.atlassian.confluence.content.render.xhtml.MarshallingFragmentTransformer
 
MarshallingRegistry - Interface in com.atlassian.confluence.content.render.xhtml
Gets Marshallers and Unmarshallers, so you don't have to wire them yaself.
MarshallingType - Enum Class in com.atlassian.confluence.content.render.xhtml
The type of a Marshaller or Unmarshaller.
marshalPlaceholder(XmlStreamWriterTemplate, EmbeddedImage, AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorUnidentifiedAttachmentMarshaller
 
marshalPlaceholder(XmlStreamWriterTemplate, EmbeddedImage, AttachmentResourceIdentifier, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.view.embed.UnidentifiedAttachmentMarshaller
 
marshalPlaceholder(XmlStreamWriterTemplate, EmbeddedImage, AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.ViewUnidentifiedAttachmentMarshaller
 
maskEmail(String, Settings) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
massCreateAttachments(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
massCreateAttachments(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Create a whole series of attachments on a single page.
massCreateAttachments(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
MATCH - Enum constant in enum class com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.ComparisonResult
 
MATCH_ALL - Static variable in interface com.atlassian.confluence.user.SearchEntitiesManager
Deprecated.
 
MATCH_ANY - Static variable in interface com.atlassian.confluence.user.SearchEntitiesManager
Deprecated.
 
MatchAllDocsFilter - Class in com.atlassian.confluence.impl.search.v2.lucene.filter
Deprecated.
since 7.20. Use MatchAllDocsQuery instead. This filter will be removed in 8.0 with CONFSRVDEV-23162
matchAndReplaceSpaces(String) - Static method in class com.atlassian.confluence.util.PlainTextToHtmlConverter
 
matches(ContentEntityObject, ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
 
matches(ContentEntityObject, ResourceIdentifier) - Method in interface com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierMatcher
 
matches(ColumnDescriptor) - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ColumnDescriptor
 
matches(IndexDescriptor) - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.IndexDescriptor
 
matches(BlogPost, ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
 
matches(Comment, ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
Remembering that this implementation is intended for use in rendering then a Comment is said to match the ResourceIdentifier if the parent of the Comment matches the ResourceIdentifier.
matches(Draft, ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
 
matches(Page, ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
 
matches(Group) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipCacheKey
 
matches(ModuleDescriptor) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperClassPredicate
Deprecated.
 
matches(ModuleDescriptor) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperPredicate
Deprecated.
 
matches(ModuleDescriptor) - Method in class com.atlassian.confluence.macro.V2CompatibilityModuleDescriptorPredicate
 
matches(ModuleDescriptor<? extends Macro>) - Method in class com.atlassian.confluence.plugin.descriptor.OutputDeviceTypeMacroModuleDescriptorPredicate
 
matches(ModuleDescriptor<? extends T>) - Method in class com.atlassian.confluence.plugin.CompositeModuleDescriptorPredicate
Deprecated.
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.DelegatorDownloadResourceManager
 
matches(String) - Method in interface com.atlassian.confluence.importexport.resource.DownloadResourceManager
Returns a boolean to indicate whether the current DownloadResourceManager will know how to handle the given resourcePath.
matches(String) - Method in class com.atlassian.confluence.importexport.resource.ExportDownloadResourceManager
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.IconDownloadResourceManager
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.PackageResourceManager
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceManager
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceManager
 
matches(String) - Method in interface com.atlassian.confluence.plugin.module.PluginProvidedDecoratorModule
Returns true if this decorator override should match the given path.
matches(String) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
matches(String) - Method in class com.atlassian.confluence.servlet.download.ExportDownload
 
matches(String) - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
matches(String, Class<?>, Method) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
matches(String, Class<?>, Method) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
Check if the action method should be WebSudo protected for the given requestServletPath.
matches(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.urlrewrite.ConfluenceResourceDownloadRewriteRule
 
matches(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.rewrite.ConfluenceResourceDownloadRewriteRule
Deprecated.
 
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class com.atlassian.confluence.internal.index.config.ConditionalOnSearchPlatform.OnSearchPlatformCondition
 
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class com.atlassian.confluence.plugins.opensearch.spring.ConditionalForOpenSearch.OpenSearchCondition
 
matches(T) - Method in interface com.atlassian.confluence.core.persistence.schema.descriptor.DescriptorComparator
 
matchesContentType(AbstractPage) - Method in class com.atlassian.confluence.mail.notification.Notification
Returns true if this notification matches the type of the passed content object.
matchesSafely(Content) - Method in class com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher
 
matchesSafely(ContentTemplate) - Method in class com.atlassian.confluence.api.testsupport.matchers.model.content.template.ContentTemplateNameMatcher
 
matchesSafely(User) - Method in class com.atlassian.confluence.api.testsupport.matchers.model.user.UserMatchers.UserWithKeyMatcher
 
matchesSafely(TransactionAttribute, Description) - Method in class com.atlassian.confluence.spring.transaction.TransactionAttributeMatcher
 
matchesToken(String) - Method in class com.atlassian.confluence.user.UserVerificationToken
 
matchesType(EmbeddedObject) - Method in interface com.atlassian.confluence.renderer.embedded.EmbeddedResourceRenderer
Returns true if the renderer matches the resource
MatchNoDocsQuery - Class in com.atlassian.confluence.impl.search.v2.lucene
Sometimes you want a "match nothing" query, for example to take the place in a search of something that could not be resolved, and therefore can never be found (i.e.
MatchNoDocsQuery - Class in com.atlassian.confluence.search.v2.query
 
MatchNoDocsQuery() - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.MatchNoDocsQuery
 
MatchNoDocsQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
MatchNoDocsQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.MatchNoDocsQueryMapper
 
Material - Class in com.atlassian.confluence.plugin.descriptor.aboutpage
Encapsulates data from the Bill Of Materials
Material(String, String, String, String, String) - Constructor for class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
MAU_EVENT_FILTER - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
MAU_LAST_SENT_TIME_BY_USER - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
MauApplicationKey - Class in com.atlassian.confluence.api.model.event.mau
Represent a possible sub-product.
MauApplicationKey(String) - Constructor for class com.atlassian.confluence.api.model.event.mau.MauApplicationKey
 
MauEventFilter - Class in com.atlassian.confluence.web.filter
Send MAU events in each servlet request
MauEventFilter() - Constructor for class com.atlassian.confluence.web.filter.MauEventFilter
 
MauEventService - Interface in com.atlassian.confluence.api.service.event.mau
MAU events are sent as analytics events per product per user after a fixed interval, if there are any activities in the product from the user during that interval.
MauEventServiceImpl - Class in com.atlassian.confluence.api.impl.service.event.mau
 
MauEventServiceImpl(EventPublisher, Clock, CacheFactory, PermissionManager, ConfluenceAccessManager) - Constructor for class com.atlassian.confluence.api.impl.service.event.mau.MauEventServiceImpl
 
MAX - Enum constant in enum class com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
 
MAX_AGE_LOWER_LIMIT - Static variable in class com.atlassian.confluence.api.model.retention.RetentionRuleValidator
 
MAX_AGE_UPPER_LIMIT - Static variable in class com.atlassian.confluence.api.model.retention.RetentionRuleValidator
 
MAX_ALLOWED_LABELS - Static variable in class com.atlassian.confluence.util.LabelUtil
The maximum number of labels allowed on a page or space.
MAX_ALLOWED_LABELS_PER_INPUT - Static variable in class com.atlassian.confluence.util.LabelUtil
The maximum number of labels we allow to be entered via a single sumbission from the user interface.
MAX_ALLOWED_RELOAD_STATE_DELAY - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
MAX_BREADCRUMBS - Static variable in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
MAX_CACHE_SIZE_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MAX_DOCS - Static variable in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
MAX_ENTRIES - Static variable in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
MAX_ENTRIES - Static variable in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
the max number of entries for adding groups or users to permission scheme.
MAX_HISTORY - Static variable in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
MAX_LABEL_NAME_LENGTH - Static variable in class com.atlassian.confluence.labels.LabelParser
 
MAX_LABEL_PREFIX_LENGTH - Static variable in class com.atlassian.confluence.labels.LabelParser
 
MAX_LABELS - Static variable in class com.atlassian.confluence.plugins.labels.actions.AbstractLabelDisplayingAction
 
MAX_LIMIT - Static variable in class com.atlassian.confluence.search.v2.SearchConstants
To limit heap usage, define limits for page size.
MAX_LO - Static variable in class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGenerator
The max_lo parameter
MAX_LOGO_HEIGHT - Static variable in class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
The maximum height logo we will serve, in pixels.
MAX_NUM_RESULTS - Static variable in class com.atlassian.confluence.search.v2.SearchConstants
 
MAX_NUMBER_LOWER_LIMIT - Static variable in class com.atlassian.confluence.api.model.retention.RetentionRuleValidator
 
MAX_NUMBER_UPPER_LIMIT - Static variable in class com.atlassian.confluence.api.model.retention.RetentionRuleValidator
 
MAX_PEOPLE_PER_PAGE - Static variable in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
MAX_PROCESSED_ENTRIES_PROPERTY - Static variable in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions
 
MAX_REFERENCES - Static variable in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
Maximum number of references to store, after which only the count is incremented
MAX_RESULTS_PARAM - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
 
MAX_RETRY - Static variable in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.DefaultPageNameConflictResolver
 
MAX_SPACE_KEY_LEN - Static variable in class com.atlassian.confluence.impl.space.deletion.concealing.SpaceKeyNameRenamer
 
MAX_SPACE_NAME_LENGTH - Static variable in class com.atlassian.confluence.spaces.Space
 
MAX_START_OFFSET - Static variable in class com.atlassian.confluence.search.v2.SearchConstants
To limit heap usage, define limits for start offset.
MAX_TREE_HEIGHT - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.persisters.AncestorRecordsGenerator
 
maxAge(Integer) - Method in class com.atlassian.confluence.api.model.retention.RetentionRule.RetentionRuleBuilder
 
maxBlocks(int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
maxCacheSizeChangedEvent(MaxCacheSizeChangedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
MaxCacheSizeChangedEvent - Class in com.atlassian.confluence.event.events.admin
Event that indicates that max cache size for a particular cache needs to be changed.
MaxCacheSizeChangedEvent(Object, String, int) - Constructor for class com.atlassian.confluence.event.events.admin.MaxCacheSizeChangedEvent
Deprecated.
since 5.10
MaxCacheSizeChangedEvent(Object, String, int, int) - Constructor for class com.atlassian.confluence.event.events.admin.MaxCacheSizeChangedEvent
 
maxCharCount(int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
maxDeletedAge(Integer) - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule.TrashRetentionRuleBuilder
 
MaxDocsBulkOperationBuffer - Class in com.atlassian.confluence.plugins.opensearch.bulk
Applies automatic flush to a delegate BulkOperationBuffer whenever the number of enqueued documents have reached the specified limit.
MaxDocsBulkOperationBuffer(BulkOperationBuffer, int) - Constructor for class com.atlassian.confluence.plugins.opensearch.bulk.MaxDocsBulkOperationBuffer
 
MAXIMUM_CLOUD_BUILD_VERSION_NUMBER - Static variable in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
In Confluence 8.0.0 we have removed upgrade tasks with build numbers lower than 7103 Cloud's build number is still that of the fork "6452", so our build number is too high.
MAXIMUM_KEY_LENGTH - Static variable in interface com.atlassian.confluence.api.service.content.ContentPropertyService
 
MAXIMUM_MAX_UPLOAD_ATTACHMENTS - Static variable in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
MAXIMUM_POOL_SIZE_KEY - Static variable in class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
 
MAXIMUM_PROPERTIES_PER_PAGE_REQUEST - Static variable in interface com.atlassian.confluence.api.service.content.ContentPropertyService
 
MAXIMUM_VALUE_LENGTH - Static variable in interface com.atlassian.confluence.api.service.content.ContentPropertyService
 
maxNumberOfVersions(Integer) - Method in class com.atlassian.confluence.api.model.retention.RetentionRule.RetentionRuleBuilder
 
maxProcessedEntries - Variable in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
MaxRamBulkOperationBuffer - Class in com.atlassian.confluence.plugins.opensearch.bulk
Applies automatic flush to a delegate BulkOperationBuffer so that it does not exceed the specified RAM limit (MB).
MaxRamBulkOperationBuffer(BulkOperationBuffer, double) - Constructor for class com.atlassian.confluence.plugins.opensearch.bulk.MaxRamBulkOperationBuffer
 
maxResultsParam - Variable in class com.atlassian.confluence.macro.ContentFilteringMacro
Parameter to handle the maximum number of results.
MaxResultsParameter - Class in com.atlassian.confluence.macro.params
Parameter that resolves an Integer as the maximum number of results to return to a query.
MaxResultsParameter() - Constructor for class com.atlassian.confluence.macro.params.MaxResultsParameter
 
MaxResultsParameter(String) - Constructor for class com.atlassian.confluence.macro.params.MaxResultsParameter
 
MaxResultsParameter(List<String>, String) - Constructor for class com.atlassian.confluence.macro.params.MaxResultsParameter
 
MaxScoreFunction - Class in com.atlassian.confluence.search.v2.score
Maximum score of component functions is used.
MaxScoreFunction(ComposableScoreFunction, ComposableScoreFunction, ComposableScoreFunction...) - Constructor for class com.atlassian.confluence.search.v2.score.MaxScoreFunction
 
maybeAdjustLimit(int) - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
MaybeNot<T> - Class in com.atlassian.confluence.core
Deprecated.
since 7.0.1. Use None
MBeanExporterWithUnregister - Interface in com.atlassian.confluence.jmx
This interface has been created to allow us to perform additional necessary operations that are not provided via Spring's JMX support classes.
MBeanExporterWithUnregisterImpl - Class in com.atlassian.confluence.jmx
Extends Spring's MBeanExporter to provide server state checks around any JMX registration changes.
MBeanExporterWithUnregisterImpl(EventPublisher, TenantAccessor) - Constructor for class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
MDC_ENTRY_SEPARATOR - Static variable in class com.atlassian.confluence.impl.logging.LoggingContextRenderer
 
MDC_KEY_VALUE_SEPARATOR - Static variable in class com.atlassian.confluence.impl.logging.LoggingContextRenderer
 
measure() - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseLatencyMeter
Returns database latency.
measure() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.db.DefaultDatabaseLatencyMeter
 
measureGetUser(Supplier<T>) - Static method in class com.atlassian.confluence.impl.seraph.AuthenticatorMetrics
 
measureWriteLatency() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdLocalFileWriteLatencyMeter
 
measureWriteLatency() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdSharedFileWriteLatencyMeter
 
MeasuringPluginUpgradeManager - Class in com.atlassian.sal.confluence.lifecycle
Measures the execution times of individual upgrade tasks.
MeasuringPluginUpgradeManager(List<PluginUpgradeTask>, TransactionTemplate, PluginAccessor, PluginSettingsFactory, PluginEventManager, ClusterLockService) - Constructor for class com.atlassian.sal.confluence.lifecycle.MeasuringPluginUpgradeManager
 
MEDIA - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
MEDIA_TYPE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
MEDIA_TYPE_METADATA_KEY - Static variable in interface com.atlassian.confluence.api.service.content.AttachmentService
Attachment Media Type is stored in the Content metadata as the "mediaType" entry.
MediaTypeUtils - Class in com.atlassian.confluence.rest.client.util
Provide utility feature for MediaType handling
MEDIUM - Enum constant in enum class com.atlassian.confluence.util.test.annotations.UserJourney.Priority
 
megabytes() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
MEMBER_OF_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.UserNav
 
memberOf() - Method in interface com.atlassian.confluence.api.nav.Navigation.UserNav
 
MembershipCache - Interface in com.atlassian.confluence.impl.user.crowd
 
memoize(BiFunction<T, U, R>) - Static method in class com.atlassian.confluence.impl.util.Memoizer
 
memoize(Function<T, R>) - Static method in class com.atlassian.confluence.impl.util.Memoizer
 
Memoizer<T,R> - Class in com.atlassian.confluence.impl.util
This class can be used to create functions that calculate results only once.
MemoizingComponentReference - Class in com.atlassian.confluence.util
Lazily loads the component from the ContainerManager and memoize the result.
MemoizingComponentReference() - Constructor for class com.atlassian.confluence.util.MemoizingComponentReference
 
Memory - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
MemoryAwareImageRenderPredicate - Class in com.atlassian.confluence.content.render.image
A predicate which can decide whether a given image stream is "safe" to render as a raster, given the currently available amount of free memory.
MemoryAwareImageRenderPredicate() - Constructor for class com.atlassian.confluence.content.render.image.MemoryAwareImageRenderPredicate
 
MemoryBandanaPersister - Class in com.atlassian.bandana.impl
Deprecated.
since 9.3 do not use
MemoryBandanaPersister() - Constructor for class com.atlassian.bandana.impl.MemoryBandanaPersister
Deprecated.
 
MemoryInfo - Class in com.atlassian.confluence.status.service.systeminfo
Simple bean encapsulating information about the system's memory usage.
MemoryInfo() - Constructor for class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
Construct a new MemoryInfo containing details of Confluence's memory usage at time of instantiation.
MemoryInfo.Bytes - Class in com.atlassian.confluence.status.service.systeminfo
Represents some number of bytes.
MENTION - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
MentionsParser - Interface in com.atlassian.confluence.content.render.xhtml.storage.link.user
Deprecated.
Since 5.3. No replacement.
MENU_ITEM_SELECTED_BACKGROUND - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
MENU_ITEM_SELECTED_BACKGROUND_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
MENU_ITEM_SELECTED_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
MENU_ITEM_SELECTED_TEXT_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
MENU_ITEM_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
MENU_ITEM_TEXT_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
MENU_SELECTED_BACKGROUND - Static variable in interface com.atlassian.confluence.themes.ColourScheme
Deprecated.
since 9.2
menuItemSelectedBgColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
menuItemSelectedTextColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
menuItemTextColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
merge(Expansion[]) - Method in class com.atlassian.confluence.api.model.Expansions
 
merge(Expansions) - Method in class com.atlassian.confluence.api.model.Expansions
 
merge(DeletionResult) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
On merging, we summarise number of objects and mark it as finished only if both results are finished.
merge(Expansions) - Method in class com.atlassian.confluence.legacyapi.service.Expansions
Deprecated.
 
merge(BooleanQueryFactory) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Merges the specified BooleanQueryFactory with the current one.
merge(MergingValue, MergingValue) - Method in class com.atlassian.confluence.cluster.hazelcast.AlwaysNullMapMergePolicy
 
merge(String, String, String) - Method in class com.atlassian.confluence.functest.rest.merger.MergerTestResource
 
merge(MergePolicy.OneMerge) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
mergeContent(Draft) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
Merges the draft with the original version compared to the latest version of the page.
mergeContent(Draft) - Method in interface com.atlassian.confluence.pages.DraftManager
Attempts the merge the changes done by this draft with the latest version of the content.
mergeContent(String, String, String) - Method in class com.atlassian.confluence.plugins.merge.TDMMerger
 
mergeContent(String, String, String) - Method in interface com.atlassian.confluence.util.diffs.Merger
Merge the content provided.
mergeContent(String, String, String) - Method in class com.atlassian.confluence.util.diffs.PageLayoutAwareMerger
 
mergeContent(String, String, String, long, TimeUnit) - Method in class com.atlassian.confluence.plugins.merge.TDMMerger
 
mergeContentObjects(Iterator<? extends ConfluenceEntityObject>, Iterator<? extends ConfluenceEntityObject>, int) - Static method in class com.atlassian.confluence.util.ContentUtils
 
mergeFieldsFrom(SimpleContent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
Updates all fields from other (except id because id must not be changed).
Merger - Interface in com.atlassian.confluence.util.diffs
 
MergeResult - Interface in com.atlassian.confluence.util.diffs
 
MergerManager - Interface in com.atlassian.confluence.util.diffs
 
MergerModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A ModuleDescriptor type allowing plugins to declare Merger modules.
MergerModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.MergerModuleDescriptor
 
MergerTestResource - Class in com.atlassian.confluence.functest.rest.merger
A REST resource to allow testing of Merger modules provided by the plugin system.
MergerTestResource(PluginAccessor) - Constructor for class com.atlassian.confluence.functest.rest.merger.MergerTestResource
 
MergeToSmallestIdDedupeStrategy - Class in com.atlassian.confluence.internal.upgrade.constraint.dedup
2 steps: 1.
MergeToSmallestIdDedupeStrategy(String, String, Collection<MergeToSmallestIdDedupeStrategy.ReferencedTable>) - Constructor for class com.atlassian.confluence.internal.upgrade.constraint.dedup.MergeToSmallestIdDedupeStrategy
 
MergeToSmallestIdDedupeStrategy.ReferencedTable - Class in com.atlassian.confluence.internal.upgrade.constraint.dedup
Hold information about a table having a foreign key referencing current table This implementation only support simple foreign keys i.e.
MergeValidationResult - Interface in com.atlassian.confluence.api.model.validation
A validation result that also encapsulates the result of a merge operation.
mergeVariables(PageTemplate, List, String) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
mergeVariables(PageTemplate, List, String) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
mergeWith(SynchronyEvictionProgress) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
MergingAtlassianDocumentBuilder<T> - Class in com.atlassian.confluence.internal.index.v2
An AtlassianDocumentBuilder implementation that merges multiple AtlassianDocuments built by other AtlassianDocumentBuilders.
MergingAtlassianDocumentBuilder(Collection<AtlassianDocumentBuilder<T>>) - Constructor for class com.atlassian.confluence.internal.index.v2.MergingAtlassianDocumentBuilder
 
message(SimpleMessage) - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestFieldValidationError.Builder
 
message(SimpleMessage) - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationError.Builder
 
message(String) - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
 
message(String) - Method in class com.atlassian.confluence.rest.v2.api.model.RestError.Builder
 
message(String, String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.Slf4JInfoStream
 
Message - Class in com.atlassian.confluence.util.i18n
A user interface message consisting of a message key with optional arguments.
Message<T extends Message> - Interface in com.atlassian.confluence.api.model.messages
Contains an key and array of arguments for conversion to an internationalised string.
Message - Interface in com.atlassian.confluence.util.message
A message to display on a page
MESSAGE - Static variable in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
 
messageHolder - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
MessageHolder - Interface in com.atlassian.confluence.validation
An i18n- and character-escaping-agnostic collection of action and field error Messages.
MessageHolderAware - Interface in com.atlassian.confluence.validation
Actions implementing this interface can have MessageHolders loaded into the action's ValidationAware implementation.
MessageHolderFactory - Interface in com.atlassian.confluence.validation
Produces MessageHolder instances.
MessageHolderInterceptor - Class in com.atlassian.confluence.validation
Sets a new MessageHolder instance into all MessageHolderAware actions.
MessageHolderInterceptor() - Constructor for class com.atlassian.confluence.validation.MessageHolderInterceptor
 
MessageLevel - Enum Class in com.atlassian.confluence.validation
The level that a Message will be displayed at.
MessageLoadingPreResultListener - Class in com.atlassian.confluence.validation
Loads MessageHolder messages into a ConfluenceActionSupport instance after Action execution but before Result execution.
MessageManager - Interface in com.atlassian.confluence.util.message
Manages messages to display in pages
MessageManagerContextConfig - Class in com.atlassian.confluence.impl.message
 
MessageManagerContextConfig() - Constructor for class com.atlassian.confluence.impl.message.MessageManagerContextConfig
 
MESSAGES - Static variable in class com.atlassian.confluence.user.SessionKeys
 
MESSAGES_DECORATOR_FILTER - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
MessagesDecoratorFilter - Class in com.atlassian.confluence.util.message
Filter that adds global messages to the templates that use #displayGlobalMessages() macro.
MessagesDecoratorFilter() - Constructor for class com.atlassian.confluence.util.message.MessagesDecoratorFilter
 
metadata(Map<String, Object>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
metadata(Map<String, Object>) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
METADATA - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
METADATA - Static variable in class com.atlassian.confluence.api.model.content.Space.Expansions
 
MetadataKeys() - Constructor for class com.atlassian.confluence.api.model.content.Space.MetadataKeys
 
MetadataProperty - Class in com.atlassian.confluence.api.extension
Describes a meta-data property that's returned from ModelMetadataProvider.
MetadataProperty(String, Type) - Constructor for class com.atlassian.confluence.api.extension.MetadataProperty
 
MetadataProperty(String, List<MetadataProperty>) - Constructor for class com.atlassian.confluence.api.extension.MetadataProperty
 
MetadataValueDeserializer - Class in com.atlassian.confluence.api.serialization.jackson2
JSON Serializer that converts metadata field
MetadataValueDeserializer - Class in com.atlassian.confluence.api.serialization
JSON Serializer that converts metadata field
MetadataValueDeserializer() - Constructor for class com.atlassian.confluence.api.serialization.jackson2.MetadataValueDeserializer
 
MetadataValueDeserializer() - Constructor for class com.atlassian.confluence.api.serialization.MetadataValueDeserializer
 
metatags - Static variable in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.Expansions
 
metatags(HtmlString) - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.SuperBatchWebResourcesBuilder
 
MeteredBandanaPersisterFactoryBean - Class in com.atlassian.confluence.impl.bandana
Responsible for creating MeteredBandanaPersister instances.
MeteredBandanaPersisterFactoryBean(BandanaPersister, MeterRegistry) - Constructor for class com.atlassian.confluence.impl.bandana.MeteredBandanaPersisterFactoryBean
 
METHOD_SHOULD_NOT_BE_INVOKED_ERROR_MESSAGE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
MethodAndPathServerRequestParser - Class in com.atlassian.confluence.util.zipkin.impl
Customizes how spans are named to include the http method and path.
MethodAndPathServerRequestParser() - Constructor for class com.atlassian.confluence.util.zipkin.impl.MethodAndPathServerRequestParser
 
methodBlock(FrameworkMethod) - Method in class com.atlassian.confluence.util.test.timing.TimingRunner
 
methodBlock(FrameworkMethod) - Method in class it.com.atlassian.confluence.TimingSpringJUnit4ClassRunner
 
methodInvoker(FrameworkMethod, Object) - Method in class com.atlassian.confluence.util.test.timing.TimingRunner
 
methodInvoker(FrameworkMethod, Object) - Method in class it.com.atlassian.confluence.TimingSpringJUnit4ClassRunner
 
methods() - Element in annotation interface com.atlassian.confluence.rest.v2.api.annotation.LogRequestInfo
 
METRIC_KEY - Static variable in class com.atlassian.confluence.internal.diagnostics.MacroRenderingMonitor
 
MetricsCollectingMarshaller<T> - Class in com.atlassian.confluence.impl.content.render.xhtml.analytics
A Marshaller which delegates to another marshaller, whilst collecting metrics about the execution and streaming of that delegate.
metricsCollector(ConversionContext, MarshallerMetricsAccumulationKey) - Static method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsCollectors
Obtain a MarshallerMetricsCollector instance for the given accumulation key and context
MicrometerBinderRegistrar - Class in com.atlassian.confluence.impl.metrics
Responsible for registering a bunch of standard meters with Micrometer, gathering and publishing metrics on the JVM, Tomcat, Hibernate and others.
MicrometerBinderRegistrar(MeterRegistry, MBeanServer) - Constructor for class com.atlassian.confluence.impl.metrics.MicrometerBinderRegistrar
 
MICROSOFT_ACTIVE_DIRECTORY - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
migrate() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentMigrator
Deprecated.
Perform the migration
migrate() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator
Deprecated.
 
migrate() - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
performs migration of attachments from version V3 to V4.
migrate(AuditConsumer) - Method in class com.atlassian.confluence.api.impl.service.audit.migration.ConfluenceAuditEntityMigrator
 
migrate(MacroDefinition, ConversionContext) - Method in interface com.atlassian.confluence.macro.xhtml.MacroMigration
Migrates a wiki-markup representation of a macro to XHTML
migrate(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.macro.xhtml.PlainTextMacroMigration
 
migrate(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.macro.xhtml.RichTextMacroMigration
 
migrate(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.macro.xhtml.V2MacroToUnmigratedWikiMarkupMacroMigration
 
migrate(String, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator
Migrate the supplied content.
migrate(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiToXhtmlMigrator
 
migrate(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlRoundTripMigrator
 
migrate(String, ConversionContext) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlWikiMarkupMacroMigrator
Attempt to migrate any instances of unmigrated-wiki-markup found in the supplied storage XHTML formatted content to storage XHTML.
migrate(String, RenderContext) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ExceptionThrowingMigrator
Migrate the supplied text to a different text format.
migrate(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiToEditorHtmlMigrator
 
migrate(String, RenderContext, List<RuntimeException>) - Method in class com.atlassian.confluence.content.render.xhtml.migration.AbstractExceptionTolerantMigrator
 
migrate(String, RenderContext, List<RuntimeException>) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator
migrate(String, RenderContext, List<RuntimeException>) - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiToXhtmlMigrator
Convert wiki text to storage format XHTML.
migrateAll() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
Attempt to migrate all instances of the unmigrated wiki markup macro to the new xhtml format.
MigrateScheduledJobCacheUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Migrates Bandana values stored in the ScheduledJobConfiguration context Specifically, it changes the key from the legacy "QUARTZGRP#JOBID" format to "JOBID" As Quartz jobs are unsupported in 8.0, the job group property no longer exists.
MigrateScheduledJobCacheUpgradeTask(BandanaManager, BatchOperationManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MigrateScheduledJobCacheUpgradeTask
 
migrateSchemaIfNecessary(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.impl.macro.schema.DefaultMacroSchemaMigrator
 
migrateSchemaIfNecessary(MacroDefinition, ConversionContext) - Method in interface com.atlassian.confluence.impl.macro.schema.MacroSchemaMigrator
Migrates the macro definition to the latest version of it's macro schema.
migrateSite() - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultSiteMigrator
 
migrateSite() - Method in class com.atlassian.confluence.content.render.xhtml.migration.PageTemplateSiteMigrator
 
migrateSite() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.SiteMigrator
Migrate the entire site.
migrateTrashDate(String, Instant) - Method in interface com.atlassian.confluence.dmz.pages.TrashManagerInternal
Add trash date to existing items in the trash for a space
migrateTrashDate(String, Instant) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
migrateTrashDate(Instant) - Method in interface com.atlassian.confluence.dmz.pages.TrashManagerInternal
Add trash date to all existing items in the trash
migrateTrashDate(Instant) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
MigrateTrashDateUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Set trash date for pre-7.14 items in the trash
MigrateTrashDateUpgradeTask(TrashManagerInternal) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MigrateTrashDateUpgradeTask
 
MIGRATION_SETUP_TYPES - Static variable in class com.atlassian.confluence.setup.DefaultSetupPersister
 
MigrationAware - Interface in com.atlassian.confluence.content.render.xhtml.migration
To be implemented by those FragmentTransformers, Unmarshallers and Marshallers which are aware of when they've made a transformation that constitutes a "migration" from one format to another.
MigrationAware.MigrationPerformedPredicate - Class in com.atlassian.confluence.content.render.xhtml.migration
Wraps the MigrationAware interface in a Predicate.
MigrationException - Exception in com.atlassian.confluence.content.render.xhtml.migration.exceptions
The base exception extended by any exceptions thrown during migration.
MigrationException() - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
 
MigrationException(String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
 
MigrationException(String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
 
MigrationException(Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
 
MigrationPageTemplateDao - Class in com.atlassian.confluence.content.render.xhtml.migration
Overrides the default behaviour to prevent the last modified user being changed when migrating.
MigrationPageTemplateDao() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.MigrationPageTemplateDao
 
MigrationPerformedPredicate(MigrationAware) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.MigrationAware.MigrationPerformedPredicate
 
MigrationRequiredListener - Class in com.atlassian.confluence.content.render.xhtml.migration.macro
Listens for plugin enabled events and requests the macro migration service to update the migration required flag when one is encountered.
MigrationRequiredListener(MacroMigrationService) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.macro.MigrationRequiredListener
 
MigrationResult(String, boolean) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator.MigrationResult
 
MigrationResult(String, boolean, List<RuntimeException>) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator.MigrationResult
 
MILLISECOND - Enum constant in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
Limit a date's resolution to millisecond granularity.
millisPassedFromEvictionStart() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
millisPassedFromRemovalStart() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
millisPassedFromSearchStart() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
MIME_TYPE_HTML - Static variable in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
MIME_TYPE_HTML - Static variable in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
MIME_TYPE_TEXT - Static variable in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
MIME_TYPE_TEXT - Static variable in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
MimeBodyPartDataSource - Class in com.atlassian.confluence.mail.embed
DataSource decorator that custom-URL-encodes the name for use with a MimeBodyPart.
MimeBodyPartDataSource(DataSource) - Constructor for class com.atlassian.confluence.mail.embed.MimeBodyPartDataSource
 
MimeBodyPartRecorder - Interface in com.atlassian.confluence.mail.embed
Records the usage of images which are meant to be embedded in a MIME email.
MimeBodyPartReference - Class in com.atlassian.confluence.mail.embed
A reference to a designated MIME body part and an RFC 2392 compliant way to locate it within the HTML body part the same email.
MimeBodyPartReference(DataSource) - Constructor for class com.atlassian.confluence.mail.embed.MimeBodyPartReference
 
MimetypesExtensionTranslationMapFactory - Interface in com.atlassian.confluence.core
 
MimetypesFileTypeMapFactory - Interface in com.atlassian.confluence.core
 
MIN - Enum constant in enum class com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
 
minBlocks(int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
minCharCount(int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
MINIMAL_SPACE_ENTITY - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.SpaceEntityExampleDocument
 
MINIMUM_BUILD_NUMBER - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
MINIMUM_FULL_IMPORT_BUILD_NUMBER - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
Backwards compatibility for full export.
MINIMUM_MAX_UPLOAD_ATTACHMENTS - Static variable in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
MINIMUM_RESTORE_BUILD_NUMBER - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.BackupPropertiesValidator
 
MINIMUM_SPACE_IMPORT_BUILD_NUMBER - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
If you change this, you will break OD <-> BTF imports.
MINIMUM_SUPPORTED_UPGRADE_BUILD_NUMBER - Static variable in interface com.atlassian.confluence.upgrade.UpgradeManager
The lowest build number we will attempt to upgrade from.
MINIMUM_SUPPORTED_UPGRADE_VERSION - Static variable in interface com.atlassian.confluence.upgrade.UpgradeManager
The Confluence version corresponding to the build numbers above.
MINIMUM_VERSION - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
minimumMemoryInMb() - Method in interface com.atlassian.confluence.util.sandbox.SandboxSpec
Minimum amount of heap memory sandbox JVM should have
minimumStackInMb() - Method in interface com.atlassian.confluence.util.sandbox.SandboxSpec
Minimum amount of stack every sandbox thread should have
minimumTimeout() - Static method in class com.atlassian.confluence.renderer.PageContext
Returns a timeout of 1 hour.
MINOR_EDIT - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
 
MINOR_EDIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
minorEdit(boolean) - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
 
MinScoreFunction - Class in com.atlassian.confluence.search.v2.score
Minimum score of component functions is used.
MinScoreFunction(ComposableScoreFunction, ComposableScoreFunction, ComposableScoreFunction...) - Constructor for class com.atlassian.confluence.search.v2.score.MinScoreFunction
 
minus(MemoryInfo.Bytes) - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
MINUS - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
MINUTE - Enum constant in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
Limit a date's resolution to minute granularity.
MISMATCH - Enum constant in enum class com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.ComparisonResult
 
MISSING_CONTENT_ID_TRANSLATION - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
MISSING_CONTENT_REFERENCE_TRANSLATION - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
MISSING_CONTENT_TYPE_TRANSLATION - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
MISSING_PERMISSION_KEY - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
MISSING_PERMISSION_TRANSLATION - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
MISSING_SPACE_KEY_TRANSLATION - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
missingConfiguration(HomeHealthCheckFailure.Reason) - Static method in class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure
 
MissingConfluenceLicenseValidationException - Exception in com.atlassian.confluence.license.exception
 
MissingConfluenceLicenseValidationException(Iterable<ProductLicense>) - Constructor for exception com.atlassian.confluence.license.exception.MissingConfluenceLicenseValidationException
 
MissingConfluenceLicenseValidationExceptionHandler - Class in com.atlassian.confluence.license.exception.handler
 
MissingConfluenceLicenseValidationExceptionHandler(I18NBean) - Constructor for class com.atlassian.confluence.license.exception.handler.MissingConfluenceLicenseValidationExceptionHandler
 
MobileAppRequestFilter - Class in com.atlassian.confluence.util
 
MobileAppRequestFilter() - Constructor for class com.atlassian.confluence.util.MobileAppRequestFilter
 
MobileUtils - Class in com.atlassian.confluence.util
Mobile utility class.
MobileUtils() - Constructor for class com.atlassian.confluence.util.MobileUtils
 
MobileUtils.MobileOS - Enum Class in com.atlassian.confluence.util
 
MockAuditService - Class in com.atlassian.confluence.core.audit
Trivial implementation to test our usage of AuditService
MockAuditService() - Constructor for class com.atlassian.confluence.core.audit.MockAuditService
 
MockBootstrapContext - Class in it.com.atlassian.confluence.license
 
MockBootstrapContext() - Constructor for class it.com.atlassian.confluence.license.MockBootstrapContext
 
MockContentPropertyService - Class in com.atlassian.integrationtest.confluence.api.service.content
A dummy ContentPropertyService for integration tests.
MockContentPropertyService() - Constructor for class com.atlassian.integrationtest.confluence.api.service.content.MockContentPropertyService
 
MockRestEntityEnrichmentManager - Class in com.atlassian.integrationtest.confluence.rest.serialization.jackson2.enrich
 
MockRestEntityEnrichmentManager() - Constructor for class com.atlassian.integrationtest.confluence.rest.serialization.jackson2.enrich.MockRestEntityEnrichmentManager
 
MockRestrictionsResponse - Class in com.atlassian.confluence.plugins.restapi.resources.util
 
MockRestrictionsResponse() - Constructor for class com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse
 
MockRestrictionsResponse.OperationRestriction - Class in com.atlassian.confluence.plugins.restapi.resources.util
 
MockScheduledJobManager - Class in com.atlassian.integrationtest.confluence.user
A No-op implementation to temporarily allow integration tests to run
MockScheduledJobManager() - Constructor for class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
MockSetupOrMainContext - Class in it.com.atlassian.confluence.license
 
MockSetupOrMainContext() - Constructor for class it.com.atlassian.confluence.license.MockSetupOrMainContext
 
MockSpacePropertyServiceProvider - Class in com.atlassian.confluence.impl.retention
Empty Space Property Provider to allow integration tests to run
MockSpacePropertyServiceProvider() - Constructor for class com.atlassian.confluence.impl.retention.MockSpacePropertyServiceProvider
 
MockTestTranslationTransform - Class in com.atlassian.confluence.plugin
 
MockTestTranslationTransform() - Constructor for class com.atlassian.confluence.plugin.MockTestTranslationTransform
 
MockXsrfTokenValidator - Class in it.com.atlassian.confluence.sal
 
MockXsrfTokenValidator() - Constructor for class it.com.atlassian.confluence.sal.MockXsrfTokenValidator
 
modelConverter() - Method in interface com.atlassian.confluence.impl.pagination.PaginationQuery
 
modelConverter() - Method in class com.atlassian.confluence.impl.pagination.PaginationQueryImpl
 
ModelFactory<I,O> - Interface in com.atlassian.confluence.api.model
An factory for producing API model objects.
ModelListBuilder<T> - Class in com.atlassian.confluence.api.model.reference
Assists in building fields that may be either a list of items or an explicit CollapsedList.
modelMap(ModelMapBuilder<? extends K, ? extends V>) - Static method in class com.atlassian.confluence.api.model.reference.BuilderUtils
All API Model maps must be Immutable and either:
modelMap(Map<? extends K, ? extends V>) - Static method in class com.atlassian.confluence.api.model.reference.BuilderUtils
All API Model maps must be Immutable and either:
ModelMapBuilder<K,V> - Class in com.atlassian.confluence.api.model.reference
A Map builder for CollapsedMap and EnrichableMap instances.
ModelMetadataProvider - Interface in com.atlassian.confluence.api.extension
Provides additional metadata such as Likes and Watches to API Model objects.
ModelMetadataProviderModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.api
Describes a plugin module for adding metadata to API Model objects
ModelMetadataProviderModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.api.ModelMetadataProviderModuleDescriptor
 
ModelToRenderedClassMapper - Interface in com.atlassian.confluence.content.render.xhtml.view
Define an object that when given some model instance (only Link supported at the moment) will provide the HTML/XML class attribute value to be used when rendering the link
MODERN_JOHNSON - Static variable in class com.atlassian.confluence.internal.health.HealthCheckAttributes
The value of the HealthCheckAttributes.JOHNSON_UI_VERSION attribute that indicates events are to be displayed in the "modern Johnson" UI added for CONFSRVDEV-2798.
Modification<T extends ContentEntityObject> - Interface in com.atlassian.confluence.core
Clients should implement this interface and modify the passed in reference to ContentEntityObject as they see fit.
MODIFICATION_DATE_PARAMETER - Static variable in class com.atlassian.confluence.servlet.download.AttachmentUrlParser
 
MODIFICATION_DATE_SORT - Static variable in class com.atlassian.confluence.util.AttachmentComparator
 
MODIFICATION_DATE_TRUNCATE_GRANULARITY - Static variable in class com.atlassian.confluence.impl.search.v2.score.DefaultScoreFunctionFactory
Deprecated.
Truncate modification date to the lower bound specified unit of time granularity.
MODIFIED - Enum constant in enum class com.atlassian.confluence.content.CustomContentManager.SortField
 
MODIFIED - Enum constant in enum class com.atlassian.confluence.macro.params.SortType
Sort by last modification time.
MODIFIED - Enum constant in enum class com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRangeQueryType
 
MODIFIED - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
ModifiedDateExpDecayScoreScriptProvider - Class in com.atlassian.confluence.plugins.opensearch.scripts
Provides the Exponential decay scoring script for the last modified field
ModifiedDateExpDecayScoreScriptProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.scripts.ModifiedDateExpDecayScoreScriptProvider
 
ModifiedDateGaussDecayScoreScriptProvider - Class in com.atlassian.confluence.plugins.opensearch.scripts
Provides the Gauss decay scoring script for the last modified field
ModifiedDateGaussDecayScoreScriptProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.scripts.ModifiedDateGaussDecayScoreScriptProvider
 
ModifiedRecencyScoreFunction - Class in com.atlassian.confluence.search.v2.score
 
ModifiedRecencyScoreFunction(DecayParameters, DecayParameters, double) - Constructor for class com.atlassian.confluence.search.v2.score.ModifiedRecencyScoreFunction
 
ModifiedSort - Class in com.atlassian.confluence.search.v2.sort
Order search results by time last modified
ModifiedSort(SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.ModifiedSort
 
modify(T) - Method in interface com.atlassian.confluence.core.Modification
Modifies the state of the content specified here.
MODIFY_PERMISSION - Static variable in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
MODIFY_SPACE_PERMISSION_TYPES - Static variable in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
modifyDeserializer(DeserializationConfig, BeanDescription, JsonDeserializer<?>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule.ConfluenceBeanDeserializerModifier
 
modifyMapDeserializer(DeserializationConfig, MapType, BeanDescription, JsonDeserializer<?>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule.ConfluenceBeanDeserializerModifier
 
modifyPage(Page) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
modifyPattern(String) - Method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2ConfluenceControlCharsEscapedPatternLayoutBuilder
 
modifyPattern(String) - Method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2ConfluencePatternLayoutBuilder
Since this needs to work with log4j1.x-era configurations, we need to substitute the single-character pattern specifiers used by the log4j1.x ConfluencePatternLayout with the multi-character pattern specifiers used by log4j2.x
modifyPattern(String) - Method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2LegacyPatternLayoutWithContextBuilder
 
modifyPattern(String) - Method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2LegacyPatternLayoutWithStackTraceBuilder
 
MODULE_KEY - Static variable in class com.atlassian.confluence.themes.DefaultTheme
 
ModuleCompleteKey - Class in com.atlassian.confluence.api.model.plugin
Represents the fully qualified key of a plugin module.
ModuleCompleteKey(String) - Constructor for class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey
Constructs a ModuleCompleteKey given the String representation of the complete key.
ModuleCompleteKey(String, String) - Constructor for class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey
Constructs a ModuleCompleteKey given the separate plugin key and module key.
ModuleCompleteKey.ModuleCompleteKeyBuilder - Class in com.atlassian.confluence.api.model.plugin
 
ModuleCompleteKeyBuilder() - Constructor for class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey.ModuleCompleteKeyBuilder
 
ModuleDescriptorCache<T extends com.atlassian.plugin.ModuleDescriptor<?>> - Class in com.atlassian.confluence.plugin
Deprecated.
since 7.0.1. All uses of PluginAccessor.getEnabledModuleDescriptorsByClass(Class) are cached now.
ModuleDescriptorCache(Class<? extends T>) - Constructor for class com.atlassian.confluence.plugin.ModuleDescriptorCache
Deprecated.
 
ModuleDescriptorCache(Class<? extends T>, ModuleDescriptorPredicate) - Constructor for class com.atlassian.confluence.plugin.ModuleDescriptorCache
Deprecated.
 
ModuleDescriptorCache.Initializer<T> - Interface in com.atlassian.confluence.plugin
Deprecated.
Implementations of this interface are used to initialize a ModuleDescriptorCache
moduleKey(String) - Method in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey.ModuleCompleteKeyBuilder
 
MonitorableCallerRunsPolicy - Class in com.atlassian.confluence.event
ThreadPoolExecutor.CallerRunsPolicy implementation which logs messages if there are no more threads or queue slots available to process all events
MonitorableCallerRunsPolicy(DurationChecker) - Constructor for class com.atlassian.confluence.event.MonitorableCallerRunsPolicy
 
monitoredClass - Variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
Monitoring(AbstractMonitoringAuditEvent.MonitoringType, boolean, boolean) - Constructor for class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.Monitoring
 
MONITORING_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.MonitoringAuditListener
 
MONITORING_DISABLED_ATTRIBUTE - Static variable in class com.atlassian.confluence.impl.audit.listener.MonitoringAuditListener
 
MONITORING_ENABLED_ATTRIBUTE - Static variable in class com.atlassian.confluence.impl.audit.listener.MonitoringAuditListener
 
MonitoringAnalytics - Class in com.atlassian.confluence.event.events.analytics
This class holds all analytic events which are used for monitoring config.
MonitoringAnalytics.AppMonitoringToggledAnalyticsEvent - Class in com.atlassian.confluence.event.events.analytics
 
MonitoringAnalytics.IpdMonitoringToggledAnalyticsEvent - Class in com.atlassian.confluence.event.events.analytics
 
MonitoringAnalytics.JmxToggledAnalyticsEvent - Class in com.atlassian.confluence.event.events.analytics
 
MonitoringAuditListener - Class in com.atlassian.confluence.impl.audit.listener
Listens to monitoring event from and create audit log records from them.
MonitoringAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.MonitoringAuditListener
 
MonitoringStatsAnalyticEvent - Class in com.atlassian.confluence.event.events.analytics
Analytic event fired daily with current state of monitoring features.
MonitoringStatsAnalyticEvent(boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.event.events.analytics.MonitoringStatsAnalyticEvent
 
MonitoringStatsEventPublisher - Class in com.atlassian.confluence.impl.metrics
Daily scheduled job publishing analytic event MonitoringStatsAnalyticEvent.
MonitoringStatsEventPublisher(ConfluenceJmxConfigService, EventPublisher) - Constructor for class com.atlassian.confluence.impl.metrics.MonitoringStatsEventPublisher
 
MONTH - Enum constant in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
Limit a date's resolution to month granularity.
MONTHS - Enum constant in enum class com.atlassian.confluence.api.model.retention.AgeUnit
 
MoreThanOneUserCriteria - Class in com.atlassian.confluence.admin.criteria
Checks whether there is at least two active users registered in Confluence.
MoreThanOneUserCriteria(UserChecker) - Constructor for class com.atlassian.confluence.admin.criteria.MoreThanOneUserCriteria
 
MOST_POPULAR_BY_SPACE - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
MOST_RECENT_JOURNAL_ID - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
MostUsedLabelsCacheRecord - Class in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao
Represents a cache records stored in DB
MostUsedLabelsCacheRecord() - Constructor for class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
 
move(long, int) - Method in class com.atlassian.confluence.functest.rest.admin.DirectoryResource
 
move(ContentId, ContentId, ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource
 
MOVE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelOperation
 
MOVE - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
moveAttachment(long, String, long, String) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
moveAttachment(ContentId, ContentId, ContentId, String) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
moveAttachment(ContentId, ContentId, ContentId, String) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
Move an attachment to a different content entity object and/or give it a new name.
moveAttachment(AttachmentRef, AttachmentRef, AttachmentRef.Container) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Deprecated.
since 8.1.0
moveAttachment(AttachmentRef, AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
Deprecated.
since 8.1.0
moveAttachment(AttachmentRef, AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
moveAttachment(AttachmentRef, AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
Deprecated.
since 8.1.0, not needed in v004 storage
moveAttachment(AttachmentRef, AttachmentRef, AttachmentRef.Container) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
Deprecated.
since 8.1.0, not needed in v004 storage
moveAttachment(Attachment, ContentEntityObject) - Method in interface com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
Moves an attachment to a different ContentEntityObject container.
moveAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
moveAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
moveAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Moves an Attachment to a new file name or content object
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Moves an attachment to a new file name or content object
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
moveAttachment(Attachment, String, ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
moveAttachment(Attachment, String, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.AttachmentManager
 
moveAttachment(Attachment, String, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
moveAttachment(Attachment, String, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
moveAttachment(Attachment, String, ContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
moveAttachment(String, long, String, long, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Move or rename an attachment
moveAttachment(String, long, String, long, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
moveAttachment(String, long, String, long, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
moveAttachment(String, String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
moveAttachment(String, String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
MoveAttachmentAction - Class in com.atlassian.confluence.pages.actions
 
MoveAttachmentAction() - Constructor for class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
moveAttachmentCompletionStage(ContentId, ContentId, ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
Moves an Attachment from a page to new page.
moveAttachmentCompletionStage(ContentId, ContentId, ContentId) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
moveAttachmentCompletionStage(ContentId, ContentId, ContentId, String) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
Moves an Attachment from a page to new page and also rename it.
moveAttachmentCompletionStage(ContentId, ContentId, ContentId, String) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
moveAttachments(AttachmentRef.Container, AttachmentRef.Space, AttachmentRef.Space) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Deprecated.
since 8.1.0
moveAttachments(AttachmentRef.Container, AttachmentRef.Space, AttachmentRef.Space) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
Deprecated.
since 8.1.0. Space is no longer a part of the attachment path since storage v004.
moveAttachments(AttachmentRef.Container, AttachmentRef.Space, AttachmentRef.Space) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
moveAttachments(AttachmentRef.Container, AttachmentRef.Space, AttachmentRef.Space) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
Deprecated.
since 8.1.0, not needed in v004 storage because we do not move files in v004 storage
moveAttachments(AttachmentRef.Container, AttachmentRef.Space, AttachmentRef.Space) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
Deprecated.
since 8.1.0, not needed in v004 storage because we do not move files in v004 storage
moveBlogPost(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
moveBlogPost(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
moveBlogPost(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
MoveBlogPostAction - Class in com.atlassian.confluence.pages.actions
Move a blog post to a new space.
MoveBlogPostAction() - Constructor for class com.atlassian.confluence.pages.actions.MoveBlogPostAction
 
moveBlogPostToTopLevel(BlogPost, Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
moveBlogPostToTopLevel(BlogPost, Space) - Method in interface com.atlassian.confluence.pages.PageManager
Move a blog post to the top level of targetSpace.
MoveBlogPostToTopOfSpaceCommand - Class in com.atlassian.confluence.content.service.blogpost
A command that moves a blog post to a top level of a given space.
MoveBlogPostToTopOfSpaceCommand(PageManager, PermissionManager, BlogPostLocator, SpaceLocator) - Constructor for class com.atlassian.confluence.content.service.blogpost.MoveBlogPostToTopOfSpaceCommand
 
moveChildrenToNewParent(Page, Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
moveChildrenToNewParent(Page, Page) - Method in interface com.atlassian.confluence.pages.PageManager
Moves all the children from one page to another The new parent should NOT be the child of the old parent, this method will return with no operation in that case
moveDataForAttachmentVersion(AttachmentRef, AttachmentRef) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Deprecated.
since 8.1.0
moveDataForAttachmentVersion(AttachmentRef, AttachmentRef) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
Deprecated.
since 8.1.0
moveDataForAttachmentVersion(AttachmentRef, AttachmentRef) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
moveDataForAttachmentVersion(AttachmentRef, AttachmentRef) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
Deprecated.
since 8.1.0, not needed in v004 storage
moveDataForAttachmentVersion(AttachmentRef, AttachmentRef) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
Deprecated.
since 8.1.0, not needed in v004 storage
moveDataForAttachmentVersion(Attachment, Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
Moves the attachment data from one AbstractVersionedEntityObject.getVersion() to the other.
moveDataForAttachmentVersion(Attachment, Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Moves the attachment data from one AbstractVersionedEntityObject.getVersion() to the other.
moveDataForAttachmentVersion(Attachment, Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
moveDataForAttachmentVersion(Attachment, Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
moveDir(File, File) - Static method in class com.atlassian.confluence.util.io.ConfluenceFileUtils
move a directory with all it's children into another directory if destination directory already exists, it will be deleted.
moveDirWithCopyFallback(Either<AttachmentRef, AttachmentRef.Container>, File, File, DeferredFileDeletionQueue) - Static method in class com.atlassian.confluence.util.io.ConfluenceFileUtils
moveDirWithCopyFallback(File, File, DeferredFileDeletionQueue) - Static method in class com.atlassian.confluence.util.io.ConfluenceFileUtils
moveExistingLocalFileToRestoreDir(File, JobScope) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Moves the provided file to the restore directory
movePage(long, long, String) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
movePage(String, long, long, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
movePage(String, long, long, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
movePage(String, long, long, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
movePage(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
movePage(String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
MovePageAbstractCommand - Class in com.atlassian.confluence.content.service.page
Base class for commands which are responsible for page moving
MovePageAction - Class in com.atlassian.confluence.pages.actions
Move a page and its children to a new location in the system.
MovePageAction() - Constructor for class com.atlassian.confluence.pages.actions.MovePageAction
 
movePageAfter(Page, Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
movePageAfter(Page, Page) - Method in interface com.atlassian.confluence.pages.PageManager
Move the provided page (first argument) after the reference page (second argument).
movePageAsChild(Page, Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
Move the source page to the end of targetPage's children list.
movePageAsChild(Page, Page) - Method in interface com.atlassian.confluence.pages.PageManager
Move the provided page (first argument) as a child of the reference page (second argument).
movePageBefore(Page, Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
movePageBefore(Page, Page) - Method in interface com.atlassian.confluence.pages.PageManager
Move the provided page (first argument) before the reference page (second argument).
MovePageCommand - Interface in com.atlassian.confluence.content.service.page
An interface for a command that implements the logic to move a page to another parent or space.
movePageCommandHelper - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
MovePageCommandHelper - Class in com.atlassian.confluence.content.service.page
 
MovePageCommandHelper(PageManager) - Constructor for class com.atlassian.confluence.content.service.page.MovePageCommandHelper
Deprecated.
since 8.1
MovePageCommandHelper(PageManager, PermissionManager, LongRunningTaskManagerInternal) - Constructor for class com.atlassian.confluence.content.service.page.MovePageCommandHelper
 
MovePageCommandHelper.MovePageMode - Enum Class in com.atlassian.confluence.content.service.page
 
MovePageCommandImpl - Class in com.atlassian.confluence.content.service.page
 
MovePageCommandImpl(PageManager, PermissionManager, PageLocator, PageLocator, String) - Constructor for class com.atlassian.confluence.content.service.page.MovePageCommandImpl
 
MovePageDialogAction - Class in com.atlassian.confluence.pages.actions
An action for suppling panels in the MovePageDialog as they are required.
MovePageDialogAction() - Constructor for class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
movePageToTopLevel(long, String) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
movePageToTopLevel(Page, Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
movePageToTopLevel(Page, Space) - Method in interface com.atlassian.confluence.pages.PageManager
Move a page to the top level of targetSpace.
movePageToTopLevel(String, long, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
movePageToTopLevel(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
movePageToTopLevel(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
movePageToTopLevel(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
movePageToTopLevel(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
MovePageToTopOfSpaceCommand - Class in com.atlassian.confluence.content.service.page
A command that moves a page to a top level of a given space.
MovePageToTopOfSpaceCommand(PageManager, PermissionManager, PageLocator, SpaceLocator) - Constructor for class com.atlassian.confluence.content.service.page.MovePageToTopOfSpaceCommand
 
moveRelationsToContent(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
Moves all the relations of the specified type from one entity to another.
moveRelationsToContent(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
moveToTop(Long) - Method in class com.atlassian.confluence.functest.rest.admin.DirectoryResource
 
MSIE - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
MSIE_UNKNOWN - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSIE10 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSIE4 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSIE5 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSIE55 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSIE5x - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSIE6 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSIE7 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSIE8 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSIE9 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSNBOT - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
MSNBOT - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
MSSQL - Enum constant in enum class com.atlassian.confluence.setup.DatabaseEnum
 
MsSqlCollationRule - Class in com.atlassian.confluence.impl.health.checks.rules
Determines whether the MS SQL Collation is correct.
MsSqlCollationRule(ErrorMessageProvider, DatabaseCollationVerifier, SingleConnectionProvider, HibernateConfig, String[]) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.MsSqlCollationRule
 
MSSQLDriverMigrationHealthCheck - Class in com.atlassian.confluence.impl.health.checks
This healthcheck looks at the JDBC URL, and will fail if the URL is a URL which uses the jtds driver.
MSSQLDriverMigrationHealthCheck(DataSourceConfiguration, DbHealthCheckHelper, AtlassianBootstrapManager) - Constructor for class com.atlassian.confluence.impl.health.checks.MSSQLDriverMigrationHealthCheck
 
MultiBrowserVisualRegressionTestClass - Annotation Interface in com.atlassian.confluence.util.test.annotations
 
MULTICAST - Enum constant in enum class com.atlassian.confluence.cluster.ClusterJoinConfig.ClusterJoinType
 
MulticastClusterJoinConfig - Class in com.atlassian.confluence.cluster
 
MulticastRouteTester - Class in com.atlassian.confluence.util
A class for performing diagnostics on the multicast routing table of the current host
MulticastRouteTester(InetAddress, NetworkInterface, int) - Constructor for class com.atlassian.confluence.util.MulticastRouteTester
Construct a multicast test for the specified network address, interface and port
MulticastRouteTester(InetAddress, NetworkInterface, int, MulticastRouteTester.TestReporter) - Constructor for class com.atlassian.confluence.util.MulticastRouteTester
Allows the test to be conducted and reported via the provided reporter delegate.
MulticastRouteTester.Log4JReporter - Class in com.atlassian.confluence.util
Log4J reporting strategy
MulticastRouteTester.TestReporter - Interface in com.atlassian.confluence.util
Reporting strategy interface for reporting problems encountered during the test
MultiConnection - Interface in com.atlassian.confluence.internal.search.v2.lucene
This class imitates lucene connection, but works for arbitrary subset of indexes
MultiEventsCommand<E,M extends IncrementalSyncModel,J> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Based command for all command which could handle multiple events
MultiEventsCommand() - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.MultiEventsCommand
 
MULTIMEDIA - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
MULTIMEDIA - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
MultipartBuilder - Class in com.atlassian.confluence.mail.template
Helper class used for building multiparts to be attached to support request emails.
MultipartUploadConfigurator - Class in com.atlassian.confluence.impl.struts
 
MultipartUploadConfigurator() - Constructor for class com.atlassian.confluence.impl.struts.MultipartUploadConfigurator
 
multipleNullsNotAllowed() - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.Deduper
Oracle and SQL Server behave differently from the rest: two rows that contain nulls for one or more key columns and the same combination of values for the other key columns violate a unique constraint.
MULTIPLY - Enum constant in enum class com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
 
MultiplyScoreFunction - Class in com.atlassian.confluence.search.v2.score
Scores of component functions are multiplied.
MultiplyScoreFunction(ComposableScoreFunction, ComposableScoreFunction, ComposableScoreFunction...) - Constructor for class com.atlassian.confluence.search.v2.score.MultiplyScoreFunction
 
MultiProductLicenseDetailsImpl - Class in com.atlassian.sal.confluence.license
This class is a wrapper on top of ConfluenceLicense with some additions
MultiProductLicenseDetailsImpl(ConfluenceLicense) - Constructor for class com.atlassian.sal.confluence.license.MultiProductLicenseDetailsImpl
 
MultiReaderBasedConnection - Class in com.atlassian.confluence.impl.search.v2.lucene
This special connections acts as a readonly version of ILuceneConnection and searches the union of several indexes on the fly
MultiReaderBasedConnection(ILuceneConnection.Configuration, Map<SearchIndex, ILuceneConnection>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.MultiReaderBasedConnection
 
MultiReaderBasedConnection(SearchIndex, ILuceneConnection) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.MultiReaderBasedConnection
 
MultiReaderBasedConnection(Map<SearchIndex, ILuceneConnection>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.MultiReaderBasedConnection
 
MultiSearchSort - Class in com.atlassian.confluence.search.v2.sort
This composite SearchSort that allows sort by multiple fields.
MultiSearchSort(Iterable<SearchSort>) - Constructor for class com.atlassian.confluence.search.v2.sort.MultiSearchSort
 
MultiSearchSortMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
Relocated from confluence-cql-plugin.
MultiSearchSortMapper(LuceneSearchMapper) - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.MultiSearchSortMapper
 
MultiSubscriptionPerJournalIdentifier - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal
Journal identifier which based on both journal name and subscription id
MultiSubscriptionPerJournalIdentifier(String, SubscriptionId) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.MultiSubscriptionPerJournalIdentifier
Create a new journal identifier.
MultiSubscriptionPerJournalIdentifier(String, SubscriptionId, long) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.MultiSubscriptionPerJournalIdentifier
Create a new journal identifier.
MultiTermFilter - Class in com.atlassian.confluence.impl.search.v2.lucene.filter
Lucene filter that finds documents that match any of the supplied Term.
MultiTermFilter() - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.MultiTermFilter
Create a new MultiTermFilter with a default behaviour of not negating.
MultiTermFilter(boolean) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.MultiTermFilter
Create a new MultiTermFilter with control over whether it is negating or not.
MultiTextFieldQuery - Class in com.atlassian.confluence.search.v2.query
Represents a query against multiple fields.
MultiTextFieldQuery(String, String...) - Constructor for class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
Constructs a multi-field query with the operator set to BooleanOperator.AND.
MultiTextFieldQuery(String, Set<String>, BooleanOperator) - Constructor for class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
Constructs a multi-field query with the specified query, fields and operator.
MultiTextFieldQuery(Collection<String>, Map<String, ? extends AnalyzerDescriptorProvider>, BooleanOperator, String) - Constructor for class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
Create a query where a field can be tokenized by a provided analyzer.
MultiValueParameter - Class in com.atlassian.confluence.macro.query.params
Represents a macro parameter that can accept a multiple delimited values.
MultiValueParameter(String[], String, String) - Constructor for class com.atlassian.confluence.macro.query.params.MultiValueParameter
 
MultiValueParameter(String, String, String) - Constructor for class com.atlassian.confluence.macro.query.params.MultiValueParameter
 
MultiValueParameter(List<String>, String, String) - Constructor for class com.atlassian.confluence.macro.query.params.MultiValueParameter
 
must - Variable in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
MUST - Enum constant in enum class com.atlassian.confluence.search.v2.ClauseType
 
MUST_NOT - Enum constant in enum class com.atlassian.confluence.search.v2.ClauseType
 
mustNot - Variable in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
mustValidateCaptcha() - Method in interface com.atlassian.confluence.security.CaptchaAware
 
mustValidateCaptcha() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
mustValidateCaptcha() - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
MutableApplicationStatusService - Interface in com.atlassian.confluence.server
Monitors for the state of the server.
MutableConfluenceHttpSession - Class in com.atlassian.confluence.internal.diagnostics.ipd.http.session
A base class for Mutable ConfluenceHttpSessions
MutableRegistryConfiguration - Interface in com.atlassian.confluence.util.profiling
Interface to define method for RegistryConfiguration modification
my - Enum constant in enum class com.atlassian.confluence.api.model.content.Label.Prefix
 
my - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Label.Prefix
Deprecated.
 
MyProfileConstants - Interface in com.atlassian.confluence.user.actions
<class-comment/>
MyProfileConstants.Homepage - Interface in com.atlassian.confluence.user.actions
 
MYSQL - Enum constant in enum class com.atlassian.confluence.setup.DatabaseEnum
 
MYSQL_RELATION_ALREADY_EXISTS_ERRORCODE - Static variable in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
MYSQL_RELATION_ALREADY_EXISTS_SQLSTATE - Static variable in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
MySQLChecker - Class in com.atlassian.confluence.setup.dbcheck
Verifies that the MySQL database has been correctly configured
MySQLChecker(SingleConnectionProvider) - Constructor for class com.atlassian.confluence.setup.dbcheck.MySQLChecker
 
MySqlCollationRule - Class in com.atlassian.confluence.impl.health.checks.rules
Determines whether the MySQL Collation is correct.
MySqlCollationRule(ErrorMessageProvider, DatabaseCollationVerifier, SingleConnectionProvider, HibernateConfig, String[]) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.MySqlCollationRule
 
MySqlContentDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql
Contains methods for creating/removing triggers for content table
MySqlContentDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentDdlHelper
 
MySqlContentPermissionDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql
Contains methods for creating/removing triggers for content_perm table
MySqlContentPermissionDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionDdlHelper
 
MySqlContentPermissionSetDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql
Contains methods for creating/removing triggers for content_perm_set table
MySqlContentPermissionSetDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlContentPermissionSetDdlHelper
 
MySqlDenormalisedPermissionsDdlOperations - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup
Contains operations required for MySql database objects creation
MySqlDenormalisedPermissionsDdlOperations() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.MySqlDenormalisedPermissionsDdlOperations
 
MySQLDialect - Class in com.atlassian.confluence.impl.hibernate.dialect
The hibernate Dialect that's used for MySQL.
MySQLDialect() - Constructor for class com.atlassian.confluence.impl.hibernate.dialect.MySQLDialect
 
MySQLJDBCUrlBuilder - Class in com.atlassian.confluence.setup
 
MySQLJDBCUrlBuilder() - Constructor for class com.atlassian.confluence.setup.MySQLJDBCUrlBuilder
 
MySqlJdbcUrlHealthCheck - Class in com.atlassian.confluence.impl.health.checks
If Confluence is using MySQL, this HealthCheck checks whether the JDBC URL contains the deprecated parameter 'storage_engine'.
MySqlJdbcUrlHealthCheck(HibernateConfig, DataSourceConfiguration, SingleConnectionProvider, DbHealthCheckHelper) - Constructor for class com.atlassian.confluence.impl.health.checks.MySqlJdbcUrlHealthCheck
 
MySqlSpaceDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql
Contains methods for creating/removing triggers for spaces table
MySqlSpaceDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpaceDdlHelper
 
MySqlSpacePermissionDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql
Contains methods for creating/removing triggers for spacepermissions table
MySqlSpacePermissionDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.MySqlSpacePermissionDdlHelper
 
MySQLUTF8SupportInterceptor - Class in com.atlassian.confluence.impl.content.encoding
A Hibernate Interceptor to validate MySQL Content Support as per its collation setting.
MySQLUTF8SupportInterceptor(SingleConnectionProvider, HibernateConfig) - Constructor for class com.atlassian.confluence.impl.content.encoding.MySQLUTF8SupportInterceptor
 

N

name - Variable in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
name - Variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.GroupSearchResultEntity
 
name - Variable in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
name - Variable in class com.atlassian.confluence.user.actions.AbstractGroupAction
 
name() - Method in interface com.atlassian.confluence.core.PluginDataSourceFactory.ResourceView
 
name() - Method in class com.atlassian.confluence.tenant.SystemTenant
Deprecated.
 
name() - Element in annotation interface com.atlassian.confluence.test.util.SystemProperty.Set
 
name(String) - Method in class com.atlassian.confluence.api.model.audit.AffectedObject.Builder
Deprecated.
 
name(String) - Method in class com.atlassian.confluence.api.model.audit.ChangedValue.Builder
Deprecated.
 
name(String) - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo.Builder
 
name(Message) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus.LongTaskBuilder
 
name(String) - Method in class com.atlassian.confluence.api.model.content.Label.LabelBuilder
 
name(String) - Method in class com.atlassian.confluence.api.model.content.MacroInstance.MacroBuilder
 
name(String) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
name(String) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
name(String) - Method in class com.atlassian.confluence.api.model.people.Group.GroupBuilder
 
name(String) - Method in class com.atlassian.confluence.labels.LabelUrlBuilder
 
name(String) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
name(String) - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon.Builder
 
NAME - Static variable in class com.atlassian.confluence.api.model.relations.CollaboratorRelationDescriptor
The name of the relationship for user collaborations
NAME - Static variable in class com.atlassian.confluence.api.model.relations.CumulativeContributorRelationDescriptor
 
NAME - Static variable in class com.atlassian.confluence.api.model.relations.FavouriteRelationDescriptor
The name of the relationship for user favourites.
NAME - Static variable in class com.atlassian.confluence.api.model.relations.LikeRelationDescriptor
The name of the relationship for user likes.
NAME - Static variable in class com.atlassian.confluence.api.model.relations.TouchedRelationDescriptor
The name of the relationship for user touching content
NAME - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.PopularTab
 
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactAnalyzerProvider
The identifier that OpenSearch recognizes when setting up the custom analyzer.
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactFilenameAnalyzerProvider
The identifier that OpenSearch recognizes when setting up the custom analyzer.
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.ExactQueryAnalyzerProvider
The identifier that OpenSearch recognizes when setting up the custom analyzer.
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.FilenameAnalyzerProvider
The identifier that OpenSearch recognizes when setting up the custom analyzer.
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.StandardAnalyzerProvider
The identifier for OpenSearch to recognise this analyzer.
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.UnstemmedAnalyzerProvider
 
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.characterfilter.UnicodeWhiteSpaceCharacterFilterProvider
 
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.DashDelimitedTokenFilterProvider
 
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.DotDelimitedTokenFilterProvider
The name that OpenSearch recognises for this token filter.
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.ElisionTokenFilterProvider
 
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.LowercaseTokenFilterProvider
 
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.PunctuationTrimTokenFilterProvider
The name that OpenSearch recognises for this token filter.
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StemmerOverrideTokenFilterProvider
 
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StemmerTokenFilterProvider
 
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StopTokenFilterProvider
 
NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.UnderscoreDelimitedTokenFilterProvider
 
NAME - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
NAME - Static variable in class com.atlassian.confluence.velocity.htmlsafe.DisableAntiXssDirective
 
NAME - Static variable in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeDirective
 
NAME - Static variable in class com.atlassian.confluence.velocity.TrimDirective
 
NAME_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
NAME_BUCKET_CLOB_STRING_TYPE - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
NAME_CRYPTOGRAPHIC_KEY_TYPE - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
NAME_CUSTOM_CLOB_TYPE - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
NAME_INSTANT_TYPE - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
NAME_NAMESPACE_USER_TYPE - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
NAME_SPOOLING_BLOB_INPUT_STREAM_TYPE - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
NAME_USER_KEY_TYPE - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
NAMED - Enum constant in enum class com.atlassian.confluence.util.test.ScanningSuite.Ordering
Sorts test classes by their class name.
NamedClusterException - Exception in com.atlassian.confluence.cluster
 
NamedClusterException(String, ClusterJoinConfig) - Constructor for exception com.atlassian.confluence.cluster.NamedClusterException
 
NamedRelationDescriptor<S extends Relatable,T extends Relatable> - Class in com.atlassian.confluence.api.model.relations
Simple implementation of RelationDescriptor, which allows to create simple named relation descriptors.
NamedRelationDescriptor(String, Class<S>, Class<T>) - Constructor for class com.atlassian.confluence.api.model.relations.NamedRelationDescriptor
 
NamedResourceIdentifier - Interface in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Defines a resource identifier for which a name can be determined.
nameFilter - Variable in class com.atlassian.confluence.user.UserPickerFilter
 
nameForComparison(CustomContentEntityObject) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Return the sorting-friendly title for the content, if the content is to be sorted in alphabetical order.
nameForComparison(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
nameForComparison(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
nameSearch(RestSearchParameters, boolean, int, Integer, Integer) - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.DefaultRestSearchService
 
nameSearch(RestSearchParameters, boolean, int, Integer, Integer) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchService
 
namespace(String) - Method in class com.atlassian.confluence.labels.LabelUrlBuilder
 
Namespace - Class in com.atlassian.confluence.content.render.xhtml
Represents an XML namespace.
Namespace - Class in com.atlassian.confluence.labels
 
NAMESPACE - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageImageAttributeWriter
 
NAMESPACE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
NAMESPACE_DELIMITER - Static variable in class com.atlassian.confluence.labels.LabelParser
 
NamespaceLabelFilter - Class in com.atlassian.confluence.labels
Created by IntelliJ IDEA.
NamespaceLabelFilter(Namespace) - Constructor for class com.atlassian.confluence.labels.NamespaceLabelFilter
 
NamespaceLabelFilter(Namespace, String) - Constructor for class com.atlassian.confluence.labels.NamespaceLabelFilter
 
NamespaceUserType - Class in com.atlassian.confluence.labels.persistence.dao.hibernate
 
NamespaceUserType() - Constructor for class com.atlassian.confluence.labels.persistence.dao.hibernate.NamespaceUserType
 
nameSuffix - Variable in class com.atlassian.confluence.util.test.rules.TestResource
Deprecated.
 
NameUtils - Class in com.atlassian.confluence.user.crowd
 
NameUtils() - Constructor for class com.atlassian.confluence.user.crowd.NameUtils
 
NAMING_STRATEGY_FILE_NAME - Static variable in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
NAMING_STRATEGY_ID - Static variable in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
NATURAL - Enum constant in enum class com.atlassian.confluence.macro.params.SortType
Sort by natural ordering.
NaturalComparator() - Constructor for class com.atlassian.confluence.schedule.ScheduledJobHistory.NaturalComparator
 
NaturalStringComparator - Class in com.atlassian.confluence.pages
A comparator makes string comparisons based on their natural order.
NaturalStringComparator() - Constructor for class com.atlassian.confluence.pages.NaturalStringComparator
Constructs a comparator for the default system locale.
NaturalStringComparator(Locale) - Constructor for class com.atlassian.confluence.pages.NaturalStringComparator
Constructs a comparator using the specified locale.
NAV_BACKGROUND - Static variable in interface com.atlassian.confluence.themes.ColourScheme
Deprecated.
since 6.7
NAV_SELECTED_BACKGROUND - Static variable in interface com.atlassian.confluence.themes.ColourScheme
Deprecated.
since 6.7
NAV_SELECTED_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
Deprecated.
since 6.7
NAV_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
Deprecated.
since 6.7
navigable(Navigation.Builder) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
 
NavigablePageResponse<T> - Interface in com.atlassian.confluence.api.model.pagination
A page response that can be navigated.
NavigablePageResponseImpl<T> - Class in com.atlassian.confluence.api.model.pagination
A page response that can be navigated.
NavigablePageResponseImpl(NavigablePageResponseImpl.Builder<T, ?>) - Constructor for class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
NavigablePageResponseImpl.Builder<E,B> - Class in com.atlassian.confluence.api.model.pagination
 
navigation() - Method in class com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher
 
Navigation - Interface in com.atlassian.confluence.api.nav
NavBuilder facilitates building URLs from our model objects.
NAVIGATION - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
Navigation.Builder - Interface in com.atlassian.confluence.api.nav
 
Navigation.ColorSchemeNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.ContentNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.ContentRestrictionByOperationNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.ExperimentalContentNav - Interface in com.atlassian.confluence.api.nav
ExperimentalContentNav will change as new resources are added and promoted to production.
Navigation.ExperimentalContentTemplateNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.ExperimentalNav - Interface in com.atlassian.confluence.api.nav
ExperimentalNav will change as new resources are added and promoted to production.
Navigation.ExperimentalSynchronyDataNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.GroupNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.LongTaskNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.RelevantViewRestrictionsNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.SpaceContentNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.SpaceNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.SpacePermissionNav - Interface in com.atlassian.confluence.api.nav
 
Navigation.UserNav - Interface in com.atlassian.confluence.api.nav
 
navigationAware(Navigation.Builder) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList.Builder
 
NavigationAware - Interface in com.atlassian.confluence.api.nav
Provides methods to create Navigation.Builder instances.
navigationBuilder(Navigation.Builder) - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
navigationService - Variable in class com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher
 
NavigationService - Interface in com.atlassian.confluence.api.nav
An injectable service that provides a nav builder which can be used to generate URLs from confluence api model objects.
NavlinksProjectManager - Class in com.atlassian.confluence.plugins.navlinks.spi.impl
Dummy implementation, as Confluence doesn't allow maintenance of Custom Content Links at present
NavlinksProjectManager() - Constructor for class com.atlassian.confluence.plugins.navlinks.spi.impl.NavlinksProjectManager
 
NavlinksProjectPermissionManager - Class in com.atlassian.confluence.plugins.navlinks.spi.impl
Dummy implementation, as Confluence doesn't allow maintenance of Custom Content Links at present
NavlinksProjectPermissionManager() - Constructor for class com.atlassian.confluence.plugins.navlinks.spi.impl.NavlinksProjectPermissionManager
 
neededSchemaUpgrade() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
needsReload() - Method in class com.atlassian.confluence.impl.struts.GlobalSettingsStrutsContainerProvider
 
needsSnapshotRestoration(File) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
 
needUpgrade() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
needUpgrade() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
This method has a side effect of putting an entry into the published cache indicating whether an upgrade is required or not.
needUpgrade() - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
 
NEO_SECURITY - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
NeoSecurityFilter - Class in com.atlassian.confluence.impl.webapp.security
Servlet filter level, strong security protections for request parameters, WebSudo requirements, and user privileges.
NeoSecurityFilter() - Constructor for class com.atlassian.confluence.impl.webapp.security.NeoSecurityFilter
 
NestedCommentCountQuery - Class in com.atlassian.confluence.plugins.edgeindex.edge
 
NestedCommentCountQuery(ContentEntityHelper) - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.NestedCommentCountQuery
 
NestedDuplicateTagsRemoverInterceptor - Class in com.atlassian.confluence.impl.content.duplicatetags
This interceptor removes duplicate tags.
NestedDuplicateTagsRemoverInterceptor(DuplicateNestedTagsRemover) - Constructor for class com.atlassian.confluence.impl.content.duplicatetags.NestedDuplicateTagsRemoverInterceptor
 
nestedGroupMember(Group) - Static method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager.Queries
Deprecated.
 
NestedStringFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for a field with one nested string field: e.g.
NestedStringFieldMapping(NestedStringFieldMapping.Builder) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.NestedStringFieldMapping
 
NestedStringFieldMapping.Builder - Class in com.atlassian.confluence.plugins.index.api.mapping
 
NET_REQUEST_ALLOW_ALL_HOSTS - Static variable in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
 
NETSCAPE - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
NETSCAPE_UNKNOWN - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
NETSCAPE4 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
NETSCAPE6 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
NETSCAPE7 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
network(HttpServletRequest) - Method in class com.atlassian.confluence.plugins.macros.dashboard.rest.GlobalEntitiesResource
 
NETWORK - Enum constant in enum class com.atlassian.confluence.mail.notification.Notification.WatchType
 
NETWORK - Enum constant in enum class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider.EntitiesTab
 
NETWORK_FEED_SEARCH - Static variable in class com.atlassian.confluence.search.v2.ChangesSearch
 
NetworkFeedAction - Class in com.atlassian.confluence.rss.actions
Generates a feed of the people who are being followed by a specified user.
NetworkFeedAction() - Constructor for class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
networkFollowees() - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of followees to return at a time.
networkFollowers() - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of followers to return at at time.
NetworkMacro - Class in com.atlassian.confluence.macro.profile
Deprecated.
since 7.0.0, it will be removed in future
NetworkMacro() - Constructor for class com.atlassian.confluence.macro.profile.NetworkMacro
Deprecated.
 
networkService() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
NetworkService - Interface in com.atlassian.confluence.api.service.network
Provides methods for reading Confluence network graph.
NetworkServiceImpl - Class in com.atlassian.confluence.api.impl.service.network
Server implementation of the NetworkService.
NetworkServiceImpl(FollowManagerInternal, ConfluenceUserResolver, PersonFactory) - Constructor for class com.atlassian.confluence.api.impl.service.network.NetworkServiceImpl
 
NetworkTab - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
Implements the "Network" tab, which displays updates from users that the current user follows
NetworkTab(HttpContext, I18NBeanFactory, FollowService, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.NetworkTab
 
NeverPermittedContentPermission - Class in com.atlassian.confluence.security
 
NeverPermittedContentPermission(String) - Constructor for class com.atlassian.confluence.security.NeverPermittedContentPermission
 
NeverPermittedContentPermissionSet - Class in com.atlassian.confluence.impl.security
Used only when Content permissions cannot be determined (such as ancestor table corruption).
NEW - Enum constant in enum class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncState
 
NEW - Enum constant in enum class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
 
NEW - Static variable in class com.atlassian.confluence.pages.Draft
 
NEW_GLOBAL_SPACE_TEMPLATE_KEY - Static variable in interface com.atlassian.confluence.spaces.SystemTemplateManager
 
NEW_GLOBAL_SPACE_TEMPLATE_NAME - Static variable in interface com.atlassian.confluence.spaces.SystemTemplateManager
 
NEW_PERSONAL_SPACE_TEMPLATE_KEY - Static variable in interface com.atlassian.confluence.spaces.SystemTemplateManager
 
NEW_PERSONAL_SPACE_TEMPLATE_NAME - Static variable in interface com.atlassian.confluence.spaces.SystemTemplateManager
 
NEW_SAVED_PAGE_PROPERTY_KEY - Static variable in class com.atlassian.confluence.macro.count.MacroCreateCustomMetricsKeys
 
NEW_STATE - Static variable in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
NEW_TAB_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.view.link.DefaultCommonLinkAttributesWriter
 
newAddLabelCommand(String, User, long) - Method in class com.atlassian.confluence.labels.service.DefaultLabelsService
 
newAddLabelCommand(String, User, long) - Method in interface com.atlassian.confluence.labels.service.LabelsService
Builds a command that takes a string of comma separated labels and adds them to a Page or Blog Post for the specified user.
newAddLabelCommand(String, User, long, String) - Method in class com.atlassian.confluence.labels.service.DefaultLabelsService
 
newAddLabelCommand(String, User, long, String) - Method in interface com.atlassian.confluence.labels.service.LabelsService
Builds a command that takes a string of comma separated labels and adds them to a Page or Blog Post for the specified user.
newBlogPostLinkMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactory
 
newBlogPostLinkMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactoryImpl
 
newBlogPostLinkMarshaller(HrefEvaluator, Marshaller<Link>) - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactory
Get a new instance of a blog post link view marshaller which will usage a specific HrefEvaluator instead of the default for creating the actual href attribute in the rendererd link.
newBlogPostLinkMarshaller(HrefEvaluator, Marshaller<Link>) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactoryImpl
 
newChangedValue(String, Object, Object) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
newClient() - Static method in class com.atlassian.confluence.rest.client.RestClientFactory
Create a client with default configuration suitable for remotely communicating with the Confluence REST API.
newClient(Module) - Static method in class com.atlassian.confluence.rest.client.RestClientFactory
 
newClient(Object, Object...) - Static method in class com.atlassian.confluence.rest.client.RestClientFactory
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AttachmentUpdateCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentCreateCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentPermissionChangeCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentRemoveCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentUpdateCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceEventsCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceImportCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpacePermissionChangeCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceRemoveCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands.GlobalPermissionCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.ApplicationUpdatedEventCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.CrowdUserCreatedCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.DirectoryEventCommandUserManagement
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupCreatedEventCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsCreatedEventCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsDeletedEventCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupRemovingEventCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.PostUserRenamedEventCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserActivationEventCommandUserManagement
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserRemovingEventCommand
 
newCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserSpaceImportCommand
 
newCommand(JournalEntry) - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.CommandCreator
Create new command from a journal entry.
newCommand(JournalEntry, Command<T, ContentManagementIncSyncModel>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentManagementMultiEventsCommand
 
newCommand(JournalEntry, Command<T, UserManagementInSyncModel>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserManagementMultiEventsCommand
 
newCommand(AsyncImportFinishedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceImportCommand
 
newCommand(AsyncImportFinishedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserSpaceImportCommand
 
newCommand(AttachmentUpdateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AttachmentUpdateCommand
 
newCommand(ContentEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentCreateCommand
 
newCommand(ContentEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentPermissionChangeCommand
 
newCommand(ContentEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentRemoveCommand
 
newCommand(ContentEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentUpdateCommand
 
newCommand(GroupRemovingEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupRemovingEventCommand
 
newCommand(GlobalPermissionChangeEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands.GlobalPermissionCommand
 
newCommand(SpacePermissionChangeEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpacePermissionChangeCommand
 
newCommand(SpaceEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceEventsCommand
 
newCommand(SpaceRemoveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceRemoveCommand
 
newCommand(PostUserRenamedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.PostUserRenamedEventCommand
 
newCommand(UserRemovingEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserRemovingEventCommand
 
newCommand(ApplicationUpdatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.ApplicationUpdatedEventCommand
 
newCommand(DirectoryEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.DirectoryEventCommandUserManagement
 
newCommand(GroupCreatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupCreatedEventCommand
 
newCommand(GroupMembershipsCreatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsCreatedEventCommand
 
newCommand(GroupMembershipsDeletedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsDeletedEventCommand
 
newCommand(UserCreatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.CrowdUserCreatedCommand
 
newCommand(UserEditedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserActivationEventCommandUserManagement
 
newCommand(E) - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.CommandCreator
Create new command from an event
newCommentBody - Variable in class com.atlassian.confluence.content.service.comment.EditCommentCommandImpl
 
NewCommentDeduplicator - Interface in com.atlassian.confluence.pages
Defines operations for deduplicating comments.
newCommentSaved(Comment) - Method in interface com.atlassian.confluence.pages.NewCommentDeduplicator
Called when a new comment has been saved
newCommentSaved(Comment) - Method in class com.atlassian.confluence.pages.SubmissionTokenCommentDeduplicator
 
newComparator(String, int, int, boolean) - Method in class com.atlassian.confluence.impl.search.v2.lucene.CaseInsensitiveSortComparatorSource
 
newConfluenceActionSupport() - Static method in class com.atlassian.confluence.renderer.radeox.macros.MacroUtils
 
newContentWebResource() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
newContentWebResource() - Method in class com.atlassian.confluence.rest.client.RemoteContentBlueprintServiceImpl
 
newContextWithTimeout(ContentEntityObject, Timeout) - Static method in class com.atlassian.confluence.renderer.PageContext
Construct a new PageContext for the rendering of some entity within a given time.
newConvertPageToBlogPostCommand(PageLocator, SpaceLocator) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newConvertPageToBlogPostCommand(PageLocator, SpaceLocator) - Method in interface com.atlassian.confluence.content.service.PageService
This converts a page into a blogpost
newCreateBlogPostCommand(BlogPostProvider, ContentPermissionProvider, CreateContextProvider, ContentEntityObject, User, boolean) - Method in interface com.atlassian.confluence.content.service.BlogPostService
 
newCreateBlogPostCommand(BlogPostProvider, ContentPermissionProvider, CreateContextProvider, ContentEntityObject, User, boolean) - Method in class com.atlassian.confluence.content.service.DefaultBlogPostService
Deprecated.
newCreateBlogPostCommand(BlogPostProvider, ContentPermissionProvider, CreateContextProvider, BlogPost, User, boolean) - Method in interface com.atlassian.confluence.content.service.BlogPostService
 
newCreateBlogPostCommand(BlogPostProvider, ContentPermissionProvider, CreateContextProvider, BlogPost, User, boolean) - Method in class com.atlassian.confluence.content.service.DefaultBlogPostService
 
newCreateBlogPostCommand(BlogPostProvider, ContentPermissionProvider, CreateContextProvider, Draft, User, boolean) - Method in interface com.atlassian.confluence.content.service.BlogPostService
 
newCreateBlogPostCommand(BlogPostProvider, ContentPermissionProvider, CreateContextProvider, Draft, User, boolean) - Method in class com.atlassian.confluence.content.service.DefaultBlogPostService
Deprecated.
newCreateCommentCommand(long, long, String, UUID) - Method in interface com.atlassian.confluence.content.service.CommentService
Retrieve a command to add a new command to some content, threaded below some other comment.
newCreateCommentCommand(long, long, String, UUID) - Method in class com.atlassian.confluence.content.service.DefaultCommentService
 
newCreateCommentCommand(long, String, UUID) - Method in interface com.atlassian.confluence.content.service.CommentService
Retrieve a command to create a new comment and add it to some content.
newCreateCommentCommand(long, String, UUID) - Method in class com.atlassian.confluence.content.service.DefaultCommentService
 
newCreateCommentFromEditorCommand(long, long, String, UUID) - Method in interface com.atlassian.confluence.content.service.CommentService
Retrieve a command to add a new command to some content, threaded below some other comment.
newCreateCommentFromEditorCommand(long, long, String, UUID) - Method in class com.atlassian.confluence.content.service.DefaultCommentService
 
newCreatePageCommand(PageProvider, ContentPermissionProvider, CreateContextProvider, ContentEntityObject, User, boolean) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newCreatePageCommand(PageProvider, ContentPermissionProvider, CreateContextProvider, ContentEntityObject, User, boolean) - Method in interface com.atlassian.confluence.content.service.PageService
Retrieve a command for creating a new page for the specified user.
newCreatePageCommand(PageProvider, ContentPermissionProvider, CreateContextProvider, Draft, User, boolean) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newCreatePageCommand(PageProvider, ContentPermissionProvider, CreateContextProvider, Draft, User, boolean) - Method in interface com.atlassian.confluence.content.service.PageService
Retrieve a command for creating a new page for the specified user.
newCreatePageCommand(PageProvider, ContentPermissionProvider, CreateContextProvider, Page, User, boolean) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newCreatePageCommand(PageProvider, ContentPermissionProvider, CreateContextProvider, Page, User, boolean) - Method in interface com.atlassian.confluence.content.service.PageService
Retrieve a command for creating a new page for the specified user.
newCreatePageCommandFromExisting(PageProvider, ContentPermissionProvider, CreateContextProvider, ContentEntityObject, User, boolean, SpaceProvider) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newCreatePageCommandFromExisting(PageProvider, ContentPermissionProvider, CreateContextProvider, ContentEntityObject, User, boolean, SpaceProvider) - Method in interface com.atlassian.confluence.content.service.PageService
This is not a public API method! Creating a page from an existing page has different authorisation and validation logic from creating a brand new page.
newCreatePageCommandFromExisting(PageProvider, ContentPermissionProvider, CreateContextProvider, Page, User, boolean, SpaceProvider) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newCreatePageCommandFromExisting(PageProvider, ContentPermissionProvider, CreateContextProvider, Page, User, boolean, SpaceProvider) - Method in interface com.atlassian.confluence.content.service.PageService
This is not a public API method! Creating a page from an existing page has different authorisation and validation logic from creating a brand new page.
newCreatePageCommandFromExisting(PageProvider, ContentPermissionProvider, ContentEntityObject, User, boolean, SpaceProvider) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newCreatePageCommandFromExisting(PageProvider, ContentPermissionProvider, ContentEntityObject, User, boolean, SpaceProvider) - Method in interface com.atlassian.confluence.content.service.PageService
This is not a public API method! Creating a page from an existing page has different authorisation and validation logic from creating a brand new page.
newCreatePageCommandFromExisting(PageProvider, ContentPermissionProvider, Draft, User, boolean, SpaceProvider) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newCreatePageCommandFromExisting(PageProvider, ContentPermissionProvider, Draft, User, boolean, SpaceProvider) - Method in interface com.atlassian.confluence.content.service.PageService
This is not a public API method! Creating a page from an existing page has different authorisation and validation logic from creating a brand new page.
newCustomContentEntityObject() - Static method in class com.atlassian.confluence.content.CustomContentEntityObjectForTestingFactory
Creates a custom content entity object with a default adapter implementation.
newDateRangeBuilder() - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.DateTimeContentPropertyAliasFieldHandler
 
newDateRangeQuery(DateRangeQuery.DateRangeQueryType) - Static method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
newDateRangeQuery(String) - Static method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
newDecoratorTimer(Decorator, HttpServletRequest) - Static method in class com.atlassian.confluence.impl.sitemesh.DecoratorTimings
Deprecated, for removal: This API element is subject to removal in a future version.
newDecoratorTimer(String, HttpServletRequest) - Static method in class com.atlassian.confluence.impl.sitemesh.DecoratorTimings
 
newDelegate(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.CollectionPropertyParser
Deprecated.
 
newDelegate(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ComponentParser
Deprecated.
 
newDelegate(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.CompositeIdParser
Deprecated.
 
newDelegate(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
newDelegate(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.EnumPropertyParser
Deprecated.
 
newDelegate(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ImportedObjectParser
Deprecated.
 
newDelegate(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitiveIdParser
Deprecated.
 
newDelegate(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitivePropertyParser
Deprecated.
 
newDelegate(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ReferencePropertyParser
Deprecated.
 
newDeleteBlogPostCommand(BlogPostLocator) - Method in interface com.atlassian.confluence.content.service.BlogPostService
Retrieve a command to remove an existing blog post
newDeleteBlogPostCommand(BlogPostLocator) - Method in class com.atlassian.confluence.content.service.DefaultBlogPostService
 
newDeleteCommentCommand(long) - Method in interface com.atlassian.confluence.content.service.CommentService
Retrieve a command to delete an existing comment
newDeleteCommentCommand(long) - Method in class com.atlassian.confluence.content.service.DefaultCommentService
 
newDeletePageCommand(PageLocator) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newDeletePageCommand(PageLocator) - Method in interface com.atlassian.confluence.content.service.PageService
Retrieve a command to remove an existing page
newDescribedTimer(Supplier<String>, boolean) - Method in class com.atlassian.confluence.util.profiling.DurationThresholdWarningTimingHelper
Creates a new Timer for timing an operation.
newEditCommentCommand(long, String) - Method in interface com.atlassian.confluence.content.service.CommentService
Retrieve a command to edit the contents of a comment.
newEditCommentCommand(long, String) - Method in class com.atlassian.confluence.content.service.DefaultCommentService
 
newEditCommentFromEditorCommand(long, String) - Method in interface com.atlassian.confluence.content.service.CommentService
Retrieve a command to edit the contents of a comment.
newEditCommentFromEditorCommand(long, String) - Method in class com.atlassian.confluence.content.service.DefaultCommentService
 
newExpandedInstance() - Static method in class com.atlassian.confluence.api.model.reference.ModelListBuilder
Create a new builder, expanded by default
newExpandedInstance() - Static method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
 
newExperimentalContentWebResource() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
newExperimentalRestWebTarget() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
newFixedThreadPool(int, ThreadFactory) - Static method in class com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
Deprecated.
 
newHolder() - Method in class com.atlassian.confluence.validation.DefaultMessageHolderFactory
 
newHolder() - Method in interface com.atlassian.confluence.validation.MessageHolderFactory
Returns a fresh MessageHolder instance.
newHtmlContext(Map) - Static method in class com.atlassian.confluence.velocity.context.OutputMimeTypeAwareVelocityContext
Return a new OutputMimeTypeAwareVelocityContext with a "text/html" mimetype.
newIdentityQuery() - Static method in class com.atlassian.confluence.impl.pagination.PaginationQueryImpl
Constructs a PaginationQuery that does not perform model conversion.
newIdentityQuery(Class<T>) - Static method in class com.atlassian.confluence.impl.pagination.PaginationQueryImpl
An alternate form of newIdentityQuery that accepts a Class to piggy-back type token T from.
newImportExportException(String, String) - Method in class com.atlassian.confluence.upgrade.recovery.RecoveryErrorService
 
newImportExportSqlException(String, String, SQLException) - Method in class com.atlassian.confluence.upgrade.recovery.RecoveryErrorService
 
newIndexRecoveryReIndexFinishedEvent(long, long, SearchPlatform) - Static method in class com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
 
newIndexRecoveryReIndexStartedEvent() - Static method in class com.atlassian.confluence.internal.index.event.ReIndexStartedAnalyticsEvent
 
newInputStream() - Method in interface com.atlassian.confluence.importexport.xmlimport.InputStreamFactory
Deprecated.
 
newInstance() - Static method in class com.atlassian.confluence.api.model.reference.ModelListBuilder
Create a new builder, collapsed by default
newInstance() - Static method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
 
newInstance() - Static method in class com.atlassian.confluence.cache.ThreadLocalCacheAccessor
Factory method (for type inference)
newInstance() - Static method in class com.atlassian.confluence.impl.search.v2.lucene.MatchNoDocsQuery
 
newInstance() - Static method in class com.atlassian.confluence.util.longrunning.LongRunningTaskId
 
newInstance(ListBuilderCallback<T>) - Static method in class com.atlassian.confluence.core.DefaultListBuilder
Instantiate a new default ListBuilder from a callback.
newInstance(String[]) - Static method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2LoggingContextPatternConverter
 
newInstance(String[]) - Static method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2StackTracePatternConverter
 
newInstance(Map<? extends K, ? extends V>) - Static method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
 
newInstance(Map<K, ? extends Supplier<? extends V>>) - Static method in class com.atlassian.confluence.util.collections.LazyMap
Deprecated, for removal: This API element is subject to removal in a future version.
newInstanceFromLink(String, String) - Static method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
Returns a new ResourceIdentifier for a blog post wiki-link in the form "KEY:/2013/03/10/Blog title" or "/2013/03/10/Blog title".
newIntrospector(Log, RuntimeServices) - Method in class com.atlassian.confluence.impl.velocity.ConfluenceAllowlistUberspector
 
newInviteUrl() - Method in class com.atlassian.confluence.plugins.easyuser.EasyUserResource
 
newJsonResource(String) - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
Returns a new web resource accepting JSON.
newLazyMacroReference(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.macro.xhtml.DelegatingReadOnlyMacroManager
 
newLazyMacroReference(ModuleDescriptor<?>) - Method in interface com.atlassian.confluence.macro.xhtml.MacroManager
Macros are lazy loaded to avoid plugin module ordering problems like CONF-13386.
newLazyMacroReference(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroLibraryMacroManager
 
newLazyMacroReference(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroPluginMacroManager
 
newLazyMacroReference(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.macro.xhtml.V2CompatibilityMacroManager
 
newLazyMacroReference(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
newLinkBodyMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkSubMarshallerFactory
 
newLinkBodyMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkSubMarshallerFactoryImpl
 
newMacroCreateCountEvent(Object, ContentEntityObject, ConversionContext, MacroCount) - Static method in class com.atlassian.confluence.macro.count.MacroCountEventFactory
Constructs a macro creation analytics event.
newMacroMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshallerFactory
Get a new instance of the default view macro Marshaller.
newMacroMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshallerFactoryImpl
 
newMacroMarshaller(MacroManager, Marshaller<MacroDefinition>, ViewMacroErrorPlaceholder) - Method in interface com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshallerFactory
Get a new instance of a macro Marshaller which uses the supplied MacroManager, unknown macro Marshaller and ViewMacroErrorPlaceholder.
newMacroMarshaller(MacroManager, Marshaller<MacroDefinition>, ViewMacroErrorPlaceholder) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshallerFactoryImpl
 
newMarshallerMetricsAnalyticsEvent(ConversionContext, MarshallerMetrics, String, String) - Static method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEventFactory
 
newMetricsCollector(MarshallerMetricsAccumulationKey) - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.DefaultMarshallerMetricsAccumulator
 
newMetricsCollector(MarshallerMetricsAccumulationKey) - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAccumulator
Obtain a collector for recording metrics
newMoveBlogPostCommand(BlogPostLocator, SpaceLocator) - Method in interface com.atlassian.confluence.content.service.BlogPostService
Creates a new ServiceCommand for moving an existing BlogPost.
newMoveBlogPostCommand(BlogPostLocator, SpaceLocator) - Method in class com.atlassian.confluence.content.service.DefaultBlogPostService
 
newMovePageCommand(PageLocator, PageLocator, String) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newMovePageCommand(PageLocator, PageLocator, String) - Method in interface com.atlassian.confluence.content.service.PageService
Retrieve a command to perform a simple move operation.
newMovePageCommand(PageLocator, PageLocator, String, MovePageCommandHelper.MovePageMode) - Method in class com.atlassian.confluence.content.service.page.MovePageCommandHelper
Determine whether to return the correct MovePageCommand implementation depending on the mode supplied
newMovePageCommand(PageLocator, SpaceLocator) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newMovePageCommand(PageLocator, SpaceLocator) - Method in interface com.atlassian.confluence.content.service.PageService
Retrieve a command that performs a move operation of a page to a top level of a target space.
newMovePageCommand(PageLocator, SpaceLocator, MovePageCommandHelper.MovePageMode) - Method in class com.atlassian.confluence.content.service.page.MovePageCommandHelper
Determine whether to return the correct MovePageCommand implementation depending on the mode supplied
newNotificationEmailHelper() - Static method in class com.atlassian.confluence.mail.notification.NotificationEmailHelper
newPageLinkMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactory
Get a new instance of the default page link view marshaller.
newPageLinkMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactoryImpl
 
newPageLinkMarshaller(Marshaller<CreatePageLink>, HrefEvaluator, Marshaller<Link>) - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactory
Get a new instance of a page link view marshaller which will use a specific 'create page' link Marshaller and a specific HrefEvaluator for creating the actual rendered link.
newPageLinkMarshaller(Marshaller<CreatePageLink>, HrefEvaluator, Marshaller<Link>) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactoryImpl
 
newPageTemplateLinkMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactory
 
newPageTemplateLinkMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactoryImpl
 
newPaginated(PaginationBatch<F>, Function<Iterable<F>, Iterable<T>>, int) - Method in class com.atlassian.confluence.api.impl.pagination.PaginationServiceImpl
 
newPaginated(PaginationBatch<F>, Function<Iterable<F>, Iterable<T>>, int) - Method in interface com.atlassian.confluence.impl.pagination.PaginationServiceInternal
Constructs a Paginated implementation backed by the given PaginationBatch.
newPagingIterator(PaginationBatch<F>, int, Function<Iterable<F>, Iterable<T>>) - Method in class com.atlassian.confluence.api.impl.pagination.PaginationServiceImpl
 
newPagingIterator(PaginationBatch<F>, int, Function<Iterable<F>, Iterable<T>>) - Method in interface com.atlassian.confluence.impl.pagination.PaginationServiceInternal
Constructs a PagingIterator backed by the given PaginationBatch.
newParseException(String) - Method in class com.atlassian.confluence.upgrade.recovery.RecoveryErrorService
 
newParseException(String, Throwable) - Method in class com.atlassian.confluence.upgrade.recovery.RecoveryErrorService
 
newParseException(Throwable) - Method in class com.atlassian.confluence.upgrade.recovery.RecoveryErrorService
 
newPassword(String) - Method in class com.atlassian.confluence.api.model.people.PasswordChangeDetails.PasswordChangeDetailsBuilder
 
newPluginContentEntityObject(String) - Method in interface com.atlassian.confluence.content.CustomContentManager
Create a new CustomContentEntityObject for the given module.
newPluginContentEntityObject(String) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
newPluginLoader(File) - Method in class com.atlassian.confluence.plugin.ExtraBundledPluginsFactory
 
newPropagationReIndexFinishedEvent(String, long, int, long, long, SearchPlatform) - Static method in class com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
 
newPropagationReIndexStartedEvent(String) - Static method in class com.atlassian.confluence.internal.index.event.ReIndexStartedAnalyticsEvent
 
newQuery() - Static method in class com.atlassian.confluence.impl.pagination.PaginationQueryImpl
Constructs a new PaginationQuery with no predicates or model converter.
newQuery() - Static method in class com.atlassian.confluence.spaces.SpacesQuery
 
newQuery(String) - Method in class com.atlassian.confluence.impl.search.v2.DefaultQueryFactory
 
newQuery(String) - Method in interface com.atlassian.confluence.search.v2.QueryFactory
Generate a SearchQuery without parameters
newQuery(String, List) - Method in class com.atlassian.confluence.impl.search.v2.DefaultQueryFactory
 
newQuery(String, List) - Method in interface com.atlassian.confluence.search.v2.QueryFactory
Generate a SearchQuery with parameters.
newQuery(Function<F, T>) - Static method in class com.atlassian.confluence.impl.pagination.PaginationQueryImpl
 
newQuery(List) - Method in class com.atlassian.confluence.impl.plugin.descriptor.search.SearchQueryModuleDescriptor
 
newRelationEntity(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
newRelationEntity(ConfluenceUser, ContentEntityObject) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
newRelationEntity(ConfluenceUser, ConfluenceUser) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
newRelationEntity(S, T) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
newRemoteWebView() - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebViewService
 
newRemoteWebView() - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql.GraphQLRemoteWebViewServiceImpl
 
newRemoteWebView() - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewServiceImpl
 
newRemoveBlogPostVersionCommand(BlogPostLocator) - Method in interface com.atlassian.confluence.content.service.BlogPostService
 
newRemoveBlogPostVersionCommand(BlogPostLocator) - Method in class com.atlassian.confluence.content.service.DefaultBlogPostService
 
newRemoveLabelCommand(long, User, long) - Method in class com.atlassian.confluence.labels.service.DefaultLabelsService
 
newRemoveLabelCommand(long, User, long) - Method in interface com.atlassian.confluence.labels.service.LabelsService
Builds a command that takes removes the specified label Page or Blog Post for the specified user.
newRemoveLabelCommand(Label, User, long) - Method in class com.atlassian.confluence.labels.service.DefaultLabelsService
 
newRemoveLabelCommand(Label, User, long) - Method in interface com.atlassian.confluence.labels.service.LabelsService
Builds a command that takes removes the specified label Page or Blog Post for the specified user.
newRemoveLabelCommand(Label, User, long, String) - Method in class com.atlassian.confluence.labels.service.DefaultLabelsService
 
newRemoveLabelCommand(Label, User, long, String) - Method in interface com.atlassian.confluence.labels.service.LabelsService
 
newRemoveLabelCommand(String, User, long) - Method in class com.atlassian.confluence.labels.service.DefaultLabelsService
 
newRemoveLabelCommand(String, User, long) - Method in interface com.atlassian.confluence.labels.service.LabelsService
Builds a command that takes removes the specified label Page or Blog Post for the specified user.
newRemovePageVersionCommand(PageLocator) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newRemovePageVersionCommand(PageLocator) - Method in interface com.atlassian.confluence.content.service.PageService
 
newRenderWikiMarkupContentCommand(IdContentLocator, SpaceLocator, String, String, ConversionContextOutputType) - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
newRenderWikiMarkupContentCommand(IdContentLocator, SpaceLocator, String, String, ConversionContextOutputType) - Method in interface com.atlassian.confluence.content.service.RenderingService
Creates and returns a RenderContentCommand that will render given wiki markup content in the context of the entity and space provided by the locators.
newRenderXHtmlContentCommand(IdContentLocator, SpaceLocator, String, String, ConversionContextOutputType) - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
newRenderXHtmlContentCommand(IdContentLocator, SpaceLocator, String, String, ConversionContextOutputType) - Method in interface com.atlassian.confluence.content.service.RenderingService
Creates and returns a RenderContentCommand that will render given xhtml content in the context of the entity and space provided by the locators.
newResource(String, String) - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
Returns a new web resource accepting mediaType.
newRestList() - Static method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
newRestList(PageRequest) - Static method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
newRestList(PageResponse<T>) - Static method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
newRevertBlogPostCommand(BlogPostLocator, int, String, boolean) - Method in interface com.atlassian.confluence.content.service.BlogPostService
Retrieve a command to revert a blogpost
newRevertBlogPostCommand(BlogPostLocator, int, String, boolean) - Method in class com.atlassian.confluence.content.service.DefaultBlogPostService
 
newRevertPageCommand(PageLocator, int, String, boolean) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newRevertPageCommand(PageLocator, int, String, boolean) - Method in interface com.atlassian.confluence.content.service.PageService
Retrieve a command to revert a page
newRevertPageOrderCommand(PageLocator) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newRevertPageOrderCommand(PageLocator) - Method in interface com.atlassian.confluence.content.service.PageService
Retrieve a command to clear any existing positions for children of the located Page.
newRowImportSqlException(String, long, SQLException) - Method in class com.atlassian.confluence.upgrade.recovery.RecoveryErrorService
 
newScheduledThreadPool(int, ThreadFactory) - Static method in class com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
Deprecated.
 
newSearchResult(SearchResult, String, String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
newSetPageOrderCommand(PageLocator, List<Long>) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
newSetPageOrderCommand(PageLocator, List<Long>) - Method in interface com.atlassian.confluence.content.service.PageService
Retrieve a command to set the order of all children for a supplied parent Page locator.
newSingleThreadExecutor(ThreadFactory) - Static method in class com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
Deprecated.
 
newSpaceKey - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
newUberspector() - Method in class com.atlassian.confluence.impl.velocity.ConfluenceAllowlistUberspector
 
newUnknownMacroMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshallerFactory
 
newUnknownMacroMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshallerFactoryImpl
 
newUnresolvedLinkBodyMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkSubMarshallerFactory
 
newUnresolvedLinkBodyMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkSubMarshallerFactoryImpl
 
newUnresolvedLinkMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkSubMarshallerFactory
 
newUnresolvedLinkMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkSubMarshallerFactoryImpl
 
newUserCreated(AdminAddedUserEvent) - Method in class com.atlassian.confluence.mail.notification.listeners.CreateUserNotificationsListener
Deprecated.
 
newUserLinkMarshaller() - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactory
 
newUserLinkMarshaller() - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactoryImpl
 
newUserLinkMarshaller(HrefEvaluator, Marshaller<Link>) - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactory
Get a new instance of a user link view marshaller which will usage a specific HrefEvaluator instead of the default for creating the actual href attribute in the rendererd link.
newUserLinkMarshaller(HrefEvaluator, Marshaller<Link>) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactoryImpl
 
newValidateLabelCommand(String, User) - Method in class com.atlassian.confluence.labels.service.DefaultLabelsService
 
newValidateLabelCommand(String, User) - Method in interface com.atlassian.confluence.labels.service.LabelsService
Builds a command that will validate the labels without actually adding them.
newValue(String) - Method in class com.atlassian.confluence.api.model.audit.ChangedValue.Builder
Deprecated.
 
newWarningTimer(String, Object...) - Method in class com.atlassian.confluence.util.profiling.DurationThresholdWarningTimingHelper
Creates a new timer for timing an operation.
newWebTarget() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
newWebTarget() - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
 
next() - Method in class com.atlassian.confluence.content.render.xhtml.ElementTransformingXmlEventReader
 
next() - Method in class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
next() - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
 
next() - Method in class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
NEXT - Static variable in class com.atlassian.confluence.api.model.content.History.Expansions
 
NEXT_TEMP_DIR_PROP - Static variable in class com.atlassian.confluence.upgrade.upgradetask.RenameTempDirPropertyUpgradeTask
 
nextBuilder() - Method in class com.atlassian.confluence.api.model.content.Version
Creates a version builder with the version number set as the next version after this version
nextCursor(Cursor) - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
nextCursor(Cursor) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
nextEvent() - Method in class com.atlassian.confluence.content.render.xhtml.ElementTransformingXmlEventReader
 
nextEvent() - Method in class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
nextEvent() - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
 
nextEvent() - Method in class com.atlassian.confluence.content.render.xhtml.TextExtractingXmlFragmentEventReader
 
nextEvent() - Method in class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
nextPendingDeferredObject() - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Pops any pending deferred object off the stack (see ImportProcessorContext.hasPendingDeferredObject()
nextStartIndexes - Variable in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
nextStartOriginalId - Variable in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
nextStartOriginalId(long) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
nextStartOriginalId(long) - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
 
nextTag() - Method in class com.atlassian.confluence.content.render.xhtml.ElementTransformingXmlEventReader
 
nextTag() - Method in class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
nextTag() - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
 
nextTag() - Method in class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
nextVersion(Reference<Version>) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
 
NGramAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.ngram
Analyzer which uses an NGram tokenizer
NGramAnalyzer(int, int, boolean) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.ngram.NGramAnalyzer
 
NGramTokenizerDescriptor - Class in com.atlassian.confluence.search.v2.analysis
A tokenizer that produces a stream of n-gram.
NGramTokenizerDescriptor(int, int) - Constructor for class com.atlassian.confluence.search.v2.analysis.NGramTokenizerDescriptor
 
NGramTokenizerDescriptor(int, int, boolean) - Constructor for class com.atlassian.confluence.search.v2.analysis.NGramTokenizerDescriptor
 
NO - Enum constant in enum class com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderPermissionCheck
 
NO - Enum constant in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Index
Deprecated.
 
NO - Enum constant in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Store
 
NO_BOOST - Enum constant in enum class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery.Boost
 
NO_CHANGE - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates no change.
NO_COLLECTIONS - Enum constant in enum class com.atlassian.confluence.backuprestore.BackupRestoreJob.ConfigurationFlag
 
NO_FEATURES - Static variable in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
 
NO_LIMIT - Static variable in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
NO_MAX_RESULTS - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates no maximum (i.e.
NO_OFFSET - Static variable in interface com.atlassian.confluence.labels.LabelManager
Indicates zero offset to methods accepting an 'offset' parameter.
NO_OFFSET - Static variable in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
NO_OP - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
NO_REDIRECT - Static variable in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
NO_RESPONSE_CODE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
NO_VALUE - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.http.IpdSessionMonitoringService
 
NO_VALUE - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.InProductDiagnosticUtils
 
NoAnchorHeadingBlockRenderer - Class in com.atlassian.confluence.renderer
A heading block renderer which places the anchor name in the ID of the heading, rather than generating a separate empty anchor element.
NoAnchorHeadingBlockRenderer() - Constructor for class com.atlassian.confluence.renderer.NoAnchorHeadingBlockRenderer
 
noAuditing() - Method in interface com.atlassian.confluence.audit.AuditingContext
This method provides convenient AutoCloseable, to use in try-with-resource expressions.
noAuditing() - Method in class com.atlassian.confluence.impl.audit.DefaultAuditingContext
 
noAuditing(String) - Method in interface com.atlassian.confluence.audit.AuditingContext
This method provides convenient AutoCloseable, to use in try-with-resource expressions.
noAuditing(String) - Method in class com.atlassian.confluence.impl.audit.DefaultAuditingContext
 
NoAutoescapeCharacters - Class in com.atlassian.confluence.xml
 
NoAutoescapeCharacters(String) - Constructor for class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
NoBodyMacro - Class in com.atlassian.confluence.macro
A NoOpMacro that has no body.
NoBodyMacro() - Constructor for class com.atlassian.confluence.macro.NoBodyMacro
 
NOCACHE_PREFIX - Static variable in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
NoCheckAnnotatedPermitChecker - Class in com.atlassian.confluence.impl.security.access
An AnnotatedPermitChecker which always permits access
NoCheckAnnotatedPermitChecker() - Constructor for class com.atlassian.confluence.impl.security.access.NoCheckAnnotatedPermitChecker
 
NoConfluencePermissionEvent - Class in com.atlassian.confluence.event.events.security
 
NoConfluencePermissionEvent(Object) - Constructor for class com.atlassian.confluence.event.events.security.NoConfluencePermissionEvent
 
Node - Class in com.atlassian.confluence.impl.content.duplicatetags.internal
A special class for keeping important info for the duplicate tag remover.
Node.Type - Enum Class in com.atlassian.confluence.impl.content.duplicatetags.internal
Represents the type of the tag.
NodeConfigDTO(ClusterNodeInformation, Either<Throwable, NodeJmxMonitoringConfig>) - Constructor for class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction.NodeConfigDTO
 
NodeConnectionException - Exception in com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator
 
NodeConnectionException(Collection<String>) - Constructor for exception com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.NodeConnectionException
 
NodeConnectionException(String) - Constructor for exception com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.NodeConnectionException
 
NodeJmxMonitoringConfig - Interface in com.atlassian.confluence.impl.profiling
JMX monitoring config on each node
nodes() - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of NodeStatuss to return at a time.
NodeStatus - Class in com.atlassian.confluence.api.model.system
The status of a node.
NodeStatus - Interface in com.atlassian.confluence.cluster
 
NodeStatus(int, Map<String, String>, Map<String, String>, Map<String, String>) - Constructor for class com.atlassian.confluence.api.model.system.NodeStatus
 
NodeStatusImpl - Class in com.atlassian.confluence.cluster
 
NodeStatusImpl(NodeStatus) - Constructor for class com.atlassian.confluence.cluster.NodeStatusImpl
 
NodeStatusImpl(Map<String, String>, Map<String, String>, Map<String, String>) - Constructor for class com.atlassian.confluence.cluster.NodeStatusImpl
 
nodeUri(String) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
nodeUri(String, String) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
NodeZduInfo - Interface in com.atlassian.confluence.cluster
 
NodeZduInfoImpl - Class in com.atlassian.confluence.impl.cluster
 
NodeZduInfoImpl(ApplicationState, String, String, int, int, boolean, UpgradeFinalizationRun) - Constructor for class com.atlassian.confluence.impl.cluster.NodeZduInfoImpl
 
NoFormatFormatter - Class in com.atlassian.confluence.impl.search.summary
A highlight formatter that doesn't highlight.
NolinkMacroReplacementRenderer - Class in com.atlassian.confluence.content.render.xhtml.migration
Converts the old style nolink or nl macro into an XHTML <span> elements
NolinkMacroReplacementRenderer() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.NolinkMacroReplacementRenderer
 
NOLOCALE - Static variable in class com.atlassian.confluence.util.i18n.I18NResourceBundlesLoader
 
NON_CLUSTERED_NODE_NAME - Static variable in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
NON_SPACED_DIRECTORY_NAME - Static variable in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
NON_UNIQUE_TITLE_ERROR - Static variable in class com.atlassian.confluence.content.service.page.RevertContentToVersionCommand
 
NonClusterConfigurationHelper - Class in com.atlassian.confluence.cluster.nonclustered
An implementation of ClusterConfigurationHelper for use when clustering is not being used.
NonClusterConfigurationHelper(ApplicationConfig) - Constructor for class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
NonClusteredZduManager - Class in com.atlassian.confluence.cluster.nonclustered
ZduManager implementation used when Confluence is not clustered.
NonClusteredZduManager() - Constructor for class com.atlassian.confluence.cluster.nonclustered.NonClusteredZduManager
 
NonClusterEventWrapperService - Class in com.atlassian.confluence.cluster.nonclustered
Generic wrapper service for use in non-clustered confluence.
NonClusterEventWrapperService() - Constructor for class com.atlassian.confluence.cluster.nonclustered.NonClusterEventWrapperService
 
NonClusterManager - Class in com.atlassian.testsupport
An implementation of ClusterManager for use when no clustering is configured.
NonClusterManager() - Constructor for class com.atlassian.testsupport.NonClusterManager
 
NonClusterMonitoring - Class in com.atlassian.confluence.cluster.nonclustered
An implementation of ClusterMonitoring for use when no clustering is configured.
NonClusterMonitoring(ApplicationConfiguration, LicenseService) - Constructor for class com.atlassian.confluence.cluster.nonclustered.NonClusterMonitoring
 
NonClusterSharedDataManager - Class in com.atlassian.confluence.cluster.nonclustered
An implementation of SharedDataManager for use when no clustering is configured.
NonClusterSharedDataManager() - Constructor for class com.atlassian.confluence.cluster.nonclustered.NonClusterSharedDataManager
 
none() - Static method in class com.atlassian.confluence.api.model.audit.AffectedObject
Deprecated.
 
None<T> - Class in com.atlassian.confluence.core
Helps constructing the left, erroneous case of a Maybe.
NONE - Enum constant in enum class com.atlassian.confluence.api.model.retention.RuleScope
 
NONE - Enum constant in enum class com.atlassian.confluence.cluster.ClusterJoinConfig.ClusterJoinType
 
NONE - Enum constant in enum class com.atlassian.confluence.macro.Macro.BodyType
 
NONE - Enum constant in enum class com.atlassian.confluence.macro.query.InclusionCriteria
Associated token must not match.
NONE - Enum constant in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
NONE - Static variable in class com.atlassian.confluence.api.model.content.Position
 
NONE - Static variable in class com.atlassian.confluence.api.model.search.SearchOptions.Excerpt
An excerpt of the result is not required
NONE - Static variable in interface com.atlassian.confluence.api.nav.Navigation.Builder
Some Model classes need to provide a builder, but don't need to provide any navigation.
NONE - Static variable in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
NONE_ENCODER - Static variable in class com.atlassian.confluence.search.v2.DefaultHighlightParams
 
NonFlushingSessionWrapper - Interface in com.atlassian.hibernate
NonIdlingExternalProcessFactory - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
 
NonIdlingExternalProcessFactory() - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.NonIdlingExternalProcessFactory
 
NonTransactionalAttachmentDataDao - Interface in com.atlassian.confluence.pages.persistence.dao
 
NonTransactionalHibernateAttachmentDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
Non-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.
NonTransactionalHibernateAttachmentDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.NonTransactionalHibernateAttachmentDao
 
NonUserMailNotificationQueueItem - Class in com.atlassian.confluence.mail.template
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
NonUserMailNotificationQueueItem(String, String, String, String, String) - Constructor for class com.atlassian.confluence.mail.template.NonUserMailNotificationQueueItem
Deprecated.
 
NonViewableContentTypeSupplier - Class in com.atlassian.confluence.impl.search.v2.searchfilter
 
NonViewableContentTypeSupplier(PluginAccessor) - Constructor for class com.atlassian.confluence.impl.search.v2.searchfilter.NonViewableContentTypeSupplier
 
NonViewableCustomContentTypeQuery - Class in com.atlassian.confluence.search.v2.query
A V2 SearchQuery implementation which only finds viewable custom content types or non-custom content.
NonViewableCustomContentTypeQuery(NonViewableContentTypeSupplier) - Constructor for class com.atlassian.confluence.search.v2.query.NonViewableCustomContentTypeQuery
 
NonViewableCustomContentTypeQuery(PluginAccessor) - Constructor for class com.atlassian.confluence.search.v2.query.NonViewableCustomContentTypeQuery
 
NoopClusterCacheCompactor - Class in com.atlassian.confluence.cache
A compactor that does nothing.
NoopClusterCacheCompactor() - Constructor for class com.atlassian.confluence.cache.NoopClusterCacheCompactor
 
NoopClusterSafetyManager - Class in com.atlassian.confluence.cluster.safety
 
NoopClusterSafetyManager() - Constructor for class com.atlassian.confluence.cluster.safety.NoopClusterSafetyManager
 
NoopContentFinder - Class in com.atlassian.confluence.impl.service.finder.content
 
NoopContentFinder() - Constructor for class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
NoOpCrowdAuditLogGroupMapper - Class in com.atlassian.confluence.impl.user.crowd.audit
 
NoOpCrowdAuditLogGroupMapper() - Constructor for class com.atlassian.confluence.impl.user.crowd.audit.NoOpCrowdAuditLogGroupMapper
 
NoOpCrowdAuditLogUserMapper - Class in com.atlassian.confluence.impl.user.crowd.audit
 
NoOpCrowdAuditLogUserMapper() - Constructor for class com.atlassian.confluence.impl.user.crowd.audit.NoOpCrowdAuditLogUserMapper
 
NoOpEncoder - Class in com.atlassian.confluence.impl.search.summary
Encoder that does nothing on input string.
NoOpEncoder - Class in com.atlassian.confluence.plugins.opensearch.encoder
Encoder that does nothing on input string.
NoOpEncoder() - Constructor for class com.atlassian.confluence.impl.search.summary.NoOpEncoder
 
NoOpEncoder() - Constructor for class com.atlassian.confluence.plugins.opensearch.encoder.NoOpEncoder
 
NoOpEventPublisher - Class in com.atlassian.confluence.event
Used in bootstrap code when we don't want to publish any events.
NoOpEventPublisher() - Constructor for class com.atlassian.confluence.event.NoOpEventPublisher
 
NoopFetcher<T> - Class in com.atlassian.confluence.impl.service.finder
A Fetcher that always returns nothing
NoopFetcher() - Constructor for class com.atlassian.confluence.impl.service.finder.NoopFetcher
 
NoopGenerator() - Constructor for class com.atlassian.confluence.api.impl.service.audit.uri.ResourceUriGenerator.NoopGenerator
 
NoopGroupFinder - Class in com.atlassian.confluence.impl.service.finder.people
 
NoopGroupFinder() - Constructor for class com.atlassian.confluence.impl.service.finder.people.NoopGroupFinder
 
NoOpHealthCheckAnalyticsSender - Class in com.atlassian.confluence.impl.health.analytics
A fallback for when we are unable to send analytics, either because the required components aren't available or because we can't tell whether the product is allowed to send analytics events.
NoOpHealthCheckAnalyticsSender() - Constructor for class com.atlassian.confluence.impl.health.analytics.NoOpHealthCheckAnalyticsSender
 
NoopHostComponentProvider - Class in com.atlassian.confluence.plugin.osgi
 
NoopHostComponentProvider() - Constructor for class com.atlassian.confluence.plugin.osgi.NoopHostComponentProvider
 
NoopIndexRecoveryService - Class in com.atlassian.confluence.impl.index
A noop implementation for when index recovery process is not required for nodes to join the cluster, e.g.
NoopIndexRecoveryService(JournalStateStore, JournalDao, EventPublisher, PluginAccessor) - Constructor for class com.atlassian.confluence.impl.index.NoopIndexRecoveryService
 
NoOpIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Represents a no operation index task.
NoopInternalUserPermissionDao - Class in com.atlassian.confluence.impl.user.crowd.hibernate
Crowd libraries currently need an implementation of this, but it's only applicable for Crowd the product.
NoopInternalUserPermissionDao() - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.NoopInternalUserPermissionDao
 
NoOpMacro - Class in com.atlassian.confluence.macro
A class used exclusively for testing.
NoOpMacro(Macro.BodyType, Macro.OutputType) - Constructor for class com.atlassian.confluence.macro.NoOpMacro
 
NoOpModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
NoOpModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.NoOpModuleDescriptor
 
NoopPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
NoopPersister() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.NoopPersister
Deprecated.
 
NoopPersonFinder - Class in com.atlassian.confluence.impl.service.finder.people
 
NoopPersonFinder() - Constructor for class com.atlassian.confluence.impl.service.finder.people.NoopPersonFinder
 
NoopPersonSearcher - Class in com.atlassian.confluence.impl.service.finder.people
 
NoopPersonSearcher() - Constructor for class com.atlassian.confluence.impl.service.finder.people.NoopPersonSearcher
 
NoOpSortMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
Sort mapper that returns nothing, defaulting to the index's native sort (which in Lucene's case is by descending order of relevance)
NoOpSortMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.NoOpSortMapper
 
NoopSpaceFinder - Class in com.atlassian.confluence.impl.service.finder.content
 
NoopSpaceFinder() - Constructor for class com.atlassian.confluence.impl.service.finder.content.NoopSpaceFinder
 
NoopSplitIndexUpgradeTask - Class in com.atlassian.confluence.internal.index.opensearch
This upgrade task does not perform anything, since OpenSearch was introduced after split-index, thus no upgrade process required.
NoopSplitIndexUpgradeTask() - Constructor for class com.atlassian.confluence.internal.index.opensearch.NoopSplitIndexUpgradeTask
 
NoopThreadLimiterAnalyticsService - Class in com.atlassian.confluence.impl.threadlimiter.analyticsservice
A stub used when the proper was not retrieved.
NoopThreadLimiterAnalyticsService() - Constructor for class com.atlassian.confluence.impl.threadlimiter.analyticsservice.NoopThreadLimiterAnalyticsService
 
NoopTransactionManager - Class in com.atlassian.confluence.spring.transaction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
NoopTransactionManager() - Constructor for class com.atlassian.confluence.spring.transaction.NoopTransactionManager
Deprecated.
 
NopActivityMonitor - Class in com.atlassian.confluence.util.profiling
Provides an implementation of the ActivityMonitor that does nothing.
NopCrowdAvatarProvider - Class in com.atlassian.confluence.impl.user.crowd
Stub implementation of the Crowd AvatarProvider interface.
NopCrowdAvatarProvider() - Constructor for class com.atlassian.confluence.impl.user.crowd.NopCrowdAvatarProvider
 
NoPermissionDelegate<T> - Class in com.atlassian.confluence.security
A PermissionDelegate which always refuses permission.
NoPermissionDelegate() - Constructor for class com.atlassian.confluence.security.NoPermissionDelegate
 
NoRequireAnnotationAction - Class in com.atlassian.confluence.httpmethod
 
NoRequireAnnotationAction() - Constructor for class com.atlassian.confluence.httpmethod.NoRequireAnnotationAction
 
NORMAL - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCellType
A Normal width column.
NORMAL - Enum constant in enum class com.atlassian.confluence.core.persistence.hibernate.CacheMode
The session may read items from the cache and/or add items to the cache, as configured in Hibernate
NORMAL_LINK_PATTERN - Static variable in interface com.atlassian.confluence.links.LinkManager
 
normalizeSchemeAndSubprotocol(String) - Static method in class com.atlassian.confluence.plugins.synchrony.utils.JdbcUrlUtil
Normalize the protocol part of the JDBC URL
NormalTranslationMode - Class in com.atlassian.confluence.util.i18n
 
NormalTranslationMode() - Constructor for class com.atlassian.confluence.util.i18n.NormalTranslationMode
 
NORWEGIAN - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
NorwegianAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Norwegian language analyzer provider
NorwegianAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.NorwegianAnalyzerProvider
 
NoSuchClusterNodeException - Exception in com.atlassian.confluence.cluster
This exception is thrown when a requested cluster node is not present in the cluster.
NoSuchClusterNodeException(String) - Constructor for exception com.atlassian.confluence.cluster.NoSuchClusterNodeException
 
NOT_A_DIR - Enum constant in enum class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure.Reason
 
NOT_ALLOWED_IN_READ_ONLY_MODE - Static variable in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
A singleton notAllowedInReadOnlyMode result
NOT_ANALYZED - Enum constant in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Index
Deprecated.
 
NOT_CACHEABLE - Enum constant in enum class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao.Cacheability
 
NOT_CONFIGURED - Enum constant in enum class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure.Reason
 
NOT_ENOUGH_DISK_SPACE_LOCAL_HOME - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexError
 
NOT_ENOUGH_DISK_SPACE_LOCAL_HOME - Enum constant in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
 
NOT_ENOUGH_DISK_SPACE_SHARED_HOME - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexError
 
NOT_ENOUGH_DISK_SPACE_SHARED_HOME - Enum constant in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
 
NOT_FINISHED_YET - Static variable in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
NOT_FOUND - Static variable in class com.atlassian.confluence.security.actions.PermissionCheckInterceptor
 
NOT_FOUND_STATEMENT - Static variable in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
NOT_IMPLEMENTED - Static variable in class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter
 
NOT_IN - Enum constant in enum class com.atlassian.confluence.impl.hibernate.query.InClauseType
 
NOT_NULL - Enum constant in enum class com.atlassian.confluence.upgrade.ddl.NullChoice
 
NOT_NULLABLE_COLUMN - Static variable in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
NOT_PERMITTED - Enum constant in enum class com.atlassian.confluence.impl.pages.actions.PageAwareHelper.Result
 
NOT_PERMITTED - Static variable in class com.atlassian.confluence.security.actions.PermissionCheckInterceptor
 
NOT_PERMITTED_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
NOT_PERMITTED_ERROR_PATH - Static variable in class com.atlassian.confluence.impl.webapp.SecureAccessFilter
 
NOT_PERMITTED_PATH - Static variable in class com.atlassian.confluence.impl.webapp.security.enforcer.AccessEnforcer
 
NOT_SATISFIED_DEPENDENCIES - Enum constant in enum class com.atlassian.confluence.impl.backuprestore.statistics.SkippedObjectsReason
 
NOT_SHOWN - Enum constant in enum class com.atlassian.confluence.event.events.security.LoginDetails.CaptchaState
 
NOT_WRITABLE_LOCAL_HOME - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexError
 
NOT_WRITABLE_LOCAL_HOME - Enum constant in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
 
NOT_WRITABLE_SHARED_HOME - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexError
 
NOT_WRITABLE_SHARED_HOME - Enum constant in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
 
NotAnonymousUserQuery - Class in com.atlassian.confluence.search.v2.query
SearchQuery that filters out anonymous users.
NotAuthenticatedException - Exception in com.atlassian.confluence.api.service.exceptions
Thrown when user is not authenticated as per the semantics of the HTTP 401 'Unauthorised' status code.
NotAuthenticatedException() - Constructor for exception com.atlassian.confluence.api.service.exceptions.NotAuthenticatedException
 
NotAuthenticatedException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.NotAuthenticatedException
 
NotAuthenticatedException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.NotAuthenticatedException
 
NotAuthenticatedException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.NotAuthenticatedException
 
NotAuthenticatedException(Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.NotAuthenticatedException
 
notAuthenticatedExceptionSupplier() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
notAuthenticatedResult(String, Object...) - Static method in class com.atlassian.confluence.api.model.validation.SimpleValidationResults
 
NotAuthorizedException - Exception in com.atlassian.confluence.core.service
Exception thrown from a service action when the execute() method is called in the context of a user who is not authorized to perform the action.
NotAuthorizedException(User, Permission, Object) - Constructor for exception com.atlassian.confluence.core.service.NotAuthorizedException
 
NotAuthorizedException(String) - Constructor for exception com.atlassian.confluence.core.service.NotAuthorizedException
 
NotExportable - Interface in com.atlassian.confluence.core
Classes which implement this are not exported as part of exports.
notFinishedResults() - Static method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
notFinishedResults(int) - Static method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
notFound(String) - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
NotFoundException - Exception in com.atlassian.confluence.api.service.exceptions
Thrown when things that are expected to be found are NOT found.
NotFoundException - Exception in com.atlassian.confluence.legacyapi
Deprecated.
since 7.0.1 , use NotFoundException
NotFoundException - Exception in com.atlassian.confluence.rpc
Thrown when a remote method can't find an object specified by the caller.
NotFoundException() - Constructor for exception com.atlassian.confluence.api.service.exceptions.NotFoundException
 
NotFoundException() - Constructor for exception com.atlassian.confluence.legacyapi.NotFoundException
Deprecated.
 
NotFoundException() - Constructor for exception com.atlassian.confluence.rpc.NotFoundException
 
NotFoundException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.NotFoundException
 
NotFoundException(String) - Constructor for exception com.atlassian.confluence.legacyapi.NotFoundException
Deprecated.
 
NotFoundException(String) - Constructor for exception com.atlassian.confluence.rpc.NotFoundException
 
NotFoundException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception com.atlassian.confluence.legacyapi.NotFoundException
Deprecated.
 
NotFoundException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception com.atlassian.confluence.legacyapi.NotFoundException
Deprecated.
 
NotFoundException(Throwable) - Constructor for exception com.atlassian.confluence.rpc.NotFoundException
 
notFoundExceptionSupplier() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
notFoundResult(String, Object...) - Static method in class com.atlassian.confluence.api.model.validation.SimpleValidationResults
 
notification - Variable in class com.atlassian.confluence.event.events.content.mail.notification.NotificationEvent
 
Notification - Class in com.atlassian.confluence.mail.notification
A "Notification" is an email subscription or "watch" on some space.
Notification() - Constructor for class com.atlassian.confluence.mail.notification.Notification
 
NOTIFICATION_ID_COLUMN - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
Notification.WatchType - Enum Class in com.atlassian.confluence.mail.notification
A single enum value representing the combination of notification type, page, space and network settings.
NotificationApiDarkFeature - Enum Class in com.atlassian.confluence.mail.notification.listeners
Deprecated.
since 7.6.0 , no replacement
NotificationContext - Class in com.atlassian.confluence.plugin.descriptor.mail
Contains data about an email Notification that is specific to a single Email sent to a single User.
NotificationContext() - Constructor for class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
NotificationContext(NotificationContext) - Constructor for class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
NotificationContext(NotificationContext, Set<DataSource>) - Constructor for class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
NotificationDao - Interface in com.atlassian.confluence.mail.notification.persistence
Data Access Object interface for dealing with notifications.
NotificationDao - Interface in com.atlassian.confluence.plugins.like.notifications.dao
Responsible for persisting notifications.
NotificationDaoInternal - Interface in com.atlassian.confluence.internal.notification.persistence
Dao for Notifications.
NotificationData - Class in com.atlassian.confluence.mail.notification.listeners
Data that is related to a set of notifications about a change in the system.
NotificationData(User, boolean, ConfluenceEntityObject) - Constructor for class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
NotificationData(User, boolean, ConfluenceEntityObject, String, String, Collection<DataSource>) - Constructor for class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
NotificationDatabaseDataExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
Responsible for monitoring exported events of ContentEntityObject and Space classes, exporting notifications and sending data to the backup writer.
NotificationDatabaseDataExporter(ExportableEntityInfo, CommonDatabaseDataExporter) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.NotificationDatabaseDataExporter
 
NotificationEmailHelper - Class in com.atlassian.confluence.mail.notification
Deprecated.
since 7.5.0
NotificationEmailHelper(MailServerManager) - Constructor for class com.atlassian.confluence.mail.notification.NotificationEmailHelper
Deprecated.
 
NotificationEmailHelper.ContentFinder - Interface in com.atlassian.confluence.mail.notification
Deprecated.
Finder for content ids.
NotificationEnabledEvent - Interface in com.atlassian.confluence.api.model.event.notification
Represents an event that is to be consumed by the notifications-api :
NotificationEvent - Class in com.atlassian.confluence.event.events.content.mail.notification
 
NotificationEvent(Object, Notification) - Constructor for class com.atlassian.confluence.event.events.content.mail.notification.NotificationEvent
 
notificationManager - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
notificationManager - Variable in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
notificationManager - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
notificationManager - Variable in class com.atlassian.confluence.pages.actions.ViewPageAction
 
notificationManager - Variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
notificationManager - Variable in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
notificationManager - Variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
notificationManager - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
notificationManager() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
NotificationManager - Interface in com.atlassian.confluence.mail.notification
 
NotificationManagerEventListener - Class in com.atlassian.confluence.impl.labels
Responsible for listening to NotificationManagerEventListener.VisitorEvents and resolving them against the LabelManager.
NotificationManagerEventListener.VisitorEvent - Interface in com.atlassian.confluence.impl.labels
 
NotificationPluginApi - Enum constant in enum class com.atlassian.confluence.mail.notification.listeners.NotificationApiDarkFeature
Deprecated.
 
NotificationRemovalListener - Class in com.atlassian.confluence.mail.notification
Listens to any permissions changes and removes notifications as necessary
NotificationRemovalListener(NotificationManager, PermissionManager) - Constructor for class com.atlassian.confluence.mail.notification.NotificationRemovalListener
 
NotificationRenderManager - Interface in com.atlassian.confluence.plugin.descriptor.mail
Provides web items and resources for Email Notifications.
NotificationsAction - Class in com.atlassian.confluence.plugins.like.actions
 
NotificationsAction() - Constructor for class com.atlassian.confluence.plugins.like.actions.NotificationsAction
 
NotificationSendResult - Class in com.atlassian.confluence.user.notifications
Includes the successful and failed email addresses for a notification send.
NotificationSendResult(Set<String>, Set<String>) - Constructor for class com.atlassian.confluence.user.notifications.NotificationSendResult
 
NotificationsPermissionsCheck - Interface in com.atlassian.confluence.mail.notification.listeners
 
notificationsSender - Variable in class com.atlassian.confluence.mail.notification.listeners.AbstractContentNotificationsListener
Deprecated.
 
notificationsSender - Variable in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
NotificationsSender - Interface in com.atlassian.confluence.mail.notification
 
NotificationsSoapService - Class in com.atlassian.confluence.rpc.soap.services
 
NotificationsSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
notificationStoreService() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
NotificationTemplate - Enum Class in com.atlassian.confluence.mail.notification.listeners
Deprecated.
since 7.6.0, no replacement
NOTIFY_ON_SIGNUP_TOKEN - Static variable in class com.atlassian.confluence.user.DefaultSignupManager
 
notifyApplicationStarted() - Method in class com.atlassian.confluence.server.DefaultApplicationStatusService
 
notifyApplicationStarted() - Method in interface com.atlassian.confluence.server.MutableApplicationStatusService
 
notifyApplicationStarted() - Method in class com.atlassian.confluence.server.StubApplicationStatusService
 
notifyExportersAboutPersistedObjects(Collection<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
notifyOnStart() - Method in class com.atlassian.sal.confluence.lifecycle.ConfluenceLifecycleManager
 
notifySelf - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
A flag indicating if the user creating the page wants to be notified about this event.
notifyServletsLoaded() - Method in class com.atlassian.confluence.server.DefaultApplicationStatusService
 
notifyServletsLoaded() - Method in interface com.atlassian.confluence.server.MutableApplicationStatusService
 
notifyServletsLoaded() - Method in class com.atlassian.confluence.server.StubApplicationStatusService
 
notifyViaEmail(Boolean) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation.UserDetailsForCreationBuilder
 
notImplementedResult(String, Object...) - Static method in class com.atlassian.confluence.api.model.validation.SimpleValidationResults
To be used where some functionality hasn't been implemented.
NotImplementedServiceException - Exception in com.atlassian.confluence.api.service.exceptions.unchecked
Indicates that a particular service is not yet implemented, maps to a 501 error
NotImplementedServiceException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.unchecked.NotImplementedServiceException
 
NotImplementedServiceException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.unchecked.NotImplementedServiceException
 
NotImplementedServiceException(String, Exception) - Constructor for exception com.atlassian.confluence.api.service.exceptions.unchecked.NotImplementedServiceException
 
notImplementedSupplier() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
NotNullBandanaRecordPreProcessor - Class in com.atlassian.confluence.importexport.impl
 
NotNullBandanaRecordPreProcessor() - Constructor for class com.atlassian.confluence.importexport.impl.NotNullBandanaRecordPreProcessor
 
NotPermittedAction - Class in com.atlassian.confluence.security.actions
 
NotPermittedAction() - Constructor for class com.atlassian.confluence.security.actions.NotPermittedAction
 
NotPermittedException - Exception in com.atlassian.confluence.backuprestore.exception
It is thrown when a user does not have permissions to perform an action.
NotPermittedException - Exception in com.atlassian.confluence.legacyapi
Deprecated.
since 7.0.1 , use PermissionException
NotPermittedException - Exception in com.atlassian.confluence.rpc
Exception thrown when a user attempts to do something they're not allowed to do.
NotPermittedException() - Constructor for exception com.atlassian.confluence.legacyapi.NotPermittedException
Deprecated.
 
NotPermittedException() - Constructor for exception com.atlassian.confluence.rpc.NotPermittedException
 
NotPermittedException(String) - Constructor for exception com.atlassian.confluence.backuprestore.exception.NotPermittedException
 
NotPermittedException(String) - Constructor for exception com.atlassian.confluence.legacyapi.NotPermittedException
Deprecated.
 
NotPermittedException(String) - Constructor for exception com.atlassian.confluence.rpc.NotPermittedException
 
NotPermittedException(String, Throwable) - Constructor for exception com.atlassian.confluence.legacyapi.NotPermittedException
Deprecated.
 
NotPermittedException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.NotPermittedException
 
NotPermittedException(Throwable) - Constructor for exception com.atlassian.confluence.legacyapi.NotPermittedException
Deprecated.
 
NotPermittedException(Throwable) - Constructor for exception com.atlassian.confluence.rpc.NotPermittedException
 
NotPermittedLink - Class in com.atlassian.confluence.content.render.xhtml.model.links
A not permitted link.
NotPermittedLink(Link) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.links.NotPermittedLink
 
notPermittedLinkMarshaller - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
NotPersonalSpaceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Do not show web fragment if we are in a personal space
NotPersonalSpaceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.NotPersonalSpaceCondition
 
notSecretValues() - Static method in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
NotValidException - Exception in com.atlassian.confluence.core.service
 
NotValidException() - Constructor for exception com.atlassian.confluence.core.service.NotValidException
 
NotValidException(String) - Constructor for exception com.atlassian.confluence.core.service.NotValidException
 
NotValidException(String, Throwable) - Constructor for exception com.atlassian.confluence.core.service.NotValidException
 
NOVELL_EDIRECTORY - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
NULL_OBJECT - Static variable in interface com.atlassian.confluence.content.apisupport.CommentExtensionsSupport
 
NULLABLE - Enum constant in enum class com.atlassian.confluence.upgrade.ddl.NullChoice
 
NULLABLE_COLUMN - Static variable in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
NullChoice - Enum Class in com.atlassian.confluence.upgrade.ddl
Represents the null/not null choice for a database column.
NullCommentExtensionsSupport - Class in com.atlassian.confluence.content.apisupport
A null implementation for comment extension support, no additional extension sproperties are provided or supported
NullCommentExtensionsSupport() - Constructor for class com.atlassian.confluence.content.apisupport.NullCommentExtensionsSupport
 
NullModificationDateDraftUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
As we update the logic of `removeStaleSharedDrafts`, we should call it in our upgrading task to make sure invalid data is cleaned up.
NullModificationDateDraftUpgradeTask(PageManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.NullModificationDateDraftUpgradeTask
 
NullPluginAccessor - Class in com.atlassian.confluence.plugin
No-op plugin accessor that can be substituted when the plugin system is unavailable.
NullPluginAccessor() - Constructor for class com.atlassian.confluence.plugin.NullPluginAccessor
 
NullRestrictionEntity - Class in com.atlassian.confluence.functest.rest.admin.crowd
Represents a null (no) restriction entity.
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.impl.hibernate.HibernateUserType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.CryptographicKeyType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.hibernate.BucketClobStringType
 
nullSafeGetImpl(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
nullSafeGetImpl(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentTypeEnumUserType
 
nullSafeGetImpl(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.InstantType
 
nullSafeGetImpl(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.impl.hibernate.HibernateUserType
 
nullSafeGetImpl(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.impl.journal.JournalIdentifierUserType
 
nullSafeGetImpl(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.RelatableEntityTypeEnumUserType
 
nullSafeGetImpl(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.NamespaceUserType
 
nullSafeGetImpl(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceStatusUserType
 
nullSafeGetImpl(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceTypeUserType
 
nullSafeGetImpl(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyUserType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.impl.hibernate.HibernateUserType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.CryptographicKeyType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.hibernate.BucketClobStringType
 
nullSafeSetImpl(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
nullSafeSetImpl(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentTypeEnumUserType
 
nullSafeSetImpl(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.core.persistence.hibernate.InstantType
 
nullSafeSetImpl(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.impl.hibernate.HibernateUserType
 
nullSafeSetImpl(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.impl.journal.JournalIdentifierUserType
 
nullSafeSetImpl(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.RelatableEntityTypeEnumUserType
 
nullSafeSetImpl(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.NamespaceUserType
 
nullSafeSetImpl(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceStatusUserType
 
nullSafeSetImpl(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceTypeUserType
 
nullSafeSetImpl(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyUserType
 
NUM_OF_SUBFOLDERS - Static variable in class com.atlassian.confluence.impl.pages.attachments.AttachmentV4Helper
 
NUM_THREADS - Static variable in class com.atlassian.confluence.content.render.xhtml.migration.PageTemplateSiteMigrator
The number of conversion threads that may be running concurrently.
number(int) - Method in class com.atlassian.confluence.api.model.audit.RetentionPeriod.Builder
Deprecated.
 
number(int) - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
 
NUMBER - Enum constant in enum class com.atlassian.confluence.plugins.contentproperty.index.schema.SchemaFieldType
Indexed, not stored, tokenized, 64-bit double numeric type.
NUMBER_OF_REGISTERED_USERS - Static variable in interface com.atlassian.confluence.util.UserChecker
 
numberOfBatches() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.BatchableWorkSource
 
numberOfBatches() - Method in class com.atlassian.confluence.content.render.xhtml.migration.ContentWithTasksWorkSource
 
numberOfBatches() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.SearchResultsBatchWorkSource
 
numberOfBatches() - Method in class com.atlassian.confluence.content.render.xhtml.migration.OrderedEntityObjectBatchableWorkSource
 
numberOfBatches() - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiMarkupContentEntityObjectMigrationWorkSource
 
numberOfClusterNodes(ConfluenceLicense) - Static method in class com.atlassian.confluence.license.util.ConfluenceLicenseUtils
Deprecated.
since 5.9.1. Use ConfluenceLicense.getMaximumNumberOfClusterNodes() instead.
numberOfMeasurements - Variable in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdSharedFileWriteLatencyMeter
 
numberOfRecentRequests(Long) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.DefaultIpdHttpMonitoringService
 
numberOfRecentRequests(Long) - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.http.IpdHttpMonitoringService
 
NumberUtil - Class in com.atlassian.confluence.impl.util
Number-related utility methods.
numDocs() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
numDocs() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
numDocs() - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
numDocs() - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
Get the total number of index documents for the underlying search index
NUMERIC - Static variable in class com.atlassian.confluence.util.actions.AlphabeticalGroupingSupport
Deprecated.
 
NUMERIC - Static variable in class com.atlassian.confluence.util.actions.AlphabeticalLabelGroupingSupport
 
NumericContentPropertyAliasFieldHandler - Class in com.atlassian.confluence.plugins.contentproperty.search.fields
A Field handler for a numeric content property field alias.
NumericContentPropertyAliasFieldHandler(String, ContentPropertySchemaField) - Constructor for class com.atlassian.confluence.plugins.contentproperty.search.fields.NumericContentPropertyAliasFieldHandler
 
NumericDocValuesFieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Deprecated.
since 8.6. Use LongFieldMapping.createField(long) instead
NumericDocValuesFieldDescriptor(LongFieldMapping, long) - Constructor for class com.atlassian.confluence.plugins.index.api.NumericDocValuesFieldDescriptor
Deprecated.
 
NumericDocValuesFieldDescriptor(String, long) - Constructor for class com.atlassian.confluence.plugins.index.api.NumericDocValuesFieldDescriptor
Deprecated.
 
numFragments() - Method in class com.atlassian.confluence.search.v2.summary.Excerpt
How many fragments we have.
numUniqueTokens() - Method in class com.atlassian.confluence.search.v2.summary.Excerpt
Return how many unique toks we have

O

OAUTH_FLOW_SESSION_KEY - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
OAuth2(String, String) - Constructor for class com.atlassian.confluence.mail.Authorization.OAuth2
 
OAUTH2 - Enum constant in enum class com.atlassian.confluence.internal.diagnostics.ipd.mail.ConnectionVerifier.AuthenticationType
 
OAuth2Exception - Exception in com.atlassian.confluence.oauth2
 
OAuth2Exception(String) - Constructor for exception com.atlassian.confluence.oauth2.OAuth2Exception
 
OAuth2Exception(Throwable) - Constructor for exception com.atlassian.confluence.oauth2.OAuth2Exception
 
oAuth2FlowRequestService() - Method in class com.atlassian.confluence.impl.oauth2.OAuth2ServiceContextConfiguration
 
OAuth2MailServer - Interface in com.atlassian.confluence.mail
Defines the contract for a mail server that supports OAuth2 authentication.
OAuth2Provider(String, String, String) - Constructor for class com.atlassian.confluence.oauth2.OAuth2Service.OAuth2Provider
 
OAuth2Result(String, String) - Constructor for class com.atlassian.confluence.oauth2.OAuth2Service.OAuth2Result
 
oAuth2Service() - Method in class com.atlassian.confluence.impl.oauth2.OAuth2ServiceContextConfiguration
 
OAuth2Service - Interface in com.atlassian.confluence.oauth2
Contract for managing OAuth 2.0 token generation
OAuth2Service.OAuth2Provider - Class in com.atlassian.confluence.oauth2
 
OAuth2Service.OAuth2Result - Class in com.atlassian.confluence.oauth2
 
OAuth2ServiceContextConfiguration - Class in com.atlassian.confluence.impl.oauth2
 
OAuth2ServiceContextConfiguration() - Constructor for class com.atlassian.confluence.impl.oauth2.OAuth2ServiceContextConfiguration
 
OAuthRequestVerifierFactory - Interface in com.atlassian.confluence.dmz.sal
An alternative to SAL's OAuthRequestVerifierFactory, but which isn't coupled to the javax.servlet API.
OAuthRequestVerifierFactoryImpl - Class in com.atlassian.sal.confluence.oauth
 
OAuthRequestVerifierFactoryImpl(HttpContext) - Constructor for class com.atlassian.sal.confluence.oauth.OAuthRequestVerifierFactoryImpl
 
OBJECT - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
ObjectHolder - Class in com.atlassian.confluence.spring
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2 unused, no replacement
ObjectHolder() - Constructor for class com.atlassian.confluence.spring.ObjectHolder
Deprecated.
 
objectImported(TransientHibernateHandle) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Record that a particular object has been successfully persisted.
objectMapper - Variable in class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
 
objectMapper - Variable in class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
 
objectMapper - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentCreateCommand
 
objectMapper - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentRemoveCommand
 
objectMapper - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentUpdateCommand
 
ObjectMapperProvider - Class in com.atlassian.confluence.util
Provider for creating Jackson ObjectMapper instances.
ObjectMapperProvider() - Constructor for class com.atlassian.confluence.util.ObjectMapperProvider
 
ObjectPersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Composite persister.
ObjectPersister - Interface in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
ObjectPersister(ParallelTasksExecutor, List<Persister>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.ObjectPersister
 
ObjectPersister(ParallelTasksExecutor, List<Persister>, int) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.ObjectPersister
Provides an ability to change batch size for tests.
ObjectPersisterFactory - Interface in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
ObjectQueueProcessor - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Objects for persisting would coming one by one and we do not want to persist them one by one.
ObjectQueueProcessor(ObjectPersister, PersisterHelper) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.ObjectQueueProcessor
 
ObjectQueueProcessor(ObjectPersister, PersisterHelper, BlockingQueue<ImportedObjectV2>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.ObjectQueueProcessor
 
ObjectStorageAttachmentDataFileSystem - Class in com.atlassian.confluence.impl.pages.attachments.objectstorage
An implementation of AttachmentDataFileSystem which stores the attachment data in an object storage service (for example AWS S3), using the FileStore.Path API.
ObjectStorageAttachmentDataFileSystem(FileStore.Path) - Constructor for class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
 
ObjectStorageAttachmentDataUtil - Class in com.atlassian.confluence.impl.pages.attachments.objectstorage
 
objectToSQLString(Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
objectType(String) - Method in class com.atlassian.confluence.api.model.audit.AffectedObject.Builder
Deprecated.
 
ObjectUpdateOperation - Class in com.atlassian.confluence.importexport.impl
 
ObjectUpdateOperation(ImportProcessorContext, TransientHibernateHandle, String, TransientHibernateHandle) - Constructor for class com.atlassian.confluence.importexport.impl.ObjectUpdateOperation
 
Observability - Interface in com.atlassian.cache.hazelcast.asyncinvalidation
Defines a series of callbacks which can be used to observe internal events occurring within the cache, for purposes of monitoring or alerting.
obtainLock(String) - Method in class com.atlassian.confluence.functest.rest.cluster.ClusterLockServiceResource
 
OCTET_STREAM_MIME_TYPE - Static variable in class com.atlassian.confluence.pages.DefaultFileUploadManager
 
of() - Static method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
of() - Static method in class com.atlassian.confluence.struts.compat2.ActionContext
 
of(byte[], boolean) - Static method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentTextExtraction
 
of(int, ChronoUnit) - Static method in class com.atlassian.confluence.api.model.audit.RetentionPeriod
Deprecated.
 
of(long) - Static method in class com.atlassian.confluence.api.model.content.id.ContentId
 
of(long) - Static method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
 
of(long) - Static method in class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionId
 
of(long, long) - Static method in class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionId
 
of(ContentType, long) - Static method in class com.atlassian.confluence.api.model.content.id.ContentId
Deprecated.
since 6.10.0 use ContentId.of(long)
of(IncrementalSyncCursor) - Static method in class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionId
 
of(AbstractPage) - Static method in record class com.atlassian.confluence.pages.AddressablePage
 
of(Attachment) - Static method in record class com.atlassian.confluence.pages.AddressableAttachment
 
of(Attachment) - Static method in record class com.atlassian.confluence.pages.IndexableAttachment
 
of(Comment) - Static method in record class com.atlassian.confluence.pages.AddressableComment
 
of(Space) - Static method in record class com.atlassian.confluence.spaces.AddressableSpace
 
of(Space) - Static method in class com.atlassian.confluence.util.breadcrumbs.ListPageTemplatesBreadcrumb
Factory method for creating instances for space-level templates
of(InputStreamSource, boolean) - Static method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentTextExtraction
 
of(Class) - Static method in enum class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator.SupportedType
Returns the SupportedType from the specified Class type.
of(Integer) - Static method in class com.atlassian.confluence.api.model.content.Position
 
of(Object) - Static method in interface com.atlassian.confluence.core.Addressable
Provides a way to obtain an Addressable for entities that may not directly implement it.
of(String) - Static method in enum class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator.SupportedType
Returns the SupportedType from the specified name.
of(String) - Static method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
 
of(String) - Static method in class com.atlassian.confluence.internal.security.DebuggingString
 
of(String) - Static method in enum class com.atlassian.confluence.macro.xhtml.MacroMigrationPoint
Returns the MacroMigrationPoint enum for a string.
of(String) - Static method in class com.atlassian.confluence.xml.ExportXsltTransformerResolver
 
of(String...) - Static method in class com.atlassian.confluence.api.model.Expansions
 
of(String, boolean) - Static method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentTextExtraction
 
of(Principal) - Static method in class com.atlassian.confluence.security.seraph.ConfluenceUserPrincipal
 
of(Duration) - Static method in interface com.atlassian.confluence.util.sandbox.SandboxSpec
 
of(Function<CreateIndexRequest.Builder, ObjectBuilder<CreateIndexRequest>>, CreateIndexRequestWithBM25Similarity.Bm25Settings) - Static method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity
 
of(Map<String, Object>) - Static method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
of(Map<String, Object>) - Static method in class com.atlassian.confluence.struts.compat2.ActionContext
 
of(Map<K, V>, Map<K, V>) - Static method in class com.atlassian.confluence.util.collections.CompositeMap
Create a new CompositeMap with two composited Map instances.
of(Dispatcher, HttpServletRequest) - Static method in class com.atlassian.confluence.dmz.struts.MappedAction
 
of(T, T) - Static method in class com.atlassian.confluence.util.sandbox.SandboxSerializers
 
OFF - Enum constant in enum class com.atlassian.confluence.test.util.Log4J2Logger.LogLevel
 
OFF - Enum constant in enum class com.atlassian.confluence.util.test.rules.Log4J2Logger.LogLevel
Deprecated.
 
offer(Either<AttachmentRef, AttachmentRef.Container>, File) - Method in class com.atlassian.confluence.impl.schedule.jobs.filedeletion.DeferredFileDeletionQueue
 
offer(File) - Method in class com.atlassian.confluence.impl.schedule.jobs.filedeletion.DeferredFileDeletionQueue
Offer a file to be deleted
offset(double) - Method in class com.atlassian.confluence.search.v2.score.DecayParameters.Builder
 
offset(long) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the offset of the results returned by the query.
OffsetDateTimeDeserializer - Class in com.atlassian.confluence.api.serialization.jackson2
 
OffsetDateTimeDeserializer - Class in com.atlassian.confluence.api.serialization
This deserializer also handles the UNIX timestamps that are sent as datestrings.
OffsetDateTimeDeserializer() - Constructor for class com.atlassian.confluence.api.serialization.jackson2.OffsetDateTimeDeserializer
 
OffsetDateTimeDeserializer() - Constructor for class com.atlassian.confluence.api.serialization.OffsetDateTimeDeserializer
 
OffsetDateTimeSerializer - Class in com.atlassian.confluence.rest.serialization.jackson2
 
ofNullable(String) - Static method in enum class com.atlassian.confluence.internal.index.attachment.AttachmentStatus
 
OgnlAllowListConfigurator - Class in com.atlassian.confluence.impl.struts
Manages the plugin designated allowlist configuration for Struts OGNL expressions.
OgnlAllowListConfigurator() - Constructor for class com.atlassian.confluence.impl.struts.OgnlAllowListConfigurator
 
ok() - Static method in class com.atlassian.confluence.api.model.eviction.SynchronyEvictionResult
 
ok(String, String, Serializable...) - Method in class com.atlassian.confluence.plugins.opensearch.healthchecks.util.SupportHealthStatusFactory
 
OK - Enum constant in enum class com.atlassian.confluence.impl.pages.actions.PageAwareHelper.Result
 
OK - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchConfluenceSpaceLimitHealthStatus.Status
 
OK - Enum constant in enum class com.atlassian.confluence.security.login.LoginResult
The login was OK
OK_RESPONSE_CODE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
OK_WITH_ELEVATED_SECURITY_CHECK_REQUIRED - Enum constant in enum class com.atlassian.confluence.security.login.LoginResult
Authentication succeeded (username and password match) but an elevated security check is required.
oldPassword(String) - Method in class com.atlassian.confluence.api.model.people.PasswordChangeDetails.PasswordChangeDetailsBuilder
 
oldValue(String) - Method in class com.atlassian.confluence.api.model.audit.ChangedValue.Builder
Deprecated.
 
onAccept(Socket) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.ClusterJoinSocketInterceptor
 
onAccessModeChanged(ClusterAccessModeEvent) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
onAnalyticsReady(AnalyticsPluginReadyEvent) - Method in class com.atlassian.confluence.util.profiling.TimedAnalyticsWirer
 
onApplicationEvent(ContainerContextLoadedEvent) - Method in class com.atlassian.confluence.setup.BootstrapApplicationStartupListener
 
onApplicationEvent(ApplicationEvent) - Method in class com.atlassian.confluence.logging.ConfluenceLoggingConfigurationListener
 
onApplicationEvent(ApplicationEvent) - Method in class com.atlassian.confluence.plugin.ConfluencePluginManager
Initialised the plugin system and update local plugin state on clustered plugin events
onApplicationEvent(ApplicationEvent) - Method in class com.atlassian.confluence.plugin.PluginsClassLoaderConfigurationListener
 
onApplicationEvent(ApplicationEvent) - Method in class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener
Handles cluster events from other nodes.
onApplicationEvent(ContextClosedEvent) - Method in class com.atlassian.confluence.setup.BootstrapApplicationShutdownListener
 
onApplicationReady(ApplicationReadyEvent) - Method in class com.atlassian.confluence.impl.user.crowd.directory.ConfluenceDirectoryMonitorRefresherStarter
 
onApplicationStarted(ApplicationStartedEvent) - Method in class com.atlassian.confluence.functest.rest.PluginStateConfigurer
 
onApplicationStarted(ApplicationStartedEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsConfiguration
 
onApplicationStarted(ApplicationStartedEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceMonitoringService
 
onApplicationStarted(ApplicationStartedEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.ConfluenceIpdScheduler
 
onApplicationStarted(ApplicationStartedEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
onApplicationStarted(ApplicationStartedEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionDarkFeature
 
onApplicationStarted(ApplicationStartedEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
onApplicationStarted(ApplicationStartedEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService
 
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.impl.security.SpacePermissionCachePrimer
Use ApplicationStartedEvent as the trigger for priming cache.
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.impl.security.SpacePermissionManagerFactory
Deprecated.
 
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.impl.settings.DefaultGlobalDescriptionManager
 
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventPublisher
Use ApplicationStartedEvent as the trigger for sending our own event.
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncCursorCreator
 
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.plugins.scheduler.spi.descriptor.JobConfigModuleDescriptor
Do not use TenantArrivedEvent because it's fired before the DB migration Jobs may depend on DB prepared by the DB migration, see PluginFrameworkContextListener
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.schedule.UnmanagedJobScheduler
 
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.FastPermissionsEnabler
 
onApplicationStopped(ApplicationStoppedEvent) - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
onApplicationStopping(ApplicationStoppingEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.ConfluenceIpdScheduler
 
onApplicationStopping(ApplicationStoppingEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.IpdExecutors
 
onApplicationStopping(ApplicationStoppingEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
onApplicationStoppingEvent(ApplicationStoppingEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
onApplicationStoppingEvent(ApplicationStoppingEvent) - Method in class com.atlassian.confluence.server.ApplicationStatusServiceListener
 
onApplicationUpdatedEvent(ApplicationUpdatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onAsyncImportFinishedEvent(AsyncImportFinishedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onAsyncImportFinishedEvent(AsyncImportFinishedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onAttachmentCreateEvent(AttachmentCreateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onAttachmentDownloadedEvent(AttachmentViewEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AttachmentAuditListener
 
onAttachmentPurgedEvent(AttachmentRemovedEvent) - Method in class com.atlassian.confluence.impl.retention.analytics.listener.TrashRemovalEventListener
 
onAttachmentRemove(GeneralAttachmentRemoveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AttachmentAuditListener
 
onAttachmentRemoveEvent(AttachmentRemoveEvent) - Method in class com.atlassian.confluence.event.events.like.listeners.DatabaseLikesRemovalListener
 
onAttachmentRemoveEvent(AttachmentRemoveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onAttachmentRestoreEvent(GeneralAttachmentRestoreEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onAttachmentTrashedEvent(AttachmentTrashedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AttachmentAuditListener
 
onAttachmentTrashedEvent(AttachmentTrashedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onAttachmentUpdateEvent(AttachmentUpdateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onAttachmentUploadedEvent(AttachmentCreatedAuditingEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AttachmentAuditListener
 
onAttachmentVersionRemoved(GeneralAttachmentVersionRemoveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AttachmentAuditListener
 
onAttachmentVersionRemoveEvent(AttachmentVersionRemoveEvent) - Method in class com.atlassian.confluence.event.events.like.listeners.DatabaseLikesRemovalListener
 
onBannerChanged(ClusterEventWrapper) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
onBannerChanged(ClusterMaintenanceBannerEvent) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
onBlogPostCreateEvent(BlogPostCreateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onBlogPostCreateEvent(BlogPostCreateEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeListener
 
onBlogPostCreateEvent(BlogPostCreateEvent) - Method in class com.atlassian.confluence.tinymceplugin.listeners.PageLayoutCreateListener
 
onBlogPostCreateEvent(BlogPostCreateEvent) - Method in class com.atlassian.confluence.tinymceplugin.listeners.SectionAndColumnMacroCreateListener
 
onBlogPostMovedEvent(BlogPostMovedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
onBlogPostMoveEvent(BlogPostMovedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onBlogPostRemoveEvent(BlogPostRemoveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onBlogPostRestoreEvent(BlogPostRestoreEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
onBlogPostRestoreEvent(BlogPostRestoreEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onBlogPostTrashedEvent(BlogPostTrashedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
onBlogPostTrashedEvent(BlogPostTrashedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onBlogPostUpdateEvent(BlogPostUpdateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onCacheFlush(ClusterCacheFlushEvent) - Method in class com.atlassian.confluence.impl.cache.hibernate.HibernateCacheFlusherListener
 
onCacheNumberIsMissed(Integer, int) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
onCacheNumberIsMissed(Integer, int) - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
Method is called when safety number is missed in cache.
onClear() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncInvalidationCache
 
onClear() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
onClusterCacheFlush(ClusterEventWrapper) - Method in class com.atlassian.confluence.impl.cache.hibernate.HibernateCacheFlusherListener
Timestamp cache region has been flushed, time to flush all local query caches.
onClusterDisableJobEvent(ClusterDisableJobEvent) - Method in class com.atlassian.confluence.event.listeners.ClusterChangeJobStatusListener
 
onClusteredDarkFeatureEnabledEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemsIpdJob
 
onClusteredJmxConfigChanged(ClusterEventWrapper) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexQueueSizeMBeanManager
 
onClusteredJmxConfigChangedEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
onClusterEnableJobEvent(ClusterEnableJobEvent) - Method in class com.atlassian.confluence.event.listeners.ClusterChangeJobStatusListener
 
onClusterEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
onClusterEventWrapper(ClusterEventWrapper) - Method in class com.atlassian.confluence.functest.rest.cluster.ClusterEventTestingService
 
onClusterEventWrapper(ClusterEventWrapper) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionDarkFeature
 
onClusterPanicEvent(ClusterPanicEvent) - Method in class com.atlassian.confluence.cluster.safety.ClusterPanicListener
 
onCollabEditingModeChangedEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
onCollectionRecreate(Object, Serializable) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
onCollectionRemove(Object, Serializable) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
onCollectionUpdate(Object, Serializable) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
onComment(CommentEvent) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
onCommentCreateEvent(CommentCreateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onCommentCreateEvent(CommentCreateEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeListener
 
onCommentRemoveEvent(CommentRemoveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onCommentUpdateEvent(CommentUpdateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onConfluenceLicenseChanged(LicenceUpdatedEvent) - Method in class com.atlassian.sal.confluence.license.LicenseUpdateListener
 
onConnect(Socket) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.ClusterJoinSocketInterceptor
 
onContentPermissionChanged(ContentPermissionAddedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.ContentPermissionsAuditListener
 
onContentPermissionChanged(ContentPermissionRemovedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.ContentPermissionsAuditListener
 
onContentPermissionEvent(ContentPermissionEvent) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
onContentPermissionEvent(ContentPermissionEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onContentPermissionReindex(ContentTreePermissionReindexEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeListener
 
onContentPurgedFromTrashEvent(ContentPurgedFromTrashEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
onContentRemoved(Removed) - Method in class com.atlassian.confluence.impl.labels.NotificationManagerEventListener
 
onContentRemoveEvent(Removed) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeListener
 
onContentRevertedEvent(ContentRevertedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
onContentTrashed(Trashed) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeListener
 
onContentTreePermissionReindexEvent(ContentTreePermissionReindexEvent) - Method in class com.atlassian.confluence.impl.search.IndexerEventListener
 
onContentTreePermissionReindexEvent(ContentTreePermissionReindexEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onCopyPageHierarchyFinishEvent(CopyPageHierarchyFinishEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
onCopyPageHierarchyStartEvent(CopyPageHierarchyStartEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
onCronEvent() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
Checks for the new records in the change log every 3 seconds and process them if they are exist Stops processing after timeout (BATCH_PROCESSING_LIMIT_SEC).
onCrowdUserCreatedEvent(UserCreatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onCrowdUserUpdatedEvent(UserEditedEvent) - Method in class com.atlassian.confluence.user.crowd.UserIndexingListener
 
onDarkFeatureEnabledEvent(SiteDarkFeatureEnabledEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexingQueueProcessingTimeIpdJob
 
onDarkFeatureEnabledEvent(SiteDarkFeatureEnabledEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemsIpdJob
 
onDatabaseNumberIsMissed(String, Integer, int) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
onDatabaseNumberIsMissed(String, Integer, int) - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
Method is called when safety number is missed in database.
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
onDeletePageHierarchyFinishEvent(DeletePageHierarchyFinishEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
onDeletePageHierarchyStartEvent(DeletePageHierarchyStartEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
onDestroy() - Method in class com.atlassian.confluence.plugins.restapi.resources.OsgiOptionalServiceProvider
 
onDirectoryCreatedEvent(DirectoryCreatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onDirectoryDeletedEvent(DirectoryDeletedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onDirectoryOrderUpdatedEvent(ApplicationDirectoryOrderUpdatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onDirectoryUpdatedEvent(DirectoryUpdatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
ONE - Static variable in class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
ONE - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.ContentEntityListExampleDocument
 
onEdgeIndexQueueFlushCompleteEvent(EdgeIndexQueueFlushCompleteEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexingQueueProcessingTimeIpdJob
 
onEdgeIndexQueueFlushCompleteEvent(EdgeIndexQueueFlushCompleteEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.DefaultIndexQueueItemsService
 
onError(RetryContext, RetryCallback<T, E>, Throwable) - Method in class com.atlassian.confluence.impl.spring.LoggingRetryListener
 
onEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.impl.journal.JournalStateResettingListener
 
onEvent(ConfluenceEvent) - Method in class com.atlassian.confluence.impl.event.ApplicationContextEventPropagator
 
onEvent(ApplicationStartedEvent) - Method in class com.atlassian.confluence.internal.diagnostics.EventListeningDarkFeatureSetting
We can't initialize our setting on start because we do not have access to DB so we have to catch this events instead
onEvent(AncestorsUpdateEvent) - Method in class com.atlassian.confluence.impl.security.CachingInheritedContentPermissionManager
 
onEvent(ContentPermissionEvent) - Method in class com.atlassian.confluence.impl.security.CachingInheritedContentPermissionManager
On reception of any ContentPermissionEvent we clear the cache of any permissions related to the event's referenced ContentEntityObject and any of its descendents.
onEvent(UserSignupEvent) - Method in class com.atlassian.confluence.user.notifications.UserSignUpNotificationsListener
Deprecated.
 
onEvent(ContentEntityAutoWatcher.AutowatchIfRequiredEvent) - Method in class com.atlassian.confluence.impl.notifications.ContentEntityAutoWatcher
 
onEvent(IndexerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.impl.search.IndexerEventListener
 
onEvent(RemoteDirectorySynchronisedEvent) - Method in class com.atlassian.confluence.test.rpc.SyncLatchEventListener
 
onEvent(Object) - Method in class com.atlassian.confluence.test.rpc.LatchedEventListener
 
onEvent(Object) - Method in class com.atlassian.confluence.test.rpc.LatchEventListener
 
onExpireUserSessionsClusterNotificationEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.event.listeners.HttpSessionRegistrarEventListener
 
onFailedLoginAttempt(String, HttpServletRequest) - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginManager
This method uses a new transaction propagation because the failed login attempt should be persisted regardless of whether the transaction that it is a part of is committed or rolled back.
onFailedLoginAttempt(String, HttpServletRequest) - Method in interface com.atlassian.confluence.security.login.LoginManager
This is called after an unsuccessful login attempt has been made.
onFailedLoginAttempt(HttpServletRequest, String) - Method in class com.atlassian.confluence.security.seraph.ConfluenceElevatedSecurityGuard
 
onFeatureDisabled(SiteDarkFeatureDisabledEvent) - Method in class com.atlassian.confluence.internal.diagnostics.EventListeningDarkFeatureSetting
 
onFeatureEnabled(SiteDarkFeatureEnabledEvent) - Method in class com.atlassian.confluence.internal.diagnostics.EventListeningDarkFeatureSetting
 
onFinalizationRequested(ZduFinalizationRequestEvent) - Method in class com.atlassian.sal.confluence.lifecycle.DefaultPluginUpgradeFinalizationManager
 
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class com.atlassian.confluence.content.render.xhtml.storage.XhtmlCleaningInterceptor
When a BodyContent is being modified ensure that the body of the entity is safe XHTML.
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class com.atlassian.confluence.impl.content.duplicatetags.NestedDuplicateTagsRemoverInterceptor
When a BodyContent is being modified ensure that the body of the entity is safe XHTML.
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class com.atlassian.confluence.impl.content.encoding.MySQLUTF8SupportInterceptor
 
onGlobalPermissionChangeEvent(GlobalPermissionChangeEvent) - Method in class com.atlassian.confluence.user.crowd.UserIndexingListener
 
onGlobalPermissionRemoveEvent(GlobalPermissionRemoveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementRecorder
 
onGlobalPermissionSaveEvent(GlobalPermissionSaveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementRecorder
 
onGlobalRetentionPolicyChanged(GlobalRetentionPolicyChangedEvent) - Method in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
onGlobalSettingsChangedEvent(GlobalSettingsChangedEvent) - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
onGlobalSettingsChangedEvent(GlobalSettingsChangedEvent) - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
onGlobalSettingsChangeEvent(GlobalSettingsChangedEvent) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyInteropBootstrap
 
onGlobalSettingsChangeEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyInteropBootstrap
 
onGroupCreatedEvent(GroupCreatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onGroupMembershipsCreatedDirectoryEvent(GroupMembershipsCreatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onGroupMembershipsDeletedDirectoryEvent(GroupMembershipsDeletedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onGroupRemovingEvent(GroupRemovingEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onImportFinishedEvent(ImportFinishedEvent) - Method in class com.atlassian.sal.confluence.upgrade.ImportFinishedListener
 
onImportFinishEvent(AsyncImportFinishedEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
onImportFinishEvent(AsyncImportFinishedEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
onImportFinishEvent(AsyncImportFinishedEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.FastPermissionsEnabler
 
onImportStartEvent(AsyncImportStartedEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
onImportStartEvent(AsyncImportStartedEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
onIndexCreatedRemotely(ClusterEventWrapper) - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
When index gets recreated by another node, make sure all mappings registered on this node are present in the index.
onIndexFlushRequested(ClusterEventWrapper) - Method in class com.atlassian.confluence.impl.search.IndexFlushEventDispatcher
 
onIndexFlushRequested(DefaultIndexFlushRequester.RequestIndexFlushEvent) - Method in class com.atlassian.confluence.impl.search.IndexFlushEventDispatcher
Route flush request to the correct IndexFlushScheduler
onIndexQueueFlushCompleteEvent(IndexQueueFlushCompleteEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexingQueueProcessingTimeIpdJob
 
onIndexQueueFlushCompleteEvent(IndexQueueFlushCompleteEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.DefaultIndexQueueItemsService
 
onIndexRebuildFinished(ReindexFinishedEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onIndexRebuildSkipped(ReindexSkippedEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onIndexRebuildStarted(ReindexStartedEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onIndexSnapshotCreationFailedEvent(IndexSnapshotCreationFailedEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onIndexSnapshotCreationSuccessfulEvent(IndexSnapshotCreationSuccessfulEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onIndexSnapshotRestorationFailedEvent(IndexSnapshotRestorationFailedEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onIndexSnapshotRestorationSkippedEvent(IndexSnapshotRestorationSkippedEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onIndexSnapshotRestoredSuccessfullyEvent(IndexSnapshotRestoredSuccessfullyEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onJmxConfigChanged(JmxConfigChangedEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexQueueSizeMBeanManager
 
onLabelDelete(LabelDeleteEvent) - Method in class com.atlassian.confluence.labels.listeners.LabelDeleteListener
 
onLabelManagerEvent(LabelManagerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.impl.labels.LabelManagerEventListener
 
onLabelManagerEvent(AttachmentManagerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.impl.pages.attachments.AttachmentManagerEventListener
 
onLicenseChanged(LicenceUpdatedEvent) - Method in class com.atlassian.confluence.event.listeners.LicenseUpdateAccessModeEventListener
 
onLicenseUpdatedEvent(LicenceUpdatedEvent) - Method in class com.atlassian.confluence.internal.license.LicenseBasedCachingEnterpriseFeatureFlag
 
onLikeEvent(AsyncLikeEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeListener
 
onLinkManagerEvent(LinkManagerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.impl.content.links.LinkManagerEventListener
 
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateInterceptor
 
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in class com.atlassian.confluence.content.render.xhtml.storage.XhtmlCleaningInterceptor
 
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
ONLY_FIRST_BATCH - Enum constant in enum class com.atlassian.confluence.search.IndexManager.IndexQueueFlushMode
 
ONLY_IF_INDEX_PRESENT - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.EdgeIndexBuilder.RebuildCondition
Only rebuild the index if there is already existing content in there that needs rebuilding
ONLY_SYSTEM_FEATURES - Static variable in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
 
onlyAuditFor(String, Runnable) - Method in interface com.atlassian.confluence.audit.AuditingContext
Execute operation without auditing except for an event with given subjectKey
onlyAuditFor(String, Runnable) - Method in class com.atlassian.confluence.impl.audit.DefaultAuditingContext
 
onMacroStartRendering(MacroDefinition) - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.NoopThreadLimiterAnalyticsService
 
onMacroStartRendering(MacroDefinition) - Method in interface com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsService
Is called when the macro rendering starts
onMacroStartRendering(MacroDefinition) - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsServiceImpl
 
onMacroStopRendering(long) - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.NoopThreadLimiterAnalyticsService
 
onMacroStopRendering(long) - Method in interface com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsService
Is called when the macro rendering finishes
onMacroStopRendering(long) - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsServiceImpl
 
onMailQueueFlushedListener(MailErrorQueueDeletedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
onMailQueueFlushedListener(MailErrorQueueResentEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
onMailQueueFlushedListener(MailQueueFlushedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
onMaintenanceBannerChanged(ClusterMaintenanceBannerEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
onMaxEntriesSettingChanged(ClusterEventWrapper) - Method in class com.atlassian.confluence.cache.DefaultCacheConfigManager
Listen to cluster wide event about changing of max entries setting only.
onMaxEntriesSettingChangedLocally(MaxCacheSizeChangedEvent) - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.LocalRegionCacheMaxSizeAdjuster
 
onMaxEntriesSettingChangedRemotely(ClusterEventWrapper) - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.LocalRegionCacheMaxSizeAdjuster
 
onMembershipCreatedEvent(GroupMembershipCreatedEvent) - Method in class com.atlassian.confluence.user.crowd.UserIndexingListener
 
onMembershipDeletedEvent(GroupMembershipDeletedEvent) - Method in class com.atlassian.confluence.user.crowd.UserIndexingListener
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BandanaDataExporter
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BodyContentDataExporter
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.BucketsExporter
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.Content2ContentRelationEntityDataExporter
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentEntityDatabaseDataExporter
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentPropertyDataExporter
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.LabellingExporter
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.NotificationDatabaseDataExporter
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.PageTemplateExporter
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
onMonitoredObjectsExport(Class<?>, Collection<Object>) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.Subscriber
It is called when the collection of objects was exported.
onNumbersAreDifferent(String, Integer, Integer, int) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
onNumbersAreDifferent(String, Integer, Integer, int) - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
Method is called when safety numbers in cache and database are not equal.
onNumbersAreEqual(String, Integer, Integer, int) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
onNumbersAreEqual(String, Integer, Integer, int) - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
Method is called when safety numbers in cache and database are equal.
onNumbersMissed(int) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
onNumbersMissed(int) - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
Method is called when safety numbers in cache and database are missed.
onObjectPersisting(Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
onObjectReusing(Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
onObjectsExporting(Collection<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
onObjectSkipping(Collection<ImportedObjectV2>, SkippedObjectsReason) - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
onObjectsPersist(Collection<ImportedObjectV2>) - Method in interface com.atlassian.confluence.impl.backuprestore.statistics.OnObjectsProcessingHandler
Is called when objects have been successfully persisted to the database.
onObjectsPersisting(Collection<ImportedObjectV2>) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.searchindexer.OnRestoreSearchIndexer
A consumer accepting persisted objects.
onObjectsPersisting(Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.OnRestoreSiteSearchIndexer
 
onObjectsPersisting(Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.OnRestoreSpaceSearchIndexer
 
OnObjectsProcessingHandler - Interface in com.atlassian.confluence.impl.backuprestore.statistics
Handler for events related to objects processing (persisting, skipping etc)
onObjectsReusing(Collection<ImportedObjectV2>) - Method in interface com.atlassian.confluence.impl.backuprestore.statistics.OnObjectsProcessingHandler
Is called when objects are already in the database (for example, users or labels) and those objects were not persisted but reused.
onObjectsSkipping(Collection<DbRawObjectData>, SkippedObjectsReason, String) - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
onObjectsSkipping(Collection<ImportedObjectV2>, SkippedObjectsReason) - Method in interface com.atlassian.confluence.impl.backuprestore.statistics.OnObjectsProcessingHandler
Is called when objects are skipped because they cannot be persisted because they are invalid.
onOutOfMemory(OutOfMemoryError, HazelcastInstance[]) - Method in class com.atlassian.confluence.cluster.hazelcast.ConfluenceOutOfMemoryHandler
 
onPageCreateEvent(PageCreateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onPageCreateEvent(PageCreateEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeListener
 
onPageCreateEvent(PageCreateEvent) - Method in class com.atlassian.confluence.tinymceplugin.listeners.PageLayoutCreateListener
 
onPageCreateEvent(PageCreateEvent) - Method in class com.atlassian.confluence.tinymceplugin.listeners.SectionAndColumnMacroCreateListener
 
onPageMoveEvent(PageMoveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
onPageMoveEvent(PageMoveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onPageOrBlogExportedToWordEvent(ContentExportedToWordEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
onPageOrBlogPurgedEvent(ContentPurgedFromTrashEvent) - Method in class com.atlassian.confluence.impl.retention.analytics.listener.TrashRemovalEventListener
 
onPageRemoveEvent(PageRemoveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onPageRestoreEvent(PageRestoreEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
onPageRestoreEvent(PageRestoreEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onPagesMoved(BlogPostMovedEvent) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
onPagesMoved(PageMoveCompletedEvent) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
onPageTrashedEvent(PageTrashedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
onPageTrashedEvent(PageTrashedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onPageUpdate(PageUpdateEvent) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
onPageUpdateEvent(PageUpdateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onPluginDisabled(PluginDisabledEvent) - Method in class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
 
onPluginDisabled(PluginDisabledEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.PluggableEdgeTypeRepository
 
onPluginEvent(PluginEvent) - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
This listens to the confluence-level plugin events, which have come across the cluster.
onPluginFrameworkShutdown(PluginFrameworkShutdownEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexQueueSizeMBeanManager
 
onPluginFrameworkStarted(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.impl.security.AllowedUrlsProviderImpl
 
onPluginFrameworkStarted(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
 
onPluginFrameworkStarted(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexQueueSizeMBeanManager
 
onPluginFrameworkStartedEvent(AsyncPluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager
 
onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.impl.health.PluginFrameworkStartedHealthCheckListener
 
onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
All plugins (including analytics) have been started successfully.
onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.impl.spring.CachedIntrospectionResultsFlusher
 
onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.util.profiling.DefaultConfluenceMonitoringController
 
onPluginModuleDisable(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.DefaultViewMacroWrapper
 
onPluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataCache
 
onPluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
 
onPluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.PluggableEdgeTypeRepository
 
onPluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.DefaultViewMacroWrapper
 
onPluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataCache
 
onPluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
 
onPluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.PluggableEdgeTypeRepository
 
onPluginStopped(ClusterEventWrapper) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyInteropBootstrap
 
onPluginStopped(PluginDisableEvent) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyInteropBootstrap
 
onPluginSystemPluginDisabledEvent(PluginDisabledEvent) - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
onPluginSystemPluginEnabledEvent(PluginEnabledEvent) - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
onPluginSystemPluginUpgradedEvent(PluginUpgradedEvent) - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
onPostUserRenamedEvent(PostUserRenamedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onPrepareStatement(String) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
onPut(K, V) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncInvalidationCache
 
onPut(K, V) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
onReadOnlyModeEvent(MaintenanceReadOnlyEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
onReIndexFailedEvent(ReIndexFailedEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onReIndexFinishedEvent(ReindexFinishedEvent) - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
onReindexingBatchFinish(ReindexBatchFinishedEvent) - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.ReindexMetrics
 
onReindexingBatchStart(ReindexBatchStartedEvent) - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.ReindexMetrics
 
onReindexingFinish(ReindexFinishedEvent) - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.ReindexMetrics
 
onReindexingFinish(ReindexFinishedEvent) - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
onReindexingStart(ReindexStartedEvent) - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.ReindexMetrics
 
onReindexJobFinishedEvent(ReIndexJobFinishedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.ReindexAuditListener
 
onReIndexJobFinishedEvent(ReindexFinishedEvent) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.ReIndexingDurationIpdJob
 
onReIndexRequest(ReIndexRequestEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onReindexRequested(ReIndexRequestEvent) - Method in class com.atlassian.confluence.plugins.edgeindex.listener.ReindexListener
 
onReIndexRequestFailed(ReIndexRequestFailedEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onRemoteEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.cluster.safety.ClusterPanicListener
 
onRemoteEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.event.listeners.ClusterAccessModeEventListener
 
onRemoteEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.event.listeners.ClusterChangeJobStatusListener
 
onRemoteEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.event.listeners.ClusterUpdateJobScheduleListener
 
onRemoteEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.QueryCacheSplitBrainDetector
 
onRemoteEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.internal.diagnostics.EventListeningDarkFeatureSetting
 
onRemoteEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStore
 
onRemoteEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
Listens for cluster-wrapped events that this class needs to worry about, unwraps them and handles them accordingly
onRemoteEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.util.profiling.DefaultConfluenceMonitoringController
 
onRemotelyRequested(ClusterEventWrapper) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
onRemoteSiteDarkFeatureEvent(ClusterEventWrapper) - Method in class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
 
onRemove(K) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncInvalidationCache
 
onRemove(K) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
onRemoveEvent(Removed) - Method in class com.atlassian.confluence.event.events.like.listeners.DatabaseLikesRemovalListener
 
onRequested(ZduFinalizationRequestEvent) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
onRequested(ZduFinalizationRequestEvent) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager
 
onRequestEnd() - Method in class com.atlassian.confluence.util.profiling.ConfluenceProfilerStrategy
 
onRestore(Restore) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
OnRestoreEventsSender - Class in com.atlassian.confluence.impl.backuprestore.restore.events
Sends events related to the restore process (like start/finish etc).
OnRestoreEventsSender(EventPublisher, UserAccessor, RestoreDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.events.OnRestoreEventsSender
 
onRestoreIndexSnapshotStartedEvent(RestoreIndexSnapshotStartedEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
OnRestoreSearchIndexer - Interface in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Responsible for indexing of inserted entites on XML restore.
OnRestoreSearchIndexerFactory - Class in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Creates a search indexer that is responsible for reindexing pages after XML restore.
OnRestoreSearchIndexerFactory(SearchIndexerAdapter, ImportedObjectsStashFactory, JournalStateStore, JournalStateStore) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.OnRestoreSearchIndexerFactory
 
OnRestoreSiteSearchIndexer - Class in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Responsible for rebuilding search index after site restore.
OnRestoreSiteSearchIndexer(SearchIndexerAdapter, JournalStateStore, JournalStateStore) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.OnRestoreSiteSearchIndexer
 
OnRestoreSpaceSearchIndexer - Class in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Responsible for indexing added content after or during space restore.
OnRestoreSpaceSearchIndexer(SearchIndexerAdapter, ImportedObjectsStashFactory, ParallelTasksExecutor) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.OnRestoreSpaceSearchIndexer
 
onRestrictedPageViewNotPermittedEvent(RestrictedPageViewNotPermittedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.ContentPermissionsAuditListener
 
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class com.atlassian.confluence.content.render.xhtml.storage.XhtmlCleaningInterceptor
If a BodyContent entity is being saved, then ensure the body of the entity is safe XHTML.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class com.atlassian.confluence.impl.content.duplicatetags.NestedDuplicateTagsRemoverInterceptor
If a BodyContent entity is being saved, then ensure the body of the entity is safe XHTML.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class com.atlassian.confluence.impl.content.encoding.MySQLUTF8SupportInterceptor
 
OnSearchPlatformCondition() - Constructor for class com.atlassian.confluence.internal.index.config.ConditionalOnSearchPlatform.OnSearchPlatformCondition
 
onSearchRequestProcessingFinish(long) - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.NoopThreadLimiterAnalyticsService
 
onSearchRequestProcessingFinish(long) - Method in interface com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsService
Is called when the search request processing finishes.
onSearchRequestProcessingFinish(long) - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsServiceImpl
 
onSearchRequestProcessingStart() - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.NoopThreadLimiterAnalyticsService
 
onSearchRequestProcessingStart() - Method in interface com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsService
Is called when the search request processing starts.
onSearchRequestProcessingStart() - Method in class com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsServiceImpl
 
onSetUp() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
onSetUpBeforeTransaction() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
onSetupComplete(SetupCompleteEvent) - Method in class com.atlassian.sal.confluence.lifecycle.ConfluenceLifecycleManager
 
onSetUpInTransaction() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
onShutdown() - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
onSiteDarkFeatureDisabled(SiteDarkFeatureDisabledEvent) - Method in class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
 
onSiteDarkFeatureDisabledEvent(SiteDarkFeatureDisabledEvent) - Method in class com.atlassian.confluence.impl.security.SpacePermissionManagerFactory
Deprecated.
 
onSiteDarkFeatureDisabledEvent(SiteDarkFeatureDisabledEvent) - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
onSiteDarkFeatureDisabledEvent(SiteDarkFeatureDisabledEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionDarkFeature
 
onSiteDarkFeatureDisabledEvent(SiteDarkFeatureDisabledEvent) - Method in class com.atlassian.confluence.util.profiling.DefaultConfluenceMonitoringController
 
onSiteDarkFeatureEnabled(SiteDarkFeatureEnabledEvent) - Method in class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
 
onSiteDarkFeatureEnabled(SiteDarkFeatureEnabledEvent) - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
onSiteDarkFeatureEnabledEvent(SiteDarkFeatureEnabledEvent) - Method in class com.atlassian.confluence.impl.security.SpacePermissionManagerFactory
Deprecated.
 
onSiteDarkFeatureEnabledEvent(SiteDarkFeatureEnabledEvent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionDarkFeature
 
onSiteDarkFeatureEnabledEvent(SiteDarkFeatureEnabledEvent) - Method in class com.atlassian.confluence.util.profiling.DefaultConfluenceMonitoringController
 
onSiteDarkFeatureEnabledEventInCluster(ClusterEventWrapper) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexingQueueProcessingTimeIpdJob
 
onSourceNodeLeftClusterDuringPropagationEvent(SourceNodeLeftClusterDuringPropagationEvent) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
onSpaceArchivedEvent(SpaceArchivedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onSpaceCreateEvent(SpaceCreateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.SpaceAuditListener
 
onSpaceCreateEvent(SpaceCreateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onSpaceLogoUpdateEvent(SpaceLogoUpdateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onSpacePermissionRemovedEvent(SpacePermissionRemoveEvent) - Method in class com.atlassian.confluence.mail.notification.NotificationRemovalListener
If a VIEWSPACE permission is being removed, iterate through the list of space watchers and remove any users who should no longer be there.
onSpacePermissionRemoveEvent(SpacePermissionRemoveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onSpacePermissionSaveEvent(SpacePermissionSaveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onSpaceRemoval(SpaceRemoveEvent) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
onSpaceRemove(SpaceRemoveEvent) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
onSpaceRemoveEvent(SpaceRemoveEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onSpaceRetentionPolicyChanged(SpaceRetentionPolicyChangedEvent) - Method in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
onSpaceRetentionPolicyCreated(SpaceRetentionPolicyCreatedEvent) - Method in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
onSpaceRetentionPolicyDeleted(SpaceRetentionPolicyDeletedEvent) - Method in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
onSpaceUnArchivedEvent(SpaceUnArchivedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onSpaceUpdateEvent(SpaceUpdateEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
onStart() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceMonitoringService
 
onStart() - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
onStart() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalChecker
 
onStart() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchStartupChecker
 
onStart() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyInteropBootstrap
 
onStart(ApplicationStartedEvent) - Method in class com.atlassian.confluence.cache.hazelcast.AsyncInvalidationCacheFactory
Registers a sequence snapshot to be published on a scheduled, if and only if CacheInvalidatorFactory has been initialised.
onStart(ApplicationStartedEvent) - Method in class com.atlassian.confluence.impl.event.ApplicationStatusStartupListener
 
onStart(ApplicationStartedEvent) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdLifecycle
 
onStartup(Set<Class<?>>, ServletContext) - Method in class com.atlassian.confluence.impl.webapp.ConfluenceServletContainerInitializer
 
onStartup(ServletContext) - Method in class com.atlassian.confluence.impl.webapp.LoggingBootstrapInitializer
 
onStartup(ServletContext) - Method in class com.atlassian.confluence.impl.webapp.ServletsInitializer
 
onStop() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceMonitoringService
 
onStop() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalChecker
 
onStop() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchStartupChecker
 
onStop() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyInteropBootstrap
 
onSuccess(RetryContext, RetryCallback<T, E>, T) - Method in class com.atlassian.confluence.impl.spring.LoggingRetryListener
Only log successful attempt if the method was retried (i.e.
onSuccessfulLoginAttempt(String, HttpServletRequest) - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginManager
 
onSuccessfulLoginAttempt(String, HttpServletRequest) - Method in interface com.atlassian.confluence.security.login.LoginManager
This is called after a successful login attempt has been made.
onSuccessfulLoginAttempt(HttpServletRequest, String) - Method in class com.atlassian.confluence.security.seraph.ConfluenceElevatedSecurityGuard
 
onTearDown() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
onTearDownAfterTransaction() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
onTestEvent(ClusterEventTestingService.TestEvent) - Method in class com.atlassian.confluence.functest.rest.cluster.ClusterEventTestingService
 
onTranslationTransformStateChangedEvent(TranslationTransformStateChangedEvent) - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
onTrash(Trashed) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
onTrashRemovalJobCompletedEvent(TrashRemovalJobCompletedEvent) - Method in class com.atlassian.confluence.impl.retention.analytics.listener.TrashRemovalEventListener
 
onUpdateCronJobScheduleEvent(ClusterUpdateCronJobScheduleEvent) - Method in class com.atlassian.confluence.event.listeners.ClusterUpdateJobScheduleListener
 
onUpdateSimpleJobScheduleEvent(ClusterUpdateSimpleJobScheduleEvent) - Method in class com.atlassian.confluence.event.listeners.ClusterUpdateJobScheduleListener
 
onUpgradeStarted(UpgradeStartedEvent) - Static method in class com.atlassian.confluence.impl.upgrade.UpgradeEventRegistry
 
onUserAddEvent(UserCreatedFromDirectorySynchronisationEvent) - Method in class com.atlassian.confluence.user.crowd.UserIndexingListener
 
onUserCredentialUpdatedEvent(UserCredentialUpdatedEvent) - Method in class com.atlassian.confluence.event.listeners.HttpSessionRegistrarEventListener
 
onUserDeleteEvent(UserDeletedEvent) - Method in class com.atlassian.confluence.user.crowd.UserIndexingListener
 
onUserEditedEvent(UserEditedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onUserProfilePictureUpdateEvent(UserProfilePictureUpdateEvent) - Method in class com.atlassian.confluence.user.crowd.UserIndexingListener
Update the URL stored in the index when a user changes their profile picture.
onUserRemovalEvent(UserCredentialUpdatedEvent) - Method in class com.atlassian.confluence.user.listeners.UserCredentialUpdateListener
 
onUserRemoveEvent(UserRemoveEvent) - Method in class com.atlassian.confluence.event.events.like.listeners.DatabaseLikesRemovalListener
 
onUserRemovingEvent(UserRemovingEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
onUserRenamedEvent(DirectoryUserRenamedEvent) - Method in class com.atlassian.confluence.user.listeners.UserDirectoryListener
 
onVersionRemovalJobCompletedEvent(VersionRemovalJobCompletedEvent) - Method in class com.atlassian.confluence.impl.retention.analytics.listener.VersionRemovalJobEventListener
 
onXMLRestore(XMLRestoreFinishedEvent) - Method in class com.atlassian.confluence.impl.user.crowd.directory.ConfluenceDirectoryMonitorRefresherStarter
 
onZduStartEventListener(ZduStartEvent) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreJobCanceller
 
open(RetryContext) - Method in class com.atlassian.confluence.impl.spring.FirstOnStackRetryPolicy
 
OPEN - Enum constant in enum class com.atlassian.confluence.pages.CommentStatus.Value
 
OPEN_DS - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
OPEN_IN_NEW_WINDOW_DARK_FEATURE - Static variable in class com.atlassian.confluence.content.render.xhtml.view.link.DefaultCommonLinkAttributesWriter
 
OPEN_LDAP - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
OPEN_LDAP_RFC2307 - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
OPEN_SEARCH_PASSWORD - Static variable in class com.atlassian.confluence.impl.setup.ConfluenceApplicationConfig
 
OPENSEARCH - Enum constant in enum class com.atlassian.confluence.search.SearchPlatform
 
OpenSearchAllQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query AllQuery to OpenSearch
OpenSearchAllQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchAllQueryMapper
 
OpenSearchAnalyzerMapper - Class in com.atlassian.confluence.plugins.opensearch
 
OpenSearchAnalyzerMapper(List<OpenSearchAnalyzerProvider>) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchAnalyzerMapper
 
OpenSearchAnalyzerProvider - Interface in com.atlassian.confluence.plugins.opensearch.analysis.analyzer
Provides an OpenSearch Analyzer for a specific Confluence MappingAnalyzerDescriptor.
OpenSearchBooleanQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query BooleanQuery to OpenSearch
OpenSearchBooleanQueryMapper(DelegatingQueryMapper) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchBooleanQueryMapper
 
OpenSearchBulkIndexWriter - Class in com.atlassian.confluence.plugins.opensearch.bulk
An index writer that uses OpenSearch bulk API.
OpenSearchBulkIndexWriter(OpenSearchClient, OpenSearchIndexManager, String, DelegatingQueryMapper, RetryRegistry) - Constructor for class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
OpenSearchClientFactory - Class in com.atlassian.confluence.plugins.opensearch
Factory to create OpenSearchClient based on application config.
OpenSearchClientFactory(OpenSearchConfig) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchClientFactory
 
OpenSearchClusterHealthCheck - Class in com.atlassian.confluence.plugins.opensearch.healthchecks
Checks the cluster health of the OpenSearch instance
OpenSearchClusterHealthCheck(OpenSearchHealthCheckUtil, SupportHealthStatusFactory) - Constructor for class com.atlassian.confluence.plugins.opensearch.healthchecks.OpenSearchClusterHealthCheck
 
OpenSearchCondition() - Constructor for class com.atlassian.confluence.plugins.opensearch.spring.ConditionalForOpenSearch.OpenSearchCondition
 
OpenSearchConfig - Class in com.atlassian.confluence.plugins.opensearch
Application config for configuring OpenSearch
OpenSearchConfig(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
OpenSearchConfluenceSpaceLimitHealthCheck - Class in com.atlassian.confluence.plugins.opensearch.healthchecks
OpenSearch health check for Confluence space limit
OpenSearchConfluenceSpaceLimitHealthCheck(OpenSearchHealthCheckUtil, SupportHealthStatusFactory) - Constructor for class com.atlassian.confluence.plugins.opensearch.healthchecks.OpenSearchConfluenceSpaceLimitHealthCheck
 
OpenSearchConfluenceSpaceLimitHealthStatus - Class in com.atlassian.confluence.plugins.opensearch.api.healthcheck
OpenSearch health status for Confluence space limit.
OpenSearchConfluenceSpaceLimitHealthStatus(int, long) - Constructor for class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchConfluenceSpaceLimitHealthStatus
 
OpenSearchConfluenceSpaceLimitHealthStatus.Status - Enum Class in com.atlassian.confluence.plugins.opensearch.api.healthcheck
 
OpenSearchConstantScoreQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query ConstantScoreQuery to OpenSearch
OpenSearchConstantScoreQueryMapper(DelegatingQueryMapper) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchConstantScoreQueryMapper
 
OpenSearchContentPermissionsQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
 
OpenSearchContentPermissionsQueryMapper(ContentPermissionCalculator) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchContentPermissionsQueryMapper
 
OpenSearchCustomCharacterFilterProvider - Interface in com.atlassian.confluence.plugins.opensearch.analysis.characterfilter
Provides a custom character filter onto OpenSearch indexes which can be used by custom analyzers.
OpenSearchCustomSearchIndexRegistry - Class in com.atlassian.confluence.plugins.opensearch
 
OpenSearchCustomSearchIndexRegistry(OpenSearchSearchIndexAccessorFactory, OpenSearchIndexManagerFactory) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchCustomSearchIndexRegistry
 
OpenSearchCustomTokenFilterProvider - Interface in com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
Provides a custom token filter onto OpenSearch indexes which can be used by custom analyzers.
OpenSearchDescriptorAction - Class in com.atlassian.confluence.impl.search.actions
 
OpenSearchDescriptorAction() - Constructor for class com.atlassian.confluence.impl.search.actions.OpenSearchDescriptorAction
 
OpenSearchDoubleRangeQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query DoubleRangeQuery to OpenSearch
OpenSearchDoubleRangeQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchDoubleRangeQueryMapper
 
OpenSearchExceptionHandlingInterceptor - Class in com.atlassian.confluence.plugins.opensearch.spring.interceptors
Common interceptor for OpenSearch bean to handle detail message of OpenSearchException
OpenSearchExceptionHandlingInterceptor(NameMatchMethodPointcut) - Constructor for class com.atlassian.confluence.plugins.opensearch.spring.interceptors.OpenSearchExceptionHandlingInterceptor
 
OpenSearchExceptionUtils - Class in com.atlassian.confluence.plugins.opensearch
Contains utility methods to deal with OpenSearchException
OpenSearchExceptionUtils.ErrorTypes - Class in com.atlassian.confluence.plugins.opensearch
 
OpenSearchFavouriteSortMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.sort
Mapper to convert FavouriteSort to OpenSearch sort options
OpenSearchFavouriteSortMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchFavouriteSortMapper
 
OpenSearchFieldExistsQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps FieldExistsQuery to OpenSearch query
OpenSearchFieldExistsQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchFieldExistsQueryMapper
 
OpenSearchFieldMappingMapper - Class in com.atlassian.confluence.plugins.opensearch
 
OpenSearchFieldMappingMapper(OpenSearchAnalyzerMapper) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchFieldMappingMapper
 
OpenSearchFieldSortMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.sort
Mapper to convert FieldSort to OpenSearch sort options
OpenSearchFieldSortMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchFieldSortMapper
 
OpenSearchFunctionScoreQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query FunctionScoreQuery to OpenSearch
OpenSearchFunctionScoreQueryMapper(DelegatingQueryMapper, ScoreFunctionMapper) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchFunctionScoreQueryMapper
 
openSearchHealthCheckUtil() - Method in class com.atlassian.confluence.plugins.opensearch.healthchecks.config.SpringConfig
 
OpenSearchHealthCheckUtil - Interface in com.atlassian.confluence.plugins.opensearch.api.healthcheck
HealthCheckUtil which is exposed so other plugins (e.g.
OpenSearchHealthStatus - Enum Class in com.atlassian.confluence.plugins.opensearch.api.healthcheck
OpenSearch health statuses.
OpenSearchIndexCreatedEvent - Class in com.atlassian.confluence.plugins.opensearch.events
This event is raised when an OpenSearch index gets recreated.
OpenSearchIndexCreatedEvent(Object, Index, String) - Constructor for class com.atlassian.confluence.plugins.opensearch.events.OpenSearchIndexCreatedEvent
 
OpenSearchIndexManager - Interface in com.atlassian.confluence.plugins.opensearch.indexmanager
Provides operations to manage an OpenSearch index and its settings.
OpenSearchIndexManager.StagingIndex - Interface in com.atlassian.confluence.plugins.opensearch.indexmanager
Manages staging index, i.e.
OpenSearchIndexManagerFactory - Class in com.atlassian.confluence.plugins.opensearch.indexmanager
Factory to create OpenSearchIndexManager instances
OpenSearchIndexManagerFactory(OpenSearchClient, OpenSearchConfig, IndexAnalysisFactory, OpenSearchFieldMappingMapper, EventPublisher, List<OpenSearchStoredScriptProvider>) - Constructor for class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerFactory
 
OpenSearchIndexManagerImpl - Class in com.atlassian.confluence.plugins.opensearch.indexmanager
 
OpenSearchIndexManagerImpl(Index, Supplier<IndexSettingsAnalysis>, OpenSearchClient, OpenSearchConfig, EventPublisher, OpenSearchFieldMappingMapper) - Constructor for class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
OpenSearchIndexPerformanceTuner - Class in com.atlassian.confluence.plugins.opensearch.indexmanager
Tunes OpenSearch index performance for a specific context, following recommendations from https://opensearch.org/docs/latest/search-plugins/knn/performance-tuning
OpenSearchIndexPerformanceTuner(OpenSearchClient) - Constructor for class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexPerformanceTuner
 
OpenSearchIndexPerformanceTuner.Restorable - Interface in com.atlassian.confluence.plugins.opensearch.indexmanager
Provides the ability to restore index settings to the original state
OpenSearchIndexWriterFactory - Class in com.atlassian.confluence.plugins.opensearch
Creates new instances of SearchIndexWriter for OpenSearch
OpenSearchIndexWriterFactory(OpenSearchClient, DelegatingQueryMapper, RetryRegistry) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchIndexWriterFactory
 
OpenSearchIntegerRangeQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query to OpenSearch
OpenSearchIntegerRangeQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchIntegerRangeQueryMapper
 
OpenSearchIntegrationTestConfig - Class in com.atlassian.confluence.core
 
OpenSearchIntegrationTestConfig() - Constructor for class com.atlassian.confluence.core.OpenSearchIntegrationTestConfig
 
OpenSearchInternalServerException - Exception in com.atlassian.confluence.plugins.opensearch.exceptions
Exception thrown when a search request to OpenSearch engine fails
OpenSearchInternalServerException(String, Throwable) - Constructor for exception com.atlassian.confluence.plugins.opensearch.exceptions.OpenSearchInternalServerException
 
OpenSearchJournalChecker - Class in com.atlassian.confluence.plugins.opensearch
Used to check the journal state after the plugin has started.
OpenSearchJournalChecker(JournalService, OpenSearchJournalStateStore) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalChecker
 
OpenSearchJournalStateStore - Class in com.atlassian.confluence.plugins.opensearch
ExportedJournalStateStore which stores journal ids in OpenSearch
OpenSearchJournalStateStore(OpenSearchClient, OpenSearchConfig, RetryRegistry) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalStateStore
 
OpenSearchJournalStateStore.JournalIdEntry - Record Class in com.atlassian.confluence.plugins.opensearch
 
OpenSearchLanguageNotSupportException - Exception in com.atlassian.confluence.plugins.opensearch.exceptions
Exception thrown when the index language is not supported or the required plugin is not installed on OpenSearch.
OpenSearchLanguageNotSupportException(String) - Constructor for exception com.atlassian.confluence.plugins.opensearch.exceptions.OpenSearchLanguageNotSupportException
 
OpenSearchLongRangeQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query LongRangeQuery to OpenSearch
OpenSearchLongRangeQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchLongRangeQueryMapper
 
OpenSearchLowercaseFieldSortMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.sort
Mapper to convert LowercaseFieldSort to OpenSearch sort options
OpenSearchLowercaseFieldSortMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchLowercaseFieldSortMapper
 
OpenSearchMatchNoDocsQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps MatchNoDocsQuery to an OpenSearch query
OpenSearchMatchNoDocsQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchMatchNoDocsQueryMapper
 
OpenSearchMultiSearchSortMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.sort
Mapper to convert MultiSearchSort to OpenSearch sort options
OpenSearchMultiSearchSortMapper(DelegatingSortMapper) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchMultiSearchSortMapper
 
OpenSearchPhraseQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query PhraseQuery to OpenSearch query.
OpenSearchPhraseQueryMapper(OpenSearchAnalyzerMapper) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchPhraseQueryMapper
 
OpenSearchPlatformCondition - Class in com.atlassian.confluence.plugins.opensearch.healthchecks
Condition to enable health checks only when using OpenSearch.
OpenSearchPlatformCondition(SearchPlatformConfig) - Constructor for class com.atlassian.confluence.plugins.opensearch.healthchecks.OpenSearchPlatformCondition
 
OpenSearchPrefixQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query PrefixQuery to OpenSearch query.
OpenSearchPrefixQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchPrefixQueryMapper
 
OpenSearchQueryMapper<T extends SearchQuery> - Interface in com.atlassian.confluence.plugins.opensearch.mappers.query
A mapper that maps a Confluence SearchQuery to an OpenSearch Query.
OpenSearchQueryMapperNotFoundException - Exception in com.atlassian.confluence.plugins.opensearch.exceptions
Exception thrown when a mapper OpenSearchQueryMapper cannot be found.
OpenSearchQueryMapperNotFoundException(String) - Constructor for exception com.atlassian.confluence.plugins.opensearch.exceptions.OpenSearchQueryMapperNotFoundException
 
OpenSearchQueryStringQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query QueryStringQuery to OpenSearch
OpenSearchQueryStringQueryMapper(AutoCorrectRawQueryTransformer) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchQueryStringQueryMapper
 
OpenSearchRangeQueryMapper<Q extends SearchQuery> - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 range queries to OpenSearch RangeQuery.
OpenSearchRangeQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchRangeQueryMapper
 
OpenSearchRangeQueryMapper.RangeQueryFacade<T> - Interface in com.atlassian.confluence.plugins.opensearch.mappers.query
Provides uniform facade for v2 range queries.
OpenSearchRelevanceSortMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.sort
Mapper to convert RelevanceSort to OpenSearch sort options
OpenSearchRelevanceSortMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchRelevanceSortMapper
 
OpenSearchReserveCharEscaper - Class in com.atlassian.confluence.plugins.opensearch.mappers
 
OpenSearchReserveCharEscaper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.OpenSearchReserveCharEscaper
 
OpenSearchRetryRegistryConfig - Class in com.atlassian.confluence.plugins.opensearch.spring
Adding resiliency to OpenSearch operations using Resilience4j.
OpenSearchRetryRegistryConfig() - Constructor for class com.atlassian.confluence.plugins.opensearch.spring.OpenSearchRetryRegistryConfig
 
OpenSearchScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.score
This factory provides convenient methods that creates a ScoreFunction that is compatible with OpenSearch.
OpenSearchScoreFunctionFactory() - Constructor for class com.atlassian.confluence.impl.search.v2.score.OpenSearchScoreFunctionFactory
 
OpenSearchSearchIndexAccessor - Class in com.atlassian.confluence.plugins.opensearch
Accessor to read and write from index documents on OpenSearch
OpenSearchSearchIndexAccessor(OpenSearchIndexManager, OpenSearchClient, OpenSearchSearchManager, OpenSearchIndexWriterFactory) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
OpenSearchSearchIndexAccessorFactory - Class in com.atlassian.confluence.plugins.opensearch
A factory to create a new OpenSearchSearchIndexAccessor for an indexName (core or custom).
OpenSearchSearchIndexAccessorFactory(OpenSearchClient, OpenSearchSearchManager, OpenSearchIndexWriterFactory) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessorFactory
 
OpenSearchSearchLanguageChecker - Class in com.atlassian.confluence.plugins.opensearch
Checks if necessary plugins are installed for the specified language.
OpenSearchSearchLanguageChecker(OpenSearchClient, SearchLanguage) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchLanguageChecker
 
OpenSearchSearchManager - Interface in com.atlassian.confluence.plugins.opensearch
An interface for OpenSearch's SearchManager
OpenSearchSearchResult - Class in com.atlassian.confluence.plugins.opensearch
An individual search result from OpenSearch hit
OpenSearchSearchResult(Hit<?>, Encoder) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchResult
 
OpenSearchSiteSearchPermissionQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query SiteSearchPermissionsQuery to OpenSearch
OpenSearchSiteSearchPermissionQueryMapper(DelegatingQueryMapper, SiteSearchPermissionsQueryFactory) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSiteSearchPermissionQueryMapper
 
OpenSearchSiteTextSearchQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query SiteTextSearchQuery to OpenSearch
OpenSearchSiteTextSearchQueryMapper(DelegatingQueryMapper, SiteTextSearchQueryFactory) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSiteTextSearchQueryMapper
 
OpenSearchSortMapper<T extends SearchSort> - Interface in com.atlassian.confluence.plugins.opensearch.mappers.sort
A mapper that maps a Confluence SearchSort to a list of OpenSearch SortOptions.
OpenSearchSortMapperNotFoundException - Exception in com.atlassian.confluence.plugins.opensearch.exceptions
Exception thrown when a mapper OpenSearchSortMapper cannot be found.
OpenSearchSortMapperNotFoundException(String) - Constructor for exception com.atlassian.confluence.plugins.opensearch.exceptions.OpenSearchSortMapperNotFoundException
 
OpenSearchSpacePermissionQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query SpacePermissionQuery to OpenSearch Note: SpacePermissionQuery is deprecated so this mapper can be removed when it is removed
OpenSearchSpacePermissionQueryMapper(DelegatingQueryMapper, SpacePermissionQueryFactory) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSpacePermissionQueryMapper
 
OpenSearchSpanNearQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query SpanNearQuery to OpenSearch
OpenSearchSpanNearQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchSpanNearQueryMapper
 
OpenSearchSpringConfig - Class in com.atlassian.confluence.plugins.opensearch.spring
Spring configuration that conditionally loads opensearch-context.xml if search.platform is set to opensearch
OpenSearchSpringConfig() - Constructor for class com.atlassian.confluence.plugins.opensearch.spring.OpenSearchSpringConfig
 
OpenSearchStagingIndexFactory - Class in com.atlassian.confluence.plugins.opensearch
Provides operations to manage a staging index on the OpenSearch search platform.
OpenSearchStagingIndexFactory(Map<Index, OpenSearchIndexManager>, OpenSearchIndexWriterFactory, OpenSearchIndexPerformanceTuner) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchStagingIndexFactory
 
OpenSearchStartupChecker - Class in com.atlassian.confluence.plugins.opensearch
Checks all requirements for OpenSearch to start.
OpenSearchStartupChecker(OpenSearchConfig, OpenSearchClient, OpenSearchSearchLanguageChecker) - Constructor for class com.atlassian.confluence.plugins.opensearch.OpenSearchStartupChecker
 
OpenSearchStoredScriptProvider - Interface in com.atlassian.confluence.plugins.opensearch.scripts
Provides a stored script for OpenSearch
OpenSearchSubsystemConfig - Class in com.atlassian.confluence.spring.index
Spring config that import OpenSearch components from the confluence-opensearch plugin.
OpenSearchSubsystemConfig(OsgiContainerManager) - Constructor for class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
OpenSearchTermQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query TermQuery to OpenSearch
OpenSearchTermQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTermQueryMapper
 
OpenSearchTermRangeQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query TermRangeQuery to OpenSearch
OpenSearchTermRangeQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTermRangeQueryMapper
 
OpenSearchTermSetQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps TermSetQuery to OpenSearch query
OpenSearchTermSetQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTermSetQueryMapper
 
OpenSearchTextFieldQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 TextFieldQuery to OpenSearch
OpenSearchTextFieldQueryMapper(OpenSearchAnalyzerMapper, AutoCorrectRawQueryTransformer) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTextFieldQueryMapper
 
OpenSearchTokenizerProvider - Interface in com.atlassian.confluence.plugins.opensearch.analysis.tokenizer
Provides a Tokenizer
OpenSearchUserPermissionException - Exception in com.atlassian.confluence.plugins.opensearch.exceptions
Exception thrown when the user does not have permission to perform an operation.
OpenSearchUserPermissionException(String) - Constructor for exception com.atlassian.confluence.plugins.opensearch.exceptions.OpenSearchUserPermissionException
 
OpenSearchWildcardTextFieldQueryMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query
Maps v2 query WildcardTextFieldQuery to OpenSearch
OpenSearchWildcardTextFieldQueryMapper() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchWildcardTextFieldQueryMapper
 
openSession() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
 
OpenSessionInViewFilter - Class in com.atlassian.confluence.impl.hibernate
Simplified variant of OpenSessionInViewFilter
OpenSessionInViewFilter() - Constructor for class com.atlassian.confluence.impl.hibernate.OpenSessionInViewFilter
 
openTemporarySession() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
 
OPERA - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
OPERA10 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
OPERA6 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
OPERA7 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
OPERA8 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
OPERA9 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
OperatingSystemFreeMemoryHealthCheck - Class in com.atlassian.confluence.impl.health.checks
A HealthCheck that checks whether there are enough free memory to run Confluence safely.
OperatingSystemFreeMemoryHealthCheck(LicenseService) - Constructor for class com.atlassian.confluence.impl.health.checks.OperatingSystemFreeMemoryHealthCheck
 
operation - Variable in class com.atlassian.confluence.api.model.permissions.GlobalPermission
 
operation - Variable in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
operation - Variable in class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
 
operation - Variable in class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
 
operation(OperationKey) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction.ContentRestrictionBuilder
 
operation(OperationKey) - Method in interface com.atlassian.confluence.api.nav.Navigation.ContentRestrictionByOperationNav
 
operation(OperationKey) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestData.RestDataBuilder
 
Operation - Interface in com.atlassian.confluence.api.model.permissions
 
Operation - Interface in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
OPERATION_KEY - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
OperationCheck - Interface in com.atlassian.confluence.api.model.permissions.spi
A permission and validation check, for use with OperationService.
OperationCheckMatchers - Class in com.atlassian.confluence.api.testsupport.matchers.model.permissions
Matchers to support tests on OperationChecks.
OperationCheckResult - Class in com.atlassian.confluence.api.model.permissions
The result of an operation check on a specific Target.
OperationCheckResult.OperationCheckResultBuilder - Class in com.atlassian.confluence.api.model.permissions
 
OperationCheckResultBuilder() - Constructor for class com.atlassian.confluence.api.model.permissions.OperationCheckResult.OperationCheckResultBuilder
 
OperationContext<TRIGGER extends OperationTrigger> - Interface in com.atlassian.confluence.core
Context for managers to call upon when making decisions on how to handle a given object operation (create,delete,save)
operationCount() - Method in class com.atlassian.confluence.cache.CacheOperations
 
OperationDelegate - Interface in com.atlassian.confluence.api.model.permissions.spi
A delegate defining operation checks for a single TargetType.
OperationDescription - Class in com.atlassian.confluence.api.model.permissions
Describes an {operation, targetType} combination that the operations APIs can answer queries for.
OperationDescription.OperationDescriptionBuilder - Class in com.atlassian.confluence.api.model.permissions
 
OperationDescriptionBuilder() - Constructor for class com.atlassian.confluence.api.model.permissions.OperationDescription.OperationDescriptionBuilder
 
OperationDescriptionMatchers - Class in com.atlassian.confluence.api.testsupport.matchers.model.permissions
Matchers to support tests on OperationDescriptions.
operationKey(OperationKey) - Method in class com.atlassian.confluence.api.model.permissions.OperationCheckResult.OperationCheckResultBuilder
 
operationKey(OperationKey) - Method in class com.atlassian.confluence.api.model.permissions.OperationDescription.OperationDescriptionBuilder
 
OperationKey - Class in com.atlassian.confluence.api.model.permissions
An OperationKey is used to identify operations that can be performed on Targets.
OperationRecordsGenerator - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Generates ImportedObjectV2 records for cwd_directory_operation and cwd_app_dir_operation tables, so they could be saved to the DB.
OperationRecordsGenerator(ExportableEntityInfo, String, String) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.OperationRecordsGenerator
 
OperationRestriction() - Constructor for class com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.OperationRestriction
 
operations(Iterable<OperationCheckResult>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
OPERATIONS - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
OperationService - Interface in com.atlassian.confluence.api.service.permissions
 
OperationServiceImpl - Class in com.atlassian.confluence.api.impl.service.permissions
 
OperationServiceImpl(Map<TargetType, OperationDelegate>, PersonFactory, ConfluenceUserResolver, PermissionCheckExemptions, AccessModeManager, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.OperationServiceImpl
 
OperationSet - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
OperationSet(Set<TransientHibernateHandle>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.OperationSet
Deprecated.
 
OperationTimedOutException - Exception in com.atlassian.confluence.rpc
Thrown when an operation times out on the server.
OperationTimedOutException() - Constructor for exception com.atlassian.confluence.rpc.OperationTimedOutException
 
OperationTimedOutException(String) - Constructor for exception com.atlassian.confluence.rpc.OperationTimedOutException
 
OperationTimedOutException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.OperationTimedOutException
 
OperationTimedOutException(Throwable) - Constructor for exception com.atlassian.confluence.rpc.OperationTimedOutException
 
OperationTrigger - Interface in com.atlassian.confluence.core
Used to specify how an operation was triggered.
OPT_IN - Enum constant in enum class com.atlassian.confluence.impl.xsrf.StrutsXSRFSecurityLevel
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0.4, do not allow XSRF protection to be disabled by default.
OPT_OUT - Enum constant in enum class com.atlassian.confluence.impl.xsrf.StrutsXSRFSecurityLevel
 
optimiseSourceMapsForDevelopment() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
 
optimize() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Perform an optimize on the index.
optimize() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
Blocks and waits until all write operations to the index complete.
OPTIMIZE_RAM_DEFAULT - Static variable in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
OPTIMIZE_RAM_PROPERTY - Static variable in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
OptionalDeserializer - Class in com.atlassian.confluence.rest.serialization.jackson2
 
OptionalDeserializer(JsonDeserializer, JavaType) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.OptionalDeserializer
 
optionalFromId(String) - Static method in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
optionallyOverrideTimeout(Properties, String, long) - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.mail.ConnectionVerifier
 
OptionalSerializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Serialize java Optional classes.
OptionalSerializer() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.OptionalSerializer
 
OptionalServiceProvider - Interface in com.atlassian.confluence.plugins.restapi.resources
 
optionalUserKey() - Method in class com.atlassian.confluence.api.model.people.Anonymous
 
optionalUserKey() - Method in class com.atlassian.confluence.api.model.people.Person
 
optionalUserKey() - Method in class com.atlassian.confluence.api.model.people.User
 
optionalUsername() - Method in class com.atlassian.confluence.api.model.people.Anonymous
 
optionalUsername() - Method in class com.atlassian.confluence.api.model.people.Person
 
optionalUsername() - Method in class com.atlassian.confluence.api.model.people.User
 
OptionalUtils - Class in com.atlassian.confluence.impl.util
Utility methods relating to Optionals.
optionalValidationResult() - Method in exception com.atlassian.confluence.api.service.exceptions.ServiceException
 
OptionDeserializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Deprecated.
since 7.0.1. Fugue options shouldn't be used in REST API. OptionalDeserializer is doing the same thing for deserialising Optional
OptionDeserializer(JsonDeserializer<?>, JavaType) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.OptionDeserializer
Deprecated.
 
options - Variable in class com.atlassian.confluence.pages.persistence.dao.bulk.AbstractBulkPageAction
 
OptionSerializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Deprecated.
since 7.0.1. Fugue options shouldn't be used in REST API. OptionalSerializer is doing the same thing for serialising Optional
OptionSerializer() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.OptionSerializer
Deprecated.
 
OR - Enum constant in enum class com.atlassian.confluence.search.v2.BooleanOperator
 
ORACLE - Enum constant in enum class com.atlassian.confluence.setup.DatabaseEnum
 
ORACLE_VARCHAR_TYPE - Static variable in class com.atlassian.confluence.upgrade.ddl.AddStringVirtualColumnForNullableColumnCommand
 
OracleContentDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle
Contains methods for creating/removing triggers for content table
OracleContentDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleContentDdlHelper
 
OracleContentPermissionDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle
Contains methods for creating/removing triggers for content_perm table
OracleContentPermissionDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleContentPermissionDdlHelper
 
OracleContentPermissionSetDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle
Contains methods for creating/removing triggers for content_perm_set table
OracleContentPermissionSetDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleContentPermissionSetDdlHelper
 
OracleDenormalisedPermissionsDdlOperations - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup
Contains operations required for Oracle database objects creation
OracleDenormalisedPermissionsDdlOperations() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.OracleDenormalisedPermissionsDdlOperations
 
OracleDialect - Class in com.atlassian.confluence.impl.hibernate.dialect
The hibernate Dialect that's used for Oracle.
OracleDialect() - Constructor for class com.atlassian.confluence.impl.hibernate.dialect.OracleDialect
 
OracleIntlDialectV5 - Class in com.atlassian.confluence.impl.hibernate.dialect
Deprecated.
since 8.0.0
OracleIntlDialectV5() - Constructor for class com.atlassian.confluence.impl.hibernate.dialect.OracleIntlDialectV5
Deprecated.
Copied from from atlassian:hibernate-2.1.8.
OracleJDBCUrlBuilder - Class in com.atlassian.confluence.setup
 
OracleJDBCUrlBuilder() - Constructor for class com.atlassian.confluence.setup.OracleJDBCUrlBuilder
 
OracleSpaceDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle
Contains methods for creating/removing triggers for spaces table
OracleSpaceDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleSpaceDdlHelper
 
OracleSpacePermissionDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle
Contains methods for creating/removing triggers for spacepermissions table
OracleSpacePermissionDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleSpacePermissionDdlHelper
 
order() - Element in annotation interface com.atlassian.confluence.util.test.ScanningSuite.TestOrdering
 
orderBy(String) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the content of the "order by" clause.
ORDERED_KEYS - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
ORDERED_KEYS_COMBINED_LIGHT_AND_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
OrderedEntityObjectBatchableWorkSource<T extends com.atlassian.core.bean.EntityObject> - Class in com.atlassian.confluence.content.render.xhtml.migration
A BatchableWorkSource implementation which retrieves batches of EntityObjects by ordering the entities by their IDs.
OrderedEntityObjectBatchableWorkSource(int, OrderedEntityObjectBatchableWorkSource.EntitySource<T>) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.OrderedEntityObjectBatchableWorkSource
 
OrderedEntityObjectBatchableWorkSource.EntityRetrievalException - Exception in com.atlassian.confluence.content.render.xhtml.migration
 
OrderedEntityObjectBatchableWorkSource.EntitySource<T extends com.atlassian.core.bean.EntityObject> - Interface in com.atlassian.confluence.content.render.xhtml.migration
 
orEmpty(Reference<T>, Class<T>) - Static method in class com.atlassian.confluence.api.model.reference.Reference
 
orEmpty(T, Class<T>) - Static method in class com.atlassian.confluence.api.model.reference.Reference
 
org.apache.lucene.analysis - package org.apache.lucene.analysis
 
ORIGINAL_LINKS_PROPERTY - Static variable in class com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher
 
ORIGINAL_SELECTION_PROP - Static variable in class com.atlassian.confluence.pages.Comment
ContentProperty key for original selection text of the inline comment
ORIGINAL_URL - Static variable in class com.atlassian.confluence.impl.webapp.SecureAccessFilter
 
originalId(long) - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion.Builder
 
originalPage - Variable in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
originalPageTemplate - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
originalReferrer - Variable in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
To get back to the correct place if creation gets cancelled.
originalTemplate() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
originalTemplate(ModuleCompleteKey) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
originalVersion - Enum constant in enum class com.atlassian.confluence.core.VersionChildOwnerPolicy
When this policy is used, the children will always belong to the version of the parent that created it
OriginalVersion - Class in com.atlassian.confluence.impl.retention.fast.rules
A simple representation of an original version with minimum data for fast retention version removal,
OriginalVersion(Long, Long) - Constructor for class com.atlassian.confluence.impl.retention.fast.rules.OriginalVersion
 
orQuery(SearchQuery...) - Static method in class com.atlassian.confluence.search.v2.query.BooleanQuery
Create a query that is the OR of the provided sub-queries
os_destination - Variable in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
OS_UNICODE_WHITESPACES - Static variable in class com.atlassian.confluence.plugins.index.api.ExactAnalyzerDescriptor
 
OSGI_PERSISTENT_CACHE_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
OsgiBundleResource - Class in com.atlassian.confluence.functest.rest
A REST resource which exposes information about the OSGi bundles currently installed.
OsgiBundleResource - Class in com.atlassian.confluence.test.publicapi.rest
A REST resource which exposes information about the OSGi bundles currently installed.
OsgiBundleResource(BundleContext) - Constructor for class com.atlassian.confluence.functest.rest.OsgiBundleResource
 
OsgiBundleResource(BundleContext, PackageScannerConfiguration) - Constructor for class com.atlassian.confluence.test.publicapi.rest.OsgiBundleResource
 
osgiClassLoaderRegistry() - Method in class com.atlassian.confluence.impl.hazelcast.BootstrapHazelcastAppConfig
 
OsgiContainerManagerStub - Class in com.atlassian.testsupport
 
OsgiContainerManagerStub(ScopesRequestCache) - Constructor for class com.atlassian.testsupport.OsgiContainerManagerStub
 
OsgiNoServiceAvailableException - Exception in com.atlassian.confluence.impl.osgi
Thrown if a proxied OSGI service is invoked and there's no underlying service available in OSGi host.
OsgiNoServiceAvailableException() - Constructor for exception com.atlassian.confluence.impl.osgi.OsgiNoServiceAvailableException
 
OsgiNoServiceAvailableException(String) - Constructor for exception com.atlassian.confluence.impl.osgi.OsgiNoServiceAvailableException
 
OsgiNoServiceAvailableException(String, Throwable) - Constructor for exception com.atlassian.confluence.impl.osgi.OsgiNoServiceAvailableException
 
OsgiOptionalServiceProvider - Class in com.atlassian.confluence.plugins.restapi.resources
 
OsgiOptionalServiceProvider(BundleContext) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.OsgiOptionalServiceProvider
 
OsgiPersistentCacheFactory - Class in com.atlassian.confluence.plugin.spring
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3. No replacement
OsgiPersistentCacheFactory(PluginDirectoryProvider) - Constructor for class com.atlassian.confluence.plugin.spring.OsgiPersistentCacheFactory
Deprecated.
 
OsgiProxyFactory - Class in com.atlassian.confluence.impl.osgi
A factory to produce proxy for OSGi services.
OsgiProxyFactory() - Constructor for class com.atlassian.confluence.impl.osgi.OsgiProxyFactory
 
osgiSafeStreamSerializer() - Method in class com.atlassian.confluence.impl.hazelcast.BootstrapHazelcastAppConfig
 
osgiService(Class<T>) - Static method in class com.atlassian.confluence.util.MemoizingComponentReference
Static factory that takes the desired OSGi service type.
OsgiServiceRegistry - Interface in com.atlassian.confluence.impl.osgi
This registry eliminates the boilerplate required for a component in Confluence Core to consume a service that is not available in the application context, but exclusively published through OSGi.
OsgiServiceRegistryImpl - Class in com.atlassian.confluence.impl.osgi
This implementation will hand out services in the form of Proxy's that lazily use the underlying ServiceTracker when invoked.
OsgiServiceRegistryImpl(FelixOsgiContainerManager) - Constructor for class com.atlassian.confluence.impl.osgi.OsgiServiceRegistryImpl
 
OsgiServiceRegistryImplForTests - Class in com.atlassian.confluence.impl.osgi
Mock implementation for tests
OsgiServiceRegistryImplForTests() - Constructor for class com.atlassian.confluence.impl.osgi.OsgiServiceRegistryImplForTests
 
OsgiUtils - Class in com.atlassian.confluence.util
This util helps plugins to do shady things directly with OSGi.
OsgiUtils() - Constructor for class com.atlassian.confluence.util.OsgiUtils
 
OSPS_KEY_LENGTH_LIMIT - Static variable in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
OSPS_QUERY - Static variable in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
OSPS_QUERY_KEYED - Static variable in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
OSPS_STR_COLUMN_LIMIT - Static variable in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
OSPS_TEXT_COLUMN_LIMIT - Static variable in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
OTHER - Enum constant in enum class com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyPermissionService.PermissionLevel
Deprecated.
 
OTHER - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
OTHER - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent.ContentStatus
 
OTHER - Enum constant in enum class com.atlassian.confluence.setup.DatabaseEnum
 
OTHER - Enum constant in enum class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageVersion
 
OtherLanguageAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Analyzer provider for other languages which don't have a dedicated analyzer
OtherLanguageAnalyzerProvider(StandardAnalyzerProvider) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.OtherLanguageAnalyzerProvider
 
otherUser - Variable in class it.com.atlassian.confluence.AbstractInjectableStateTest
 
out() - Method in interface com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinRequest
 
OutboundServerCreated(String) - Constructor for class com.atlassian.confluence.event.events.analytics.MailServerAnalytics.OutboundServerCreated
 
OutboundServerDeleted(String) - Constructor for class com.atlassian.confluence.event.events.analytics.MailServerAnalytics.OutboundServerDeleted
 
OutboundWhiteListAllowedSpringWired - Class in com.atlassian.confluence.core
 
OutboundWhiteListAllowedSpringWired() - Constructor for class com.atlassian.confluence.core.OutboundWhiteListAllowedSpringWired
 
OutboundWhiteListBypassUtil - Class in com.atlassian.confluence.api.impl.sal.util
 
OutboundWhiteListBypassUtil - Class in com.atlassian.sal.confluence.net.util
 
OutboundWhiteListBypassUtil() - Constructor for class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
OutboundWhiteListBypassUtil() - Constructor for class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
OUTCOMES - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
OutgoingLink - Class in com.atlassian.confluence.links
Represents a link from a source page to a destination.
OutgoingLink() - Constructor for class com.atlassian.confluence.links.OutgoingLink
Default constructor
OutgoingLink(ContentEntityObject, String, String) - Constructor for class com.atlassian.confluence.links.OutgoingLink
Convenience constructor
OutgoingLinkMeta - Class in com.atlassian.confluence.links
Simple DTO object to store link metadata
OutgoingLinkMeta(long, String, String, long) - Constructor for class com.atlassian.confluence.links.OutgoingLinkMeta
 
OutgoingLinksExtractor - Interface in com.atlassian.confluence.content.render.xhtml.links
OutgoingMailServerConnectionIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.mail.outgoing
IpdJob that checks the connection to the outgoing mail server.
OutgoingMailServerConnectionIpdJob(IpdJobRegistry, IpdRegistry, MailServerManager) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.mail.outgoing.OutgoingMailServerConnectionIpdJob
 
OUTPUT_TYPE_HTML - Static variable in class com.atlassian.confluence.renderer.UserMacroConfig
Deprecated.
since 4.0. There is only a single output type of HTML supported.
OUTPUT_TYPE_WIKI - Static variable in class com.atlassian.confluence.renderer.UserMacroConfig
Deprecated.
since 4.0. There is only a single output type of HTML supported beyond 4.0.
OutputDeviceTypeMacroModuleDescriptorPredicate - Class in com.atlassian.confluence.plugin.descriptor
A predicate that passes XhtmlMacroModuleDescriptors for specific device-types
OutputDeviceTypeMacroModuleDescriptorPredicate(Set<String>) - Constructor for class com.atlassian.confluence.plugin.descriptor.OutputDeviceTypeMacroModuleDescriptorPredicate
 
OutputMimeTypeAwareContext - Interface in com.atlassian.confluence.velocity.context
Used by Velocity contexts that are aware of the MIME type that will be generated when merging with templates.
OutputMimeTypeAwareVelocityContext - Class in com.atlassian.confluence.velocity.context
Velocity context that allows tracking of its output destination as a MIME type.
OutputMimeTypeAwareVelocityContext() - Constructor for class com.atlassian.confluence.velocity.context.OutputMimeTypeAwareVelocityContext
 
OutputMimeTypeAwareVelocityContext(Map) - Constructor for class com.atlassian.confluence.velocity.context.OutputMimeTypeAwareVelocityContext
 
OutputMimeTypeAwareVelocityContext(Map, Context) - Constructor for class com.atlassian.confluence.velocity.context.OutputMimeTypeAwareVelocityContext
 
OutputMimeTypeAwareVelocityContext(Context) - Constructor for class com.atlassian.confluence.velocity.context.OutputMimeTypeAwareVelocityContext
 
outputSerializer() - Method in interface com.atlassian.confluence.util.sandbox.SandboxCallback
Returns SandboxSerializer for the callback output.
outputSerializer() - Method in interface com.atlassian.confluence.util.sandbox.SandboxTask
Returns SandboxSerializer for the task output.
OutputStreamWriterFactory() - Constructor for class com.atlassian.confluence.upgrade.AttachmentMigratorToV4Reporter.OutputStreamWriterFactory
 
OutputTypeAwareHrefEvaluator - Class in com.atlassian.confluence.content.render.xhtml.links
An HrefEvaluator which inspects the ConversionContextOutputType in the ConversionContext and evaluates href values appropriately for the output type targeted.
OutputTypeAwareHrefEvaluator(Map<String, HrefEvaluator>, HrefEvaluator) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.OutputTypeAwareHrefEvaluator
 
OutputTypeThreadLocal - Class in com.atlassian.confluence.util
A thread local to determine what the intended output type of the executing thread will be.
overall - Variable in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
overall(RemovalSummary) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
OVERRIDE - Enum constant in enum class com.atlassian.confluence.languages.LocaleInfo.SelectionReason
 
OVERRIDE_HEADER_NAME - Static variable in interface com.atlassian.confluence.security.service.XsrfTokenService
 
OVERRIDE_HEADER_VALUE - Static variable in interface com.atlassian.confluence.security.service.XsrfTokenService
 
overridePropertyValues(Object, Map<String, Object>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
Allows to replace some properties with new values.
overrideWithEmptyIndex() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
This will create an empty index in the directory, regardless if the index existed here or not.
overwriteMetaData(Attachment, Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
Overwrites attachment meta data.
owner(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
owner(String) - Method in class com.atlassian.confluence.labels.LabelUrlBuilder
 
OWNER - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
OWNER_NOT_NULL_COLUM_TYPE - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
OWNER_VIRTUAL_COLUMN - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
OwningContent - Class in com.atlassian.confluence.internal.content.collab
 
OwningContent(long, IncludeOwnContentEnum, List<Attachment>) - Constructor for class com.atlassian.confluence.internal.content.collab.OwningContent
 
OwningPluginAndModuleNamesComparator - Class in com.atlassian.confluence.plugins.contentproperty.index.config
Allows comparison of ContentPropertyIndexSchemaModuleDescriptor based on their owning plugin names and module names.
OwningPluginAndModuleNamesComparator() - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.config.OwningPluginAndModuleNamesComparator
 

P

P_TAG - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.InlineTasksUtils
 
PACKAGE_DOWNLOAD_RESOURCE_PREFIX - Enum constant in enum class com.atlassian.confluence.importexport.resource.DownloadResourcePrefixEnum
 
PackageResourceManager - Class in com.atlassian.confluence.importexport.resource
Allow plugin to get bundle plugin from others folder inside WEB-INF
PackageResourceManager(ResourceAccessor) - Constructor for class com.atlassian.confluence.importexport.resource.PackageResourceManager
 
PackageScannerConfigurationAppConfig - Class in com.atlassian.confluence.impl.setup
A Spring Configuration that declares a PackageScannerConfiguration.
PackageScannerConfigurationAppConfig() - Constructor for class com.atlassian.confluence.impl.setup.PackageScannerConfigurationAppConfig
 
page - Variable in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
page() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
This type represents an AbstractPage which covers both Page and Blogpost
page() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
page() - Method in record class com.atlassian.confluence.pages.AddressablePage
Returns the value of the page record component.
page(PageRequest) - Method in interface com.atlassian.confluence.impl.pagination.Paginated
Retrieves a page of data.
Page - Class in com.atlassian.confluence.pages
Represents a Page within Confluence.
Page() - Constructor for class com.atlassian.confluence.pages.Page
 
PAGE - Enum constant in enum class com.atlassian.confluence.content.service.DraftService.DraftType
 
PAGE - Enum constant in enum class com.atlassian.confluence.impl.retention.rules.ContentType
 
PAGE - Enum constant in enum class com.atlassian.confluence.importexport.impl.ExportScope
 
PAGE - Enum constant in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
PAGE - Enum constant in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
PAGE - Static variable in class com.atlassian.confluence.api.model.content.ContentType
 
PAGE - Static variable in class com.atlassian.confluence.api.model.content.template.ContentTemplateType
 
PAGE - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
PAGE - Static variable in class com.atlassian.confluence.core.StorageFormatConstants
 
PAGE - Static variable in class com.atlassian.confluence.legacyapi.model.content.ContentType
Deprecated.
 
PAGE_BATCH_SIZE - Static variable in class com.atlassian.confluence.impl.content.ContentTreePermissionReindexEventBackgroundSender
 
PAGE_CREATE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PAGE_DELETE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PAGE_DISPLAY_TITLE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
PAGE_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
PAGE_EVENT - Enum constant in enum class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionEventType
 
PAGE_EXPORTED_TO_WORD_EVENT_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PAGE_GADGET - Enum constant in enum class com.atlassian.confluence.renderer.ConfluenceRenderContextOutputType
 
PAGE_HIERARCHY_COPY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_HIERARCHY_COPY_ATTRIBUTE_ATTACHMENTS_COPIED - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_HIERARCHY_COPY_ATTRIBUTE_LABELS_COPIED - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_HIERARCHY_COPY_ATTRIBUTE_RESTRICTIONS_COPIED - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_HIERARCHY_COPY_ATTRIBUTE_SOURCE_PAGE - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_HIERARCHY_COPY_ATTRIBUTE_SOURCE_SPACE - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_HIERARCHY_COPY_ATTRIBUTE_TARGET_PARENT_PAGE - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_HIERARCHY_COPY_ATTRIBUTE_TARGET_SPACE - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_HIERARCHY_COPY_FINISH - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_HIERARCHY_DELETE_FINISH - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_HIERARCHY_DELETE_START - Static variable in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
PAGE_ID_BY_SPACE_KEY_AND_TITLE - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
PAGE_IDS_TO_PROCESS - Static variable in class com.atlassian.confluence.impl.content.ContentTreePermissionReindexEventBackgroundSender
 
PAGE_LAYOUT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_CELL - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_CELL_ELEMENT_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_CELL_EMPTY_TEXT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_CELL_XHTML_DATATYPE_ASIDE_VALUE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_CELL_XHTML_DATATYPE_ATTR_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_CELL_XHTML_DATATYPE_NORMAL_VALUE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_CELL_XHTML_DATATYPE_SIDEBARS_VALUE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_CELL_XHTML_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_CELL_XHTML_ELEMENT_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_ELEMENT_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_INNER_CELL_XHTML_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_INNER_CELL_XHTML_ELEMENT_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_SECTION - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_SECTION_ELEMENT_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_SECTION_TYPE_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_SECTION_TYPE_ATTRIBUTE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_SECTION_TYPE_SINGLE - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_SECTION_TYPE_THREE_EQUAL - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_SECTION_TYPE_THREE_WITH_SIDEBARS - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_SECTION_TYPE_TWO_EQUAL - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_SECTION_TYPE_TWO_LEFT_SIDEBAR - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_SECTION_TYPE_TWO_RIGHT_SIDEBAR - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
PAGE_LAYOUT_SECTION_XHTML_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_SECTION_XHTML_ELEMENT_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_SECTION_XHTML_LAYOUTTYPE_SINGLE_VALUE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_SECTION_XHTML_LAYOUTTYPE_THREE_EQUAL_VALUE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_SECTION_XHTML_LAYOUTTYPE_THREE_WITH_SIDEBARS_VALUE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_SECTION_XHTML_LAYOUTTYPE_TWO_EQUAL_VALUE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_SECTION_XHTML_LAYOUTTYPE_TWO_LEFT_SIDEBAR_VALUE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_SECTION_XHTML_LAYOUTTYPE_TWO_RIGHT_SIDEBAR_VALUE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_XHTML_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_LAYOUT_XHTML_ELEMENT_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutConstants
 
PAGE_MOVE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PAGE_NOT_FOUND - Enum constant in enum class com.atlassian.confluence.impl.pages.actions.PageAwareHelper.Result
 
PAGE_NOT_PERMITTED - Enum constant in enum class com.atlassian.confluence.impl.pages.actions.PageAwareHelper.Result
 
PAGE_NOT_PERMITTED - Static variable in class com.atlassian.confluence.security.actions.PermissionCheckInterceptor
 
PAGE_OF_WEBHOOKS - Static variable in class com.atlassian.confluence.plugins.restapi.examples.WebhookExamples
 
PAGE_PROCESSING_BATCH_SIZE - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentPermissionsUpdater
The size of the page batch for updating permissions in one transaction.
PAGE_PURGE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PAGE_RENAME - Enum constant in enum class com.atlassian.confluence.pages.PageUpdateTrigger
 
PAGE_RESOURCE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
PAGE_RESTORE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PAGE_TEMPLATE - Enum constant in enum class com.atlassian.confluence.labels.LabelableType
 
PAGE_TEMPLATE_TABLE_NAME - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterCreatorHelper
 
PAGE_TEMPLATES - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
PAGE_TITLE - Static variable in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
The key in the context specifying the title of the page or draft to be created.
PAGE_UPDATE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PAGE_URL_PATH - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
PAGE_VERSION_DELETE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PageAncestorManager - Interface in com.atlassian.confluence.pages.ancestors
Manages the storage of page ancestors, primarily to clean up the relationships after a bulk change.
PageAware - Interface in com.atlassian.confluence.pages.actions
Indicates that an action may have a page set on it by the PageAwareInterceptor.
PageAwareHelper - Class in com.atlassian.confluence.impl.pages.actions
Encapsulates all the complicated "how are the many ways I can look up a page so the action knows about it?" stuff.
PageAwareHelper(PageManager, ContentEntityManager, PermissionManager, SpaceManager, ConfluenceWebResourceManager, CollaborativeEditingHelper, AccessModeService, EventPublisher) - Constructor for class com.atlassian.confluence.impl.pages.actions.PageAwareHelper
 
PageAwareHelper.ParameterSource - Interface in com.atlassian.confluence.impl.pages.actions
 
PageAwareHelper.Result - Enum Class in com.atlassian.confluence.impl.pages.actions
 
PageAwareInterceptor - Class in com.atlassian.confluence.pages.actions
An XWork interceptor which injects a Page into the current Action if that action implements PageAware.
PageAwareInterceptor() - Constructor for class com.atlassian.confluence.pages.actions.PageAwareInterceptor
 
PageBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Breadcrumb for a Page.
PageBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs.spaceia
Breadcrumb for a Page for the 5.0+ default theme (Space IA).
PageBreadcrumb(Page) - Constructor for class com.atlassian.confluence.util.breadcrumbs.PageBreadcrumb
 
PageBreadcrumb(Page) - Constructor for class com.atlassian.confluence.util.breadcrumbs.spaceia.PageBreadcrumb
 
PageChangesBean - Class in com.atlassian.confluence.util
 
PageChangesBean(int, Iterable<ConfluenceUser>) - Constructor for class com.atlassian.confluence.util.PageChangesBean
 
PageChildrenAction - Class in com.atlassian.confluence.pages.actions
 
PageChildrenAction() - Constructor for class com.atlassian.confluence.pages.actions.PageChildrenAction
 
PageChildrenAction.PageWrapper - Class in com.atlassian.confluence.pages.actions
Wrap the page object to expose a subset of the page entity object via JSON.
PageChildrenReorderEvent - Class in com.atlassian.confluence.event.events.content.page
An event where a page's children are re-ordered.
PageChildrenReorderEvent(Object, Page, List<Page>, List<Page>, User) - Constructor for class com.atlassian.confluence.event.events.content.page.PageChildrenReorderEvent
 
PageContentAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
PageContentAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, PageManager, SpaceManager, DateFormatterFactory, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PageContentEntityBuilder - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
PageContentEntityBuilder(GlobalSettingsManager, DateEntityFactory, UserEntityHelper) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.PageContentEntityBuilder
 
PageContentTransformer - Interface in com.atlassian.confluence.pages.persistence.dao.bulk
Could use to transform content during copy
PageContentTypeApiSupport - Class in com.atlassian.confluence.api.impl.service.content.typebinding
Provides Pages for the API.
PageContentTypeApiSupport(ContentFactory, PageManagerInternal, SpaceManager, PaginationService, ApiSupportProvider, ContentCreator, EventPublisher, PageTemplateManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
PageContext - Class in com.atlassian.confluence.renderer
Context object that gets passed to the renderer to tell it what circumstances the page is being rendered in.
PageContext() - Constructor for class com.atlassian.confluence.renderer.PageContext
 
PageContext(ContentEntityObject) - Constructor for class com.atlassian.confluence.renderer.PageContext
 
PageContext(ContentEntityObject, PageContext) - Constructor for class com.atlassian.confluence.renderer.PageContext
Deprecated.
since 4.3. The ability to have an original context is likely to be removed in a future version
PageContext(String) - Constructor for class com.atlassian.confluence.renderer.PageContext
 
PageConvertedToBlogEvent - Record Class in com.atlassian.confluence.event.events.content
 
PageConvertedToBlogEvent(long, Page, BlogPost) - Constructor for record class com.atlassian.confluence.event.events.content.PageConvertedToBlogEvent
Creates an instance of a PageConvertedToBlogEvent record class.
PageCopiedAnalyticsEvent - Class in com.atlassian.confluence.event.events.analytics
 
PageCopiedAnalyticsEvent(boolean) - Constructor for class com.atlassian.confluence.event.events.analytics.PageCopiedAnalyticsEvent
 
PageCopyEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageCopyEvent(Object, Page, Page, boolean, PageCopyOptions) - Constructor for class com.atlassian.confluence.event.events.content.page.PageCopyEvent
 
PageCopyEvent(Object, Page, Page, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.page.PageCopyEvent
 
PageCopyOptions - Class in com.atlassian.confluence.pages.persistence.dao.bulk.copy
Option to guide how we should copy pages
PageCopyOptions.Builder - Class in com.atlassian.confluence.pages.persistence.dao.bulk.copy
 
PageCreatedEvent - Class in com.atlassian.confluence.event.events.content.page.async
Deprecated.
since 5.5. Use the synchronous events
PageCreatedEvent(Object, UserKey, Long, Integer, boolean) - Constructor for class com.atlassian.confluence.event.events.content.page.async.PageCreatedEvent
Deprecated.
 
pageCreateEvent(PageCreateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PageCreateEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageCreateEvent(Object, Page) - Constructor for class com.atlassian.confluence.event.events.content.page.PageCreateEvent
PageCreateEvent(Object, Page, Map<String, Serializable>) - Constructor for class com.atlassian.confluence.event.events.content.page.PageCreateEvent
PageCreateEvent(Object, Page, Map<String, Serializable>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.page.PageCreateEvent
PageCreateEvent(Object, Page, Map<String, Serializable>, boolean, PageUpdateTrigger) - Constructor for class com.atlassian.confluence.event.events.content.page.PageCreateEvent
PageCreateEvent(Object, Page, Map<String, Serializable>, OperationContext<PageUpdateTrigger>) - Constructor for class com.atlassian.confluence.event.events.content.page.PageCreateEvent
 
PageCreateFromTemplateEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageCreateFromTemplateEvent(Object, Page, String) - Constructor for class com.atlassian.confluence.event.events.content.page.PageCreateFromTemplateEvent
 
PageCreateLink - Class in com.atlassian.confluence.links.linktypes
 
PageCreateLink(GenericLinkParser, PageContext, XsrfTokenGenerator) - Constructor for class com.atlassian.confluence.links.linktypes.PageCreateLink
 
pageDao - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
PageDao - Interface in com.atlassian.confluence.pages.persistence.dao
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.7 use PageDaoInternal
PageDaoInternal - Interface in com.atlassian.confluence.internal.pages.persistence
Dao for Pages.
PageDecoratorFactory - Interface in com.atlassian.confluence.impl.sitemesh
 
PageDeleteOptions - Class in com.atlassian.confluence.pages.persistence.dao.bulk.delete
 
PageDeleteOptions.Builder - Class in com.atlassian.confluence.pages.persistence.dao.bulk.delete
 
PageDeleteTrigger - Enum Class in com.atlassian.confluence.pages
Used to specify how a page delete was triggered.
PageDestinationSearchAction - Class in com.atlassian.confluence.impl.pages.actions
An action that will perform a search in Confluence returning results suitable as targets for moving a page to a new parent.
PageDestinationSearchAction() - Constructor for class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
 
PageDestinationSearchAction.DestinationSearchResults - Class in com.atlassian.confluence.impl.pages.actions
 
PageDestinationSearchAction.IndividualDestinationSearchResult - Class in com.atlassian.confluence.impl.pages.actions
 
PageEdgeType - Class in com.atlassian.confluence.plugins.edgeindex.edge
 
PageEdgeType() - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.PageEdgeType
 
PageEditedEvent - Class in com.atlassian.confluence.event.events.content.page.async
Deprecated.
since 5.5. Use the synchronous events
PageEditedEvent(Object, UserKey, Long, Integer, Long, Integer, boolean) - Constructor for class com.atlassian.confluence.event.events.content.page.async.PageEditedEvent
Deprecated.
 
PageEvent - Class in com.atlassian.confluence.event.events.content.page.async
Deprecated.
since 7.2.0
PageEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageEvent(Object, Page) - Constructor for class com.atlassian.confluence.event.events.content.page.PageEvent
Deprecated.
since 6.0, use PageEvent(Object, Page, boolean) instead
PageEvent(Object, Page, boolean) - Constructor for class com.atlassian.confluence.event.events.content.page.PageEvent
Deprecated.
PageEvent(Object, Page, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.page.PageEvent
 
PageEvent(Object, UserKey, Long, Integer, boolean) - Constructor for class com.atlassian.confluence.event.events.content.page.async.PageEvent
Deprecated.
 
PageEventListener - Class in com.atlassian.confluence.mail.notification.listeners.async
Event listener for async events.
PageEventListener(PageManager, UserAccessor, DataSourceFactory, NotificationsSender, PlatformTransactionManager, MailServerManager) - Constructor for class com.atlassian.confluence.mail.notification.listeners.async.PageEventListener
 
PageEventToAsyncPageEventTransformerListener - Class in com.atlassian.confluence.mail.notification.listeners
Deprecated.
since 5.3 this class is intermittent bridge for safe migration from sync to async event processing and not intended to long term usage. In next releases sync version will be removed and async version of events will be published from PageManager
PageEventToAsyncPageEventTransformerListener(EventPublisher, SynchronizationManager, PageEventListener, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.mail.notification.listeners.PageEventToAsyncPageEventTransformerListener
Deprecated.
 
PageFetcher - Class in com.atlassian.confluence.api.impl.service.content.finder
Fetcher for pages since 9.2.5
PageFetcher(ContentFinderImpl, PaginationService, PageManagerInternal, ContentFactory, SpaceManager, PermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
PageHelper - Class in com.atlassian.confluence.themes
Note - this is not a helper for the Page object but rather a helper for rendering pages in Confluence themes in general.
PageHelper() - Constructor for class com.atlassian.confluence.themes.PageHelper
 
PageHelper(AbstractPageAction) - Constructor for class com.atlassian.confluence.themes.PageHelper
 
PageHierarchyAuditListener - Class in com.atlassian.confluence.impl.audit.listener
Audit listener transforming and saving page hierarchy events as audit records
PageHierarchyAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, PageManager, SpaceManager, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
 
pageHierarchyGenerator(Space, Page, int, int, List<ConfluenceUser>) - Method in class com.atlassian.testsupport.TestDataCreator
 
pageId() - Method in record class com.atlassian.confluence.event.events.content.PageConvertedToBlogEvent
Returns the value of the pageId record component.
PageIncomingLinks - Class in com.atlassian.confluence.pages.actions.beans
Returns all incomings link of a Page that are visible to the given user.
PageIncomingLinks(LinkManager, PermissionManager) - Constructor for class com.atlassian.confluence.pages.actions.beans.PageIncomingLinks
 
PageInfoAction - Class in com.atlassian.confluence.pages.actions
 
PageInfoAction() - Constructor for class com.atlassian.confluence.pages.actions.PageInfoAction
 
PageInfoViewEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageInfoViewEvent(Object, Page) - Constructor for class com.atlassian.confluence.event.events.content.page.PageInfoViewEvent
Deprecated.
since 6.2.0
PageInfoViewEvent(Object, Page, LocaleInfo) - Constructor for class com.atlassian.confluence.event.events.content.page.PageInfoViewEvent
 
pageIsLatestVersionAndDoesNotHaveSpace() - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
PageLayout - Class in com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Representation of a Page Layout for xhtml unmarshalling and marshalling.
PageLayout(PageLayoutSection...) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayout
 
PageLayout(Collection<PageLayoutSection>) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayout
 
PageLayoutAwareMerger - Class in com.atlassian.confluence.util.diffs
 
PageLayoutAwareMerger(Merger, XmlEventReaderFactory, XMLOutputFactory) - Constructor for class com.atlassian.confluence.util.diffs.PageLayoutAwareMerger
 
PageLayoutCell - Class in com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Representation of cell within a PageLayoutSection.
PageLayoutCell(PageLayoutCellType, Streamable) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCell
 
PageLayoutCellType - Enum Class in com.atlassian.confluence.content.render.xhtml.model.pagelayouts
The available width-types of layout cells.
PageLayoutCreateListener - Class in com.atlassian.confluence.tinymceplugin.listeners
Sends an event to the analytics server when a page/blog post is created using a page layout
PageLayoutCreateListener(EventPublisher, XhtmlContent) - Constructor for class com.atlassian.confluence.tinymceplugin.listeners.PageLayoutCreateListener
 
PageLayoutSection - Class in com.atlassian.confluence.content.render.xhtml.model.pagelayouts
A Page Layout Section is a single "row" of content within a PageLayout.
PageLayoutSection(PageLayoutCell...) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSection
 
PageLayoutSection(Collection<PageLayoutCell>) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSection
 
PageLayoutSectionLayoutType - Enum Class in com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Available layouts for layout sections
PageLayoutVisitor - Class in com.atlassian.confluence.xhtml.api
Provides a handler for detecting if a page contains an atlassian page layout.
PageLayoutVisitor() - Constructor for class com.atlassian.confluence.xhtml.api.PageLayoutVisitor
 
PageLink - Class in com.atlassian.confluence.links.linktypes
 
PageLink(GenericLinkParser, PageContext, PageManager) - Constructor for class com.atlassian.confluence.links.linktypes.PageLink
 
PageListViewEvent - Class in com.atlassian.confluence.event.events.content.page
Represents a user viewing any of the page listview actions.
PageListViewEvent(Object, Space, String) - Constructor for class com.atlassian.confluence.event.events.content.page.PageListViewEvent
 
PageLocator - Interface in com.atlassian.confluence.content.service.page
 
pageManager - Variable in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
pageManager - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
pageManager - Variable in class com.atlassian.confluence.content.service.page.MovePageAbstractCommand
 
pageManager - Variable in class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
 
pageManager - Variable in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
pageManager - Variable in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
pageManager - Variable in class com.atlassian.confluence.pages.actions.ChildrenAction
 
pageManager - Variable in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
pageManager - Variable in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AllLatestVersionAttachmentIdentifier
 
pageManager - Variable in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
pageManager - Variable in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
pageManager - Variable in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
pageManager - Variable in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
pageManager - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
PageManager - Interface in com.atlassian.confluence.pages
Manages the retrieval and manipulation both pages and blog entries.
PageManagerInternal - Interface in com.atlassian.confluence.dmz.pages
DMZ version of the PageManager interface; see the package-info.java for rationale.
PageMoveCompletedEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageMoveCompletedEvent(Page, List<Page>, Space) - Constructor for class com.atlassian.confluence.event.events.content.page.PageMoveCompletedEvent
 
PageMovedEvent - Class in com.atlassian.confluence.event.events.content.page.async
Deprecated.
since 5.5. Use the synchronous events
PageMovedEvent(Object, UserKey, Long, Integer, String, String, Long, Long, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
Deprecated.
 
PageMoveEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageMoveEvent(Object, Page, List<Page>, Space, Page, Integer, User, boolean) - Constructor for class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
PageNameConflictResolver - Interface in com.atlassian.confluence.pages.persistence.dao.bulk
Help resolve any conflicts that may arise during a copy.
PageNotFoundAction - Class in com.atlassian.confluence.pages.actions
Redirect to this action if you ever find yourself in a "page not found" situation, it deals with possible alternative pages, and so on.
PageNotFoundAction() - Constructor for class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
PageNotificationAction - Class in com.atlassian.confluence.mail.notification.actions
 
PageNotificationAction() - Constructor for class com.atlassian.confluence.mail.notification.actions.PageNotificationAction
 
PageNotPermittedAction - Class in com.atlassian.confluence.pages.actions
 
PageNotPermittedAction() - Constructor for class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
PageOperationDelegate - Class in com.atlassian.confluence.api.impl.service.permissions.delegates
 
PageOperationDelegate(PagePermissionsDelegate, ConfluenceUserResolver, TargetResolver, SpacePermissionManager, ContentPermissionManager, PersonFactory, PageManagerInternal) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.delegates.PageOperationDelegate
 
pageOrBlogDeleted(AbstractPage) - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatistic
 
PagePathConverter - Class in com.atlassian.confluence.servlet.simpledisplay
If the dark feature confluence.readable.url is enabled, redirect /display/{space}/{page-slug} to /spaces/{space}/pages/{page-id}/{page-slug} which will eventually forwarded to viewpage.action Otherwise, this path converter converts it into a viewpage action url.
PagePathConverter(PathConverterManager, PageManagerInternal, PermissionManager, DarkFeatureManager) - Constructor for class com.atlassian.confluence.servlet.simpledisplay.PagePathConverter
 
PagePermissionCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
PagePermissionCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.PagePermissionCondition
 
PagePermissionData - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
PagePermissionData() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.PagePermissionData
 
PagePermissionData(String, String, String, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.PagePermissionData
 
PagePermissionsActionHelper - Class in com.atlassian.confluence.pages.actions
Provides methods for converting user and group permission strings from web forms into collections of ContentPermission objects.
PagePermissionsActionHelper(ConfluenceUser, UserAccessor) - Constructor for class com.atlassian.confluence.pages.actions.PagePermissionsActionHelper
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.2.6
PagePermissionsActionHelper(ConfluenceUser, UserAccessor, ContentPermissionTester) - Constructor for class com.atlassian.confluence.pages.actions.PagePermissionsActionHelper
 
PagePermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
PagePermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
pageProvider - Variable in class com.atlassian.confluence.pages.actions.CreatePageAction
 
PageProvider - Interface in com.atlassian.confluence.content.service.page
An interface implemented by a class that can provide the page to be created.
PageReference - Class in com.atlassian.confluence.pages.actions.beans
Context object placed in the HttpServletRequest attributes so that the PageNotFoundAction can determine which page was targetted by the user.
PageReference(String, String) - Constructor for class com.atlassian.confluence.pages.actions.beans.PageReference
 
PageRemovalJobEvent(String, long, long) - Constructor for class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.PageRemovalJobEvent
 
PageRemoveEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageRemoveEvent(Object, Page) - Constructor for class com.atlassian.confluence.event.events.content.page.PageRemoveEvent
 
PageRenderSupport - Class in com.atlassian.confluence.rss
Responsible for rendering RSS feeds for implementations of AbstractPage: blog posts and pages.
PageRenderSupport() - Constructor for class com.atlassian.confluence.rss.PageRenderSupport
 
PageRepairWorker - Class in com.atlassian.confluence.pages.ancestors
This worker fixes broken pages in separated transactions It has own queue for broken pages
PageReport - Class in com.atlassian.confluence.mail.reports
 
PageReport(AbstractPage, ChangeDigestReport) - Constructor for class com.atlassian.confluence.mail.reports.PageReport
 
pageRequest - Variable in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
pageRequest(LimitedRequest) - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
pageRequest(LimitedRequest) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
pageRequest(PageRequest) - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
pageRequest(PageRequest) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
pageRequest(PageRequest) - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
pageRequest(PageRequest) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList.Builder
 
PageRequest - Interface in com.atlassian.confluence.api.model.pagination
Specifies the pagination requirements of a request.
PageResource - Class in com.atlassian.confluence.tinymceplugin.rest
REST resource to allowing the creation of a comment against Confluence content.
PageResource(CommentService, NotificationManager, CommentRenderService, CaptchaManager, FormatConverter, PageManager, PermissionManager, XsrfTokenGenerator, DraftsTransitionHelper, HeartbeatManager, Differ, UserChecker, CollaborativeEditingHelper, EventPublisher, StorageFormatCleaner, LicenseService) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.PageResource
 
PageResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
PageResourceIdentifier(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifier
 
PageResourceIdentifier(String, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifier
Create a new identifier for a PageResource.
PageResourceIdentifierResolver - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
PageResourceIdentifierResolver(PageManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifierResolver
 
PageResponse<T> - Interface in com.atlassian.confluence.api.model.pagination
A response to a page request, used in pagination.
PageResponseImpl<T> - Class in com.atlassian.confluence.api.model.pagination
A wrapper around a list of content.
PageResponseImpl(PageResponseImpl.Builder<T, ? extends PageResponseImpl.Builder>) - Constructor for class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
PageResponseImpl.Builder<E,B extends PageResponseImpl.Builder<E,B>> - Class in com.atlassian.confluence.api.model.pagination
 
PageResponseSerializer - Class in com.atlassian.confluence.rest.serialization.jackson2
A Serializer that can handle PageResponses, that also includes special case logic to handle RestList's enriched properties.
PageResponseSerializer() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.PageResponseSerializer
 
PageResponseTypeBuilder - Class in com.atlassian.confluence.plugins.graphql.types
A builder for GraphQLOutputType objects for PageResponse, which map to graphql pagination objects.
PageResponseTypeBuilder(GraphQLTypeBuilder) - Constructor for class com.atlassian.confluence.plugins.graphql.types.PageResponseTypeBuilder
 
PageRestoreEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageRestoreEvent(Object, Page) - Constructor for class com.atlassian.confluence.event.events.content.page.PageRestoreEvent
 
PageResult - Class in com.atlassian.confluence.plugins.quickreload
 
PageResult(Commenter) - Constructor for class com.atlassian.confluence.plugins.quickreload.PageResult
 
pageRetentionRule(RetentionRule) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy.GlobalRetentionPolicyBuilder
 
pageRetentionRule(RetentionRule) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy.Builder
 
PagerPaginationSupport - Class in bucket.core.actions
Deprecated.
since 6.10.0. Use PaginationService instead.
PagerPaginationSupport() - Constructor for class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
PagerPaginationSupport(int) - Constructor for class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
pagerSize - Variable in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
PagerToPageResponseHelper - Class in com.atlassian.confluence.dmz.pagination
in DMZ; see the package-info.java for rationale.
PagerToPageResponseHelper() - Constructor for class com.atlassian.confluence.dmz.pagination.PagerToPageResponseHelper
 
pages(HttpServletRequest) - Method in class com.atlassian.confluence.plugins.macros.dashboard.rest.GlobalEntitiesResource
 
PAGES - Enum constant in enum class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider.EntitiesTab
 
PAGES - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
PAGES - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for page results.
PagesCollectorBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs.spaceia
 
PagesCollectorBreadcrumb(Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.spaceia.PagesCollectorBreadcrumb
 
pageService - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
PageService - Interface in com.atlassian.confluence.content.service
The PageService is a service layer implementation of the PageManager.
PagesSoapService - Class in com.atlassian.confluence.rpc.soap.services
 
PagesSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
PageStatisticsDTO - Class in com.atlassian.confluence.pages
Simple class to store statistics data fetched by PageDao.getPageStatistics()
PageStatisticsDTO(int, int, int, int, int) - Constructor for class com.atlassian.confluence.pages.PageStatisticsDTO
 
pageTemplate - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
pageTemplate() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
pageTemplate() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
PageTemplate - Class in com.atlassian.confluence.pages.templates
 
PageTemplate() - Constructor for class com.atlassian.confluence.pages.templates.PageTemplate
 
PageTemplate(PageTemplate) - Constructor for class com.atlassian.confluence.pages.templates.PageTemplate
 
PageTemplateAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
PageTemplateAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.PageTemplateAuditListener
 
PageTemplateContext - Class in com.atlassian.confluence.renderer
 
PageTemplateContext() - Constructor for class com.atlassian.confluence.renderer.PageTemplateContext
 
PageTemplateContext(PageTemplate) - Constructor for class com.atlassian.confluence.renderer.PageTemplateContext
 
PageTemplateDao - Interface in com.atlassian.confluence.pages.templates.persistence.dao
 
PageTemplateEraser - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Deletes page templates and their historical versions.
PageTemplateEraser(BooleanSupplier, SpaceDeletionSqlScriptsRunner, ExportableEntityInfo, SpaceDeletionEventSender, Collection<TableFieldHavingForeignKey>, Map<Class<?>, EntityEraser>) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.PageTemplateEraser
 
PageTemplateExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
Responsible for monitoring exported events of Space class, exporting historical and non-historical page templates of spaces and sending data to the backup writer.
PageTemplateExporter(ExportableEntityInfo, CommonDatabaseDataExporter) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.PageTemplateExporter
 
pageTemplateManager - Variable in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
pageTemplateManager - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
PageTemplateManager - Interface in com.atlassian.confluence.pages.templates
 
PageTemplateMigrationException - Exception in com.atlassian.confluence.content.render.xhtml.migration.exceptions
Exception during migration of a PageTemplate.
PageTemplateMigrationException(PageTemplate, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.PageTemplateMigrationException
 
PageTemplateMigratorTask - Class in com.atlassian.confluence.content.render.xhtml.migration.tasks
Performs migration of all Page Templates that match a given selector, by passing the templates' content through an ExceptionTolerantMigrator and storing the result as a new template version.
PageTemplateMigratorTask(ExceptionTolerantMigrator, PageTemplateDao, PageTemplateManager, ExceptionReport, Predicate<PageTemplate>) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.tasks.PageTemplateMigratorTask
 
PageTemplatePermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
PageTemplatePermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
 
PageTemplatePersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Persists page templates
PageTemplatePersister(ObjectPersister, IdMapper, ImportedObjectsStashFactory, PageTemplatePersisterHelper, ObjectQueueProcessor) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.PageTemplatePersister
 
PageTemplatePersisterHelper - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Some useful operations to help work with PageTemplatePersister.
PageTemplatePersisterHelper(OnObjectsProcessingHandler) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.PageTemplatePersisterHelper
 
PageTemplateResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
PageTemplateResourceIdentifier(long) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageTemplateResourceIdentifier
 
PageTemplateResourceIdentifierResolver - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
PageTemplateResourceIdentifierResolver(PageTemplateDao) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageTemplateResourceIdentifierResolver
 
PageTemplatesActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
PageTemplatesActionBreadcrumb(ConfluenceActionSupport, Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.PageTemplatesActionBreadcrumb
 
PageTemplateSiteMigrator - Class in com.atlassian.confluence.content.render.xhtml.migration
A SiteMigrator that manages the migration of Page Templates.
PageTemplateSiteMigrator(int, PlatformTransactionManager, ExceptionTolerantMigrator, PageTemplateDao, PageTemplateManager, LifecycleAwareSchedulerService, Predicate<PageTemplate>) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.PageTemplateSiteMigrator
The size of each batch.
PageTrashedEvent - Class in com.atlassian.confluence.event.events.content.page.async
Deprecated.
since 5.5. Use the synchronous events
PageTrashedEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageTrashedEvent(Object, Page, User) - Constructor for class com.atlassian.confluence.event.events.content.page.PageTrashedEvent
Deprecated.
PageTrashedEvent(Object, Page, User, boolean) - Constructor for class com.atlassian.confluence.event.events.content.page.PageTrashedEvent
 
PageTrashedEvent(Object, UserKey, Long, Integer, boolean) - Constructor for class com.atlassian.confluence.event.events.content.page.async.PageTrashedEvent
Deprecated.
 
PageUiSupport - Class in com.atlassian.confluence.content.ui
 
PageUiSupport(WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.content.ui.PageUiSupport
 
pageUpdateEvent(PageUpdateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
PageUpdateEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageUpdateEvent(Object, Page, AbstractPage, boolean, PageUpdateTrigger) - Constructor for class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
PageUpdateEvent(Object, Page, AbstractPage, OperationContext<PageUpdateTrigger>) - Constructor for class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
 
PageUpdateService - Interface in com.atlassian.confluence.content.service.experimental
 
PageUpdateTrigger - Enum Class in com.atlassian.confluence.pages
Used to specify how a page update was triggered.
PageUriGenerator - Class in com.atlassian.confluence.api.impl.service.audit.uri
Generates links to Confluence pages
PageUriGenerator(PageManagerInternal, ContentEntityManagerInternal) - Constructor for class com.atlassian.confluence.api.impl.service.audit.uri.PageUriGenerator
 
PageVariablesAction - Class in com.atlassian.confluence.pages.actions
 
PageVariablesAction() - Constructor for class com.atlassian.confluence.pages.actions.PageVariablesAction
 
PageVersionRemovalSummary - Class in com.atlassian.confluence.impl.retention.schedule
 
PageVersionRemovalSummary(long, long) - Constructor for class com.atlassian.confluence.impl.retention.schedule.PageVersionRemovalSummary
 
pageVersionsRemoved(long) - Method in class com.atlassian.confluence.api.model.retention.RemovalCount.Builder
 
pageVersionsRemoved(long) - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary.Builder
 
pageVersionsRemovedByGlobalRules(long) - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
 
pageVersionsRemovedBySpaceRules(long) - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
 
PageViewEvent - Class in com.atlassian.confluence.event.events.content.page
 
PageViewEvent(Object, Page) - Constructor for class com.atlassian.confluence.event.events.content.page.PageViewEvent
Deprecated.
since 6.2.0
PageViewEvent(Object, Page, LocaleInfo) - Constructor for class com.atlassian.confluence.event.events.content.page.PageViewEvent
 
Paginated<T> - Interface in com.atlassian.confluence.impl.pagination
Paginated is a containing type that allows consumers to handle paginated data in different ways, depending on their use case.
PaginationBatch<T> - Interface in com.atlassian.confluence.api.model.pagination
A pagination batch is responsible for supplying a pageResponse for a given pageRequest.
PaginationLimits - Class in com.atlassian.confluence.rest.v2.api.model.pagination
Provides pagination max limits for our various types of content.
PaginationLimits() - Constructor for class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
 
PaginationQuery<F,T> - Interface in com.atlassian.confluence.impl.pagination
Enclosing type for the parameters generally required when dealing with a pagination request from the database.
PaginationQueryImpl<F,T> - Class in com.atlassian.confluence.impl.pagination
 
PaginationQueryImpl() - Constructor for class com.atlassian.confluence.impl.pagination.PaginationQueryImpl
 
paginationService - Variable in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
PaginationService - Interface in com.atlassian.confluence.api.service.pagination
Provides paginated access to Model data.
PaginationServiceImpl - Class in com.atlassian.confluence.api.impl.pagination
 
PaginationServiceImpl(PlatformTransactionManager, SessionFactory) - Constructor for class com.atlassian.confluence.api.impl.pagination.PaginationServiceImpl
 
PaginationServiceInternal - Interface in com.atlassian.confluence.impl.pagination
Additional pagination functionality dealing with PagingIterators / Paginated live here Until CONFDEV-26743 is resolved and we have a blessed path going forward, the PagingIterator / Paginated types should not be leaked to consumers.
PaginationServiceSupportActionAware - Interface in com.atlassian.confluence.pages.actions
An indicator to identify whether a subclass of AbstractPaginatedListAction support PaginationService
paginationSupport - Variable in class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
 
paginationSupport - Variable in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
Pagination support to assist in the display of the list of content associated with the label.
paginationSupport - Variable in class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction
 
paginationSupport - Variable in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
PaginationSupport<T> - Class in bucket.core.actions
Deprecated.
since 6.10.0. Use PaginationService instead.
PaginationSupport<T> - Interface in bucket.core
Deprecated.
since 6.10.0. Use PaginationService instead.
PaginationSupport() - Constructor for class bucket.core.actions.PaginationSupport
Deprecated.
 
PaginationSupport(int) - Constructor for class bucket.core.actions.PaginationSupport
Deprecated.
 
PaginationSupport(List<T>, int) - Constructor for class bucket.core.actions.PaginationSupport
Deprecated.
 
PaginationSupportAdaptor<T> - Class in com.atlassian.confluence.pages.actions
This class will wrap an instance of PageResponse and make it behave like PaginationSupport Note: we need that so that we could reuse all VM code
PaginationSupportAdaptor(long, int, PageResponse<T>) - Constructor for class com.atlassian.confluence.pages.actions.PaginationSupportAdaptor
 
pagingIterator() - Method in interface com.atlassian.confluence.impl.pagination.Paginated
Obtain a PagingIterator, which will yield all possible results in a memory / CPU efficient manner.
PagingIterator<T> - Interface in com.atlassian.confluence.impl.pagination
Many operations require walking across the entire domain of data available.
PagingIterators - Class in com.atlassian.confluence.impl.pagination
 
PagingIterators() - Constructor for class com.atlassian.confluence.impl.pagination.PagingIterators
 
panels(String, List<String>, ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.WebFragmentResource
Fetch web panels for the given location.
panels(SortedSet<String>, ContentId) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.WebFragmentResource
Fetch web panels for the given locations.
PanelsForLocationFunction - Class in com.atlassian.confluence.plugins.soy
A soy server function that retrieves web-panels for a given location.
PanelsForLocationFunction(WebViewService) - Constructor for class com.atlassian.confluence.plugins.soy.PanelsForLocationFunction
 
ParagraphFragment - Class in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
Represents a paragraph fragment.
ParagraphFragment(XMLEventFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment
 
ParagraphFragment(XMLEventReader) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment
 
ParagraphFragmentsBuffer - Class in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
 
ParagraphFragmentsBuffer(XMLEventFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragmentsBuffer
 
ParallelTasksExecutor - Class in com.atlassian.confluence.impl.backuprestore
Allows to multiple tasks in parallel.
ParallelTasksExecutorFactory - Class in com.atlassian.confluence.impl.backuprestore
 
ParallelTasksExecutorFactory() - Constructor for class com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutorFactory
 
ParamDirective - Class in com.atlassian.confluence.impl.sitemesh
A ParamDirective for Velocity to add parameters to a decorator directive.
ParamDirective - Class in com.atlassian.confluence.setup.velocity
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1 Replaced by ParamDirective
ParamDirective() - Constructor for class com.atlassian.confluence.impl.sitemesh.ParamDirective
 
ParamDirective() - Constructor for class com.atlassian.confluence.setup.velocity.ParamDirective
Deprecated.
 
Parameter<T> - Interface in com.atlassian.confluence.macro.params
Provides a way to retrieve more complex values from macro parameters.
Parameter(UserKey, String) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractUserQuery.Parameter
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
PARAMETER_PREFIX - Static variable in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
ParameterEnforcer - Class in com.atlassian.confluence.impl.webapp.security.enforcer
Enforces validations on request parameters such as absence of path traversal sequences.
ParameterEnforcer() - Constructor for class com.atlassian.confluence.impl.webapp.security.enforcer.ParameterEnforcer
 
ParameterException - Exception in com.atlassian.confluence.macro.params
Thrown when there is a problem while processing a parameter.
ParameterException(String) - Constructor for exception com.atlassian.confluence.macro.params.ParameterException
 
ParameterException(String, Throwable) - Constructor for exception com.atlassian.confluence.macro.params.ParameterException
 
ParameterException(Throwable, String, String, Set<String>) - Constructor for exception com.atlassian.confluence.macro.params.ParameterException
Constructor that captures failure information so more useful feedback can be provided to the user.
parameters - Variable in class com.atlassian.confluence.search.v2.query.AbstractParameterListQuery
 
parameters(List<MacroParameter>) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
 
parameters(Map<String, String>) - Method in class com.atlassian.confluence.api.model.content.MacroInstance.MacroBuilder
 
PARAMETERS_ELEMENT - Static variable in class com.atlassian.confluence.plugin.descriptor.MacroMetadataParser
 
params() - Method in interface com.atlassian.confluence.core.PluginDataSourceFactory.ResourceView
 
params(Map<String, String>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestData.RestDataBuilder
 
ParanoidObjectDataInputStream - Class in com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator
A subclass of Hazelcast's ObjectDataInputStream specifically for use during join checks which applies bounds to certain operations.
ParanoidObjectDataInputStream(InputStream, InternalSerializationService) - Constructor for class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ParanoidObjectDataInputStream
 
parent(Content) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
Shortcut method for creating ancestors with a single item of Content
PARENT_DIRECTORY_PROPERTY_KEY - Static variable in class com.atlassian.confluence.plugin.ConfluencePluginUtils
Setting this system property will place all the plugin system's directories in a particular parent directory in confluence-home.
PARENT_NO_LONGER_EXISTS - Enum constant in enum class com.atlassian.confluence.impl.backuprestore.statistics.SkippedObjectsReason
 
PARENT_TITLE_UNSTEMMED - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
PARENT_VERSION - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
PARENT_WAS_NOT_PERSISTED - Enum constant in enum class com.atlassian.confluence.impl.backuprestore.statistics.SkippedObjectsReason
 
parentGroupName() - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
parentPage - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
parentPageId - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
parentPageSpaceKey - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
parentPageString - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
parentPageTitle - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
parentVersion - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
 
parse(String, User) - Static method in class com.atlassian.confluence.labels.LabelParser
 
parse(String) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
Converts a string representation of a collection of Expansions back into an Expansion array.
parse(QueryStringQuery, Function<String, String>) - Method in class com.atlassian.confluence.internal.search.v2.DefaultAutoCorrectRawQueryTransformer
 
parse(QueryStringQuery, Function<String, String>) - Method in interface com.atlassian.confluence.internal.search.v2.LuceneAutoCorrectRawQueryParser
Parse QueryStringQuery with a valid query format
parse(TextFieldQuery, Function<String, String>) - Method in class com.atlassian.confluence.internal.search.v2.DefaultAutoCorrectRawQueryTransformer
 
parse(TextFieldQuery, Function<String, String>) - Method in interface com.atlassian.confluence.internal.search.v2.LuceneAutoCorrectRawQueryParser
Parse TextFieldQuery with a valid query format
parse(SitemeshBuffer, Writer, ImageProcessingRule) - Method in class com.atlassian.confluence.importexport.impl.HtmlImageParser
 
parse(String) - Static method in class com.atlassian.confluence.labels.LabelParser
Deprecated.
since 6.0. Use LabelParser.parse(String, User) instead.
parse(String) - Method in class com.atlassian.confluence.macro.query.SimpleSearchQueryParser
Parses the specified String into a BooleanQueryFactory implementation according to the rules specified by the SearchQueryInterpreter.
parse(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.SafeXMLParser
Deprecated.
 
parse(String) - Static method in enum class com.atlassian.confluence.search.SearchPlatform
 
parse(String) - Static method in class com.atlassian.confluence.ui.rest.LegacyExpansionsParser
Deprecated.
 
parse(String...) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
 
parse(String, long) - Static method in class com.atlassian.confluence.web.rangerequest.RangeRequest
Parse a range header value into a RangeRequest
parse(String, SearchQueryInterpreter) - Method in class com.atlassian.confluence.macro.query.SearchQueryParser
Parses the provided filter value, using the specified criterion parser to findObject individual criterion.
parse(String, PageContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.ConfluenceContentMacroParameterParser
 
parse(HttpServletRequest, String) - Method in class com.atlassian.confluence.impl.struts.ConfluenceJakartaMultiPartRequest
 
parse(PropertiesConfiguration) - Method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2ConfluenceControlCharsEscapedPatternLayoutBuilder
 
parse(PropertiesConfiguration) - Method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2AtlassianJsonLayout
 
parse(Element, XmlConfiguration) - Method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2ConfluenceControlCharsEscapedPatternLayoutBuilder
 
parse(Element, XmlConfiguration) - Method in class com.atlassian.confluence.impl.logging.log4j.layout.Log4j2AtlassianJsonLayout
 
parse(InputSource) - Method in class com.atlassian.confluence.rpc.xmlrpc.SafeXMLParser
Deprecated.
 
parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class com.atlassian.confluence.impl.logging.log4j.appender.Log4j2ConfluenceHomeLogAppenderBuilder
 
parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class com.atlassian.confluence.impl.logging.log4j.appender.Log4j2FluentdAppenderBuilder
 
parseAppender(Element, XmlConfiguration) - Method in class com.atlassian.confluence.impl.logging.log4j.appender.Log4j2ConfluenceHomeLogAppenderBuilder
 
parseAppender(Element, XmlConfiguration) - Method in class com.atlassian.confluence.impl.logging.log4j.appender.Log4j2FluentdAppenderBuilder
 
parseAsExpansions(String) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
Converts a string representation of a collection of Expansions into an Expansions instance.
parseBlogPostReference(String) - Method in class com.atlassian.confluence.renderer.BlogPostReferenceParser
 
parseBuildNumberOrFail(String, String) - Method in interface com.atlassian.confluence.setup.settings.BuildNumberRangeChecker
 
parseBuildNumberOrFail(String, String) - Method in class com.atlassian.confluence.setup.settings.DefaultBuildNumberRangeChecker
 
parseChildrenPatterns(Element) - Static method in class com.atlassian.confluence.plugin.descriptor.StrutsModuleDescriptor
 
parseCommaSeparatedStrings(String) - Static method in class com.atlassian.confluence.macro.params.MacroParamUtils
Efficiently parses comma separated lists and trims the whitespace for each element.
parseDate(String) - Static method in class com.atlassian.confluence.importexport.xmlimport.BackupParserUtil
Deprecated.
 
ParsedLabelName - Class in com.atlassian.confluence.labels
The label reference object encapsulates the unique string representation of a label within confluence.
ParsedLabelName(String) - Constructor for class com.atlassian.confluence.labels.ParsedLabelName
 
ParsedLabelName(String, String) - Constructor for class com.atlassian.confluence.labels.ParsedLabelName
 
ParsedLabelName(String, String, String) - Constructor for class com.atlassian.confluence.labels.ParsedLabelName
 
parseExperimental(String) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
Converts a string representation of a collection of Expansions back into an Expansion array.
parseExperimental(String...) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
 
parseExperimentalAsExpansions(String) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
Same as calling ExpansionsParser.parseAsExpansions(String), but allows for experimental expansions.
parseExperimentalSingle(String) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
Same as calling ExpansionsParser.parseSingle(String), but allows for experimental expansions.
parseExperimentalWithPrefix(String, String) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
 
parseInstanceType(String) - Method in interface com.atlassian.confluence.status.service.systeminfo.CloudPlatform
By default, assumes that the response body contains just the instance type and returns it unparsed.
parseInstanceType(String) - Method in class com.atlassian.confluence.status.service.systeminfo.GoogleCloudPlatform
Expected responseBody format: projects/[NUMERIC_PROJECT_ID]/machineTypes/[MACHINE_TYPE] See https://cloud.google.com/compute/docs/storing-retrieving-metadata for more details
parseInteger(String) - Static method in class com.atlassian.confluence.impl.util.NumberUtil
Parses the given string into an Integer.
parseMacroParameter(String, String, String, Map<String, String>, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterTypeParser
 
parseMacroParameter(String, String, String, Map<String, String>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterTypeParserImpl
 
parseMacroParameters(String, Map<String, String>, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterTypeParser
Given raw macro parameter types, this converts them to the appropriate kind of object.
parseMacroParameters(String, Map<String, String>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterTypeParserImpl
 
parseOffset(int, String) - Static method in class com.atlassian.confluence.plugins.restapi.graphql.GraphQLOffsetCursor
Parse graphql 'offset' and 'after' query arguments into a single offset integer.
parseSingle(String) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
Converts a string representation of a single Expansion back into an Expansion.
parseStatusFromBandanaValue(Object) - Method in class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
Get the existing SoftCleanupJobStatus object from the bandana value
parseStatusFromBandanaValue(Object) - Method in class com.atlassian.confluence.impl.retention.DefaultSoftCleanupStatusService
 
parseStatusFromBandanaValue(Object) - Method in class com.atlassian.confluence.impl.retention.fast.status.FastSoftCleanupStatusService
 
parseStatusFromBandanaValue(Object) - Method in class com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatusManager
 
parseStatusFromBandanaValue(Object) - Method in class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
Get the existing TrashCleanupJobStatus object from the bandana value
parseStatusFromBandanaValue(Object) - Method in class com.atlassian.confluence.impl.retention.status.DefaultTrashCleanupJobStatusManager
 
parseTagsTo(String, TagCallback) - Method in class com.atlassian.confluence.userstatus.tag.TagExtractor
Deprecated.
 
parseTimestamp(String) - Static method in class com.atlassian.confluence.importexport.xmlimport.BackupParserUtil
Deprecated.
 
parseWithPrefix(String, String) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
 
partial(V, long) - Static method in class com.atlassian.confluence.api.service.journal.EntryProcessorResult
Create a result after having successfully processed some of the entries.
PARTIAL - Enum constant in enum class com.atlassian.confluence.search.contentnames.QueryToken.Type
 
PartialAttachmentDownloadResourceReader - Class in com.atlassian.confluence.importexport.resource
 
PartialAttachmentDownloadResourceReader(Attachment, InputStreamSource, RangeRequest) - Constructor for class com.atlassian.confluence.importexport.resource.PartialAttachmentDownloadResourceReader
 
PartialDownloadResourceManager - Interface in com.atlassian.confluence.importexport.resource
Interface for downloadResourceManagers that support partial downloading of resources
PartialDownloadResourceReader - Interface in com.atlassian.confluence.importexport.resource
A DownloadResourceReader that can read a part of the resource
PartialList<T> - Class in com.atlassian.confluence.core
CAVEAT: This class is a temporary copy of the PartialList in confluence-api, for use with managers that are planned for migration to the API (at which point this class can be removed).
PartialList<T> - Class in com.atlassian.confluence.legacyapi.model
Deprecated.
since 7.0.1 , use PageResponse
PartialList(int, int, int, Iterable<T>) - Constructor for class com.atlassian.confluence.core.PartialList
 
PartialList(int, int, int, Iterable<T>) - Constructor for class com.atlassian.confluence.legacyapi.model.PartialList
Deprecated.
 
PartialList(int, int, List<T>) - Constructor for class com.atlassian.confluence.core.PartialList
 
PartialList(int, int, List<T>) - Constructor for class com.atlassian.confluence.legacyapi.model.PartialList
Deprecated.
 
partitionedQuery(Collection<I>, int, Function<Collection<I>, Collection<O>>) - Static method in class com.atlassian.confluence.impl.content.render.prefetch.hibernate.HibernatePrefetchHelper
A convenience method for running a query against a large set of inputs.
PASS - Static variable in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder
 
passed() - Method in class com.atlassian.confluence.internal.search.ChangeDocumentIndexPolicy.PolicyCheckResult
 
PASSED - Enum constant in enum class com.atlassian.confluence.event.events.security.LoginDetails.CaptchaState
 
PASSED - Static variable in class com.atlassian.confluence.internal.search.ChangeDocumentIndexPolicy.PolicyCheckResult
 
password - Variable in class com.atlassian.confluence.user.actions.CreateUserAction
 
password(String) - Method in class com.atlassian.confluence.api.model.people.Credentials.CredentialsBuilder
 
password(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation.UserDetailsForCreationBuilder
 
password(String) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
PASSWORD - Static variable in interface com.atlassian.confluence.api.nav.Navigation.UserNav
 
PASSWORD_CHANGE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
PASSWORD_RESET - Enum constant in enum class com.atlassian.confluence.user.UserVerificationTokenType
 
PASSWORD_RESET_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
PasswordChangeDetails - Class in com.atlassian.confluence.api.model.people
A model object to represent Password change details.
PasswordChangeDetails() - Constructor for class com.atlassian.confluence.api.model.people.PasswordChangeDetails
 
PasswordChangeDetails(String, String) - Constructor for class com.atlassian.confluence.api.model.people.PasswordChangeDetails
 
PasswordChangeDetails.PasswordChangeDetailsBuilder - Class in com.atlassian.confluence.api.model.people
 
PasswordChangeDetailsBuilder() - Constructor for class com.atlassian.confluence.api.model.people.PasswordChangeDetails.PasswordChangeDetailsBuilder
 
PasswordPolicyErrorMessageHelper - Class in com.atlassian.confluence.util
 
PasswordPolicyErrorMessageHelper() - Constructor for class com.atlassian.confluence.util.PasswordPolicyErrorMessageHelper
 
path(String) - Method in class com.atlassian.confluence.api.model.link.Link.LinkBuilder
 
path(String) - Method in class com.atlassian.confluence.api.model.web.Icon.Builder
 
PATH_NOT_ABSOLUTE - Enum constant in enum class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure.Reason
 
PathConversionAction - Enum Class in com.atlassian.confluence.servlet.simpledisplay
Specifies the action to take after PathConverter.getPath has been evaluated.
PathConverter - Interface in com.atlassian.confluence.servlet.simpledisplay
Path converters are used by the SimpleDisplayServlet to convert friendly URL's to action URLs.
pathConverterManager - Variable in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
PathConverterManager - Interface in com.atlassian.confluence.servlet.simpledisplay
 
PathConverterModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A plugin module descriptor used to load path converter plugins.
PathConverterModuleDescriptor(ModuleFactory, PathConverterManager) - Constructor for class com.atlassian.confluence.plugin.descriptor.PathConverterModuleDescriptor
 
PathHierarchyTokenizerDescriptor - Class in com.atlassian.confluence.search.v2.analysis
Tokenizer for path-like hierarchies.
PathHierarchyTokenizerDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.PathHierarchyTokenizerDescriptor
 
PathHierarchyTokenizerDescriptor(char) - Constructor for class com.atlassian.confluence.search.v2.analysis.PathHierarchyTokenizerDescriptor
 
PathHierarchyTokenizerDescriptor(char, char, int) - Constructor for class com.atlassian.confluence.search.v2.analysis.PathHierarchyTokenizerDescriptor
 
PathNotConfiguredException - Exception in com.atlassian.confluence.internal.diagnostics.ipd.filesystem
 
PathNotConfiguredException(String) - Constructor for exception com.atlassian.confluence.internal.diagnostics.ipd.filesystem.PathNotConfiguredException
 
pattern - Static variable in class com.atlassian.confluence.links.linktypes.IncludePageMacroLink
 
PATTERN_REMOVE_PUNCTUATION - Static variable in class com.atlassian.confluence.plugins.index.api.ExactAnalyzerDescriptor
Pre-compiled pattern for REGEX_REMOVE_PUNCTUATION for better performance(?) Using this pattern instead of compiling the regex each time should improve performance.
PatternBasedContentUserKeyUpdater - Class in com.atlassian.confluence.impl.backuprestore.userkeyupdate
 
PatternBasedContentUserKeyUpdater() - Constructor for class com.atlassian.confluence.impl.backuprestore.userkeyupdate.PatternBasedContentUserKeyUpdater
 
PatternReplaceCharFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
A char filter that replace a string matching the given pattern with the specified replacement.
PatternReplaceCharFilterDescriptor(Pattern, String) - Constructor for class com.atlassian.confluence.search.v2.analysis.PatternReplaceCharFilterDescriptor
 
PatternTokenizerDescriptor - Class in com.atlassian.confluence.search.v2.analysis
The pattern tokenizer uses a regular expression to either split text into terms whenever it matches a word separator, or to capture matching text as terms.
PatternTokenizerDescriptor(Pattern, int) - Constructor for class com.atlassian.confluence.search.v2.analysis.PatternTokenizerDescriptor
 
pause() - Method in class com.atlassian.confluence.impl.search.CompositeIndexFlushRequester
 
pause() - Method in class com.atlassian.confluence.impl.search.DefaultIndexFlushRequester
 
pause() - Method in interface com.atlassian.confluence.search.IndexFlushRequester
 
pauseAllJobs(PauseAllJobsEvent) - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
PauseAllJobsEvent - Class in com.atlassian.confluence.schedule.events
A cluster-wide event indicating that all scheduled jobs should be paused.
PauseAllJobsEvent(Object) - Constructor for class com.atlassian.confluence.schedule.events.PauseAllJobsEvent
 
pauseAndFlushSchedulerService(LifecycleAwareSchedulerService) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
If there's error, it will be wrapped in a SchedulerServiceException.
pauseCrowdSyncJobs(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
pauseCrowdSyncJobs(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
pauseCrowdSyncJobs(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
pauseJob(PauseJobEvent) - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
PauseJobEvent - Class in com.atlassian.confluence.schedule.events
A cluster-wide event indicating that a specific scheduled job should be paused.
PauseJobEvent(Object, ScheduledJobKey) - Constructor for class com.atlassian.confluence.schedule.events.PauseJobEvent
 
pauseJobGroup(PauseJobGroupEvent) - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
PauseJobGroupEvent - Class in com.atlassian.confluence.schedule.events
A cluster-wide event indicating that all scheduled jobs with the specified JobRunnerKey should be paused.
PauseJobGroupEvent(Object, String) - Constructor for class com.atlassian.confluence.schedule.events.PauseJobGroupEvent
 
pauseSchedulerAndFlushJobs() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
Pause cluster scheduler
PAYMENT_REQUIRED - Enum constant in enum class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.AdditionalStatus
 
paymentRequiredResult(String, Object...) - Static method in class com.atlassian.confluence.api.model.validation.SimpleValidationResults
 
PDF - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Used when rendering is occurring in a PDF document, such as from using Confluence's "Export to PDF" option
PDF - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
PDF - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
pdfExportSandboxExplicitlyDisabled() - Static method in class com.atlassian.confluence.impl.util.sandbox.misc.PluginSandboxCheck
 
peek() - Method in class com.atlassian.confluence.content.render.xhtml.ElementTransformingXmlEventReader
 
peek() - Method in class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
peek() - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
 
peek() - Method in class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
peek() - Static method in class com.atlassian.confluence.renderer.ContentIncludeStack
 
peek() - Method in class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective.DirectiveStack
Deprecated.
 
peek(JournalIdentifier, int) - Method in interface com.atlassian.confluence.api.service.journal.JournalService
Return a copy of journal entries that are waiting to be processed.
peek(JournalIdentifier, int) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
peek(JournalIdentifier, int) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalService
 
peek(JournalIdentifier, int) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Return a copy of journal entries that are waiting to be processed.
PEOPLE - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for people results.
PEOPLE_MAX - Static variable in class com.atlassian.confluence.macro.profile.NetworkMacro
Deprecated.
Set a hard limit on the number of avatars to display to preserve resonable page load times.
PeopleBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
PeopleDirectoryAction - Class in com.atlassian.confluence.user.actions
 
PeopleDirectoryAction() - Constructor for class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
PeopleDirectoryAction.SearchQueryBean - Class in com.atlassian.confluence.user.actions
Deprecated, for removal: This API element is subject to removal in a future version.
PeopleDirectoryEnabledCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Only enabled if: the Confluence people directory disable properties have not been set the user is anonymous but has the VIEWUSERPROFILE permission Confluence is not running in shared mode
PeopleDirectoryEnabledCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.PeopleDirectoryEnabledCondition
 
PeopleDirectoryPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
PeopleDirectoryPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
PeopleDirectoryViewEvent - Class in com.atlassian.confluence.event.events.people
 
PeopleDirectoryViewEvent(PeopleDirectoryAction) - Constructor for class com.atlassian.confluence.event.events.people.PeopleDirectoryViewEvent
 
PERCENTAGE - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A number, including a percent sign.
percentageComplete(int) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus.LongTaskBuilder
 
perform() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredAction
Performs the deferred operation.
perform() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredUpdateRecordAction
Runs an operation like "UPDATE SPACES SET HOMEPAGE = 123 WHERE SPACEID = 777;" It is used for circular references (means we have to store the space first, then the home page and then set the reference to the home page).
perform() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.BatchUpdateAction
Perform batch update operation.
perform() - Method in interface com.atlassian.confluence.search.v2.BatchUpdateAction
 
perform() - Method in interface com.atlassian.confluence.vcache.VCacheRequestContextOperations.Action
 
perform(Cache<K, V>) - Method in class com.atlassian.confluence.cache.CacheOperations
Perform all recorded cachedOperations on the provided cache
perform(LifecyclePhase) - Method in class com.atlassian.confluence.impl.health.checks.FakeHealthCheck
 
perform(LifecyclePhase) - Method in class com.atlassian.confluence.impl.health.HealthCheckTemplate
 
perform(LifecyclePhase) - Method in interface com.atlassian.confluence.internal.health.HealthCheck
Performs health check for given phase.
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.AddPrefetchedDocumentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.ContentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.NoOpIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.RebuildChangeDocumentsIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllBlogsChangeIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllBlogsContentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllSpacesChangeIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllSpacesContentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllUsersChangeIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllUsersContentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexPermissionsIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupChangeIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupContentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.UnindexContentTypeChangeIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.UnindexContentTypeContentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceChangeIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceContentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.internal.search.tasks.UpdatePrefetchDocumentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.AddEdgeDocumentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeDocumentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeTargetingDocumentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.DeleteEdgeTypeByUserDocumentIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.RebuildIndexTask
 
perform(SearchIndexWriter) - Method in class com.atlassian.confluence.plugins.edgeindex.tasks.ReIndexPermissionsIndexTask
 
perform(SearchIndexWriter) - Method in interface com.atlassian.confluence.search.ConfluenceIndexTask
Executes this task against a document writer.
perform(IndexReader) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.ReaderAction
Perform index reading.
perform(IndexWriter) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.WriterAction
Perform index writing.
perform(IndexSearcher) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.SearcherAction
Perform search.
perform(IndexSearcher, long) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.SearcherWithTokenAction
Perform search.
perform(IndexSearcher, long) - Method in class com.atlassian.confluence.internal.search.v2.lucene.SearcherWithTokenAction
 
perform(JdbcTemplate, SortedSet<Object>) - Method in interface com.atlassian.confluence.internal.upgrade.constraint.dedup.DedupeStrategy
Remove duplicates so a unique constraint can be added
perform(JdbcTemplate, SortedSet<Object>) - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.JustFailDedupeStrategy
 
perform(JdbcTemplate, SortedSet<Object>) - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.KeepOneDedupeStrategy
 
perform(JdbcTemplate, SortedSet<Object>) - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.MergeToSmallestIdDedupeStrategy
 
performBackup(boolean) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
Performs a backup, and return the file path on the server.
performBackup(BackupRestoreJob, BackupRestoreSettings, ParallelTasksExecutor, BackupContainerWriter) - Method in class com.atlassian.confluence.impl.backuprestore.backup.AbstractBackupService
 
performBackup(String, boolean) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
performBackup(String, boolean) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
performBackup(String, boolean) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
performBackup(String, boolean) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
performBackup(String, boolean) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
performEarlyStartup() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
performElevatedSecurityCheck(HttpServletRequest, String) - Method in class com.atlassian.confluence.security.seraph.ConfluenceElevatedSecurityGuard
This will be called to perform an elevated security check for a given user name.
performHardDataEviction(HardEvictionParams) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.SynchronyDataEvictionResource
 
performHealthChecks(Collection<HealthCheck>, LifecyclePhase) - Method in class com.atlassian.confluence.impl.health.DefaultHealthCheckExecutor
 
performHealthChecks(Collection<HealthCheck>, LifecyclePhase) - Method in interface com.atlassian.confluence.internal.health.HealthCheckExecutor
Executes given health checks for the given phase of the Confluence lifecycle.
performImport(ImportContext) - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
performImport(ImportContext) - Method in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
Performs an import specified by the given context and returns the summary of import result.
performLateStartup() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
performOnAll(Consumer<Space>) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
performOnAll(Consumer<Space>) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Perform the task with all spaces.
performOperation(Object, Session) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation.RemoveOperation
 
performOperation(Object, Session) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation.RemoveUserOperation
 
performOperation(Object, Session) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation.ReplicateOperation
 
performOperation(Object, Session) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation.SaveOrUpdateOperation
 
performPaginationListRequest(LimitedRequest, PaginationBatch<H>, Function<Iterable<H>, Iterable<M>>) - Method in class com.atlassian.confluence.api.impl.pagination.PaginationServiceImpl
 
performPaginationListRequest(LimitedRequest, PaginationBatch<H>, Function<Iterable<H>, Iterable<M>>) - Method in interface com.atlassian.confluence.api.service.pagination.PaginationService
Perform a pagination request, this will execute the fetchBatch function as many times as necessary to retrieve the page of results.
performPaginationListRequestWithCursor(LimitedRequest, Function<LimitedRequest, PageResponse<H>>, Function<Iterable<H>, Iterable<M>>, BiFunction<H, Boolean, Cursor>) - Method in class com.atlassian.confluence.api.impl.pagination.PaginationServiceImpl
 
performPaginationListRequestWithCursor(LimitedRequest, Function<LimitedRequest, PageResponse<H>>, Function<Iterable<H>, Iterable<M>>, BiFunction<H, Boolean, Cursor>) - Method in interface com.atlassian.confluence.api.service.pagination.PaginationService
Perform a pagination request, this will execute the fetchBatch function as many times as to retrieve the page of results.
performPaginationRequest(LimitedRequest, PaginationBatch<H>, Function<? super H, M>) - Method in class com.atlassian.confluence.api.impl.pagination.PaginationServiceImpl
 
performPaginationRequest(LimitedRequest, PaginationBatch<H>, Function<? super H, M>) - Method in interface com.atlassian.confluence.api.service.pagination.PaginationService
Perform a pagination request, this will execute the fetchBatch function as many times as necessary to retrieve the page of results.
performPersistenceUpgrade() - Method in interface com.atlassian.confluence.setup.BootstrapManagerInternal
Perform upgrade of DB configuration
performPersistenceUpgrade() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
performRequest(OpenSearchClient) - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity
 
performsFiltering() - Method in interface com.atlassian.confluence.api.model.pagination.PaginationBatch
Defines if the resulted batch may undergo additional filtering based on some conditions (f.e.
performSoftDataEviction(SoftEvictionParams) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.SynchronyDataEvictionResource
 
performSpaceDeletionSynchronously(long) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.SpaceDeletionBackgroundJobProcessor
Performs space deletion asynchronously.
performSpaceLabelTransformations() - Method in class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
Perform any transformations to the labels required by this specific action.
performSpaceLabelTransformations() - Method in class com.atlassian.confluence.spaces.actions.AddTeamLabelToSpaceAction
Prefix each label with "team:"
performTransactionAction(TransactionCallback) - Method in class com.atlassian.confluence.util.transaction.ReadOnlyTransactionExecutor
 
performTransactionAction(TransactionCallback) - Method in interface com.atlassian.confluence.util.transaction.TransactionExecutor
Invokes the provided action within its own transaction context, and returns a Future representing the results of the invocation.
PeriodicEvent - Interface in com.atlassian.confluence.plugins.analytics.jobs.api
An interface for events which are created by PeriodicEventSupplier implementations and fired periodically.
PeriodicEventPublisherJob - Class in com.atlassian.confluence.plugins.analytics.jobs
 
PeriodicEventSupplier - Interface in com.atlassian.confluence.plugins.analytics.jobs.api
An interface implemented by plugins that want to broadcast an analytics event periodically.
PeriodicEventSupplierModuleDescriptor - Class in com.atlassian.confluence.plugins.analytics.jobs
 
PeriodicEventSupplierModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugins.analytics.jobs.PeriodicEventSupplierModuleDescriptor
 
PeriodicEventSupplierModuleDescriptorFactory - Class in com.atlassian.confluence.plugins.analytics.jobs
 
PeriodicEventSupplierModuleDescriptorFactory(HostContainer) - Constructor for class com.atlassian.confluence.plugins.analytics.jobs.PeriodicEventSupplierModuleDescriptorFactory
 
permission - Variable in class com.atlassian.confluence.event.events.permission.GlobalPermissionChangeEvent
 
permission - Variable in class com.atlassian.confluence.plugin.descriptor.web.conditions.BasePermissionCondition
 
permission(String) - Method in class com.atlassian.confluence.functest.rest.admin.model.PermissionChange.Builder
 
Permission - Class in com.atlassian.confluence.security
Enumeration of all possible permission types for use with the PermissionManager.
Permission - Enum Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
since 7.0.1 , use Operation
PERMISSION - Static variable in class com.atlassian.confluence.api.model.content.Space.Expansions
 
PERMISSION_CREATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionJournalEntryTypes
 
PERMISSION_DELETED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionJournalEntryTypes
 
PERMISSION_INSUFFICIENT - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.johnson.JohnsonError
 
PERMISSION_MANAGEMENT_INC_SYNC_JOURNAL_NAME - Static variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionManagementIncrementalSyncServiceImpl
 
PERMISSION_SETS - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
PERMISSION_SETS - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
PERMISSION_TYPES - Static variable in class com.atlassian.confluence.security.SpacePermission
A list of all possible permissions
PermissionChange - Class in com.atlassian.confluence.functest.rest.admin.model
Model object for PermissionsResource, representing a grant or revoke of a single permission.
PermissionChange() - Constructor for class com.atlassian.confluence.functest.rest.admin.model.PermissionChange
 
PermissionChange(PermissionChange.Builder) - Constructor for class com.atlassian.confluence.functest.rest.admin.model.PermissionChange
 
PermissionChange.Builder<T extends PermissionChange.Builder> - Class in com.atlassian.confluence.functest.rest.admin.model
 
PermissionChangeExtractorContextPreProcessor - Class in com.atlassian.confluence.internal.index.v2.impl
This class is responsible for setting the bulk extractor classes in the extractor context.
PermissionChangeExtractorContextPreProcessor() - Constructor for class com.atlassian.confluence.internal.index.v2.impl.PermissionChangeExtractorContextPreProcessor
 
permissionCheckExemptions - Variable in class com.atlassian.confluence.security.access.DefaultConfluenceAccessManager
 
PermissionCheckExemptions - Interface in com.atlassian.confluence.security
 
PermissionCheckingSynchronyDataService - Class in com.atlassian.confluence.pages.collab
Decorator over SynchronyDataService, which allows only Confluence administrator to launch the operation.
PermissionCheckingSynchronyDataService(SynchronyDataService, PermissionManager, PageManager) - Constructor for class com.atlassian.confluence.pages.collab.PermissionCheckingSynchronyDataService
 
PermissionCheckInterceptor - Class in com.atlassian.confluence.security.actions
This interceptor checks if an action is allowed in read-only mode or in other normal use cases
PermissionCheckInterceptor() - Constructor for class com.atlassian.confluence.security.actions.PermissionCheckInterceptor
 
PermissionDelegate<TARGET> - Interface in com.atlassian.confluence.security
Each type of target that can have permissions checked against it will have a delegate.
PermissionDelegateRegistry - Interface in com.atlassian.confluence.security
Defines operations to allow registration of PermissionDelegates.
PermissionEvent - Class in com.atlassian.confluence.event.events.permission
Event sent for any space or global permission related operation.
PermissionEvent(Object) - Constructor for class com.atlassian.confluence.event.events.permission.PermissionEvent
 
PermissionException - Exception in com.atlassian.confluence.api.service.exceptions
Raised when a user attempts to perform an action they do not have permission for.
PermissionException() - Constructor for exception com.atlassian.confluence.api.service.exceptions.PermissionException
 
PermissionException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.PermissionException
 
PermissionException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.PermissionException
 
PermissionException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.PermissionException
 
PermissionException(Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.PermissionException
 
permissionExceptionExceptionSupplier() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
permissionExists(SpacePermission) - Method in class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
Looks up permission in the cache instance.
permissionExists(SpacePermission) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
permissionExists(SpacePermission) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
Determines if permission exists in the SpacePermissionDao
permissionExists(SpacePermission) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
permissionExists(SpacePermission) - Method in interface com.atlassian.confluence.security.access.DefaultConfluenceAccessManager.AccessManagerPermissionChecker
Check whether the given SpacePermission exists.
permissionExists(SpacePermission) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
permissionExists(SpacePermission) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
permissionExists(SpacePermission) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
Check whether the given SpacePermission exists.
PermissionHelper - Class in com.atlassian.confluence.security
Provides methods to allow the PermissionManager to be more easily called from within Velocity templates
PermissionHelper(PermissionManager, PersonalInformationManager, PageManager) - Constructor for class com.atlassian.confluence.security.PermissionHelper
 
permissionManager - Variable in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
permissionManager - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
permissionManager - Variable in class com.atlassian.confluence.content.service.page.CreatePageCommandImpl
 
permissionManager - Variable in class com.atlassian.confluence.content.service.page.MovePageAbstractCommand
 
permissionManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
permissionManager - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
permissionManager - Variable in class com.atlassian.confluence.plugin.descriptor.web.conditions.BasePermissionCondition
 
permissionManager - Variable in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
permissionManager - Variable in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
permissionManager() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
PermissionManager - Interface in com.atlassian.confluence.security
Generalised interface for checking whether a particular action in Confluence is allowed, without any knowledge of the specific implementation of permissions as they relate to spaces, pages and so on.
PermissionManager.Criterion - Interface in com.atlassian.confluence.security
A criterion for whether an entity should be permitted or not
PermissionOverrideExtension - Interface in com.atlassian.confluence.core
Implementations of this module are supposed to provide a decision whether the content is protected for a given permission and permission target.
PermissionOverrideExtension.Decision - Enum Class in com.atlassian.confluence.core
Decision outcomes for the permission override.
PermissionOverrideExtensionDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A module descriptor that allows the adding of a PermissionOverrideExtension into Confluence.
PermissionOverrideExtensionDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.PermissionOverrideExtensionDescriptor
 
permissionPredicate(Permission, PermissionManager) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
permissionPredicate(ConfluenceUser, Permission, PermissionManager) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
PermissionPredicates - Class in com.atlassian.confluence.impl.security
since 9.2.5
PermissionPredicates(PermissionManager) - Constructor for class com.atlassian.confluence.impl.security.PermissionPredicates
 
permissionProvider - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
PermissionResolver - Interface in com.atlassian.confluence.security.administrators
The resolver is used to obtain the permissions for a global or space object
PermissionRow - Class in com.atlassian.confluence.security.actions
 
PermissionRow() - Constructor for class com.atlassian.confluence.security.actions.PermissionRow
 
permissions - Variable in class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
 
permissions(Reference<SpacePermissionContainer>) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
PERMISSIONS - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
PERMISSIONS - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
PERMISSIONS_PATH - Static variable in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
permissionsAdministrator - Variable in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
PermissionsAdministrator - Interface in com.atlassian.confluence.security.administrators
Provides the logic required by the actions to view the permissions for both global and spaces
permissionsAdministratorBuilder - Variable in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
PermissionsAdministratorBuilder - Class in com.atlassian.confluence.security.administrators
Builds the various permissions administrators for the permissions actions.
PermissionsAdministratorBuilder() - Constructor for class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
 
PermissionsAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
PermissionsAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
PermissionsAware - Interface in com.atlassian.confluence.security.actions
This interface is used by all actions that need to access permissions.
PermissionsFormHandler - Class in com.atlassian.confluence.security
 
PermissionsFormHandler(ConfluenceUserResolver) - Constructor for class com.atlassian.confluence.security.PermissionsFormHandler
 
PermissionsIntegrationTestConfig - Class in com.atlassian.confluence.core
 
PermissionsIntegrationTestConfig() - Constructor for class com.atlassian.confluence.core.PermissionsIntegrationTestConfig
 
PermissionsResource - Class in com.atlassian.confluence.functest.rest.admin
Modifies space and global permission settings.
PermissionsResource(SpacePermissionManager, SpaceManager, UserAccessor) - Constructor for class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
PermissionUtils - Class in com.atlassian.confluence.security
 
PermissionUtils() - Constructor for class com.atlassian.confluence.security.PermissionUtils
 
permitDatabaseUpgrades() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
This is used to guard against database upgrades being performed multiple times on the same database.
permitDatabaseUpgrades() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
If we are in a clustered setup, only one node should be allowed to perform upgrades that affect the database.
permitsPerSecond() - Element in annotation interface com.atlassian.confluence.rest.v2.api.annotation.RateLimited
Permits per second.
permitted() - Method in record class com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker.AccessPermission
Returns the value of the permitted record component.
PERMITTED_GROUP_NAMES_BY_SPACE - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
PermittedLabelView - Class in com.atlassian.confluence.labels
This wrapper exposes only those labels and functions of the labelable object that the specified user is permitted to view.
PermittedLabelView(Labelable, User, boolean) - Constructor for class com.atlassian.confluence.labels.PermittedLabelView
 
PermittedSpaceIdsAnalyticsEvent - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
An analytic event which is sent when method BulkPermissionService.getPermittedSpaceIds(ConfluenceUser, Set, String) is called.
PermittedSpaceIdsAnalyticsEvent(long, int, boolean, int, int, int, int) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpaceIdsAnalyticsEvent
An analytic event which is sent when method BulkPermissionService.getPermittedSpaceIds(ConfluenceUser, Set, String) is called.
PermittedSpacesAnalyticsEvent - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
An analytic event which is sent when method BulkPermissionService.getPermittedSpaces(SpacesQuery, int, int) is called.
PermittedSpacesAnalyticsEvent(int, int, boolean, boolean, long, boolean, Integer) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.PermittedSpacesAnalyticsEvent
An analytic event which is sent when method BulkPermissionService.getPermittedSpaces(SpacesQuery, int, int) is called.
PermittedUserFinder - Class in com.atlassian.confluence.user
Object to check user permissions for a specific action instance.
PermittedUserFinder(PageManager, PermissionManager, SpacePermissionManager, Page, Space) - Constructor for class com.atlassian.confluence.user.PermittedUserFinder
 
PermittedUserFinder.SearchResult - Class in com.atlassian.confluence.user
Encapsulates all the data required by the Page Restrictions UI.
PerNotificationData - Class in com.atlassian.confluence.mail.notification.listeners
Data that is specific to a single email notification sent to a single user.
PerNotificationData() - Constructor for class com.atlassian.confluence.mail.notification.listeners.PerNotificationData
 
PERSIAN - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
PersianAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Persian language analyzer provider
PersianAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.PersianAnalyzerProvider
 
persist() - Static method in class com.atlassian.confluence.struts.flash.FlashScope
Persist FlashScope values recorded so far in the current request using FlashScope.put(String, Object)
persist(ImportedObjectV2) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.EntityPersister
Persists the object.
persist(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ApplicationPersister
 
persist(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.BodyContentPersister
 
persist(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPersister
 
persist(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPropertiesPersister
 
persist(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryMappingPersister
 
persist(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryPersister
 
persist(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.GenericPersister
 
persist(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.InternalUserCredentialRecordPersister
 
persist(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.PageTemplatePersister
 
persist(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.SpacePersister
 
persist(ImportProcessorContext, ImportedObject) - Method in interface com.atlassian.confluence.importexport.xmlimport.ObjectPersister
Deprecated.
Persist a given imported object.
persist(ImportProcessorContext, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.ConfluenceUserPersister
Deprecated.
See this page for a chart explaining various cases covered by this method: https://extranet.atlassian.com/display/MEGALODON/How+does+Confluence+handle+user+import
persist(ImportProcessorContext, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.ContentPropertyPersister
Deprecated.
 
persist(ImportProcessorContext, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.HibernateContentPermissionPersister
Deprecated.
 
persist(ImportProcessorContext, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.HibernateKeyPersister
Deprecated.
 
persist(ImportProcessorContext, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.HibernateMembershipPersister
Deprecated.
 
persist(ImportProcessorContext, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.NoopPersister
Deprecated.
 
persist(ImportProcessorContext, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.PropertySetItemPersister
Deprecated.
 
persist(ImportProcessorContext, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersister
Deprecated.
 
persist(Map<ExportableEntityInfo, Collection<ImportedObjectV2>>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.AttachmentsPersister
Persists attachment files in the attachments' storage (e.g.
persist(Map<ExportableEntityInfo, Collection<ImportedObjectV2>>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.DatabasePersister
 
persist(Map<ExportableEntityInfo, Collection<ImportedObjectV2>>) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.persisters.Persister
Persists some or all given objects.
persistAllPendingObjectsInTheQueue() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ObjectQueueProcessor
We call it at the end, when we have to process the whole queue before processing the stash.
persistAsynchronously(Collection<ImportedObjectV2>, String) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ObjectPersister
Run object persisting asynchronously.
persistAsynchronouslyInOneTransaction(Collection<ImportedObjectV2>, String) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ObjectPersister
Persist a collection on objects in one transaction asynchronously.
persistedObjectsCount(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics.Builder
 
persistedObjectsRegister - Variable in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.AbstractIdMapper
 
PersistedObjectsRegister - Interface in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Keeps persisted objects with their database ids.
PERSISTENCE_KEY - Static variable in class com.atlassian.confluence.util.message.BandanaMessageManager
 
PERSISTENT - Enum constant in enum class com.atlassian.confluence.event.events.plugin.PluginDisableEvent.Scope
 
PersistentDecorator - Class in com.atlassian.confluence.core
 
PersistentDecorator() - Constructor for class com.atlassian.confluence.core.PersistentDecorator
 
PersistentDecorator(String, String, String, Date) - Constructor for class com.atlassian.confluence.core.PersistentDecorator
 
PersistentDecoratorDao - Interface in com.atlassian.confluence.themes.persistence
 
PersistentDecoratorUpgradeHelper - Class in com.atlassian.confluence.upgrade
Helper class to replace lang macro with inline equivalent in decorators.
PersistentDecoratorUpgradePreprocessor - Class in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
Exports containing entries in the Decorator table with reference to langmacros in the body will fail to import in 8.8.0+ We need to remove these references and replace them with the inline equivalent.
PersistentDecoratorUpgradePreprocessor() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.PersistentDecoratorUpgradePreprocessor
 
Persister - Interface in com.atlassian.confluence.impl.backuprestore.backup.exporters
 
Persister - Interface in com.atlassian.confluence.impl.backuprestore.restore.persisters
Persister interface It verifies if the collection of imported objects should be persisted by this persister and then persists them.
PERSISTER_NOT_FOUND - Enum constant in enum class com.atlassian.confluence.impl.backuprestore.statistics.SkippedObjectsReason
 
PersisterHelper - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Some useful operations to help with a Persister
PersisterHelper(OnObjectsProcessingHandler) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.PersisterHelper
 
PersisterKey - Class in com.atlassian.bandana.impl
Deprecated.
since 9.3 do not use
PersisterKey(BandanaContext, String) - Constructor for class com.atlassian.bandana.impl.PersisterKey
Deprecated.
 
persisterOperations - Variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
PersisterOperations - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
PersisterOperations() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.PersisterOperations
Deprecated.
 
PersistersCreator - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Creates all persisters (required for space/site restore).
PersistersCreator(EntityPersistersFactory, Collection<ExportableEntityInfo>, Map<Class<?>, ExportableEntityInfo>, JobScope, Optional<Set<String>>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.PersistersCreator
 
persistInstanceKey() - Method in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
Persists instance keys into database.
persistNextChunkOfData() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.EntityPersister
Request the persister to persist the next chunk of data.
persistNextChunkOfData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ApplicationPersister
 
persistNextChunkOfData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.BodyContentPersister
 
persistNextChunkOfData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPersister
We know that the content table is processed separately, so we can process everything is one iteration.
persistNextChunkOfData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPropertiesPersister
 
persistNextChunkOfData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryMappingPersister
 
persistNextChunkOfData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryPersister
 
persistNextChunkOfData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.GenericPersister
 
persistNextChunkOfData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.InternalUserCredentialRecordPersister
 
persistNextChunkOfData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.PageTemplatePersister
 
persistNextChunkOfData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.SpacePersister
 
persistObjects(Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentEntityDatabaseDataExporter
 
persistObjects(Collection<Object>) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.Persister
Retrieve a list of EntityObjectReadyForExport from object IDs and persist retrieved records for backup file NOTED: in order to deal with multiple underlining datatype from different DBs we will need to use AbstractDatabaseDataConverter.convertToLong(Object) to convert ID from Object to Long
persistObjects(Collection<Object>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SimpleEntityExporter
 
Person - Class in com.atlassian.confluence.api.model.people
 
Person - Class in com.atlassian.confluence.legacyapi.model.people
Deprecated.
since 7.0.1 , use Person
Person(Person.PersonBuilder) - Constructor for class com.atlassian.confluence.api.model.people.Person
 
Person(Reference<Icon>, String) - Constructor for class com.atlassian.confluence.api.model.people.Person
 
Person(Icon) - Constructor for class com.atlassian.confluence.api.model.people.Person
Deprecated.
since 5.6 use {@link #Person(Reference of Icon, String)} instead
Person(Icon) - Constructor for class com.atlassian.confluence.legacyapi.model.people.Person
Deprecated.
 
Person(Icon, String) - Constructor for class com.atlassian.confluence.api.model.people.Person
 
Person.PersonBuilder<T extends Person.PersonBuilder<T>> - Class in com.atlassian.confluence.api.model.people
 
PERSONAL - Enum constant in enum class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryScope
 
PERSONAL - Enum constant in enum class com.atlassian.confluence.search.service.SpaceCategoryEnum
 
PERSONAL - Static variable in class com.atlassian.confluence.api.model.content.SpaceType
 
PERSONAL - Static variable in class com.atlassian.confluence.labels.Namespace
 
PERSONAL - Static variable in interface com.atlassian.confluence.search.v2.SpaceCategories
 
PERSONAL - Static variable in class com.atlassian.confluence.spaces.SpaceType
 
PERSONAL_INFORMATION - Enum constant in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
PERSONAL_INFORMATION - Static variable in class com.atlassian.confluence.legacyapi.model.content.ContentType
Deprecated.
 
PERSONAL_INFORMATION_HAS_PERSONAL_SPACE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
PERSONAL_LABEL_PREFIX - Static variable in class com.atlassian.confluence.labels.LabelParser
 
PERSONAL_SPACE - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
PERSONAL_SPACE - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for personal spaces.
PERSONAL_SPACE_DESCRIPTION - Enum constant in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
PERSONAL_SPACE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
PERSONAL_SPACE_SUBPATH - Static variable in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
PERSONAL_SPACE_USER_ICON - Static variable in class com.atlassian.confluence.links.linktypes.UserProfileLink
 
PERSONAL_SPACEKEY_IDENTIFIER - Static variable in class com.atlassian.confluence.spaces.Space
 
PERSONAL_TASKLIST - Enum constant in enum class com.atlassian.confluence.pages.PageUpdateTrigger
 
PersonalInfoReport - Class in com.atlassian.confluence.mail.reports
 
PersonalInfoReport(PersonalInformation, ChangeDigestReport) - Constructor for class com.atlassian.confluence.mail.reports.PersonalInfoReport
 
PersonalInformation - Class in com.atlassian.confluence.user
 
PersonalInformation() - Constructor for class com.atlassian.confluence.user.PersonalInformation
 
PersonalInformation(ConfluenceUser, String) - Constructor for class com.atlassian.confluence.user.PersonalInformation
 
PersonalInformationBulkDao - Interface in com.atlassian.confluence.impl.content.render.prefetch
A specialist DAO interface for bulk-fetching PersonalInformation entities.
PersonalInformationContentEntityBuilder - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
PersonalInformationContentEntityBuilder(GlobalSettingsManager, DateEntityFactory, UserAccessor, UserEntityHelper, AvatarProviderAccessor, AttachmentManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.PersonalInformationContentEntityBuilder
 
PersonalInformationCreateEvent - Class in com.atlassian.confluence.event.events.content.user
Personal information creation event
PersonalInformationCreateEvent(Object, PersonalInformation) - Constructor for class com.atlassian.confluence.event.events.content.user.PersonalInformationCreateEvent
PersonalInformationCreateEvent(Object, PersonalInformation, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.user.PersonalInformationCreateEvent
 
PersonalInformationDao - Interface in com.atlassian.confluence.user.persistence.dao
Manages the persistence of personal information objects, containing user properties like logos, preferences, etc.
PersonalInformationDaoInternal - Interface in com.atlassian.confluence.internal.user.persistence
Dao for PersonalInformation.
PersonalInformationEvent - Class in com.atlassian.confluence.event.events.content.user
Personal information specific event
PersonalInformationEvent(Object, PersonalInformation) - Constructor for class com.atlassian.confluence.event.events.content.user.PersonalInformationEvent
PersonalInformationEvent(Object, PersonalInformation, boolean) - Constructor for class com.atlassian.confluence.event.events.content.user.PersonalInformationEvent
PersonalInformationEvent(Object, PersonalInformation, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.user.PersonalInformationEvent
 
PersonalInformationExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts indexed and stored fields relating to personal information.
PersonalInformationExtractor(UserAccessor, PermissionManager, SpaceManager, LoginManager) - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.PersonalInformationExtractor
 
personalInformationManager - Variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
personalInformationManager - Variable in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
personalInformationManager - Variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
PersonalInformationManager - Interface in com.atlassian.confluence.user
 
PersonalInformationPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
PersonalInformationPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
PersonalInformationRemoveEvent - Class in com.atlassian.confluence.event.events.content.user
Personal information deletion event
PersonalInformationRemoveEvent(Object, PersonalInformation) - Constructor for class com.atlassian.confluence.event.events.content.user.PersonalInformationRemoveEvent
 
PersonalInformationUpdateEvent - Class in com.atlassian.confluence.event.events.content.user
 
PersonalInformationUpdateEvent(Object, PersonalInformation, PersonalInformation) - Constructor for class com.atlassian.confluence.event.events.content.user.PersonalInformationUpdateEvent
Deprecated.
since 6.3.0
PersonalInformationUpdateEvent(Object, PersonalInformation, PersonalInformation, boolean) - Constructor for class com.atlassian.confluence.event.events.content.user.PersonalInformationUpdateEvent
 
PersonalSpaceDetailsForCreation - Class in com.atlassian.confluence.api.model.content
Details of a Personal Space to be created
PersonalSpaceDetailsForCreation.PersonalSpaceDetailsForCreationBuilder - Class in com.atlassian.confluence.api.model.content
 
PersonalSpaceDetailsForCreationBuilder() - Constructor for class com.atlassian.confluence.api.model.content.PersonalSpaceDetailsForCreation.PersonalSpaceDetailsForCreationBuilder
 
personalSpaces(int) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
 
PersonBuilder() - Constructor for class com.atlassian.confluence.api.model.people.Person.PersonBuilder
 
personFactory - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsEventCommand
 
personFactory - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserEventCommand
 
PersonFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
Builder for Person objects.
PersonFactory(UserAccessor, WebResourceUrlProvider, I18NBeanFactory, LoginManager, DateFormatterFactory) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
 
PersonFinderImpl(Expansion...) - Constructor for class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl.PersonFinderImpl
 
PersonSearcherImpl() - Constructor for class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl.PersonSearcherImpl
 
personService - Variable in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
personService() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
PersonService - Interface in com.atlassian.confluence.api.service.people
Provides CRUD operation on Persons.
PersonService - Interface in com.atlassian.confluence.legacyapi.service.people
Deprecated.
since 7.0.1 , use PersonService
PersonService.PersonFinder - Interface in com.atlassian.confluence.api.service.people
A finder for locating persons.
PersonService.PersonSearcher - Interface in com.atlassian.confluence.api.service.people
A searcher for finding people based on a search term.
PersonService.SinglePersonFetcher - Interface in com.atlassian.confluence.api.service.people
only here so that the remote person service can proxy it.
PersonService.Validator - Interface in com.atlassian.confluence.api.service.people
Provides methods for validating the CRUD methods.
PersonServiceImpl - Class in com.atlassian.confluence.api.impl.service.people
 
PersonServiceImpl(PermissionManager, PersonFactory, UserAccessorInternal, GroupManager, FinderProxyFactory, LongRunningTaskManager, LongTaskFactory, I18NBeanFactory, SettingsService, EventPublisher, SpacePermissionManager, ConfluenceUserResolver, LoginManager, PaginationService, SearchIndexAccessor, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
PersonServiceImpl.PersonFinderImpl - Class in com.atlassian.confluence.api.impl.service.people
 
PersonServiceImpl.PersonSearcherImpl - Class in com.atlassian.confluence.api.impl.service.people
 
PHEONIX - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
PhraseQuery - Class in com.atlassian.confluence.search.v2.query
A query which matches by phrases.
PhraseQuery(String, String, int) - Constructor for class com.atlassian.confluence.search.v2.query.PhraseQuery
Create a query which matches by phrases.
PhraseQuery(String, String, int, AnalyzerDescriptorProvider) - Constructor for class com.atlassian.confluence.search.v2.query.PhraseQuery
Create a query which matches by phrases.
PhraseQuery(String, String, int, AnalyzerDescriptorProvider, float) - Constructor for class com.atlassian.confluence.search.v2.query.PhraseQuery
Create a query which matches by phrases.
PhraseQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
Defines the mapping from a V2 PhraseQuery to it's corresponding Lucene implementation.
PhraseQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.PhraseQueryMapper
 
PICTURE_SIZE - Static variable in interface com.atlassian.confluence.user.service.SetProfilePictureCommand
 
Placeholder - Class in com.atlassian.confluence.xhtml.api
 
Placeholder(Placeholder) - Constructor for class com.atlassian.confluence.xhtml.api.Placeholder
 
Placeholder(String, String) - Constructor for class com.atlassian.confluence.xhtml.api.Placeholder
 
PLACEHOLDER_CHROME_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
PLACEHOLDER_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.placeholder.StoragePlaceholderConstants
 
PLACEHOLDER_TYPE_ATTR - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.placeholder.StoragePlaceholderConstants
 
PlaceholderCachingFilter - Class in com.atlassian.confluence.tinymceplugin.placeholder
Filter responsible for marking all placeholder images as long term public fresh resources.
PlaceholderCachingFilter() - Constructor for class com.atlassian.confluence.tinymceplugin.placeholder.PlaceholderCachingFilter
 
PlaceholderGenerationException() - Constructor for exception com.atlassian.confluence.macro.CustomHtmlEditorPlaceholder.PlaceholderGenerationException
 
PlaceholderGenerationException(String) - Constructor for exception com.atlassian.confluence.macro.CustomHtmlEditorPlaceholder.PlaceholderGenerationException
 
PlaceholderGenerationException(String, Throwable) - Constructor for exception com.atlassian.confluence.macro.CustomHtmlEditorPlaceholder.PlaceholderGenerationException
 
PlaceholderGenerationException(Throwable) - Constructor for exception com.atlassian.confluence.macro.CustomHtmlEditorPlaceholder.PlaceholderGenerationException
 
PlaceholderImageFactory - Interface in com.atlassian.confluence.plugins.templates.servlet
Generates placeholder images.
PlaceholderImageFactory - Interface in com.atlassian.confluence.tinymceplugin.placeholder
Generates placeholder images.
PlaceholderMarshallingFactory - Interface in com.atlassian.confluence.content.render.xhtml.placeholder
 
PlaceholderMarshallingFactoryImpl - Class in com.atlassian.confluence.content.render.xhtml.placeholder
 
PlaceholderMarshallingFactoryImpl(Marshaller<Placeholder>, Marshaller<Placeholder>, Marshaller<Placeholder>, Unmarshaller<Placeholder>, Unmarshaller<Placeholder>) - Constructor for class com.atlassian.confluence.content.render.xhtml.placeholder.PlaceholderMarshallingFactoryImpl
 
placeholderUrlFactory - Variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
 
PlaceholderUrlFactory - Interface in com.atlassian.confluence.content.render.xhtml.editor.macro
Generates URLs for placeholders.
PLAIN - Static variable in class com.atlassian.confluence.api.model.content.ContentRepresentation
Raw database format as plain text with no XHTML or WIKI markup.
PLAIN_TEXT - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.MacroBodyType
Denotes plain text
PLAIN_TEXT - Enum constant in enum class com.atlassian.confluence.macro.Macro.BodyType
 
PLAIN_TEXT_BODY_PARAMETER_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
PLAIN_TEXT_LINK_BODY_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
PLAIN_TEXT_LINK_BODY_ELEMENT_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
plain2html(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
PlainTextLinkBody - Class in com.atlassian.confluence.xhtml.api
A PlainTextLinkBody is one that contains nothing but plain textual data.
PlainTextLinkBody(String) - Constructor for class com.atlassian.confluence.xhtml.api.PlainTextLinkBody
 
PlainTextMacroBody - Class in com.atlassian.confluence.content.render.xhtml.definition
Holds plain text and preserves white space.
PlainTextMacroBody(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.definition.PlainTextMacroBody
 
PlainTextMacroMigration - Class in com.atlassian.confluence.macro.xhtml
Migration task for migrating plain text Macros.
PlainTextMacroMigration() - Constructor for class com.atlassian.confluence.macro.xhtml.PlainTextMacroMigration
 
PlainTextToHtmlConverter - Class in com.atlassian.confluence.util
Static methods for the conversion of text to HTML.
PlainTextToHtmlConverter() - Constructor for class com.atlassian.confluence.util.PlainTextToHtmlConverter
 
PlatformAwareClusteredDatabaseMetadataRetriever - Interface in com.atlassian.confluence.status.service
Strategy to get clustered database metadata once the cloud platform Confluence is running on is known.
PluggableEdgeTypeRepository - Class in com.atlassian.confluence.plugins.edgeindex.plugin
 
PluggableEdgeTypeRepository(PluginAccessor, PluginEventManager) - Constructor for class com.atlassian.confluence.plugins.edgeindex.plugin.PluggableEdgeTypeRepository
 
PluggableLuceneSearchMapperRegistry - Class in com.atlassian.confluence.internal.search.v2.lucene
 
PluggableLuceneSearchMapperRegistry(PluginAccessor) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.PluggableLuceneSearchMapperRegistry
 
PluggableSearcherInitialisation - Class in com.atlassian.confluence.impl.search.v2.lucene
 
PluggableSearcherInitialisation(ModuleDescriptorCache<LuceneSearcherInitialisationModuleDescriptor>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.PluggableSearcherInitialisation
Deprecated.
since 7.17
PluggableSearcherInitialisation(PluginAccessor) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.PluggableSearcherInitialisation
 
PluggableTransformerChain - Class in com.atlassian.confluence.content.render.xhtml
A Transformer which passes the input through a series of other transformers provided by enabled plugins' TransformerModuleDescriptors, in addition to a set of defaults transformers.
PluggableTransformerChain(PluginAccessor, List<TransformerWeight>, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.PluggableTransformerChain
 
plugin() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
plugin() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
PLUGIN - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
PLUGIN_CONTENT_KEY - Static variable in class com.atlassian.confluence.content.TestContentType
 
PLUGIN_DATA_EXPORT_DIR - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.container.PluginDataWriter
 
PLUGIN_DESCRIPTOR_FILENAME - Static variable in class com.atlassian.confluence.plugin.ConfluencePluginUtils
 
PLUGIN_DISABLED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PLUGIN_ENABLED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PLUGIN_FILTERS_BEFORE_DECORATION - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
PLUGIN_FILTERS_BEFORE_DISPATCH - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
PLUGIN_FRAMEWORK_STARTED - Enum constant in enum class com.atlassian.confluence.internal.health.LifecyclePhase
The plugin framework is available.
PLUGIN_INSTALLED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PLUGIN_KEY - Static variable in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyStorageConstants
 
PLUGIN_KEY - Static variable in class com.atlassian.confluence.themes.DefaultTheme
 
PLUGIN_KEY_ATTRIBUTE - Static variable in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PLUGIN_MODULE_DISABLED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PLUGIN_MODULE_ENABLED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PLUGIN_PERSISTENT_STATE - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
PLUGIN_UNINSTALLED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PLUGIN_VERSION_ATTRIBUTE - Static variable in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
pluginAccessor - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
pluginAccessor - Variable in class com.atlassian.confluence.internal.search.v2.lucene.PluggableLuceneSearchMapperRegistry
 
pluginAccessor - Variable in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
PluginAndMaterials - Class in com.atlassian.confluence.plugin.descriptor.aboutpage
Ties a bill of materials in with its plugins
PluginAndMaterials(String, String, String, String, List<Material>) - Constructor for class com.atlassian.confluence.plugin.descriptor.aboutpage.PluginAndMaterials
 
PluginAttachmentTextExtractorsProvider - Class in com.atlassian.confluence.internal.index.attachment
Provides a list of available attachment text extractors which are classes implementing AttachmentTextExtractor and registered according to AttachmentTextExtractorModuleDescriptor.
PluginAttachmentTextExtractorsProvider(PluginAccessor) - Constructor for class com.atlassian.confluence.internal.index.attachment.PluginAttachmentTextExtractorsProvider
 
PluginAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
PluginAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, PluginAccessor, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PluginAvailableBean() - Constructor for class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
 
PluginAvailableBean(String, Collection<String>, Collection<String>, boolean) - Constructor for class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
 
PluginAvailableBeanIntrospector - Class in com.atlassian.confluence.test.rpc
A Spring component which exposes to tests which beans are plugin-available, and which interfaces they make available.
PluginAvailableBeanIntrospector() - Constructor for class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector
 
PluginAvailableBeanIntrospector.PluginAvailableBean - Class in com.atlassian.confluence.test.rpc
 
PluginAvailableBeanIntrospectorServlet - Class in com.atlassian.confluence.test.rpc
A Servlet which exposes the data from PluginAvailableBeanIntrospector as JSON.
PluginAwareActionConfig - Class in com.atlassian.confluence.plugin.struts
ActionConfig that contains a reference to its originating plugin.
PluginAwareActionConfig(ActionConfig, Plugin) - Constructor for class com.atlassian.confluence.plugin.struts.PluginAwareActionConfig
 
PluginAwareActionFactory - Class in com.atlassian.confluence.impl.struts
A specialisation of the standard Struts DefaultActionFactory which adds special handling for PluginAwareActionConfig, and which delegates loading of the action class from the relevant Plugin.
PluginAwareActionFactory() - Constructor for class com.atlassian.confluence.impl.struts.PluginAwareActionFactory
 
PluginAwareInterceptorConfig - Class in com.atlassian.confluence.plugin.struts
InterceptorConfig that contains a reference to its originating plugin.
PluginAwareInterceptorConfig(InterceptorConfig, Plugin) - Constructor for class com.atlassian.confluence.plugin.struts.PluginAwareInterceptorConfig
 
PluginAwareInterceptorFactory - Class in com.atlassian.confluence.impl.struts
A specialisation of the standard Struts DefaultInterceptorFactory which adds special handling for PluginAwareInterceptorConfig, and which delegates loading of the Interceptor class from the relevant Plugin.
PluginAwareInterceptorFactory() - Constructor for class com.atlassian.confluence.impl.struts.PluginAwareInterceptorFactory
 
PluginAwareResultConfig - Class in com.atlassian.confluence.plugin.struts
ResultConfig that contains a reference to its originating plugin.
PluginAwareResultConfig(ResultConfig, Plugin) - Constructor for class com.atlassian.confluence.plugin.struts.PluginAwareResultConfig
 
PluginAwareResultFactory - Class in com.atlassian.confluence.impl.struts
A specialisation of the standard Struts StrutsResultFactory which adds special handling for PluginAwareResultConfig, and which delegates loading of the ResultTypeConfig class from the relevant Plugin.
PluginAwareResultFactory() - Constructor for class com.atlassian.confluence.impl.struts.PluginAwareResultFactory
 
PluginAwareXWorkConfiguration - Class in com.atlassian.confluence.setup.struts
Appends data about plugins to their Struts configuration
PluginAwareXWorkConfiguration(String) - Constructor for class com.atlassian.confluence.setup.struts.PluginAwareXWorkConfiguration
 
PluginBeans - Class in com.atlassian.confluence.activeobjects.spring
The Spring bean definitions for the ActiveObjects Confluence SPI Plugin.
PluginBeans() - Constructor for class com.atlassian.confluence.activeobjects.spring.PluginBeans
 
PluginBulkExtractorProvider - Class in com.atlassian.confluence.internal.search.extractor2
An implementation of BulkExtractorProvider that locates BulkExtractor instances from the plugin system.
PluginBulkExtractorProvider(PluginAccessor) - Constructor for class com.atlassian.confluence.internal.search.extractor2.PluginBulkExtractorProvider
 
PluginContentCreatedEvent - Class in com.atlassian.confluence.content.event
 
PluginContentCreatedEvent(Object, CustomContentEntityObject) - Constructor for class com.atlassian.confluence.content.event.PluginContentCreatedEvent
PluginContentCreatedEvent(Object, CustomContentEntityObject, OperationContext<?>) - Constructor for class com.atlassian.confluence.content.event.PluginContentCreatedEvent
 
PluginContentHibernateDao - Class in com.atlassian.confluence.content.persistence.hibernate
Hibernate Implementation of the CustomContentDao
PluginContentHibernateDao() - Constructor for class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
PluginContentHibernateInterceptor - Class in com.atlassian.confluence.content.persistence.hibernate
Interceptor responsible for adding the pluggable content adapter to any content loaded from the database.
PluginContentHibernateInterceptor() - Constructor for class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateInterceptor
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
PluginContentHibernateInterceptor(ContentTypeManager) - Constructor for class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateInterceptor
 
PluginContentRemovedEvent - Class in com.atlassian.confluence.content.event
 
PluginContentRemovedEvent(Object, CustomContentEntityObject) - Constructor for class com.atlassian.confluence.content.event.PluginContentRemovedEvent
 
PluginContentUpdatedEvent - Class in com.atlassian.confluence.content.event
 
PluginContentUpdatedEvent(Object, CustomContentEntityObject, CustomContentEntityObject, SaveContext) - Constructor for class com.atlassian.confluence.content.event.PluginContentUpdatedEvent
 
PluginContentWillBeRemovedForSpaceEvent - Class in com.atlassian.confluence.content.event
 
PluginContentWillBeRemovedForSpaceEvent(Object, Space) - Constructor for class com.atlassian.confluence.content.event.PluginContentWillBeRemovedForSpaceEvent
 
PluginContextItemProvider - Class in com.atlassian.confluence.setup.velocity
This context map provider will return a map of all currently enabled Velocity context item modules.
PluginContextItemProvider(PluginAccessor) - Constructor for class com.atlassian.confluence.setup.velocity.PluginContextItemProvider
 
pluginCounter(String, BandanaManager) - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
PluginCounterInvalidatorListener - Class in com.atlassian.confluence.plugin.webresource
 
PluginCounterInvalidatorListener(Counter) - Constructor for class com.atlassian.confluence.plugin.webresource.PluginCounterInvalidatorListener
 
PluginData - Class in com.atlassian.confluence.plugin.persistence
Value bean to transport plugin data to and from the persistence layer
PluginData() - Constructor for class com.atlassian.confluence.plugin.persistence.PluginData
 
PluginDataDao - Interface in com.atlassian.confluence.plugin.persistence
Interface for storing and retrieving plugin data
pluginDataExists(String) - Method in class com.atlassian.confluence.plugin.persistence.hibernate.HibernatePluginDataDao
 
pluginDataExists(String) - Method in interface com.atlassian.confluence.plugin.persistence.PluginDataDao
 
PluginDataReader - Class in com.atlassian.confluence.impl.backuprestore.restore.container
 
PluginDataReader(ZipFile, BackupRestoreProviderManager, PluginAccessor) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.container.PluginDataReader
 
PluginDataSourceFactory - Interface in com.atlassian.confluence.core
Produces DataSources for plugin module resources.
PluginDataSourceFactory.FilterByType - Enum Class in com.atlassian.confluence.core
 
PluginDataSourceFactory.ResourceView - Interface in com.atlassian.confluence.core
A view on the ResourceDescriptor.
PluginDataWithoutBinary - Class in com.atlassian.confluence.plugin.persistence
 
PluginDataWithoutBinary() - Constructor for class com.atlassian.confluence.plugin.persistence.PluginDataWithoutBinary
 
PluginDataWriter - Class in com.atlassian.confluence.impl.backuprestore.backup.container
Write plugin data files to a zip archive
PluginDataWriter(ArchiveWriter) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.container.PluginDataWriter
 
PluginDecoratorMapper<M> - Class in com.atlassian.confluence.impl.sitemesh
 
PluginDecoratorMapper - Class in com.atlassian.confluence.setup.sitemesh
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1
PluginDecoratorMapper(PluginAccessor, VelocityManagerInterface) - Constructor for class com.atlassian.confluence.setup.sitemesh.PluginDecoratorMapper
Deprecated.
 
PluginDecoratorMapper(Function<M, String>, Function<M, URI>, Supplier<Collection<? extends ModuleDescriptor<M>>>, BiPredicate<M, HttpServletRequest>) - Constructor for class com.atlassian.confluence.impl.sitemesh.PluginDecoratorMapper
 
PluginDirectoryProvider - Interface in com.atlassian.confluence.plugin
This bean provides access to plugin-specific directories found in the confluence home.
pluginDisableEvent(AsyncPluginDisableEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PluginDisableEvent - Class in com.atlassian.confluence.event.events.plugin
 
PluginDisableEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginDisableEvent
 
PluginDisableEvent(Object, String, PluginDisableEvent.Scope) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginDisableEvent
 
PluginDisableEvent.Scope - Enum Class in com.atlassian.confluence.event.events.plugin
 
pluginEnableEvent(AsyncPluginEnableEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PluginEnableEvent - Class in com.atlassian.confluence.event.events.plugin
 
PluginEnableEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginEnableEvent
 
PluginEvent - Class in com.atlassian.confluence.event.events.plugin
 
PluginEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginEvent
 
PluginEventLogger - Class in com.atlassian.confluence.plugin
Listens for Confluence plugin events and logs them.
PluginEventLogger() - Constructor for class com.atlassian.confluence.plugin.PluginEventLogger
 
PluginExistingEntityFinder - Interface in com.atlassian.confluence.plugin.descriptor.restore
This is a plugin available interface which compatible with ExistingEntityFinder
PluginExistingEntityFinderModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.restore
Allow plugin to check if imported object is exist or not
PluginExistingEntityFinderModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.restore.PluginExistingEntityFinderModuleDescriptor
 
PluginExportCompatibility - Class in com.atlassian.confluence.upgrade
Describes how the plugin's ActiveObjects data can be exported to other versions of the plugin.
PluginExportCompatibility(String, String) - Constructor for class com.atlassian.confluence.upgrade.PluginExportCompatibility
 
PluginFragmentTransformer<T> - Class in com.atlassian.confluence.content.render.xhtml.transformers
An transformer class used to access fragment transformers which are defined in plugins.
PluginFragmentTransformer(PluginAccessor, String, Class<T>) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.PluginFragmentTransformer
A transformer in Confluence core which could reuse a logic from plugin's transformer.
PluginFragmentTransformer(PluginAccessor, String, Class<T>, List<FragmentTransformer>) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.PluginFragmentTransformer
A transformer in Confluence core which could reuse a logic from plugin's transformer.
PluginFragmentTransformer(PluginAccessor, String, Class<T>, List<FragmentTransformer>, boolean) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.PluginFragmentTransformer
 
PluginFrameworkContextListener - Class in com.atlassian.confluence.plugin
Starts the plugin framework when the application starts and shuts it down when it finishes.
PluginFrameworkContextListener() - Constructor for class com.atlassian.confluence.plugin.PluginFrameworkContextListener
 
PluginFrameworkDependentUpgrader - Class in com.atlassian.confluence.upgrade
Run the upgrade tasks that require that PluginFramework to be available.
PluginFrameworkDependentUpgrader() - Constructor for class com.atlassian.confluence.upgrade.PluginFrameworkDependentUpgrader
 
PluginFrameworkStartedEvent - Class in com.atlassian.confluence.event.events.plugin
Published when the plugin framework has finished starting.
PluginFrameworkStartedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginFrameworkStartedEvent
 
PluginFrameworkStartedHealthCheckListener - Class in com.atlassian.confluence.impl.health
In the event of a PluginFrameworkStartedEvent runs the PLUGIN_FRAMEWORK_STARTED Johnson health checking phase.
PluginFrameworkStartedHealthCheckListener(HealthCheckRunner, EventListenerRegistrar) - Constructor for class com.atlassian.confluence.impl.health.PluginFrameworkStartedHealthCheckListener
 
PluginI18NResource - Class in com.atlassian.confluence.util.i18n
 
PluginI18NResource(Plugin, ResourceDescriptor) - Constructor for class com.atlassian.confluence.util.i18n.PluginI18NResource
 
pluginInstallEvent(AsyncPluginInstallEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PluginInstallEvent - Class in com.atlassian.confluence.event.events.plugin
Fired when a plugin is detected by scanForNewPlugins
PluginInstallEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginInstallEvent
 
pluginKey(String) - Method in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey.ModuleCompleteKeyBuilder
 
PluginLoadersFactory - Class in com.atlassian.confluence.plugin
Responsible for initialising all the plugin loaders Confluence needs to start the plugin system.
PluginLoadersFactory(Collection<String>, Collection<PluginLoader>, ExtraBundledPluginsFactory) - Constructor for class com.atlassian.confluence.plugin.PluginLoadersFactory
 
pluginMacroRegistered(PluginMacroRegisteredEvent) - Method in class com.atlassian.confluence.macro.browser.MacroMetadataListener
 
pluginMacroRegistered(PluginMacroRegisteredEvent) - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
pluginMacroRegistered(PluginMacroUnregisteredEvent) - Method in class com.atlassian.confluence.macro.browser.MacroMetadataListener
 
PluginMacroRegisteredEvent - Class in com.atlassian.confluence.event.events.admin
An event to indicate that a macro has been registered with an XHTML MacroManager from a plugin.
PluginMacroRegisteredEvent(String, Object) - Constructor for class com.atlassian.confluence.event.events.admin.PluginMacroRegisteredEvent
 
pluginMacroUnregistered(PluginMacroUnregisteredEvent) - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
PluginMacroUnregisteredEvent - Class in com.atlassian.confluence.event.events.admin
An event to indicate that a plugin hosted macro has been unregistered with an XHTML MacroManager.
PluginMacroUnregisteredEvent(String, Object) - Constructor for class com.atlassian.confluence.event.events.admin.PluginMacroUnregisteredEvent
 
PluginMetadataResource - Class in com.atlassian.confluence.functest.rest.admin
Modifies PluginSettings values
PluginMetadataResource(PluginAccessor, PluginController, RequiredPluginProvider) - Constructor for class com.atlassian.confluence.functest.rest.admin.PluginMetadataResource
 
pluginModule() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
pluginModule() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
pluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.content.render.xhtml.DeviceTypeAwareRenderer
 
pluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.macro.xhtml.DefaultMacroMigrationManager
 
pluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroPluginMacroManager
 
pluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.macro.xhtml.V2CompatibilityMacroManager
 
pluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
pluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.plugin.ModuleDescriptorCache
Deprecated.
Removes module descriptors from the cache when plugin modules are disabled.
pluginModuleDisabled(PluginModuleDisabledEvent) - Method in class com.atlassian.confluence.renderer.DefaultMacroManager
 
pluginModuleDisableEvent(AsyncPluginModuleDisableEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PluginModuleDisableEvent - Class in com.atlassian.confluence.event.events.plugin
 
PluginModuleDisableEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginModuleDisableEvent
 
pluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.content.render.xhtml.DeviceTypeAwareRenderer
 
pluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.internal.search.v2.FieldMappingsProviderModuleRegistrar
 
pluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.macro.xhtml.DefaultMacroMigrationManager
 
pluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroPluginMacroManager
 
pluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.macro.xhtml.V2CompatibilityMacroManager
 
pluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
pluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.plugin.dev.DeprecatedPluginModuleListener
 
pluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.plugin.ModuleDescriptorCache
Deprecated.
Adds module descriptors to the cache when plugin modules are enabled.
pluginModuleEnabled(PluginModuleEnabledEvent) - Method in class com.atlassian.confluence.renderer.DefaultMacroManager
 
pluginModuleEnableEvent(AsyncPluginModuleEnableEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PluginModuleEnableEvent - Class in com.atlassian.confluence.event.events.plugin
 
PluginModuleEnableEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginModuleEnableEvent
 
PluginModuleEvent - Class in com.atlassian.confluence.event.events.plugin
Abstract superclass of all plugin module events.
PluginModuleEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginModuleEvent
 
PluginModuleFactory<T> - Interface in com.atlassian.confluence.plugin.module
 
PluginModuleFeatureService - Class in com.atlassian.confluence.impl.feature
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.3
PluginModuleFeatureService(PluginAccessor) - Constructor for class com.atlassian.confluence.impl.feature.PluginModuleFeatureService
Deprecated.
 
PluginModuleHolder<T> - Class in com.atlassian.confluence.plugin.module
Manages the lifecycle of a plugin module of type T that is constructed when the module is first requested via getModule() method.
PluginModuleXmlConfigurationProvider - Class in com.atlassian.confluence.impl.struts
Parses StrutsModuleDescriptor derived Documents for loading by the Struts configuration.
PluginModuleXmlConfigurationProvider(Document, Plugin, Runnable) - Constructor for class com.atlassian.confluence.impl.struts.PluginModuleXmlConfigurationProvider
 
PluginOsgiExportsAction - Class in com.atlassian.confluence.admin.actions.debug
 
PluginOsgiExportsAction() - Constructor for class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction
 
PluginOsgiExportsAction.StubComponentRegistrar - Class in com.atlassian.confluence.admin.actions.debug
 
PluginParentDirectoryLocator - Interface in com.atlassian.confluence.plugin
Strategy class for the SimplePluginDirectoryProvider to find the parent directory in which to put all the plugin working directories.
PluginProvidedDecoratorModule - Interface in com.atlassian.confluence.plugin.module
Holds data about the decorator override.
PluginProvidedExistingEntityFinder - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
This will allow plugin to find existing id of an object it is interested.
PluginProvidedExistingEntityFinder(PluginExistingEntityFinderModuleDescriptor) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.PluginProvidedExistingEntityFinder
 
PluginResource - Class in com.atlassian.confluence.functest.rest.admin
 
PluginResource(PluginController, RequiredPluginProvider) - Constructor for class com.atlassian.confluence.functest.rest.admin.PluginResource
 
PLUGINS - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
PLUGINS_CACHE_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
PLUGINS_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
PLUGINS_SETTINGS_PREFIX - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
PLUGINS_TEMP_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
PluginSandboxCheck - Class in com.atlassian.confluence.impl.util.sandbox.misc
Core checks and analytics depend on the status of plugin sandboxes.
PluginSandboxCheck() - Constructor for class com.atlassian.confluence.impl.util.sandbox.misc.PluginSandboxCheck
 
PluginsClassLoaderAvailableEvent - Class in com.atlassian.confluence.plugin
Event fired to signal that the plugin system classloader is available for use.
PluginsClassLoaderAvailableEvent(Object, ClassLoader) - Constructor for class com.atlassian.confluence.plugin.PluginsClassLoaderAvailableEvent
 
PluginsClassLoaderConfigurationListener - Class in com.atlassian.confluence.plugin
This application event listener will configure the provided delegation class loader to use the plugins classloader once the PluginsClassLoaderAvailableEvent is fired.
PluginsClassLoaderConfigurationListener() - Constructor for class com.atlassian.confluence.plugin.PluginsClassLoaderConfigurationListener
 
PluginSettings - Interface in com.atlassian.confluence.setup.settings
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.2.1, for removal in 10.0. No replacement.
PluginSettingsResource - Class in com.atlassian.confluence.functest.rest.admin
Modifies PluginSettings values
PluginSettingsResource(PluginSettingsFactory) - Constructor for class com.atlassian.confluence.functest.rest.admin.PluginSettingsResource
 
PluginStateConfigurer - Class in com.atlassian.confluence.functest.rest
This is an EventListener which responds when the application has finished starting up, and disabled a set of plugins which should be disabled prior to automated testing.
PluginStateConfigurer(PluginController) - Constructor for class com.atlassian.confluence.functest.rest.PluginStateConfigurer
 
pluginSystemStarted(PluginFrameworkStartedEvent) - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
PluginTemplateReference - Class in com.atlassian.confluence.pages.templates
Used to reference a template based on the complete module key, space and referencing plugin key
PluginTemporaryDisabler - Class in com.atlassian.confluence.impl.backuprestore.helpers
 
PluginTemporaryDisabler(PluginController, PluginAccessor, EventPublisher) - Constructor for class com.atlassian.confluence.impl.backuprestore.helpers.PluginTemporaryDisabler
 
PluginThemeResource - Class in com.atlassian.confluence.themes
A theme stylesheet which is a resource in a plugin.
PluginThemesAccessor - Class in com.atlassian.confluence.impl.themes
A helper class for obtaining Themes and ThemeModuleDescriptors from a PluginAccessor.
PluginThemesAccessor(PluginAccessor) - Constructor for class com.atlassian.confluence.impl.themes.PluginThemesAccessor
 
pluginUninstallEvent(AsyncPluginUninstallEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PluginAuditListener
 
PluginUninstallEvent - Class in com.atlassian.confluence.event.events.plugin
 
PluginUninstallEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginUninstallEvent
 
PluginUninstallEvent(Object, String, String) - Constructor for class com.atlassian.confluence.event.events.plugin.PluginUninstallEvent
 
PluginUpgradeFinalizationTask - Interface in com.atlassian.confluence.plugin
A SAL upgrade task that will get deferred during ZDU mode until ZDU is finalized.
plus(MemoryInfo.Bytes) - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
PLUS - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
PNG - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
PointcutClassLoaderProcessor - Class in com.atlassian.confluence.core
BeanPostProcessor that swaps out Spring's default AspectJExpressionPointcut and substitutes it for an implementation that is customised to use the Confluence application classloader.
PointcutClassLoaderProcessor() - Constructor for class com.atlassian.confluence.core.PointcutClassLoaderProcessor
 
policyChanged(SpaceRetentionPolicyChangedEvent) - Method in class com.atlassian.confluence.impl.retention.listener.SpaceRetentionPolicyIndexingListener
 
PolicyConfiguredCleaner - Class in com.atlassian.confluence.content.render.xhtml
A thread safe xhtml/html/xml Cleaner which is configured via a policy file classpath resource.
PolicyConfiguredCleaner(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
Deprecated, for removal: This API element is subject to removal in a future version.
policyCreated(SpaceRetentionPolicyCreatedEvent) - Method in class com.atlassian.confluence.impl.retention.listener.SpaceRetentionPolicyIndexingListener
 
policyDeleted(SpaceRetentionPolicyDeletedEvent) - Method in class com.atlassian.confluence.impl.retention.listener.SpaceRetentionPolicyIndexingListener
 
POLISH - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
PolishAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Provides the polish analyzer which can only be used if the analysis-stempel plugin is installed in OpenSearch
PolishAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.PolishAnalyzerProvider
 
pollHeartbeat() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyMonitor
Ping the Synchrony heartbeat rest endpoint, until the result is a 200 OK or a timeout is reached.
pollHeartbeat() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyMonitor
 
polyMorphicLookupByUnfixedId(long, Class<? extends T>...) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
pop() - Static method in class com.atlassian.confluence.renderer.ContentIncludeStack
 
pop() - Method in class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective.DirectiveStack
Deprecated.
 
pop(ConversionContext) - Static method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAccumulatorStack
 
popCurrentMacroName() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
popCurrentTemplateName() - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
popular(int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.LabelResource
 
popular(UriInfo, String, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceLabelResource
 
PopularContentQueries - Interface in com.atlassian.confluence.plugins.edgeindex
 
PopularQueryExecutionEvent - Class in com.atlassian.confluence.event.events.search
 
PopularQueryExecutionEvent(long, long) - Constructor for class com.atlassian.confluence.event.events.search.PopularQueryExecutionEvent
 
PopularTab - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
 
PopularTab(HttpContext, I18NBeanFactory, LocaleManager, DynamicWebInterfaceManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.PopularTab
 
populateAdministrator() - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
 
populateAdministrator() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
populateAdministrator() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
populateAdministrator() - Method in interface com.atlassian.confluence.security.actions.PermissionsAware
 
populateAdministrator() - Method in class com.atlassian.confluence.security.actions.ViewGlobalPermissionsAction
 
populateAdministrator() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction
 
populateAdministrator() - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
populateAttachmentStorageProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateBuildProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateClusterProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateContextProvider() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
populateContextProvider() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
populateDatabaseProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateDatabaseProperties(DatabaseDetails) - Method in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
 
populateExistingClusterSetupConfig() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
populateExistingClusterSetupConfig() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
populateExistingClusterSetupConfig() - Method in interface com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal
Merges the config file in shared home into the current config file (in local home folder).
populateHardwareProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateHibernateProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateParentPageTitleField() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
populatePlatformProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateSafeModeProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateSecretServiceSecurityProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateSecretStoreSecurityProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateSystemProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
populateTrackingHeaders(Email, Long) - Method in class com.atlassian.confluence.mail.notification.NotificationEmailHelper
Deprecated.
Adds a message id and reply address derived from the given content id
populateWebsudoIpAllowListProperties() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
port(String) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
Port - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
position(int) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
Position - Class in com.atlassian.confluence.api.model.content
Represents the position of a piece of Content among its siblings.
POSITION_ABOVE - Static variable in interface com.atlassian.confluence.content.service.page.MovePageCommand
Indicates to move the source node above (immediately before) the target node
POSITION_APPEND - Static variable in interface com.atlassian.confluence.content.service.page.MovePageCommand
Indicates to move the source node the last of the target node
POSITION_BELOW - Static variable in interface com.atlassian.confluence.content.service.page.MovePageCommand
Indicates to move the source node below (immediately after) the target node
POSITION_KEY - Static variable in class com.atlassian.confluence.api.model.content.Position
Used in the Content extensions map.
POSITION_TOP_LEVEL - Static variable in interface com.atlassian.confluence.content.service.page.MovePageCommand
Indicates to move the source node to the top level of a space
POSSIBLE_TOTAL_COUNT - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
postBackupJobUpdate(String, BackupRestoreSettings, long, ParallelTasksExecutor) - Method in class com.atlassian.confluence.impl.backuprestore.backup.AbstractBackupService
 
postBootstrapDatabase() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
postCompletionStage(WebTarget, Class<? extends E>, Object) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
postCompletionStage(WebTarget, Class<? extends E>, Object, MediaType) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
postCompletionStage(WebTarget, Class<E>, Class, Object) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
postCompletionStageToPageResponse(WebTarget, Class<T>, Object, MediaType) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
postConstruct() - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.LocalRegionCacheMaxSizeAdjuster
 
postConstruct() - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
postConstruct() - Method in class com.atlassian.confluence.impl.settings.DefaultGlobalDescriptionManager
 
postConstruct() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.ConfluenceIpdScheduler
 
PostExportAction - Interface in com.atlassian.confluence.impl.backuprestore.backup.exporters
Is used to perform any additional actions on entity objects after they have been exported
postFlush(Iterator) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
POSTGRES_RELATION_ALREADY_EXISTS_SQLSTATE - Static variable in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
PostgresCollationRule - Class in com.atlassian.confluence.impl.health.checks.rules
Determines whether the Postgres Collation is correct.
PostgresCollationRule(ErrorMessageProvider, DatabaseCollationVerifier, SingleConnectionProvider, HibernateConfig, String[]) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.PostgresCollationRule
 
PostgresContentDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres
Contains methods for creating/removing triggers for content table
PostgresContentDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentDdlHelper
 
PostgresContentPermissionDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres
Contains methods for creating/removing triggers for content_perm table
PostgresContentPermissionDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionDdlHelper
 
PostgresContentPermissionSetDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres
Contains methods for creating/removing triggers for content_perm_set table
PostgresContentPermissionSetDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresContentPermissionSetDdlHelper
 
PostgresDenormalisedPermissionsDdlOperations - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup
Contains operations required for Postgres database objects creation
PostgresDenormalisedPermissionsDdlOperations() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.PostgresDenormalisedPermissionsDdlOperations
 
POSTGRESQL - Enum constant in enum class com.atlassian.confluence.setup.DatabaseEnum
 
PostgreSQLDialect - Class in com.atlassian.confluence.impl.hibernate.dialect
The hibernate Dialect that's used for Postgres.
PostgreSQLDialect() - Constructor for class com.atlassian.confluence.impl.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLJDBCUrlBuilder - Class in com.atlassian.confluence.setup
 
PostgreSQLJDBCUrlBuilder() - Constructor for class com.atlassian.confluence.setup.PostgreSQLJDBCUrlBuilder
 
PostgresSpaceDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres
Contains methods for creating/removing triggers for spaces table
PostgresSpaceDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpaceDdlHelper
 
PostgresSpacePermissionDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres
Contains methods for creating/removing triggers for spacepermissions table
PostgresSpacePermissionDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.PostgresSpacePermissionDdlHelper
 
postImportAndCleanUp() - Method in class com.atlassian.confluence.importexport.Importer
Deprecated.
Perform any special logic after the import and post-import tasks are complete.
postImportAndCleanUp() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
postImportAndCleanUp() - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
PostImportTask - Interface in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. Will be moved to 'impl' package in the future.
PostImportTaskRunner - Class in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Runs all post-import tasks.
PostImportTaskRunner(SpacePermissionManager, EventPublisher, ReIndexJobPersister, TrashManagerInternal, KeyPairInitialiser, PostSiteImportUpgrader, SpaceDaoInternal, LabelUniqueIndexHelper) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostImportTaskRunner
 
POSTING_DATE - Static variable in class com.atlassian.confluence.pages.BlogPost
Name of the form field used to store the posting date of the blog post
POSTING_DAY - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
POSTING_DAY_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
POSTING_DAY_ATTRIBUTE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
POSTING_DAY_FORMAT - Static variable in class com.atlassian.confluence.pages.BlogPost
 
POSTINGDAY_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
The posting day for a blog post link.
postOptimize() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
postOptimize() - Method in interface com.atlassian.confluence.search.v2.SearchIndexWriter
 
postProcessAfterInitialization(Object, String) - Method in class com.atlassian.confluence.core.PointcutClassLoaderProcessor
 
postProcessAfterInitialization(Object, String) - Method in class com.atlassian.confluence.util.i18n.UserLocaleAwareBeanPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.atlassian.confluence.setup.ConfluenceAnnotationConfigWebApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.atlassian.confluence.setup.ConfluenceAnnotationConfigApplicationContext
 
postProcessBeforeInitialization(Object, String) - Method in class com.atlassian.confluence.core.PointcutClassLoaderProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.atlassian.confluence.util.i18n.UserLocaleAwareBeanPostProcessor
 
postProcessLoader(ResourceLoader, ExtendedProperties) - Method in class com.atlassian.confluence.util.velocity.CompatibleVelocityResourceManager
Wraps configured resource loaders in a Velocity13CompatibleResourceLoader
postProcessLoader(ResourceLoader, ExtendedProperties) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager
 
postProcessLoader(ResourceLoader, ExtendedProperties) - Method in class com.atlassian.confluence.velocity.ConfigurableResourceManager
Template method to allow subclasses to post process and possibly wrap a resource loader before it is added to the loader list.
PostSiteImportUpgrader - Class in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
 
PostSiteImportUpgrader(UpgradeManager, List<UpgradeTask>, UpgradeFinalizationManager, SessionFactory) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostSiteImportUpgrader
 
postUpgrade() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
postUpgrade() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
PostUserRenamedEvent - Class in com.atlassian.confluence.event.events.user
This event is published after the UserDirectoryListener already handles the DirectoryUserRenamedEvent.
PostUserRenamedEvent(Object, String, String, User) - Constructor for class com.atlassian.confluence.event.events.user.PostUserRenamedEvent
 
postUserRenamedEventCommand(UserGroupCommandSupport, PersonFactory, MembershipDao, CrowdDirectoryService, CrowdDirectoryEntityHelper, UserAccessor) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
PostUserRenamedEventCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
 
PostUserRenamedEventCommand(UserGroupCommandSupport, PersonFactory, MembershipDao, CrowdDirectoryService, CrowdDirectoryEntityHelper, UserAccessor) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.PostUserRenamedEventCommand
 
postVoidCompletionStage(WebTarget, Object) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
POWERPOINT - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
POWERPOINT_MACRO - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
POWERPOINT_SLIDESHOW - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
POWERPOINT_TEMPLATE - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
POWERPOINT97_TEMPLATE - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
PPT - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
PPTX - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
PredefinedSearchBuilder - Interface in com.atlassian.confluence.search.service
Class for building searches that are commonly used.
preDestroy() - Method in class com.atlassian.confluence.cluster.hazelcast.monitoring.HazelcastClusterMonitoring
 
preDestroy() - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
preDestroy() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsConfiguration
 
preDestroy() - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskMonitor
 
preDestroy() - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceMonitoringService
 
preDestroy() - Method in class com.atlassian.confluence.internal.diagnostics.EventListeningDarkFeatureSetting
 
preDestroy() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.DefaultIndexQueueItemsService
 
preDestroy() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemsIpdJob
 
preDestroy() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexQueueSizeMBeanManager
 
preDestroy() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
predicates() - Method in interface com.atlassian.confluence.impl.pagination.PaginationQuery
 
predicates() - Method in class com.atlassian.confluence.impl.pagination.PaginationQueryImpl
 
PreferenceException(String, Throwable) - Constructor for exception com.atlassian.confluence.user.UserPreferences.PreferenceException
 
Preferences - Interface in com.atlassian.core.user.preferences
Deprecated.
since 8.8 no replacement
PREFERRED_SPACE_KEY - Static variable in class com.atlassian.confluence.search.service.SearchQueryParameters
 
preferredUserLocale - Variable in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
prefetch(Searchable) - Method in interface com.atlassian.confluence.impl.search.queue.PrefetchAtlassianDocumentRetriever
Retrieving prefetch AtlassianDocument from Searchable.
prefetch(JournalEntry) - Method in interface com.atlassian.confluence.impl.search.queue.PrefetchAtlassianDocumentRetriever
Retrieving prefetch AtlassianDocument from JournalEntry .
prefetch(Iterable<JournalEntry>) - Method in class com.atlassian.confluence.impl.search.queue.ChangeIndexTaskQueue
 
prefetch(Iterable<JournalEntry>) - Method in class com.atlassian.confluence.impl.search.queue.ContentIndexTaskQueue
 
prefetch(Iterable<JournalEntry>) - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
Provide an entry point to allow concrete class to prefetch data for a collection of journal entry
prefetch(Set<AttachmentResourceIdentifier>, ConversionContext) - Method in class com.atlassian.confluence.impl.content.render.prefetch.AttachmentPrefetcher
Fetch the attachments for the given set of identifiers, and store them in the given conversion context.
prefetch(Set<UserResourceIdentifier>, ConversionContext) - Method in class com.atlassian.confluence.impl.content.render.prefetch.UserPrefetcher
 
prefetch(Set<T>, ConversionContext) - Method in interface com.atlassian.confluence.impl.content.render.prefetch.ResourcePrefetcher
Attempts to pre-fetch and pre-cache the given resource identifiers.
prefetchAndCacheUsers(long, Collection<String>) - Method in interface com.atlassian.confluence.impl.content.render.prefetch.UserPrefetcher.PrefetchDao
 
prefetchAndCacheUsers(long, Collection<String>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
Provides an implementation of UserPrefetcher.PrefetchDao for optimised prefetch and caching of multiple users at once.
PrefetchAtlassianDocumentRetriever - Interface in com.atlassian.confluence.impl.search.queue
 
prefetchContentResources(BodyContent, ConversionContext) - Method in class com.atlassian.confluence.impl.content.render.prefetch.ContentResourcePrefetcher
 
PrefetchDocumentBuilder - Interface in com.atlassian.confluence.internal.index.lucene
 
preFetchedAttachmentCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent.Builder
 
prefetchedAttachments(ConversionContext) - Static method in class com.atlassian.confluence.impl.content.render.prefetch.AttachmentPrefetcher
 
preFetchedImageDetailsCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent.Builder
 
prefetchEntitiesById(String, Collection<?>, Class<T>) - Method in class com.atlassian.confluence.impl.content.render.prefetch.hibernate.HibernatePrefetchHelper
Attempts to efficiently load Hibernate entities of a given type given a collection od IDs.
prefetchImageDetails(Collection<Attachment>) - Method in interface com.atlassian.confluence.impl.content.render.prefetch.ImageDetailsPrefetchDao
 
prefetchImageDetails(Collection<Attachment>) - Method in class com.atlassian.confluence.pages.attachments.DefaultImageDetailsDao
Attempts to efficiently resolve the ImageDetailsDto of each given Attachment.
prefetchSearchable(JournalEntry) - Method in interface com.atlassian.confluence.impl.search.queue.PrefetchAtlassianDocumentRetriever
Getting prefetch Searchable based on JournalEntry
prefix() - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfig
 
prefix(Label.Prefix) - Method in class com.atlassian.confluence.api.model.content.Label.LabelBuilder
 
prefix(String) - Method in class com.atlassian.confluence.api.model.content.Label.LabelBuilder
 
prefix(String) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
PREFIX - Static variable in class com.atlassian.confluence.cache.hazelcast.DefaultHazelcastHelper
 
PREFIX - Static variable in class com.atlassian.confluence.cluster.hazelcast.shareddata.HazelcastSharedDataSupport
Deprecated.
 
PREFIX - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
PREFIX - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
PREFIX - Static variable in class com.atlassian.confluence.user.actions.UserDetailsMap
 
PREFIX_CACHE - Static variable in class com.atlassian.confluence.cache.hazelcast.DefaultHazelcastHelper
 
PREFIX_CACHE_REFERENCE - Static variable in class com.atlassian.confluence.cache.hazelcast.DefaultHazelcastHelper
 
PrefixNameConflictResolver - Class in com.atlassian.confluence.pages.persistence.dao.bulk.impl
Will apply a prefix before a conflicting page title
PrefixNameConflictResolver(boolean, String) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.impl.PrefixNameConflictResolver
 
PrefixNameConflictResolver(boolean, String, int) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.impl.PrefixNameConflictResolver
 
PrefixNameConflictResolver(String) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.impl.PrefixNameConflictResolver
 
PrefixQuery - Class in com.atlassian.confluence.search.v2.query
v2 primitive query
PrefixQuery(String, String) - Constructor for class com.atlassian.confluence.search.v2.query.PrefixQuery
 
PrefixQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
PrefixQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.PrefixQueryMapper
 
preFlush(Iterator) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
PREFORMATTED_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
preImport() - Method in class com.atlassian.confluence.importexport.Importer
Deprecated.
Perform any special logic prior to the import starting.
preImport() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
preImport() - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
PreImportTaskRunner - Class in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Runs all pre-import tasks.
PreImportTaskRunner(SessionFactory, IndexManager, SchedulerServiceController, PlatformTransactionManager, ConfluenceSchemaCreator, CacheFlusher, SiteRestoreJobResurrector, PluginTemporaryDisabler, OnRestoreEventsSender) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
 
preOptimize() - Method in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
preOptimize() - Method in interface com.atlassian.confluence.search.v2.SearchIndexWriter
 
prepare() - Method in interface com.atlassian.confluence.core.BatchOperation
Called before the batch is processed.
prepare() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
prepare() - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
prepare() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
prepare(long, Modification<AbstractPage>, SaveContext) - Method in class com.atlassian.confluence.content.service.experimental.DefaultPageUpdateService
 
prepare(long, Modification<AbstractPage>, SaveContext) - Method in interface com.atlassian.confluence.content.service.experimental.PageUpdateService
Prepare content (page or blogpost) for update.
prepareActionProxy(Map<String, Object>, String, String, String) - Method in class com.atlassian.confluence.impl.struts.ConfluenceStrutsDispatcher
 
prepareAttributeRecords(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.AttributeRecordsGenerator
 
PreparedAbstractPage - Class in com.atlassian.confluence.content.service.experimental
 
prepareDownloadPath(String) - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
prepareDownloadPath(String) - Method in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
Helper method - returns the location to be used in the URL generated to download an exported archive.
prepareDownloadPath(String) - Method in class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction
 
prepareExportFileName(ConfluenceEntityObject) - Method in class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
 
prepareForMigrationTo() - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Deprecated.
since 8.1.0
prepareForMigrationTo() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
Deprecated.
since 8.1.0. Migration DB <-> FS should be already done and is not supported in 8.1.
prepareForMigrationTo() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
In this implementation, we want to make sure the attachments' directory is empty, otherwise we will have attachments or files that don't belong.
prepareForMigrationTo() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
Deprecated.
since 8.1.0, the DB storage is deprecated since 5.4.
prepareForMigrationTo() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
prepareForMigrationTo() - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
Deprecated.
since 8.1.0, not needed in v004 storage because no action needed for v004 migration
prepareForMigrationTo() - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
prepareForMigrationTo() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, no replacement
prepareForMigrationTo() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, no replacement
prepareForMigrationTo() - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
In this implementation, we want to make sure the attachments directory is empty, otherwise we will have attachments or files that don't belong.
prepareForMigrationTo() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
This implementation removes the contents of the table and passes the migration tasks onto the AttachmentDataDao
prepareForMigrationTo() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
This implementation clears out the Attachment data table, so we have a clean base for migration.
prepareObjectsToBePersisted(ExportableEntityInfo, Collection<ImportedObjectV2>) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.idmapping.IdMapper
Prepares records to be inserted to the database.
prepareObjectsToBePersisted(ExportableEntityInfo, Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.SiteRestoreIdMapper
 
prepareObjectsToBePersisted(ExportableEntityInfo, Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.SpaceRestoreIdMapper
 
prepareOperationRecords(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.OperationRecordsGenerator
 
preparePropertiesForSession(Properties) - Method in class com.atlassian.confluence.mail.auth.ConfluenceOAuth2AuthenticationContext
 
prepend(String) - Method in class com.atlassian.confluence.api.model.Expansions
Create a new Expansions that prepends the propertyName to the path of all expansions represented in this Expansions object.
preRenderBody(Map<String, Object>) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
This method will not retain a local copy of the contextMap - making it advantageous for pre-rendering templates with contexts comprising of transient or session-based data.
PreRenderedMailNotificationQueueItem - Class in com.atlassian.confluence.mail.template
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
PreRenderedMailNotificationQueueItem.Builder - Class in com.atlassian.confluence.mail.template
Deprecated.
prevCursor(Cursor) - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
prevCursor(Cursor) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
PREVENT_CACHING - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
Prevents all client and proxy caching.
PREVENT_CACHING_IE_SSL - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
Prevent caching in a way that is compatible with downloading attachments over SSL in Internet Explorer.
PreventCachingResourceFilterFactory - Class in com.atlassian.confluence.plugins.rest.jersey.jackson2.cachecontrol
Sets Cache-Control HTTP headers which prevent caching of ALL responses from REST resources in the plugin, and forces revalidation when you come back to the page.
PreventCachingResourceFilterFactory() - Constructor for class com.atlassian.confluence.plugins.rest.jersey.jackson2.cachecontrol.PreventCachingResourceFilterFactory
 
PreventCachingResponseFilter - Class in com.atlassian.confluence.plugins.rest.jersey.jackson2.cachecontrol
Sets Cache-Control HTTP headers which prevent caching of ALL responses, and forces revalidation when you come back to the page.
PreventCachingResponseFilter() - Constructor for class com.atlassian.confluence.plugins.rest.jersey.jackson2.cachecontrol.PreventCachingResponseFilter
 
preview - Variable in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
Deprecated.
since 5.3 (and really much much longer)
preview - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
PREVIEW - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Used when rendering is occurring in preview mode, such as on the preview tab when editing a Confluence page
PREVIEW - Static variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
PREVIEW - Static variable in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
PreviewMacroRequest - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
PreviewMacroRequest() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.PreviewMacroRequest
 
PREVIOUS - Static variable in class com.atlassian.confluence.api.model.content.History.Expansions
 
PREVIOUS_SIGNUP_TOKEN - Static variable in class com.atlassian.confluence.user.DefaultSignupManager
 
previousStartIndexes - Variable in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
previousVersion(Reference<Version>) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
 
prime(Iterable<? extends Space>) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
PrimitiveId - Class in com.atlassian.confluence.importexport.xmlimport.model
Deprecated.
since 7.17.0.
PrimitiveId(String, String) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveId
Deprecated.
 
PrimitiveIdParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
PrimitiveIdParser() - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.PrimitiveIdParser
Deprecated.
 
PrimitiveProperty - Class in com.atlassian.confluence.importexport.xmlimport.model
Deprecated.
since 7.17.0.
PrimitiveProperty(String, String, String) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
Deprecated.
 
PrimitivePropertyParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
PrimitivePropertyParser(String) - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.PrimitivePropertyParser
Deprecated.
 
PrintableVersionCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
PrintableVersionCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.PrintableVersionCondition
 
priority() - Element in annotation interface com.atlassian.confluence.util.test.annotations.UserJourney
 
PRIVATE - Static variable in class com.atlassian.confluence.spaces.actions.AbstractCreateSpaceAction
 
PRIVATE_LONG_TERM - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
Indicates to proxies and clients that this is private data.
PRIVATE_SHORT_TERM - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
Indicates to proxies and clients that this is private data.
PRIVATE_SPACE_SUBPATH - Static variable in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
process(ImportedObject) - Method in class com.atlassian.confluence.importexport.ChainedImportedObjectPreProcessor
Deprecated.
Process the object with each of the contained preprocessors
process(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.AttachmentContentStatusPreProcessor
 
process(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.BandanaXStreamUpgradePreProcessor
Deprecated.
 
process(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.ContentPropertyFilterPreProcessor
Deprecated.
 
process(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.NotNullBandanaRecordPreProcessor
 
process(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.SkipObjectPreProcessor
 
process(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.SkipObjectPropertyPreProcessor
 
process(ImportedObject) - Method in class com.atlassian.confluence.importexport.impl.SkipObjectWithReferencePreProcessor
 
process(ImportedObject) - Method in interface com.atlassian.confluence.importexport.ImportedObjectPreProcessor
Deprecated.
Takes an ImportedObject and returns a new, processed ImportedObject, or null if the ImportedObject should be skipped.
process(BulkAttachmentDeleteContext, AttachmentIdentifier) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.DefaultBulkAttachmentDelete.BulkAttachmentDeleteAction
 
process(LikePayload, LikeContext) - Method in class com.atlassian.confluence.plugins.like.notifications.batch.LikeCreatedBatchingProcessor
 
process(ModuleDescriptor<BackupRestoreProvider>, File, ImportProcessorSummary) - Method in interface com.atlassian.confluence.importexport.ImportedPluginDataPreProcessor
Deprecated.
Takes a source file of plugin data and returns a new, processed plugin data file, or the original file if no processing is required, or null if the plugin data should be skipped.
process(Tag) - Method in class com.atlassian.confluence.importexport.impl.HtmlImageProcessingRule
 
process(CONTEXT, TARGET) - Method in interface com.atlassian.confluence.impl.hibernate.bulk.BulkAction
Do logic for single item in bulk action
process(Long, Map<String, Object>, long) - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobCleaner
 
process(Long, Map<String, Object>, long) - Method in interface com.atlassian.confluence.impl.backgroundjob.BackgroundJobProcessor
This method does the actual background operations.
process(Long, Map<String, Object>, long) - Method in class com.atlassian.confluence.impl.content.ContentTreePermissionReindexEventBackgroundSender
 
process(Long, Map<String, Object>, long) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.SpaceDeletionBackgroundJobProcessor
Main method responsible for the space data deletion and sending corresponding events.
process(Object) - Method in interface com.atlassian.confluence.importexport.ImportedObjectPostProcessor
Deprecated.
Perform post-processing on an imported object.
process(Object, ExtractorContextWriter) - Method in interface com.atlassian.confluence.internal.index.v2.ExtractorContextPreProcessor
Processing Searchable and fill ExtractorContext
process(Object, ExtractorContextWriter) - Method in class com.atlassian.confluence.internal.index.v2.impl.MacroDefinitionExtractorContextPreprocessor
 
process(Object, ExtractorContextWriter) - Method in class com.atlassian.confluence.internal.index.v2.impl.PermissionChangeExtractorContextPreProcessor
 
process(String) - Method in class com.atlassian.confluence.mail.BotocssMailContentProcessor
 
process(String) - Method in class com.atlassian.confluence.mail.DefaultMailContentProcessor
 
process(String) - Method in interface com.atlassian.confluence.mail.MailContentProcessor
Take the supplied input data and process it in some fashion, returning the result.
process(String) - Method in class com.atlassian.confluence.mail.XsltMailContentProcessor
 
process(String) - Method in class com.atlassian.confluence.util.RegExpProcessor
 
process(String, RegExpProcessor.RegExpProcessorHandler) - Method in class com.atlassian.confluence.util.RegExpProcessor
 
process(Document) - Method in class com.atlassian.confluence.diff.ContextBlockMarkingDiffPostProcessor
 
process(Document) - Method in interface com.atlassian.confluence.diff.DiffPostProcessor
Perform some process on the supplied JDOM Document.
process(Document) - Method in class com.atlassian.confluence.diff.MacroIconInsertingPostProcessor
 
process(Document) - Method in class com.atlassian.confluence.diff.StripDaisyDiffDataPostProcessor
 
process(Document) - Method in class com.atlassian.confluence.diff.StripEmptySpansDiffPostProcessor
 
process(Document) - Method in class com.atlassian.confluence.diff.StripToContextDiffPostProcessor
 
process(Document) - Method in class com.atlassian.confluence.diff.XSLDiffPostProcessor
 
processBatchFind(long, Collection<String>, Class<E>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchFinder
 
processCartridge(EventCartridge) - Method in class com.atlassian.confluence.velocity.htmlsafe.ConfluenceEventCartridgeProcessor
 
processChangedRecords() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentChangeLogListener
Space of content updater must update changed records when it's called.
processChangedRecords() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
Space of content updater must update changed records when it's called.
processChangedRecords() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpaceChangeLogListener
 
processChunkOfStash(ImportedObjectsStash, IdMapper) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ObjectQueueProcessor
Processes a small piece of data from the stash async.
processContextForRendering(Context) - Static method in class com.atlassian.confluence.setup.struts.ConfluenceVelocityManager
 
processedObjectsCount(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics.Builder
 
processedObjectsCounter - Variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
 
processEntries() - Method in class com.atlassian.confluence.impl.system.JournalSystemMaintenanceTaskQueue
 
processEntries() - Method in interface com.atlassian.confluence.impl.system.SystemMaintenanceTaskQueue
Apply the given action to contents of the queue.
processEntries(Effect<EdgeIndexTask>) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskQueue
Apply the given action to contents of the queue.
processEntries(Effect<EdgeIndexTask>) - Method in class com.atlassian.confluence.plugins.edgeindex.JournalEdgeIndexTaskQueue
 
processEvent(AsyncImportFinishedEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceImportCommand
 
processEvent(AsyncImportFinishedEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserSpaceImportCommand
 
processEvent(AttachmentUpdateEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AttachmentUpdateCommand
 
processEvent(GroupRemovingEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupRemovingEventCommand
 
processEvent(GlobalPermissionChangeEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands.GlobalPermissionCommand
 
processEvent(SpaceRemoveEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceRemoveCommand
 
processEvent(PostUserRenamedEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.PostUserRenamedEventCommand
 
processEvent(UserRemovingEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserRemovingEventCommand
 
processEvent(ApplicationUpdatedEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.ApplicationUpdatedEventCommand
 
processEvent(GroupCreatedEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupCreatedEventCommand
 
processEvent(GroupMembershipsCreatedEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsCreatedEventCommand
 
processEvent(GroupMembershipsDeletedEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsDeletedEventCommand
 
processEvent(UserCreatedEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.CrowdUserCreatedCommand
 
processEvent(UserEditedEvent, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserActivationEventCommandUserManagement
 
processEvent(T, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentManagementMultiEventsCommand
 
processEvent(T, Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserManagementMultiEventsCommand
 
processEvent(T, Object...) - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.Command
Processing an event then serialize as one or many JournalEntry
processEvents(PageRequest) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
processEvents(PageRequest) - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncService
Processing events
processIncomingImportedObject(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.ImportedObjectsDispatcher
 
PROCESSING - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobState
 
PROCESSING_BATCH_SIZE - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
PROCESSING_BATCH_SIZE_FOR_LARGE_ENTITIES - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
processJobsFromTheQueue() - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AttachmentUpdateCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentCreateCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentPermissionChangeCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentRemoveCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentUpdateCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceEventsCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceImportCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpacePermissionChangeCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceRemoveCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands.GlobalPermissionCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.ApplicationUpdatedEventCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.CrowdUserCreatedCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.DirectoryEventCommandUserManagement
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupEventCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsEventCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserActivationEventCommandUserManagement
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserEventCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserRemovingEventCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserSpaceImportCommand
 
processJournalEntries(Collection<JournalEntry>) - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.Command
Deserialize JournalEntry to JSON representable object
processLine(int, String) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.LoggingOutputHandler
 
processLine(String) - Method in class com.atlassian.confluence.logging.LoggingOutputStream
Examines an inout line and amends, if needed.
processLogRecords() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
This function process log records.
processManager - Variable in class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
 
processMonitor - Variable in class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
 
processMultipartRequest() - Method in class com.atlassian.confluence.impl.pages.actions.AttachmentUploadHelper
 
processMultipartRequest(AtlassianMultiPartRequest) - Method in class com.atlassian.confluence.pages.actions.beans.FileStorer
Deprecated.
Checks the request to see that the MultiPartRequest provided contains a valid image.
processMultipartRequest(AtlassianMultiPartRequest) - Method in class com.atlassian.confluence.pages.actions.beans.ImageStorer
Deprecated.
Checks the request to see that the MultiPartRequest provided contains a valid image.
processMultipartRequest(MultiPartRequestWrapper) - Method in class com.atlassian.confluence.pages.actions.beans.FileStorer
processNewEntries(JournalIdentifier, int, Function<Iterable<JournalEntry>, EntryProcessorResult<V>>) - Method in interface com.atlassian.confluence.api.service.journal.JournalService
Processes journal entries that were added since the last time this method was called for this journal on this cluster node.
processNewEntries(JournalIdentifier, int, Function<Iterable<JournalEntry>, EntryProcessorResult<V>>) - Method in class com.atlassian.confluence.impl.index.DefaultIndexJournalService
 
processNewEntries(JournalIdentifier, int, Function<Iterable<JournalEntry>, EntryProcessorResult<V>>) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalService
 
processNewEntries(JournalIdentifier, int, Function<Iterable<JournalEntry>, EntryProcessorResult<V>>) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
processNewEntries(JournalIdentifier, int, Function<Iterable<JournalEntry>, EntryProcessorResult<V>>) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Processes journal entries that were added since the last time this method was called for this journal on this cluster node.
processNextJobs() - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobService
Process a next portion of active jobs.
processNextMessage() - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxServerWorker
 
processNextStashPhase() - Method in class com.atlassian.confluence.impl.backuprestore.restore.ImportedObjectsDispatcher
Processes the next phase.
processNotifications(UserEvent) - Method in class com.atlassian.confluence.user.notifications.UserSignUpNotificationsListener
Deprecated.
 
processNotifications(T) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
Generates the notifications associated with an event.
processObject(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.DefaultImportProcessor
Deprecated.
 
processObject(ImportedObject) - Method in interface com.atlassian.confluence.importexport.xmlimport.ImportProcessor
Deprecated.
 
processOpenSearchException(OpenSearchException) - Static method in class com.atlassian.confluence.plugins.opensearch.OpenSearchStartupChecker
Process OpenSearch exception for permission checks and raise Johnson event if necessary
processOpenSearchIOException(IOException) - Static method in class com.atlassian.confluence.plugins.opensearch.OpenSearchStartupChecker
Process OpenSearch IOException for permission checks and raise Johnson event if necessary
processRow(ResultSet) - Method in class com.atlassian.confluence.upgrade.upgradetask.SessionClearingRowCallbackHandler
 
processRowInternal(ResultSet) - Method in class com.atlassian.confluence.upgrade.upgradetask.SessionClearingRowCallbackHandler
 
processTaskTitle(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskUnmarshaller
 
processTemplate(Object, Writer) - Method in class com.atlassian.confluence.util.TemplateSupport
 
processWrappedWstxExceptionOrTrowMapped(RuntimeException, Function<RuntimeException, E>) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
New version of the woodstox parser sometimes throws Wstx* exceptions wrapped into the RuntimeException.
Profile(String) - Constructor for class com.atlassian.confluence.plugins.quickreload.Commenter.Profile
 
PROFILE - Enum constant in enum class com.atlassian.confluence.languages.LocaleInfo.SelectionReason
 
PROFILE - Static variable in interface com.atlassian.confluence.user.actions.MyProfileConstants.Homepage
 
PROFILE_ATTACHMENT_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
PROFILE_PICTURE - Static variable in class com.atlassian.confluence.api.model.people.User.Expansions
 
PROFILE_PICTURE_BUILTIN_PATH - Static variable in interface com.atlassian.confluence.user.UserAccessor
Relative path to default profile pictures in the web application, used to determine whether a user has uploaded a custom profile picture.
PROFILE_PICTURE_COMMENT - Static variable in class com.atlassian.confluence.pages.Attachment
 
PROFILE_PICTURE_URL - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
Relative URL of the user's profile picture, as returned by ProfilePictureInfo.getUriReference().
ProfiledSearchManager - Class in com.atlassian.confluence.internal.search.v2
SearchManager implementation that enables profiling metrics provided by atlassian-profiling.
ProfiledSearchManager(SearchManager) - Constructor for class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
ProfiledSearchManager.ThreadLimiterStatisticsSender - Class in com.atlassian.confluence.internal.search.v2
Class used for sending statistics about busy search threads for the Thread Limiter.
ProfileMacro - Class in com.atlassian.confluence.macro.profile
A macro that shows profile information.
ProfileMacro() - Constructor for class com.atlassian.confluence.macro.profile.ProfileMacro
 
profilePicture - Variable in class com.atlassian.confluence.api.model.people.Person.PersonBuilder
 
profilePicture(Icon) - Method in class com.atlassian.confluence.api.model.people.Anonymous.AnonymousBuilder
 
profilePicture(Icon) - Method in class com.atlassian.confluence.api.model.people.KnownUser.Builder
 
profilePicture(Icon) - Method in class com.atlassian.confluence.api.model.people.Person.PersonBuilder
 
ProfilePictureInfo - Class in com.atlassian.confluence.user.actions
This class handles the difference between an avatar which is a standard icon and one which is an attachment.
ProfilePictureInfo(Attachment) - Constructor for class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
ProfilePictureInfo(Avatar) - Constructor for class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
ProfilePictureInfo(String) - Constructor for class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
ProfilePictureInfo(String, String, boolean) - Constructor for class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
ProfilePictureInfoSerialiser - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers
JSON Serialiser for the ProfilePictureInfo object
ProfilePictureInfoSerialiser() - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers.ProfilePictureInfoSerialiser
 
ProfilePictureThumbnailViewEvent - Class in com.atlassian.confluence.event.events.content.attachment
Event fired every time a thumbnail of a profile picture attachment is viewed.
ProfilePictureThumbnailViewEvent(Object, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.ProfilePictureThumbnailViewEvent
 
ProfilePictureViewEvent - Class in com.atlassian.confluence.event.events.content.attachment
Event fired every time a full sized profile picture attachment is viewed.
ProfilePictureViewEvent(Object, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.ProfilePictureViewEvent
 
profilePop(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
Deprecated.
since 7.0. Use Timers.start(String) and a try-finally block.
profilePush(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
Deprecated.
since 7.0. Use Timers.start(String).
ProfilingParseDirective - Class in com.atlassian.confluence.setup.velocity
 
ProfilingParseDirective() - Constructor for class com.atlassian.confluence.setup.velocity.ProfilingParseDirective
 
ProfilingSiteMeshFilter - Class in com.atlassian.confluence.util.profiling
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1 use ProfilingSiteMeshFilter
ProfilingSiteMeshFilter() - Constructor for class com.atlassian.confluence.util.profiling.ProfilingSiteMeshFilter
Deprecated.
 
ProfilingTestRule - Class in com.atlassian.confluence.test.util
 
ProfilingTestRule - Class in com.atlassian.confluence.util.test.rules
Deprecated.
since 7.20. Use ProfilingTestRule instead.
ProfilingTestRule() - Constructor for class com.atlassian.confluence.test.util.ProfilingTestRule
 
ProfilingTestRule() - Constructor for class com.atlassian.confluence.util.test.rules.ProfilingTestRule
Deprecated.
 
progessSetupStep() - Method in class com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
 
progessSetupStep() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
progress - Variable in class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
 
Progress - Interface in com.atlassian.confluence.util
 
Progress() - Constructor for class com.atlassian.confluence.index.status.ReIndexJob.Progress
 
Progress(long, long) - Constructor for class com.atlassian.confluence.index.status.ReIndexJob.Progress
 
progressMeter - Variable in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
ProjectedSearchResult - Class in com.atlassian.confluence.search.v2
 
ProjectedSearchResult(SearchResult, Collection<String>) - Constructor for class com.atlassian.confluence.search.v2.ProjectedSearchResult
 
PROP_BACKUP_ATTACHMENTS - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
 
PROP_BUILD_NUMBER - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
build number of the earliest confluence version that this export can be imported by
PROP_CREATED_BY_BUILD_NUMBER - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
build number of the version of confluence that was used to generate export
PROP_DEFAULT_USERS_GROUP - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
Default users group for this instance, used to remap group permissions on import.
PROP_EXPORT_TYPE - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
 
PROP_EXPORTED_SPACEKEY - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
Indicates a specific space key which has been exported.
PROP_EXPORTED_SPACEKEYS - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
Indicates a collections of space keys which have been exported.
PROP_FILE_STORE_ID - Static variable in class com.atlassian.confluence.pages.Attachment
 
PROP_FILESIZE - Static variable in class com.atlassian.confluence.pages.Attachment
 
PROP_HIDDEN - Static variable in class com.atlassian.confluence.pages.Attachment
 
PROP_MEDIA_TYPE - Static variable in class com.atlassian.confluence.pages.Attachment
 
PROP_MINOR_EDIT - Static variable in class com.atlassian.confluence.pages.Attachment
 
PROP_PLUGIN_CREATED_BY_VERSION - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
Plugin version used to export (Mostly for ActiveObjects data)
PROP_PLUGIN_EARLIEST_VERSION - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
Earliest plugin version compatible with export
PROP_PLUGINS_EXPORTING_DATA - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
 
PROP_SUPPORT_ENTITLEMENT_NUMBER - Static variable in class com.atlassian.confluence.importexport.impl.ExportUtils
 
PropagableReindexer - Class in com.atlassian.confluence.internal.index
Reindexer which assumes indexes reside locally i.e.
PropagableReindexer(SearchableDao, SearchIndexAccessor, SearchIndexAccessor, EventPublisher, BatchIndexerFactory, JournalManager, JournalService, ClusterManager, SystemMaintenanceTaskQueue) - Constructor for class com.atlassian.confluence.internal.index.PropagableReindexer
 
PROPAGATING - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
PROPAGATING - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexStage
 
PROPAGATION_COMPLETE - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
PROPAGATION_FAIL - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
PROPAGATION_FAILED - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexStage
 
PROPAGATION_SKIPPED - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
properties() - Method in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
properties() - Method in class com.atlassian.confluence.rest.v2.api.model.RestObject
 
properties(String, String, int, int, UriInfo, DataFetchingEnvironment) - Method in class com.atlassian.confluence.plugins.graphql.providers.ContentPropertyProvider
 
Properties() - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestObject.Properties
 
PROPERTIES - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
PropertiesBackedColorSupport - Class in com.atlassian.confluence.themes
 
PropertiesBackedColorSupport(String) - Constructor for class com.atlassian.confluence.themes.PropertiesBackedColorSupport
 
PropertiesFileCacheSettingsManager - Class in com.atlassian.confluence.impl.cache.config
 
PropertiesFileCacheSettingsManager(FileStore.Path, ClusterLockService) - Constructor for class com.atlassian.confluence.impl.cache.config.PropertiesFileCacheSettingsManager
 
PropertiesModelMetadataProvider - Class in com.atlassian.confluence.plugins.restapi.metadata.content
Provides content metadata pertaining to properties on a Content entity.
PropertiesModelMetadataProvider(ContentPropertyService, NavigationService) - Constructor for class com.atlassian.confluence.plugins.restapi.metadata.content.PropertiesModelMetadataProvider
 
property(JsonContentProperty) - Method in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
property(JsonSpaceProperty) - Method in interface com.atlassian.confluence.api.nav.Navigation.SpaceNav
 
Property(Class<?>, String, Object) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Property
 
Property(String, Object) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Property
 
PROPERTY_NAME_JMX_DISABLED - Static variable in interface com.atlassian.confluence.jmx.MBeanExporterWithUnregister
Setting this system property to true will prevent the exporter from registering or unregistering MBeans, and cause MBeanExporterWithUnregister.isEnabled() to always return false
PROPERTY_NAME_PREFIX - Static variable in annotation interface com.atlassian.confluence.rest.v2.api.annotation.RateLimited
Prefix for the default name of the system property, that may be used to override the rate limit value.
PROPERTY_PREFIX - Static variable in class com.atlassian.confluence.user.ConfluenceUserPropertySetFactory
Deprecated.
 
PROPERTY_PREFIX - Static variable in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdPropertySetFactory
Deprecated.
 
PROPERTY_USER_CHANGE_PASSWORD_TOKEN - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_CHANGE_PASSWORD_TOKEN_ISSUE_DATE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_DASHBOARD_SPACES_SELECTED_TAB - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_DASHBOARD_SPACES_SELECTED_TEAM - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_EDITOR_AUTOCOMPLETE_DISABLED - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_EDITOR_AUTOFORMAT_DISABLED - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_EMAIL_MIMETYPE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_EMAIL_SHOW_DIFF - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_HIGHLIGHT_OPTION_PANEL_ENABLED - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_KEYBOARD_SHORTCUTS_DISABLED - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_LIKES_NOTIFY_AUTHOR - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_LOCALE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_NOTIFY_FOR_MY_OWN_ACTIONS - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_NOTIFY_ON_NEW_FOLLOWERS - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_PERSONAL_INFORMATION - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_PROFILE_PICTURE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_RECENT_CHANGES_SIZE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_RECOMMENDED_UPDATES_SCHEDULE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_SHOW_ATTACHMENTS - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_SHOW_CHILDREN - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_SHOW_EXPERT_MODE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_SIGNUP_DATE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_SIGNUP_TOKEN - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_SIGNUP_TOKEN_ISSUE_DATE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_SITE_HOMEPAGE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_SUBSCRIBE_TO_DIGEST - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_SUBSCRIBE_TO_RECOMMENDED_UPDATES - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_SUBSCRIBE_TO_RECOMMENDED_UPDATES_SET - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_TIME_ZONE - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PROPERTY_USER_WATCH_MY_OWN_CONTENT - Static variable in class com.atlassian.confluence.user.UserPreferencesKeys
 
PropertyEntity - Class in com.atlassian.confluence.functest.rest.admin.crowd
Represents a property entity.
PropertyEntity(String, String) - Constructor for class com.atlassian.confluence.functest.rest.admin.crowd.PropertyEntity
Constructs a property with the specified name and type.
PropertyEntryGardeningJob - Class in com.atlassian.confluence.impl.schedule.jobs
This job runs every month and clean up the redundant property entries in the os_propertyentry table.
PropertyEntryGardeningJob(SessionFactory, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.schedule.jobs.PropertyEntryGardeningJob
 
propertyName() - Element in annotation interface com.atlassian.confluence.rest.v2.api.annotation.RateLimited
System property custom name, which is used to override the rate limit value.
PropertyRestrictionEntity - Class in com.atlassian.confluence.functest.rest.admin.crowd
Represents a property restriction entity.
PropertyRestrictionEntity(PropertyEntity, String, String) - Constructor for class com.atlassian.confluence.functest.rest.admin.crowd.PropertyRestrictionEntity
Creates a new instance of RestPropertyRestriction.
propertySet() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
PropertySetItemPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
PropertySetItemPersister() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.PropertySetItemPersister
Deprecated.
 
PropertySetItemPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
PropertySetItemPersisterFactory() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.PropertySetItemPersisterFactory
Deprecated.
 
protocol - Variable in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
PrototypeApiCacheControlResourceFilterFactory - Class in com.atlassian.confluence.plugins.rest.jackson2.filter
Sets appropriate Cache-Control HTTP headers for REST resources in this plugin.
PrototypeApiCacheControlResourceFilterFactory() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.filter.PrototypeApiCacheControlResourceFilterFactory
 
PrototypeAttachmentResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
PrototypeAttachmentResource(UserAccessor, RestAttachmentManager, SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeAttachmentResource
Deprecated.
 
PrototypeContentResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
PrototypeContentResource(UserAccessor, RestContentManager, SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeContentResource
Deprecated.
 
PrototypeSearchService - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
PrototypeSearchService(UserAccessor, RestSearchService, SpacePermissionManager, PermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeSearchService
Deprecated.
 
PrototypeSpaceResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
PrototypeSpaceResource(UserAccessor, RestSpaceManager, SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeSpaceResource
Deprecated.
 
PrototypeUserResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
PrototypeUserResource(UserAccessor, PermissionManager, WebResourceUrlProvider, SettingsManager, I18NBeanFactory, SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeUserResource
Deprecated.
 
PrototypeUserSession - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
PrototypeUserSession(UserAccessor, RestUserSessionManager, SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeUserSession
Deprecated.
 
provide(ComponentRegistrar) - Method in class com.atlassian.confluence.plugin.osgi.NoopHostComponentProvider
 
provider - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
ProviderBasedAsymmetricKeyFactory - Class in com.atlassian.confluence.security.trust
Key factory for generating asymmetric cryptographic keys.
ProviderBasedAsymmetricKeyFactory() - Constructor for class com.atlassian.confluence.security.trust.ProviderBasedAsymmetricKeyFactory
 
proxyCommand(ServiceCommand, Class) - Method in class com.atlassian.confluence.spring.service.ServiceCommandTransactionProxy
 
ProxyDecoratorMapper - Class in com.atlassian.confluence.impl.sitemesh
A Sitemesh DecoratorMapper which delegates to a Spring bean.
ProxyDecoratorMapper() - Constructor for class com.atlassian.confluence.impl.sitemesh.ProxyDecoratorMapper
SiteMesh needs a public no-arg constructor.
PUBLIC_LONG_TERM - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
Indicates to proxies and clients that this is public data.
PUBLIC_SHORT_TERM - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
Indicates to proxies and clients that this is public data.
PublicAccess - Annotation Interface in com.atlassian.confluence.security.access.annotations
Deprecated.
since 9.0.0 please use UnrestrictedAccess instead
publicApiPackagesFilename() - Static method in class com.atlassian.confluence.impl.util.InternalOsgiUtils
 
PublicSettingsToJsonConverter - Class in com.atlassian.confluence.impl.backuprestore.converters
Converts BackupRestoreSettings to JSON object
PublicSettingsToJsonConverter() - Constructor for class com.atlassian.confluence.impl.backuprestore.converters.PublicSettingsToJsonConverter
 
PublicUserSignupEvent - Class in com.atlassian.confluence.event.events.user
 
PublicUserSignupEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.PublicUserSignupEvent
 
publish() - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsCollector
Publishes the metrics collected so far by this collector
publish(Alert) - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceAlertPublisher
 
publish(SharedDataManager) - Method in class com.atlassian.confluence.setup.SharedConfigurationMap
 
publish(Object) - Method in class com.atlassian.confluence.event.NoOpEventPublisher
 
publish(Object) - Method in class com.atlassian.confluence.event.TimingEventPublisher
 
publish(Object) - Method in class com.atlassian.confluence.impl.event.BatchingMultiEventPublisher5
 
publish(Object, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DummyRenderingEventPublisher
 
publish(Object, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.RenderingEventPublisher
Processes the ConversionContext to publish relevant events.
publish(Object, ConversionContext) - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEventPublisher
 
publish(Object, ConversionContext) - Method in class com.atlassian.confluence.macro.count.MacroCreateEventPublisher
Publishes a MacroCountEvent for each type of newly added macro encountered.
publishAck(UUID) - Method in interface com.atlassian.confluence.impl.cluster.event.TopicEventCluster
 
publishAck(UUID) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.event.HazelcastTopicEventCluster
 
publishAll(Collection<Object>) - Method in class com.atlassian.confluence.impl.event.BatchingMultiEventPublisher5
 
publishCallbackEvent(BiConsumer<ConfluenceIndexer, ChangeIndexer>) - Method in class com.atlassian.confluence.impl.search.IndexerEventPublisher
Publishes an event which will received by IndexerEventListener, which in turn will invoke the supplied callback with the ConfluenceIndexer and the ChangeIndexer.
publishCallbackEvent(Consumer<ConfluenceIndexer>) - Method in class com.atlassian.confluence.impl.search.IndexerEventPublisher
Publishes an event which will received by IndexerEventListener, which in turn will invoke the supplied callback with the ConfluenceIndexer.
publishConfiguration() - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
publishConfiguration() - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
publishConfiguration() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
Deprecated.
since 5.9
publishCreateEvent(ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
publishedInterface - Variable in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
publishEditDraft(Content, ContentDraftService.ConflictPolicy) - Method in class com.atlassian.confluence.api.impl.service.content.draft.ContentDraftServiceImpl
 
publishEditDraft(Content, ContentDraftService.ConflictPolicy) - Method in class com.atlassian.confluence.api.impl.service.content.draft.LegacyContentDraftServiceImpl
 
publishEditDraft(Content, ContentDraftService.ConflictPolicy) - Method in class com.atlassian.confluence.api.impl.service.content.draft.SharedContentDraftServiceImpl
 
publishEditDraft(Content, ContentDraftService.ConflictPolicy) - Method in interface com.atlassian.confluence.api.service.content.ContentDraftService
Update existing page/blog post that has an existing draft
publishEditDraftCompletionStage(Content, ContentDraftService.ConflictPolicy) - Method in interface com.atlassian.confluence.rest.client.RemoteContentDraftService
Update content
publishEditDraftCompletionStage(Content, ContentDraftService.ConflictPolicy) - Method in class com.atlassian.confluence.rest.client.RemoteContentDraftServiceImpl
 
publishers(Reference<ContributorUsers>) - Method in class com.atlassian.confluence.api.model.content.Contributors.Builder
 
PUBLISHERS - Static variable in class com.atlassian.confluence.api.model.content.Contributors.Expansions
 
publishEvent() - Method in class com.atlassian.confluence.functest.rest.cluster.ClusteredEventTestingResource
 
publishEvent() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
publishEvent(ConfluenceEvent) - Method in interface com.atlassian.confluence.cluster.ClusterManager
Publish an event as a ClusterEventWrapper to other nodes
publishEvent(ConfluenceEvent) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
publishEvent(ConfluenceEvent) - Method in class com.atlassian.testsupport.NonClusterManager
 
publishEvent(HazelcastTopicEvent) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.event.HazelcastTopicEventCluster
 
publishEvent(IndexerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
publishEvent(IndexerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
publishEvent(IndexerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
publishEvent(IndexerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
publishEvent(IndexerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
publishEvent(IndexerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
publishEvent(IndexerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
publishEvent(IndexerEventListener.VisitorEvent) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
publishEvent(E) - Method in interface com.atlassian.confluence.impl.cluster.event.TopicEventCluster
 
publishEvent(Long) - Method in class com.atlassian.confluence.user.crowd.ConfluenceLdapDirectoryClearingClusterEventPublisher
 
publishEvent(Object) - Method in class com.atlassian.confluence.importexport.Importer
Deprecated.
Publish an event to the rest of the system.
publishEventImmediately(ConfluenceEvent) - Method in interface com.atlassian.confluence.cluster.ClusterManager
Publish immediately, an event as a ClusterEventWrapper to other nodes
publishEventImmediately(ConfluenceEvent) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
publishEventImmediately(ConfluenceEvent) - Method in class com.atlassian.testsupport.NonClusterManager
 
publishEvents(Attachment, boolean) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
publishEvents(Attachment, boolean) - Method in class com.atlassian.confluence.servlet.download.ThumbnailDownload
 
publishEventToCluster(Object) - Method in interface com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventService
Deprecated.
 
publishEventToCluster(Object) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastExecutorClusterEventService
Deprecated.
 
publishEventToCluster(Object) - Method in class com.atlassian.confluence.impl.cluster.event.AvailabilityCheckingClusterEventService
Deprecated.
 
publishEventToCluster(Object) - Method in interface com.atlassian.confluence.impl.cluster.event.ClusterEventService
 
publishEventToCluster(Object) - Method in class com.atlassian.confluence.impl.cluster.event.TopicEventPublisher
Send the given event to all other cluster members, and record acknowldegements when those members have processed the event.
publishInstance(Content, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentBlueprintService
 
publishInstanceCompletionStage(Content, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentBlueprintService
Publishes the draft from blueprints.
publishInstanceCompletionStage(Content, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentBlueprintServiceImpl
 
publishJobCompletedEvent(CleanupSummary, VersionRemovalJobType) - Method in class com.atlassian.confluence.impl.retention.VersionRemovalEventPublisher
 
publishLegacyDraft(ContentId, Content, ContentStatus, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentBlueprintResource
 
publishNewDraft(Content, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.draft.ContentDraftServiceImpl
 
publishNewDraft(Content, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.draft.LegacyContentDraftServiceImpl
 
publishNewDraft(Content, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.draft.SharedContentDraftServiceImpl
Deprecated.
since 5.9 - we use the same method for publishing drafts for new pages and for page edits
publishNewDraft(Content, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentDraftService
Publishes the draft.
publishNewDraftCompletionStage(Content, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentDraftService
Publishes the draft.
publishNewDraftCompletionStage(Content, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentDraftServiceImpl
 
publishReindexingAnalyticsEvent(EventPublisher, ReIndexJob) - Static method in class com.atlassian.confluence.internal.index.event.ReindexAnalyticsEventPublishingHelper
publishRemoveEvent(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
publishSequenceSnapshot() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.CacheInvalidatorFactory
Builds a snapshot of the current invalidation sequence numbers for every cache, and publishes them to the other nodes.
publishSharedDraft(ContentId, Content, ContentStatus, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentBlueprintResource
 
publishSpaceNodeAnalyticsEvent(EventPublisher, ReIndexJob, String) - Static method in class com.atlassian.confluence.internal.index.event.ReindexAnalyticsEventPublishingHelper
 
publishSpaceNodeAnalyticsEvent(EventPublisher, ReIndexJob, String, ReIndexError) - Static method in class com.atlassian.confluence.internal.index.event.ReindexAnalyticsEventPublishingHelper
 
publishUpdateEvent(ContentEntityObject, ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
pullAbsoluteCounter(String) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
pullCacheCollector(String) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
pullCacheCollector(String, CacheCollector.Sizer) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
pullCacheCounter(String) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
pullCacheCounter(String, CacheCounter.Sizer) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
pullCounter(String) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
pullDerivedCounter(String) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
pullGauge(String) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
pullOpCounter(String) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
pullTimer(String) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
PunctuationTrimTokenFilterProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
Used in ExactAnalyzerProvider to trim punctuation
PunctuationTrimTokenFilterProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.PunctuationTrimTokenFilterProvider
 
purchaseDate(Date) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
purge(Content) - Method in class com.atlassian.confluence.api.impl.service.content.ContentTrashServiceImpl
 
purge(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentTrashService
Permanently delete a piece of content.
purge(String, long) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
purge(String, long) - Method in interface com.atlassian.confluence.pages.TrashManager
Remove one item from the trash.
purge(List<SpaceContentEntityObject>) - Method in interface com.atlassian.confluence.dmz.pages.TrashManagerInternal
Delete a list of trashed entities
purge(List<SpaceContentEntityObject>) - Method in class com.atlassian.confluence.pages.DefaultTrashManager
 
PURGE - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
PURGE_CHANGES_FROM_CONTENT - Enum constant in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
PURGE_CONTENT_FROM_CHANGES - Enum constant in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
PURGE_VERSION - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
purgeAll() - Method in class com.atlassian.confluence.internal.schedule.persistence.dao.HibernateInternalRunDetailsDao
 
purgeAll() - Method in interface com.atlassian.confluence.internal.schedule.persistence.dao.InternalRunDetailsDao
This method purges all run details.
purgeAllFiles() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
deletes all files in the folder where this SplitIndexFileManager is pointed at.
purgeChanges() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
 
purgeCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
purgeCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTrashServiceImpl
 
purgeCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Permanently delete a trashed piece of content.
purgeCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTrashService
Permanently delete a piece of content.
purgeContent() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
 
purgeFromTrash(String, long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
purgeFromTrash(String, String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
purgeFromTrash(String, String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
purgeFromTrash(String, String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
purgeFromTrash(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
purgeFromTrash(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
purgeOldRunDetails() - Method in class com.atlassian.confluence.schedule.managers.DefaultSchedulerRunDetailsManager
 
purgeOldRunDetails() - Method in interface com.atlassian.confluence.schedule.managers.SchedulerRunDetailsManager
This method purges the old run details, i.e.
purgeOldRunDetails(SchedulerRunDetailsPurgeMode, int) - Method in class com.atlassian.confluence.internal.schedule.persistence.dao.HibernateInternalRunDetailsDao
 
purgeOldRunDetails(SchedulerRunDetailsPurgeMode, int) - Method in interface com.atlassian.confluence.internal.schedule.persistence.dao.InternalRunDetailsDao
 
PurgeTrashItemAction - Class in com.atlassian.confluence.pages.actions
 
PurgeTrashItemAction() - Constructor for class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
push(ContentEntityObject) - Static method in class com.atlassian.confluence.renderer.ContentIncludeStack
 
push(ApplyDecoratorDirective) - Method in class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective.DirectiveStack
Deprecated.
 
pushCurrentMacroName(String) - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
pushCurrentTemplateName(String) - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
pushNewMetricsAccumulator(ConversionContext) - Static method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAccumulatorStack
 
put(Object, Resource) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
 
put(K, V) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
put(K, V) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
put(K, V) - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
put(K, V) - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
put(JobId, ScheduledJobStatus) - Method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobStatusCache
 
put(Serializable, Serializable) - Method in class com.atlassian.confluence.setup.SharedConfigurationMap
 
put(Object, Object) - Static method in class com.atlassian.confluence.cache.ThreadLocalCache
Put an object in the cache
put(Object, Object) - Method in class com.atlassian.confluence.rpc.auth.TokenMap
 
put(String) - Method in class com.atlassian.confluence.functest.rest.admin.PluginMetadataResource
 
put(String, Object) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
put(String, Object) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaConfigMap
 
put(String, Object) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
put(String, Object) - Static method in class com.atlassian.confluence.struts.flash.FlashScope
Adds things to the FlashScope.
put(String, Object) - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Sets the value associated with the key in the logging context, overwriting any existing value.
put(String, Object) - Method in class com.atlassian.confluence.velocity.context.CompositeContext
 
put(String, Object) - Method in class com.atlassian.sal.confluence.pluginsettings.ConfluencePluginSettings
 
put(String, Object) - Method in class com.atlassian.sal.confluence.pluginsettings.TransactionalPluginSettings
 
put(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PluginSettingsResource
 
put(String, String) - Method in class com.atlassian.confluence.impl.security.ConfluenceSecretService
 
put(String, String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PluginSettingsResource
 
put(String, String, Map<String, Object>) - Method in class com.atlassian.confluence.functest.rest.admin.BandanaResource
 
put(String, Map<String, Object>) - Method in class com.atlassian.confluence.functest.rest.admin.BandanaResource
 
put(K, V) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
put(K, V) - Method in class com.atlassian.confluence.api.model.reference.EnrichableMap
DO NOT USE Only for fixing the java.lang.UnsupportedOperationException from com.fasterxml.jackson.databind.deser.std.MapDeserializer._readAndBindStringKeyMap
put(K, V) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
 
put(K, V) - Method in class com.atlassian.confluence.cache.CacheOperations
 
put(K, V) - Method in class com.atlassian.confluence.cache.ThreadLocalCacheAccessor
Put a value in the threadlocal cache
put(K, V) - Method in interface com.atlassian.confluence.impl.cache.tx.TransactionAwareCache
 
put(K, V) - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
put(K, V) - Method in class com.atlassian.confluence.util.collections.CompositeMap
 
put(K, V) - Method in class com.atlassian.confluence.util.collections.LazyMap
 
put(Parser) - Method in class com.atlassian.confluence.velocity.ConfluenceParserPool
 
PUT - Enum constant in enum class com.atlassian.confluence.core.persistence.hibernate.CacheMode
The session will never read items from the cache, but will add items to the cache as it reads them from the database.
putAll(LazyMap<? extends K, ? extends V>) - Method in class com.atlassian.confluence.util.collections.LazyMap
 
putAll(Iterable<? extends T>) - Method in class com.atlassian.confluence.api.model.reference.ModelListBuilder
Add all items in the iterable to this builder.
putAll(Map) - Method in class com.atlassian.confluence.rpc.auth.TokenMap
 
putAll(Map<? extends String, ?>) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
putAll(Map<? extends K, ? extends V>) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
 
putAll(Map<? extends K, ? extends V>) - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.atlassian.confluence.util.collections.LazyMap
 
putAll(Context, Context) - Static method in class com.atlassian.confluence.velocity.ContextUtils
Copies entries from a source Context to a destination Context.
putAllIfAbsent(LazyMap<K, V>) - Method in class com.atlassian.confluence.util.collections.LazyMap
 
putAllMissing(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
Put all missing parameters from source into current web interface context
putCompletionStage(WebTarget, Class<? extends T>, Object) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
putContextEntry(String, Object) - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec.ContentBlueprintSpecBuilder
 
putCount() - Method in class com.atlassian.confluence.cache.CacheOperations
 
putIfAbsent(K, V) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
putIfAbsent(K, V) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
putIfAbsent(K, V) - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
putIfAbsent(FieldMapping) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldMappingWriter
 
putIfAbsent(FieldMapping) - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
putIfAbsent(FieldMapping) - Method in interface com.atlassian.confluence.search.v2.FieldMappings.FieldMappingWriter
Create the specified field mapping on the underlying index if it is not already present.
putIfAbsent(FieldMapping, String) - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
putIfAbsent(String, Instrument) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
putIfAbsent(K, V) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
putIfAbsent(K, V) - Method in class com.atlassian.confluence.cache.CacheOperations
Deprecated.
since 7.5 No longer used
putIfAbsentCount() - Method in class com.atlassian.confluence.cache.CacheOperations
 
putInContext(String, Object) - Method in class com.atlassian.confluence.util.TemplateSupport
 
putInstrument(Instrument) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
putMetadata(String, String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Adds key-value String pairs to a map to be rendered later.
putMetadata(String, String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
PutMetadataFunction - Class in com.atlassian.confluence.plugins.soy
A soy server function that Adds key-value String pairs to a map to be rendered later.
PutMetadataFunction(ConfluenceWebResourceManager) - Constructor for class com.atlassian.confluence.plugins.soy.PutMetadataFunction
 
putPrincipalInSessionContext(HttpServletRequest, Principal) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
putPrincipalInSessionContext(HttpServletRequest, Principal) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
putProperties(Map<String, Object>) - Method in class com.atlassian.confluence.rest.v2.api.model.RestObject
 
putProperty(String, Object) - Method in class com.atlassian.confluence.rest.v2.api.model.RestObject
 
putStringMappingInCache(String, String, String) - Method in class com.atlassian.confluence.functest.rest.admin.CacheResource
Map a key to a value for a given cache.
putStringMappingInCache(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
putStringMappingInCache(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
putStringMappingInCache(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
putVoidCompletionStage(WebTarget, Object) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 

Q

qualifier(String) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.container.EntityObjectsToXmlWriter
 
qualifyIndexName() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
Queries() - Constructor for class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager.Queries
Deprecated.
 
query - Variable in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
query - Variable in class com.atlassian.confluence.search.v2.AbstractSearch
 
query(ContentQuery<T>, int, int, Function<Query<T>, R>) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
query(SearchQuery) - Method in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
query(SearchQuery) - Method in class com.atlassian.confluence.search.v2.DecoratorSearchBuilder
 
query(SearchQuery) - Method in interface com.atlassian.confluence.search.v2.ISearch.Builder
 
query(String) - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters.Builder
 
query(String, String, UriInfo, HttpServletRequest) - Method in class com.atlassian.confluence.plugins.graphql.resource.GraphResource
 
QueryCacheSplitBrainDetector - Class in com.atlassian.confluence.impl.cache.hazelcast.hibernate
Query regions are local.
queryFacade(DoubleRangeQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchDoubleRangeQueryMapper
 
queryFacade(IntegerRangeQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchIntegerRangeQueryMapper
 
queryFacade(LongRangeQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchLongRangeQueryMapper
 
queryFacade(TermRangeQuery) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchTermRangeQueryMapper
 
queryFacade(Q) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchRangeQueryMapper
 
QueryFactory - Interface in com.atlassian.confluence.search.v2
Used by the query deserializer to map between key/parameters and SearchQuery objects.
queryForList(ContentQuery<T>) - Method in interface com.atlassian.confluence.content.CustomContentManager
Get the results of a query for CustomContentEntityObjects
queryForList(ContentQuery<T>) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
It is strongly recommended that the CustomContentDao.queryForList(ContentQuery, int, int) method be used in preference to this one, as this method does not apply pagination limits to the result set.
queryForList(ContentQuery<T>) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
queryForList(ContentQuery<T>) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
It is strongly recommended that the DefaultCustomContentManager.queryForList(ContentQuery, int, int) method be used in preference to this one, as this method does not apply pagination limits to the result set.
queryForList(ContentQuery<T>, int, int) - Method in interface com.atlassian.confluence.content.CustomContentManager
Get the results of a query for CustomContentEntityObjects
queryForList(ContentQuery<T>, int, int) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
queryForList(ContentQuery<T>, int, int) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
queryForList(ContentQuery<T>, int, int) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
queryIndex(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.IndexResource
 
queryNorm(float) - Method in class com.atlassian.confluence.internal.index.lucene.EdgeIndexSimilarity
 
QueryProvider - Interface in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
 
QuerySerializer - Class in com.atlassian.confluence.search.v2
Note: Query serialization and deserialization does not work for all possible permutations of query parts at the moment.
QuerySerializer(QueryFactory) - Constructor for class com.atlassian.confluence.search.v2.QuerySerializer
Construct a new query serializer
QueryStringQuery - Class in com.atlassian.confluence.search.v2.query
v2 primitive query
QueryStringQuery(Collection<String>, String, BooleanOperator) - Constructor for class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
QueryStringQuery(Collection<String>, String, BooleanOperator, Map<String, Float>) - Constructor for class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
QueryStringQuery(Collection<String>, Map<String, ? extends AnalyzerDescriptorProvider>, BooleanOperator, String) - Constructor for class com.atlassian.confluence.search.v2.query.QueryStringQuery
Construct a query with a custom analyzer.
QueryStringQuery(Collection<String>, Map<String, ? extends AnalyzerDescriptorProvider>, BooleanOperator, String, Map<String, Float>) - Constructor for class com.atlassian.confluence.search.v2.query.QueryStringQuery
 
QueryStringQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
QueryStringQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.QueryStringQueryMapper
 
QueryStringUtil - Class in com.atlassian.confluence.util
 
QueryStringUtil() - Constructor for class com.atlassian.confluence.util.QueryStringUtil
 
QueryToken - Class in com.atlassian.confluence.search.contentnames
A token emitted from tokenization performed by QueryTokenizer.
QueryToken(String, QueryToken.Type) - Constructor for class com.atlassian.confluence.search.contentnames.QueryToken
 
QueryToken.Type - Enum Class in com.atlassian.confluence.search.contentnames
 
QueryTokenizer - Interface in com.atlassian.confluence.search.contentnames
Tokenizes a query string into QueryTokens.
queryToString(SearchQuery) - Static method in class com.atlassian.confluence.search.v2.QuerySerializer
Convert a SearchQuery into a string form that can be transported over the wire, saved, and so on
queryType() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
queryType(DateRangeQuery.DateRangeQueryType) - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
 
QueryUtil - Class in com.atlassian.confluence.search.v2
 
QueryUtil() - Constructor for class com.atlassian.confluence.search.v2.QueryUtil
 
QUESTION - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
QUEUE_BATCH_SIZE_KEY - Static variable in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
QUEUE_SIZE - Static variable in class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
Size of ThreadPoolExecutor.workQueue
QUEUE_SIZE_KEY - Static variable in class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
 
QUEUED - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobState
 
QueuingChangeIndexer - Class in com.atlassian.confluence.impl.search
 
QueuingChangeIndexer() - Constructor for class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
QueuingConfluenceIndexer - Class in com.atlassian.confluence.internal.search
 
QueuingConfluenceIndexer() - Constructor for class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
QuickNavResource - Class in com.atlassian.confluence.plugins.quicknav.resources
This is the resource that provides QuickNav search endpoints to Confluence Users.
QuickNavResource(ContentNameSearchService) - Constructor for class com.atlassian.confluence.plugins.quicknav.resources.QuickNavResource
 
QuickReloadCaches - Class in com.atlassian.confluence.plugins.quickreload
Manage cached last updated timestamp built by listening to page update event and comment events as well as update from last built result for REST calls
QuickReloadCaches(EventPublisher, CacheFactory) - Constructor for class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
QuickReloadFilter - Class in com.atlassian.confluence.plugins.quickreload
Filter to quickly return empty data by looking into a cached last contents' (pages') last updated timestamp built by listening to page update event and comment events
QuickReloadFilter(QuickReloadCaches) - Constructor for class com.atlassian.confluence.plugins.quickreload.QuickReloadFilter
 
QuickReloadResource - Class in com.atlassian.confluence.plugins.quickreload
Endpoint for retrieving comments and page content after a specified time.
QuickReloadResource(CommentManager, CommentRenderService, UserAccessor, PageManager, PermissionManager, I18NBeanFactory, QuickReloadCaches, AccessModeService, GlobalSettingsManager, LicenseService, AttachmentManager) - Constructor for class com.atlassian.confluence.plugins.quickreload.QuickReloadResource
 
quietSend(Email) - Method in class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
quote(String) - Static method in class com.atlassian.confluence.json.json.JsonEscapeUtils
Produce a string in double quotes with backslash sequences in all the right places.
QuoteMacroReplacementRenderer - Class in com.atlassian.confluence.content.render.xhtml.migration
 
QuoteMacroReplacementRenderer(V2SubRenderer) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.QuoteMacroReplacementRenderer
 
quoteReplacement(String) - Static method in class com.atlassian.confluence.util.RegexUtils
 

R

RadeoxCompatibilityMacro - Class in com.atlassian.confluence.renderer.v2.macros
A wrapper macro that retains compatibility with our old Radeox-style macros
RadeoxCompatibilityMacro(Macro) - Constructor for class com.atlassian.confluence.renderer.v2.macros.RadeoxCompatibilityMacro
 
raiseJohnsonEvent(JohnsonEventType, String, String, JohnsonEventLevel) - Static method in class com.atlassian.confluence.setup.johnson.JohnsonUtils
Raises an Event with the given properties in the currently initialised Johnson container.
raiseJohnsonEventRequiringTranslation(JohnsonEventType, String, String, JohnsonEventLevel) - Static method in class com.atlassian.confluence.setup.johnson.JohnsonUtils
Raises an Event whose description requires translation in the currently initialised Johnson container.
raiseStartupErrorIfNotExistFor(JohnsonError) - Static method in class com.atlassian.confluence.plugins.opensearch.johnson.JohnsonUtils
Raise Startup Johnson event for open search
random - Variable in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
random - Variable in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdSharedFileWriteLatencyMeter
 
RANDOM_SUFFIX_LEN - Static variable in class com.atlassian.confluence.impl.space.deletion.concealing.SpaceKeyNameRenamer
 
RandomFileWrapper(AttachmentDataStreamType, File, RangeRequest) - Constructor for class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.RandomFileWrapper
Deprecated.
 
range(int, int) - Static method in class com.atlassian.confluence.util.collections.Range
Creates a new range with a given start value (inclusive) and end value (exclusive).
range(Class<T>) - Static method in class com.atlassian.confluence.search.v2.Range.Builder
 
range(R, R, boolean, boolean) - Static method in class com.atlassian.confluence.search.v2.Range
 
Range<T> - Class in com.atlassian.confluence.search.v2
Represent a set of data needed to perform a Lucene range queries.
Range - Class in com.atlassian.confluence.util.collections
Represents an integer range suitable for iterating over.
Range(T, T, boolean, boolean) - Constructor for class com.atlassian.confluence.search.v2.Range
 
RANGE_PATTERN - Static variable in class com.atlassian.confluence.web.rangerequest.RangeRequest
 
Range.Builder<T> - Class in com.atlassian.confluence.search.v2
 
RangeNotSatisfiableException - Exception in com.atlassian.confluence.web.rangerequest
 
RangeNotSatisfiableException(String) - Constructor for exception com.atlassian.confluence.web.rangerequest.RangeNotSatisfiableException
 
RangeNotSatisfiableException(String, Throwable) - Constructor for exception com.atlassian.confluence.web.rangerequest.RangeNotSatisfiableException
 
RangeRequest - Class in com.atlassian.confluence.web.rangerequest
Represents a valid HTTP byte range request http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.1
RangeRequest(long, long) - Constructor for class com.atlassian.confluence.web.rangerequest.RangeRequest
 
RangeRequest(long, long, long) - Constructor for class com.atlassian.confluence.web.rangerequest.RangeRequest
 
RankedLabelSearchResult - Class in com.atlassian.confluence.labels.persistence.dao
Simple helper object that associates a Label with a 'rank' value.
RankedLabelSearchResult(Label, int, int) - Constructor for class com.atlassian.confluence.labels.persistence.dao.RankedLabelSearchResult
 
RankedLabelSearchResult(LabelSearchResult, int) - Constructor for class com.atlassian.confluence.labels.persistence.dao.RankedLabelSearchResult
 
RankedLiteLabelSearchResult - Class in com.atlassian.confluence.labels.dto
A DTO class which adds 'rank' property to LiteLabelSearchResult which reflects the frequency of labels.
RankedLiteLabelSearchResult(LiteLabelSearchResult, int) - Constructor for class com.atlassian.confluence.labels.dto.RankedLiteLabelSearchResult
 
RankedNameComparator - Class in com.atlassian.confluence.labels.actions
 
RankedNameComparator() - Constructor for class com.atlassian.confluence.labels.actions.RankedNameComparator
 
RankedRankComparator - Class in com.atlassian.confluence.labels.actions
 
RankedRankComparator() - Constructor for class com.atlassian.confluence.labels.actions.RankedRankComparator
 
RankListLabelsAction - Class in com.atlassian.confluence.plugins.labels.actions
 
RankListLabelsAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.RankListLabelsAction
 
rankResults(List<LabelSearchResult>) - Static method in class com.atlassian.confluence.util.LabelUtil
 
rateLimit(String, Duration, int) - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
rateLimit(String, Duration, int) - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
RateLimited - Annotation Interface in com.atlassian.confluence.rest.v2.api.annotation
An annotation indicating that access to this REST resource should be rate limited.
RateLimited.Type - Enum Class in com.atlassian.confluence.rest.v2.api.annotation
Type of the requests that have to be rate limited
RateLimitedConsumer<T> - Class in com.atlassian.confluence.util.misc
Ignores calls to the wrapped consumer if the same key has been called within the minimum interval.
RateLimitedConsumer(Consumer<T>, long) - Constructor for class com.atlassian.confluence.util.misc.RateLimitedConsumer
Creates a new rate limited consumer.
RateLimitFilter - Class in com.atlassian.confluence.plugins.restapi.filters
 
RateLimitFilter(double, RateLimited.Type, Set<String>, PersonService, ConfluenceScopesRequestCache) - Constructor for class com.atlassian.confluence.plugins.restapi.filters.RateLimitFilter
 
RAW - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.ContentRepresentation
Deprecated.
Raw "database" format.
RAW - Static variable in class com.atlassian.confluence.api.model.content.ContentRepresentation
Raw "database" format.
RAW - Static variable in class com.atlassian.confluence.core.BodyType
Body is raw character data (will not be rendered for display)
RAW_BINARY - Enum constant in enum class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStreamType
 
RAW_DRAFT - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
 
RawTextResult - Class in com.atlassian.confluence.setup.struts
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, use RawTextResult instead.
RawTextResult() - Constructor for class com.atlassian.confluence.setup.struts.RawTextResult
Deprecated.
 
rawValue - Variable in class com.atlassian.confluence.plugins.index.api.FieldDescriptor
 
REACH_LIMIT - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchConfluenceSpaceLimitHealthStatus.Status
 
reactivateUser(User) - Method in interface bucket.user.UserAccessor
Deprecated.
Marks the specified user as active, which allows them to log in.
reactivateUser(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
reactivateUser(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
reactivateUser(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
reactivateUser(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Reactivates the given user
reactivateUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
reactivateUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
reactivateUser(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
reactivateUser(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
reactivateUserLocally(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
reactivateUserLocally(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
reactivateUserLocally(User) - Method in interface com.atlassian.confluence.user.UserAccessor
Marks the specified user as active, which allows them to log in.
read() - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
read() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.SanitizedXmlFilterReader
 
read() - Method in class com.atlassian.confluence.importexport.xmlimport.SanitizedFilterReader
Deprecated.
 
read() - Method in class com.atlassian.confluence.util.http.SizeLimitedInputStream
Deprecated.
 
read(byte[]) - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
read(byte[], int, int) - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
read(char[], int, int) - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.SanitizedXmlFilterReader
 
read(char[], int, int) - Method in class com.atlassian.confluence.importexport.xmlimport.SanitizedFilterReader
Deprecated.
 
read(long) - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.AdaptiveLabelCacheDao
Reads cached record by space id.
read(long) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.DatabaseBasedAdaptiveLabelCacheDaoImpl
 
read(DatabaseInformation, EntityNameProcessor) - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceTableReader
 
read(Element, String, String) - Method in class com.atlassian.confluence.plugins.contentproperty.index.config.XmlDescriptorSchemaReader
Reads content property index schema from a XML document.
READ - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
READ_ALL_SCOPE_SPACE_PERMISSIONS - Static variable in class com.atlassian.confluence.security.SpacePermission
SpacePermissions implicitly granted when using an OAuth token with READ_ALL scope.
READ_ONLY - Enum constant in enum class com.atlassian.confluence.api.model.accessmode.AccessMode
 
READ_ONLY - Enum constant in enum class com.atlassian.confluence.impl.pages.actions.PageAwareHelper.Result
 
READ_ONLY - Enum constant in enum class com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor.Permission
Allows only reading values from the underlying database.
READ_ONLY - Static variable in class com.atlassian.confluence.security.actions.PermissionCheckInterceptor
 
READ_ONLY_ACCESS_MODE_COMPATIBLE - Static variable in interface com.atlassian.confluence.plugins.maintenance.service.MaintenanceService
 
READ_ONLY_MODE_ENABLED - Enum constant in enum class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.AdditionalStatus
 
READ_ONLY_SPACE_PERMISSIONS - Static variable in class com.atlassian.confluence.security.SpacePermission
SpacePermissions available when Read Only Mode is enabled.
READ_ONLY_WHITELIST - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
READ_WRITE - Enum constant in enum class com.atlassian.confluence.api.model.accessmode.AccessMode
 
READ_WRITE - Enum constant in enum class com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor.Permission
Allows reading and updating values in the underlying database.
READABLE_URL_DARK_FEATURE - Static variable in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
readCharactersAndEntities(XMLEventReader) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Read all characters and entities from the supplied reader until a non-character or non-entity event is read.
readData(ObjectDataInput) - Method in class com.atlassian.confluence.cluster.hazelcast.AlwaysNullMapMergePolicy
 
readData(ObjectDataInput) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventWrapper
 
readDate(String) - Static method in class com.atlassian.confluence.plugins.rest.jackson2.filter.HttpDateFormat
 
readDefaultTemplate() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
 
readDefaultTemplate() - Method in class com.atlassian.confluence.spaces.actions.SpaceEditDecoratorAction
We override the super.readDefaultTemplate() here because we want to read _any_ template we can find with this name, not just the 'default' off disk.
readDefaultTemplate() - Method in class com.atlassian.confluence.spaces.actions.SpaceViewDefaultDecoratorAction
We override the super.readDefaultTemplate() here because we want to read _any_ template we can find with this name, not just the 'default' off disk.
readExposedOsgiPackagesFromFile(String) - Static method in class com.atlassian.confluence.impl.util.InternalOsgiUtils
 
readExposedOsgiSystemPackagesFromFile() - Static method in class com.atlassian.confluence.impl.util.InternalOsgiUtils
Read a list of package names from a file, one per line, filtering comments and blank lines.
readId(Class, String, EntityPersister) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.PersisterOperations
Deprecated.
 
readImageAttributes(String, String, StartElement) - Method in class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
 
readImageAttributes(StartElement) - Method in class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorImageAttributeParser
Adds additional handling of the class attribute for editor formatted images
readImageAttributes(StartElement) - Method in class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
 
readImageAttributes(StartElement) - Method in class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageImageAttributeParser
 
readInputsToString() - Method in class com.atlassian.confluence.core.InputStreamSerializer
 
readObjects(int) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStash
Read a collection of objects from the stash.
readObjects(int) - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashImpl
 
readObjects(int) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsReader
Reads objects from stash.
readObjects(int) - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsReaderImpl
 
readObjects(BackupRestoreConsumer<ImportedObjectV2>) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.container.BackupContainerReader
 
readObjects(BackupRestoreConsumer<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.XMLBackupContainerReader
 
ReadOnlyAccessAction - Class in com.atlassian.confluence.accessmode.actions
This action is responsible for returning a JSON string or a Read Only page depending on the request's Accept header or path.
ReadOnlyAccessAction() - Constructor for class com.atlassian.confluence.accessmode.actions.ReadOnlyAccessAction
 
ReadOnlyAccessAllowed - Annotation Interface in com.atlassian.confluence.api.service.accessmode
Specifies that the annotated method (or all methods in the class, or all the methods in all the classes in the package) should be bypassed by read-only access check.
ReadOnlyAccessBlocked - Annotation Interface in com.atlassian.confluence.api.service.accessmode
Specifies that the annotated method (or all methods in the class, or all the methods in all the classes in the package) should be blocked by read-only access check.
ReadOnlyAccessDynamicFeature - Class in com.atlassian.confluence.plugins.restapi.filters
 
ReadOnlyAccessDynamicFeature(AccessModeService) - Constructor for class com.atlassian.confluence.plugins.restapi.filters.ReadOnlyAccessDynamicFeature
 
ReadOnlyAccessRequestFilter - Class in com.atlassian.confluence.plugins.restapi.filters
ContainerRequestFilter assumes that read-only mode is enabled and blocks the REST request with POST/PUT/DELETE method in read-only mode
ReadOnlyAccessRequestFilter(AccessModeService, boolean) - Constructor for class com.atlassian.confluence.plugins.restapi.filters.ReadOnlyAccessRequestFilter
 
ReadOnlyAndReadWriteTransactionConversionTemplate<T> - Class in com.atlassian.confluence.impl.transaction
Provides methods for changing between read/write and readonly transactions.
ReadOnlyAndReadWriteTransactionConversionTemplate(PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.transaction.ReadOnlyAndReadWriteTransactionConversionTemplate
 
ReadOnlyApplicationConfig - Class in com.atlassian.confluence.impl.setup
Read-only wrapper for ApplicationConfiguration
ReadOnlyApplicationConfig(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
ReadOnlyAttachment - Class in com.atlassian.confluence.pages
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, use Attachment directly.
ReadOnlyAttachment(Attachment) - Constructor for class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
ReadOnlyAttachmentManager - Class in com.atlassian.confluence.pages
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, use DefaultAttachmentManager directly.
ReadOnlyAttachmentManager(AttachmentManager) - Constructor for class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
ReadOnlyCondition - Class in com.atlassian.confluence.impl.plugin.web.readonly
 
ReadOnlyCondition(Condition) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyCondition
 
ReadOnlyConfluenceUser - Class in com.atlassian.confluence.user
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, use ConfluenceUserImpl directly.
ReadOnlyConfluenceUser(ConfluenceUser) - Constructor for class com.atlassian.confluence.user.ReadOnlyConfluenceUser
Deprecated.
 
ReadOnlyContextProvider - Class in com.atlassian.confluence.impl.plugin.web.readonly
 
ReadOnlyContextProvider(ContextProvider) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyContextProvider
 
ReadOnlyException - Exception in com.atlassian.confluence.api.service.exceptions
This exception is thrown when things that are expected to be read-only
ReadOnlyException() - Constructor for exception com.atlassian.confluence.api.service.exceptions.ReadOnlyException
 
ReadOnlyException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.ReadOnlyException
 
ReadOnlyException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.ReadOnlyException
 
ReadOnlyException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.ReadOnlyException
 
ReadOnlyJsonResult - Class in com.atlassian.confluence.json
Deprecated.
since 8.6.0. Use a JAX-RS resource instead.
ReadOnlyJsonResult() - Constructor for class com.atlassian.confluence.json.ReadOnlyJsonResult
Deprecated.
 
ReadOnlyLicenseCalculator - Class in com.atlassian.confluence.util
Calculates the number of Users in a Confluence instance.
ReadOnlyLicenseCalculator(RegisteredUsersCache, TransactionExecutor<Integer>) - Constructor for class com.atlassian.confluence.util.ReadOnlyLicenseCalculator
 
readOnlyModeCompatible(boolean) - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon.Builder
 
ReadOnlyModeResult - Class in com.atlassian.confluence.plugins.quickreload
 
ReadOnlyModeResult(boolean, boolean, String) - Constructor for class com.atlassian.confluence.plugins.quickreload.ReadOnlyModeResult
 
ReadOnlyPersonService - Class in com.atlassian.confluence.api.impl.service.people
For use in the Velocity context.
ReadOnlyPersonService(PersonService) - Constructor for class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
ReadOnlyPropertySet - Class in com.atlassian.confluence.impl.propertyset
 
ReadOnlyPropertySet(PropertySet) - Constructor for class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
ReadOnlySetupPersister - Class in com.atlassian.confluence.impl.setup
Read-only wrapper for SetupPersister
ReadOnlySetupPersister(SetupPersister) - Constructor for class com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
 
ReadOnlySpace - Class in com.atlassian.confluence.spaces
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, use Space directly.
ReadOnlySpace(Space) - Constructor for class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
ReadOnlySpaceDescription - Class in com.atlassian.confluence.spaces
 
ReadOnlySpaceDescription(SpaceDescription) - Constructor for class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
ReadOnlySpaceManager - Class in com.atlassian.confluence.spaces
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, use SpaceManager directly.
ReadOnlySpaceManager(SpaceManager) - Constructor for class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
ReadOnlySpacePermissionManager - Class in com.atlassian.confluence.security
 
ReadOnlySpacePermissionManager(SpacePermissionManager) - Constructor for class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
ReadOnlySpaceSettingsManager - Class in com.atlassian.confluence.impl.settings
 
ReadOnlySpaceSettingsManager(SpaceSettingsManager) - Constructor for class com.atlassian.confluence.impl.settings.ReadOnlySpaceSettingsManager
 
ReadOnlyTransactionExecutor<K> - Class in com.atlassian.confluence.util.transaction
TransactionExecutor that wraps all TransactionCallback calls within a read only transaction.
ReadOnlyTransactionExecutor(PlatformTransactionManager) - Constructor for class com.atlassian.confluence.util.transaction.ReadOnlyTransactionExecutor
 
ReadOnlyUserAccessor - Class in com.atlassian.confluence.user
For use in the Velocity context.
ReadOnlyUserAccessor(UserAccessorInternal) - Constructor for class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
ReadOnlyWebFragmentHelper - Class in com.atlassian.confluence.impl.plugin.web.readonly
 
ReadOnlyWebFragmentHelper(WebFragmentHelper) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentHelper
 
ReadOnlyWebFragmentModuleDescriptor<T> - Class in com.atlassian.confluence.impl.plugin.web.readonly
 
ReadOnlyWebFragmentModuleDescriptor(WebFragmentModuleDescriptor<? extends T>) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
ReadOnlyWebIcon - Class in com.atlassian.confluence.impl.plugin.web.readonly
 
ReadOnlyWebIcon(WebIcon) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebIcon
 
ReadOnlyWebInterfaceManager - Class in com.atlassian.confluence.impl.plugin.web.readonly
This class/package was introduced as protection against an SSTI vulnerability which leveraged this class to escalate privileges.
ReadOnlyWebInterfaceManager(DynamicWebInterfaceManager) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
ReadOnlyWebItemModuleDescriptor - Class in com.atlassian.confluence.impl.plugin.web.readonly
 
ReadOnlyWebItemModuleDescriptor(WebItemModuleDescriptor) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebItemModuleDescriptor
 
ReadOnlyWebLabel - Class in com.atlassian.confluence.impl.plugin.web.readonly
 
ReadOnlyWebLabel(WebLabel) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLabel
 
ReadOnlyWebLink - Class in com.atlassian.confluence.impl.plugin.web.readonly
 
ReadOnlyWebLink(WebLink) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
 
ReadOnlyWebPanelModuleDescriptor - Class in com.atlassian.confluence.impl.plugin.web.readonly
 
ReadOnlyWebPanelModuleDescriptor(WebPanelModuleDescriptor<? extends WebPanel>) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebPanelModuleDescriptor
 
ReadOnlyWebSectionModuleDescriptor - Class in com.atlassian.confluence.impl.plugin.web.readonly
 
ReadOnlyWebSectionModuleDescriptor(WebSectionModuleDescriptor) - Constructor for class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebSectionModuleDescriptor
 
readPluginData(BackupProperties) - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.PluginDataReader
 
readPluginModuleData() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.container.BackupContainerReader
 
readPluginModuleData() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.XMLBackupContainerReader
 
readStoredConfig() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheConfigFileStore
 
readStoredConfig() - Method in interface com.atlassian.confluence.cache.ehcache.EhCacheConfigStore
 
ReadThroughAtlassianCache<K,V> - Class in com.atlassian.confluence.impl.cache
An implementation of ReadThroughCache backed by an atlassian-cache Cache.
ReadThroughAtlassianCache(Cache<K, V>) - Constructor for class com.atlassian.confluence.impl.cache.ReadThroughAtlassianCache
 
ReadThroughAttachmentDownloadPathCache - Class in com.atlassian.confluence.impl.pages.attachments
Cache for attachment download paths.
ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey - Class in com.atlassian.confluence.impl.pages.attachments
 
ReadThroughCache<K,V> - Interface in com.atlassian.confluence.impl.cache
A simple cache interface that supports the use of read-through operations.
ReadThroughCachingAttachmentDao - Class in com.atlassian.confluence.impl.pages.attachments
Caches the IDs of attachments retrieved with ReadThroughCachingAttachmentDao.getLatestAttachment(ContentEntityObject, String) in a cache.
ReadThroughCachingAttachmentDao(AttachmentDaoInternal, ReadThroughCache<String, Attachment>) - Constructor for class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
ReadThroughCachingAttachmentManager - Class in com.atlassian.confluence.impl.pages.attachments
Caches the download paths of attachments.
ReadThroughCachingAttachmentManager(AttachmentManagerInternal, ReadThroughAttachmentDownloadPathCache) - Constructor for class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
ReadThroughCachingBandanaPersister - Class in com.atlassian.confluence.impl.bandana
An implementation of BandanaPersister which caches the data from another BandanaPersister.
ReadThroughCachingPersonalInformationDao - Class in com.atlassian.confluence.impl.user.persistence.dao
 
ReadThroughCachingUserPropertySetFactory - Class in com.atlassian.confluence.impl.propertyset
An implementation of PropertySetFactory which delegates to another PropertySetFactory, and which keeps the resulting PropertySets in a node-local cache.
ReadThroughEntityCache<CACHEKEY extends Serializable,ENTITYID extends Serializable,ENTITY> - Class in com.atlassian.confluence.impl.cache
An implementation of ReadThroughCache which caches the IDs of entity objects against arbitrary keys.
ReadThroughEntityCache(ReadThroughCache<CACHEKEY, ENTITYID>, Function<ENTITYID, ENTITY>, Function<ENTITY, ENTITYID>) - Constructor for class com.atlassian.confluence.impl.cache.ReadThroughEntityCache
 
ReadThroughMostPopularCache<T extends Serializable> - Class in com.atlassian.confluence.impl.labels
Maintains a cache of the "most popular things" (globally, and by space).
readUTF() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ParanoidObjectDataInputStream
Overrides ObjectDataInputStream.readUTF() and applies a hard upper limit to the number of chars that can be read, to prevent malicious clients from triggering OutOfMemoryErrors
ReadWriteAccessModeCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
This condition checks if the current access mode is READ_WRITE
ReadWriteAccessModeCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ReadWriteAccessModeCondition
 
ReadyToServeServlet - Class in com.atlassian.confluence.servlet
Servlet used to log an application ready message to the lifecycle log, and marks that the last servlet has loaded.
ReadyToServeServlet() - Constructor for class com.atlassian.confluence.servlet.ReadyToServeServlet
 
RealContentAndPermissionsDao - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao
Provides access to content, content_perm and content_perm_set tables.
RealContentAndPermissionsDao(SessionFactory) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao
 
RealContentAndPermissionsDao.SimpleContentPermission - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao
We need this class to retrieve content permissions without taking all other linked stuff (like content permissions sets)
RealContentAndPermissionsDao.SimpleContentPermissionSet - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao
Helper for retrieving content permission sets
reason() - Method in exception com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException
 
reason(String) - Method in class com.atlassian.confluence.rest.v2.api.model.RestError.Builder
 
rebuild(Period, EdgeIndexBuilder.RebuildCondition) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexBuilder
 
rebuild(Period, EdgeIndexBuilder.RebuildCondition) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexBuilder
 
REBUILD_CHANGE_DOCUMENTS - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
REBUILD_COMPLETE - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
REBUILD_FAILED - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
REBUILD_FAILED - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexStage
 
REBUILD_INDEX - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.IndexTaskType
 
REBUILD_SKIPPED - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
rebuildAll() - Method in class com.atlassian.confluence.pages.ancestors.HibernatePageAncestorManager
 
rebuildAll() - Method in interface com.atlassian.confluence.pages.ancestors.PageAncestorManager
Rebuilds all the ancestors for all pages in the Confluence instance.
RebuildAncestorsPostImportTask - Class in com.atlassian.confluence.pages.ancestors
Deprecated.
since 7.17.0. Has to be changed and moved to the internal package: https://jira.atlassian.com/browse/CONFSRVDEV-22224
RebuildAncestorsPostImportTask(PageAncestorManager, SpaceManager) - Constructor for class com.atlassian.confluence.pages.ancestors.RebuildAncestorsPostImportTask
Deprecated.
 
RebuildAncestorTableAction - Class in com.atlassian.confluence.admin.actions.debug
 
RebuildAncestorTableAction() - Constructor for class com.atlassian.confluence.admin.actions.debug.RebuildAncestorTableAction
 
RebuildChangeDocumentsIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Responsible for rebuilding all change document(s) for a searchable (removing change documents for all versions of the searchable and then adding them back).
RebuildChangeDocumentsIndexTask(Searchable, ContentEntityObjectDaoInternal, IndexTaskFactoryInternal, HibernateSessionManager5, boolean) - Constructor for class com.atlassian.confluence.internal.search.tasks.RebuildChangeDocumentsIndexTask
Constructs a rebuild change document index task.
RebuildIndexParams(Long, String) - Constructor for class com.atlassian.confluence.plugins.edgeindex.tasks.RebuildIndexTask.RebuildIndexParams
 
RebuildIndexTask - Class in com.atlassian.confluence.plugins.edgeindex.tasks
Task to rebuild the edge index
RebuildIndexTask(EdgeIndexTaskFactory, EdgeReindexer, EdgeSearchIndexAccessor, RebuildIndexTask.RebuildIndexParams) - Constructor for class com.atlassian.confluence.plugins.edgeindex.tasks.RebuildIndexTask
 
RebuildIndexTask.RebuildIndexParams - Class in com.atlassian.confluence.plugins.edgeindex.tasks
 
REBUILDING - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
REBUILDING - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexStage
 
rebuildResourceUrlPrefix() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
Deprecated.
since 9.1
rebuildResourceUrlPrefix() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
Deprecated.
since 9.1
rebuildRuntimeConfiguration() - Method in class com.atlassian.confluence.setup.struts.PluginAwareXWorkConfiguration
 
rebuildSpace(Space) - Method in class com.atlassian.confluence.pages.ancestors.HibernatePageAncestorManager
 
rebuildSpace(Space) - Method in interface com.atlassian.confluence.pages.ancestors.PageAncestorManager
Rebuilds all the ancestors for pages within the given space.
receiveMessage() - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxServerContext
 
recent(int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.LabelResource
 
recent(UriInfo, String, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceLabelResource
 
RECENT_CHANGES_SIZE - Static variable in class com.atlassian.confluence.user.SessionKeys
 
RECENT_UPDATES_SEARCH - Static variable in class com.atlassian.confluence.search.v2.ChangesSearch
 
RecentBlogPostsAction - Class in com.atlassian.confluence.pages.actions
 
RecentBlogPostsAction() - Constructor for class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
RECENTLY_ACTIVE_SESSIONS_PERIOD_IN_MINUTES - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpRecentSessionsIpdJob
 
RecentlyUpdatedContentMacro - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
 
RecentlyUpdatedContentMacro(RecentlyUpdatedContentService, RecentlyUpdatedMacroTabProvider, LabelManager, EventPublisher, HttpContext, I18NBeanFactory, TemplateRenderer, LocaleManager, PageBuilderService) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentMacro
 
RecentlyUpdatedContentResource - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest
REST service for the RecentlyUpdatedContentMacro
RecentlyUpdatedContentResource(RecentlyUpdatedContentService, RecentlyUpdatedMacroTabProvider, LabelManager, UserAccessor) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.RecentlyUpdatedContentResource
 
RecentlyUpdatedContentResourceRequestDto - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto
This class represents a request which can be POSTed to RecentlyUpdatedContentResource
RecentlyUpdatedContentResourceRequestDto() - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto.RecentlyUpdatedContentResourceRequestDto
 
RecentlyUpdatedContentService - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Service to retrieve recently updated content
RecentlyUpdatedContentService(ContentUiSupport, I18NBeanFactory, PermissionManager, HttpContext, LocaleManager, FormatSettingsManager, UserAccessor, SearchManager, PredefinedSearchBuilder, ConfluenceMonitoring, EventPublisher) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentService
 
RecentlyUpdatedMacroParams - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Represents and parses macro parameters for the dashboard recently updated content macro.
RecentlyUpdatedMacroParams(Map<String, String>, LabelManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroParams
 
RecentlyUpdatedMacroRequestParams - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Represents all the configuration options passed in via request parameters.
RecentlyUpdatedMacroRequestParams(HttpContext) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
 
RecentlyUpdatedMacroRequestParams(Integer, String, String) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
 
RecentlyUpdatedMacroTab - Interface in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
A tab on the dashboard recently-updated list.
RecentlyUpdatedMacroTabProvider - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Provider for tabs.
RecentlyUpdatedMacroTabProvider(SpaceManager, LabelManager, PermissionManager, FollowService, UserAccessor, DynamicWebInterfaceManager, HttpContext, I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroTabProvider
 
recentSpaces(DataFetchingEnvironment, int) - Method in class com.atlassian.confluence.plugins.graphql.providers.RecentSpacesProvider
Get recently viewed spaces for the current user.
RecentSpacesProvider - Class in com.atlassian.confluence.plugins.graphql.providers
Provides the 'recentSpaces' top level field
RecentSpacesProvider(RecentlyViewedManager) - Constructor for class com.atlassian.confluence.plugins.graphql.providers.RecentSpacesProvider
 
RecentUpdate - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Structure to represent a recent update.
RecentUpdate(SearchResult, FriendlyDateFormatter, String, ContentUiSupport, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
RecentUpdateGroup - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Represents a single group of recent updates.
RecentUpdateGroup(User, ProfilePictureInfo, boolean) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
 
RecentUpdateQueryParameters - Class in com.atlassian.confluence.search.service
 
RecentUpdateQueryParameters(Set<ConfluenceUser>, Set<String>, Set<String>, EnumSet<ContentTypeEnum>) - Constructor for class com.atlassian.confluence.search.service.RecentUpdateQueryParameters
 
RECIPROCAL - Enum constant in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
RECOMMENDED_UPDATES_DEFAULT_ENABLED_KEY - Static variable in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
ReconcileContentAsyncFlag - Class in com.atlassian.confluence.api.service.content.util
 
ReconcileContentAsyncOperations - Class in com.atlassian.confluence.api.service.content.util
 
ReconcileContentRegisterTask<T> - Interface in com.atlassian.confluence.internal.content.collab
A runnable task which could allow to register for reconcile content
ReconcileContentTask - Class in com.atlassian.confluence.internal.content.collab
This task will trigger reconciliation request multiple times
ReconcileContentTask(EventPublisher) - Constructor for class com.atlassian.confluence.internal.content.collab.ReconcileContentTask
 
reconcileDraft(SpaceContentEntityObject, SpaceContentEntityObject) - Method in interface com.atlassian.confluence.internal.content.collab.ContentReconciliationManager
This method triggers SynchronyRecoveryEvent if collab editing is turned on and data recovery is needed for a draft.
reconcileDraft(SpaceContentEntityObject, SpaceContentEntityObject) - Method in class com.atlassian.confluence.internal.content.collab.DefaultContentReconciliationManager
 
reconcileIfNeeded(ContentEntityObject, SaveContext) - Method in interface com.atlassian.confluence.internal.content.collab.ContentReconciliationManager
This method triggers SynchronyRecoveryEvent if collab editing is turned on and data recovery is needed.
reconcileIfNeeded(ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.internal.content.collab.DefaultContentReconciliationManager
 
reconcileIfNeeded(AbstractPage, SaveContext) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
reconcileIfNeeded(AbstractPage, SaveContext) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
ReconcileReferringContentTask - Class in com.atlassian.confluence.internal.content.collab
This class is contained a logic to reconcile multiple content.
ReconcileReferringContentTask(PlatformTransactionManager, ContentEntityManagerInternal, ContentReconciliationManager, ContentEntityObjectDaoInternal, LinkManager, BodyContentQuerier, XhtmlContent, ReconciliationExecutorService) - Constructor for class com.atlassian.confluence.internal.content.collab.ReconcileReferringContentTask
 
RECONCILIATION_EXECUTOR_CORE_POOL_SIZE - Static variable in class com.atlassian.confluence.internal.content.collab.CollaborativeEditingConfigs
 
RECONCILIATION_EXECUTOR_MAX_POOL_SIZE - Static variable in class com.atlassian.confluence.internal.content.collab.CollaborativeEditingConfigs
 
ReconciliationExecutorService - Class in com.atlassian.confluence.internal.content.collab
 
ReconciliationExecutorService() - Constructor for class com.atlassian.confluence.internal.content.collab.ReconciliationExecutorService
Returns cached thread pool executor service.
ReconciliationRejectedExecutionHandler - Class in com.atlassian.confluence.internal.content.collab
A handler for rejected tasks that logs a message and throws a RejectedExecutionException.
ReconciliationRejectedExecutionHandler() - Constructor for class com.atlassian.confluence.internal.content.collab.ReconciliationRejectedExecutionHandler
 
reconfigure(ClusterConfig) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
reconfigure(ClusterConfig) - Method in interface com.atlassian.confluence.impl.cluster.ClusterManagerInternal
Set a new cluster configuration and cycle the service
reconfigure(ClusterConfig) - Method in class com.atlassian.testsupport.NonClusterManager
 
reconfigure(InputStream) - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
reconfigure(InputStream) - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
reconfigureAppendersWithLogDirectory() - Static method in class com.atlassian.confluence.impl.logging.LogAppenderController
Deprecated.
since 8.7
reconfigureAppendersWithLogDirectory(BootstrapManager) - Static method in class com.atlassian.confluence.impl.logging.LogAppenderController
 
record(LogEvent) - Method in class com.atlassian.confluence.functest.rest.admin.log.LogCaptor
 
record(Iterable<String>, Iterable<String>, boolean, Callable<T>) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder
record(Iterable<String>, Iterable<String>, Iterable<String>, Iterable<String>, boolean, Callable<T>) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder
record(Iterable<String>, Iterable<String>, Callable<T>) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder
record(Callable<T>) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder
recordInteraction(HttpServletRequest) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.session.HttpSessionTracker
 
recordLabelInteractionInHistory(Label) - Static method in class com.atlassian.confluence.util.LabelUtil
 
recordRequestTime(long) - Method in class com.atlassian.confluence.jmx.RequestMetrics
 
recordResources(Iterable<String>, Iterable<String>, boolean, Callable<T>) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder
recordResources(Iterable<String>, Iterable<String>, Iterable<String>, Iterable<String>, boolean, Callable<T>) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder
recordResources(Iterable<String>, Iterable<String>, Callable<T>) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder
recordResources(Callable<T>) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder
recordResources(Callable<T>, Consumer<RequiredResources>, Consumer<WebResourceAssemblerBuilder>) - Method in class com.atlassian.confluence.api.impl.service.content.ThreadlocalWebResourceDependenciesRecorder
 
recordResources(Callable<T>, Consumer<RequiredResources>, Consumer<WebResourceAssemblerBuilder>) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder
 
RecordsForBatchInsert(String, Map<String, Object>[], List<ImportedObjectV2>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao.RecordsForBatchInsert
 
RECOVERED_JOURNAL_PREFIX - Static variable in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
recoverIndex() - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
recoverIndex(JournalIdentifier, String) - Method in interface com.atlassian.confluence.api.service.index.IndexRecoveryService
Recovers the index required by asking other nodes in the cluster for a snapshot of their index and copying it to its local home directory.
recoverIndex(JournalIdentifier, String) - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
recoverIndex(JournalIdentifier, String) - Method in class com.atlassian.confluence.impl.index.NoopIndexRecoveryService
 
recoverIndexFromSharedHome(JournalIdentifier, String) - Method in interface com.atlassian.confluence.api.service.index.IndexRecoveryService
Recovers the index snapshot stored in the shared home.
recoverIndexFromSharedHome(JournalIdentifier, String) - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
recoverIndexFromSharedHome(JournalIdentifier, String) - Method in class com.atlassian.confluence.impl.index.NoopIndexRecoveryService
 
recoverMainIndex(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
recoverMainIndex(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
recoverMainIndex(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
recoverMainIndex(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
recoverMainIndex(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
RecoveryAwareCachingSpacePermissionManager - Class in com.atlassian.confluence.impl.security.recovery
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4. Use RecoveryAwareSpacePermissionManager instead.
RecoveryAwareCachingSpacePermissionManager(SpacePermissionDao, PermissionCheckExemptions, SpacePermissionDefaultsStoreFactory, TransactionAwareCacheFactory, EventPublisher, ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, ConfluenceUserResolver, AccessModeManager, GlobalSettingsManager, GroupResolver, SpaceDaoInternal) - Constructor for class com.atlassian.confluence.impl.security.recovery.RecoveryAwareCachingSpacePermissionManager
Deprecated.
 
RecoveryAwareCGCachingSpacePermissionManager - Class in com.atlassian.confluence.impl.security.recovery
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.2.6. Use RecoveryAwareSpacePermissionManager instead.
RecoveryAwareCGCachingSpacePermissionManager(PermissionCheckExemptions, CacheFactory, SpacePermissionManagerInternal, SpacePermissionDao, EventPublisher, ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, AccessModeManager, GlobalSettingsManager) - Constructor for class com.atlassian.confluence.impl.security.recovery.RecoveryAwareCGCachingSpacePermissionManager
Deprecated.
 
RecoveryAwareSpacePermissionManager - Class in com.atlassian.confluence.internal.security
 
RecoveryAwareSpacePermissionManager(SpacePermissionManagerInternal) - Constructor for class com.atlassian.confluence.internal.security.RecoveryAwareSpacePermissionManager
 
RecoveryContextListener - Class in com.atlassian.confluence.impl.security.recovery
This context listener creates the recovery admin user if confluence is running under recovery mode.
RecoveryContextListener() - Constructor for class com.atlassian.confluence.impl.security.recovery.RecoveryContextListener
 
RecoveryErrorService - Class in com.atlassian.confluence.upgrade.recovery
This class creates RecoveryException instances for any errors.
RecoveryErrorService() - Constructor for class com.atlassian.confluence.upgrade.recovery.RecoveryErrorService
 
RecoveryFileGenerator - Interface in com.atlassian.confluence.upgrade.recovery
Module for generating upgrade recovery files.
RecoveryUtil - Class in com.atlassian.confluence.impl.security.recovery
Recovery related utility methods.
RecoveryUtil() - Constructor for class com.atlassian.confluence.impl.security.recovery.RecoveryUtil
 
recreate() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager
Create a new index on OpenSearch based on the provided settings.
recreate() - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
RecursiveHibernateBulkAction<CONTEXT extends BulkExecutionContext,TARGET> - Class in com.atlassian.confluence.impl.hibernate.bulk
Abstract bulk recursive action.
RecursiveHibernateBulkAction(BulkTransaction, ProgressMeter, int, int) - Constructor for class com.atlassian.confluence.impl.hibernate.bulk.RecursiveHibernateBulkAction
 
RED - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchHealthStatus
 
RED_STAR - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
REDIRECT - Enum constant in enum class com.atlassian.confluence.servlet.simpledisplay.PathConversionAction
 
RedirectActionHelper - Class in com.atlassian.confluence.core.actions
 
RedirectActionHelper(DynamicWebInterfaceManager) - Constructor for class com.atlassian.confluence.core.actions.RedirectActionHelper
 
RedirectResult - Class in com.atlassian.confluence.xwork
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use ServletRedirectResult instead.
RedirectResult() - Constructor for class com.atlassian.confluence.xwork.RedirectResult
Deprecated.
 
RedirectServlet - Class in com.atlassian.confluence.impl.webapp
Servlet that redirects to the specified ServletConfig target init-param on the same context path as the incoming request.
RedirectServlet() - Constructor for class com.atlassian.confluence.impl.webapp.RedirectServlet
 
RedirectWithFlashResult - Class in com.atlassian.confluence.struts.flash
Takes Flash scope objects from the current request and puts them on the session.
RedirectWithFlashResult - Class in com.atlassian.confluence.xwork
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use RedirectWithFlashResult instead.
RedirectWithFlashResult() - Constructor for class com.atlassian.confluence.struts.flash.RedirectWithFlashResult
 
RedirectWithFlashResult() - Constructor for class com.atlassian.confluence.xwork.RedirectWithFlashResult
Deprecated.
 
reencodeURL(String) - Static method in class com.atlassian.confluence.util.HtmlUtil
Deprecated.
reencodeURL(String, Charset) - Static method in class com.atlassian.confluence.util.HtmlUtil
Attempts to handle common encoding errors in hand-edited URLs, such as failing to URL encode quotes.
ref(ContentEntityObject) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.model.Refs
 
ref(Attachment) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.model.Refs
 
ref(Space) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.model.Refs
 
REFACTORING - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
 
refactorReferencesToBeRelative(SpaceContentEntityObject) - Method in class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
 
refactorReferencesToBeRelative(SpaceContentEntityObject) - Method in interface com.atlassian.confluence.links.RelatedContentRefactorer
Update any references to the content itself (such as attachment links or embedded images) or to content in the same space.
Reference<T> - Class in com.atlassian.confluence.api.model.reference
A reference to a model object.
Reference() - Constructor for class com.atlassian.confluence.api.model.reference.Reference
Deprecated.
since 5.6 use @{link Reference#Reference(boolean)}
Reference(String, Class<?>, EntityObjectReadyForExport.Property) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Reference
 
ReferencedTable(String, String) - Constructor for class com.atlassian.confluence.internal.upgrade.constraint.dedup.MergeToSmallestIdDedupeStrategy.ReferencedTable
 
ReferenceEntityFromBodyContentExtractor - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
This class will use PluginFragmentTransformer and ReferencesFromBodyContentExtractorMarkerV2 and scan body content to extract a list of EntityObjectReadyForExport.Reference Note: this mainly focus on extracting EntityObjectReadyForExport.Reference for exporting purpose.
ReferenceEntityFromBodyContentExtractor(XmlEventReaderFactory, XmlOutputFactory, PluginAccessor, List<Supplier<FragmentTransformer>>) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.ReferenceEntityFromBodyContentExtractor
 
referenceInsert(String, Object) - Method in class com.atlassian.confluence.util.velocity.debug.DebugReferenceInsertionEventHandler
Deprecated.
 
ReferenceMatchers - Class in com.atlassian.confluence.api.testsupport.matchers.model.reference
Hamcrest matchers for Reference objects.
ReferenceProperty - Class in com.atlassian.confluence.importexport.xmlimport.model
Deprecated.
since 7.17.0.
ReferenceProperty(String, String, String, PrimitiveId) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.ReferenceProperty
Deprecated.
 
ReferencePropertyParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
ReferencePropertyParser(String) - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.ReferencePropertyParser
Deprecated.
 
ReferencesFromBodyContentExtractorMarker - Interface in com.atlassian.confluence.content.render.xhtml.transformers
Deprecated.
ReferencesFromBodyContentExtractorMarkerV2 - Interface in com.atlassian.confluence.content.render.xhtml.transformers
A marker which indicates that Plugin transformer is compatible with BodyContentDataExporter
ReferenceTypeBuilder - Class in com.atlassian.confluence.plugins.graphql.types
A builder for GraphQLType objects, generated for api Reference objects.
ReferenceTypeBuilder(GraphQLTypeBuilder) - Constructor for class com.atlassian.confluence.plugins.graphql.types.ReferenceTypeBuilder
 
referencingBlueprint() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
referencingBlueprint(ContentBlueprintId) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
referentClass() - Method in class com.atlassian.confluence.api.model.reference.ExpandedReference
 
referentClass() - Method in class com.atlassian.confluence.api.model.reference.Reference
 
ReferrerSettings - Class in com.atlassian.confluence.setup.settings.beans
Deprecated.
since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243 Just fields declare, no need setter for bandana
ReferrerSettings() - Constructor for class com.atlassian.confluence.setup.settings.beans.ReferrerSettings
Deprecated.
 
refineOsDestination(String) - Static method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
Escape XML and replace all space with %20
ReflectionUtil - Class in com.atlassian.confluence.internal.util.reflection
Reflection-related utility methods.
ReflectionUtil - Class in com.atlassian.confluence.plugins.restapi.graphql
 
ReflectionUtil() - Constructor for class com.atlassian.confluence.plugins.restapi.graphql.ReflectionUtil
 
ReflectiveObjectPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
ReflectiveObjectPersister(LabelManager, ConfluenceUserDao, StorageFormatUserRewriter) - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersister
Deprecated.
 
ReflectiveObjectPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
ReflectiveObjectPersisterFactory(LabelManager, ConfluenceUserDao, StorageFormatUserRewriter) - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersisterFactory
Deprecated.
 
refresh() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
 
refresh() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
refresh() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
refresh() - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
refresh() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
refresh(ContentEntityObject) - Method in interface com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternal
 
refresh(ContentEntityObject) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
refresh(PageTemplate) - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
refresh(PageTemplate) - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
 
refresh(Space) - Method in interface com.atlassian.confluence.internal.spaces.persistence.SpaceDaoInternal
 
refresh(Space) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
refresh(DirectoryReader) - Static method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Refreshes a reader so the written changes become visible.
REFRESH - Enum constant in enum class com.atlassian.confluence.core.persistence.hibernate.CacheMode
The session will never read items from the cache, but will add items to the cache as it reads them from the database.
refreshAndGetToken() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
refreshAndGetToken() - Method in interface com.atlassian.confluence.user.SignupManager
Creates a new sign-up token and returns it.
refreshClusteredJobsIntervalInMinutes() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerConfiguration
 
refreshContentEntity(ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Refreshes the specified entity (including content) in the Hibernate session to ensure that subsequent retrievals are up-to-date.
refreshContentEntity(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
refreshIndex() - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
refreshIndex() - Method in interface com.atlassian.confluence.internal.search.IncrementalIndexManager
Refresh the index immediately, which publishes its most recent changes and makes them available for searching.
refreshIndex() - Method in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
refreshIndex() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
refreshIndex() - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
refreshIndex() - Method in interface com.atlassian.confluence.search.IndexManager
Refresh the index immediately, which publishes its most recent changes and makes them available for searching.
refreshIndex() - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
refreshIndex() - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
Refresh the index immediately, which publishes its most recent changes and makes them available for searching.
refreshIndex(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Refresh the index immediately, which publishes its most recent changes and makes them available for searching.
refreshIndex(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
refreshIndex(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
refreshIndex(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
refreshIndexInfo() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Force refresh of the indexInfo.
refreshKey() - Method in class com.atlassian.confluence.macro.browser.DefaultMacroMetadataClientCacheKeyManager
 
refreshKey() - Method in interface com.atlassian.confluence.macro.browser.MacroMetadataClientCacheKeyManager
 
RefreshLicensingAction - Class in com.atlassian.confluence.admin.actions
 
RefreshLicensingAction() - Constructor for class com.atlassian.confluence.admin.actions.RefreshLicensingAction
 
refreshPage(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
refreshPage(ContentEntityObject) - Method in interface com.atlassian.confluence.pages.PageManager
Refresh the page object in the hibernate session.
refreshPageTemplate(PageTemplate) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
refreshPageTemplate(PageTemplate) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
refreshPrincipalObtainedFromSession(UserAccessor, Principal) - Static method in class com.atlassian.confluence.security.seraph.ConfluenceAuthenticatorUtils
 
refreshPrincipalObtainedFromSession(HttpServletRequest, Principal) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
For error request processing, we skip refreshing the principal, since that requires a database connection, and we may be getting errors because of database connection pool exhaustion.
refreshPrincipalObtainedFromSession(HttpServletRequest, Principal) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
refreshResource(Resource, String) - Method in class com.atlassian.confluence.velocity.ConfigurableResourceManager
Takes an existing resource, and 'refreshes' it.
refreshSemaphore() - Method in class com.atlassian.confluence.impl.search.contentnames.SemaphoreHolder
Update the underlying semaphore to the size of Settings.maxSimultaneousQuickNavRequests.
refreshState() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.ConfluenceCachedIpdState
 
Refs - Class in com.atlassian.confluence.impl.pages.attachments.filesystem.model
Provides factory methods for creating AttachmentRef types.
REGEX_REMOVE_PUNCTUATION - Static variable in class com.atlassian.confluence.plugins.index.api.ExactAnalyzerDescriptor
This regex is hideous, but is faster than the simpler one This regex captures all characters between the first non-whitespace/non-punctuation character and the last non-whitespace/non-punctuation character For example, " CONFSRVDEV-XYZ123!" will be captured as "CONFSRVDEV-XYZ123", it also works with unicode characters such as Japanese symbols The exact search index will store both the original token "CONFSRVDEV-XYZ123!" and the captured token "CONFSRVDEV-XYZ123", so exact searches will work with both
RegExpProcessor - Class in com.atlassian.confluence.util
 
RegExpProcessor(String, String) - Constructor for class com.atlassian.confluence.util.RegExpProcessor
 
RegExpProcessor(String, String, boolean, RegExpProcessor.RegExpProcessorHandler) - Constructor for class com.atlassian.confluence.util.RegExpProcessor
 
RegExpProcessor(String, String, RegExpProcessor.RegExpProcessorHandler) - Constructor for class com.atlassian.confluence.util.RegExpProcessor
 
RegExpProcessor.RegExpProcessorHandler - Interface in com.atlassian.confluence.util
 
RegexUtils - Class in com.atlassian.confluence.util
 
RegexUtils() - Constructor for class com.atlassian.confluence.util.RegexUtils
 
register() - Method in class com.atlassian.confluence.impl.retention.listener.SpaceRetentionPolicyIndexingListener
 
register() - Method in class com.atlassian.confluence.impl.system.runner.CreateIndexSnapshotMaintenanceTaskRunner
 
register() - Method in class com.atlassian.confluence.impl.system.runner.ReIndexMaintenanceTaskRunner
 
register() - Method in class com.atlassian.confluence.impl.system.runner.RestoreIndexSnapshotMaintenanceTaskRunner
 
register() - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
register() - Method in class com.atlassian.confluence.internal.license.LicenseBasedCachingEnterpriseFeatureFlag
 
register(Marshaller, Class, MarshallingType) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultMarshallingRegistry
 
register(Marshaller, Class, MarshallingType) - Method in interface com.atlassian.confluence.content.render.xhtml.MarshallingRegistry
 
register(Unmarshaller, Class, MarshallingType) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultMarshallingRegistry
 
register(Unmarshaller, Class, MarshallingType) - Method in interface com.atlassian.confluence.content.render.xhtml.MarshallingRegistry
 
register(ScopesRequestCacheDelegate) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceThreadLocalContextManager
 
register(ScopesRequestCacheDelegate) - Method in interface com.atlassian.confluence.dmz.security.delegate.ScopesRequestCacheDelegate.Registrar
 
register(SystemMaintenanceTaskType, SystemMaintenanceTaskRunner<T>) - Method in class com.atlassian.confluence.impl.system.DefaultSystemMaintenanceTaskRegistry
 
register(SystemMaintenanceTaskType, SystemMaintenanceTaskRunner<T>) - Method in interface com.atlassian.confluence.impl.system.SystemMaintenanceTaskRegistry
Register taskRunner to run tasks of a specific type
register(HealthCheck) - Method in class com.atlassian.confluence.impl.health.DefaultHealthCheckRegistry
 
register(HealthCheck) - Method in interface com.atlassian.confluence.internal.health.HealthCheckRegistry
Registers the given health check for later execution.
register(ContainerBuilder, LocatableProperties) - Method in class com.atlassian.confluence.impl.struts.GlobalSettingsStrutsContainerProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class com.atlassian.confluence.impl.struts.PluginModuleXmlConfigurationProvider
 
register(Class<?>...) - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction.StubComponentRegistrar
 
register(Object) - Method in class com.atlassian.confluence.event.NoOpEventPublisher
 
register(Object) - Method in class com.atlassian.confluence.event.TimingEventPublisher
 
register(Object) - Method in class com.atlassian.confluence.impl.event.BatchingMultiEventPublisher5
 
register(String, PermissionDelegate<?>) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
register(String, PermissionDelegate<?>) - Method in interface com.atlassian.confluence.security.PermissionDelegateRegistry
 
registerAvatarProviderModuleDescriptor(DefaultModuleDescriptorFactory) - Static method in class it.com.atlassian.confluence.user.avatar.AvatarProviderModuleDescriptorRegistrar
Registers AvatarProviderModuleDescriptor with the ModuleDescriptorFactory.
registerBackgroundJobProcessor(BackgroundJobProcessor) - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobService
Registers a background processor.
registerBean(String, Object) - Static method in class com.atlassian.confluence.jmx.JmxUtil
Exposes an object as an MBean.
registerCallbackContextObject(Class<?>, Object) - Method in interface com.atlassian.confluence.util.sandbox.SandboxSpec.SpecBuilder
Add single mapping to callback context for this sandbox spec
registerCallbacks() - Method in class com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEventPublisher
Registers a known set of metrics types
registerClassAllowListForPlugin(Plugin, ModuleCompleteKey, Set<String>) - Method in class com.atlassian.confluence.impl.struts.OgnlAllowListConfigurator
 
registerComponent(String, Object) - Method in class com.atlassian.confluence.ContainerManagerTestSupport
 
registerContentEntityObject(Object, Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
registerConverter(Converter, Integer) - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
registerConverter(Converter, Integer) - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStreamInternal
 
registerCursorInstanceCreator(String, Function<String, Cursor>) - Static method in class com.atlassian.confluence.api.service.pagination.CursorFactory
Additional cursor types could be registered through this method.
REGISTERED - Static variable in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
REGISTERED_USERS - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
RegisteredUsersCache - Class in com.atlassian.confluence.impl.user
An abstraction around a cache which contains the number of the registered users.
RegisteredUsersCache(CacheFactory) - Constructor for class com.atlassian.confluence.impl.user.RegisteredUsersCache
 
registerEventListener() - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.ReindexMetrics
 
registerEventListener() - Method in class com.atlassian.confluence.functest.rest.cluster.ClusterEventTestingService
 
registerEventListener() - Method in class com.atlassian.confluence.impl.security.AllowedUrlsProviderImpl
 
registerEventListener() - Method in class com.atlassian.confluence.impl.security.CachingInheritedContentPermissionManager
 
registerEventListener() - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
registerEventListener(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
registerEventListener(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Registers a temporary event listener on the server to listen for the specified event.
registerEventListener(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
registerFactory(AtlassianInstrumentation.AtlasSplitFactory) - Static method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentation
Register a factory for use.
registerForEvents() - Method in class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataCache
 
registerForEvents() - Method in class com.atlassian.confluence.impl.security.SpacePermissionCachePrimer
 
registerForEvents() - Method in class com.atlassian.confluence.impl.security.SpacePermissionManagerFactory
Deprecated.
 
registerForEvents() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventPublisher
 
registerForEvents() - Method in class com.atlassian.confluence.impl.user.crowd.CacheableDirectoryInstanceLoader
 
registerForEvents() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexingQueueProcessingTimeIpdJob
 
registerHealthChecks() - Method in class com.atlassian.confluence.impl.health.HealthCheckRegistrar
Registers the Confluence HealthChecks with the registry.
registerHook(Method, MethodBeforeAdvice) - Static method in class com.atlassian.confluence.impl.profiling.ThreadLocalMethodHooks
Register the given hook to run against any cal to the given method on the current thread.
registerHttpRequest(ServletRequest) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.DefaultIpdHttpMonitoringService
 
registerHttpRequest(ServletRequest) - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.http.IpdHttpMonitoringService
 
registerJobRunner(JobRunnerKey, JobRunner) - Method in class com.atlassian.confluence.impl.schedule.caesium.ConfluenceSchedulerService
 
registerListener() - Method in class com.atlassian.confluence.impl.user.crowd.directory.ConfluenceDirectoryMonitorRefresherStarter
 
registerLocalRegionCache(LocalRegionCache) - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.LocalRegionCacheMaxSizeAdjuster
 
registerLogConsumer(String, Consumer<LogEvent>) - Method in class com.atlassian.confluence.impl.logging.log4j.sink.Log4JLogConsumerService
 
registerLogConsumer(String, Consumer<LogEvent>) - Method in interface com.atlassian.confluence.logging.sink.LogConsumerService
Registers a Consumer of LogEvents under the given key.
registerLogDirectoryAware(Consumer<Path>) - Static method in class com.atlassian.confluence.impl.logging.LogAppenderController
Registers an interest in when the Confluence home log directory becomes available.
registerMacro(String, Macro) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroPluginMacroManager
 
registerMacro(String, Macro) - Method in class com.atlassian.confluence.macro.xhtml.V2CompatibilityMacroManager
 
registerMacro(String, Macro) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
registerMacro(String, Macro) - Method in class com.atlassian.confluence.macro.xhtml.DelegatingReadOnlyMacroManager
 
registerMacro(String, Macro) - Method in interface com.atlassian.confluence.macro.xhtml.MacroManager
Registers a new macro with the given name.
registerMacro(String, Macro) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroLibraryMacroManager
 
registerMacro(String, Macro) - Method in class com.atlassian.confluence.renderer.DefaultMacroManager
 
registerMacro(String, Macro) - Method in interface com.atlassian.confluence.renderer.MacroManager
Registers a new macro with the given name.
registerManagedResource(Object, ObjectName) - Method in class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
 
registerManagedScheduledJob(ManagedScheduledJob) - Method in class com.atlassian.confluence.schedule.ManagedScheduledJobFactory
For registering of additional ManagedScheduledJob's (e.g.
registerManagedScheduledJob(ManagedScheduledJob) - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJobRegistrationService
Registers a managedScheduledJob with the system.
registerMicrometer() - Method in class com.atlassian.confluence.impl.metrics.AtlassianProfilingRegistrar
 
registerNewId(Object) - Method in class com.atlassian.confluence.impl.backuprestore.restore.HiLoGeneratorInitialiserOnSiteRestore
 
registerPackageAllowListForPlugin(ModuleCompleteKey, String, Set<String>) - Method in class com.atlassian.confluence.impl.struts.OgnlAllowListConfigurator
 
registerPluginPatterns(ModuleCompleteKey, Set<Pattern>) - Method in class com.atlassian.confluence.impl.struts.MultipartUploadConfigurator
 
registerProfilerStrategy() - Method in class com.atlassian.confluence.impl.metrics.AtlassianProfilingRegistrar
 
registerReconcileContent(ContentUpdatedEvent) - Method in class com.atlassian.confluence.internal.content.collab.ReconcileContentTask
 
registerReconcileContent(OwningContent) - Method in class com.atlassian.confluence.internal.content.collab.ReconcileReferringContentTask
 
registerReconcileContent(T) - Method in interface com.atlassian.confluence.internal.content.collab.ReconcileContentRegisterTask
Register a content which own a particular attachment.
registerResultSetOutParameter(CallableStatement, int) - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
registerRolloverRunner(Runnable) - Static method in class com.atlassian.confluence.impl.logging.LogAppenderController
Registers a runner to be run whenever a log file rollover is requested.
registerStart(String, String, String) - Method in interface com.atlassian.confluence.util.profiling.ActivityMonitor
Starts tracking an activity using the current thread.
registerStart(String, String, String) - Method in class com.atlassian.confluence.util.profiling.DefaultActivityMonitor
 
registerStart(String, String, String) - Method in class com.atlassian.confluence.util.profiling.NopActivityMonitor
 
registerSubscriber(Subscriber) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
registerSynchronization(TransactionSynchronization) - Method in class com.atlassian.confluence.impl.transaction.ConfluenceSynchronizationManager
 
registerSynchronization(TransactionSynchronization) - Method in interface com.atlassian.confluence.impl.transaction.SynchronizationManagerInternal
Registers a Spring TransactionSynchronization on the current transaction.
registerTestAppenderForClass(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
registerTestAppenderForClass(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
registerTestAppenderForClass(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
registerVarcharTypes() - Method in class com.atlassian.confluence.impl.hibernate.dialect.MySQLDialect
 
registrationComplete() - Method in class com.atlassian.confluence.impl.health.DefaultHealthCheckRegistry
 
registrationComplete() - Method in interface com.atlassian.confluence.internal.health.HealthCheckRegistry
Signals to this registry that registration of health checks is complete.
registry - Variable in class com.atlassian.confluence.test.util.ProfilingTestRule
 
registry - Variable in class com.atlassian.confluence.util.test.rules.ProfilingTestRule
Deprecated.
 
RegularEntitiesAndPermissionsHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl
The adapter between fast permissions and Confluence services which allows to retrieve some Confluence entities and check permissions for them.
RegularEntitiesAndPermissionsHelper(SpaceDaoInternal, SpacePermissionManager, PageManager) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.RegularEntitiesAndPermissionsHelper
 
reindex() - Method in interface com.atlassian.confluence.api.model.index.IndexRecoverer
Deprecated.
Trigger a reindex
reindex() - Method in class com.atlassian.confluence.impl.index.ChangeIndexRecoverer
 
reindex() - Method in class com.atlassian.confluence.impl.index.ContentIndexRecoverer
 
reindex() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexRecoverer
 
reindex(List<String>, EnumSet<ReIndexOption>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.DefaultReIndexService
 
reindex(List<String>, EnumSet<ReIndexOption>) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.service.ReIndexService
 
reindex(ConfluenceUser, String) - Method in class com.atlassian.confluence.user.UserMentionsContentReindexer
Adds content with mentions to the index queue in batches by searching against a specific version of the search index.
reindex(Date) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexManager
 
reindex(Date) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexManager
Performs a reindex
reindex(Date, String, Consumer<Edge>) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeReindexer
 
reindex(Date, String, Consumer<Edge>) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeReindexer
 
reindex(List<String>, List<String>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.IndexResource
 
reIndex() - Method in class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
Trigger a full reindex of the system.
reIndex() - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
reIndex() - Method in interface com.atlassian.confluence.internal.index.lucene.FullReindexManager
Triggers a system-wide reindex of all content and changes.
reIndex() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
reIndex() - Method in interface com.atlassian.confluence.search.IndexManager
Triggers a system wide reindex of all content.
reIndex(Searchable) - Method in interface com.atlassian.bonnie.Indexer
 
reIndex(Searchable) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
reIndex(Searchable) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
reIndex(Searchable) - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Updates an object in the index
reIndex(Progress) - Method in interface com.atlassian.confluence.internal.index.Reindexer
Triggers a system wide re-index.
reIndex(EntityObject) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
reIndex(EnumSet<ReIndexOption>) - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
reIndex(EnumSet<ReIndexOption>) - Method in interface com.atlassian.confluence.internal.index.lucene.FullReindexManager
Triggers a system-wide reindex with specified options.
reIndex(EnumSet<ReIndexOption>) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
reIndex(EnumSet<ReIndexOption>) - Method in interface com.atlassian.confluence.search.IndexManager
Triggers a system wide reindex with specified options, entities are loaded from the database.
reIndex(EnumSet<ReIndexOption>, SearchQuery, Progress) - Method in class com.atlassian.confluence.internal.index.AbstractReindexer
 
reIndex(EnumSet<ReIndexOption>, SearchQuery, Progress) - Method in interface com.atlassian.confluence.internal.index.Reindexer
Triggers a system wide re-index all entities loaded from searchQuery.
reIndex(EnumSet<ReIndexOption>, List<String>) - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
reIndex(EnumSet<ReIndexOption>, List<String>) - Method in interface com.atlassian.confluence.internal.index.lucene.FullReindexManager
Triggers a re-index where entities are loaded using provided searchQuery.
reIndex(EnumSet<ReIndexOption>, List<String>) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
reIndex(EnumSet<ReIndexOption>, List<String>) - Method in interface com.atlassian.confluence.search.IndexManager
 
reIndex(EnumSet<ReIndexOption>, AbstractReindexer.Context) - Method in class com.atlassian.confluence.internal.index.AbstractReindexer
 
reIndex(EnumSet<ReIndexOption>, AbstractReindexer.Context) - Method in class com.atlassian.confluence.internal.index.PropagableReindexer
 
reIndex(EnumSet<ReIndexOption>, SearchQuery) - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
reIndex(EnumSet<ReIndexOption>, SearchQuery) - Method in interface com.atlassian.confluence.internal.index.lucene.FullReindexManager
Triggers a system-wide re-index where entities are loaded using provided searchQuery.
reIndex(EnumSet<ReIndexOption>, SearchQuery) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
reIndex(EnumSet<ReIndexOption>, SearchQuery) - Method in interface com.atlassian.confluence.search.IndexManager
Triggers a system wide re-index.
reIndex(EnumSet<ReIndexOption>, Progress) - Method in class com.atlassian.confluence.internal.index.AbstractReindexer
 
reIndex(EnumSet<ReIndexOption>, Progress) - Method in class com.atlassian.confluence.internal.index.BlueGreenReindexer
 
reIndex(EnumSet<ReIndexOption>, Progress) - Method in interface com.atlassian.confluence.internal.index.Reindexer
Triggers a system wide re-index all entities from the database.
reIndex(EnumSet<ReIndexOption>, List<String>, Progress) - Method in class com.atlassian.confluence.internal.index.AbstractReindexer
 
reIndex(EnumSet<ReIndexOption>, List<String>, Progress) - Method in interface com.atlassian.confluence.internal.index.Reindexer
Triggers a re-index all entities from a space.
REINDEX - Enum constant in enum class com.atlassian.confluence.impl.system.task.SystemMaintenanceTaskType
 
REINDEX - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
REINDEX - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
REINDEX_ALL_BLOGS - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
REINDEX_ALL_BLOGS_CHANGE - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
REINDEX_ALL_SPACES - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
REINDEX_ALL_SPACES_CHANGE - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
REINDEX_ALL_USERS - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
REINDEX_ALL_USERS_CHANGE - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
REINDEX_CLUSTER_LOCK_ACQUIRE_TIMEOUT_MS - Static variable in interface com.atlassian.confluence.plugins.rest.jackson2.service.ReIndexService
 
REINDEX_CLUSTER_LOCK_NAME - Static variable in interface com.atlassian.confluence.plugins.rest.jackson2.service.ReIndexService
 
REINDEX_COMPLETE_TIME - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
REINDEX_DURATION - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
REINDEX_IMPROVEMENT_DARKFEATURE_KEY - Static variable in interface com.atlassian.confluence.internal.index.status.ReIndexJobManagerInternal
 
REINDEX_IPD_NAME - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.index.ReIndexingDurationIpdJob
 
REINDEX_ITEMS - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
REINDEX_METRIC_NAME - Static variable in class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
REINDEX_NODE_STATUS - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
REINDEX_PERMISSIONS - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.IndexTaskType
 
REINDEX_PERMISSIONS - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
REINDEX_SITE - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
REINDEX_SITE_FINISHED_SUMMARY - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
REINDEX_SPACES - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
REINDEX_SPACES_DARK_FEATURE - Static variable in interface com.atlassian.confluence.search.IndexManager
 
REINDEX_SPACES_FINISHED_SUMMARY - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
REINDEX_START_TIME - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
REINDEX_STATUS - Static variable in class com.atlassian.confluence.index.ReIndexAuditAttributes
 
REINDEX_STATUS_KEY - Static variable in class com.atlassian.confluence.internal.index.status.BandanaReIndexJobPersister
 
REINDEX_USERS_IN_GROUP - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
REINDEX_USERS_IN_GROUP_CHANGE - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
reIndexAll() - Method in class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.SearchIndexerAdapter
Reindexes all content.
ReindexAllBlogsChangeIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Update all blogs in the change index
ReindexAllBlogsChangeIndexTask(IndexTaskFactoryInternal, SearchableResolver, BatchOperationManager) - Constructor for class com.atlassian.confluence.internal.search.tasks.ReindexAllBlogsChangeIndexTask
 
ReindexAllBlogsContentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Update all blogs in the content index
ReindexAllBlogsContentIndexTask(IndexTaskFactoryInternal, SearchableResolver, BatchOperationManager) - Constructor for class com.atlassian.confluence.internal.search.tasks.ReindexAllBlogsContentIndexTask
 
ReindexAllSpacesChangeIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Update all spaces in the change index.
ReindexAllSpacesChangeIndexTask(SpaceDao, IndexTaskFactoryInternal) - Constructor for class com.atlassian.confluence.internal.search.tasks.ReindexAllSpacesChangeIndexTask
 
ReindexAllSpacesContentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Update all spaces in the content index.
ReindexAllSpacesContentIndexTask(SpaceDao, IndexTaskFactoryInternal) - Constructor for class com.atlassian.confluence.internal.search.tasks.ReindexAllSpacesContentIndexTask
 
ReindexAllUsersChangeIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Updates all personal information and associated user entries in the change index.
ReindexAllUsersChangeIndexTask(BatchOperationManager, PersonalInformationDao, IndexTaskFactoryInternal) - Constructor for class com.atlassian.confluence.internal.search.tasks.ReindexAllUsersChangeIndexTask
 
ReindexAllUsersContentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Updates all personal information and associated user entries in the content index.
ReindexAllUsersContentIndexTask(BatchOperationManager, PersonalInformationDao, IndexTaskFactoryInternal) - Constructor for class com.atlassian.confluence.internal.search.tasks.ReindexAllUsersContentIndexTask
 
reIndexAllVersions(Searchable) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
reIndexAllVersions(Searchable) - Method in interface com.atlassian.confluence.search.ChangeIndexer
Reindexes all versions of the specified content.
ReindexAnalyticsEventPublishingHelper - Class in com.atlassian.confluence.internal.index.event
 
ReIndexAuditAttributes - Class in com.atlassian.confluence.index
 
ReindexAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
ReindexAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext, DarkFeatureManager, SpaceManager) - Constructor for class com.atlassian.confluence.impl.audit.listener.ReindexAuditListener
 
reindexBatchFinished() - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
reindexBatchFinished() - Method in interface com.atlassian.confluence.internal.index.ReindexProgress
 
ReindexBatchFinishedEvent - Class in com.atlassian.confluence.event.events.admin
 
ReindexBatchFinishedEvent(Object, UUID) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexBatchFinishedEvent
 
reindexBatchStarted() - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
reindexBatchStarted() - Method in interface com.atlassian.confluence.internal.index.ReindexProgress
 
ReindexBatchStartedEvent - Class in com.atlassian.confluence.event.events.admin
 
ReindexBatchStartedEvent(Object, UUID) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexBatchStartedEvent
 
Reindexer - Interface in com.atlassian.confluence.internal.index
Responsible for triggering re-indexing / rebuilding of the Confluence search index.
ReIndexError - Enum Class in com.atlassian.confluence.index.status
 
ReindexEvent - Class in com.atlassian.confluence.event.events.admin
 
ReindexEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexEvent
Deprecated.
since 7.14
ReindexEvent(Object, UUID) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexEvent
 
reIndexExcludingDependents(Searchable) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
reIndexExcludingDependents(Searchable) - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Updates just an object itself in the index, excluding any dependents (attachments, comments, children, etc.)
reIndexExcludingDependentsAndChangeIndex(Searchable) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
reIndexExcludingDependentsAndChangeIndex(Searchable) - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Updates just an object itself in the Content index, excluding any dependents (attachments, comments, children, etc.)
reIndexFailed() - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
reIndexFailed() - Method in interface com.atlassian.confluence.internal.index.ReindexProgress
 
ReIndexFailedEvent - Class in com.atlassian.confluence.event.events.admin
Event emitted when an exception is thrown during reindexing
ReIndexFailedEvent(Object, UUID) - Constructor for class com.atlassian.confluence.event.events.admin.ReIndexFailedEvent
 
ReindexFailureAnalyticsEvent - Class in com.atlassian.confluence.internal.index.event
 
ReindexFailureAnalyticsEvent(ReIndexJob) - Constructor for class com.atlassian.confluence.internal.index.event.ReindexFailureAnalyticsEvent
 
reindexFinished(List<String>, EnumSet<ReIndexOption>) - Method in class com.atlassian.confluence.internal.index.AbstractReindexer.Context
 
reindexFinished(List<String>, EnumSet<ReIndexOption>) - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
reindexFinished(List<String>, EnumSet<ReIndexOption>) - Method in interface com.atlassian.confluence.internal.index.ReindexProgress
 
ReIndexFinishedAnalyticsEvent - Class in com.atlassian.confluence.internal.index.event
 
ReindexFinishedEvent - Class in com.atlassian.confluence.event.events.admin
 
ReindexFinishedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexFinishedEvent
Deprecated.
since 7.14
ReindexFinishedEvent(Object, UUID) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexFinishedEvent
 
ReindexFinishedEvent(Object, UUID, List<String>) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexFinishedEvent
 
ReindexFinishedEvent(Object, UUID, List<String>, EnumSet<ReIndexOption>) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexFinishedEvent
 
ReIndexHouseKeepingJobRunner - Class in com.atlassian.confluence.internal.index.status.schedule
This job is run periodically (once per cluster) to detect and fix stalled re-index jobs.
ReIndexHouseKeepingJobRunner(ReIndexJobManagerInternal, ClusterManager, DarkFeatureManager, EventPublisher) - Constructor for class com.atlassian.confluence.internal.index.status.schedule.ReIndexHouseKeepingJobRunner
 
ReIndexingDurationIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.index
IPD Job that measures the full reindex time when it's updated.
ReIndexingDurationIpdJob(IpdJobRegistry, IpdRegistry, EventPublisher, FullReindexManager) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.index.ReIndexingDurationIpdJob
 
ReIndexingDurationIpdJob(IpdJobRegistry, IpdRegistry, EventPublisher, FullReindexManager, Clock) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.index.ReIndexingDurationIpdJob
 
ReIndexingScopeThreadLocal - Class in com.atlassian.confluence.cluster
Control whether a reindex should happen cluster-wide or within current node only
ReIndexingScopeThreadLocal() - Constructor for class com.atlassian.confluence.cluster.ReIndexingScopeThreadLocal
 
ReIndexingScopeThreadLocal.ReIndexingScope - Enum Class in com.atlassian.confluence.cluster
 
ReIndexJob - Class in com.atlassian.confluence.index.status
Hold data about a re-index in Confluence
ReIndexJob() - Constructor for class com.atlassian.confluence.index.status.ReIndexJob
 
ReIndexJob(Instant, long) - Constructor for class com.atlassian.confluence.index.status.ReIndexJob
 
ReIndexJob(Instant, long, List<String>) - Constructor for class com.atlassian.confluence.index.status.ReIndexJob
 
ReIndexJob(List<String>) - Constructor for class com.atlassian.confluence.index.status.ReIndexJob
 
ReIndexJob.Progress - Class in com.atlassian.confluence.index.status
Simple class to hold progress of either rebuilding index or index propagation
ReIndexJobFinishedEvent - Class in com.atlassian.confluence.event.events.admin
This event is to inform the re-indexing job has been complete on all nodes
ReIndexJobFinishedEvent(Object, ReIndexJob) - Constructor for class com.atlassian.confluence.event.events.admin.ReIndexJobFinishedEvent
 
ReIndexJobManager - Interface in com.atlassian.confluence.index.status
Can be used to retrieve status of running or most recent re-index job.
ReIndexJobManagerInternal - Interface in com.atlassian.confluence.internal.index.status
To be used within Confluence''s core to manage re-index job statuses.
ReIndexJobPersister - Interface in com.atlassian.confluence.internal.index.status
Store/retrieve ReIndexJob.
ReindexListener - Class in com.atlassian.confluence.plugins.edgeindex.listener
Responsible for handling reindexing events
ReindexListener(EdgeIndexBuilder) - Constructor for class com.atlassian.confluence.plugins.edgeindex.listener.ReindexListener
 
ReIndexMaintenanceTask - Class in com.atlassian.confluence.impl.system.task
 
ReIndexMaintenanceTask(ReIndexRequestEvent) - Constructor for class com.atlassian.confluence.impl.system.task.ReIndexMaintenanceTask
 
ReIndexMaintenanceTask(String, String, EnumSet<ReIndexOption>, List<String>) - Constructor for class com.atlassian.confluence.impl.system.task.ReIndexMaintenanceTask
 
ReIndexMaintenanceTaskRunner - Class in com.atlassian.confluence.impl.system.runner
Trigger a reindex task for site or spaces
ReIndexMaintenanceTaskRunner(SystemMaintenanceTaskRegistry, IndexManager, ClusterManager, ReIndexJobManager, SearchPlatformConfig, EventPublisher) - Constructor for class com.atlassian.confluence.impl.system.runner.ReIndexMaintenanceTaskRunner
 
ReindexMetrics - Class in com.atlassian.confluence.functest.rest.admin.sqlcapture
This class listens to reindex events generated by confluence core, and uses the HibernateSqlCollector to capture and analyze SQL queries issued by the various threads that particiate in the reindexing process.
ReindexMetrics(EventListenerRegistrar, HibernateSqlCollector) - Constructor for class com.atlassian.confluence.functest.rest.admin.sqlcapture.ReindexMetrics
 
ReIndexNodeStatus - Class in com.atlassian.confluence.index.status
Hold data about a node and its status during a cluster re-index
ReIndexNodeStatus() - Constructor for class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
ReIndexNodeStatus(String, ReIndexNodeStatus.State) - Constructor for class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
ReIndexNodeStatus(String, ReIndexNodeStatus.State, ReIndexError) - Constructor for class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
ReIndexNodeStatus.State - Enum Class in com.atlassian.confluence.index.status
This state is a node state
reindexObjectsAsync(ParallelTasksExecutor, Collection<ImportedObjectV2>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.SearchIndexerAdapter
Generates records for journal (tasks for both main and change index).
ReIndexOption - Enum Class in com.atlassian.confluence.search
NB when adding options, also add to the metric tags in LuceneFullReindexManager
reIndexPermissions(Searchable) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
reIndexPermissions(Searchable) - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Add a content object and all its dependents (attachments, comments, children, etc.) to the index, but (in place) update only the permissions in the index document.
reIndexPermissions(Object) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexManager
 
reIndexPermissions(Object) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexManager
Updates the index to reflect any changes to permissions in the specified target object.
ReindexPermissionsIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Update all spaces in the content index.
ReindexPermissionsIndexTask(Searchable, AtlassianDocumentBuilder<Searchable>) - Constructor for class com.atlassian.confluence.internal.search.tasks.ReindexPermissionsIndexTask
 
ReIndexPermissionsIndexTask - Class in com.atlassian.confluence.plugins.edgeindex.tasks
 
ReIndexPermissionsIndexTask(String, ContentEntityManager, TransactionTemplate, EdgeSearchIndexAccessor, ContentPermissionCalculator) - Constructor for class com.atlassian.confluence.plugins.edgeindex.tasks.ReIndexPermissionsIndexTask
 
ReindexProgress - Interface in com.atlassian.confluence.internal.index
 
ReIndexRequestEvent - Class in com.atlassian.confluence.event.events.admin
This event must be synchronous so that the maintenance task can be created in the same transaction of the new reindex job
ReIndexRequestEvent(Object, String, String, EnumSet<ReIndexOption>, List<String>) - Constructor for class com.atlassian.confluence.event.events.admin.ReIndexRequestEvent
 
ReIndexRequestFailedEvent - Class in com.atlassian.confluence.event.events.admin
This class represents an event that is triggered when a reindex request fails in the application.
ReIndexRequestFailedEvent() - Constructor for class com.atlassian.confluence.event.events.admin.ReIndexRequestFailedEvent
 
ReIndexService - Interface in com.atlassian.confluence.plugins.rest.jackson2.service
Service for reindexing contents in Confluence
reIndexSkipped() - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
reIndexSkipped() - Method in interface com.atlassian.confluence.internal.index.ReindexProgress
 
ReindexSkippedEvent - Class in com.atlassian.confluence.event.events.admin
 
ReindexSkippedEvent(Object, UUID) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexSkippedEvent
 
ReindexSpaceFailureNodeAnalyticsEvent - Class in com.atlassian.confluence.internal.index.event.space
 
ReindexSpaceFailureNodeAnalyticsEvent(ReIndexJob, int, ReIndexError) - Constructor for class com.atlassian.confluence.internal.index.event.space.ReindexSpaceFailureNodeAnalyticsEvent
 
ReindexSpaceSuccessAnalyticsEvent - Class in com.atlassian.confluence.internal.index.event.space
 
ReindexSpaceSuccessAnalyticsEvent(ReIndexJob) - Constructor for class com.atlassian.confluence.internal.index.event.space.ReindexSpaceSuccessAnalyticsEvent
 
ReindexSpaceSuccessNodeAnalyticsEvent - Class in com.atlassian.confluence.internal.index.event.space
 
ReindexSpaceSuccessNodeAnalyticsEvent(ReIndexJob, int) - Constructor for class com.atlassian.confluence.internal.index.event.space.ReindexSpaceSuccessNodeAnalyticsEvent
 
ReIndexSpec - Class in com.atlassian.confluence.index
Specifies how to reindex quickly a large amount of contents that is useful for a plugin that creates its own CustomContentEntityObject.
ReIndexSpec(SearchQuery, int, List<HibernateHandle>, String) - Constructor for class com.atlassian.confluence.index.ReIndexSpec
 
ReIndexSpec(SearchQuery, int, List<HibernateHandle>, String, boolean) - Constructor for class com.atlassian.confluence.index.ReIndexSpec
 
ReIndexSpec(SearchQuery, int, List<HibernateHandle>, String, boolean, boolean) - Constructor for class com.atlassian.confluence.index.ReIndexSpec
 
ReIndexStage - Enum Class in com.atlassian.confluence.index.status
Different stages during a re-index in Server/DC
reindexStageFinished(ReIndexOption) - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
reindexStageFinished(ReIndexOption) - Method in interface com.atlassian.confluence.internal.index.ReindexProgress
 
ReindexStageFinishedEvent - Class in com.atlassian.confluence.event.events.admin
 
ReindexStageFinishedEvent(Object, ReIndexOption) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexStageFinishedEvent
Deprecated.
ReindexStageFinishedEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexStageFinishedEvent
Deprecated.
since 7.14
ReindexStageFinishedEvent(Object, String, UUID) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexStageFinishedEvent
 
reindexStageStarted(ReIndexOption) - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
reindexStageStarted(ReIndexOption) - Method in interface com.atlassian.confluence.internal.index.ReindexProgress
 
ReindexStageStartedEvent - Class in com.atlassian.confluence.event.events.admin
 
ReindexStageStartedEvent(Object, ReIndexOption) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexStageStartedEvent
Deprecated.
ReindexStageStartedEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexStageStartedEvent
Deprecated.
since 7.14
ReindexStageStartedEvent(Object, String, UUID) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexStageStartedEvent
 
reindexStarted(EnumSet<ReIndexOption>, List<String>) - Method in class com.atlassian.confluence.internal.index.EventPublishingReindexProgress
 
reindexStarted(EnumSet<ReIndexOption>, List<String>) - Method in interface com.atlassian.confluence.internal.index.ReindexProgress
 
ReIndexStartedAnalyticsEvent - Class in com.atlassian.confluence.internal.index.event
 
ReIndexStartedAnalyticsEvent.IndexingMethod - Enum Class in com.atlassian.confluence.internal.index.event
 
ReindexStartedEvent - Class in com.atlassian.confluence.event.events.admin
This is a synchronous event fired when the reindex job starts on a node.
ReindexStartedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexStartedEvent
Deprecated.
since 7.14
ReindexStartedEvent(Object, Progress, UUID) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexStartedEvent
Deprecated.
since 8.2.0
ReindexStartedEvent(Object, Progress, UUID, EnumSet<ReIndexOption>, List<String>) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexStartedEvent
 
ReindexStartedEvent(Object, Progress) - Constructor for class com.atlassian.confluence.event.events.admin.ReindexStartedEvent
Deprecated.
since 7.14
reIndexStatus() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.IndexResource
 
ReIndexTask - Class in com.atlassian.confluence.search
 
ReIndexTask(Reindexer, SearchableDao, EnumSet<ReIndexOption>, int) - Constructor for class com.atlassian.confluence.search.ReIndexTask
 
ReIndexTask(Reindexer, SearchableDao, EnumSet<ReIndexOption>, Optional<SearchQuery>, int) - Constructor for class com.atlassian.confluence.search.ReIndexTask
 
ReIndexTask(Reindexer, SearchableDao, List<String>, EnumSet<ReIndexOption>, int) - Constructor for class com.atlassian.confluence.search.ReIndexTask
 
ReIndexTask(Reindexer, SearchableDao, List<String>, EnumSet<ReIndexOption>, Optional<SearchQuery>, int) - Constructor for class com.atlassian.confluence.search.ReIndexTask
 
ReindexTaskProgressAction - Class in com.atlassian.confluence.impl.search.actions
Responsible for reporting on the progress of a reindex operation on the "Search Indexes" triggered from the content indexing administration UI.
ReindexTaskProgressAction() - Constructor for class com.atlassian.confluence.impl.search.actions.ReindexTaskProgressAction
 
ReindexType - Enum Class in com.atlassian.confluence.index.status
 
reindexUsersInGroup(String) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
reindexUsersInGroup(String) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
reindexUsersInGroup(String) - Method in interface com.atlassian.confluence.search.ChangeIndexer
 
reindexUsersInGroup(String) - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Optimised reindex of all indexed information relating to the given group
ReindexUsersInGroupChangeIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Updates all personal information and associated user entries in the change index for a particular group.
ReindexUsersInGroupChangeIndexTask(BatchOperationManager, PersonalInformationManager, GroupResolver, GroupMembershipAccessor, IndexTaskFactoryInternal, String) - Constructor for class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupChangeIndexTask
 
ReindexUsersInGroupContentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Updates all personal information and associated user entries in the content index for a particular group.
ReindexUsersInGroupContentIndexTask(BatchOperationManager, PersonalInformationManager, GroupResolver, GroupMembershipAccessor, IndexTaskFactoryInternal, String) - Constructor for class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupContentIndexTask
 
REJECTED_BY_FAST_PERMISSIONS - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.ErrorType
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class com.atlassian.confluence.event.MonitorableCallerRunsPolicy
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class com.atlassian.confluence.internal.content.collab.ReconciliationRejectedExecutionHandler
Logs message and throws RejectedExecutionException.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyRejectedExecutionHandler
Logs message and throws RejectedExecutionException.
Relatable - Interface in com.atlassian.confluence.api.model.relations
This is marker interface, that is used to mark entities, which can participate in relations, created by RelationService
RelatableEntity - Interface in com.atlassian.confluence.dmz.relations
Marker interface for hibernate entities that participate in the relationService
RelatableEntityTypeEnum - Enum Class in com.atlassian.confluence.internal.relations
An enum representing the different entity types that may be used in relations.
RelatableEntityTypeEnumUserType - Class in com.atlassian.confluence.internal.relations.dao.hibernate
Converts RelatableEntityTypeEnums to and from strings in the DB.
RelatableEntityTypeEnumUserType() - Constructor for class com.atlassian.confluence.internal.relations.dao.hibernate.RelatableEntityTypeEnumUserType
 
RelatableFactory<S extends RelatableEntity,T extends Relatable> - Class in com.atlassian.confluence.api.impl.service.relation
 
RelatableFactory(ContentFactory, SpaceFactory, PersonFactory) - Constructor for class com.atlassian.confluence.api.impl.service.relation.RelatableFactory
 
RelatableResolver - Class in com.atlassian.confluence.api.impl.service.relation
Resolve hibernate entities from their corresponding relatable model
RelatableResolver(SpaceManager, ContentEntityManagerInternal, ConfluenceUserResolver) - Constructor for class com.atlassian.confluence.api.impl.service.relation.RelatableResolver
 
related(UriInfo, String, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.LabelResource
 
related(UriInfo, String, String, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceLabelResource
 
RELATED - Enum constant in enum class com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
type="related" is used to mark resources for mail attachment
RelatedContentRefactorer - Interface in com.atlassian.confluence.links
 
RelatedContentRefactoringListener - Class in com.atlassian.confluence.links
A listener that is interested in events that could lead to relationships between the Confluence content requiring to be updated.
RelatedContentRefactoringListener() - Constructor for class com.atlassian.confluence.links.RelatedContentRefactoringListener
 
relation(RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery.Builder
 
RELATION_PARAM_NAME - Static variable in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
RelationConstraintsSchemaHelper - Class in com.atlassian.confluence.impl.core.persistence.hibernate.schema
A helper class for ConfluenceSchemaCreator to get relation constraints
RelationConstraintsSchemaHelper() - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.schema.RelationConstraintsSchemaHelper
 
RelationDao<S extends RelatableEntity,T extends RelatableEntity> - Interface in com.atlassian.confluence.internal.relations.dao
Relation dao interface.
RelationDescriptor<S extends Relatable,T extends Relatable> - Interface in com.atlassian.confluence.api.model.relations
Defines relation name, type and who may have such relations.
RelationDescriptors - Class in com.atlassian.confluence.api.model.relations
Provides static helper methods for RelationDescriptor objects.
RelationDescriptors() - Constructor for class com.atlassian.confluence.api.model.relations.RelationDescriptors
 
RelationEntity<S extends RelatableEntity,T extends RelatableEntity> - Class in com.atlassian.confluence.dmz.relations.dao
This class represents "relation" abstraction, which is used for "marking" different entities as related.
RelationEntity() - Constructor for class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
RelationInstance<S extends Relatable,T extends Relatable> - Class in com.atlassian.confluence.api.model.relations
Represents relation between two entities
RelationInstance.RelationInstanceBuilder<S extends Relatable,T extends Relatable> - Class in com.atlassian.confluence.api.model.relations
 
RelationInstanceFactory - Class in com.atlassian.confluence.api.impl.service.relation
 
RelationInstanceFactory(RelatableFactory) - Constructor for class com.atlassian.confluence.api.impl.service.relation.RelationInstanceFactory
 
RelationManager - Interface in com.atlassian.confluence.dmz.relations
Manages relations for entities and users.
RelationQuery<E extends RelatableEntity> - Class in com.atlassian.confluence.dmz.relations.query
Relation query contains query parameters for basic relation operations.
RelationQuery.Builder<R extends RelatableEntity> - Class in com.atlassian.confluence.dmz.relations.query
 
RelationResource - Class in com.atlassian.confluence.plugins.restapi.experimental.resources
A REST resource for manipulating relationships between users, spaces and content.
Favourite relationships between users and space, page or blog post are supported.
RelationResource(RelationService, PersonService) - Constructor for class com.atlassian.confluence.plugins.restapi.experimental.resources.RelationResource
 
RelationService - Interface in com.atlassian.confluence.api.service.relations
Relation service, which allows to manage relations between entities.
RelationService.RelatableFinder<R extends Relatable> - Interface in com.atlassian.confluence.api.service.relations
Finder, which is used to perform basic relation operations, such as fetching source or target entities of particular relation, get total number of related entities etc.
RelationService.Validator - Interface in com.atlassian.confluence.api.service.relations
Responsible for validating the create and delete operations that can be performed using the RelationService
RelationServiceImpl - Class in com.atlassian.confluence.api.impl.service.relation
 
RelationServiceImpl(RelationManager, RelationInstanceFactory, RelatableFactory, RelatableResolver, PaginationService, FavouriteManager, LikeManager, PermissionManager, UserChecker, ValidatingRelationDescriptorRegistry, AccessModeService, LicenseService) - Constructor for class com.atlassian.confluence.api.impl.service.relation.RelationServiceImpl
 
RelationshipTypeEnum - Enum Class in com.atlassian.confluence.dmz.relations
Relationship type helps to understand how to process relations.
RelationUtils - Class in com.atlassian.confluence.internal.relations
 
RelationUtils() - Constructor for class com.atlassian.confluence.internal.relations.RelationUtils
 
RELATIVE - Enum constant in enum class com.atlassian.confluence.plugins.graphql.providers.IconFieldsProvider.PathType
Relative path with context
RELATIVE_DATE - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A date range, specified by one or two time offsets (e.g.
RELATIVE_NO_CONTEXT - Enum constant in enum class com.atlassian.confluence.plugins.graphql.providers.IconFieldsProvider.PathType
Relative path without the context
releaseLock(String) - Method in class com.atlassian.confluence.functest.rest.cluster.ClusterLockServiceResource
 
releaseSchemaReferences() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
releaseSchemaReferences() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
RelevanceSort - Class in com.atlassian.confluence.search.v2.sort
Order search results most relevant first.
RelevanceSort() - Constructor for class com.atlassian.confluence.search.v2.sort.RelevanceSort
Constructs a relevance sort.
RELEVANT_VIEW_RESTRICTION_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
 
RELEVANT_VIEW_RESTRICTIONS - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
relevantViewRestrictions() - Method in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
Create a nav builder to reference a set of inherited view restrictions
relevantViewRestrictions(ContentId, String, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentRestrictionResource
 
relevantViewRestrictions(RelevantViewRestrictions) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
RelevantViewRestrictions - Class in com.atlassian.confluence.api.model.permissions
Containing all ContentRestriction as RelevantViewRestrictions
RelevantViewRestrictions(PageResponse<ContentRestriction>) - Constructor for class com.atlassian.confluence.api.model.permissions.RelevantViewRestrictions
 
relevantViewRestrictionsExpansion() - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of ContentRestriction per content and Maximum number of Subject per ContentRestriction
RelevantViewRestrictionsNavImpl - Class in com.atlassian.confluence.plugins.rest.navigation.v2.impl
RelevantViewRestrictionsNavImpl(AbstractNav) - Constructor for class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RelevantViewRestrictionsNavImpl
 
relevantViewRestrictionsReference(Reference<RelevantViewRestrictions>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
reloadConfiguration() - Method in interface com.atlassian.confluence.rpc.RpcServer
 
reloadConfiguration() - Method in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcServer
 
reloadPluginCommandCreators() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.ContentCommandFactoryImpl
 
reloadServiceState() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
We need to support it's state in memory because we'd like to avoid reading this value from DB for every request denormalised permissions receive.
reloadSettings() - Method in interface com.atlassian.confluence.cache.CacheSettingsManager
 
reloadSettings() - Method in class com.atlassian.confluence.cache.CachingCacheSettingsManager
 
reloadSettings() - Method in class com.atlassian.confluence.cache.DefaultCacheSettingsManager
 
reloadSettings() - Method in class com.atlassian.confluence.impl.cache.config.PropertiesFileCacheSettingsManager
 
remainingLength() - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
remainMetersForMailServers(Collection<MailServer>) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming.IpdIncomingMailServersStats
 
remainMetricsForNodes(Set<String>) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.node.IpdInterNodesStats
 
remainMetricsForNodes(Set<String>) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.node.IpdInterNodesStatsWithRemovalDelay
Checks if earlier stored node ids are still in the cluster.
RemigrationAdminTaskCriteria - Class in com.atlassian.confluence.admin.criteria
 
RemigrationAdminTaskCriteria(MacroMigrationService) - Constructor for class com.atlassian.confluence.admin.criteria.RemigrationAdminTaskCriteria
 
RemigrationLifecycleItem - Class in com.atlassian.confluence.content.render.xhtml.migration.macro
Lifecycle item to run a remigration of pages that have unmigrated macros, this is only performed if the service deems it is required.
RemigrationLifecycleItem() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.macro.RemigrationLifecycleItem
 
REMOTE_ADDRESS_KEY - Static variable in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
REMOTE_CROWD - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
REMOTE_DIRECTORY_BY_ID - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
REMOTE_IP_HEADER_PROPERTY - Static variable in class com.atlassian.confluence.security.websudo.WebSudoIPAllowListManager
Name of system property which is used to provide name of the request header which is used as source of client's IP address
RemoteAccessModeService - Interface in com.atlassian.confluence.rest.client
AccessModeService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteAccessModeServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteAccessModeServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteAccessModeServiceImpl
 
remoteAddress(String) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
RemoteApiEventPublishingFilterConfig - Class in com.atlassian.confluence.impl.servlet
 
RemoteApiEventPublishingFilterConfig() - Constructor for class com.atlassian.confluence.impl.servlet.RemoteApiEventPublishingFilterConfig
 
RemoteAttachment - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteAttachment() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
RemoteAttachment(long, String, String, String) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
Use this constructor when creating an attachment to add
RemoteAttachment(Attachment) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
RemoteAttachmentService - Interface in com.atlassian.confluence.rest.client
* AttachmentService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteAttachmentService.RemoteAttachmentFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteAttachmentServiceImpl - Class in com.atlassian.confluence.rest.client
AttachmentService implementation that communicates with Confluence remotely using the Confluence REST api
RemoteAttachmentServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl - Class in com.atlassian.confluence.rest.client
 
RemoteAttachmentTextExtractionService - Class in com.atlassian.confluence.internal.index.attachment
 
RemoteAttachmentTextExtractionService(ClusterManager) - Constructor for class com.atlassian.confluence.internal.index.attachment.RemoteAttachmentTextExtractionService
 
RemoteBlogEntry - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteBlogEntry() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
 
RemoteBlogEntry(BlogPost) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
 
RemoteBlogEntrySummary - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteBlogEntrySummary() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
 
RemoteBlogEntrySummary(AbstractPage) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
 
RemoteCategoryService - Interface in com.atlassian.confluence.rest.client
Provides operations for Categories.
RemoteCategoryServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteCategoryServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteCategoryServiceImpl
 
RemoteChildContentFinderImpl(AbstractRemoteService, ContentId, Expansion[]) - Constructor for class com.atlassian.confluence.rest.client.graphql.GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl
 
RemoteChildContentFinderImpl(AbstractRemoteService, ContentId, Expansion[]) - Constructor for class com.atlassian.confluence.rest.client.RemoteChildContentServiceImpl.RemoteChildContentFinderImpl
 
RemoteChildContentService - Interface in com.atlassian.confluence.rest.client
ChildContentService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteChildContentService.RemoteChildContentFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteChildContentServiceImpl - Class in com.atlassian.confluence.rest.client
ChildContentService implementation that communicates with Confluence remotely.
RemoteChildContentServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteChildContentServiceImpl
 
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl - Class in com.atlassian.confluence.rest.client
 
RemoteClusterInformation - Class in com.atlassian.confluence.rpc.soap.beans
Created by IntelliJ IDEA.
RemoteClusterInformation(ClusterInformation) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
 
RemoteClusterService - Interface in com.atlassian.confluence.rest.client
ClusterService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteClusterServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteClusterServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteClusterServiceImpl
 
RemoteComment - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteComment() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
RemoteComment(Comment) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
RemoteConfluenceUser - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteConfluenceUser() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
RemoteConfluenceUser(ConfluenceUser) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
RemoteContentBlueprintService - Interface in com.atlassian.confluence.rest.client
ContentBlueprintService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteContentBlueprintServiceImpl - Class in com.atlassian.confluence.rest.client
This service implementation is used in create-content plugin RemoteContentBlueprintServiceAcceptanceTest
RemoteContentBlueprintServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteContentBlueprintServiceImpl
 
RemoteContentBodyConversionService - Interface in com.atlassian.confluence.rest.client
ContentBodyConversionService implementation that communicates with Confluence remotely using the Confluence REST api.
RemoteContentBodyConversionServiceImpl - Class in com.atlassian.confluence.rest.client
ContentBodyConversionService implementation that communicates with Confluence remotely.
RemoteContentBodyConversionServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteContentBodyConversionServiceImpl
 
RemoteContentDraftService - Interface in com.atlassian.confluence.rest.client
ContentDraftService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteContentDraftServiceImpl - Class in com.atlassian.confluence.rest.client
ContentService implementation that communicates with Confluence remotely.
RemoteContentDraftServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteContentDraftServiceImpl
 
RemoteContentLabelService - Interface in com.atlassian.confluence.rest.client
ContentLabelService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteContentLabelServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteContentLabelServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteContentLabelServiceImpl
 
RemoteContentMacroService - Interface in com.atlassian.confluence.rest.client
A remote service to access macro instances on a piece of Content
RemoteContentMacroService.RemoteMacroFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteContentMacroServiceImpl - Class in com.atlassian.confluence.rest.client.impl
 
RemoteContentMacroServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.impl.RemoteContentMacroServiceImpl
 
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl - Class in com.atlassian.confluence.rest.client.impl
 
RemoteContentPermission - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteContentPermission() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission
 
RemoteContentPermission(ContentPermission) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission
 
RemoteContentPermission(SpacePermission) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission
 
RemoteContentPermissionSet - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteContentPermissionSet(ContentPermissionSet) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermissionSet
 
RemoteContentPermissionSet(String) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermissionSet
 
RemoteContentPropertyFinderImpl(AbstractRemoteService<ContentPropertyService>, Expansion...) - Constructor for class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
 
RemoteContentPropertyService - Interface in com.atlassian.confluence.rest.client
ContentPropertyService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteContentPropertyService.RemoteContentPropertyFetcher - Interface in com.atlassian.confluence.rest.client
 
RemoteContentPropertyService.RemoteContentPropertyFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteContentPropertyService.RemoteParameterContentPropertyFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher - Interface in com.atlassian.confluence.rest.client
 
RemoteContentPropertyService.RemoteValidator - Interface in com.atlassian.confluence.rest.client
 
RemoteContentPropertyServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteContentPropertyServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl
 
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl - Class in com.atlassian.confluence.rest.client
 
RemoteContentRestrictionService - Interface in com.atlassian.confluence.rest.client
ContentRestrictionService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteContentRestrictionServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteContentRestrictionServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
RemoteContentService - Interface in com.atlassian.confluence.rest.client
ContentService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteContentService.RemoteContentFetcher - Interface in com.atlassian.confluence.rest.client
 
RemoteContentService.RemoteContentFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteContentService.RemoteParameterContentFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteContentService.RemoteSingleContentFetcher - Interface in com.atlassian.confluence.rest.client
 
RemoteContentServiceImpl - Class in com.atlassian.confluence.rest.client
ContentService implementation that communicates with Confluence remotely.
RemoteContentServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteContentServiceImpl
 
RemoteContentServiceImpl.RemoteContentFinderImpl - Class in com.atlassian.confluence.rest.client
 
RemoteContentSummaries - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteContentSummaries(int, int, RemoteContentSummary[]) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummaries
 
RemoteContentSummary - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteContentSummary(ContentEntityObject) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
 
RemoteContentTemplateService - Interface in com.atlassian.confluence.rest.client
This is a template service interface shared by ContentTemplateService and BlueprintContentTemplateService, so we don't have to declare similar methods in two places.
RemoteContentTemplateService.RemoteParameterTemplateFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteContentTemplateService.RemoteSingleTemplateFetcher - Interface in com.atlassian.confluence.rest.client
 
RemoteContentTemplateService.RemoteTemplateFetcher - Interface in com.atlassian.confluence.rest.client
 
RemoteContentTemplateService.RemoteTemplateFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteContentTemplateServiceImpl - Class in com.atlassian.confluence.rest.client.impl
Remote test for TemplateResource.
RemoteContentTemplateServiceImpl(AuthenticatedWebResourceProvider, ExecutorService, ContentTemplateType) - Constructor for class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
 
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl - Class in com.atlassian.confluence.rest.client.impl
 
RemoteContentTrashService - Interface in com.atlassian.confluence.rest.client
ContentTrashService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteContentTrashServiceImpl - Class in com.atlassian.confluence.rest.client.impl
ContentTrashService implementation that communicates with Confluence remotely.
RemoteContentTrashServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.impl.RemoteContentTrashServiceImpl
 
RemoteContentVersionService - Interface in com.atlassian.confluence.rest.client
Remote client for ContentVersionService
RemoteContentVersionService.RemoteParameterVersionFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteContentVersionService.RemoteVersionFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteContentVersionServiceImpl - Class in com.atlassian.confluence.rest.client.impl
Remote service impl for testing ContentVersionService via REST client.
RemoteContentVersionServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.impl.RemoteContentVersionServiceImpl
 
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl - Class in com.atlassian.confluence.rest.client.impl
 
RemoteCQLSearchService - Interface in com.atlassian.confluence.rest.client
CQLSearchService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteCQLSearchServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteCQLSearchServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
 
RemoteException - Exception in com.atlassian.confluence.rpc
 
RemoteException() - Constructor for exception com.atlassian.confluence.rpc.RemoteException
 
RemoteException(String) - Constructor for exception com.atlassian.confluence.rpc.RemoteException
 
RemoteException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.RemoteException
 
RemoteException(Throwable) - Constructor for exception com.atlassian.confluence.rpc.RemoteException
 
RemoteGlobalColorSchemeService - Interface in com.atlassian.confluence.rest.client
 
RemoteGlobalColorSchemeServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteGlobalColorSchemeServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeServiceImpl
 
RemoteGlobalPermissionService - Interface in com.atlassian.confluence.rest.client
 
RemoteGlobalPermissionServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteGlobalPermissionServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
RemoteGroupFinderImpl(Expansion[]) - Constructor for class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl.RemoteGroupFinderImpl
 
RemoteGroupService - Interface in com.atlassian.confluence.rest.client.remoteservice.people
GroupService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteGroupService.RemoteGroupFinder - Interface in com.atlassian.confluence.rest.client.remoteservice.people
 
RemoteGroupServiceImpl - Class in com.atlassian.confluence.rest.client.remoteservice.people
 
RemoteGroupServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl
 
RemoteGroupServiceImpl.RemoteGroupFinderImpl - Class in com.atlassian.confluence.rest.client.remoteservice.people
 
RemoteInstanceMetricsService - Interface in com.atlassian.confluence.rest.client
 
RemoteInstanceMetricsServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteInstanceMetricsServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteInstanceMetricsServiceImpl
 
remoteIpAddress() - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditIpAddressProvider
 
RemoteLabel - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteLabel() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
RemoteLabel(Label) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
RemoteLabelService - Interface in com.atlassian.confluence.rest.client
LabelService implementation that communicates with Confluence remotely using the Confluence REST api.
RemoteLabelService.Validator - Interface in com.atlassian.confluence.rest.client
Provides methods for validating inputs to create, retrieve, update or delete labels.
RemoteLabelServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteLabelServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteLabelServiceImpl
 
RemoteLongTaskService - Interface in com.atlassian.confluence.rest.client
LongTaskService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteLongTaskServiceImpl - Class in com.atlassian.confluence.rest.client.impl
LongTaskService implementation that communicates with Confluence remotely.
RemoteLongTaskServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.impl.RemoteLongTaskServiceImpl
 
RemoteMacroFinderImpl(AbstractRemoteService, ContentId) - Constructor for class com.atlassian.confluence.rest.client.impl.RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
 
RemoteManyFetcher<T> - Interface in com.atlassian.confluence.rest.client
 
RemoteNodeStatus - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteNodeStatus() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteNodeStatus
 
RemoteNodeStatus(int, NodeStatus) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteNodeStatus
 
RemotePage - Class in com.atlassian.confluence.rpc.soap.beans
 
RemotePage() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
RemotePage(Page) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
RemotePageHistory - Class in com.atlassian.confluence.rpc.soap.beans
 
RemotePageHistory() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
RemotePageHistory(VersionHistorySummary) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
RemotePageSummary - Class in com.atlassian.confluence.rpc.soap.beans
 
RemotePageSummary() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
 
RemotePageSummary(Page) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
 
RemotePageUpdateOptions - Class in com.atlassian.confluence.rpc.soap.beans
Optional arguments for a page edit via remote API.
RemotePageUpdateOptions() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemotePageUpdateOptions
 
RemotePermission - Class in com.atlassian.confluence.rpc.soap.beans
Deprecated.
Since 2.7. use RemoteContentPermission instead
RemotePermission() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemotePermission
Deprecated.
 
RemotePermission(ContentPermission) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemotePermission
Deprecated.
 
RemotePersonFinderImpl(AbstractRemoteService, Expansion...) - Constructor for class com.atlassian.confluence.rest.client.RemotePersonServiceImpl.RemotePersonFinderImpl
 
RemotePersonService - Interface in com.atlassian.confluence.rest.client
PersonService implementation that communicates with Confluence remotely using the Confluence REST API.
RemotePersonService.RemotePersonFinder - Interface in com.atlassian.confluence.rest.client
 
RemotePersonService.RemotePersonManyFetcher<T> - Interface in com.atlassian.confluence.rest.client
Deprecated.
since 9.0. Use RemoteManyFetcher instead.
RemotePersonService.RemotePersonSearcher - Interface in com.atlassian.confluence.rest.client
 
RemotePersonService.RemotePersonSingleFetcher - Interface in com.atlassian.confluence.rest.client
Deprecated.
since 9.0. Use RemoteSingleFetcher instead.
RemotePersonServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemotePersonServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
RemotePersonServiceImpl.RemotePersonFinderImpl - Class in com.atlassian.confluence.rest.client
 
RemoteRelationService - Interface in com.atlassian.confluence.rest.client
Relation service, which allows to manage relations between entities.
RemoteRelationServiceImpl - Class in com.atlassian.confluence.rest.client.impl
RelationService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteRelationServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.impl.RemoteRelationServiceImpl
 
RemoteSearchResult - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteSearchResult() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
RemoteSearchResult(Addressable) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
Construct a new RemoteSearchResult from properties obtained from an Addressable
RemoteSearchResult(SearchResult) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
RemoteSearchResult(SearchResult, String) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
Construct a new RemoteSearchResult from a SearchResult and the original query
RemoteServerInfo - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteServerInfo() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteServerInfo
 
RemoteServerInformationService - Interface in com.atlassian.confluence.rest.client
 
RemoteServerInformationServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteServerInformationServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteServerInformationServiceImpl
 
RemoteServiceProxyCreator - Class in com.atlassian.confluence.rest.client.proxy
Proxy's a remote service with a local service interface.
RemoteSingleFetcher<T> - Interface in com.atlassian.confluence.rest.client
 
RemoteSpace - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteSpace() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
 
RemoteSpace(Space, WikiStyleRenderer) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
 
RemoteSpaceColorSchemeService - Interface in com.atlassian.confluence.rest.client
 
RemoteSpaceColorSchemeServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteSpaceColorSchemeServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeServiceImpl
 
RemoteSpaceContentFinderImpl(AbstractRemoteService, Space, Expansion[]) - Constructor for class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl
 
RemoteSpaceFinderImpl(AbstractRemoteService, Expansion...) - Constructor for class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
 
RemoteSpaceGroup - Class in com.atlassian.confluence.rpc.soap.beans
Deprecated.
since 5.9.

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

RemoteSpaceGroup() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
Deprecated.
 
RemoteSpaceGroup(SpaceGroup) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
Deprecated.
 
RemoteSpacePermissionService - Interface in com.atlassian.confluence.rest.client
 
RemoteSpacePermissionServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteSpacePermissionServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
RemoteSpacePermissionSet - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteSpacePermissionSet(String) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSpacePermissionSet
 
RemoteSpacePermissionSet(String, Collection<SpacePermission>) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSpacePermissionSet
 
RemoteSpacePropertyFinderImpl(AbstractRemoteService, Expansion...) - Constructor for class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl
 
RemoteSpacePropertyService - Interface in com.atlassian.confluence.rest.client
SpacePropertyService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteSpacePropertyService.RemoteManyFetcher<T> - Interface in com.atlassian.confluence.rest.client
 
RemoteSpacePropertyService.RemoteSpacePropertyFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteSpacePropertyService.RemoteValidator - Interface in com.atlassian.confluence.rest.client
 
RemoteSpacePropertyServiceImpl - Class in com.atlassian.confluence.rest.client
 
RemoteSpacePropertyServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl
 
RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl - Class in com.atlassian.confluence.rest.client
 
RemoteSpaceService - Interface in com.atlassian.confluence.rest.client
SpaceService implementation that communicates with Confluence remotely using the Confluence REST api.
RemoteSpaceService.RemoteSpaceContentFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteSpaceService.RemoteSpaceFinder - Interface in com.atlassian.confluence.rest.client
 
RemoteSpaceService.RemoteSpaceSingleFetcher - Interface in com.atlassian.confluence.rest.client
 
RemoteSpaceServiceImpl - Class in com.atlassian.confluence.rest.client
SpaceService implementation that communicates with Confluence remotely using the Confluence REST api
RemoteSpaceServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl - Class in com.atlassian.confluence.rest.client
 
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl - Class in com.atlassian.confluence.rest.client
 
RemoteSpaceSummary - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteSpaceSummary() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
RemoteSpaceSummary(Space) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
remoteUser - Variable in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
RemoteUser - Class in com.atlassian.confluence.rpc.soap.beans
 
RemoteUser() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
RemoteUser(User) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
RemoteUserCanUseConfluenceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Passes if the remote user has permission to use Confluence.
RemoteUserCanUseConfluenceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.RemoteUserCanUseConfluenceCondition
 
RemoteUserHasLicensedAccessCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Passes if the remote (current) user is logged in and has licensed access to Confluence.
RemoteUserHasLicensedAccessCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.RemoteUserHasLicensedAccessCondition
 
RemoteUserInformation - Class in com.atlassian.confluence.rpc.soap.beans
Created by IntelliJ IDEA.
RemoteUserInformation() - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
RemoteUserInformation(PersonalInformation) - Constructor for class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
RemoteWatchService - Interface in com.atlassian.confluence.rest.client
WatchService implementation that communicates with Confluence remotely using the Confluence REST api.
RemoteWatchServiceImpl - Class in com.atlassian.confluence.rest.client.impl
 
RemoteWatchServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
RemoteWebView - Interface in com.atlassian.confluence.rest.client.remoteservice.webfragment
Remote helper class for fetching WebView from the REST API, This gets its data from /rest/experimental/webfragment
RemoteWebViewImpl - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment
WebView implementation that communicates with Confluence remotely using the Confluence GraphQL API.
RemoteWebViewService - Interface in com.atlassian.confluence.rest.client.remoteservice.webfragment
Remote service for the WebViewService, this gets its data from /rest/experimental/webfragment
RemoteWebViewServiceImpl - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment
WebViewService implementation that communicates with Confluence remotely using the Confluence GraphQL API.
RemoteWebViewServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewServiceImpl
 
RemovalCount - Class in com.atlassian.confluence.api.model.retention
 
RemovalCount() - Constructor for class com.atlassian.confluence.api.model.retention.RemovalCount
 
RemovalCount(long, long, long) - Constructor for class com.atlassian.confluence.api.model.retention.RemovalCount
 
RemovalCount.Builder - Class in com.atlassian.confluence.api.model.retention
 
RemovalSummary - Class in com.atlassian.confluence.api.model.retention
 
RemovalSummary() - Constructor for class com.atlassian.confluence.api.model.retention.RemovalSummary
 
RemovalSummary(RemovalCount, RemovalCount) - Constructor for class com.atlassian.confluence.api.model.retention.RemovalSummary
 
RemovalSummary.RemovalSummaryBuilder - Class in com.atlassian.confluence.api.model.retention
 
RemovalSummaryBuilder() - Constructor for class com.atlassian.confluence.api.model.retention.RemovalSummary.RemovalSummaryBuilder
 
RemovalType - Enum Class in com.atlassian.confluence.impl.retention
Different types of removal jobs for Data management
remove() - Method in class bucket.user.propertyset.BucketPropertySet
This method is BAD and shouldn't be used really.
remove() - Method in class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
remove() - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
 
remove() - 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.
remove() - 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.
remove() - 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.
remove() - 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.
remove() - 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.
remove() - 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.
remove(int) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
remove(int) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
remove(Object) - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
 
remove(K) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
remove(K) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
remove(K) - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
remove(K) - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
remove(K, V) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
remove(K, V) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
remove(K, V) - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
remove(CACHEKEY) - Method in class com.atlassian.confluence.impl.cache.ReadThroughEntityCache
 
remove(BandanaContext) - Method in interface com.atlassian.bandana.BandanaPersister
Deprecated.
Remove the storage of data associated with this context
remove(BandanaContext) - Method in class com.atlassian.bandana.impl.MemoryBandanaPersister
Deprecated.
 
remove(BandanaContext) - Method in class com.atlassian.confluence.impl.bandana.ReadThroughCachingBandanaPersister
 
remove(BandanaContext) - Method in class com.atlassian.confluence.impl.bandana.TransactionalBandanaPersister
 
remove(BandanaContext) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
if space context passed in, remove the whole directory for space if global context passed in, remove the global bandana config file only
remove(BandanaContext) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
 
remove(BandanaContext, String) - Method in interface com.atlassian.bandana.BandanaPersister
Deprecated.
Remove the storage of data associated with this context, under the key
remove(BandanaContext, String) - Method in class com.atlassian.bandana.impl.MemoryBandanaPersister
Deprecated.
 
remove(BandanaContext, String) - Method in class com.atlassian.confluence.impl.bandana.ReadThroughCachingBandanaPersister
 
remove(BandanaContext, String) - Method in class com.atlassian.confluence.impl.bandana.TransactionalBandanaPersister
 
remove(BandanaContext, String) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
remove(BandanaContext, String) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
 
remove(ContentEntityObject) - Method in interface com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternal
 
remove(ContentEntityObject) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
remove(PersistentDecorator) - Method in class com.atlassian.confluence.impl.themes.persistence.CachingPersistentDecoratorDao
 
remove(PersistentDecorator) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Removes the given custom decorator, and flushes it from the velocity cache
remove(PersistentDecorator) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
remove(PersistentDecorator) - Method in interface com.atlassian.confluence.themes.persistence.PersistentDecoratorDao
 
remove(BackgroundJob) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
Physically removes a records from the DB.
remove(ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughAttachmentDownloadPathCache
 
remove(Label) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
remove(Label) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
remove(Labelling) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
remove(Labelling) - Method in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
 
remove(OutgoingLink) - Method in class com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao
 
remove(OutgoingLink) - Method in interface com.atlassian.confluence.links.persistence.dao.LinkDao
 
remove(Notification) - Method in class com.atlassian.confluence.impl.mail.notification.persistence.CachingNotificationDao
 
remove(Notification) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
remove(Notification) - Method in interface com.atlassian.confluence.internal.notification.persistence.NotificationDaoInternal
 
remove(Notification) - Method in class com.atlassian.confluence.mail.notification.persistence.dao.hibernate.HibernateNotificationDao
 
remove(AbstractPage) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
remove(AbstractPage) - Method in interface com.atlassian.confluence.pages.PageManager
Remove this page from the world.
remove(Draft) - Method in interface com.atlassian.confluence.pages.persistence.dao.DraftDao
Removes a draft based on its page ID, owner and type.
remove(Draft) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
remove(Draft) - Method in class com.atlassian.confluence.pages.persistence.dao.SessionDraftDao
 
remove(PageManager) - Method in class com.atlassian.confluence.pages.AbstractPage
Deprecated, for removal: This API element is subject to removal in a future version.
remove(PageManager) - Method in class com.atlassian.confluence.pages.Page
Deprecated, for removal: This API element is subject to removal in a future version.
remove(PageTemplate) - Method in class com.atlassian.confluence.pages.templates.persistence.dao.hibernate.HibernatePageTemplateDao
 
remove(PageTemplate) - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
 
remove(ContentPermission) - Method in interface com.atlassian.confluence.core.persistence.ContentPermissionDao
 
remove(ContentPermission) - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentPermissionHibernateDao
 
remove(ContentPermissionSet) - Method in interface com.atlassian.confluence.security.persistence.dao.ContentPermissionSetDao
 
remove(ContentPermissionSet) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
remove(SpacePermission) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
remove(SpacePermission) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
 
remove(ConfluenceBandanaRecord) - Method in interface com.atlassian.confluence.setup.bandana.persistence.dao.ConfluenceBandanaRecordDao
Remove a record by matching its key (context, key)
remove(ConfluenceBandanaRecord) - Method in class com.atlassian.confluence.setup.bandana.persistence.dao.hibernate.HibernateConfluenceBandanaRecordDao
 
remove(Space) - Method in interface com.atlassian.confluence.internal.spaces.persistence.SpaceDaoInternal
 
remove(Space) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
Override the parent remove method as we want to remove the object out of the cache as well
remove(SpaceDescription) - Method in class com.atlassian.confluence.impl.content.DefaultSpaceDescriptionManager
 
remove(SpaceDescription) - Method in interface com.atlassian.confluence.spaces.SpaceDescriptionManager
 
remove(ConfluenceUser) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
remove(ConfluenceUser) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Remove the supplied ConfluenceUser from persistence.
remove(ConfluenceUser) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
remove(PersonalInformation) - Method in class com.atlassian.confluence.impl.user.persistence.dao.ReadThroughCachingPersonalInformationDao
 
remove(PersonalInformation) - Method in interface com.atlassian.confluence.internal.user.persistence.PersonalInformationDaoInternal
 
remove(PersonalInformation) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao
 
remove(Directory) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectoryDao
 
remove(Application) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
remove(Application) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
remove(Group) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
remove(Group) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
remove(User) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
remove(User) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
remove(DeploymentUnit) - Method in class com.atlassian.confluence.plugin.DatabasePluginScanner
 
remove(Long) - Method in interface com.atlassian.confluence.user.rememberme.ConfluenceRememberMeTokenDao
 
remove(Long) - Method in class com.atlassian.confluence.user.rememberme.DefaultConfluenceRememberMeTokenDao
 
remove(Object) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
remove(Object) - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
remove(Object) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
remove(Object) - Method in class com.atlassian.confluence.rpc.auth.TokenMap
 
remove(Object) - Method in class com.atlassian.confluence.util.collections.CompositeMap
 
remove(Object) - Method in class com.atlassian.confluence.util.collections.LazyMap
 
remove(Object) - Method in class com.atlassian.confluence.velocity.context.CompositeContext
 
remove(String) - Method in class bucket.user.propertyset.BucketPropertySet
 
remove(String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
remove(String) - Method in class com.atlassian.confluence.impl.user.preferences.AnonymousUserPreferences
 
remove(String) - Method in class com.atlassian.confluence.impl.user.preferences.UserPreferencesImpl
 
remove(String) - Method in class com.atlassian.confluence.internal.index.lucene.DefaultCustomSearchIndexRegistry
 
remove(String) - Method in class com.atlassian.confluence.plugin.persistence.hibernate.HibernatePluginDataDao
 
remove(String) - Method in interface com.atlassian.confluence.plugin.persistence.PluginDataDao
 
remove(String) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchCustomSearchIndexRegistry
 
remove(String) - Method in interface com.atlassian.confluence.search.v2.CustomSearchIndexRegistry
Remove the custom index from the registry.
remove(String) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
remove(String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
remove(String) - Method in interface com.atlassian.confluence.user.UserPreferences
 
remove(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
Deprecated.
 
remove(String) - Method in interface com.atlassian.core.user.preferences.Preferences
Deprecated.
 
remove(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
remove(String) - Method in class com.atlassian.sal.confluence.pluginsettings.ConfluencePluginSettings
 
remove(String) - Method in class com.atlassian.sal.confluence.pluginsettings.TransactionalPluginSettings
 
remove(String...) - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Removes any value associated with the keys in the logging context.
remove(String, Long, String) - Method in class bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
 
remove(String, String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Removes the custom decorator with the given (spaceKey, name) pair, and flushes it from the velocity cache
remove(String, String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
remove(K) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
remove(K) - Method in class com.atlassian.confluence.cache.CacheOperations
 
remove(K) - Method in class com.atlassian.confluence.impl.cache.ReadThroughAtlassianCache
 
remove(K) - Method in interface com.atlassian.confluence.impl.cache.ReadThroughCache
Removs the cache entry for the given key.
remove(K) - Method in interface com.atlassian.confluence.impl.cache.tx.TransactionAwareCache
 
remove(K, V) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
remove(T) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Remove an object from the database
remove(T) - Method in class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
 
REMOVE - Enum constant in enum class com.atlassian.confluence.impl.audit.handler.AuditAction
 
REMOVE - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Permission
Deprecated.
 
REMOVE - Static variable in class com.atlassian.confluence.security.Permission
 
REMOVE_ATTACHMENT_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
REMOVE_BLOG_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
REMOVE_COMMENT_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
REMOVE_MAIL_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
REMOVE_OLD_INDEX - Enum constant in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
REMOVE_OWN_CONTENT_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
REMOVE_PAGE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
REMOVE_PAGE_PERMISSION_TYPES - Static variable in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
RemoveAbstractPageVersionCommand - Class in com.atlassian.confluence.content.service.page
Service command for removing a version of a page or blog post.
RemoveAbstractPageVersionCommand(PageManager, PermissionManager) - Constructor for class com.atlassian.confluence.content.service.page.RemoveAbstractPageVersionCommand
 
removeAll() - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
removeAll() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
removeAll() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
removeAll() - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
removeAll() - Method in class com.atlassian.confluence.impl.cache.ReadThroughAtlassianCache
 
removeAll() - Method in interface com.atlassian.confluence.impl.cache.ReadThroughCache
Removes all cache entries.
removeAll() - Method in class com.atlassian.confluence.impl.cache.ReadThroughEntityCache
 
removeAll() - Method in interface com.atlassian.confluence.impl.cache.tx.TransactionAwareCache
 
removeAll() - Method in interface com.atlassian.confluence.impl.user.crowd.ApplicationCache
Removes all entries from the cache.
removeAll() - Method in class com.atlassian.confluence.impl.user.crowd.DefaultApplicationCache
 
removeAll() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationStatusDao
 
removeAll() - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
removeAll() - Method in class com.atlassian.confluence.impl.vcache.UnblockingRemovalJvmCache
 
removeAll() - Method in interface com.atlassian.confluence.user.rememberme.ConfluenceRememberMeTokenDao
 
removeAll() - Method in class com.atlassian.confluence.user.rememberme.DefaultConfluenceRememberMeTokenDao
 
removeAll(Collection<?>) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
removeAll(Collection<?>) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
removeAll(Collection<K>) - Method in class com.atlassian.confluence.cache.CacheOperations
 
removeAllAttachmentVersions(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
removeAllBlogPosts(Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
removeAllBlogPosts(Space) - Method in interface com.atlassian.confluence.pages.PageManager
 
removeAllBlogPosts(Space, ProgressMeter) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
removeAllBlogPosts(Space, ProgressMeter) - Method in interface com.atlassian.confluence.pages.PageManager
Remove all blog posts in a space with a progress meter
removeAllConnectionsFor(User) - Method in class com.atlassian.confluence.follow.DefaultFollowManager
 
removeAllConnectionsFor(User) - Method in interface com.atlassian.confluence.follow.FollowManager
Removes all connections for this user (as a follower and as a followee).
removeAllConnectionsFor(User) - Method in interface com.atlassian.confluence.follow.persistence.dao.ConnectionDao
Removes all connections for this user (as a follower and as a followee).
removeAllConnectionsFor(User) - Method in class com.atlassian.confluence.follow.persistence.dao.hibernate.HibernateConnectionDao
 
removeAllContentChangeLogRecords() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentChangeLogDao
Removes all space change log records.
removeAllCustomGlobalDecorators() - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Removes all globally defines custom decorators (does not remove space level custom decorators)
removeAllCustomGlobalDecorators() - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
removeAllCustomSpaceDecorators(String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Removes all custom decorators defined for a given space (does not remove global ones)
removeAllCustomSpaceDecorators(String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
removeAllDenormalisedRecordsForPages(Set<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
 
removeAllDirectoryMemberships(long) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultGroupMembershipCache
 
removeAllDirectoryMemberships(long) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
removeAllDirectoryMemberships(long) - Method in interface com.atlassian.confluence.impl.user.crowd.GroupMembershipCache
Removes any entries in the cache which relate to the specified directory.
removeAllDirectoryMemberships(long) - Method in interface com.atlassian.confluence.impl.user.crowd.MembershipCache
Removes any entries in the cache which relate to the specified directory.
removeAllDrafts() - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
removeAllDrafts() - Method in interface com.atlassian.confluence.pages.DraftManager
Removes all drafts stored in the database
removeAllExcept(long, int) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationStatusDao
 
removeAllForUser(String) - Method in interface com.atlassian.confluence.user.rememberme.ConfluenceRememberMeTokenDao
 
removeAllForUser(String) - Method in class com.atlassian.confluence.user.rememberme.DefaultConfluenceRememberMeTokenDao
 
removeAllGroupAttributes(Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
removeAllGroupMemberships(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
removeAllGroupMemberships(long, String) - Method in interface com.atlassian.confluence.impl.user.crowd.MembershipCache
Removes any entries in the cache which contain the groupName in the specified directory.
removeAllGroupMemberships(Group) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultGroupMembershipCache
 
removeAllGroupMemberships(Group) - Method in interface com.atlassian.confluence.impl.user.crowd.GroupMembershipCache
Removes any entries in the cache which contain the group in its directory.
removeAllGroupPermissions(String) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Remove all content permission associated with a given group.
removeAllGroupPermissions(String) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
removeAllGroupRelationships(InternalGroup) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalMembershipDao
 
removeAllGroupRelationships(InternalGroup) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateInternalMembershipDao
 
removeAllGroupRelationships(InternalGroup) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalMembershipDao
Remove all memberships that rely on the existence of a particular group.
removeAllGroups(long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
removeAllGroups(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
removeAllGroups(long) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalGroupDao
Remove all groups from a particular directory (used when deleting an internal directory)
removeAllGroups(long, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
removeAllGroups(long, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
removeAllInContext(String) - Method in interface com.atlassian.confluence.setup.bandana.persistence.dao.ConfluenceBandanaRecordDao
Remove all the records belonging to the given context
removeAllInContext(String) - Method in class com.atlassian.confluence.setup.bandana.persistence.dao.hibernate.HibernateConfluenceBandanaRecordDao
 
removeAllInSpace(String, Space) - Method in interface com.atlassian.confluence.content.CustomContentManager
Remove all plugin content of a particular type from a given space.
removeAllInSpace(String, Space) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
removeAllJohnsonEvents(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeAllJohnsonEvents(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Removes all Johnson events from Confluence
removeAllJohnsonEvents(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
removeAllLabels() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeAllLabels(Labelable) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
removeAllLabels(Labelable) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
removeAllLabels(Labelable) - Method in interface com.atlassian.confluence.labels.LabelManager
Remove all of the labels from the specified content.
removeAllLikes() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeAllLikesFor(UserKey) - Method in class com.atlassian.confluence.like.DefaultLikeManager
 
removeAllLikesFor(UserKey) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
 
removeAllLikesFor(UserKey) - Method in interface com.atlassian.confluence.like.LikeEntityDao
Remove all likes for the given userKey
removeAllLikesFor(UserKey) - Method in interface com.atlassian.confluence.like.LikeManager
Deprecated, for removal: This API element is subject to removal in a future version.
removeAllLikesFor(ConfluenceUser) - Method in interface com.atlassian.confluence.like.LikeManager
Remove all likes for the given userkey.
removeAllLikesFor(String) - Method in class com.atlassian.confluence.like.DefaultLikeManager
 
removeAllLikesFor(String) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
 
removeAllLikesFor(String) - Method in interface com.atlassian.confluence.like.LikeEntityDao
Deprecated.
removeAllLikesFor(String) - Method in interface com.atlassian.confluence.like.LikeManager
Deprecated, for removal: This API element is subject to removal in a future version.
removeAllLikesOn(ContentEntityObject) - Method in class com.atlassian.confluence.like.DefaultLikeManager
 
removeAllLikesOn(ContentEntityObject) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
 
removeAllLikesOn(ContentEntityObject) - Method in interface com.atlassian.confluence.like.LikeEntityDao
Removes all likes (for any user) from the specified content entity.
removeAllLikesOn(ContentEntityObject) - Method in interface com.atlassian.confluence.like.LikeManager
Removes all likes (for any user) from the specified content entity.
removeAllNotifications() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeAllNotificationsForSpace(Space) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
removeAllNotificationsForSpace(Space) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
Remove all of the notifications set up for this space.
removeAllNotificationsForUser(User) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
removeAllNotificationsForUser(User) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
Remove all of the notifications setup for this user.
removeAllPages(Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
removeAllPages(Space) - Method in interface com.atlassian.confluence.pages.PageManager
Removes all pages in the space.
removeAllPages(Space, ProgressMeter) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
removes all the pages in a space (including all dependencies like attachments and notifications)
removeAllPages(Space, ProgressMeter) - Method in interface com.atlassian.confluence.pages.PageManager
Removes all pages in the space.
removeAllPages(Session, Space) - Method in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
removeAllPageTemplates(Space) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
removeAllPageTemplates(Space) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
removeAllPermissions() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
removeAllPermissions() - Method in class com.atlassian.confluence.spaces.Space
Remove all permissions from this Space
removeAllPermissions(Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
removeAllPermissions(Space) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removeAllPermissions(Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
Deprecated.
removeAllPermissions(Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
Deprecated.
removeAllPermissions(Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Deprecated.
removeAllPermissions(Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
removeAllPermissions(Space, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
removeAllPermissions(Space, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removeAllPermissions(Space, SpacePermissionContext) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
removeAllPermissions(Space, SpacePermissionContext) - Method in interface com.atlassian.confluence.internal.security.SpacePermissionManagerInternal
Removes all permissions belonging to space
removeAllPermissions(Space, SpacePermissionContext) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
removeAllPermissions(Space, SpacePermissionContext) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Removes all SpacePermission's from the specified space.
removeAllPermissions(Set<SpacePermission>) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
removeAllPermissions(Set<SpacePermission>) - Method in class com.atlassian.confluence.impl.security.administrators.EditSpacePermissionsAdministrator
 
removeAllPermissions(Set<SpacePermission>) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Removes the given set of permissions if the current user has permission to do so, otherwise does nothing silently.
removeAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
removeAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removeAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
Deprecated.
removeAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Delete all permissions (global and space level) permissions for the group with the given name.
removeAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
Deprecated.
removeAllPermissionsForGroup(String) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Removes all the SpacePermission's for the specified group.
removeAllPermissionsForGroup(String) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
removeAllPermissionsForGroup(String, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
removeAllPermissionsForGroup(String, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removeAllPermissionsForGroup(String, SpacePermissionContext) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
removeAllPermissionsForGroup(String, SpacePermissionContext) - Method in interface com.atlassian.confluence.internal.security.SpacePermissionManagerInternal
Removes all permissions for the given group.
removeAllPermissionsForGroup(String, SpacePermissionContext) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
removeAllPermissionsForGroup(String, SpacePermissionContext) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
removeAllPermissionsForGroup(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deletes all global and space permissions for the given group
removeAllPermissionsForGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeAllPermissionsForGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeAllPermissionsForGroup(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeAllPermissionsForGroup(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeAllPermissionsFromDao(Space, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
 
removeAllPermissionsFromDao(Space, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removeAllPersistentObjectsByType(Class<T>) - Method in interface com.atlassian.confluence.core.persistence.AnyTypeDao
removeAllPersistentObjectsByType(Class<T>) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
removeAllPersistentObjectsByType(Class<T>) - Method in interface com.atlassian.confluence.impl.core.persistence.EntityRemover
Remove all of the persistent objects of the specified type
removeAllPersonalInformation() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeAllPluginContent(String) - Method in interface com.atlassian.confluence.content.CustomContentManager
Remove all plugin content of a particular type
removeAllPluginContent(String) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
removeAllPluginContentInSpace(Space) - Method in interface com.atlassian.confluence.content.CustomContentManager
Remove all plugin content (of all types) from a given space.
removeAllPluginContentInSpace(Space) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
removeAllPropertySets() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeAllRelations(RelatableEntity) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
This method removes all relations (across all names and types), where given entity participates.
removeAllRelations(RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
removeAllRelations(RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
removeAllRelations(RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
removeAllRelations(RelatableEntity) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
This method removes all relations (across all names and types), where given entity participates.
removeAllRelations(RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
removeAllRelations(Iterable<? extends RelatableEntity>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
removeAllRelations(Iterable<? extends RelatableEntity>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
removeAllRelations(Iterable<? extends RelatableEntity>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
removeAllRelations(Iterable<? extends RelatableEntity>) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
This method removes all relations (across all names and types), where given entity participates.
removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
This method removes all relations (across all names and types), where given entity participates.
removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
This method removes all relations (across all names and types), where given entity participates.
removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity>) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
This method removes all relations (across all names and types), where given entity participates.
removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity>) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
This method removes all relations (across all names and types), where given entity participates.
removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity>) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
removeAllRelationsFromEntityWithName(String, RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
removeAllRelationsFromEntityWithName(String, RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
removeAllRelationsFromEntityWithName(String, RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
removeAllRelationsFromEntityWithName(String, RelatableEntity) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
This method remove all relations with the given name, where the given entity participates
removeAllRelationsFromEntityWithType(RelationDescriptor<S, T>, Relatable) - Method in class com.atlassian.confluence.api.impl.service.relation.RelationServiceImpl
 
removeAllRelationsFromEntityWithType(RelationDescriptor<S, T>, Relatable) - Method in interface com.atlassian.confluence.api.service.relations.RelationService
Remove all relations of the given type where the given entity participates
removeAllRelationsFromEntityWithType(RelationDescriptor, RelatableEntity) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
This method remove all relations of the given type where the given entity participates
removeAllRelationsFromEntityWithType(RelationDescriptor, RelatableEntity) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
removeAllRelationships(Directory) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalMembershipDao
 
removeAllRelationships(Directory) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateInternalMembershipDao
 
removeAllRelationships(Directory) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalMembershipDao
Remove all memberships related to a particular directory.
removeAllSimpleContentRecordsForPages(Set<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
 
removeAllSpaceChangeLogRecords() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDao
Removes all space change log records.
removeAllSpaceChangeLogRecords() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDaoImpl
 
removeAllSpaces() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeAllSpaces(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeAllSpaces(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Kill all the spaces and flush all the queues and caches.
removeAllSpaces(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
removeAllSubscriptions(String) - Method in class com.atlassian.confluence.impl.incrementalsync.CachingIncrementalSyncSubscriptionManager
 
removeAllSubscriptions(String) - Method in class com.atlassian.confluence.impl.incrementalsync.dao.HibernateIncrementalSyncSubscriptionDao
 
removeAllSubscriptions(String) - Method in class com.atlassian.confluence.impl.incrementalsync.DefaultIncrementalSyncSubscriptionManager
 
removeAllSubscriptions(String) - Method in interface com.atlassian.confluence.impl.incrementalsync.IncrementalSyncSubscriptionDao
Remove all subscription belong to a context key
removeAllSubscriptions(String) - Method in interface com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionManager
Remove all subscription belong to a context key
removeAllSynchronyDataFor(Collection<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.DefaultSynchronyEvictionDao
 
removeAllSynchronyDataFor(Collection<Long>) - Method in interface com.atlassian.confluence.pages.persistence.dao.SynchronyEvictionDao
Remove all synchrony data matching
removeAllTrackedNotifications() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeAllTrackedObjects() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeAllTrackedSecrets() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeAllTrustedApplications(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeAllTrustedApplications(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Removes all trusted applications from the database.
removeAllTrustedApplications(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
removeAllUpTo(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
removeAllUserAttributes(User) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
removeAllUserMemberships(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
removeAllUserMemberships(long, String) - Method in interface com.atlassian.confluence.impl.user.crowd.MembershipCache
Removes any entries in the cache which contain the userName in the specified directory.
removeAllUserPermissions(ConfluenceUser) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
Deprecated.
removeAllUserPermissions(ConfluenceUser) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Removes all the SpacePermission's for the specified user.
removeAllUserPermissions(ConfluenceUser) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Remove all content permission associated with a given user.
removeAllUserPermissions(ConfluenceUser) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
removeAllUserPermissions(ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
removeAllUserPermissions(ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removeAllUserPermissions(ConfluenceUser) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
Deprecated.
removeAllUserPermissions(ConfluenceUser) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
removeAllUserPermissions(ConfluenceUser, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
removeAllUserPermissions(ConfluenceUser, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removeAllUserPermissions(ConfluenceUser, SpacePermissionContext) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
removeAllUserPermissions(ConfluenceUser, SpacePermissionContext) - Method in interface com.atlassian.confluence.internal.security.SpacePermissionManagerInternal
Removes all permissions for the given user.
removeAllUserPermissions(ConfluenceUser, SpacePermissionContext) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
removeAllUserPermissions(ConfluenceUser, SpacePermissionContext) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Removes all the SpacePermission's for the specified user.
removeAllUserPreferences(ConfluenceUser) - Method in class com.atlassian.confluence.impl.user.UserPreferencesAccessorImpl
 
removeAllUserPreferences(ConfluenceUser) - Method in interface com.atlassian.confluence.impl.user.UserPreferencesAccessorInternal
 
removeAllUserPreferences(UserKey) - Method in class com.atlassian.confluence.impl.user.preferences.dao.CachingUserPreferencesDao
 
removeAllUserPreferences(UserKey) - Method in interface com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDao
 
removeAllUserPreferences(UserKey) - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
removeAllUserRelationships(InternalUser) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalMembershipDao
 
removeAllUserRelationships(InternalUser) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateInternalMembershipDao
 
removeAllUserRelationships(InternalUser) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalMembershipDao
Remove all memberships that rely on the existence of a particular user.
removeAllUsers(long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
removeAllUsers(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
removeAllUsers(long) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalUserDao
Remove all users from a particular directory (used when deleting an internal directory)
removeAllUsers(long, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
removeAllUsers(long, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
removeAllUsersExcept(Set<ConfluenceUser>) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeAllVersionsFromServer(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
removeAllVersionsFromServer(Attachment) - Method in interface com.atlassian.confluence.internal.pages.persistence.AttachmentDaoInternal
Removes all versions of an attachment
removeAllVersionsFromServer(Attachment) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
removeAllVersionsFromServer(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.NonTransactionalHibernateAttachmentDao
 
removeAllVersionsFromServer(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.TransactionalHibernateAttachmentDao
 
removeAnonymousGlobalPermission(String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
removeAnonymousPermissionFromSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Removes a Space Permission for anonymous users
removeAnonymousPermissionFromSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeAnonymousPermissionFromSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeAnonymousPermissionFromSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeAnonymousPermissionFromSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeAnonymousSpacePermission(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
removeAnonymousUsePermission(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Remove anonymous use permission.
removeAnonymousUsePermission(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeAnonymousUsePermission(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeAnonymousUsePermission(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeAnonymousUsePermission(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeAnonymousUserPermission() - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
removeAnonymousViewUserProfilePermission() - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
removeAnonymousViewUserProfilePermission(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
removeAnonymousViewUserProfilePermission(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeAnonymousViewUserProfilePermission(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeAnonymousViewUserProfilePermission(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeAnonymousViewUserProfilePermission(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
RemoveApostropheEntityTransformer - Class in com.atlassian.confluence.content.render.xhtml.transformers
A Transformer that removes that apostrophe entity which is invalid in HTML.
RemoveApostropheEntityTransformer() - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.RemoveApostropheEntityTransformer
 
removeApplication(Application) - Method in interface com.atlassian.confluence.impl.user.crowd.ApplicationCache
Removes the application with the given name from the cache.
removeApplication(String) - Method in interface com.atlassian.confluence.impl.user.crowd.ApplicationCache
Removes the application with the given name from the cache.
removeApplication(String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultApplicationCache
 
removeApplicationCredentials(String) - Method in interface com.atlassian.confluence.api.service.eviction.SynchronyDataService
Deprecated.
since 7.18
removeApplicationCredentials(String) - Method in class com.atlassian.confluence.pages.collab.impl.DefaultSynchronyDataService
 
removeApplicationCredentials(String) - Method in class com.atlassian.confluence.pages.collab.PermissionCheckingSynchronyDataService
 
removeApplicationIds(Collection<String>) - Method in class com.atlassian.confluence.pages.persistence.dao.DefaultSynchronyEvictionDao
 
removeApplicationIds(Collection<String>) - Method in interface com.atlassian.confluence.pages.persistence.dao.SynchronyEvictionDao
 
removeArchivedJob(ArchivedBackgroundJob) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
 
RemoveAttachedFileAction - Class in com.atlassian.confluence.pages.actions
 
RemoveAttachedFileAction() - Constructor for class com.atlassian.confluence.pages.actions.RemoveAttachedFileAction
 
RemoveAttachedFileVersionAction - Class in com.atlassian.confluence.pages.actions
 
RemoveAttachedFileVersionAction() - Constructor for class com.atlassian.confluence.pages.actions.RemoveAttachedFileVersionAction
 
removeAttachment(long, String) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
removeAttachment(ContentId, ContentId) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
removeAttachment(ContentId, ContentId) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
Trashes an attachment by attachmentId
removeAttachment(ContentId, ContentId) - Method in class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource
 
removeAttachment(Attachment) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
removeAttachment(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
removeAttachment(Attachment) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
removeAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
Severs the connection between attachment and content, and removes the attachment from the database
removeAttachment(String, long, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Remove an attachment.
removeAttachment(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeAttachment(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeAttachment(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeAttachment(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeAttachmentCompletionStage(ContentId, ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
Trashes an attachment associated with an attachmentId.
removeAttachmentCompletionStage(ContentId, ContentId) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
removeAttachmentFromServer(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
removeAttachmentFromServer(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
removeAttachmentFromServer(Attachment) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Removes an Attachment and its data from the server and data store.
removeAttachmentFromServer(Attachment) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
removeAttachmentFromServer(Attachment) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
Removes the attachment and all previous versions
removeAttachmentFromServer(Attachment) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
removeAttachmentFromServer(Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Removes attachment (and all of its versions)
removeAttachmentFromServer(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.NonTransactionalHibernateAttachmentDao
 
removeAttachmentFromServer(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.TransactionalHibernateAttachmentDao
 
removeAttachmentFromServer(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
removeAttachments(List<? extends Attachment>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
removeAttachments(List<? extends Attachment>) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Removes the contents of attachments from the server
removeAttachments(List<? extends Attachment>) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
removeAttachments(List<? extends Attachment>) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
removeAttachments(List<? extends Attachment>) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
removeAttachmentUncleanly(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeAttachmentUncleanly(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Removes an attachment without cleaning up associated attachment info
removeAttachmentUncleanly(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
removeAttachmentVersion(ContentId, ContentId, int) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
removeAttachmentVersion(ContentId, ContentId, int) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
removes a version of an attachment from page by attachmentId and version
removeAttachmentVersion(ContentId, ContentId, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource
 
removeAttachmentVersionCompletionStage(ContentId, ContentId, int) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
Removes a specific version of an attachment associated with given content.
removeAttachmentVersionCompletionStage(ContentId, ContentId, int) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
removeAttachmentVersionFromServer(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
removeAttachmentVersionFromServer(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
removeAttachmentVersionFromServer(Attachment) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Removes the given version of the Attachment and its data from the server and data store.
removeAttachmentVersionFromServer(Attachment) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
removeAttachmentVersionFromServer(Attachment) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
removeAttachmentVersionFromServer(Attachment) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
removeAttachmentVersionFromServer(Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Removes an attachment version
removeAttachmentVersionFromServer(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
removeAttachmentVersionFromServer(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
removeAttachmentVersionFromServer(Attachment, Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
removeAttachmentVersionFromServer(Attachment, Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.NonTransactionalHibernateAttachmentDao
 
removeAttachmentVersionFromServer(Attachment, Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.TransactionalHibernateAttachmentDao
 
removeAttachmentVersionFromServerWithoutNotifications(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
removeAttachmentVersionFromServerWithoutNotifications(Attachment) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Removes the given version of the Attachment and its data from the server and data store while suppressing notifications.
removeAttachmentVersionFromServerWithoutNotifications(Attachment) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
removeAttachmentVersionFromServerWithoutNotifications(Attachment) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
removeAttachmentVersionFromServerWithoutNotifications(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
removeAttachmentWithoutNotifications(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
removeAttachmentWithoutNotifications(Attachment) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Removes an Attachment and its data from the server while suppressing notifications.
removeAttachmentWithoutNotifications(Attachment) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
removeAttachmentWithoutNotifications(Attachment) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
removeAttachmentWithoutNotifications(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
removeAttribute(Group, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
removeAttribute(Group, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
removeAttribute(User, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
removeAttribute(User, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
removeBandanaKey(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeBandanaKey(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
removeBandanaKey(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
RemoveBlogPostVersionCommand - Class in com.atlassian.confluence.content.service.blogpost
Service command for removing a version of a blog post.
RemoveBlogPostVersionCommand(PageManager, PermissionManager, BlogPostLocator) - Constructor for class com.atlassian.confluence.content.service.blogpost.RemoveBlogPostVersionCommand
 
removeBundleListener(BundleListener) - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
removeCaptcha(String) - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
removeCaptchaGroup(String) - Method in interface com.atlassian.confluence.security.CaptchaManager
Removes a group from the list of captcha groups
removeCaptchaGroup(String) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
removeCategory(String, String) - Method in class com.atlassian.confluence.api.impl.service.content.CategoryServiceImpl
 
removeCategory(String, String) - Method in interface com.atlassian.confluence.api.service.content.CategoryService
Removes a category from a space's description.
removeCategory(String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.CategoryResource
 
removeCategoryCompletionStage(String, String) - Method in interface com.atlassian.confluence.rest.client.RemoteCategoryService
Removes a category from a space's description.
removeCategoryCompletionStage(String, String) - Method in class com.atlassian.confluence.rest.client.RemoteCategoryServiceImpl
 
removeChild(Comment) - Method in class com.atlassian.confluence.pages.Comment
 
removeChild(ContentNode) - Method in class com.atlassian.confluence.pages.ContentNode
 
removeChild(Page) - Method in class com.atlassian.confluence.pages.Page
 
removeChild(T) - Method in interface com.atlassian.confluence.core.Hierarchical
 
removeClusterSetupEntries() - Method in interface com.atlassian.confluence.setup.actions.ConfluenceSetupPersister
Removes config file entries pertaining to clustering
removeClusterSetupEntries() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
removeComment(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
removeComment(Comment) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
removeComment(Comment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
removeComment(Comment) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
removeComment(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Removes a comment with the given ID
removeComment(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeComment(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeComment(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeComment(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
RemoveCommentAction - Class in com.atlassian.confluence.pages.actions
 
RemoveCommentAction() - Constructor for class com.atlassian.confluence.pages.actions.RemoveCommentAction
 
removeCommentFromObject(long) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
removeCommentFromObject(long) - Method in interface com.atlassian.confluence.pages.CommentManager
 
removeCommentFromPage(long) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
removeCommentFromPage(long) - Method in interface com.atlassian.confluence.pages.CommentManager
Deprecated.
removeContent(Attachment) - Method in interface com.atlassian.confluence.index.attachment.AttachmentExtractedTextManager
Remove extracted text of the specified attachment version.
removeContent(Attachment) - Method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentExtractedTextManager
 
removeContentChangeLogRecords(List<DenormalisedContentChangeLog>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentChangeLogDao
Remove space change log records.
removeContentEntities(Iterable<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
removeContentEntity(ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Removes given content entity object and all associated domain objects i.e.
removeContentEntity(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
removeContentEntity(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
removeContentNotification(User, ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
removeContentNotification(User, ContentEntityObject) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
removeContentNotificationAllUsers(long) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
removeContentNotificationAllUsers(long) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
removeContentPermission(ContentPermission) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
 
removeContentPermission(ContentPermission) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
removeContentPermission(ContentPermission) - Method in class com.atlassian.confluence.security.ContentPermissionSet
Remove the given content permission from this set.
removeContentPermissions(Long) - Method in class com.atlassian.confluence.functest.rest.InheritedPermissionCheckResource
 
removeContentPermissionSet(ContentPermissionSet) - Method in class com.atlassian.confluence.core.ContentEntityObject
This method removes the given ContentPermissionSet from this CEO and disconnects the set from its owner.
removeContentPermissionSet(ContentPermissionSet) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
removeContentPermissionSet(ContentPermissionSet) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
removeContentProperties() - Method in class com.atlassian.confluence.pages.persistence.dao.DefaultSynchronyEvictionDao
 
removeContentProperties() - Method in interface com.atlassian.confluence.pages.persistence.dao.SynchronyEvictionDao
 
RemoveContentPropertiesOnRemoveContentListener - Class in com.atlassian.confluence.event.listeners
 
RemoveContentPropertiesOnRemoveContentListener(ContentPropertyManager) - Constructor for class com.atlassian.confluence.event.listeners.RemoveContentPropertiesOnRemoveContentListener
 
removeContentWatch(long) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.ContentWatchesResource
 
removeContentWatcher(UserKey, String, ContentId) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
 
removeCorruptOutgoingLinks() - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
removeCorruptOutgoingLinks() - Method in interface com.atlassian.confluence.links.LinkManager
 
removeCorruptOutgoingLinks() - Method in class com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao
 
removeCorruptOutgoingLinks() - Method in interface com.atlassian.confluence.links.persistence.dao.LinkDao
 
removeCount() - Method in class com.atlassian.confluence.cache.CacheOperations
 
removeCustomContent(CustomContentEntityObject) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
removeCustomContent(CustomContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
removeCustomContent(CustomContentEntityObject) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
Removed - Interface in com.atlassian.confluence.event.events.types
Indicates that the implementation represents a removal event.
REMOVED - Enum constant in enum class com.atlassian.confluence.themes.events.StylesheetChangedEvent.StylesheetChangeType
 
removeDailyReportNotification(User) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
removeDailyReportNotification(User) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
removeDataForAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
Removes all attachment data for the given attachment.
removeDataForAttachment(Attachment, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Removes all attachment data for the given attachment.
removeDataForAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
Removes all attachment data for the given attachment.
removeDataForAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
removeDataForAttachmentVersion(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
Removes the attachment data for the given attachment version.
removeDataForAttachmentVersion(Attachment, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Removes the attachment data for the given attachment version.
removeDataForAttachmentVersion(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
Removes the attachment data for the given attachment version.
removeDataForAttachmentVersion(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
removeDataForAttachmentVersion(Attachment, ContentEntityObject, AttachmentDataStreamType) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
removeDataForAttachmentVersion(Attachment, ContentEntityObject, AttachmentDataStreamType) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Removes the attachment data of the specific stream type for the given attachment version.
removeDataForAttachmentVersion(Attachment, ContentEntityObject, AttachmentDataStreamType) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
removeDataForAttachmentVersion(Attachment, ContentEntityObject, AttachmentDataStreamType) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
removeDeletedSubscriptions(String) - Method in class com.atlassian.confluence.impl.incrementalsync.CachingIncrementalSyncSubscriptionManager
 
removeDeletedSubscriptions(String) - Method in class com.atlassian.confluence.impl.incrementalsync.dao.HibernateIncrementalSyncSubscriptionDao
 
removeDeletedSubscriptions(String) - Method in class com.atlassian.confluence.impl.incrementalsync.DefaultIncrementalSyncSubscriptionManager
 
removeDeletedSubscriptions(String) - Method in interface com.atlassian.confluence.impl.incrementalsync.IncrementalSyncSubscriptionDao
Remove deleted subscription belong to a context key
removeDeletedSubscriptions(String) - Method in interface com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionManager
Remove deleted subscription belong to a context key
removeDetailsFor(Attachment) - Method in class com.atlassian.confluence.pages.attachments.DefaultImageDetailsDao
 
removeDetailsFor(Attachment) - Method in interface com.atlassian.confluence.pages.attachments.ImageDetailsDao
Remove any stored ImageDetails for the given Attachment.
removeDirectory(long) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
removeDirectoryMapping(long, long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
removeDirectoryMapping(long, long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
removeDirectoryMappings(long) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
removeDirectoryMappings(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
removeDraft(long) - Method in class com.atlassian.confluence.content.service.DefaultDraftService
 
removeDraft(long) - Method in interface com.atlassian.confluence.content.service.DraftService
Removes the draft with the specified ID if it is found, and returns the same ID passed.
removeDraft(long, long) - Method in class com.atlassian.confluence.content.service.DefaultDraftService
 
removeDraft(long, long) - Method in interface com.atlassian.confluence.content.service.DraftService
Removes the draft specified by the given page id or draft id for the current user.
removeDraft(Draft) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
removeDraft(Draft) - Method in interface com.atlassian.confluence.pages.DraftManager
Removes the draft specified.
removeDrafts(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeDrafts(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Removes all drafts owned by the specified User.
removeDrafts(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
removeDraftsForUser(ConfluenceUser) - Method in interface com.atlassian.confluence.pages.DraftManager
Removes all drafts in the data store associated with the specified user.
removeDraftsForUser(String) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
removeDraftsForUser(String) - Method in interface com.atlassian.confluence.pages.DraftManager
Deprecated, for removal: This API element is subject to removal in a future version.
removeDuplicates(String, String, List<String>, DedupeStrategy) - Method in class com.atlassian.confluence.internal.upgrade.constraint.dedup.Deduper
Remove all duplicates of combination of uniqueColumns from table.
removeDynamicModule(Plugin, ModuleDescriptor<?>) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
removeEntriesOlderThan(Date) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
removeEntriesOlderThan(Date) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Removes entries from all journals that were created before the given date.
removeEntriesOlderThan(Date, Collection<String>) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalService
 
removeEntriesOlderThan(Date, Collection<String>) - Method in interface com.atlassian.confluence.impl.journal.JournalServiceInternal
Removes entries from journals that were created before the given date.
removeEntriesOlderThanExclusive(Date, Collection<String>) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
removeEntriesOlderThanExclusive(Date, Collection<String>) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalService
 
removeEntriesOlderThanExclusive(Date, Collection<String>) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
removeEntriesOlderThanExclusive(Date, Collection<String>) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Removes entries from journals that were created before the given date.
removeEntriesOlderThanExclusive(Date, Collection<String>) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Removes entries from journals that were created before the given date.
removeEntriesOlderThanExclusive(Date, Collection<String>) - Method in interface com.atlassian.confluence.impl.journal.JournalServiceInternal
Removes entries from journals that were created before the given date.
removeEntriesOlderThanInclusive(Date, Collection<String>) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
removeEntriesOlderThanInclusive(Date, Collection<String>) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
removeEntriesOlderThanInclusive(Date, Collection<String>) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Removes entries from journals that were created before the given date.
removeEntriesOlderThanInclusive(Date, Collection<String>) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Removes entries from journals that were created before the given date.
removeEvent(Event) - Static method in class com.atlassian.confluence.setup.johnson.JohnsonUtils
Removes the given event from the currently initialised Johnson container.
removeExpiredSubscriptions(String, Instant) - Method in class com.atlassian.confluence.impl.incrementalsync.CachingIncrementalSyncSubscriptionManager
 
removeExpiredSubscriptions(String, Instant) - Method in class com.atlassian.confluence.impl.incrementalsync.dao.HibernateIncrementalSyncSubscriptionDao
 
removeExpiredSubscriptions(String, Instant) - Method in class com.atlassian.confluence.impl.incrementalsync.DefaultIncrementalSyncSubscriptionManager
 
removeExpiredSubscriptions(String, Instant) - Method in interface com.atlassian.confluence.impl.incrementalsync.IncrementalSyncSubscriptionDao
Remove expired subscription belong to a context key
removeExpiredSubscriptions(String, Instant) - Method in interface com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionManager
Remove expired subscription belong to a context key
removeExpiredTokens() - Method in interface com.atlassian.confluence.user.rememberme.ConfluenceRememberMeTokenDao
Remove all expired remember me tokens.
removeExpiredTokens() - Method in class com.atlassian.confluence.user.rememberme.DefaultConfluenceRememberMeTokenDao
 
RemoveFavouriteAction - Class in com.atlassian.confluence.labels.actions
 
RemoveFavouriteAction() - Constructor for class com.atlassian.confluence.labels.actions.RemoveFavouriteAction
 
removeFilterModule(ServletFilterModuleDescriptor) - Method in class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
removeFromCaches(Object) - Static method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
Remove a particular object from the cache
removeFromGroup() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
removeFromVelocityCache(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
Deprecated.
since 5.0 use ConfluenceVelocityResourceCache or rely on CustomLayoutManager to do this automatically for you.
removeGlobalPermission(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
Removes a global permission from the user.
removeGlobalPermission(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Remove a global permission
removeGlobalPermission(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeGlobalPermission(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeGlobalPermission(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeGlobalPermission(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeGlobalPermissionForUser(ConfluenceUser, String) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
removeGlobalPermissionForUser(ConfluenceUser, String) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removeGlobalPermissionForUser(ConfluenceUser, String) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
Deprecated.
removeGlobalPermissionForUser(ConfluenceUser, String) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
Deprecated.
removeGlobalPermissionForUser(ConfluenceUser, String) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Removes the specified Global Permissions of type 'permissionType' from the user
removeGlobalPermissionForUser(ConfluenceUser, String) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
removeGlobalPermissionForUser(ConfluenceUser, String, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
removeGlobalPermissionForUser(ConfluenceUser, String, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removeGlobalPermissionForUser(ConfluenceUser, String, SpacePermissionContext) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
removeGlobalPermissionForUser(ConfluenceUser, String, SpacePermissionContext) - Method in interface com.atlassian.confluence.internal.security.SpacePermissionManagerInternal
Removes global permission of specified type that is directly associated with a user.
removeGlobalPermissionForUser(ConfluenceUser, String, SpacePermissionContext) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
removeGlobalPermissionForUser(ConfluenceUser, String, SpacePermissionContext) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Removes the specified Global Permissions of type 'permissionType' from the user
removeGlobalStylesheet() - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
removeGlobalStylesheet() - Method in interface com.atlassian.confluence.themes.StylesheetManager
removes the global Confluence stylesheet
removeGroup(Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
removeGroup(Group) - Method in interface bucket.user.UserAccessor
Deprecated.
Removes the specified group.
removeGroup(Group) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
removeGroup(Group) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
removeGroup(Group) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
removeGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Delete group with name groupname.
removeGroup(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Removes an existing group
removeGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeGroup(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
RemoveGroupAction - Class in com.atlassian.confluence.user.actions
 
RemoveGroupAction() - Constructor for class com.atlassian.confluence.user.actions.RemoveGroupAction
 
removeGroupAttribute(Group, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
removeGroupFromGroup(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
removeGroupFromGroup(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
removeGroupFromGroup(Group, Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
removeGroupGlobalPermission(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
removeGroupGroupMemberships(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultGroupMembershipCache
 
removeGroupGroupMemberships(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
removeGroupGroupMemberships(long, String) - Method in interface com.atlassian.confluence.impl.user.crowd.GroupMembershipCache
Removes any list of groups which are cached for the named group in the specified directory.
removeGroupGroupMemberships(long, String) - Method in interface com.atlassian.confluence.impl.user.crowd.MembershipCache
Removes any cached list of group names which are members of the named group in the specified directory.
removeGroupMapping(long, long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
removeGroupMapping(long, long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
removeGroupMappings(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
removeGroupMappings(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
removeGroupMembershipForGroup(String, long, String) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
 
removeGroupMembershipForGroup(String, long, String) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.UserGroupCommandSupport
 
removeGroupMembershipForUser(String, long, String) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
 
removeGroupMembershipForUser(String, long, String) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.UserGroupCommandSupport
 
removeGroupsFromGroup(long, Collection<String>, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
removeGroupsFromGroup(long, Collection<String>, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
removeGroupSpacePermission(String, String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
removeGroupUncleanly(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeGroupUncleanly(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Remove a Group without removing the things that refer to that group.
removeGroupUncleanly(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
removeHistoricalVersion(ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Removes a historical ContentEntityObject.
removeHistoricalVersion(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
RemoveHistoricalVersionAction - Class in com.atlassian.confluence.pages.actions
 
RemoveHistoricalVersionAction() - Constructor for class com.atlassian.confluence.pages.actions.RemoveHistoricalVersionAction
 
removeHistoryFor(ContentId) - Method in interface com.atlassian.confluence.api.service.eviction.SynchronyDataService
This method removes Synchrony history for given content.
removeHistoryFor(ContentId) - Method in class com.atlassian.confluence.pages.collab.impl.DefaultSynchronyDataService
 
removeHistoryFor(ContentId) - Method in class com.atlassian.confluence.pages.collab.PermissionCheckingSynchronyDataService
 
removeInboundWhitelistDomain(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeInboundWhitelistDomain(String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
removeInboundWhitelistDomain(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
RemoveIndexWriteLock - Class in com.atlassian.confluence.impl.index
 
RemoveIndexWriteLock() - Constructor for class com.atlassian.confluence.impl.index.RemoveIndexWriteLock
 
removeLabel() - Method in class com.atlassian.confluence.pages.actions.RemoveLabelAjaxAction
 
removeLabel(long, long) - Method in interface com.atlassian.confluence.legacyapi.service.content.AttachmentService
Deprecated.
Remove a label with labelId from the specified content
removeLabel(long, long) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Remove a label with labelId from the specified content
removeLabel(long, long) - Method in interface com.atlassian.confluence.legacyapi.service.content.TemplateService
Deprecated.
Remove a label with labelId from the specified content
removeLabel(long, long) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyAttachmentServiceImpl
Deprecated.
 
removeLabel(long, long) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
removeLabel(long, long) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyTemplateServiceImpl
Deprecated.
 
removeLabel(ContentId, Label) - Method in class com.atlassian.confluence.api.impl.service.content.ContentLabelServiceImpl
 
removeLabel(ContentId, Label) - Method in interface com.atlassian.confluence.api.service.content.ContentLabelService
Removes the given label the content with the given contentId
removeLabel(ContentId, String) - Method in class com.atlassian.confluence.api.impl.service.content.ContentLabelServiceImpl
removeLabel(ContentId, String) - Method in interface com.atlassian.confluence.api.service.content.ContentLabelService
removeLabel(Labelable, Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
removeLabel(Labelable, Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
removeLabel(Labelable, Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Remove a label from the specified content.
removeLabel(String, long) - Method in interface com.atlassian.confluence.legacyapi.service.content.SpaceLabelService
Deprecated.
Remove a label with labelId from the specified content
removeLabel(String, long) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacySpaceLabelServiceImpl
Deprecated.
 
RemoveLabelAction - Class in com.atlassian.confluence.plugins.labels.actions
Removes labels from the page or blog post.
RemoveLabelAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
RemoveLabelAjaxAction - Class in com.atlassian.confluence.pages.actions
 
RemoveLabelAjaxAction() - Constructor for class com.atlassian.confluence.pages.actions.RemoveLabelAjaxAction
 
removeLabelById(long, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
removeLabelById(String, long, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
removeLabelById(String, long, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeLabelById(String, long, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeLabelById(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeLabelById(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeLabelByName(String, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
removeLabelByName(String, String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
removeLabelByName(String, String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeLabelByName(String, String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeLabelByName(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeLabelByName(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeLabelByNameFromSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
removeLabelByNameFromSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
removeLabelByNameFromSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeLabelByNameFromSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeLabelByNameFromSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeLabelByNameFromSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeLabelByObject(RemoteLabel, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
removeLabelByObject(String, RemoteLabel, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
removeLabelByObject(String, RemoteLabel, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeLabelByObject(String, RemoteLabel, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeLabelByObject(String, Hashtable, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeLabelByObject(String, Hashtable, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
RemoveLabelCommand - Interface in com.atlassian.confluence.labels.service
Removes a label from a Page or Blog Post.
RemoveLabelCommandImpl - Class in com.atlassian.confluence.labels.service
 
RemoveLabelCommandImpl(long, User, long, LabelManager, PermissionManager, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.RemoveLabelCommandImpl
 
RemoveLabelCommandImpl(long, User, long, String, LabelManager, PermissionManager, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.RemoveLabelCommandImpl
 
RemoveLabelCommandImpl(Label, User, long, LabelManager, PermissionManager, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.RemoveLabelCommandImpl
 
RemoveLabelCommandImpl(Label, User, long, String, LabelManager, PermissionManager, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.RemoveLabelCommandImpl
 
RemoveLabelCommandImpl(String, User, long, LabelManager, PermissionManager, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.RemoveLabelCommandImpl
 
removeLabelCompletionStage(ContentId, Label) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
 
removeLabelCompletionStage(ContentId, Label) - Method in interface com.atlassian.confluence.rest.client.RemoteContentLabelService
Remove a label with from the specified content
removeLabelCompletionStage(ContentId, String) - Method in interface com.atlassian.confluence.rest.client.RemoteContentLabelService
Remove a label with from the specified content
RemoveLabelFromSpaceAction - Class in com.atlassian.confluence.spaces.actions
 
RemoveLabelFromSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.RemoveLabelFromSpaceAction
 
removeLabelling(Labelling) - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
 
removeLabelling(Labelling) - Method in interface com.atlassian.confluence.labels.EditableLabelable
 
removeLabelling(Labelling) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
removeLabelling(Labelling) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
removeLabelNotification(User, Label) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
removeLabelNotification(User, Label) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
removeLabels(Labelable, List<Label>) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
removeLabels(Labelable, List<Label>) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
removeLabels(Labelable, List<Label>) - Method in interface com.atlassian.confluence.labels.LabelManager
removes a list of labels from the labelable object
removeLabelWatch(long) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.LabelWatchesResource
 
removeLatch(Class) - Method in class com.atlassian.confluence.test.rpc.EventLatchManager
 
removeLike(ContentEntityObject, ConfluenceUser) - Method in interface com.atlassian.confluence.like.LikeManager
Remove like from content entity for the current logged in user.
removeLike(ContentEntityObject, User) - Method in class com.atlassian.confluence.like.DefaultLikeManager
 
removeLike(ContentEntityObject, User) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
 
removeLike(ContentEntityObject, User) - Method in interface com.atlassian.confluence.like.LikeEntityDao
Remove like from content entity for the given user.
removeLike(ContentEntityObject, User) - Method in interface com.atlassian.confluence.like.LikeManager
Deprecated, for removal: This API element is subject to removal in a future version.
removeLike(Long) - Method in class com.atlassian.confluence.plugins.like.rest.resources.LikableContentResource
 
removeLink(OutgoingLink) - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
removeLink(OutgoingLink) - Method in interface com.atlassian.confluence.links.LinkManager
Remove an internal link
removeLinkBrackets(String) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
removes "[" and "]" from the link text if its exists
removeListener(CacheEntryListener<K, V>) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
removeListener(CacheEntryListener<K, V>) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
removeListener(CacheEntryListener<K, V>) - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
removeListener(CacheEntryListener<K, V>) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
removeMacro(String) - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
removeMailServer(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeMailServer(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Remove the named mail server.
removeMailServer(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
RemoveMailServerAction - Class in com.atlassian.confluence.admin.actions.mail
 
RemoveMailServerAction() - Constructor for class com.atlassian.confluence.admin.actions.mail.RemoveMailServerAction
 
removeManagedScheduledJob(ManagedScheduledJob) - Method in class com.atlassian.confluence.schedule.managers.DefaultManagedScheduledJobRegistry
 
removeManagedScheduledJob(ManagedScheduledJob) - Method in interface com.atlassian.confluence.schedule.managers.ManagedScheduledJobRegistry
Unregisters a job in the registry.
removeMarshallerMetricsConsumer(MarshallerMetricsConsumer) - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Removes a consumer of MarshallerMetrics that is associated with the current render.
removeMarshallerMetricsConsumer(MarshallerMetricsConsumer) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
removeMembership(Group, User) - Method in interface bucket.user.UserAccessor
Deprecated.
 
removeMembership(Group, User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Removes the specified user from this group.
removeMembership(Group, User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
removeMembership(Group, User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
removeMembership(String, String) - Method in interface bucket.user.UserAccessor
Deprecated.
 
removeMembership(String, String) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
removeMembership(String, String) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
removeMembership(String, String) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Remove the given User identified by username from the given Group identified by groupName.
removeMembership(String, String) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Remove the given User identified by username from the given Group identified by groupName.
removeMembership(String, String) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
removeMembership(String, String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
removeMembership(String, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
removeMessage(String) - Method in class com.atlassian.confluence.util.message.AbstractMessageManager
 
removeMessage(String) - Method in class com.atlassian.confluence.util.message.DefaultMessageManager
 
removeMessage(String) - Method in interface com.atlassian.confluence.util.message.MessageManager
Removes a message
removeMetaData(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
Removes attachment meta data.
removeMetricsForNode(String) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.node.IpdInterNodesStats
 
removeNode(ContentNode) - Method in class com.atlassian.confluence.pages.ContentTree
 
removeNotification(Notification) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
removeNotification(Notification) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
RemoveOperation - Class in com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation
Hibernate batch operation to remove a list of entities
RemoveOperation() - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation.RemoveOperation
 
removeOutgoingLink(OutgoingLink) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
removeOutgoingLink(OutgoingLink) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
removeOutgoingLink(OutgoingLink) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
removePage(long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
removePage(PageReport) - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
removePage(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
removePage(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removePage(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removePage(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removePage(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
RemovePageAction - Class in com.atlassian.confluence.pages.actions
 
RemovePageAction() - Constructor for class com.atlassian.confluence.pages.actions.RemovePageAction
 
removePageFromAncestorCollections(Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
removePageFromAncestorCollections(Page) - Method in interface com.atlassian.confluence.pages.PageManager
Removes the page and its ancestors from the ancestor collection of all descendants.
removePageFromFavourites(ConfluenceUser, AbstractPage) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Remove a page or blog post from a user's favourites.
removePageFromFavourites(User, AbstractPage) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
removePageFromFavourites(User, AbstractPage) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Deprecated, for removal: This API element is subject to removal in a future version.
RemovePagePermissionAction - Class in com.atlassian.confluence.pages.actions
 
RemovePagePermissionAction() - Constructor for class com.atlassian.confluence.pages.actions.RemovePagePermissionAction
 
removePageTemplate(PageTemplate) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
removePageTemplate(PageTemplate) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
removePageTemplate(PageTemplate) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
removePageTemplate(PageTemplate) - Method in class com.atlassian.confluence.spaces.Space
 
RemovePageTemplateAction - Class in com.atlassian.confluence.plugins.templates.actions
 
RemovePageTemplateAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.RemovePageTemplateAction
 
RemovePageTemplateEvent - Class in com.atlassian.confluence.plugins.templates.events
 
RemovePageTemplateEvent(Object) - Constructor for class com.atlassian.confluence.plugins.templates.events.RemovePageTemplateEvent
 
removePageVersion(String, long) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
removePageVersion(String, long, int) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
removePageVersionById(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Remove a historical version of a page.
removePageVersionById(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removePageVersionById(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removePageVersionById(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removePageVersionById(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removePageVersionByVersion(String, long, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Remove the identified version of a page.
removePageVersionByVersion(String, long, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removePageVersionByVersion(String, long, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removePageVersionByVersion(String, String, int) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removePageVersionByVersion(String, String, int) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
RemovePageVersionCommand - Class in com.atlassian.confluence.content.service.page
Service command for removing a version of a page.
RemovePageVersionCommand(PageManager, PermissionManager, PageLocator) - Constructor for class com.atlassian.confluence.content.service.page.RemovePageVersionCommand
 
removePageWatch(long) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
removePageWatch(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Remove a watch for the current user on the page or blog post with the specified page ID.
removePageWatch(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removePageWatch(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removePageWatch(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removePageWatch(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removePageWatchForUser(long, String) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
removePageWatchForUser(String, long, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Removes a watch from a specific page or blog post for a particular user.
removePageWatchForUser(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removePageWatchForUser(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removePageWatchForUser(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removePageWatchForUser(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removePartition() - Method in interface com.atlassian.confluence.test.apacheds.ApacheDS
 
removePartition() - Method in class com.atlassian.confluence.test.apacheds.EmbeddedApacheDS
 
removePathConverter(PathConverter) - Method in class com.atlassian.confluence.servlet.simpledisplay.DefaultPathConverterManager
 
removePathConverter(PathConverter) - Method in interface com.atlassian.confluence.servlet.simpledisplay.PathConverterManager
 
removePermission(SpacePermission) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
removePermission(SpacePermission) - Method in class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
Removes the given permission if the current user has permission to do so and updates the current active user count.
removePermission(SpacePermission) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
removePermission(SpacePermission) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
Removes the specified permission.
removePermission(SpacePermission) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
Deprecated.
removePermission(SpacePermission) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Removes the given permission if the current user has permission to do so, otherwise does nothing silently.
removePermission(SpacePermission) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
Deprecated.
removePermission(SpacePermission) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Deprecated.
removePermission(SpacePermission) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
removePermission(SpacePermission) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
removePermission(SpacePermission) - Method in class com.atlassian.confluence.spaces.Space
 
removePermission(SpacePermission, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
removePermission(SpacePermission, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removePermission(SpacePermission, SpacePermissionContext) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
removePermission(SpacePermission, SpacePermissionContext) - Method in interface com.atlassian.confluence.internal.security.SpacePermissionManagerInternal
Removes the given permission.
removePermission(SpacePermission, SpacePermissionContext) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
removePermission(SpacePermission, SpacePermissionContext) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Removes the specified permission.
removePermissionFromDao(SpacePermission) - Method in class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
Removes realPermission from the DAO.
removePermissionFromDao(SpacePermission) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
Removes the permission from the data store
removePermissionFromSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
removePermissionFromSpace(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Removes a Space Permission for a user or group
removePermissionFromSpace(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removePermissionFromSpace(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removePermissionFromSpace(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removePermissionFromSpace(String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removePermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
removePermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
removePermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
removePermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in interface com.atlassian.confluence.internal.security.SpacePermissionManagerInternal
Removes the given permissions.
removePermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
removePermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
removePermissionsForGroup(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
removePermissionsForSpace(Space) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
removePermissionsForSpace(Space) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
Removes all permissions in space
removePermissionsForUser(ConfluenceUser) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao
 
removePermissionsFromAnonymousUser(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
removePermissionsFromAnonymousUser(String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Remove space permissions from an anonymous user in the given space.
removePermissionsFromAnonymousUser(String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Remove space permissions from an anonymous user in the given space.
removePermissionsFromAnonymousUser(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
removePermissionsFromGroup(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
removePermissionsFromGroup(String, String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Remove space permissions from a group in the given space.
removePermissionsFromGroup(String, String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Remove space permissions from a group in the given space.
removePermissionsFromGroup(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
removePermissionsFromUser(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
removePermissionsFromUser(String, String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Remove space permissions from a user in the given space.
removePermissionsFromUser(String, String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Remove space permissions from a user in the given space.
removePermissionsFromUser(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
removePersonalInformation(ConfluenceUser) - Method in class com.atlassian.confluence.impl.content.DefaultPersonalInformationManager
 
removePersonalInformation(ConfluenceUser) - Method in interface com.atlassian.confluence.user.PersonalInformationManager
 
removePersonalInformation(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removePersonalInformation(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
PersonalInformation gets created automatically by the standard create user methods.
removePersonalInformation(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
RemovePersonalSpaceListener - Class in com.atlassian.confluence.spaces.listeners
Trigger a reindex of the PersonalInformation object's lucene document.
RemovePersonalSpaceListener(PersonalInformationManager, Indexer, I18NBeanFactory) - Constructor for class com.atlassian.confluence.spaces.listeners.RemovePersonalSpaceListener
 
removePhase() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Removes the state file
removePlugin(Plugin) - Method in class com.atlassian.confluence.impl.plugin.TransactionalPluginLoader
 
removePreviousVersionContent(Attachment) - Method in interface com.atlassian.confluence.index.attachment.AttachmentExtractedTextManager
Remove extracted text of the previous version of the specified attachment version if it exists.
removePreviousVersionContent(Attachment) - Method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentExtractedTextManager
 
removeProductLicense(String) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
removeProperties(ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPropertyManager
Remove all the properties associated with the content entity object.
removeProperties(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultContentPropertyManager
 
removeProperty(ContentEntityObject, String) - Method in interface com.atlassian.confluence.core.ContentPropertyManager
Remove the property associated with the content entity object.
removeProperty(ContentEntityObject, String) - Method in class com.atlassian.confluence.impl.content.DefaultContentPropertyManager
 
removeProperty(User, String) - Method in class com.atlassian.confluence.user.DefaultUserDetailsManager
 
removeProperty(User, String) - Method in interface com.atlassian.confluence.user.UserDetailsManager
Removes the property associated with the user
removeProperty(Object) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
removeProperty(String) - Method in class com.atlassian.confluence.content.ContentProperties
 
removeProperty(String) - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Removes the property references by the key from the conversion context and returns it.
removeProperty(String) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
removeProperty(String) - Method in class com.atlassian.confluence.rest.v2.api.model.RestObject
 
removeQuotes(String) - Static method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateMetadataHelper
 
removeRecord(long) - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.AdaptiveLabelCacheDao
Removes a record
removeRecord(long) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.DatabaseBasedAdaptiveLabelCacheDaoImpl
 
removeRecord(DenormalisedSpacePermission, SpacePermissionType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
 
removeRecords(Long, Set<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
Removes records from denormalised view permissions table.
removeRecordsExpiredAfter(long) - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.AdaptiveLabelCacheDao
Clears expired records
removeRecordsExpiredAfter(long) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.DatabaseBasedAdaptiveLabelCacheDaoImpl
 
removeRelation(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
Delete relation.
removeRelation(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
removeRelationEntity(RelationEntity<S, T>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
removeRelationEntity(RelationEntity<S, T>) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
Remove relation
removeRemoteAddress(long, RemoteAddress) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
removeRemoteAddress(long, RemoteAddress) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
removeRestriction(TrustedApplicationRestriction) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
removeServletModule(ServletModuleDescriptor) - Method in class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
removeShortcut(String) - Method in class com.atlassian.confluence.renderer.ShortcutLinks
 
removeShortcutLink(String) - Method in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
 
removeShortcutLink(String) - Method in interface com.atlassian.confluence.renderer.ShortcutLinksManager
 
removeSpace(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
removeSpace(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
removeSpace(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated, for removal: This API element is subject to removal in a future version.
removeSpace(String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
removeSpace(String) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
removeSpace(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
removeSpace(String) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated, for removal: This API element is subject to removal in a future version.
removeSpace(String, ProgressMeter) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
removeSpace(String, ProgressMeter) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
removeSpace(String, ProgressMeter) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated, for removal: This API element is subject to removal in a future version.
removeSpace(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
removeSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeSpace(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeSpace(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeSpace(Session, Space) - Method in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
RemoveSpaceAction - Class in com.atlassian.confluence.spaces.actions
 
RemoveSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.RemoveSpaceAction
 
removeSpaceChangeLogRecords(List<DenormalisedSpaceChangeLog>) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDao
Removed space change log records
removeSpaceChangeLogRecords(List<DenormalisedSpaceChangeLog>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDaoImpl
 
RemoveSpaceEntryAction - Class in com.atlassian.confluence.spaces.actions
 
RemoveSpaceEntryAction() - Constructor for class com.atlassian.confluence.spaces.actions.RemoveSpaceEntryAction
 
removeSpaceFromCache(String) - Method in interface com.atlassian.confluence.internal.spaces.persistence.SpaceDaoInternal
Removes a cache element by space key.
removeSpaceFromCache(String) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
Removes a cache element by space key.
RemoveSpaceFromFavouriteAjaxAction - Class in com.atlassian.confluence.labels.actions
 
RemoveSpaceFromFavouriteAjaxAction() - Constructor for class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
 
removeSpaceFromFavourites(ConfluenceUser, Space) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Remove a space from a user's favourites.
removeSpaceFromFavourites(User, Space) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
removeSpaceFromFavourites(User, Space) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Deprecated, for removal: This API element is subject to removal in a future version.
RemoveSpaceFromFavouritesAction - Class in com.atlassian.confluence.labels.actions
 
RemoveSpaceFromFavouritesAction() - Constructor for class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouritesAction
 
removeSpaceGroup(SpaceGroup, boolean) - Method in class com.atlassian.confluence.spaces.DefaultSpaceGroupManager
Deprecated.
 
removeSpaceGroup(SpaceGroup, boolean) - Method in interface com.atlassian.confluence.spaces.SpaceGroupManager
Deprecated.
Removes the spaceGroup without removing the space.
removeSpaceGroup(String) - 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.

removeSpaceGroup(String, String) - 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.

removeSpaceGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeSpaceGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeSpaceGroup(String, String) - 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.

removeSpaceGroup(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeSpaceImportDirectory() - Method in class com.atlassian.confluence.functest.rest.admin.SpaceImportDirectoryCreationResource
Deletes the space page-import directory under the shared home.
removeSpaceNotification(User, Space) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
removeSpaceNotification(User, Space) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
RemoveSpaceNotificationAction - Class in com.atlassian.confluence.mail.notification.actions
 
RemoveSpaceNotificationAction() - Constructor for class com.atlassian.confluence.mail.notification.actions.RemoveSpaceNotificationAction
 
removeSpacesInGroup(SpaceGroup) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
removeSpacesInGroup(SpaceGroup) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
removeSpacesInGroup(SpaceGroup) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.9.

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

removeSpaceStylesheet(String) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
removeSpaceStylesheet(String) - Method in interface com.atlassian.confluence.themes.StylesheetManager
Removes a space specific stylesheet
RemoveSpaceViewEvent - Class in com.atlassian.confluence.event.events.space
Represents the user view the remove space state within Space admin.
RemoveSpaceViewEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.RemoveSpaceViewEvent
 
removeSpaceWatch(UserKey, String, List<ContentType>, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
 
removeSpaceWatch(String) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
removeSpaceWatch(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Removes a watch for the current user on the space with the specified space key.
removeSpaceWatch(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeSpaceWatch(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeSpaceWatch(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeSpaceWatch(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeStaleSharedDrafts() - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
removeStaleSharedDrafts() - Method in interface com.atlassian.confluence.pages.PageManager
Removes any stale shared drafts.
removeStatusesForDirectory(Long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationStatusDao
 
removeSubscription(long) - Method in class com.atlassian.confluence.impl.incrementalsync.CachingIncrementalSyncSubscriptionManager
 
removeSubscription(long) - Method in class com.atlassian.confluence.impl.incrementalsync.dao.HibernateIncrementalSyncSubscriptionDao
 
removeSubscription(long) - Method in class com.atlassian.confluence.impl.incrementalsync.DefaultIncrementalSyncSubscriptionManager
 
removeSubscription(long) - Method in interface com.atlassian.confluence.impl.incrementalsync.IncrementalSyncSubscriptionDao
 
removeSubscription(long) - Method in interface com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionManager
Remove a subscription using context key and subscription key
removeSubscriptionStateData(JournalIdentifier) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
removeSubscriptionStateData(JournalIdentifier) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SubscriptionJournalStateStore
Remove a particular subscription from data store
removeTask() - Static method in class com.atlassian.confluence.util.longrunning.LongRunningTaskUtils
Deprecated.
 
removeTemplate(ContentTemplateId) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.TemplateResource
Delete an existing customised contentTemplate, for blueprint template this means revert to default template from plugin and remove the customised version of template.
removeTenant(Tenant) - Method in class com.atlassian.confluence.tenant.BroadcastingTenantRegistry
Deprecated.
 
removeTenant(Tenant) - Method in interface com.atlassian.confluence.tenant.TenantRegistry
Deprecated.
 
removeTenant(Tenant) - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
Deprecated.
 
removeTestData(String, Vector<String>, Vector<String>, Hashtable<String, Vector<String>>) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeTestData(String, Vector<String>, Vector<String>, Hashtable<String, Vector<String>>) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Big Kahuna remove method.
removeTestData(String, Vector<String>, Vector<String>, Hashtable<String, Vector<String>>) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
removeTestDataAfterExternalUserManagement(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeTestDataAfterExternalUserManagement(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Called at the start of tests for which User management is handled by an external server such as LDAP or Crowd.
removeTestDataAfterExternalUserManagement(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Remove the dependencies of all users and groups, except the default dependencies of the default groups, the listed extra groups, the current user, and the listed extra users.
removeTestUsers(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeTestUsers(String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Removes test users with usernames "testuser0", "testuser1", etc.
removeTestUsers(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
removeThumbnail(Attachment) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
Removes the thumbnail for the specified attachment
removeThumbnail(Attachment) - Method in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Removes the thumbnail for the specified attachment
RemoveTrustedApplicationAction - Class in com.atlassian.confluence.admin.actions.trust
An action to list the trusted applications.
RemoveTrustedApplicationAction() - Constructor for class com.atlassian.confluence.admin.actions.trust.RemoveTrustedApplicationAction
 
removeUnlicensedUserGlobalPermission(String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
removeUnlicensedUserSpacePermission(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
RemoveUnsyncedUserAction - Class in com.atlassian.confluence.user.actions
Action for removing an unsynced user: a user whose account has been disconnected from an external directory, i.e.
RemoveUnsyncedUserAction() - Constructor for class com.atlassian.confluence.user.actions.RemoveUnsyncedUserAction
 
removeUrlsFromString(String) - Static method in class com.atlassian.confluence.util.UrlUtils
Remove all Urls from a string
removeUser(User) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
removeUser(User) - Method in interface bucket.user.UserAccessor
Deprecated.
Removes the specified user.
removeUser(User) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
removeUser(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Removes the specified user.
removeUser(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
removeUser(User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
removeUser(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Delete the given user from the Confluence System.
removeUser(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Removes a user with the given username
removeUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeUser(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeUser(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
RemoveUserAction - Class in com.atlassian.confluence.user.actions
Action for removing a user.
RemoveUserAction() - Constructor for class com.atlassian.confluence.user.actions.RemoveUserAction
 
removeUserAttribute(User, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
removeUserDirectory(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeUserDirectory(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Removes user directory
removeUserDirectory(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
removeUserFromGroup(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
removeUserFromGroup(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
removeUserFromGroup(ConfluenceUser, Group) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
removeUserFromGroup(User, Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
removeUserFromGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Delete the user with name username from the group with name groupname.
removeUserFromGroup(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Removes the given user from a group
removeUserFromGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
removeUserFromGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
removeUserFromGroup(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
removeUserFromGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
removeUserGlobalPermission(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
removeUserGroupMemberships(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.DefaultMembershipCache
 
removeUserGroupMemberships(long, String) - Method in interface com.atlassian.confluence.impl.user.crowd.MembershipCache
Removes any cached list of user names which are members of the named group in the specified directory.
removeUserMacro(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeUserMacro(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Remove a User Macro with the given name if it exists.
removeUserMacro(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
RemoveUserMacroAction - Class in com.atlassian.confluence.admin.actions.macros
Action for removing a user macro
RemoveUserMacroAction() - Constructor for class com.atlassian.confluence.admin.actions.macros.RemoveUserMacroAction
 
RemoveUserOperation - Class in com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation
Operation to remove a user and all its related information.
RemoveUserOperation(long, List<String>) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation.RemoveUserOperation
 
removeUserPreference(UserKey, String) - Method in class com.atlassian.confluence.impl.user.preferences.dao.CachingUserPreferencesDao
 
removeUserPreference(UserKey, String) - Method in interface com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDao
 
removeUserPreference(UserKey, String) - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
removeUsersFromGroup(long, Collection<String>, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
removeUsersFromGroup(long, Collection<String>, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
removeUserSpacePermission(String, String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
removeUserUncleanly(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
removeUserUncleanly(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Remove a User without removing the things that refer to that user.
removeUserUncleanly(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
removeValue(BandanaContext, String) - Method in interface com.atlassian.bandana.BandanaManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, use PluginSettings.remove(java.lang.String) instead.
removeValue(BandanaContext, String) - Method in class com.atlassian.bandana.DefaultBandanaManager
Deprecated.
 
removeValue(BandanaContext, String) - Method in interface com.atlassian.bandana.dmz.BandanaManagerInternal
Deprecated.
since 9.4, use PluginSettings.remove(java.lang.String) instead.
removeVelocityContextParam(String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
removeWildcards(String) - Method in class com.atlassian.confluence.internal.user.UserSearchServiceInternalImpl
 
Removing - Interface in com.atlassian.confluence.event.events.types
Marker interface representing an event that indicates something is about to be removed, to allow for clean-up before the actual removal is final.
rename(ConfluenceUser, String, boolean) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
rename(ConfluenceUser, String, boolean) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Renames a user
rename(ConfluenceUser, String, boolean) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
rename(Group, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
rename(Group, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
rename(User, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
rename(User, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
rename(String, InternalUser) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalMembershipDao
 
rename(String, InternalUser) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateInternalMembershipDao
 
rename(String, InternalUser) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalMembershipDao
Make required changes to memberships when user is renamed.
rename(String, String, boolean) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
rename(String, String, boolean) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Renames a user
rename(String, String, boolean) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
renamePage(AbstractPage, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
renamePage(AbstractPage, String) - Method in interface com.atlassian.confluence.pages.PageManager
Call this function if you want to rename the page only.
renamePageWithoutNotifications(AbstractPage, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
renamePageWithoutNotifications(AbstractPage, String) - Method in interface com.atlassian.confluence.pages.PageManager
Call this function if you want to rename the page only, and don't want notifications generated.
renameSpaceKeyAndName(Space) - Method in class com.atlassian.confluence.impl.space.deletion.concealing.SpaceKeyNameRenamer
 
RenameTableCommand - Class in com.atlassian.confluence.upgrade.ddl
Used to rename a table
RenameTableCommand(HibernateConfig, String, String) - Constructor for class com.atlassian.confluence.upgrade.ddl.RenameTableCommand
Deprecated.
since 7.13.17
RenameTableCommand(HibernateConfig, String, String, boolean, boolean) - Constructor for class com.atlassian.confluence.upgrade.ddl.RenameTableCommand
Deprecated.
since 7.13.17
RenameTableCommand(HibernateDatabaseCapabilities, String, String) - Constructor for class com.atlassian.confluence.upgrade.ddl.RenameTableCommand
Create a rename table command for table renames where both the old and new names aren't quoted.
RenameTableCommand(HibernateDatabaseCapabilities, String, String, boolean, boolean) - Constructor for class com.atlassian.confluence.upgrade.ddl.RenameTableCommand
Create a rename table command
RenameTempDirPropertyUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
After upgrading WebWork to Struts we need to update 'confluence.cfg.xml' by renaming property 'webwork.multipart.saveDir' -> 'struts.multipart.saveDir'.
RenameTempDirPropertyUpgradeTask(ApplicationConfig) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.RenameTempDirPropertyUpgradeTask
 
renameUser(ConfluenceUser, String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
renameUser(ConfluenceUser, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
renameUser(ConfluenceUser, String) - Method in interface com.atlassian.confluence.user.UserAccessor
Updates the username of the given user.
renameUser(User, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
renameUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
renameUser(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Change user's username
renameUser(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
renameUser(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
renameUser(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
renameUser(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
renameUsers(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
renameUsers(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
renameUsers(String, Map<String, String>) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Change usernames for a set of users
renameUsers(String, Map<String, String>) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
renameUsers(String, Map<String, String>) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
renameUsers(Map<String, String>) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Renames multiple users at the same time.
render() - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Deprecated.
Constructs an instance of PreRenderedMailNotificationQueueItem and renders the body.
render() - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem
Deprecated.
 
render(BatchedRenderRequest...) - Method in class com.atlassian.confluence.content.render.xhtml.compatibility.BodyTypeAwareRenderer
 
render(BatchedRenderRequest...) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
 
render(BatchedRenderRequest...) - Method in class com.atlassian.confluence.content.render.xhtml.DeviceTypeAwareRenderer
 
render(BatchedRenderRequest...) - Method in interface com.atlassian.confluence.content.render.xhtml.Renderer
Renders an ordered collection of batched render requests, e.g.
render(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.compatibility.BodyTypeAwareRenderer
 
render(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
 
render(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.DeviceTypeAwareRenderer
 
render(ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.Renderer
 
render(ContentEntityObject, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.compatibility.BodyTypeAwareRenderer
Produces an appropriate rendering of the specified content depending on its BodyType.
render(ContentEntityObject, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultLinkRenderer
 
render(ContentEntityObject, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
 
render(ContentEntityObject, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DeviceTypeAwareRenderer
 
render(ContentEntityObject, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.LinkRenderer
Renders link to specified content using the display name of the content as the link body.
render(ContentEntityObject, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.Renderer
 
render(ContentEntityObject, String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultLinkRenderer
 
render(ContentEntityObject, String, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.LinkRenderer
Renders link to specified content with specified alias.
render(DecoratablePage, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshDecorator
 
render(DecoratablePage, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshErrorDecorator
 
render(Label) - Static method in class com.atlassian.confluence.labels.LabelParser
Deprecated, for removal: This API element is subject to removal in a future version.
render(Label, ConfluenceUser) - Static method in class com.atlassian.confluence.labels.LabelParser
 
render(ParsedLabelName) - Static method in class com.atlassian.confluence.labels.LabelParser
Deprecated, for removal: This API element is subject to removal in a future version.
render(ParsedLabelName, boolean) - Static method in class com.atlassian.confluence.labels.LabelParser
Deprecated, for removal: This API element is subject to removal in a future version.
render(ParsedLabelName, User) - Static method in class com.atlassian.confluence.labels.LabelParser
The pure render function without side effects
render(Comment, boolean, HttpServletRequest) - Method in interface com.atlassian.confluence.tinymceplugin.service.CommentRenderService
 
render(Comment, boolean, HttpServletRequest) - Method in class com.atlassian.confluence.tinymceplugin.service.impl.CommentRenderServiceImpl
 
render(Comment, boolean, HttpServletRequest, int, boolean) - Method in interface com.atlassian.confluence.tinymceplugin.service.CommentRenderService
Create the JSON representation of a Comment
render(Comment, boolean, HttpServletRequest, int, boolean) - Method in class com.atlassian.confluence.tinymceplugin.service.impl.CommentRenderServiceImpl
 
render(SearchResult, SearchResultRenderContext) - Method in class com.atlassian.confluence.internal.search.DefaultSearchResultResultRenderer
 
render(SearchResult, SearchResultRenderContext) - Method in class com.atlassian.confluence.internal.search.DelegatedSearchResultRenderer
Render the given search result.
render(SearchResult, SearchResultRenderContext) - Method in interface com.atlassian.confluence.plugin.SearchResultRenderer
Render the given search result.
render(MacroDefinition, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.ColorMacroReplacementRenderer
 
render(MacroDefinition, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.ColumnMacroReplacementRenderer
 
render(MacroDefinition, RenderContext) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.MacroReplacementRenderer
 
render(MacroDefinition, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.NolinkMacroReplacementRenderer
 
render(MacroDefinition, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.QuoteMacroReplacementRenderer
 
render(MacroDefinition, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.SectionMacroReplacementRenderer
 
render(Content, HttpServletRequest, HttpServletResponse, ServletContext, SiteMeshWebAppContext) - Method in class com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshNoDecorator
 
render(Content, HttpServletRequest, HttpServletResponse, ServletContext, SiteMeshWebAppContext) - Method in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
Deprecated.
 
render(Content, HttpServletRequest, HttpServletResponse, ServletContext, SiteMeshWebAppContext) - Method in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshErrorDecorator
Deprecated.
 
render(Content, HttpServletRequest, HttpServletResponse, ServletContext, SiteMeshWebAppContext) - Method in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshNoDecorator
Deprecated.
 
render(String) - Method in class com.atlassian.confluence.userstatus.DefaultStatusTextRenderer
Deprecated.
 
render(String) - Method in interface com.atlassian.confluence.userstatus.StatusTextRenderer
Deprecated.
Renders a piece of text with inline styles
render(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.compatibility.BodyTypeAwareRenderer
 
render(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
 
render(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DeviceTypeAwareRenderer
 
render(String, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.Renderer
 
render(String, PageContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.InlineStyleHelper
 
render(String, Plugin, Map<String, Object>, Writer) - Method in class com.atlassian.confluence.plugin.web.renderer.ConfluenceAwareWebPanelRenderer
 
render(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.ErrorReportingV2Renderer
 
render(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.LazyLoadingMigrationRenderer
 
render(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlCamelCaseLinkMigrationRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlLinkRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlMacroRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlTemplateVariableRendererComponent
 
render(String, RenderContext, List<RuntimeException>) - Method in class com.atlassian.confluence.content.render.xhtml.migration.ErrorReportingV2Renderer
Render the supplied wiki content.
render(String, String, Map<String, Object>) - Method in class com.atlassian.confluence.plugins.soy.ConfluenceSoyTemplateRenderer
 
render(String, String, Map<String, Object>) - Method in class com.atlassian.confluence.renderer.template.DelegatingTemplateRenderer
 
render(String, String, Map<String, Object>) - Method in interface com.atlassian.confluence.renderer.template.TemplateRenderer
Render a plugin-provided template as a Streamable.
render(String, String, Map<String, Object>, Map<String, Object>) - Method in class com.atlassian.confluence.plugins.soy.ConfluenceSoyTemplateRenderer
 
render(String, String, Map<String, Object>, Map<String, Object>) - Method in class com.atlassian.confluence.renderer.template.DelegatingTemplateRenderer
 
render(String, String, Map<String, Object>, Map<String, Object>) - Method in interface com.atlassian.confluence.renderer.template.TemplateRenderer
Render a plugin-provided template as a Streamable.
render(InternalContextAdapter, Writer) - Method in class com.atlassian.confluence.setup.sitemesh.SitemeshPageBodyRenderable
Deprecated.
 
render(InternalContextAdapter, Writer) - Method in class com.atlassian.confluence.setup.sitemesh.SitemeshPageHeadRenderable
Deprecated.
 
render(InternalContextAdapter, Writer, Node) - Method in class com.atlassian.confluence.impl.sitemesh.ApplyDecoratorDirective
Does the actual decoration.
render(InternalContextAdapter, Writer, Node) - Method in class com.atlassian.confluence.impl.sitemesh.ParamDirective
Add the actual parameter
render(InternalContextAdapter, Writer, Node) - Method in class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective
Deprecated.
Does the actual decoration.
render(InternalContextAdapter, Writer, Node) - Method in class com.atlassian.confluence.setup.velocity.ParamDirective
Deprecated.
Add the actual parameter
render(InternalContextAdapter, Writer, Node) - Method in class com.atlassian.confluence.setup.velocity.ProfilingParseDirective
 
render(InternalContextAdapter, Writer, Node) - Method in class com.atlassian.confluence.setup.velocity.RenderVelocityTemplateDirective
 
render(InternalContextAdapter, Writer, Node) - Method in class com.atlassian.confluence.setup.velocity.SkipLinkDirective
 
render(InternalContextAdapter, Writer, Node) - Method in class com.atlassian.confluence.velocity.htmlsafe.DisableAntiXssDirective
 
render(InternalContextAdapter, Writer, Node) - Method in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeDirective
 
render(InternalContextAdapter, Writer, Node) - Method in class com.atlassian.confluence.velocity.TrimDirective
 
RENDER_CONTEXT - Static variable in class com.atlassian.confluence.renderer.WikiRendererContextKeys
 
renderableBody() - Method in interface com.atlassian.confluence.impl.sitemesh.DecoratablePage
 
renderableBody() - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
renderableHead() - Method in interface com.atlassian.confluence.impl.sitemesh.DecoratablePage
 
renderableHead() - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
renderAsText(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.ErrorReportingV2Renderer
 
renderAsText(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.LazyLoadingMigrationRenderer
 
renderBlogPost(BlogPost) - Method in class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
 
renderButton(Map) - Method in class com.atlassian.confluence.plugins.macros.dashboard.CreateSpaceButtonMacro
 
renderConfluenceMacro(String) - Method in class com.atlassian.confluence.themes.GlobalHelper
 
renderConfluenceMacro(String) - Method in interface com.atlassian.confluence.themes.ThemeHelper
 
renderConfluenceMacro(String, String...) - Method in class com.atlassian.confluence.themes.GlobalHelper
 
renderContent(ContentEntityObject, String) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
Deprecated.
renderContent(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
renderContent(String, long, String, Map) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
renderContent(String, String, long, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
renderContent(String, String, long, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
renderContent(String, String, long, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
renderContent(String, String, long, String, Map) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
renderContent(String, String, long, String, Map) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
renderContent(String, String, long, String, Map) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
renderContent(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
renderContent(String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
renderContent(String, String, String, String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
renderContent(String, String, String, String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
RenderContentAction - Class in com.atlassian.confluence.renderer.actions
Action used for rendering content, specifically for PREVIEW
RenderContentAction() - Constructor for class com.atlassian.confluence.renderer.actions.RenderContentAction
 
RenderContentCommand - Interface in com.atlassian.confluence.content.service
A command that can render some content.
RenderContentCommandImpl - Class in com.atlassian.confluence.content.service
A command that renders content for preview mode in the editor.
RenderContentCommandImpl(PermissionManager, IdContentLocator, SpaceLocator, String, String, FormatConverter, ConversionContextOutputType, PageTemplateManager) - Constructor for class com.atlassian.confluence.content.service.RenderContentCommandImpl
 
renderContext(Attachment, Timeout) - Method in class com.atlassian.confluence.rss.AttachmentRenderSupport
 
renderContext(T, Timeout) - Method in class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
 
renderContext(T, Timeout) - Method in class com.atlassian.confluence.rss.AbstractRenderSupport
 
renderDefaultStylesheet() - Static method in class com.atlassian.confluence.util.ConfluenceRenderUtils
Returns a default stylesheet for Confluence.
RENDERED_CONTENT_CLEANER - Enum constant in enum class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider.ContextItems
 
RenderedContentCleaner - Interface in com.atlassian.confluence.content.render.xhtml
Responsible for cleaning supplied HTML content into a form that is balanced and free of any insecure markup.
renderedContext(RssRenderItem<? extends Attachment>, Timeout) - Method in class com.atlassian.confluence.rss.AttachmentRenderSupport
 
renderedContext(RssRenderItem<? extends Comment>, Timeout) - Method in class com.atlassian.confluence.rss.CommentRenderSupport
 
renderedContext(RssRenderItem<? extends T>, Timeout) - Method in interface com.atlassian.confluence.rss.RssRenderSupport
 
renderedContext(RssRenderItem, Timeout) - Method in class com.atlassian.confluence.rss.PageRenderSupport
 
renderEmail(PreRenderedMailNotificationQueueItem.Builder) - Method in class com.atlassian.confluence.user.notifications.DefaultEmailService
Deprecated.
 
renderEmail(String) - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
Renderer - Interface in com.atlassian.confluence.content.render.xhtml
Render from Confluence storage format to XHTML for viewing or editing.
RendererAttachmentManager - Class in com.atlassian.confluence.renderer.attachments
Implemenation of the RendererAttachmentManager that converts thumbnails and attachments into useable objects for the wiki renderer.
RendererAttachmentManager() - Constructor for class com.atlassian.confluence.renderer.attachments.RendererAttachmentManager
 
renderExternalLink(Link) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
renderForDisplay(Context) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0. No replacement
renderFragment(Writer, String, Plugin, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.web.renderer.ConfluenceAwareWebPanelRenderer
 
renderFragment(String, Plugin, Map<String, Object>) - Method in class com.atlassian.confluence.plugin.web.renderer.ConfluenceAwareWebPanelRenderer
 
renderGlobalReports(Map) - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalReportsMacro
 
renderHeading(String, String, RenderContext, SubRenderer) - Method in class com.atlassian.confluence.content.render.xhtml.migration.HeadingBlockRenderer
Overrides the super method to us an alternate replacement string.
renderHeading(String, String, RenderContext, SubRenderer) - Method in class com.atlassian.confluence.renderer.NoAnchorHeadingBlockRenderer
 
renderingEventPublisher - Variable in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
RenderingEventPublisher - Interface in com.atlassian.confluence.content.render.xhtml
Publishes events related to the rendering process.
RenderingService - Interface in com.atlassian.confluence.content.service
 
renderInternal(DecoratablePage, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshDecorator
 
renderInternal(DecoratablePage, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshErrorDecorator
 
renderInternal(Content, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
Deprecated.
 
renderInternal(Content, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshErrorDecorator
Deprecated.
 
renderLoggingContext() - Static method in class com.atlassian.confluence.impl.logging.LoggingContextRenderer
Renders the current LoggingContext as a CharSequence.
renderLoggingContextTraceId() - Static method in class com.atlassian.confluence.impl.logging.LoggingContextRenderer
 
renderMacro(Map, String) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
renderResource(EmbeddedObject, RenderContext) - Method in interface com.atlassian.confluence.renderer.embedded.EmbeddedResourceRenderer
Render the embedded resource to a string.
renderResource(EmbeddedResource, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmbeddedResourceRenderer
 
renderResource(EmbeddedResource, RenderContext) - Method in class com.atlassian.confluence.importexport.impl.DefaultExportEmbeddedResourceRenderer
 
renderResource(EmbeddedResource, RenderContext) - Method in class com.atlassian.confluence.importexport.impl.ExportEmbeddedResourceRenderer
 
renderResource(RenderContext, EmbeddedResource, String) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmbeddedRendererComponent
 
RenderResult - Class in com.atlassian.confluence.content.render.xhtml.view
Wraps a single Renderer result, including whether the render was successful or not.
RenderResult - Class in com.atlassian.confluence.renderer
The result of a wiki rendering: the main payload is, of course, the rendered content, but we may during the course of the render want to collect more information like page structure, or excerpts or so on, so this gives us a simple metadata facility.
RenderResult(String, Map) - Constructor for class com.atlassian.confluence.renderer.RenderResult
 
renderSpaceDetails(Map<String, Object>) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
renderSpaceStylesheet(Space) - Static method in class com.atlassian.confluence.util.ConfluenceRenderUtils
Returns a default stylesheet for Confluence.
renderStackTrace(Throwable) - Static method in class com.atlassian.confluence.impl.logging.ConfluenceStackTraceRenderer
Renders a Throwable as a CharSequence, using a Confluence-specific algorithm.
renderTable(Table, SubRenderer, RenderContext) - Method in class com.atlassian.confluence.renderer.v2.ConfluenceTableBlockRenderer
 
renderTemplate(String, String, Map<String, Object>) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
renderTemplate(String, String, Map<String, Object>) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem
Deprecated.
 
renderTemplateWithoutSwallowingErrors(String, Context, Writer) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
renderTemplateWithoutSwallowingErrors(Template, Context, Writer) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
renderTo(Appendable, String, String, Map<String, Object>) - Method in class com.atlassian.confluence.plugins.soy.ConfluenceSoyTemplateRenderer
 
renderTo(Appendable, String, String, Map<String, Object>) - Method in class com.atlassian.confluence.renderer.template.DelegatingTemplateRenderer
 
renderTo(Appendable, String, String, Map<String, Object>) - Method in interface com.atlassian.confluence.renderer.template.TemplateRenderer
Render a plugin-provided template to a Writer.
renderTo(Appendable, String, String, Map<String, Object>, Map<String, Object>) - Method in class com.atlassian.confluence.plugins.soy.ConfluenceSoyTemplateRenderer
 
renderTo(Appendable, String, String, Map<String, Object>, Map<String, Object>) - Method in class com.atlassian.confluence.renderer.template.DelegatingTemplateRenderer
 
renderTo(Appendable, String, String, Map<String, Object>, Map<String, Object>) - Method in interface com.atlassian.confluence.renderer.template.TemplateRenderer
Render a plugin-provided template to a Writer.
renderUrlLink(OutgoingLink) - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
renderVelocityFragment(String, Map) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebFragmentHelper
 
renderVelocityFragment(String, Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentHelper
 
RenderVelocityTemplateDirective - Class in com.atlassian.confluence.setup.velocity
 
RenderVelocityTemplateDirective() - Constructor for class com.atlassian.confluence.setup.velocity.RenderVelocityTemplateDirective
 
renderVersionComment(String) - Static method in class com.atlassian.confluence.core.VersionHistorySummary
Provide a standard wiki-rendering for version comments.
renderWithNamespace(Label) - Static method in class com.atlassian.confluence.labels.LabelParser
 
renderWithOwnerPrefix(Label) - Static method in class com.atlassian.confluence.labels.LabelParser
 
renderWithResult(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.compatibility.BodyTypeAwareRenderer
 
renderWithResult(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultRenderer
 
renderWithResult(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DeviceTypeAwareRenderer
 
renderWithResult(String, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.Renderer
 
REOPENED - Enum constant in enum class com.atlassian.confluence.pages.CommentStatus.Value
 
REORDER_PAGES_URL - Static variable in class com.atlassian.confluence.pages.ListPagesContextProvider
 
ReorderPageDialogAction - Class in com.atlassian.confluence.pages.actions
An action for supplying panels for the re-order page of the MovePageDialog.
ReorderPageDialogAction() - Constructor for class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
repairAncestors() - Method in class com.atlassian.confluence.pages.ancestors.AncestorsRepairer
It goes through all spaces, gets top level pages and then uses DFS algorithm for scanning all trees It reads data in batches and does not use recursion
reparentChildren(Comment) - Method in class com.atlassian.confluence.pages.Comment
 
replace(K, V, V) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
replace(K, V, V) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
replace(K, V, V) - Method in class com.atlassian.confluence.impl.vcache.JvmCacheAdapter
Deprecated.
 
replace(MacroDefinition) - Method in interface com.atlassian.confluence.xhtml.api.MacroDefinitionReplacer
Called each time a macro definition is found in the content, so that each definition may be replaced different content.
replace(Object, Object, Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
replace(Object, Object, Object) - Method in class com.atlassian.confluence.impl.hibernate.HibernateUserType
 
replace(Object, Object, Object) - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
replace(Object, Object, Object) - Method in class com.atlassian.hibernate.BucketClobStringType
 
replace(K, V, V) - Method in class com.atlassian.cache.hazelcast.asyncinvalidation.AsyncReplicationCache
 
REPLACE - Enum constant in enum class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl.MergeMode
 
REPLACE - Enum constant in enum class com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
 
replaceAttachmentData(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
replaceAttachmentData(Attachment, InputStream) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Sets the attachment data for attachment
replaceAttachmentData(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
ReplaceC3p0ConnectionPoolWithHikariCPUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
This task implements the changes in CONFSRVDEV-20791.
ReplaceC3p0ConnectionPoolWithHikariCPUpgradeTask(ApplicationConfig) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ReplaceC3p0ConnectionPoolWithHikariCPUpgradeTask
 
replaceConfluenceConstants(String, File, File) - Static method in class com.atlassian.confluence.util.VelocityUtil
replaceContentProperties(ContentProperties) - Method in class com.atlassian.confluence.core.ContentEntityObject
Clones the supplied properties and sets these as the properties of the current ContentEntityObject.
replaceDataForAttachment(Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
replaceDataForAttachment(Attachment, AttachmentDataStream) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Sets the data for attachment
replaceDataForAttachment(Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
replaceDataForAttachment(Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
replaceDataForAttachment(Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.pages.persistence.dao.LegacyAttachmentDataDaoSupport
 
replaceDataForAttachment(Attachment, InputStream) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
Sets the data for attachment
replaceDataForAttachment(Attachment, InputStream) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
replaceDataForAttachment(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
replaceDataForAttachment(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
replaceIndexDirectory(Path, Path) - Static method in class com.atlassian.confluence.internal.index.lucene.LuceneIndexHelper
Delete existing index files in destination then move all index files from source to destination
replaceInvalidXmlCharacters(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Take a String which may contain characters outside of the XML character range (http://www.w3.org/TR/REC-xml/#charsets) and return a String with those characters converted to Unicode "Replacement Character"s (0xFFFD).
replaceLangMacroInDecorator(PersistentDecorator) - Static method in class com.atlassian.confluence.upgrade.PersistentDecoratorUpgradeHelper
 
replaceLangMacroInDecorator(String, String) - Static method in class com.atlassian.confluence.upgrade.PersistentDecoratorUpgradeHelper
 
replaceMacroDefinitionsWithString(String, ConversionContext, MacroDefinitionReplacer) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
replaceMacroDefinitionsWithString(String, ConversionContext, MacroDefinitionReplacer) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.MacroDefinitionTransformer
Replaces MacroDefinitions in the supplied storageFragment with a String.
replaceMacroDefinitionsWithString(String, ConversionContext, MacroDefinitionReplacer) - Method in class com.atlassian.confluence.impl.content.render.xhtml.MacroDefinitionTransformerImpl
 
replaceMacroDefinitionsWithString(String, ConversionContext, MacroDefinitionReplacer) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Replaces MacroDefinitions in the supplied storageFragment with a String.
replicate(K, V) - Method in interface com.atlassian.cache.hazelcast.asyncinvalidation.CacheReplicator
 
ReplicateOperation - Class in com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation
 
ReplicateOperation(ReplicationMode) - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation.ReplicateOperation
 
report(ProgressMeter, int, int, int) - Method in interface com.atlassian.confluence.impl.hibernate.bulk.BulkActionReportAware
 
report(ProgressMeter, int, int, int) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.DefaultBulkAttachmentDelete.BulkAttachmentDeleteAction
 
report(String) - Method in class com.atlassian.confluence.util.MulticastRouteTester.Log4JReporter
 
report(String) - Method in interface com.atlassian.confluence.util.MulticastRouteTester.TestReporter
 
report(Span) - Method in class com.atlassian.confluence.util.zipkin.impl.LoggingSpanReporter
 
reportBytesLocalHeap(String) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManagementConfig
Deprecated.
 
reportFailedFile(String, String) - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4Reporter
 
reportIncompleteDefferredOperations() - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Log any deferred operations that are still pending.
REPORTING - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
reportOutstandingOperations() - Method in class com.atlassian.confluence.importexport.xmlimport.DeferredOperations
Deprecated.
 
representation - Variable in class com.atlassian.confluence.api.model.content.FormattedBody.BaseFormattedBodyBuilder
 
representation(ContentRepresentation) - Method in class com.atlassian.confluence.api.model.content.FormattedBody.BaseFormattedBodyBuilder
 
request - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
REQUEST_AGNOSTIC - Enum constant in enum class com.atlassian.confluence.user.AuthenticatedUserImpersonator
Use this instance if you'd want the thread to be agnostic of the request cache during the execution of the given callback.
REQUEST_AWARE - Enum constant in enum class com.atlassian.confluence.user.AuthenticatedUserImpersonator
Use this instance if you'd want the thread to be aware of the request cache during the execution of the given callback.
REQUEST_ID_KEY - Static variable in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
REQUEST_KEY_HELPER - Static variable in class com.atlassian.confluence.pages.actions.ViewPageAction
 
REQUEST_MAXSIZE_DEFAULT_BYTES - Static variable in class com.atlassian.confluence.plugins.restapi.filters.LimitingRequestFilter
 
REQUEST_MAXSIZE_LARGE_BYTES - Static variable in class com.atlassian.confluence.plugins.restapi.filters.LimitingRequestFilter
 
REQUEST_PARAM_NAME - Static variable in interface com.atlassian.confluence.security.service.XsrfTokenService
 
REQUEST_TIME - Static variable in class com.atlassian.confluence.web.ResponseHeaderNames
 
REQUEST_TOO_LONG - Enum constant in enum class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.AdditionalStatus
 
RequestCacheThreadLocal - Class in com.atlassian.confluence.util
Threadlocal for caching objects that must survive the whole HTTP request.
RequestCacheThreadLocal() - Constructor for class com.atlassian.confluence.util.RequestCacheThreadLocal
 
RequestCacheThreadLocalFilter - Class in com.atlassian.confluence.util
Servlet filter for initialising and cleaning up the RequestCacheThreadLocal.
RequestCacheThreadLocalFilter() - Constructor for class com.atlassian.confluence.util.RequestCacheThreadLocalFilter
 
RequestCannotBeProcessedByFastPermissionsException - Exception in com.atlassian.confluence.security.denormalisedpermissions.impl
It is thrown when fast permissions can't process the request.
RequestCannotBeProcessedByFastPermissionsException(String) - Constructor for exception com.atlassian.confluence.security.denormalisedpermissions.impl.RequestCannotBeProcessedByFastPermissionsException
 
RequestContext - Class in com.atlassian.confluence.plugins.rest.jackson2.manager
 
RequestContext(ConfluenceUser, UriBuilder) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
RequestContextThreadLocal - Class in com.atlassian.confluence.plugins.rest.jackson2.manager
 
RequestContextThreadLocal() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContextThreadLocal
 
requestedFields - Variable in class com.atlassian.confluence.internal.index.lucene.AbstractDocumentCollector
 
RequestEntityEnricher - Class in com.atlassian.confluence.plugins.restapi.enrich.documentation
Removes _links and _expandable fields from request objects.
RequestEntityEnricher() - Constructor for class com.atlassian.confluence.plugins.restapi.enrich.documentation.RequestEntityEnricher
 
RequestEventPublishingFilter - Class in com.atlassian.confluence.impl.servlet
A Filter which publishes events when a matching servlet request comes through.
RequestEventPublishingFilter.SimpleRequestEvent - Class in com.atlassian.confluence.impl.servlet
 
requestFlush() - Method in class com.atlassian.confluence.impl.search.CompositeIndexFlushRequester
 
requestFlush() - Method in class com.atlassian.confluence.impl.search.DefaultIndexFlushRequester
 
requestFlush() - Method in class com.atlassian.confluence.impl.search.IndexFlushScheduler
 
requestFlush() - Method in interface com.atlassian.confluence.search.IndexFlushRequester
 
RequestIndexFlushEvent(Object, SearchIndex) - Constructor for class com.atlassian.confluence.impl.search.DefaultIndexFlushRequester.RequestIndexFlushEvent
 
requestInterceptors(String) - Method in interface com.atlassian.confluence.util.zipkin.api.ZipkinHttpClientInterceptorManager
Returns the HttpRequestInterceptor's for an outbound connection.
requestInterceptors(String, BiFunction<URI, String, String>) - Method in interface com.atlassian.confluence.util.zipkin.api.ZipkinHttpClientInterceptorManager
Returns the HttpRequestInterceptor's for an outbound connection, that generates the span name using the supplied function.
RequestLogFilter - Class in com.atlassian.confluence.test.rpc
This filter is used to record url of any http requests made during a certain period.
RequestLogFilter(RequestLogger) - Constructor for class com.atlassian.confluence.test.rpc.RequestLogFilter
 
RequestLogger - Class in com.atlassian.confluence.test.rpc
This class is used to record url of any http requests made during a certain period.
RequestLogger() - Constructor for class com.atlassian.confluence.test.rpc.RequestLogger
 
RequestMessageManager - Class in com.atlassian.confluence.util.message
A message manager that stores messages in the request scope
RequestMessageManager(HttpContext) - Constructor for class com.atlassian.confluence.util.message.RequestMessageManager
 
RequestMetrics - Class in com.atlassian.confluence.jmx
Bean intended to be exposed via JMX to represent various system health metrics.
RequestMetrics() - Constructor for class com.atlassian.confluence.jmx.RequestMetrics
 
RequestParamCleaningWhitelistStrategy - Interface in com.atlassian.confluence.web.filter.validateparam
Defines a strategy for whitelisting a request parameter so that it is not explicitly declared clean.
RequestParamValidationFilter - Class in com.atlassian.confluence.web.filter.validateparam
Validates request parameter values so that they cannot contain null characters.
RequestParamValidationFilter() - Constructor for class com.atlassian.confluence.web.filter.validateparam.RequestParamValidationFilter
 
RequestRateLimitDynamicFeature - Class in com.atlassian.confluence.plugins.restapi.filters
Registers RateLimitFilter with REST resources, annotated with RateLimited annotation
RequestRateLimitDynamicFeature(PersonService, ConfluenceScopesRequestCache) - Constructor for class com.atlassian.confluence.plugins.restapi.filters.RequestRateLimitDynamicFeature
 
RequestSizeLimitingDynamicFeature - Class in com.atlassian.confluence.plugins.restapi.filters
 
RequestSizeLimitingDynamicFeature() - Constructor for class com.atlassian.confluence.plugins.restapi.filters.RequestSizeLimitingDynamicFeature
 
requestTimeLimit() - Method in interface com.atlassian.confluence.util.sandbox.SandboxSpec
Sandbox function call taking longer that this time limit will be terminated.
RequestTimeThreadLocal - Class in com.atlassian.confluence.core.datetime
A thread-local for storing the time a request was received.
RequestTimeThreadLocal() - Constructor for class com.atlassian.confluence.core.datetime.RequestTimeThreadLocal
 
RequestTimeThreadLocalFilter - Class in com.atlassian.confluence.core.datetime
Stores the time of the request in the RequestTimeThreadLocal, and clears it once the request completes.
RequestTimeThreadLocalFilter() - Constructor for class com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter
 
REQUIRE_TOKEN_PARAM_NAME - Static variable in class com.atlassian.confluence.impl.xsrf.DefaultXsrfTokenValidationManager
 
REQUIRED - Enum constant in enum class com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor.Propagation
Uses the current transaction, if any, otherwise creates a new transaction.
REQUIRED_FIELDS - Static variable in interface com.atlassian.confluence.plugins.edgeindex.EdgeFactory
 
REQUIRED_VELOCITY_CONTEXT_KEYS - Static variable in class com.atlassian.confluence.macro.GenericVelocityMacro
The value of "macro.required.velocity.context.keys" is a string of keys in MacroUtils.defaultVelocityContext(), split by ",".
requiredVelocityContext(List<String>) - Static method in class com.atlassian.confluence.renderer.radeox.macros.MacroUtils
 
RequireGetMethodAction - Class in com.atlassian.confluence.httpmethod
 
RequireGetMethodAction() - Constructor for class com.atlassian.confluence.httpmethod.RequireGetMethodAction
 
RequirePostMethodAction - Class in com.atlassian.confluence.httpmethod
 
RequirePostMethodAction() - Constructor for class com.atlassian.confluence.httpmethod.RequirePostMethodAction
 
requireResource(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
Wraps the parent method to provide logging.
requireResource(String) - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
requireResource(String, Writer) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
requireResource(String, Writer) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
requireResource(String, Writer) - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
requireResourcesForContext(String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager
Requires all resources which have the given context specified in their descriptor
requireResourcesForContext(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceManager
 
requireResourcesForContext(String) - Method in class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
REQUIRES_NEW - Enum constant in enum class com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor.Propagation
Uses a new transaction, suspending any current transaction.
RequiresAnyConfluenceAccess - Annotation Interface in com.atlassian.confluence.security.access.annotations
Deprecated.
since 9.0.0 please use AnonymousSiteAccess instead
requiresElevatedSecurityCheck() - Method in interface com.atlassian.confluence.security.login.LoginInfo
This is called to see whether the user requires an extended security check (such as CAPTCHA)
requiresElevatedSecurityCheck(String) - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginManager
 
requiresElevatedSecurityCheck(String) - Method in interface com.atlassian.confluence.security.login.LoginManager
This is called to see whether the user requires an extended security check (such as CAPTCHA)
RequiresFormat - Annotation Interface in com.atlassian.confluence.content.render.xhtml.macro.annotation
Class annotation for Macro implementations to define what format the macro body should be passed to the execute method as.
requiresLatestVersion() - Method in class com.atlassian.confluence.plugin.descriptor.Extractor2ModuleDescriptor
 
RequiresLicensedConfluenceAccess - Annotation Interface in com.atlassian.confluence.security.access.annotations
Deprecated.
since 9.0.0 please use LicensedOnly instead
RequiresLicensedOrAnonymousConfluenceAccess - Annotation Interface in com.atlassian.confluence.security.access.annotations
Deprecated.
since 9.0.0 please use LicensedOnly and/or AnonymousSiteAccess instead
rescheduleJobs() - Method in class com.atlassian.confluence.schedule.TenantAwareJobRescheduler
 
reset() - Method in class com.atlassian.confluence.concurrent.ResettableThreadLocal
 
reset() - Static method in class com.atlassian.confluence.ContainerManagerTestSupport
 
reset() - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
Resets this reader back to its original state before any events have been consumed through methods like ResettableXmlEventReader.nextEvent() or ResettableXmlEventReader.next().
reset() - Method in class com.atlassian.confluence.core.actions.LoginExemptionHelper
 
reset() - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
reset() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
 
reset() - Method in class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGenerator
Set the lo value to more than maxLo to force a reset of the hi value.
reset() - Method in class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
reset() - Method in class com.atlassian.confluence.impl.search.queue.InMemoryIndexTaskQueue
 
reset() - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.AnalyzerFilter
 
reset() - Method in class com.atlassian.confluence.impl.security.ConfluenceSecretService
Reset the delegate reference so the next time it is used the SecretService will be created again.
reset() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
reset() - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
reset() - Static method in class com.atlassian.confluence.jmx.CurrentTimeFacade
 
reset() - Method in class com.atlassian.confluence.plugin.DatabasePluginScanner
 
reset() - Method in class com.atlassian.confluence.search.FlushStatistics
Reset this flush instance.
reset() - Method in interface com.atlassian.confluence.search.IndexTaskQueue
Remove all queued index tasks from this queue.
reset() - Method in class com.atlassian.confluence.security.DefaultSpacePermissionDefaultsStore
 
reset() - Method in interface com.atlassian.confluence.security.SpacePermissionDefaultsStore
Resets default permissions to factory settings.
reset() - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
Remove any user from the current context
reset() - Method in class com.atlassian.confluence.util.http.SizeLimitedInputStream
Deprecated.
 
reset(int) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.BatchableWorkSource
Reset the work source ready to begin getting batches again.
reset(int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.ContentWithTasksWorkSource
 
reset(int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.SearchResultsBatchWorkSource
 
reset(int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.OrderedEntityObjectBatchableWorkSource
 
reset(int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiMarkupContentEntityObjectMigrationWorkSource
 
reset(JournalIdentifier) - Method in interface com.atlassian.confluence.api.service.journal.JournalService
Resets the state of the journal so that all entries currently in the journal will be skipped.
reset(JournalIdentifier) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
reset(JournalIdentifier) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalService
 
reset(JournalIdentifier) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Resets the state of the journal so that all entries currently in the journal will be skipped.
reset(Runnable) - Method in class com.atlassian.confluence.impl.index.ChangeIndexRecoverer
 
reset(Runnable) - Method in class com.atlassian.confluence.impl.index.ContentIndexRecoverer
 
reset(Runnable) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexRecoverer
 
reset(Runnable) - Method in interface com.atlassian.confluence.api.model.index.IndexRecoverer
Deprecated.
Closes the reader and the writer and create new ones.
reset(Runnable) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
reset(Runnable) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Closes the reader and the writer and create new ones.
reset(Runnable) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneAccessor
 
reset(Runnable) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
reset(Runnable) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
reset(Runnable) - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
reset(Runnable) - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
Execute a method after the index has been closed and before the index has been reopened
RESET - Enum constant in enum class com.atlassian.confluence.themes.events.FaviconChangedEvent.Action
 
RESET - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ColorSchemeNav
 
resetAllJournalStates() - Method in class com.atlassian.confluence.impl.journal.BandanaJournalStateStore
 
resetAllJournalStates() - Method in class com.atlassian.confluence.impl.journal.CachingJournalStateStore
 
resetAllJournalStates() - Method in class com.atlassian.confluence.impl.journal.FilesystemJournalStateStore
 
resetAllJournalStates() - Method in interface com.atlassian.confluence.impl.journal.JournalStateStore
Resets the state of all journals.
resetAllJournalStates() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
resetAllJournalStates() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalStateStore
 
resetCancelledMigration() - Method in interface com.atlassian.confluence.setup.actions.ConfluenceSetupPersister
Resets the confluence.cfg.xml into the previous working state after a migration to cluster was cancelled
resetCancelledMigration() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
resetColorScheme() - Method in class com.atlassian.confluence.api.impl.service.colorscheme.GlobalColorSchemeServiceImpl
 
resetColorScheme() - Method in interface com.atlassian.confluence.api.service.colorscheme.GlobalColorSchemeService
 
resetColorScheme() - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeService
 
resetColorScheme() - Method in class com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeServiceImpl
 
resetColourScheme(Space) - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
resetColourScheme(Space) - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
 
resetColourScheme(Space) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
resetDatabaseStatistics() - Method in class com.atlassian.confluence.test.rpc.DbStatCollector
 
resetDatabaseStatistics(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
resetDatabaseStatistics(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Reset database statistics.
resetDatabaseStatistics(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
resetFailedLoginCount() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
resetFailedLoginCount(User) - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginManager
 
resetFailedLoginCount(User) - Method in interface com.atlassian.confluence.security.login.LoginManager
This can be called to reset the failed login count of a user
ResetFailedLoginCountAction - Class in com.atlassian.confluence.user.actions
 
ResetFailedLoginCountAction() - Constructor for class com.atlassian.confluence.user.actions.ResetFailedLoginCountAction
 
resetFlag(BackupRestoreJob.ConfigurationFlag) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
Reset the particular flag in the job configuration.
resetGlobalColorScheme() - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalColorSchemeResource
 
ResetHibernateIdRangeEvent - Class in com.atlassian.confluence.event.events.admin
 
ResetHibernateIdRangeEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.ResetHibernateIdRangeEvent
 
ResetHiLoAfterImportListener - Class in com.atlassian.confluence.event.listeners
 
ResetHiLoAfterImportListener() - Constructor for class com.atlassian.confluence.event.listeners.ResetHiLoAfterImportListener
 
resetIndexQueue() - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
resetIndexQueue() - Method in interface com.atlassian.confluence.internal.search.IncrementalIndexManager
Resets the index queue removes all entries from the queue without processing them.
resetIndexQueue() - Method in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
Delete all of the entries on the index queue.
resetIndexQueue() - Method in interface com.atlassian.confluence.search.IndexManager
Resets the index queue removes all entries from the queue without processing them.
resetJob() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.IndexResource
This endpoint deletes the current reindex job
resetJobStatus() - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.DefaultReIndexService
 
resetJobStatus() - Method in interface com.atlassian.confluence.plugins.rest.jackson2.service.ReIndexService
 
resetJournal() - Method in class it.com.atlassian.confluence.AbstractInjectableStateTest
 
ResetJournalStateUpgradeTask - 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.
ResetJournalStateUpgradeTask(JournalStateStore, JournalStateStore, BackupRestoreManager, IndexManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ResetJournalStateUpgradeTask
 
resetLoggerLevel(String) - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
resetLoggerLevel(String) - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
resetOpTimerFactorySupplier() - Method in interface com.atlassian.confluence.util.profiling.AtlassianInstrumentationControl
Resets the supplier of OpTimerFactory instances used by the monitoring implementation back to the default.
resetPagination() - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
resetPasswordEvent(ResetPasswordEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
resetPluginCommandCreators() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.ContentCommandFactoryImpl
 
resetPluginCommandCreators() - Method in interface com.atlassian.confluence.internal.api.incrementalsync.model.ContentCommandFactory
Reload plugin's CommandCreator
resetResult() - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
resetResult() - Method in class com.atlassian.confluence.util.DefaultUserChecker
 
resetResult() - Method in interface com.atlassian.confluence.util.UserChecker
 
resetServerConfig() - Method in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
resetServerConfig() - Method in class com.atlassian.confluence.plugin.descriptor.rpc.SoapModuleDescriptor
 
resetServerConfig() - Method in class com.atlassian.confluence.plugin.descriptor.rpc.XmlRpcModuleDescriptor
 
resetSpaceColorScheme(String) - Method in class com.atlassian.confluence.api.impl.service.colorscheme.SpaceColorSchemeServiceImpl
 
resetSpaceColorScheme(String) - Method in interface com.atlassian.confluence.api.service.colorscheme.SpaceColorSchemeService
 
resetSpaceColorScheme(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceColorSchemeResource
 
resetSpaceColorScheme(String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeService
 
resetSpaceColorScheme(String) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeServiceImpl
 
resetState() - Method in class it.com.atlassian.confluence.AbstractInjectableStateTest
 
ResettableTableHiLoGenerator - Class in com.atlassian.confluence.impl.hibernate
An implementation of a resettable hi/lo IdentifierGenerator which is compatible with Hibernate 5.2.
ResettableTableHiLoGenerator() - Constructor for class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGenerator
 
ResettableTableHiLoGeneratorV5 - Class in com.atlassian.confluence.impl.hibernate
Ideally we should be using one of the off-the-shelf Hibernate ID generators, bu we need the "reset" functionality of this custom one.
ResettableTableHiLoGeneratorV5() - Constructor for class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGeneratorV5
 
ResettableThreadLocal<T> - Class in com.atlassian.confluence.concurrent
Simple abstract class with a method to reset the thread local to its initial value
ResettableThreadLocal() - Constructor for class com.atlassian.confluence.concurrent.ResettableThreadLocal
 
ResettableXmlEventReader - Class in com.atlassian.confluence.content.render.xhtml
Not thread-safe.
ResettableXmlEventReader(XMLEventReader) - Constructor for class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
 
resetToDefault() - Method in class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
 
resetToDefault() - Method in interface com.atlassian.confluence.plugins.lookandfeel.SiteLogoManager
 
ResetUserPasswordAction - Class in com.atlassian.confluence.user.actions
 
ResetUserPasswordAction() - Constructor for class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
resetWelcomeMessage(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
resetWelcomeMessage(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
resetWelcomeMessage(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
resetXStream() - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStreamManager
Allows resetting of XStream to clear its introspection cache and reconfigures security.
resetXStream() - Method in class com.atlassian.confluence.setup.xstream.XStreamManager
Deprecated.
 
ResetXStreamPluginListener - Class in com.atlassian.confluence.event.listeners
This class makes sure caches in XStream are clean and consistent.
ResetXStreamPluginListener(ConfluenceXStreamManager) - Constructor for class com.atlassian.confluence.event.listeners.ResetXStreamPluginListener
 
resolve(Relatable) - Method in class com.atlassian.confluence.api.impl.service.relation.RelatableResolver
 
resolve(AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentOwningContentResolver
 
resolve(AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifierOnlyUriResolver
 
resolve(AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifierResolver
 
resolve(BlogPostResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifierResolver
 
resolve(ContentEntityResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContentEntityResourceIdentifierResolver
 
resolve(DraftResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DraftResourceIdentifierResolver
 
resolve(IdAndTypeResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.IdAndTypeResourceIdentifierResolver
 
resolve(PageResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifierResolver
 
resolve(PageTemplateResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageTemplateResourceIdentifierResolver
 
resolve(SpaceResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifierResolver
Resolves a SpaceResourceIdentifier to a Space if a Space for the given spacekey exists.
resolve(EmbeddedResource, PageContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultEmbeddedResourceResolver
 
resolve(EmbeddedResource, PageContext) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.EmbeddedResourceResolver
 
resolve(ApplicationCertificate) - Method in class com.atlassian.confluence.security.trust.seraph.SeraphTrustedApplicationUserResolver
resolves the application certificate into a valid user object if one is found.
resolve(DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.ContentDeserializer
 
resolve(DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.EnrichedMapDeserializer
 
resolve(DeserializationContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.SpaceDeserializer
 
resolve(String) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
resolve(String) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
resolve(String, PageContext) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.LinkResolver
 
resolve(String, PageContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlMigrationLinkResolver
Resolves an xhtml link from the specified link text.
resolve(String, String) - Method in class com.atlassian.confluence.importexport.resolvers.ClassPathURIResolver
Deprecated.
 
resolve(String, String) - Method in class com.atlassian.confluence.importexport.resolvers.DelegatingURIResolver
Deprecated.
 
resolve(String, String) - Method in class com.atlassian.confluence.importexport.resolvers.ThumbnailURIResolver
Deprecated.
 
resolve(Function<String, T>) - Method in enum class com.atlassian.confluence.cache.CoreCache
Resolves this cache using a function which takes the CoreCache.systemCacheName.
resolve(Function<String, T>) - Method in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
resolve(X, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierResolver
 
resolveAttachment(PageContext, EmbeddedResource) - Static method in class com.atlassian.confluence.renderer.embedded.EmbeddedResourceUtils
 
resolveCacheManager(SessionFactoryOptions, Map) - Method in class com.atlassian.confluence.impl.hibernate.HibernateJvmVCacheRegionFactory
Bypass the superclass's JCache discovery mechanism, and give it the proxy we've wrapped around Ehcache.
resolveClass(ObjectStreamClass) - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectInputStream
Resolves the class for the provided ObjectStreamClass descriptor.
resolveConflict(int, String) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.AggregateNameConflictResolver
 
resolveConflict(int, String) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.DefaultPageNameConflictResolver
 
resolveConflict(int, String) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.FindAndReplaceNameConflictResolver
 
resolveConflict(int, String) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.PrefixNameConflictResolver
 
resolveConflict(int, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.bulk.PageNameConflictResolver
Implements the name conflict resolution strategy
resolveContainerHibernateObject(Target, Class<T>) - Method in interface com.atlassian.confluence.internal.permissions.TargetResolver
Get the target hibernate object for the container relating to the specified target.
resolveContainerHibernateObject(Target, Class<T>) - Method in class com.atlassian.confluence.internal.permissions.TargetResolverImpl
 
RESOLVED - Enum constant in enum class com.atlassian.confluence.pages.CommentStatus.Value
 
resolveDefaultLinkAlias(String, String) - Method in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
 
resolveDefaultLinkAlias(String, String) - Method in interface com.atlassian.confluence.renderer.ShortcutLinksManager
Resolves default alias.
resolveEntity(String, String) - Method in class com.atlassian.confluence.xml.XhtmlEntityResolver
 
resolveEntity(String, String, String, String) - Method in class com.atlassian.confluence.xml.XhtmlEntityResolver
 
resolveFileStorePlaceHolders(String) - Method in class com.atlassian.confluence.impl.filestore.FileStoreHomePathPlaceholderResolver
Attempt to replace any directory placeholder prefixes in the given location, resolving them against the coresponding base directory.
resolveFileStorePlaceHolders(String) - Method in interface com.atlassian.confluence.impl.filestore.HomePathPlaceholderResolver
 
resolveHibernateObject(Target, Class<T>) - Method in interface com.atlassian.confluence.internal.permissions.TargetResolver
Get the target hibernate object, if this target is one that has a specific object (not a container)
resolveHibernateObject(Target, Class<T>) - Method in class com.atlassian.confluence.internal.permissions.TargetResolverImpl
 
resolveJdbcContext(Map) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateSchemaManagementTool
Suppress schema creation warnings, including things like: - logWarning SQL Warning Code: 0, SQLState: 00000 - logWarning table "attachmentdata" does not exist, skipping
resolveListIndexProperty(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ListIndexColumnValueCalculator
 
resolveMimeType(String, String) - Method in class com.atlassian.confluence.util.AttachmentMimeTypeTranslator
Resolve a mime type based on the filename.
resolveModelObject(Target, Class<T>) - Method in interface com.atlassian.confluence.internal.permissions.TargetResolver
Get the target model object (e.g.
resolveModelObject(Target, Class<T>) - Method in class com.atlassian.confluence.internal.permissions.TargetResolverImpl
 
resolveName(String) - Static method in class com.atlassian.confluence.util.ClusterUtils
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.content.Content
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.content.History
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.content.Space
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.content.Version
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.people.Group
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.people.KnownUser
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionContainer
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.api.model.reference.EnrichableMap
 
resolveNavigation(NavigationService) - Method in interface com.atlassian.confluence.api.nav.NavigationAware
 
resolveNavigation(NavigationService) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
resolveShortcutUrl(String, String) - Method in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
 
resolveShortcutUrl(String, String) - Method in interface com.atlassian.confluence.renderer.ShortcutLinksManager
Resolves shortcut url.
resolveText(String, Serializable[]) - Method in class com.atlassian.sal.confluence.message.ConfluenceI18nResolver
 
resolveText(Locale, String, Serializable[]) - Method in class com.atlassian.sal.confluence.message.ConfluenceI18nResolver
resolveTransformerFactory() - Method in class com.atlassian.confluence.xml.ExportXsltTransformerResolver
 
resolveTransformerFactory() - Method in interface com.atlassian.confluence.xml.XsltTransformerResolver
Returns a {TransformerFactory} using the strategy for resolution provided by the underlying implementation.
RESOURCE_BASE - Static variable in interface com.atlassian.confluence.api.nav.Navigation.LongTaskNav
 
RESOURCE_BASE - Static variable in interface com.atlassian.confluence.api.nav.Navigation.RelevantViewRestrictionsNav
 
RESOURCE_CONTENT - Static variable in class com.atlassian.confluence.velocity.ConfigurableResourceManager
A static content resource.
RESOURCE_IDENTIFIER_NAMESPACE - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
RESOURCE_IDENTIFIER_NAMESPACE_PREFIX - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
RESOURCE_IDENTIFIER_NAMESPACE_URI - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
RESOURCE_PREFIX - Static variable in class com.atlassian.confluence.macro.xhtml.V2CompatibilityMacroManager
 
RESOURCE_PREFIX - Static variable in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
RESOURCE_PREFIX - Static variable in class com.atlassian.confluence.renderer.DefaultMacroManager
 
RESOURCE_TEMPLATE - Static variable in class com.atlassian.confluence.velocity.ConfigurableResourceManager
A template resources.
RESOURCE_URL_PREFIX - Static variable in class com.atlassian.confluence.servlet.FileServerServlet
 
ResourceAccessor - Interface in com.atlassian.confluence.importexport.resource
Simple interface to provide access to a resource.
ResourceAnnotationUtil - Class in com.atlassian.confluence.plugins.restapi.annotations
Util class for checking if a code block is annotated
ResourceAnnotationUtil() - Constructor for class com.atlassian.confluence.plugins.restapi.annotations.ResourceAnnotationUtil
 
ResourceAware - Interface in com.atlassian.confluence.macro
Interface for making Macros resource aware.
resourceBatchingConfiguration() - Method in class com.atlassian.confluence.impl.setup.wiring.SetupConfluenceWebresourceManagerWiring
 
resourceBatchingConfiguration() - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
ResourceBundleI18NResource - Class in com.atlassian.confluence.util.i18n
 
ResourceBundleI18NResource() - Constructor for class com.atlassian.confluence.util.i18n.ResourceBundleI18NResource
 
ResourceBundlesCollector - Class in com.atlassian.confluence.util.i18n
Class that: takes a map of resource bundles (keyed by locale) or single resource bundles sorts them by locale combines all bundles keyed by the same locale into one CombinedResourceBundle and returns a list of CombinedResourceBundles in the correct locale order (most specific locales come first.
ResourceBundlesCollector() - Constructor for class com.atlassian.confluence.util.i18n.ResourceBundlesCollector
 
ResourceIdentifier - Interface in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Encapsulates all the state that is required to identify or resolve the location of a particular resource.
ResourceIdentifierContextUtility - Interface in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
A utility bean the provides functionality related to manipulating ResourceIdentifier during conversion (i.e.
ResourceIdentifierCreationException - Exception in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Thrown when there is an error creating a resource identifier for a particular resource.
ResourceIdentifierCreationException(Object, String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierCreationException
 
ResourceIdentifierExtractor - Interface in com.atlassian.confluence.impl.content.render.prefetch
 
ResourceIdentifierFactory - Interface in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Responsible for generating a resource identifier for a resource.
ResourceIdentifierMatcher - Interface in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Match a ContentEntityObject against the supplied ResourceIdentifier.
resourceIdentifierResolver - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
ResourceIdentifierResolver<X extends ResourceIdentifier,Y> - Interface in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Responsible for resolving or locating the actual resource identified by a resource identifier.
ResourceIdentifiers - Class in com.atlassian.confluence.impl.content.render.prefetch
 
ResourceIdentifiers(Map<Class<? extends ResourceIdentifier>, Set<ResourceIdentifier>>) - Constructor for class com.atlassian.confluence.impl.content.render.prefetch.ResourceIdentifiers
 
resourceKeys() - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder.RecordedResources
 
resourceLoaders - Variable in class com.atlassian.confluence.velocity.ConfigurableResourceManager
The List of templateLoaders that the Runtime will use to locate the InputStream source of a template.
ResourceLoaderWrapper - Class in com.atlassian.confluence.util.velocity
Wrapper class for writing resource loader filters, delegating the ResourceLoader methods to the wrapped loader.
ResourceLoaderWrapper(ResourceLoader) - Constructor for class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
ResourceLocationDelegate - Class in com.atlassian.confluence.plugin.dev
 
ResourceLocationDelegate(ResourceLocation) - Constructor for class com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
 
ResourcePrefetcher<T extends ResourceIdentifier> - Interface in com.atlassian.confluence.impl.content.render.prefetch
 
RESOURCES_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
ResourceType - Class in com.atlassian.confluence.api.model.content.webresource
Marks the type of tags that is contained in the WebResourceDependencies fields.
ResourceType(String) - Constructor for class com.atlassian.confluence.api.model.content.webresource.ResourceType
 
resourceTypes - Variable in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
ResourceUriGenerator - Interface in com.atlassian.confluence.api.impl.service.audit.uri
Defines how links to resources should be generated
ResourceUriGenerator.NoopGenerator - Class in com.atlassian.confluence.api.impl.service.audit.uri
 
response - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
ResponseHeaderNames - Class in com.atlassian.confluence.web
Response header names for responses from Confluence
ResponseHeaderNames() - Constructor for class com.atlassian.confluence.web.ResponseHeaderNames
 
responseInterceptors() - Method in interface com.atlassian.confluence.util.zipkin.api.ZipkinHttpClientInterceptorManager
Returns the HttpResponseInterceptor's for an outbound connection.
ResponseOutputStreamFilter - Class in com.atlassian.confluence.web.filter
Wraps the HttpServletResponse's ServletOutputStream so that it is closed properly.
ResponseOutputStreamFilter() - Constructor for class com.atlassian.confluence.web.filter.ResponseOutputStreamFilter
 
REST - Enum constant in enum class com.atlassian.confluence.core.ApiRestEntityFactory.SchemaType
 
REST - Enum constant in enum class com.atlassian.confluence.rest.serialization.jackson2.enrich.SchemaType
 
restart() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
Shuts down and then starts up the Synchrony process.
restart() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
restart() - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResource
 
RESTART - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
RestartSynchronyTask - Class in com.atlassian.confluence.plugins.synchrony.tasks
Restarts (and waits) for the Synchrony process
RestartSynchronyTask(SynchronyConfigurationManager, SynchronyProcessManager, SynchronyMonitor, CacheManager, SynchronyConfigTaskTracker, EventPublisher, CollaborativeEditingModeDuration) - Constructor for class com.atlassian.confluence.plugins.synchrony.tasks.RestartSynchronyTask
 
RestAttachmentManager - Interface in com.atlassian.confluence.plugins.rest.jackson2.manager
Responsible for managing AttachmentEntity objects.
RestClientFactory - Class in com.atlassian.confluence.rest.client
Factory for creating jersey Client instances that can deserialize json returned from the Confluence REST API into confluence java api model objects.
RestClientFactory() - Constructor for class com.atlassian.confluence.rest.client.RestClientFactory
 
RestConstants - Class in com.atlassian.confluence.plugins.restapi.resources.util
 
RestConstants() - Constructor for class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
RestContentManager - Interface in com.atlassian.confluence.plugins.rest.jackson2.manager
Responsible for managing ContentEntity objects.
RestData - Class in com.atlassian.confluence.rest.serialization.jackson2
An class carries the settings needed for an rest operationKey This class contains a property bag for REST operationKey that we have to pass extra parameters in Http body.
RestData.RestDataBuilder - Class in com.atlassian.confluence.rest.serialization.jackson2
 
RestEndpointAnalyticsEvent - Class in com.atlassian.confluence.plugins.restapi.analytics
An event sent by a REST resource.
RestEndpointAnalyticsEvent(String, String) - Constructor for class com.atlassian.confluence.plugins.restapi.analytics.RestEndpointAnalyticsEvent
 
RestEnrichable - Annotation Interface in com.atlassian.confluence.api.serialization
An annotation indicating that this model object should be enriched when being serialized.
RestEnrichable.Helper - Class in com.atlassian.confluence.api.serialization
 
RestEnrichableProperty - Annotation Interface in com.atlassian.confluence.api.serialization
Annotation indicating that a field should be included in a RestEntity even if it doesn't have a JsonProperty annotation.
RestEntity<T> - Class in com.atlassian.confluence.rest.v2.api.model
This entity participates in our object serialization by jackson, and allows objects to be enriched with extra properties during serialization.
RestEntity(T) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestEntity
 
RestEntityConverter - Class in com.atlassian.confluence.rest.serialization.jackson2
Converts a rest entity to an enrichable entity.
RestEntityConverter(RestEntityFactory) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.RestEntityConverter
 
RestEntityEnrichmentManager - Interface in com.atlassian.confluence.rest.serialization.jackson2.enrich
 
RestEntityFactory - Interface in com.atlassian.confluence.rest.v2.api.services
 
RestEntitySerializer - Class in com.atlassian.confluence.rest.serialization.jackson2
 
RestEntitySerializer() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.RestEntitySerializer
 
RestError - Class in com.atlassian.confluence.rest.v2.api.model
Contains a standardised error payload for ServiceExceptions thrown by REST resources.
RestError.Builder - Class in com.atlassian.confluence.rest.v2.api.model
 
RestExceptionMapper - Class in com.atlassian.confluence.plugins.restapi.exceptions
Converts ServiceExceptions into Responses containing RestErrors.
RestExceptionMapper() - Constructor for class com.atlassian.confluence.plugins.restapi.exceptions.RestExceptionMapper
 
RestFieldValidationError - Class in com.atlassian.confluence.rest.v2.api.model.validation
REST-friendly version of a SimpleFieldValidationError.
RestFieldValidationError(SimpleFieldValidationError) - Constructor for class com.atlassian.confluence.rest.v2.api.model.validation.RestFieldValidationError
 
RestFieldValidationError.Builder - Class in com.atlassian.confluence.rest.v2.api.model.validation
 
RestList<T> - Class in com.atlassian.confluence.rest.v2.api.model
The RestList participates in our collection serialization by jackson, and allows collections to be enriched with extra properties during serialization.
RestList() - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestList
 
RestList.Builder<T> - Class in com.atlassian.confluence.rest.v2.api.model
 
RestListDeserializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Deserializer for RestList.
RestListDeserializer(JsonDeserializer<?>, JavaType, TypeDeserializer) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.RestListDeserializer
 
RestListLinkEnricher - Class in com.atlassian.confluence.plugins.restapi.enrich.model
Enricher which populates extra links in ContentRestrictionsPageResponses At the moment of creation it did not enrich any other RestLists.
RestListLinkEnricher(RestNavigationService, GraphQL) - Constructor for class com.atlassian.confluence.plugins.restapi.enrich.model.RestListLinkEnricher
 
RestNavigation - Interface in com.atlassian.confluence.rest.v2.api.services
Extends the Navigation API with URI-building methods.
RestNavigation.RestBuilder - Interface in com.atlassian.confluence.rest.v2.api.services
 
RestNavigationImpl - Class in com.atlassian.confluence.plugins.rest.navigation.v2.impl
 
RestNavigationImpl(String, String) - Constructor for class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
RestNavigationService - Interface in com.atlassian.confluence.rest.v2.api.services
Extends the NavigationService to return RestNavigation instances.
RestObject - Class in com.atlassian.confluence.rest.v2.api.model
 
RestObject() - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestObject
 
RestObject.Properties - Class in com.atlassian.confluence.rest.v2.api.model
Common property keys that may be present on a RestObject
RestObjectEnricher - Interface in com.atlassian.confluence.plugins.restapi.enrich
Enriches entities and collections with extra properties that participate in json or graph-ql serialization.
restore() - Method in class com.atlassian.confluence.core.ContentEntityObject
restores content from the trash
restore() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
restore() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexPerformanceTuner.Restorable
Restore index settings to the original state
restore() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
restore(Content) - Method in class com.atlassian.confluence.api.impl.service.content.ContentTrashServiceImpl
 
restore(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentTrashService
Restore a trashed piece of content.
restore(ContentId, VersionRestoreParameters, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentVersionServiceImpl
 
restore(ContentId, VersionRestoreParameters, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentVersionService
Restore on version of content, update current content with that version then increment version number of current version.
restore(LuceneIndexSnapshot) - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.DefaultLuceneIndexSnapshotManager
 
restore(LuceneIndexSnapshot) - Method in interface com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotManager
Restore a Lucene snapshot for given journal (index) to the current node
restore(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
restore(Attachment) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Restores an attachment from trash.
restore(Attachment) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
restore(Attachment) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
restore(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
restore(AbstractSetupEmailAction) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction.FormData
 
restore(InputStream) - Method in class com.atlassian.confluence.activeobjects.backup.ActiveObjectsBackupRestoreProvider
 
restore(InputStream) - Method in interface com.atlassian.confluence.importexport.plugin.BackupRestoreProvider
 
restore(String) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
restore(String) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Un-archives a space.
restore(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
restore(String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Un-archives a space.
restore(String) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
Restore - Interface in com.atlassian.confluence.event.events.types
Indicates that the implementation represents a restore event.
RESTORE - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobOperation
 
RESTORE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelOperation
 
RESTORE - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
RESTORE - Static variable in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
 
RESTORE_INDEX_SNAPSHOT - Enum constant in enum class com.atlassian.confluence.impl.system.task.SystemMaintenanceTaskType
 
RESTORE_THREADS_NUMBER - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.SiteRestoreService
 
RESTORE_THREADS_NUMBER - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.SpaceRestoreService
 
RESTORE_TITLE - Static variable in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
 
restoreAbstractPage(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
restoreAbstractPage(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Restores an abstract page from the trash.
restoreAbstractPage(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
restoreBackupColorScheme() - Method in class com.atlassian.confluence.plugins.lookandfeel.AutoLookAndFeelManager
 
RestoreBandanaValuesTransactionCallbackDecorator<T> - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
RestoreBandanaValuesTransactionCallbackDecorator(BandanaManager, BandanaPersister, TransactionCallback<T>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.RestoreBandanaValuesTransactionCallbackDecorator
Deprecated.
 
restoreCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
restoreCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTrashServiceImpl
 
restoreCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Restore a trashed piece of content.
restoreCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTrashService
Restore a trashed piece of content.
restoreCompletionStage(ContentId, VersionRestoreParameters, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentVersionServiceImpl
 
restoreCompletionStage(ContentId, VersionRestoreParameters, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentVersionService
Restore on version of content, update current content with that version then increment version number of current version.
restoreContentHistory(ContentId, RestData, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ContentVersionResource
Restore a historical version to be a new current version.
RestoreDao - Class in com.atlassian.confluence.impl.backuprestore.restore.dao
Allows to perform all DB operations required for space and site restore.
RestoreDao(SessionFactory, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
 
RestoreDao(SessionFactory, PlatformTransactionManager, Supplier<NamedParameterJdbcTemplate>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
 
RestoreDao.RecordsForBatchInsert - Class in com.atlassian.confluence.impl.backuprestore.restore.dao
Contains an insert SQL script and a collection of values for the whole insert batch
restoreDefaultColorScheme() - Method in class com.atlassian.confluence.plugins.lookandfeel.AutoLookAndFeelManager
 
RestoreDemoSpaceHelper - Class in com.atlassian.confluence.setup.actions
Restores a demo space.
RestoreDemoSpaceHelper(IndependentBackupRestoreJobManager, SpaceRestoreService) - Constructor for class com.atlassian.confluence.setup.actions.RestoreDemoSpaceHelper
 
restoreDependents() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
restoreEventPosition(int) - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
Moves the pointer of this reader to the specified position.
RestoreExistingTrashItemAction - Class in com.atlassian.confluence.pages.actions
 
RestoreExistingTrashItemAction() - Constructor for class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
RestoreFailedEvent - Class in com.atlassian.confluence.event.events.admin
An event that is sent when restore process fails
RestoreFailedEvent(Object, JobScope, String, boolean) - Constructor for class com.atlassian.confluence.event.events.admin.RestoreFailedEvent
 
RestoreIndexSnapshotMaintenanceTask - Class in com.atlassian.confluence.impl.system.task
A SystemMaintenanceTask that is created when a node uploads a snapshot of its index to be used by other nodes in the cluster to replace their indexes.
RestoreIndexSnapshotMaintenanceTask(String, Collection<RestoreIndexSnapshotMaintenanceTask.IndexSnapshot>) - Constructor for class com.atlassian.confluence.impl.system.task.RestoreIndexSnapshotMaintenanceTask
 
RestoreIndexSnapshotMaintenanceTask.IndexSnapshot - Class in com.atlassian.confluence.impl.system.task
Hold an index snapshot
RestoreIndexSnapshotMaintenanceTaskRunner - Class in com.atlassian.confluence.impl.system.runner
 
RestoreIndexSnapshotMaintenanceTaskRunner(SystemMaintenanceTaskRegistry, LuceneIndexSnapshotManager, ReIndexJobManager, ClusterManager, ClusterLockService, EventPublisher, JournalStateStore, SearchPlatformConfig) - Constructor for class com.atlassian.confluence.impl.system.runner.RestoreIndexSnapshotMaintenanceTaskRunner
 
RestoreIndexSnapshotStartedEvent - Class in com.atlassian.confluence.event.events.admin
 
RestoreIndexSnapshotStartedEvent() - Constructor for class com.atlassian.confluence.event.events.admin.RestoreIndexSnapshotStartedEvent
 
RestoreInProgressEvent - Class in com.atlassian.confluence.event.events.admin
An event that is sent periodically with the restore process state.
RestoreInProgressEvent(Object, JobScope, long, long, boolean, boolean) - Constructor for class com.atlassian.confluence.event.events.admin.RestoreInProgressEvent
 
RestoreJobValidator - Class in com.atlassian.confluence.impl.backuprestore.restore
Class for space and site restore jobs validation
RestoreJobValidator() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.RestoreJobValidator
 
restoreLatestChangeSnapshot() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
 
restoreLatestContentSnapshot() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
 
RestoreLockDatabaseEvent - Class in com.atlassian.confluence.event.events.admin
An event that is sent before db drop to lock some database table
RestoreLockDatabaseEvent(Object, JobScope) - Constructor for class com.atlassian.confluence.event.events.admin.RestoreLockDatabaseEvent
 
restorePage(AbstractPage) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
restorePage(AbstractPage) - Method in interface com.atlassian.confluence.pages.PageManager
Restores a trashed page, effectively moving it out of the trash and promoting it back to being normal page.
RestorePluginStateStoreTransactionCallbackDecorator<T> - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
RestorePluginStateStoreTransactionCallbackDecorator(PluginPersistentStateStore, TransactionCallback<T>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.RestorePluginStateStoreTransactionCallbackDecorator
Deprecated.
 
restorePreviousToken() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
restorePreviousToken() - Method in interface com.atlassian.confluence.user.SignupManager
Restore the previous private-signup token and returns it.
RestoreService - Class in com.atlassian.confluence.impl.backuprestore.restore
Service responsible for restore operations (used for both space and site restore)
RestoreService(SessionFactory, BackupContainerReaderFactory, ImportedObjectsDispatcherFactory, OnRestoreEventsSender, ExportableEntityInfoFactory, ImportTaskRunnerFactory, BackupPropertiesValidator, OnRestoreSearchIndexerFactory, RestoreDao, BackupRestoreJobDao, SpaceDaoInternal, CacheFlusher, EventPublisher, HiLoGeneratorInitialiserOnSiteRestore, StatisticsCollectorFactory, ParallelTasksExecutorFactory) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.RestoreService
 
restoreSiteJobRecord(BackupRestoreJob, BackupRestoreSettings, HiLoGeneratorInitialiserOnSiteRestore) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
During the site restore the whole database drops.
RestoreSucceededEvent - Class in com.atlassian.confluence.event.events.admin
An event that is sent when the restore process finishes successfully.
RestoreSucceededEvent(Object, JobScope) - Constructor for class com.atlassian.confluence.event.events.admin.RestoreSucceededEvent
 
RestoreThreadContextClassloader - Class in com.atlassian.confluence.test.util
A JUnit Rule which makes sure that the Thread context Classloader is the same after the test completes as was present before it started.
RestoreThreadContextClassloader - Class in com.atlassian.confluence.util.test.rules
Deprecated.
since 7.20 no replacement
RestoreThreadContextClassloader() - Constructor for class com.atlassian.confluence.test.util.RestoreThreadContextClassloader
 
RestoreThreadContextClassloader() - Constructor for class com.atlassian.confluence.util.test.rules.RestoreThreadContextClassloader
Deprecated.
 
RestoreTrashItemAction - Class in com.atlassian.confluence.pages.actions
 
RestoreTrashItemAction() - Constructor for class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
RestoreUnlockDatabaseEvent - Class in com.atlassian.confluence.event.events.admin
An event that is sent before db drop to lock some database table
RestoreUnlockDatabaseEvent(Object, JobScope) - Constructor for class com.atlassian.confluence.event.events.admin.RestoreUnlockDatabaseEvent
 
RestPageRequest - Class in com.atlassian.confluence.rest.v2.api.model
A request for a page of data.
RestPageRequest(Navigation.Builder, int, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
RestPageRequest(Navigation.Builder, Cursor, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
RestPageRequest(Navigation.Builder, PageResponse<Content>) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
Deprecated.
RestPageRequest(URI, int, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
RestPageRequest(URI, int, Cursor, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
RestPageRequest(URI, Cursor, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
RestPageRequest(URI, PageRequest) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
RestPageRequest(UriBuilder, int, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
Deprecated.
RestPageRequest(UriBuilder, int, Cursor, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
Deprecated.
RestPageRequest(UriBuilder, Cursor, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
Deprecated.
RestPageRequest(UriBuilder, PageResponse<?>) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
Deprecated.
RestPageRequest(UriInfo, int, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
Deprecated.
RestPageRequest(UriInfo, Cursor, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
Deprecated.
RESTRICT - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
restrictBulkPageVisibility(ConfluenceUser, List<SimplePageContent>, boolean) - Method in interface com.atlassian.confluence.core.PermissionOverrideExtension
Hooks into the fast permission system and returns a reduced subset of the pages based on the permission type.
RESTRICTED_PAGE_VIEW_EXTRA_LINK_TYPE_DRAFT - Static variable in class com.atlassian.confluence.impl.audit.listener.ContentPermissionsAuditListener
 
RESTRICTED_PAGE_VIEW_EXTRA_LINK_TYPE_KEY - Static variable in class com.atlassian.confluence.impl.audit.listener.ContentPermissionsAuditListener
 
RESTRICTED_PAGE_VIEW_NOT_PERMITTED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.ContentPermissionsAuditListener
 
RestrictedPageViewNotPermittedEvent - Class in com.atlassian.confluence.event.events.audit
This event is fired when a user trying to access a restricted page/blogpost which they don't have permission to view
RestrictedPageViewNotPermittedEvent(AbstractPage) - Constructor for class com.atlassian.confluence.event.events.audit.RestrictedPageViewNotPermittedEvent
 
RESTRICTION_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
 
RESTRICTION_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
restrictionByOperation() - Method in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
Create a nav builder to reference a set of restrictions, by operation.
restrictions() - Method in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalContentNav
 
restrictions(Map<SubjectType, PageResponse<Subject>>) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction.ContentRestrictionBuilder
 
restrictions(Map<OperationKey, ContentRestriction>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
RESTRICTIONS - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
RESTRICTIONS - Static variable in class com.atlassian.confluence.api.model.permissions.ContentRestriction.Expansions
 
restrictionSubjects() - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of Subjects to return at a time.
RestrictiveSoftCleanupStatusService - Class in com.atlassian.confluence.impl.retention
Decorator over SoftCleanupStatusService, which allows only Confluence administrator to launch the operation.
RestrictiveSoftCleanupStatusService(SoftCleanupStatusService, PermissionManager) - Constructor for class com.atlassian.confluence.impl.retention.RestrictiveSoftCleanupStatusService
 
RestSearchParameters - Class in com.atlassian.confluence.plugins.rest.jackson2.service
 
RestSearchParameters(String, String, String, Set<String>, Set<String>, boolean, String) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchParameters
 
RestSearchService - Interface in com.atlassian.confluence.plugins.rest.jackson2.service
Service to implement different search algorithms
RestSpaceManager - Interface in com.atlassian.confluence.plugins.rest.jackson2.manager
Responsible for managing SpaceEntity objects.
RestUserSessionManager - Interface in com.atlassian.confluence.plugins.rest.jackson2.manager
Responsible for managing UserSessionEntity objects.
RestValidationError - Class in com.atlassian.confluence.rest.v2.api.model.validation
REST-friendly version of a ValidationError.
RestValidationError(ValidationError) - Constructor for class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationError
 
RestValidationError.Builder - Class in com.atlassian.confluence.rest.v2.api.model.validation
 
RestValidationResult - Class in com.atlassian.confluence.rest.v2.api.model.validation
REST-friendly version of a ValidationResult.
RestValidationResult(ValidationResult) - Constructor for class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationResult
 
result(Iterable<T>) - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
result(String) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskSubmission.LongTaskSubmissionBuilder
 
Result() - Constructor for class com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.Result
 
Result() - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
Deprecated.
 
Result(CONTEXT, List<TARGET>, boolean) - Constructor for class com.atlassian.confluence.impl.hibernate.bulk.BulkAction.Result
 
RESULT_PRECONDITIONS_FAILED - Static variable in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
 
resultGlobalContainer(ContainerSummary) - Method in class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
ResultLoggingInterceptor - Class in com.atlassian.confluence.core
Subclass of default XWork logging interceptor which adds logging of the action result.
ResultLoggingInterceptor() - Constructor for class com.atlassian.confluence.core.ResultLoggingInterceptor
 
results - Variable in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
results(PageResponse<T>) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList.Builder
 
results(List<T>, boolean) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList.Builder
 
results(List<T>, Cursor, Cursor, boolean) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList.Builder
 
ResultTemplate - Class in com.atlassian.confluence.search.contentnames
Class that allows clients to specify what categories of results to get back from any content name search.
ResultTemplate() - Constructor for class com.atlassian.confluence.search.contentnames.ResultTemplate
 
resume() - Method in class com.atlassian.confluence.impl.schedule.caesium.ThreadLocalSchedulerControl
 
resume() - Method in class com.atlassian.confluence.impl.search.CompositeIndexFlushRequester
 
resume() - Method in class com.atlassian.confluence.impl.search.DefaultIndexFlushRequester
 
resume() - Method in interface com.atlassian.confluence.search.IndexerControl
Enable indexing.
resume() - Method in interface com.atlassian.confluence.search.IndexFlushRequester
 
resume() - Method in class com.atlassian.confluence.search.ThreadLocalIndexerControl
 
resume() - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
resume() - Method in interface com.atlassian.confluence.util.longrunning.LongRunningTaskManager
Resume accepting long-running tasks after LongRunningTaskManager.stop(java.time.Duration) has been called.
ResumeDraftAction - Class in com.atlassian.confluence.pages.actions
 
ResumeDraftAction() - Constructor for class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
resumeJob(ResumeJobEvent) - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
ResumeJobEvent - Class in com.atlassian.confluence.schedule.events
A cluster-wide event indicating that a specific scheduled job should be resumed.
ResumeJobEvent(Object, ScheduledJobKey) - Constructor for class com.atlassian.confluence.schedule.events.ResumeJobEvent
 
resumeScheduler() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
Resume scheduler.
resurrectSiteRestoreJob(BackupRestoreJob, BackupRestoreSettings, HiLoGeneratorInitialiserOnSiteRestore) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.SiteRestoreJobResurrector
 
retainAll(Collection<?>) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
retainAll(Collection<?>) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
RETENTION_POLICY - Static variable in class com.atlassian.confluence.api.model.content.Space.Expansions
 
RETENTION_POLICY - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
RETENTION_POLICY_ATTACHMENT_RULE_CHANGED - Static variable in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
RETENTION_POLICY_DELETE_TRASH - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
RETENTION_POLICY_DELETE_VERSION - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
RETENTION_POLICY_PAGE_RULE_CHANGED - Static variable in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
RETENTION_POLICY_TRASH_RULE_CHANGED - Static variable in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
RETENTION_RULES_DARK_FEATURE_KEY - Static variable in class com.atlassian.confluence.impl.retention.DefaultRetentionFeatureChecker
 
RETENTION_RULES_DELETION_BATCH_SIZE_KEY - Static variable in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
RETENTION_RULES_DRY_RUN_DARK_FEATURE_KEY - Static variable in class com.atlassian.confluence.impl.retention.DefaultRetentionFeatureChecker
 
retentionFeatureChecker - Variable in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
retentionFeatureChecker - Variable in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
RetentionFeatureChecker - Interface in com.atlassian.confluence.api.service.retention
 
RetentionPeriod - Class in com.atlassian.confluence.api.model.audit
Deprecated.
since 7.5.0. Use AuditRetentionConfig from atlassian-audit-api
RetentionPeriod.Builder - Class in com.atlassian.confluence.api.model.audit
Deprecated.
 
retentionPolicy(Reference<SpaceRetentionPolicy>) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
retentionPolicy(SpaceRetentionPolicy) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
RetentionPolicy - Interface in com.atlassian.confluence.api.model.retention
 
RetentionPolicyAuditListener - Class in com.atlassian.confluence.impl.retention.audit.listener
 
RetentionPolicyAuditListener(AuditService, RetentionRuleFormatter, StandardAuditResourceTypes, GlobalRetentionPolicyManager) - Constructor for class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
RetentionPolicyChangedEvent - Class in com.atlassian.confluence.event.events.retention
 
RetentionPolicyChangedEvent(RetentionPolicy, RetentionPolicy) - Constructor for class com.atlassian.confluence.event.events.retention.RetentionPolicyChangedEvent
 
RetentionPolicyPermissionManager - Interface in com.atlassian.confluence.retention
Provide a single source of truth re - who have permission to view/edit retention policies at global and space level
RetentionPolicyPermissionService - Interface in com.atlassian.confluence.retention
 
RetentionPolicyPropertyExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
 
RetentionPolicyPropertyExtractor(SpaceRetentionPolicyManager) - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.RetentionPolicyPropertyExtractor
 
RetentionRule - Class in com.atlassian.confluence.api.model.retention
 
RetentionRule() - Constructor for class com.atlassian.confluence.api.model.retention.RetentionRule
 
RetentionRule(Integer, AgeUnit, Integer, boolean) - Constructor for class com.atlassian.confluence.api.model.retention.RetentionRule
 
RetentionRule.RetentionRuleBuilder - Class in com.atlassian.confluence.api.model.retention
 
RetentionRuleBuilder() - Constructor for class com.atlassian.confluence.api.model.retention.RetentionRule.RetentionRuleBuilder
 
retentionRuleEvaluator - Variable in class com.atlassian.confluence.impl.retention.DefaultVersionRemovalService
 
RetentionRuleEvaluator - Class in com.atlassian.confluence.impl.retention.rules
 
RetentionRuleEvaluator(SpaceRetentionPolicyManager) - Constructor for class com.atlassian.confluence.impl.retention.rules.RetentionRuleEvaluator
 
RetentionRuleFormatter - Class in com.atlassian.confluence.impl.retention.rules
 
RetentionRuleFormatter(I18nResolver) - Constructor for class com.atlassian.confluence.impl.retention.rules.RetentionRuleFormatter
 
RetentionRulesChecker - Interface in com.atlassian.confluence.impl.retention.rules
Check current retention rules at both global and space level for certain conditions
RetentionRuleUtils - Class in com.atlassian.confluence.impl.retention.rules
Utils for retention rules
RetentionRuleUtils() - Constructor for class com.atlassian.confluence.impl.retention.rules.RetentionRuleUtils
 
RetentionRuleValidator - Class in com.atlassian.confluence.api.model.retention
Helper class to validate retention rule fields
RetentionRuleValidator() - Constructor for class com.atlassian.confluence.api.model.retention.RetentionRuleValidator
 
RetentionType - Enum Class in com.atlassian.confluence.impl.retention
 
retrieve() - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
retrieve() - Method in interface com.atlassian.confluence.license.LicenseService
Retrieves the currently installed Confluence license.
retrieve() - Method in class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStore
 
retrieve() - Method in interface com.atlassian.confluence.license.store.LicenseStore
Retrieves the currently installed license.
retrieve(BandanaContext) - Method in interface com.atlassian.bandana.BandanaPersister
Deprecated.
Retrieve all the values belonging to the context.
retrieve(BandanaContext) - Method in class com.atlassian.bandana.impl.MemoryBandanaPersister
Deprecated.
 
retrieve(BandanaContext) - Method in class com.atlassian.confluence.impl.bandana.ReadThroughCachingBandanaPersister
This implementation is extremely processor intensive but correct.
retrieve(BandanaContext) - Method in class com.atlassian.confluence.impl.bandana.TransactionalBandanaPersister
 
retrieve(BandanaContext) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
retrieve(BandanaContext) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
 
retrieve(BandanaContext, String) - Method in interface com.atlassian.bandana.BandanaPersister
Deprecated.
Retrieve a value by its context/key tuple.
retrieve(BandanaContext, String) - Method in class com.atlassian.bandana.impl.MemoryBandanaPersister
Deprecated.
 
retrieve(BandanaContext, String) - Method in class com.atlassian.confluence.impl.bandana.ReadThroughCachingBandanaPersister
Retrieves the value associated with the key from the given context.
retrieve(BandanaContext, String) - Method in class com.atlassian.confluence.impl.bandana.TransactionalBandanaPersister
 
retrieve(BandanaContext, String) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
retrieve(BandanaContext, String) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
 
retrieve(Product) - Method in interface com.atlassian.confluence.license.LicenseService
Deprecated, for removal: This API element is subject to removal in a future version.
retrieveAbstractPage(long) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
retrieveAbstractPage(long) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
Retrieves a given page, and throws RemoteException if the page is not found or the user has no view perm.
retrieveApplicationCertificate(String) - Method in interface com.atlassian.confluence.security.trust.CertificateRetrievalService
 
retrieveApplicationCertificate(String) - Method in class com.atlassian.confluence.security.trust.HttpCertificateRetrievalService
 
retrieveAtlassianLicense() - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
retrieveAtlassianLicense() - Method in interface com.atlassian.confluence.license.LicenseService
Retrieves the currently installed Atlassian license.
retrieveContent(long) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
Retrieves the content with the given ID, throwing an exception if the content can not be found, or the current user has not permission to view it.
retrieveContent(long) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
retrieveEntries() - Method in class com.atlassian.confluence.util.message.AbstractMessageManager
 
retrieveEntries() - Method in class com.atlassian.confluence.util.message.BandanaMessageManager
 
retrieveEntries() - Method in class com.atlassian.confluence.util.message.RequestMessageManager
 
retrieveEntries() - Method in class com.atlassian.confluence.util.message.SessionMessageManager
 
retrieveForProduct(Product) - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
retrieveForProduct(Product) - Method in interface com.atlassian.confluence.license.LicenseService
Retrieves the license for the requested product.
retrieveForProduct(Product) - Method in interface com.atlassian.confluence.license.LicenseWebFacade
 
retrieveForProduct(Product) - Method in class com.atlassian.confluence.license.LicenseWebFacadeTemplate
 
retrieveKeys(BandanaContext) - Method in interface com.atlassian.bandana.BandanaPersister
Deprecated.
Retrieve all the keys belonging to the context.
retrieveKeys(BandanaContext) - Method in class com.atlassian.bandana.impl.MemoryBandanaPersister
Deprecated.
 
retrieveKeys(BandanaContext) - Method in class com.atlassian.confluence.impl.bandana.ReadThroughCachingBandanaPersister
Bypass the cache
retrieveKeys(BandanaContext) - Method in class com.atlassian.confluence.impl.bandana.TransactionalBandanaPersister
 
retrieveKeys(BandanaContext) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
retrieveKeys(BandanaContext) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
 
retrieveLicense() - Method in interface com.atlassian.confluence.license.LicenseWebFacade
 
retrieveLicense() - Method in class com.atlassian.confluence.license.LicenseWebFacadeTemplate
 
retrieveLocalIpv4() - Method in class com.hazelcast.aws.ConfluenceAwsMetadataApi
 
retrieveLocalIpv4(int, int) - Static method in class com.hazelcast.aws.ConfluenceAwsMetadataApi
 
retrieveMailServer() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
retrieveMatchingAttachment(AbstractPage, AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentBean
 
retrieveOptional() - Method in interface com.atlassian.confluence.internal.license.store.LicenseStoreInternal
Only useful during setup.
retrieveOptional() - Method in class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStore
 
retrieveOrCreateThumbNail(Attachment, FilesystemPath, int, int) - Method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.DelegatingThumbnailRenderer
 
retrieveOrCreateThumbNail(Attachment, File, int, int) - Method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.DelegatingThumbnailRenderer
Create a new or return an existing Thumbnail for this attachment.
retrievePage(String, String) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
retrievePage(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
Retrieves a given page by space key and page title, and throws RemoteException if the page is not found or the user has no view perm.
retrieveSettings() - Method in interface com.atlassian.confluence.core.CustomPageSettingsManager
Get the global settings for the Custom Page Settings
retrieveSettings() - Method in class com.atlassian.confluence.core.DefaultCustomPageSettingsManager
 
retrieveSettings(String) - Method in interface com.atlassian.confluence.core.CustomPageSettingsManager
 
retrieveSettings(String) - Method in class com.atlassian.confluence.core.DefaultCustomPageSettingsManager
 
retrieveSpace(String) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
retrieveSpace(String) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
Retrieves a given space, and throws RemoteException if the space is not found or the user has no view perm.
retrieveTask() - Static method in class com.atlassian.confluence.util.longrunning.LongRunningTaskUtils
Deprecated.
 
retrieveUser(String) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
Retrieves the user with the given username
retrieveUser(String) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
RetryableTransaction - Annotation Interface in com.atlassian.confluence.persistence
Used to mark methods for which the TransactionRetryInterceptorConfig.transactionRetryInterceptor() should be applied.
retryFinalization() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusteredZduManager
 
retryFinalization() - Method in interface com.atlassian.confluence.cluster.ZduManager
Retry running the finalization tasks
retryFinalization() - Method in class com.atlassian.confluence.impl.cluster.DefaultZduManager
 
RetryInterceptorConfig - Class in com.atlassian.confluence.impl.spring
 
RetryInterceptorConfig() - Constructor for class com.atlassian.confluence.impl.spring.RetryInterceptorConfig
 
retryRegistry() - Method in class com.atlassian.confluence.plugins.opensearch.spring.OpenSearchRetryRegistryConfig
Configures the default retry config and all named retries used by OpenSearch.
returnedClass() - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
returnedClass() - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentTypeEnumUserType
 
returnedClass() - Method in class com.atlassian.confluence.core.persistence.hibernate.InstantType
 
returnedClass() - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
returnedClass() - Method in class com.atlassian.confluence.impl.journal.JournalIdentifierUserType
 
returnedClass() - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.RelatableEntityTypeEnumUserType
 
returnedClass() - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.NamespaceUserType
 
returnedClass() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.CryptographicKeyType
 
returnedClass() - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceStatusUserType
 
returnedClass() - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceTypeUserType
 
returnedClass() - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyUserType
 
returnedClass() - Method in class com.atlassian.hibernate.BucketClobStringType
 
ReturnValueAnnotation - Annotation Interface in com.atlassian.confluence.velocity.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.5, for removal in 10.0. Use ReturnValueAnnotation instead.
reusedObjectsCount(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics.Builder
 
reverse() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
Reverse the order of the attachments
reverseComposite(Iterable<? extends Context>) - Static method in class com.atlassian.confluence.velocity.context.CompositeContext
 
REVERT - Enum constant in enum class com.atlassian.confluence.pages.PageUpdateTrigger
 
REVERT - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
 
RevertBlogPostCommand - Class in com.atlassian.confluence.content.service.blogpost
 
RevertBlogPostCommand(PageManager, PermissionManager, BlogPostLocator, String, int, boolean) - Constructor for class com.atlassian.confluence.content.service.blogpost.RevertBlogPostCommand
 
revertChildPageOrder(Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
revertChildPageOrder(Page) - Method in interface com.atlassian.confluence.pages.PageManager
Removes manual ordering of child pages.
revertContentEntityBackToVersion(ContentEntityObject, int, String, boolean) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Reverts a ContentEntityObject back to its state at the version specified by version.
revertContentEntityBackToVersion(ContentEntityObject, int, String, boolean) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
revertContentEntityBackToVersion(ContentEntityObject, int, String, boolean) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
revertContentEntityBackToVersion(ContentEntityObject, int, String, boolean, Function<ContentEntityObject, BodyContent>) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
RevertContentToVersionCommand - Class in com.atlassian.confluence.content.service.page
 
RevertContentToVersionCommand(PermissionManager, ContentEntityManager) - Constructor for class com.atlassian.confluence.content.service.page.RevertContentToVersionCommand
 
RevertPageBackToVersionAction - Class in com.atlassian.confluence.pages.actions
 
RevertPageBackToVersionAction() - Constructor for class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
RevertPageCommand - Class in com.atlassian.confluence.content.service.page
 
RevertPageCommand(PageManager, PermissionManager, PageLocator, String, int, boolean) - Constructor for class com.atlassian.confluence.content.service.page.RevertPageCommand
 
RevertPageOrderAction - Class in com.atlassian.confluence.pages.actions
Removes page position information from the children of the provided page, effectively reverting their order to alphabetical.
RevertPageOrderAction() - Constructor for class com.atlassian.confluence.pages.actions.RevertPageOrderAction
 
RevertPageOrderCommand - Class in com.atlassian.confluence.content.service.page
Removes page position information from the children of the provided page, effectively reverting their order to alphabetical.
RevertPageOrderCommand(PageManager, PermissionManager, PageLocator) - Constructor for class com.atlassian.confluence.content.service.page.RevertPageOrderCommand
 
revertRestartRequiredChange(String) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
revoke(InternalGrantedPermission) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.NoopInternalUserPermissionDao
 
REVOKE_PATH - Static variable in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
revokeAll(DirectoryMapping) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.NoopInternalUserPermissionDao
 
revokePermissionsFromAnonymousUser(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
Revoke permissions from a user in the given space.
revokePermissionsFromAnonymousUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
revokePermissionsFromAnonymousUsers(Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Revoke global permissions from anonymous users.
revokePermissionsFromAnonymousUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Revoke global permissions from anonymous users.
revokePermissionsFromAnonymousUsers(Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Revoke global permissions from anonymous users.
revokePermissionsFromAnonymousUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
revokePermissionsFromGroup(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
Revoke permissions from a group in the given space.
revokePermissionsFromGroup(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
revokePermissionsFromGroup(String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Revoke global permissions from a group.
revokePermissionsFromGroup(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Revoke global permissions from a group.
revokePermissionsFromGroup(String, Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Revoke global permissions from a group.
revokePermissionsFromGroup(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
revokePermissionsFromUnlicensedUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
revokePermissionsFromUnlicensedUsers(Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Revoke global permissions from unlicensed users.
revokePermissionsFromUnlicensedUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Revoke global permissions from unlicensed users.
revokePermissionsFromUnlicensedUsers(Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Revoke global permissions from unlicensed users.
revokePermissionsFromUnlicensedUsers(Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
revokePermissionsFromUser(User, Set<OperationDescription>) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
revokePermissionsFromUser(User, Set<OperationDescription>) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Revoke global permissions from a user.
revokePermissionsFromUser(User, Set<OperationDescription>) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Revoke global permissions from a user.
revokePermissionsFromUser(User, Set<OperationDescription>) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
revokePermissionsFromUser(String, String, Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
Revoke permissions from a user in the given space.
revokePermissionsFromUser(String, Set<OperationDescription>) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Revoke global permissions from a user.
rewrite(IndexReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFunctionScoreQuery
 
RewriteResult(String, Map<UserKey, UserKey>) - Constructor for class com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter.RewriteResult
 
rewriteUserKeysInContent(String, Function<UserKey, UserKey>, ConversionContext) - Method in class com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter
rgbToHsl(int, float[]) - Static method in class com.atlassian.confluence.themes.AbstractColourScheme
Deprecated.
since 5.10
RICH_TEXT - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.MacroBodyType
Denotes rich text (either storage or transformed storage markup)
RICH_TEXT - Enum constant in enum class com.atlassian.confluence.macro.Macro.BodyType
 
RICH_TEXT_BODY_PARAMETER_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
RICHTEXT - Enum constant in enum class com.atlassian.confluence.content.service.DefaultRenderingService.RenderMode
 
RICHTEXT - Static variable in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
RichTextLinkBody - Class in com.atlassian.confluence.xhtml.api
A RichTextLinkBody is one that contains XHTML data and may be displayed on an XHTML client without requiring any encoding.
RichTextLinkBody(String) - Constructor for class com.atlassian.confluence.xhtml.api.RichTextLinkBody
 
RichTextMacroBody - Class in com.atlassian.confluence.content.render.xhtml.definition
Macro body that contains rich text or HTML markup.
RichTextMacroBody(Streamable) - Constructor for class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
RichTextMacroBody(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
RichTextMacroMigration - Class in com.atlassian.confluence.macro.xhtml
Takes a macro with wiki-markup in its body and converts it to XHTML storage format.
RichTextMacroMigration(MacroManager) - Constructor for class com.atlassian.confluence.macro.xhtml.RichTextMacroMigration
 
RL_PROPERTY_PREFIX - Static variable in class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
rollback(TransactionStatus) - Method in class com.atlassian.confluence.spring.transaction.NoopTransactionManager
Deprecated.
 
rollbackProcessBatch() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
rollbackProcessIndividual() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
rollbackTransaciton() - Method in interface com.atlassian.confluence.impl.hibernate.bulk.BulkTransaction
 
rollbackTransaciton() - Method in class com.atlassian.confluence.impl.hibernate.bulk.HibernateBulkTransaction
 
rolloverAppenders() - Static method in class com.atlassian.confluence.impl.logging.LogAppenderController
Requests that all registered appenders perform a file rollover.
ROMANIAN - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
RomanianAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Romanian language analyzer provider
RomanianAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.RomanianAnalyzerProvider
 
ROOT - Static variable in class com.atlassian.confluence.api.model.Depth
 
RootResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
 
RootResource() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.RootResource
 
RosterFilePluginLoaderFactory - Class in com.atlassian.confluence.plugin
The 'RosterFilePluginLoaderFactory' generates a RosterFilePluginLoader which is a PluginLoader that loads plugins according to a list in a provided roster file.
RosterFilePluginLoaderFactory(List<PluginFactory>, PluginEventManager) - Constructor for class com.atlassian.confluence.plugin.RosterFilePluginLoaderFactory
 
rpcAuthenticatedEvent(RpcAuthenticatedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
RpcAuthenticatedEvent - Class in com.atlassian.confluence.event.events.security
Event thrown after successful rpc authentication.
RpcAuthenticatedEvent(Object, User, String) - Constructor for class com.atlassian.confluence.event.events.security.RpcAuthenticatedEvent
 
rpcAuthFailedEvent(RpcAuthFailedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
RpcAuthFailedEvent - Class in com.atlassian.confluence.event.events.security
Kicked when RPC authentication fails
RpcAuthFailedEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.security.RpcAuthFailedEvent
 
RpcConfigurationChangeListener - Class in com.atlassian.confluence.rpc
 
RpcConfigurationChangeListener() - Constructor for class com.atlassian.confluence.rpc.RpcConfigurationChangeListener
 
RpcModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.rpc
 
RpcModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
RpcServer - Interface in com.atlassian.confluence.rpc
 
RSS - Enum constant in enum class com.atlassian.confluence.rss.FeedType
 
RSS2 - Enum constant in enum class com.atlassian.confluence.rss.FeedType
 
RssDescriptor - Class in com.atlassian.confluence.core.actions
This class describes an RSS feed.
RssDescriptor(String, String, boolean) - Constructor for class com.atlassian.confluence.core.actions.RssDescriptor
 
RssFeedExecutionEvent - Class in com.atlassian.confluence.rss
An analytics event that is published whenever Confluence executes an RSS feed
RssFeedExecutionEvent(String) - Constructor for class com.atlassian.confluence.rss.RssFeedExecutionEvent
 
RssRenderItem<T> - Class in com.atlassian.confluence.rss
Contains the configuration necessary for an implementation of RssRenderSupport to render an RSS item.
RssRenderItem(T, FeedProperties, User, User, DateFormatter) - Constructor for class com.atlassian.confluence.rss.RssRenderItem
 
RssRenderSupport<T> - Interface in com.atlassian.confluence.rss
Implementations of this class are reponsible for producing RSS content for a particular class of Confluence object: page, mail, attachment, etc.
rsvc - Variable in class com.atlassian.confluence.velocity.ConfigurableResourceManager
The internal RuntimeServices object.
RuleScope - Enum Class in com.atlassian.confluence.api.model.retention
 
run() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheStatisticsPublisher
Deprecated.
 
run() - Method in class com.atlassian.confluence.impl.cache.CacheCompactorSupport
 
run() - Method in class com.atlassian.confluence.internal.content.collab.ReconcileContentTask
 
run() - Method in class com.atlassian.confluence.internal.content.collab.ReconcileReferringContentTask
 
run() - Method in class com.atlassian.confluence.pages.ancestors.PageRepairWorker
 
run() - Method in class com.atlassian.confluence.search.ReIndexTask
 
run() - Method in class com.atlassian.confluence.util.BandanaConfigMigrator
Migrate the configuration in the Confluence home config/ directory.
run() - Method in class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
Starts the thread of the long running task.
run() - Method in class com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
 
run() - Method in class com.atlassian.confluence.util.MailConfigMigrator
 
run() - Method in class com.atlassian.confluence.util.MulticastRouteTester
 
run(BatchableWorkSource<T>, BatchTask<T>) - Method in class com.atlassian.confluence.content.render.xhtml.migration.WorkSourceBatchRunner
Begin executing against all the work in the supplied work source.
run(BatchableWorkSource<T>, BatchTask<T>, ExecutorService) - Method in class com.atlassian.confluence.content.render.xhtml.migration.WorkSourceBatchRunner
Exposed (as protected) to allow specification of the executor in unit tests.
run(File) - Method in class com.atlassian.confluence.util.BandanaConfigMigrator
Migrate the configuration in the nominated directory.
run(RunNotifier) - Method in class com.atlassian.confluence.util.test.timing.TimingRunner
 
run(RunNotifier) - Method in class it.com.atlassian.confluence.TimingSpringJUnit4ClassRunner
 
RUN - Enum constant in enum class com.atlassian.confluence.schedule.audit.AuditingAction
 
RUN_ON_TIMEOUT - Enum constant in enum class com.atlassian.confluence.impl.schedule.caesium.TimeoutPolicy
Job executes on lock timeout
RunAsUserCommand - Class in com.atlassian.confluence.core.service
TODO : confluence-7.0 do we even want to keep this around ? currently not used An experimental command for running services as another user.
RunAsUserCommand(ConfluenceUser, ServiceCommand) - Constructor for class com.atlassian.confluence.core.service.RunAsUserCommand
 
runBare() - Method in class com.atlassian.confluence.core.AbstractTimingTransactionalDataSourceSpringContextTests
Deprecated.
 
runCacheFlushingPostImportTask(String) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostImportTaskRunner
The code was copied from CacheFlushingPostImportTask
runClearReIndexJobPostImportTask() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostImportTaskRunner
The code was copied from ClearReIndexJobPostImportTask
runDatabaseConstraintsTask() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
Creates constraints that SchemaExport cannot automatically generate from hibernate mapping files
runDeferredOperations() - Method in class com.atlassian.confluence.impl.backuprestore.restore.ImportedObjectsDispatcher
 
runDeferredOperations() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredActionsHolder
Performs deferred operations.
runForAllChildren(Consumer<IndexFlushRequester>) - Method in class com.atlassian.confluence.impl.search.CompositeIndexFlushRequester
 
runForAllChildren(Function<IndexFlushRequester, T>) - Method in class com.atlassian.confluence.impl.search.CompositeIndexFlushRequester
 
runGarbageCollection(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
runGarbageCollection(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
runGarbageCollection(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
runGlobalTaskAsync(Callable<T>, String) - Method in class com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutor
 
runHealthChecks(LifecyclePhase) - Method in class com.atlassian.confluence.impl.health.DefaultHealthCheckRunner
 
runHealthChecks(LifecyclePhase) - Method in interface com.atlassian.confluence.impl.health.HealthCheckRunner
Runs the HealthChecks in the given LifecyclePhase.
runHealthChecks(LifecyclePhase) - Method in class com.atlassian.confluence.impl.health.StubHealthCheckRunner
 
RunImpl(long) - Constructor for class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager.RunImpl
 
runInternal() - Method in class com.atlassian.confluence.cluster.StartClusterLongRunningTask
 
runInternal() - Method in class com.atlassian.confluence.content.service.page.LongRunningTaskMovePageCommandDecorator
 
runInternal() - Method in class com.atlassian.confluence.dmz.spaces.SpaceRemovalLongRunningTask
 
runInternal() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningTask
Deprecated.
 
runInternal() - Method in class com.atlassian.confluence.importexport.actions.ImportLongRunningTask
Deprecated.
 
runInternal() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
 
runInternal() - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
 
runInternal() - Method in class com.atlassian.confluence.user.actions.DeleteUserLongRunningTask
 
runInternal() - Method in class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
Run the long running process.
runInThread(CountDownLatch, Runnable) - Method in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionFailuresIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionPoolIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionStateIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseLatencyIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IndexWriterLatencyIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.LocalHomeLatencyIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.SharedHomeLatencyIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpActiveSessionIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpConnectionPoolIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpRecentSessionsIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.HttpRequestsJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexingQueueProcessingTimeIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueSizeIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemsIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.ReIndexingDurationIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming.IncomingMailServerConnectionIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.mail.outgoing.OutgoingMailServerConnectionIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.node.IpdInterNodeLatencyJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.synchrony.SynchronyConnectionIpdJob
 
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.ExtUserDirectoryConnectionStateIpdJob
Checks connection state to external user directories.
runJob() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.ExtUserDirectoryLatencyIpdJob
Checks latency to external user directories.
runJob() - Method in class com.atlassian.confluence.plugins.schedule.admin.action.JobAction
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.cluster.safety.ClusterSafetyJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobServiceScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.backuprestore.scheduledjob.BackupRestoreJobCleanerScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.backuprestore.scheduledjob.BackupRestoreNotExistingFileMarkerScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.backuprestore.scheduledjob.BackupRestoreScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.backuprestore.scheduledjob.BackupRestoreZipCleanerScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.journal.JournalCleaner
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.metrics.MonitoringStatsEventPublisher
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.retention.schedule.TrashHardRemovalScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.retention.schedule.TrashSoftRemovalScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.retention.schedule.VersionHardRemovalScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.retention.schedule.VersionSoftRemovalScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.ExpiredUserVerificationTokenCleanupJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.filedeletion.DeferredFileDeletionJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.JmxAppLoggingJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.JmxLoggingJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.LaasPerformanceLoggingJob
Deprecated.
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.PropertyEntryGardeningJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.SchedulerRunDetailsPurgeJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction.SynchronyEventsHardRemovalScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction.SynchronyEventsSoftRemovalScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.SystemMaintenanceTaskQueueFlusher
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.schedule.jobs.TaskQueueFlushJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.search.IndexFlushScheduledJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.impl.threadlimiter.ThreadLimiterAnalyticsJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.importexport.impl.CleanTempDirectoryJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotCleaner
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.internal.index.status.schedule.ReIndexHouseKeepingJobRunner
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.mail.jobs.ClearOldMailErrors
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.mail.jobs.DailyReportJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.pages.ancestors.AncestorsRepairJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.plugins.analytics.jobs.PeriodicEventPublisherJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.plugins.edgeindex.job.EdgeIndexQueueFlusher
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.plugins.synchrony.status.SynchronyStatusCheckJob
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.schedule.RunnableJobRunner
 
runJob(JobRunnerRequest) - Method in class com.atlassian.confluence.user.rememberme.ClearExpiredRememberMeTokensJob
 
runJobSynchronously(Class<?>, Map<String, Object>) - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobService
Starts the job synchronously.
runKeyInitPostImportTask() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostImportTaskRunner
Initialise system key pairs.
runLabelCleanUpAndCreateIndexPostImportTask(BackupProperties) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostImportTaskRunner
Always run this task post site restore to clean up duplicate records, and create virtual column based on OWNER column for LABEL table and add a unique index for it.
RunnableJobRunner - Class in com.atlassian.confluence.schedule
A generic atlassian-scheduler JobRunner which invokes the given Runnable.
RunnableJobRunner(Runnable) - Constructor for class com.atlassian.confluence.schedule.RunnableJobRunner
 
runNativeQueryInTransaction(String, Map<String, ?>, int) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
Run an arbitrary native SQL query.
runNativeQueryInTransaction(String, Map<String, ?>, int) - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
 
runNativeSelectQuery(String, Map<String, ?>, int, RowMapper<T>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.SpaceContentDeletionDao
 
runNativeSelectQuery(String, Map<String, ?>, String, String, int) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.SpaceContentDeletionDao
 
runNativeUpdateQuery(String, Map<String, ?>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
 
runNativeUpdateQuery(String, Map<String, ?>, Class) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.SpaceContentDeletionDao
 
RUNNING - Enum constant in enum class com.atlassian.confluence.schedule.ExecutionStatus
 
RUNNING - Enum constant in enum class com.atlassian.confluence.server.ApplicationState
The application has been setup and is running normally
runNow(JobId) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
runNow(JobId) - Method in interface com.atlassian.confluence.schedule.managers.ScheduledJobManager
Schedules the specified to run immediately.
runNow(JobId) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
runOnRollBack(Runnable) - Method in class com.atlassian.confluence.impl.activeobjects.ActiveObjectsTransactionSynchronisationManager
 
runOnSpaceImport() - Method in class com.atlassian.confluence.impl.upgrade.upgradetask.AbstractIndexContentUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.impl.upgrade.upgradetask.SplitJournalUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.internal.index.opensearch.NoopSplitIndexUpgradeTask
 
runOnSpaceImport() - Method in interface com.atlassian.confluence.upgrade.BackupSupport
Returns true if an older Space can't be imported in a new instance without running this task.
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.AbstractPageTemplateMigrationUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaTokenCleanupUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaXStreamValueUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.DatabaseValidationQueryMigrationUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.DbTrueFalseTypeFixUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.DecoratorLangMacroReplacementUpgradeTask
true if imports/exports may be effected, false if not.
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.DeleteTemporaryAttachmentUploadsUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentPermissionsTriggersUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentPermissionsUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentStatusUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedPermissionsTriggersUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedSpacePermissionsUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.DropIncrementalSyncSubscriptionUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAddGroupExternalIdUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdSchemaUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.LabelUniqueIndexUpgradeTask
This doesn't run on import for a site import, so doesn't need to run on space import either.
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateScheduledJobCacheUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateTrashDateUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.NullModificationDateDraftUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.RenameTempDirPropertyUpgradeTask
Returns true if an older Space can't be imported in a new instance without running this task.
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.ReplaceC3p0ConnectionPoolWithHikariCPUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.ResetJournalStateUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureLocalConfigSecretsUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureMailServerSecretUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureSharedConfigSecretsUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.SynchronyPidFileRemovalUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.TurnFastPermissionsOnByDefaultUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.UserDirectoryPasswordEncryptionUpgradeTask
 
runOnSpaceImport() - Method in class com.atlassian.confluence.upgrade.upgradetask.WikiToXhtmlMigrationUpgradeTask
 
runOnSuccessfulCommit(Runnable) - Method in interface com.atlassian.confluence.core.SynchronizationManager
Register a new task to be run on successful transaction commit.
runOnSuccessfulCommit(Runnable) - Method in class com.atlassian.confluence.impl.activeobjects.ActiveObjectsTransactionSynchronisationManager
 
runOnSuccessfulCommit(Runnable) - Method in class com.atlassian.confluence.impl.transaction.ConfluenceSynchronizationManager
Register a task to be run once the current transaction is successfully committed.
runOutcomeToChar(RunOutcome) - Static method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
runPostImportTasks(BackupRestoreJob, BackupRestoreSettings, BackupProperties) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.taskrunners.ImportTaskRunner
Run tasks which should be executed after we finish processing entities
runPostImportTasks(BackupRestoreJob, BackupRestoreSettings, BackupProperties) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.SiteImportTaskRunner
 
runPostImportTasks(BackupRestoreJob, BackupRestoreSettings, BackupProperties) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.SpaceImportTaskRunner
 
runPreImportTasks() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.taskrunners.ImportTaskRunner
Run tasks which should be executed before we start processing entities
runPreImportTasks() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.SiteImportTaskRunner
 
runPreImportTasks() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.SpaceImportTaskRunner
 
runQueryWithInCondition(String, String, Collection<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
Runs a a native SQL query.
runRunnable() - Static method in class com.atlassian.confluence.util.test.RunRunnableAnswer
 
RunRunnableAnswer - Class in com.atlassian.confluence.util.test
Answer for simplified mocking of methods accepting Runnable.
RunRunnableAnswer() - Constructor for class com.atlassian.confluence.util.test.RunRunnableAnswer
 
runsClusterWideTasks() - Method in interface com.atlassian.confluence.cluster.UpgradeFinalizationRun
 
runsClusterWideTasks() - Method in class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl
 
runTaskAsync(Callable<Void>, String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
runTaskAsync(Callable<T>, String) - Method in class com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutor
 
runTenantInitialiser() - Method in class com.atlassian.confluence.core.persistence.schema.StartupSchemaChecker
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
runToCompletion(User, LongRunningTask) - Method in interface com.atlassian.confluence.internal.longrunning.LongRunningTaskManagerInternal
Starts a LongRunningTask and waits for it to complete.
runToCompletion(User, LongRunningTask) - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
runTrashDatePostImportTaskForSite() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostImportTaskRunner
The code was copied from TrashDatePostImportTask This is the part of the method, containing logic related to SITE restore only.
runTrashDatePostImportTaskForSpaces(Collection<String>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostImportTaskRunner
The code was copied from TrashDatePostImportTask This is the part of the method, containing logic related to SPACE restore only.
runUpgradePrerequisites() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
Runs all upgrade prerequisites.
runUpgradePrerequisites() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
runUpgradeTasks(BackupProperties) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostImportTaskRunner
Runs upgrade tasks.
runUpgradeTasks(BackupProperties) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PostSiteImportUpgrader
 
runUpgradeTasks(List<UpgradeTask>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
runUpgradeTasks(List<UpgradeTask>) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
runWithNewConnection(PlatformTransactionManager, SessionFactory, Function<Connection, T>) - Static method in class com.atlassian.confluence.upgrade.upgradetask.DataAccessUtils
 
RUSSIAN - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
RUSSIAN - Static variable in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 6.9.0
RussianAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Russian language analyzer provider
RussianAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.RussianAnalyzerProvider
 

S

S3 - Enum constant in enum class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageType
 
S3_ATTACHMENT_ROOT - Static variable in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentFileStoreFactory
 
S3_BUCKET_NAME_PROPERTY_NAME - Static variable in class com.atlassian.confluence.impl.pages.attachments.objectstorage.S3ConfigFactory
Property storing S3 bucket name.
S3_BUCKET_REGION_PROPERTY_NAME - Static variable in class com.atlassian.confluence.impl.pages.attachments.objectstorage.S3ConfigFactory
Property storing S3 bucket region.
S3_CONFIG_DATA_MISSING_MESSAGE - Static variable in class com.atlassian.confluence.impl.health.checks.AttachmentDataFileStoreCheck
 
S3_CONFIG_DATA_MISSING_TITLE - Static variable in class com.atlassian.confluence.impl.health.checks.AttachmentDataFileStoreCheck
 
S3_CONFIGURATION - Static variable in class com.atlassian.confluence.impl.health.checks.AttachmentDataFileStoreCheck
 
S3_CONNECTION_ACQUISITION_TIMEOUT_MILLIS - Static variable in class com.atlassian.confluence.impl.pages.attachments.objectstorage.S3ConfigFactory
Property for setting the amount of time to wait when acquiring a connection from the pool used by S3 Apache HTTP client before giving up and timing out.
S3_DATA_CENTER_ONLY_FEATURE_MESSAGE - Static variable in class com.atlassian.confluence.impl.health.checks.AttachmentDataFileStoreCheck
 
S3_DATA_CENTER_ONLY_FEATURE_TITLE - Static variable in class com.atlassian.confluence.impl.health.checks.AttachmentDataFileStoreCheck
 
S3_ENDPOINT_OVERRIDE - Static variable in class com.atlassian.confluence.impl.pages.attachments.objectstorage.S3ConfigFactory
Property storing S3 service endpoint override.
S3_MAX_CONNECTIONS - Static variable in class com.atlassian.confluence.impl.pages.attachments.objectstorage.S3ConfigFactory
Property for setting the maximum number of connections allowed in the connection pool used by S3 Apache HTTP Client.
S3ConfigFactory - Class in com.atlassian.confluence.impl.pages.attachments.objectstorage
Factory for creating AttachmentDataFileSystem instances.
SAD - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
SAFARI - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
SAFARI_UNKNOWN - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
SAFARI3 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
SAFARI35 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
SAFARI4 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
SafeContentHeaderGuesser - Interface in com.atlassian.confluence.servlet.download
Computes a safe content type given an existing content type and filename.
safeEscape(String) - Static method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryUtil
 
safeEscape(String) - Static method in class com.atlassian.confluence.search.v2.lucene.LuceneUtils
 
safeParseInt(char[], int, int, int) - Static method in class com.atlassian.confluence.util.HtmlEntityEscapeUtil
Parses the value of the range of characters in chars as an integer, based on a radix.
safeRegisterManagedResource(Object, ObjectName) - Method in interface com.atlassian.confluence.jmx.MBeanExporterWithUnregister
Registers the MBean with a given name.
safeRegisterManagedResource(Object, ObjectName) - Method in class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
 
safeSubList(List<T>, int) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
SAFETY_MAP_PREFIX - Static variable in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
SAFETY_NUMBER - Static variable in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
SAFETY_NUMBER_MODIFIER - Static variable in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
SafeXMLParser - Class in com.atlassian.confluence.rpc.xmlrpc
Deprecated.
since 7.20 No replacement. Should not be used outside of the xml-rpc plumbing.
SafeXMLParser() - Constructor for class com.atlassian.confluence.rpc.xmlrpc.SafeXMLParser
Deprecated.
 
SalLicenseChangedEvent - Class in com.atlassian.sal.confluence.license
Simple implementation of SAL event interface
SalLicenseChangedEvent(BaseLicenseDetails, BaseLicenseDetails) - Constructor for class com.atlassian.sal.confluence.license.SalLicenseChangedEvent
 
SalRetryConnectionCallback<T> - Class in com.atlassian.confluence.internal.persistence
A helper class, defining the utility method SalRetryConnectionCallback.execute(org.springframework.retry.support.RetryTemplate, com.atlassian.sal.api.rdbms.TransactionalExecutor, com.atlassian.sal.api.rdbms.ConnectionCallback<T>) to call TransactionalExecutor.execute(ConnectionCallback) with a RetryTemplate.
sameJobId(ScheduledJob) - Static method in interface com.atlassian.confluence.schedule.ScheduledJob
Utility to get JobId for the job, the same as the JobRunnerKey in the JobConfig.
SAMPLE_DATA - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdSharedFileWriteLatencyMeter
 
SampleWikiConverter - Class in com.atlassian.confluence.util.misc
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
SampleWikiConverter() - Constructor for class com.atlassian.confluence.util.misc.SampleWikiConverter
Deprecated.
 
Sandbox - Interface in com.atlassian.confluence.util.sandbox
A sandbox is an object responsible for running java code in an isolated OS process.
SandboxCallback<T,R> - Interface in com.atlassian.confluence.util.sandbox
During the course of work a SandboxTask which is executed in a sandbox process may need to ask the host for a specific information or an action.
SandboxCallbackContext - Interface in com.atlassian.confluence.util.sandbox
The execution context for a SandboxCallback.
SandboxCrashedException - Exception in com.atlassian.confluence.util.sandbox
Is thrown when sandbox JVM has crashed
SandboxCrashedException(String) - Constructor for exception com.atlassian.confluence.util.sandbox.SandboxCrashedException
 
SandboxCrashedException(String, Throwable) - Constructor for exception com.atlassian.confluence.util.sandbox.SandboxCrashedException
 
SandboxErrorConsumer - Interface in com.atlassian.confluence.util.sandbox
Consumer of a single line of sandbox standard error.
SandboxException - Exception in com.atlassian.confluence.util.sandbox
This error is thrown when sandbox failed to start or serve a request (e.g.
SandboxException(String) - Constructor for exception com.atlassian.confluence.util.sandbox.SandboxException
 
SandboxException(String, Throwable) - Constructor for exception com.atlassian.confluence.util.sandbox.SandboxException
 
SandboxNotFoundException - Exception in com.atlassian.confluence.util.sandbox
This error is thrown when sandbox instance with given spec can't be obtained
SandboxNotFoundException(String) - Constructor for exception com.atlassian.confluence.util.sandbox.SandboxNotFoundException
 
SandboxNotFoundException(String, Throwable) - Constructor for exception com.atlassian.confluence.util.sandbox.SandboxNotFoundException
 
SandboxPoolConfiguration - Class in com.atlassian.confluence.impl.util.sandbox
The configuration for a sandbox pool of processes.
SandboxPoolConfiguration.Builder - Class in com.atlassian.confluence.impl.util.sandbox
 
SandboxRegistry - Interface in com.atlassian.confluence.util.sandbox
This is the entry point for usage of sandbox API.
SandboxSerializer<T> - Interface in com.atlassian.confluence.util.sandbox
Handles Serialization/deserialization input and output for SandboxTask.
SandboxSerializers - Class in com.atlassian.confluence.util.sandbox
Utility methods for serialization/deserialization.
SandboxSerializers.CompositeByteArraySerializer - Class in com.atlassian.confluence.util.sandbox
 
SandboxSerializers.DurationSerializer - Class in com.atlassian.confluence.util.sandbox
 
SandboxSerializers.IntSerializer - Class in com.atlassian.confluence.util.sandbox
 
SandboxSerializers.StringSerializer - Class in com.atlassian.confluence.util.sandbox
 
SandboxServerContext - Class in com.atlassian.confluence.impl.util.sandbox
 
SandboxServerContext(InputStream, OutputStream, PrintStream, Level) - Constructor for class com.atlassian.confluence.impl.util.sandbox.SandboxServerContext
 
SandboxServerWorker - Class in com.atlassian.confluence.impl.util.sandbox
Responsible for exchanging messages with the host application.
SandboxServerWorker(SandboxServerContext, Function<UUID, ClassLoader>) - Constructor for class com.atlassian.confluence.impl.util.sandbox.SandboxServerWorker
 
SandboxSpec - Interface in com.atlassian.confluence.util.sandbox
Specification for the sandbox which will be used in searching the most suitable sandbox instance in SandboxRegistry.
SandboxSpec.SpecBuilder - Interface in com.atlassian.confluence.util.sandbox
 
SandboxStartupException - Exception in com.atlassian.confluence.util.sandbox
If thrown when the sandbox process has been failed to start
SandboxStartupException(String) - Constructor for exception com.atlassian.confluence.util.sandbox.SandboxStartupException
 
SandboxStartupException(String, Throwable) - Constructor for exception com.atlassian.confluence.util.sandbox.SandboxStartupException
 
SandboxTask<T,R> - Interface in com.atlassian.confluence.util.sandbox
Represents a task intended to be executed in a process sandbox.
SandboxTaskContext - Interface in com.atlassian.confluence.util.sandbox
The execution context for a SandboxTask.
SandboxTimeoutException - Exception in com.atlassian.confluence.util.sandbox
Is thrown when the sandbox process has been killed due to the timeout
SandboxTimeoutException(String) - Constructor for exception com.atlassian.confluence.util.sandbox.SandboxTimeoutException
 
SandboxTimeoutException(String, Throwable) - Constructor for exception com.atlassian.confluence.util.sandbox.SandboxTimeoutException
 
sanitise(String) - Static method in class com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsEvent
Converts the given arbitrary text into a sanitised analytics attribute value.
sanitiseSelectedSpacesTab(String) - Method in class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
four cases to sanitise on "new" tab when there are no new spaces "my" tab when there are no favourite spaces "team" tab when there are no teams
sanitize(File) - Method in class com.atlassian.confluence.util.FileSanitizer
 
SanitizedFilterReader - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
SanitizedFilterReader(Reader, Set<Integer>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.SanitizedFilterReader
Deprecated.
 
SanitizedXmlFilterReader - Class in com.atlassian.confluence.impl.backuprestore.restore.container
Replaces invalid characters with '?' symbol.
SanitizedXmlFilterReader(InputStreamReader) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.container.SanitizedXmlFilterReader
 
satisfiesMinJavaVersion() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
satisfiesMinJavaVersion() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
saturate(Color, double) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns a color more saturated than the given color
saturate(String, double) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns a color more saturated than the given color
SavableAttachment - Class in com.atlassian.confluence.pages
 
SavableAttachment(Attachment, Attachment, InputStream) - Constructor for class com.atlassian.confluence.pages.SavableAttachment
 
save() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
save() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
save() - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
save() - Method in class com.atlassian.confluence.impl.setup.ConfluenceApplicationConfig
Overload of the ApplicationConfiguration.save() method which saves properties in the SecretService and replaces them with the ConfluenceSecretService.SECRET_PLACEHOLDER.
save() - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
save() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
save() - Method in class com.atlassian.confluence.security.DefaultSpacePermissionDefaultsStore
 
save() - Method in interface com.atlassian.confluence.security.SpacePermissionDefaultsStore
 
save(Alert) - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
save(BucketPropertySetItem) - Method in interface com.atlassian.confluence.dmz.propertyset.BucketPropertySetManager
 
save(BackupRestoreJob) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
save(BackupRestoreJob) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
save(ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
 
save(ContentEntityObject) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
save(ContentEntityObject, ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
 
save(ContentEntityObject, ContentEntityObject) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
 
save(VersionHistory) - Method in class com.atlassian.confluence.core.persistence.hibernate.CachingVersionHistoryDao
 
save(VersionHistory) - Method in interface com.atlassian.confluence.internal.persistence.VersionHistoryDaoInternal
 
save(BackgroundJob) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
 
save(BackupRestoreJobSettingsRecord) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
save(BackupRestoreJobSettingsRecord) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
save(BackupRestoreJobStatisticsRecord) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
save(BackupRestoreJobStatisticsRecord) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
save(Label) - Method in interface com.atlassian.confluence.internal.labels.persistence.LabelDaoInternal
 
save(OutgoingLink) - Method in interface com.atlassian.confluence.links.persistence.dao.LinkDao
 
save(Notification) - Method in class com.atlassian.confluence.impl.mail.notification.persistence.CachingNotificationDao
 
save(Notification) - Method in class com.atlassian.confluence.internal.notification.persistence.DelegatingNotificationDaoInternal
 
save(Notification) - Method in interface com.atlassian.confluence.internal.notification.persistence.NotificationDaoInternal
 
save(ImageDetails) - Method in class com.atlassian.confluence.pages.attachments.DefaultImageDetailsDao
 
save(ImageDetails) - Method in interface com.atlassian.confluence.pages.attachments.ImageDetailsDao
Save the image details of an attachment.
save(Comment) - Method in interface com.atlassian.confluence.internal.pages.persistence.CommentDaoInternal
 
save(PageTemplate, PageTemplate) - Method in interface com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao
 
save(LikeNotification) - Method in class com.atlassian.confluence.plugins.like.notifications.dao.CacheBackedNotificationDao
 
save(LikeNotification) - Method in interface com.atlassian.confluence.plugins.like.notifications.dao.NotificationDao
Persist the specified notification.
save(ContentPermission) - Method in interface com.atlassian.confluence.core.persistence.ContentPermissionDao
 
save(ContentPermissionSet) - Method in interface com.atlassian.confluence.security.persistence.dao.ContentPermissionSetDao
 
save(SpacePermission) - Method in interface com.atlassian.confluence.security.persistence.dao.SpacePermissionDao
 
save(GlobalDescription) - Method in interface com.atlassian.confluence.setup.settings.GlobalDescriptionDao
 
save(Space) - Method in interface com.atlassian.confluence.internal.spaces.persistence.SpaceDaoInternal
 
save(SpaceDescription) - Method in class com.atlassian.confluence.impl.content.DefaultSpaceDescriptionManager
 
save(SpaceDescription) - Method in interface com.atlassian.confluence.spaces.SpaceDescriptionManager
 
save(DraftData, boolean) - Method in class com.atlassian.confluence.tinymceplugin.rest.DraftsResource
 
save(PersonalInformation) - Method in class com.atlassian.confluence.impl.user.persistence.dao.ReadThroughCachingPersonalInformationDao
 
save(PersonalInformation) - Method in interface com.atlassian.confluence.internal.user.persistence.PersonalInformationDaoInternal
 
save(EntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
save(PluginPersistentState) - Method in class com.atlassian.confluence.impl.plugin.CachingPluginPersistentStateStore
 
save(PluginPersistentState) - Method in class com.atlassian.confluence.plugin.BandanaPluginStateStore
 
save(PluginPersistentState) - Method in class com.atlassian.confluence.plugin.EmptyPluginStateStore
 
save(RememberMeToken) - Method in interface com.atlassian.confluence.user.rememberme.ConfluenceRememberMeTokenDao
 
save(RememberMeToken) - Method in class com.atlassian.confluence.user.rememberme.DefaultConfluenceRememberMeTokenDao
 
save(String, String) - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationPersisterForTests
 
save(Supplier<AuditEvent>) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
save(Session, Object, Serializable) - Static method in class com.atlassian.confluence.core.persistence.hibernate.SessionHelper
Deprecated.
since 9.3
save(T) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Save an object.
save(T, T) - Method in class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
 
saveAndKeepId(BackupRestoreJob) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
Regular save generates the new id if the object does not exist.
saveAndKeepId(BackupRestoreJob) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
Regular save generates the new id if the object does not exist.
saveArchived(ArchivedBackgroundJob) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
 
saveAttachment(Attachment, Attachment, InputStream) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Saves an Attachment and its data
saveAttachment(Attachment, Attachment, InputStream) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
saveAttachment(Attachment, Attachment, InputStream, SaveContext) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
saveAttachment(Attachment, Attachment, InputStream, SaveContext) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Saves an Attachment and its data, taking a SaveContext to allow more useful event handling.
saveAttachment(Attachment, Attachment, InputStream, SaveContext) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
saveAttachment(Attachment, Attachment, InputStream) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
saveAttachment(Attachment, Attachment, InputStream) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
saveAttachment(Attachment, Attachment, InputStream) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
saveAttachment(Attachment, Attachment, InputStream, SaveContext) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
saveAttachment(Attachment, Attachment, InputStream, SaveContext) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
saveAttachmentData(AttachmentRef, AttachmentDataStream, boolean, DataSize) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Save new data corresponding to the given attachment.
saveAttachmentData(AttachmentRef, AttachmentDataStream, boolean, DataSize) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
 
saveAttachmentData(AttachmentRef, AttachmentDataStream, boolean, DataSize) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
saveAttachmentData(AttachmentRef, AttachmentDataStream, boolean, DataSize) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
Save attachment to the file system storage
saveAttachmentData(AttachmentRef, AttachmentDataStream, boolean, DataSize) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
Save attachment to S3 object storage
saveAttachments(List<SavableAttachment>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
saveAttachments(List<SavableAttachment>) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Saves multiple attachment and their data
saveAttachments(List<SavableAttachment>) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
saveAttachments(List<SavableAttachment>) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
saveAttachments(List<SavableAttachment>) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
saveAttachments(List<SavableAttachment>, SaveContext) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
saveAttachments(List<SavableAttachment>, SaveContext) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Saves multiple attachment and their data
saveAttachments(List<SavableAttachment>, SaveContext) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
saveAttachments(List<SavableAttachment>, SaveContext) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
saveAttachments(List<SavableAttachment>, SaveContext) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
saveContent(Attachment, InputStreamSource) - Method in interface com.atlassian.confluence.index.attachment.AttachmentExtractedTextManager
Saves a stream of data as the extracted text of the provided attachment version.
saveContent(Attachment, InputStreamSource) - Method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentExtractedTextManager
 
saveContentEntity(ContentEntityObject, ContentEntityObject, SaveContext) - Method in interface com.atlassian.confluence.content.CustomContentManager
 
saveContentEntity(ContentEntityObject, ContentEntityObject, SaveContext) - Method in interface com.atlassian.confluence.core.ContentEntityManager
In order to create a history for this object, we need to pass in the modified as well as the original version of the object.
saveContentEntity(ContentEntityObject, ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
saveContentEntity(ContentEntityObject, ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
saveContentEntity(ContentEntityObject, SaveContext) - Method in interface com.atlassian.confluence.core.ContentEntityManager
 
saveContentEntity(ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
saveContentEntity(ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
SaveContext - Interface in com.atlassian.confluence.core
Context for managers to call upon when making decisions about how to save an object.
saveDataForAttachment(Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
saveDataForAttachment(Attachment, AttachmentDataStream) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Saves data to the attachment data store
saveDataForAttachment(Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
saveDataForAttachment(Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
saveDataForAttachment(Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.pages.persistence.dao.LegacyAttachmentDataDaoSupport
 
saveDataForAttachment(Attachment, InputStream) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
Saves data to the attachment data store
saveDataForAttachment(Attachment, InputStream) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
saveDataForAttachment(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
saveDataForAttachment(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
saveDataForAttachment(Attachment, InputStream, boolean) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
Saves data to the file system
saveDataForAttachmentVersion(Attachment, Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
 
saveDataForAttachmentVersion(Attachment, Attachment, AttachmentDataStream) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Saves data to the attachment data store, for an attachment that has been updated.
saveDataForAttachmentVersion(Attachment, Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
saveDataForAttachmentVersion(Attachment, Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
saveDataForAttachmentVersion(Attachment, Attachment, AttachmentDataStream) - Method in class com.atlassian.confluence.pages.persistence.dao.LegacyAttachmentDataDaoSupport
 
saveDataForAttachmentVersion(Attachment, Attachment, InputStream) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
Saves data to the attachment data store, for an attachment that has been updated.
saveDataForAttachmentVersion(Attachment, Attachment, InputStream) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
saveDataForAttachmentVersion(Attachment, Attachment, InputStream) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
saveDataForAttachmentVersion(Attachment, Attachment, InputStream) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Deprecated.
 
saveDateFormat(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
saveDateFormat(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
saveDateFormat(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
saveDateTimeFormat(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
saveDateTimeFormat(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
saveDateTimeFormat(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
saveDraft(Draft) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
saveDraft(Draft) - Method in interface com.atlassian.confluence.pages.DraftManager
Saves the provided draft to the data store.
saveDraftFromEditor(Long, Long, String, DraftService.DraftType, String, Long, String, int) - Method in class com.atlassian.confluence.content.service.DefaultDraftService
 
saveDraftFromEditor(Long, Long, String, DraftService.DraftType, String, Long, String, int) - Method in interface com.atlassian.confluence.content.service.DraftService
Create and store a draft for the current user with the supplied details.
saveDraftFromEditor(Long, String, DraftService.DraftType, String, Long, String, int) - Method in class com.atlassian.confluence.content.service.DefaultDraftService
Deprecated.
saveDraftFromEditor(Long, String, DraftService.DraftType, String, Long, String, int) - Method in interface com.atlassian.confluence.content.service.DraftService
saveEntity(T) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Deprecated, for removal: This API element is subject to removal in a future version.
saveEntries(Map<String, Message>) - Method in class com.atlassian.confluence.util.message.AbstractMessageManager
 
saveEntries(Map<String, Message>) - Method in class com.atlassian.confluence.util.message.BandanaMessageManager
 
saveEntries(Map<String, Message>) - Method in class com.atlassian.confluence.util.message.RequestMessageManager
 
saveEntries(Map<String, Message>) - Method in class com.atlassian.confluence.util.message.SessionMessageManager
 
saveEntry(InputStream, ZipEntry) - Method in class com.atlassian.confluence.util.zip.AbstractUnzipper
save the contents of the given inputstream into a file given by the zip entry.
saveForCreate(T) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
Deprecated.
saveForCreate(T) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
saveForCreate(T, Version, Option<Draft>) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
Deprecated.
saveForCreate(T, Version, Option<Draft>) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
saveForCreate(T, Option<Draft>) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
Deprecated.
saveForCreate(T, Option<Draft>) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
saveGlobalColourScheme(BaseColourScheme) - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
saveGlobalColourScheme(BaseColourScheme) - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
 
saveGlobalColourScheme(BaseColourScheme) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
saveGlobalPermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
saveGlobalPermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
saveGlobalPermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
saveGlobalPermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in interface com.atlassian.confluence.internal.security.SpacePermissionSaverInternal
Adds global permissions
saveGlobalPermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
saveGlobalPermissions(Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
saveHibernateTrustedApplication(ConfluenceTrustedApplication) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateTrustedApplicationDao
 
saveHibernateTrustedApplication(ConfluenceTrustedApplication) - Method in interface com.atlassian.confluence.security.persistence.dao.TrustedApplicationDao
 
saveIfPresent(Supplier<Optional<AuditEvent>>) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
saveJobStatus(SoftCleanupJobStatus) - Method in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
saveLink(OutgoingLink) - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
saveLink(OutgoingLink) - Method in interface com.atlassian.confluence.links.LinkManager
Save an internal link
saveNewAttachment(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
saveNewAttachment(Attachment, InputStream) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Saves a new attachment
saveNewAttachment(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
saveNewAttachment(Attachment, InputStream, SaveContext) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
saveNewAttachmentVersion(Attachment, Attachment, InputStream) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
saveNewAttachmentVersion(Attachment, Attachment, InputStream) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Saves a new version of attachment
saveNewAttachmentVersion(Attachment, Attachment, InputStream) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
This implementation saves the Attachment and its previous version to the VersionedHibernateObjectDao.
saveNewAttachmentVersion(Attachment, Attachment, InputStream, SaveContext) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
saveNewContent(T, Version, Draft) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
saveNewContent(T, Version, Draft) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Save a newly created content entity object
saveNewUniquely(ReIndexJob) - Method in interface com.atlassian.confluence.internal.index.status.ReIndexJobPersister
Save a new ReIndexJob object to the bandana table if it does not exist
saveNewVersion(T, Modification<T>) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Applies the state changes supplied by modification and persists those changes to a new version.
saveNewVersion(T, Modification<T>) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
saveNewVersion(T, Modification<T>, SaveContext) - Method in interface com.atlassian.confluence.core.ContentEntityManager
Applies the state changes supplied by modification and persists those changes to a new version.
saveNewVersion(T, Modification<T>, SaveContext) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
saveNewVersion(T, Modification<T>, SaveContext) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
saveNewVersion(T, T, Version) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
saveNewVersion(T, T, Version) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Save a new version of the CEO due to an update
saveObject(Serializable, Class, Object) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
saveObject(Object) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Save a particular object to the Hibernate session.
saveOrUpdate(PersistentDecorator) - Method in class com.atlassian.confluence.impl.themes.persistence.CachingPersistentDecoratorDao
If a decorator already exists with a certain space key and name, we should try to update it (and not try to create a new one just because the body field is different) (a composite key has not been used for space key and name because spacek key can be null)
saveOrUpdate(PersistentDecorator) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Saves the given decorator (or updates it if it already exists), and updates the velocity cache
saveOrUpdate(PersistentDecorator) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
saveOrUpdate(PersistentDecorator) - Method in interface com.atlassian.confluence.themes.persistence.PersistentDecoratorDao
 
saveOrUpdate(ReIndexJob) - Method in class com.atlassian.confluence.internal.index.status.BandanaReIndexJobPersister
 
saveOrUpdate(ReIndexJob) - Method in interface com.atlassian.confluence.internal.index.status.ReIndexJobPersister
Save a new or update a running re-index job
saveOrUpdate(Draft) - Method in interface com.atlassian.confluence.pages.persistence.dao.DraftDao
Saves the draft.
saveOrUpdate(Draft) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
saveOrUpdate(Draft) - Method in class com.atlassian.confluence.pages.persistence.dao.SessionDraftDao
 
saveOrUpdate(PluginData) - Method in class com.atlassian.confluence.plugin.persistence.hibernate.HibernatePluginDataDao
 
saveOrUpdate(PluginData) - Method in interface com.atlassian.confluence.plugin.persistence.PluginDataDao
 
saveOrUpdate(UserLoginInfo) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateUserLoginInfoDao
Store the login attached to a particular user
saveOrUpdate(UserLoginInfo) - Method in interface com.atlassian.confluence.security.persistence.dao.UserLoginInfoDao
Store the login attached to a particular user
saveOrUpdate(ConfluenceBandanaRecord) - Method in interface com.atlassian.confluence.setup.bandana.persistence.dao.ConfluenceBandanaRecordDao
Save the record, updating it if it already exists.
saveOrUpdate(ConfluenceBandanaRecord) - Method in class com.atlassian.confluence.setup.bandana.persistence.dao.hibernate.HibernateConfluenceBandanaRecordDao
 
saveOrUpdate(String, String, String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Creates a decorator for the given spaceKey with the given name, and saves it.
saveOrUpdate(String, String, String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
SaveOrUpdateOperation - Class in com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation
 
SaveOrUpdateOperation() - Constructor for class com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation.SaveOrUpdateOperation
 
savePageTemplate(PageTemplate, PageTemplate) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
savePageTemplate(PageTemplate, PageTemplate) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
savePermission(SpacePermission) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
savePermission(SpacePermission) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
savePermission(SpacePermission) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
Deprecated.
savePermission(SpacePermission) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
Deprecated.
savePermission(SpacePermission) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Deprecated.
savePermission(SpacePermission) - Method in interface com.atlassian.confluence.security.SpacePermissionSaver
savePermission(SpacePermission, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
savePermission(SpacePermission, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
savePermission(SpacePermission, SpacePermissionContext) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
savePermission(SpacePermission, SpacePermissionContext) - Method in interface com.atlassian.confluence.internal.security.SpacePermissionSaverInternal
Saves the permission.
savePermission(SpacePermission, SpacePermissionContext) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
savePermission(SpacePermission, SpacePermissionContext) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
savePermissionToDao(SpacePermission) - Method in class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
Saves permission to the DAO.
savePermissionToDao(SpacePermission) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
Saves the permission to the data store
savePersonalInformation(PersonalInformation, PersonalInformation) - Method in class com.atlassian.confluence.impl.content.DefaultPersonalInformationManager
 
savePersonalInformation(PersonalInformation, PersonalInformation) - Method in interface com.atlassian.confluence.user.PersonalInformationManager
Saves personal information object.
savePersonalInformation(PersonalInformation, PersonalInformation) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
savePersonalInformation(User, String, String) - Method in class com.atlassian.confluence.impl.content.DefaultPersonalInformationManager
 
savePersonalInformation(User, String, String) - Method in interface com.atlassian.confluence.user.PersonalInformationManager
Saves personal information and full name against the user object.
savePolicy(GlobalRetentionPolicy) - Method in interface com.atlassian.confluence.api.service.retention.GlobalRetentionPolicyService
Deprecated.
 
savePolicy(GlobalRetentionPolicy) - Method in class com.atlassian.confluence.impl.retention.manager.DefaultGlobalRetentionPolicyManager
 
savePolicy(GlobalRetentionPolicy) - Method in interface com.atlassian.confluence.impl.retention.manager.GlobalRetentionPolicyManager
Save global policy
savePolicy(GlobalRetentionPolicy) - Method in class com.atlassian.confluence.impl.retention.service.DefaultGlobalRetentionPolicyService
 
savePolicy(GlobalRetentionPolicy) - Method in interface com.atlassian.confluence.retention.GlobalRetentionPolicyService
Save a global retention policy
savePolicy(String, SpaceRetentionPolicy) - Method in interface com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyService
Deprecated.
Save or update retention policy for a space
savePolicy(String, SpaceRetentionPolicy) - Method in class com.atlassian.confluence.impl.retention.manager.CachingSpaceRetentionPolicyManager
 
savePolicy(String, SpaceRetentionPolicy) - Method in class com.atlassian.confluence.impl.retention.manager.DefaultSpaceRetentionPolicyManager
 
savePolicy(String, SpaceRetentionPolicy) - Method in class com.atlassian.confluence.impl.retention.service.DefaultSpaceRetentionPolicyService
 
savePolicy(String, SpaceRetentionPolicy) - Method in interface com.atlassian.confluence.retention.SpaceRetentionPolicyManager
Save or update retention policy for a space
savePolicy(String, SpaceRetentionPolicy) - Method in interface com.atlassian.confluence.retention.SpaceRetentionPolicyService
Save or update retention policy for a space
saveRaw(ContentEntityObject) - Method in interface com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternal
saves the object.
saveRaw(ContentEntityObject) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
saveRaw(T) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Save the object without updateModificationData being called.
saveRawWithoutReindex(EntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
This is for internal use only, Do not rely on it as a public API.
saveRawWithoutReindex(EntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
 
saveRawWithoutReindex(EntityObject) - Method in interface com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternal
This is for internal use only, Do not rely on it as a public API.
saveRawWithoutReindex(EntityObject) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
saveRecord(DenormalisedContentChangeLog) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentChangeLogDao
Saves a record for testing purpose.
saveRecord(DenormalisedServiceStateRecord) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao.DenormalisedServiceStateDao
 
saveRecord(DenormalisedSpaceChangeLog) - Method in interface com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDao
Saves a record for testing purpose.
saveRecord(DenormalisedSpaceChangeLog) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpaceChangeLogDaoImpl
 
saveRecordIdIntoLongTermMemory(long) - Method in class com.atlassian.confluence.impl.settings.DefaultGlobalDescriptionManager
 
saveScheduledJobConfiguration(JobId, ScheduledJobConfiguration) - Method in class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
saveScheduledJobConfiguration(JobId, ScheduledJobConfiguration) - Method in class com.atlassian.confluence.schedule.persistence.dao.ClusterSafeScheduledJobDao
 
saveScheduledJobConfiguration(JobId, ScheduledJobConfiguration) - Method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobDao
Stores the job configuration.
saveScheduledJobStatus(JobId, ScheduledJobStatus) - Method in class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
saveScheduledJobStatus(JobId, ScheduledJobStatus) - Method in class com.atlassian.confluence.schedule.persistence.dao.ClusterSafeScheduledJobDao
 
saveScheduledJobStatus(JobId, ScheduledJobStatus) - Method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobDao
Stores the status for the specified job.
saveServerMap(Map<Long, MailServer>) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
saveSettings() - Method in interface com.atlassian.confluence.cache.CacheSettingsManager
Persists all changes made so far by update* methods.
saveSettings() - Method in class com.atlassian.confluence.cache.CachingCacheSettingsManager
 
saveSettings() - Method in class com.atlassian.confluence.cache.DefaultCacheSettingsManager
 
saveSettings() - Method in class com.atlassian.confluence.impl.cache.config.PropertiesFileCacheSettingsManager
 
saveSettings(CustomPageSettings) - Method in interface com.atlassian.confluence.core.CustomPageSettingsManager
Save the global settings for the Custom Page Settings
saveSettings(CustomPageSettings) - Method in class com.atlassian.confluence.core.DefaultCustomPageSettingsManager
 
saveSettings(String, CustomPageSettings) - Method in interface com.atlassian.confluence.core.CustomPageSettingsManager
 
saveSettings(String, CustomPageSettings) - Method in class com.atlassian.confluence.core.DefaultCustomPageSettingsManager
 
saveSetupConfigIntoSharedHome() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
saveSetupConfigIntoSharedHome() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
saveSetupConfigIntoSharedHome() - Method in interface com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal
This method need to be trigger when we finish setup.
saveSharedBuildNumber(String) - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
saveSharedBuildNumber(String) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
saveSharedBuildNumber(String) - Method in interface com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal
Store the build number into the confluence.cfg.xml file in the shared home folder
saveSharedProperty(Object, Object) - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
saveSharedProperty(Object, Object) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
saveSharedProperty(Object, Object) - Method in interface com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal
Save a property into the shared confluence.cfg.xml config file (in the shared home folder)
saveSimpleContent(SimpleContent) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
 
saveSpace(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
saveSpace(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
saveSpace(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
 
saveSpace(Space, Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
saveSpace(Space, Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
saveSpace(Space, Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
 
saveSpaceColourScheme(Space, BaseColourScheme) - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
saveSpaceColourScheme(Space, BaseColourScheme) - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
 
saveSpaceColourScheme(Space, BaseColourScheme) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
saveSpaceGroup(SpaceGroup) - Method in class com.atlassian.confluence.spaces.DefaultSpaceGroupManager
Deprecated.
 
saveSpaceGroup(SpaceGroup) - Method in interface com.atlassian.confluence.spaces.SpaceGroupManager
Deprecated.
 
saveSpacePermissions(Space, Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
saveSpacePermissions(Space, Collection<SpacePermission>, SpacePermissionContext) - Method in interface com.atlassian.confluence.internal.security.SpacePermissionSaverInternal
Adds space permissions to the space
saveSpacePermissions(Space, Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
saveSpacePermissions(Space, Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
saveSpacePermissions(Space, Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
saveSpacePermissions(Space, Collection<SpacePermission>, SpacePermissionContext) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
saveSubscriptionStateData(IncrementalSyncSubscription) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
saveTemplate(String, String, String) - Method in interface com.atlassian.confluence.spaces.SystemTemplateManager
Saves the given content as a system template.
saveTemplate(String, String, String) - Method in class com.atlassian.confluence.spaces.SystemTemplateManagerImpl
 
saveTestApplication(SessionFactory, String) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
saveTestAttributes(SessionFactory, InternalGroup) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
saveTestAttributes(SessionFactory, InternalUser) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
saveTestDirectory(SessionFactory) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
saveTestDirectory(SessionFactory, String) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
saveTestDirectory(SessionFactory, String, Set<OperationType>) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
saveTestGroup(SessionFactory, Directory) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
saveTestGroup(SessionFactory, Directory, String) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
saveTestUser(SessionFactory, Directory) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
saveTestUser(SessionFactory, User, Directory) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
saveToOutputStream(OutputStream) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
saveTrustedApplication(ConfluenceTrustedApplication) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
saveTrustedApplication(ConfluenceTrustedApplication) - Method in interface com.atlassian.confluence.security.trust.TrustedApplicationsManager
 
saveUser(User) - Method in interface bucket.user.UserAccessor
Deprecated.
Persists changes made to a user (e.g.
saveUser(User) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
saveUser(User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
saveUser(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
saveUser(User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
saveWelcomeMessage(String) - Method in class com.atlassian.confluence.content.service.DefaultWelcomeMessageService
 
saveWelcomeMessage(String) - Method in interface com.atlassian.confluence.content.service.WelcomeMessageService
Save the give welcome message.
scaleImageToMaxHeight(File, int) - Method in class com.atlassian.confluence.plugins.lookandfeel.ImageScaler
 
scan() - Method in class com.atlassian.confluence.plugin.DatabasePluginScanner
 
scan(SearchQuery, Set<String>, Consumer<ScannedDocument>, float) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
scan(SearchQuery, Set<String>, Consumer<ScannedDocument>, float) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
scan(SearchQuery, Set<String>, Consumer<ScannedDocument>, float) - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
scan(SearchQuery, Set<String>, Consumer<ScannedDocument>, float) - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
Scans the index for documents that match the provided searchQuery.
scan(SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
scan(SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
scan(SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
scan(SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
Scans the index for documents that match the provided searchQuery.
scan(EnumSet<SearchIndex>, SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager
 
scan(EnumSet<SearchIndex>, SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
Execute Consumer.accept(T) for each search result.
scan(EnumSet<SearchIndex>, SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
scan(EnumSet<SearchIndex>, SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.plugins.opensearch.DefaultOpenSearchSearchManager
 
scan(EnumSet<SearchIndex>, SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in interface com.atlassian.confluence.search.v2.SearchManager
Execute Consumer.accept(T) for each search result.
scan(List<Index>, SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager
 
scan(List<Index>, SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
 
scan(List<Index>, SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
scan(List<Index>, SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in class com.atlassian.confluence.plugins.opensearch.DefaultOpenSearchSearchManager
 
scan(List<Index>, SearchQuery, Set<String>, Consumer<Map<String, String[]>>) - Method in interface com.atlassian.confluence.search.v2.SearchManager
Execute Consumer.accept(T) for each search result.
scanContent(String, List<ContentStatus>, String, int, String, String, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
scanFilteredAbstractPages(Space, List<ContentType>, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns all pages in the space which has specified content statuses, limited to the pagination request.
scanFilteredAbstractPages(Space, List<ContentType>, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
scanFilteredAbstractPages(List<ContentType>, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Returns all pages in the space which has specified content statuses, limited to the pagination request.
scanFilteredAbstractPages(List<ContentType>, List<ContentStatus>, LimitedRequest, Predicate<? super AbstractPage>...) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
scanFilteredAttachments(Space, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
scanFilteredAttachments(Space, List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.AttachmentDaoInternal
 
scanFilteredAttachments(Space, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
scanFilteredAttachments(Space, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
scanFilteredAttachments(Space, List<ContentStatus>, LimitedRequest, Predicate<? super Attachment>...) - Method in interface com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
Retrieves all the existing attachments associated with the instance of Confluence, while applying the specified pagination parameters to limit the number of results returned in each request.
scanFilteredAttachments(Space, List<ContentStatus>, LimitedRequest, Predicate<? super Attachment>...) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
scanFilteredAttachments(Space, List<ContentStatus>, LimitedRequest, Predicate<? super Attachment>...) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
scanFilteredAttachments(Space, List<ContentStatus>, LimitedRequest, Predicate<? super Attachment>...) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
scanFilteredAttachments(List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
scanFilteredAttachments(List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.AttachmentDaoInternal
 
scanFilteredAttachments(List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
scanFilteredAttachments(List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
scanFilteredAttachments(List<ContentStatus>, LimitedRequest, Predicate<? super Attachment>...) - Method in interface com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
Retrieves all the current attachments within the specified space, with the results limited according to the provided pagination parameters.
scanFilteredAttachments(List<ContentStatus>, LimitedRequest, Predicate<? super Attachment>...) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
scanFilteredAttachments(List<ContentStatus>, LimitedRequest, Predicate<? super Attachment>...) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
scanFilteredAttachments(List<ContentStatus>, LimitedRequest, Predicate<? super Attachment>...) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
scanFilteredComments(Space, List<ContentStatus>, LimitedRequest, Predicate<? super Comment>...) - Method in interface com.atlassian.confluence.dmz.pages.CommentManagerInternal
Retrieves all the existing comments associated with the instance of Confluence, while applying the specified pagination parameters to limit the number of results returned in each request.
scanFilteredComments(Space, List<ContentStatus>, LimitedRequest, Predicate<? super Comment>...) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
scanFilteredComments(List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.CommentDaoInternal
 
scanFilteredComments(List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
scanFilteredComments(List<ContentStatus>, LimitedRequest, Predicate<? super Comment>...) - Method in interface com.atlassian.confluence.dmz.pages.CommentManagerInternal
Retrieves all the current comments within the specified space, with the results limited according to the provided pagination parameters.
scanFilteredComments(List<ContentStatus>, LimitedRequest, Predicate<? super Comment>...) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
scanFilteredContents(Class, Space, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateObjectDao
 
scanFilteredContents(Class, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateObjectDao
 
scanFilteredSpaceAbstractPages(Space, List<ContentType>, List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
Retrieves a page response of all Abstract Page in a Space with specified content types and content statuses.
scanFilteredSpaceAbstractPages(Space, List<ContentType>, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
scanFilteredSpaceAbstractPages(List<ContentType>, List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
Retrieves a page response of Abstract Page with specified content types and content statuses.
scanFilteredSpaceAbstractPages(List<ContentType>, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
scanFilteredSpaceComments(Space, List<ContentStatus>, LimitedRequest) - Method in interface com.atlassian.confluence.internal.pages.persistence.CommentDaoInternal
 
scanFilteredSpaceComments(Space, List<ContentStatus>, LimitedRequest) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
scanForNewPlugins() - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
ScannedDocument - Class in com.atlassian.confluence.search.v2
Contains the score and a field-value map of the underlying document returned by Lucene.
ScannedDocument(float, Map<String, String[]>) - Constructor for class com.atlassian.confluence.search.v2.ScannedDocument
 
ScanningSuite - Class in com.atlassian.confluence.util.test
A Suite that allows specifying patterns of names classes to include/exclude.
ScanningSuite(Class<?>, RunnerBuilder) - Constructor for class com.atlassian.confluence.util.test.ScanningSuite
Called reflectively on classes annotated with @RunWith(Suite.class)
ScanningSuite.Excludes - Annotation Interface in com.atlassian.confluence.util.test
 
ScanningSuite.Filter - Annotation Interface in com.atlassian.confluence.util.test
 
ScanningSuite.Includes - Annotation Interface in com.atlassian.confluence.util.test
 
ScanningSuite.IncludeWithAnnotation - Annotation Interface in com.atlassian.confluence.util.test
 
ScanningSuite.MustIncludes - Annotation Interface in com.atlassian.confluence.util.test
 
ScanningSuite.Ordering - Enum Class in com.atlassian.confluence.util.test
 
ScanningSuite.TestOrdering - Annotation Interface in com.atlassian.confluence.util.test
 
scheduled() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
Check the queue every N seconds and process all records from the queue
scheduled() - Method in interface com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionStateManager
 
scheduled() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
SCHEDULED - Enum constant in enum class com.atlassian.confluence.schedule.ExecutionStatus
 
SCHEDULED_JOB_INTERVAL - Static variable in class com.atlassian.confluence.schedule.audit.DefaultAuditService
 
SCHEDULED_JOB_SCHEDULE - Static variable in class com.atlassian.confluence.schedule.audit.DefaultAuditService
 
SCHEDULED_JOB_STATUS - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
ScheduledCronJob - Class in com.atlassian.confluence.schedule
This class is for easily setting an atlassian-scheduler cron job from Spring.
ScheduledCronJob(String, JobRunner, boolean, String) - Constructor for class com.atlassian.confluence.schedule.ScheduledCronJob
id is used for both JobRunnerKey to register the jobRunner and JobId to schedule the job.
ScheduledCronJob(String, JobRunner, boolean, String, boolean) - Constructor for class com.atlassian.confluence.schedule.ScheduledCronJob
id is used for both JobRunnerKey to register the jobRunner and JobId to schedule the job.
ScheduledCronJob(String, JobRunner, boolean, String, int) - Constructor for class com.atlassian.confluence.schedule.ScheduledCronJob
id is used for both JobRunnerKey to register the jobRunner and JobId to schedule the job.
ScheduledCronJob(String, JobRunner, boolean, String, int, boolean) - Constructor for class com.atlassian.confluence.schedule.ScheduledCronJob
id is used for both JobRunnerKey to register the jobRunner and JobId to schedule the job.
scheduledJob() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
scheduledJob() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
ScheduledJob - Interface in com.atlassian.confluence.schedule
This is intended to be the interface for setting atlassian-scheduler jobs from Spring.
ScheduledJobConfiguration - Class in com.atlassian.confluence.schedule
Stores the current configuration of a job managed by the system.
ScheduledJobConfiguration() - Constructor for class com.atlassian.confluence.schedule.ScheduledJobConfiguration
 
ScheduledJobDao - Interface in com.atlassian.confluence.schedule.persistence.dao
Provides the DAO for storing the various scheduled job objects.
ScheduledJobHistory - Class in com.atlassian.confluence.schedule
Represent an execution event of a scheduled job.
ScheduledJobHistory(Date, Date) - Constructor for class com.atlassian.confluence.schedule.ScheduledJobHistory
 
ScheduledJobHistory.NaturalComparator - Class in com.atlassian.confluence.schedule
Natural order is by the natural order of startDate, then endDate (if required).
ScheduledJobKey - Class in com.atlassian.confluence.schedule
Deprecated.
since 8.0. Use JobId instead.

Known deletion blockers:

ScheduledJobKey(String) - Constructor for class com.atlassian.confluence.schedule.ScheduledJobKey
Deprecated.
 
ScheduledJobKey(String, String) - Constructor for class com.atlassian.confluence.schedule.ScheduledJobKey
Deprecated.
 
scheduledJobKeyToJobIdWithRunNowSuffix(JobId) - Static method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
scheduledJobManager - Variable in class com.atlassian.confluence.plugins.schedule.admin.action.AbstractViewAction
 
ScheduledJobManager - Interface in com.atlassian.confluence.schedule.managers
Defines the services provided for manage scheduled jobs.
ScheduledJobNodeManager - Interface in com.atlassian.confluence.impl.schedule.managers
Manages ScheduledJobs for the local cluster node, rather than the whole cluster.
ScheduledJobsListener - Class in com.atlassian.confluence.schedule.listeners
Listens for changes from atlassian-scheduler in the activity of job being managed and records their status / history.
ScheduledJobsListener(SchedulerService, ScheduledJobDao, Supplier<ManagedScheduledJobRegistry>, ScheduledJobStatusManager, PlatformTransactionManager, TimeZoneManager) - Constructor for class com.atlassian.confluence.schedule.listeners.ScheduledJobsListener
 
ScheduledJobStatus - Class in com.atlassian.confluence.schedule
This class contains the transient runtime state of a single job.
ScheduledJobStatus(JobId, List<ScheduledJobHistory>) - Constructor for class com.atlassian.confluence.schedule.ScheduledJobStatus
 
ScheduledJobStatusCache - Interface in com.atlassian.confluence.schedule.persistence.dao
 
ScheduledJobStatusManager - Interface in com.atlassian.confluence.schedule.managers
Finds or creates a schedule job status, based on the current configuration, and status in the schedules.
ScheduledSimpleJob - Class in com.atlassian.confluence.schedule
This class is for easily setting an atlassian-scheduler interval job from Spring.
ScheduledSimpleJob(String, JobRunner, boolean, long) - Constructor for class com.atlassian.confluence.schedule.ScheduledSimpleJob
id is used for both JobRunnerKey to register the jobRunner and JobId to schedule the job.
ScheduledSimpleJob(String, JobRunner, boolean, long, boolean) - Constructor for class com.atlassian.confluence.schedule.ScheduledSimpleJob
id is used for both JobRunnerKey to register the jobRunner and JobId to schedule the job.
ScheduledSimpleJob(String, JobRunner, boolean, long, int, int) - Constructor for class com.atlassian.confluence.schedule.ScheduledSimpleJob
id is used for both JobRunnerKey to register the jobRunner and JobId to schedule the job.
ScheduledSimpleJob(String, JobRunner, boolean, long, int, int, boolean) - Constructor for class com.atlassian.confluence.schedule.ScheduledSimpleJob
id is used for both JobRunnerKey to register the jobRunner and JobId to schedule the job.
scheduleJob(JobId, JobConfig) - Method in class com.atlassian.confluence.impl.schedule.caesium.ConfluenceSchedulerService
 
scheduleJobWithGeneratedId(JobConfig) - Method in class com.atlassian.confluence.impl.schedule.caesium.ConfluenceSchedulerService
 
scheduleNextRun(ChronoUnit, int, Map<String, Object>) - Static method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobResponse
 
scheduleNextRunNow(Map<String, Object>) - Static method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobResponse
 
SCHEDULER_FLUSH_TIMEOUT_SECONDS_PROPERTY_NAME - Static variable in class com.atlassian.confluence.schedule.ScheduleUtil
The customer can set the value of this property to override the default timeout value - 2 minutes.
SCHEDULER_RUN_DETAILS - Static variable in interface com.atlassian.confluence.internal.schedule.persistence.dao.InternalRunDetailsDao
 
SchedulerClusteredJob - Class in com.atlassian.confluence.impl.schedule.caesium
 
SchedulerClusteredJob() - Constructor for class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
SchedulerClusteredJobDao - Class in com.atlassian.confluence.impl.schedule.caesium
SchedulerClusteredJobDao() - Constructor for class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
SchedulerClusteredJobDaoProxyWrapper - Class in com.atlassian.confluence.impl.schedule.caesium
See schedulingSubsystemContext.xml.
SchedulerClusteredJobDaoProxyWrapper(ClusteredJobDao) - Constructor for class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
SchedulerConfiguration - Class in com.atlassian.confluence.impl.schedule.caesium
 
SchedulerConfiguration(ClusterManager, Supplier<TimeZoneManager>) - Constructor for class com.atlassian.confluence.impl.schedule.caesium.SchedulerConfiguration
 
schedulerDisabled() - Method in class com.atlassian.confluence.impl.schedule.caesium.ThreadLocalSchedulerControl
 
schedulerEnabled() - Method in class com.atlassian.confluence.impl.schedule.caesium.ThreadLocalSchedulerControl
 
SchedulerLifecycle - Class in com.atlassian.confluence.util
 
SchedulerLifecycle() - Constructor for class com.atlassian.confluence.util.SchedulerLifecycle
 
SchedulerResource - Class in com.atlassian.confluence.functest.rest.admin
Modifies the Scheduler.
SchedulerResource(EventPublisher, LifecycleAwareSchedulerService, SchedulerRunDetailsManager) - Constructor for class com.atlassian.confluence.functest.rest.admin.SchedulerResource
 
SchedulerRunDetails - Class in com.atlassian.confluence.impl.schedule.caesium
This is NotExportable, see CONFDEV-40509.
SchedulerRunDetails() - Constructor for class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
SchedulerRunDetailsDao - Class in com.atlassian.confluence.impl.schedule.caesium
 
SchedulerRunDetailsDao() - Constructor for class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetailsDao
 
SchedulerRunDetailsManager - Interface in com.atlassian.confluence.schedule.managers
This manager is for internal processing of the scheduler run details (aka.
SchedulerRunDetailsPurgeJob - Class in com.atlassian.confluence.impl.schedule.jobs
This job runs every hour and purge the old run details in the scheduler_run_details table.
SchedulerRunDetailsPurgeJob(SchedulerRunDetailsManager) - Constructor for class com.atlassian.confluence.impl.schedule.jobs.SchedulerRunDetailsPurgeJob
 
SchedulerRunDetailsPurgeMode - Enum Class in com.atlassian.confluence.schedule.managers
 
SchedulerServiceControllerException - Exception in com.atlassian.confluence.impl.cluster
 
SchedulerServiceControllerException(Throwable) - Constructor for exception com.atlassian.confluence.impl.cluster.SchedulerServiceControllerException
 
scheduleTypeToChar(Schedule.Type) - Static method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
ScheduleUtil - Class in com.atlassian.confluence.schedule
A general utility class for scheduling.
ScheduleUtil() - Constructor for class com.atlassian.confluence.schedule.ScheduleUtil
 
schedulingEnabled - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
 
SchemaChecker - Class in com.atlassian.confluence.internal.upgrade
Return the schema used by current system.
SchemaChecker(HibernateDatabaseCapabilities, JdbcTemplate) - Constructor for class com.atlassian.confluence.internal.upgrade.SchemaChecker
 
SchemaComparison - Interface in com.atlassian.confluence.core.persistence.schema.api
A representation of a comparison between the expected and actual database schemata.
SchemaComparisonService - Interface in com.atlassian.confluence.core.persistence.schema.api
Provides a service for reconciling the actual database schema with an "expected" view of the schema.
SchemaComparisonWarningFactory - Class in com.atlassian.confluence.core.persistence.schema.util
 
SchemaComparisonWarningFactory() - Constructor for class com.atlassian.confluence.core.persistence.schema.util.SchemaComparisonWarningFactory
 
SchemaElementComparison<T> - Interface in com.atlassian.confluence.core.persistence.schema.api
Represents a comparison between the "expected" and "actual" representation of a database schema element.
SchemaElementComparison.ColumnComparison - Interface in com.atlassian.confluence.core.persistence.schema.api
 
SchemaElementComparison.ComparisonResult - Enum Class in com.atlassian.confluence.core.persistence.schema.api
 
SchemaElementComparison.IndexComparison - Interface in com.atlassian.confluence.core.persistence.schema.api
 
SchemaFieldToContentPropertyValueMapping - Class in com.atlassian.confluence.plugins.contentproperty.search.fields
 
SchemaFieldToContentPropertyValueMapping() - Constructor for class com.atlassian.confluence.plugins.contentproperty.search.fields.SchemaFieldToContentPropertyValueMapping
 
SchemaFieldType - Enum Class in com.atlassian.confluence.plugins.contentproperty.index.schema
Set of supported index field types.
schemaHelper - Variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
SchemaInconsistencyWarningEvent - Class in com.atlassian.confluence.core.persistence.schema.event
 
SchemaInconsistencyWarningEvent(int) - Constructor for class com.atlassian.confluence.core.persistence.schema.event.SchemaInconsistencyWarningEvent
 
SchemaInformationService - Interface in com.atlassian.confluence.core.persistence.schema.api
Provides a service to get database related information.
SchemaInformationService.CloseableDatabaseInformation - Interface in com.atlassian.confluence.core.persistence.schema.api
A subtype of the Hibernate interface that adds AutoCloseable.
schemaName - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
schemaName - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.BaseOracleDdlHelper
 
schemaName - Variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
SchemaType - Enum Class in com.atlassian.confluence.rest.serialization.jackson2.enrich
 
schemaVersion(int) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
 
SCOPE_PREFIX - Static variable in interface com.atlassian.confluence.search.v2.SpaceCategories
 
scopeResolver() - Method in class com.atlassian.confluence.core.PermissionsIntegrationTestConfig
 
ScopesAwareSpacePermissionManager - Class in com.atlassian.confluence.internal.security
 
ScopesAwareSpacePermissionManager(SpacePermissionManagerInternal, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.internal.security.ScopesAwareSpacePermissionManager
 
scopesRequestCache() - Method in class com.atlassian.confluence.core.PermissionsIntegrationTestConfig
 
scopesRequestCacheDelegate - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
ScopesRequestCacheDelegate - Interface in com.atlassian.confluence.dmz.security.delegate
see the package-info.java for rationale.
ScopesRequestCacheDelegate.Registrar - Interface in com.atlassian.confluence.dmz.security.delegate
 
ScopesRequestCacheDelegateImpl - Class in com.atlassian.confluence.impl.security.delegate
Delegate class for ScopesRequestCache which is provided by the oauth2-scopes-plugin.
ScopesRequestCacheDelegateImpl(OsgiContainerManager, ScopesRequestCacheDelegate.Registrar) - Constructor for class com.atlassian.confluence.impl.security.delegate.ScopesRequestCacheDelegateImpl
 
ScoreConfig - Class in com.atlassian.confluence.plugins.edgeindex
 
ScoreConfig() - Constructor for class com.atlassian.confluence.plugins.edgeindex.ScoreConfig
 
ScoredDocumentCollector - Class in com.atlassian.confluence.internal.index.lucene
This collector stores the score of the document into the v2 ScannedDocument so that the consumer can do further computation based on it
ScoredDocumentCollector(IndexSearcher, Set<String>, Consumer<ScannedDocument>, float) - Constructor for class com.atlassian.confluence.internal.index.lucene.ScoredDocumentCollector
 
ScoreFunction - Interface in com.atlassian.confluence.search.v2.score
Marker interface for a function providing score for FunctionScoreQuery.
ScoreFunctionFactory - Interface in com.atlassian.confluence.search.v2.score
Factory for creating ScoreFunction which are used in site-wide confluence search.
ScoreFunctionMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query.score
Maps v2 ScoreFunction to OpenSearch FunctionScoreQuery
ScoreFunctionMapper(ComposableScoreFunctionMapper) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.score.ScoreFunctionMapper
 
scorePayload(int, int, int, BytesRef) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
The default implementation returns 1
SCREEN_READER_NEW_WINDOW_TAG_I18N_KEY - Static variable in class com.atlassian.confluence.content.render.xhtml.view.link.DefaultCommonLinkAttributesWriter
 
script() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchFavouriteSortMapper
 
script() - Method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.OpenSearchLowercaseFieldSortMapper
 
script() - Method in class com.atlassian.confluence.plugins.opensearch.scripts.ModifiedDateExpDecayScoreScriptProvider
 
script() - Method in class com.atlassian.confluence.plugins.opensearch.scripts.ModifiedDateGaussDecayScoreScriptProvider
 
script() - Method in interface com.atlassian.confluence.plugins.opensearch.scripts.OpenSearchStoredScriptProvider
The script
SCRIPT_NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.scripts.ModifiedDateExpDecayScoreScriptProvider
 
SCRIPT_NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.scripts.ModifiedDateGaussDecayScoreScriptProvider
 
search() - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
search() - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
search() - Method in interface com.atlassian.confluence.api.service.people.PersonService
Create a person searcher to find people matching search criteria For given search category and/or criteria, return all People matching the supplied criteria.
search() - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
 
search() - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
search(long, EntityQuery<T>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
search(long, EntityQuery<T>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
search(long, EntityQuery<T>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
search(long, EntityQuery<T>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
search(long, MembershipQuery<T>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
This implementation uses the existing cached data for searches returning strings, and for searches returning Group objects when searching for Groups as well.
search(long, MembershipQuery<T>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
search(SearchContext, List<QueryToken>, ResultTemplate, String...) - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearcher
Search returning results in the specified space and ResultTemplate
search(ISearch) - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager
 
search(ISearch) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
 
search(ISearch) - Method in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
search(ISearch) - Method in class com.atlassian.confluence.plugins.opensearch.DefaultOpenSearchSearchManager
 
search(ISearch) - Method in interface com.atlassian.confluence.search.v2.SearchManager
Perform a search with a given criteria.
search(ISearch, Set<String>) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
search(ISearch, Set<String>) - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager
 
search(ISearch, Set<String>) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
 
search(ISearch, Set<String>) - Method in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
search(ISearch, Set<String>) - Method in class com.atlassian.confluence.plugins.opensearch.DefaultOpenSearchSearchManager
 
search(ISearch, Set<String>) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
search(ISearch, Set<String>) - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
search(ISearch, Set<String>) - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
Perform a search, the returned SearchResults only have the fields requested in the projection filled out, no other fields are valid in the searchResult.
search(ISearch, Set<String>) - Method in interface com.atlassian.confluence.search.v2.SearchManager
Perform a search with a given criteria, the returns searchResults only have the fields requested in the projection filled out, no other fields are valid in the searchResult.
search(SearchWithToken) - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager
 
search(SearchWithToken) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
 
search(SearchWithToken) - Method in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
search(SearchWithToken) - Method in class com.atlassian.confluence.plugins.opensearch.DefaultOpenSearchSearchManager
 
search(SearchWithToken) - Method in interface com.atlassian.confluence.search.v2.SearchManager
Deprecated.
since 5.10. This method on one hand is rarely used on the other hand is not efficient to implement in ES.
search(Query<T>) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
search(EntityQuery<Directory>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectoryDao
 
search(EntityQuery<Application>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
search(EntityQuery<Application>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
search(UserKey, String) - Method in class com.atlassian.sal.confluence.search.ConfluenceSearchProvider
search(String, int) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
search(String, SearchOptions, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.api.service.search.CQLSearchService
Execute a CQL search query and fetch a page of results.
search(String, ContentNameSearchContext) - Method in class com.atlassian.confluence.impl.search.contentnames.DefaultContentNameSearchService
 
search(String, ContentNameSearchContext) - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearchService
This performs a content name search in Confluence and returns the results.
search(String, String) - Method in class com.atlassian.sal.confluence.search.ConfluenceSearchProvider
 
search(String, String, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Search Confluence for the supplied query String.
search(String, String, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
search(String, String, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
search(String, String, int) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
search(String, String, int) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
search(String, String, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
search(String, String, String, String, int, int, boolean, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalSearchResource
 
search(String, String, String, String, int, String, int, boolean, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.SearchResource
 
search(String, String, Hashtable, int) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
search(String, String, Hashtable, int) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
search(String, String, Map, int) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Search Confluence for the supplied query String.
search(String, String, Map, int) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
search(String, String, Map, int) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
search(String, Map, int) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
search(List<QueryToken>) - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearcher
Search and expect results using the Confluence default ResultTemplate.
search(List<QueryToken>, ResultTemplate) - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearcher
Search returning results meeting the specified ResultTemplate.
search(List<QueryToken>, ResultTemplate, String...) - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearcher
Search returning results in the specified space and ResultTemplate
search(List<QueryToken>, ResultTemplate, Set<Attachment.Type>, boolean, int, Integer, Map<String, Object>, SearchContext, String...) - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearcher
Search returning results in the specified space and ResultTemplate include pagination and search parent name support.
search(List<QueryToken>, ResultTemplate, Set<Attachment.Type>, boolean, int, Integer, Map<String, Object>, String...) - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearcher
Search returning results in the specified space and ResultTemplate include pagination and search parent name support.
search(List<QueryToken>, ResultTemplate, Set<Attachment.Type>, String...) - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearcher
Search returning results in the specified space and ResultTemplate
search(Query, int, Sort) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
search(Query, Collector) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
search(Query, Filter, int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
search(Query, Filter, int, Sort) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
search(Query, Filter, int, Sort, boolean, boolean) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
search(Query, Filter, Collector) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
SEARCH_CONTEXT_MISSING - Static variable in class com.atlassian.confluence.plugins.opensearch.OpenSearchExceptionUtils.ErrorTypes
OpenSearch keeps "search context" on the node's memory, e.g.
SEARCH_FIELD_BACKGROUND - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
SEARCH_FIELD_BACKGROUND_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
SEARCH_FIELD_NAME - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.RetentionPolicyPropertyExtractor
Deprecated.
since 7.20 use SearchFieldMappings.RETENTION_POLICY instead.
SEARCH_FIELD_NAME_TRASH - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.DeletingRetentionPolicyExtractor
Deprecated.
SEARCH_FIELD_NAME_VERSION - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.DeletingRetentionPolicyExtractor
Deprecated.
SEARCH_FIELD_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
SEARCH_FIELD_TEXT_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
SEARCH_FOR_CSS_CLASS - Static variable in class com.atlassian.confluence.impl.search.contentnames.DefaultContentNameSearchService
 
SEARCH_IMPROVEMENTS_EXACT_DARK_FEATURE_DISABLE_KEY - Static variable in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
SEARCH_IMPROVEMENTS_EXACT_DARK_FEATURE_KEY - Static variable in class com.atlassian.confluence.internal.search.v2.DefaultSiteTextSearchQueryFactory
 
SEARCH_IMPROVEMENTS_EXACT_DARK_FEATURE_OVERRIDE_ENABLE_KEY - Static variable in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
SEARCH_IMPROVEMENTS_EXACT_DARK_FEATURE_PROPERTY_KEY - Static variable in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
SEARCH_MANAGER_TIMER_NAME - Static variable in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
SEARCH_QUERY_BEAN - Static variable in class com.atlassian.confluence.user.SessionKeys
 
SEARCH_RESULT_DOC_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
SEARCH_RESULT_ENTITY_LIST - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.SearchResultEntityExampleDocument
 
SEARCH_STRING_LENGTH_LIMIT - Static variable in class com.atlassian.confluence.impl.audit.AuditRecordEntityFactory
Deprecated.
 
searchable - Variable in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
searchable - Variable in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
Searchable - Interface in com.atlassian.bonnie
Methods required by the indexing subsystem in order to properly handle object searching.
SearchableAttachment - Interface in com.atlassian.confluence.search.v2
An object representing some searchable file.
searchableDao - Variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
SearchableDao - Interface in com.atlassian.confluence.core.persistence
Provides access to Searchable objects.
SearchableResolver - Interface in com.atlassian.confluence.internal.search
 
searchAfter(ScoreDoc, Query, int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
searchAfter(ScoreDoc, Query, int, Sort) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
searchAfter(ScoreDoc, Query, Filter, int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
searchAfter(ScoreDoc, Query, Filter, int, Sort) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
searchAfter(ScoreDoc, Query, Filter, int, Sort, boolean, boolean) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexSearcher
 
searchAnalyzer(AnalyzerDescriptorProvider) - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping.Builder
Specifies the analyzer to be used when searching the field
SearchBodyProperty - Class in com.atlassian.confluence.plugin.module
Provides mapping between content property with custom content type for default searchable text
SearchBodyProperty(ContentType, String) - Constructor for class com.atlassian.confluence.plugin.module.SearchBodyProperty
 
SearchBodyPropertyModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A module descriptor for appending content property to default search text for Extensible Content Types
SearchBodyPropertyModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.SearchBodyPropertyModuleDescriptor
 
searchCategorised(ISearch, SearchManager.Categorizer<T>) - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager
 
searchCategorised(ISearch, SearchManager.Categorizer<T>) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
Perform a search with the given criteria, the top results are collected per category specified by the given SearchManager.Categorizer.
searchCategorised(ISearch, SearchManager.Categorizer<T>) - Method in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
searchCategorised(ISearch, SearchManager.Categorizer<T>) - Method in class com.atlassian.confluence.plugins.opensearch.DefaultOpenSearchSearchManager
 
searchCategorised(ISearch, SearchManager.Categorizer<T>) - Method in interface com.atlassian.confluence.search.v2.SearchManager
Perform a search with the given criteria, the top results are collected per category specified by the given SearchManager.Categorizer.
searchCompletionStage(String, SearchOptions, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteCQLSearchService
 
searchCompletionStage(String, SearchOptions, PageRequest, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
 
SearchConstants - Class in com.atlassian.confluence.search.v2
Defines search constants.
SearchConstants() - Constructor for class com.atlassian.confluence.search.v2.SearchConstants
 
searchContent(String, Expansion...) - Method in interface com.atlassian.confluence.api.service.search.CQLSearchService
Execute a CQL search query and fetch a page results.
searchContent(String, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.api.service.search.CQLSearchService
Execute a CQL search query and fetch a page results.
searchContent(String, SearchContext, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.api.service.search.CQLSearchService
Execute a CQL search query and fetch a page results.
searchContentCompletionStage(String, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteCQLSearchService
 
searchContentCompletionStage(String, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
 
searchContentCompletionStage(String, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteCQLSearchService
 
searchContentCompletionStage(String, PageRequest, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
 
searchContentCompletionStage(String, SearchContext, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteCQLSearchService
 
searchContentCompletionStage(String, SearchContext, PageRequest, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
 
searchContext(SearchContext) - Method in class com.atlassian.confluence.api.model.search.SearchOptions.Builder
 
SearchContext - Class in com.atlassian.confluence.api.model.search
JSON serializable search context object to allow a user to specify the context they want a search to execute in.
SearchContext - Class in com.atlassian.confluence.core
This class is used to pass in additional information to managers to take care of when searching.
SearchContext.Builder - Class in com.atlassian.confluence.api.model.search
 
SearchContextSerialization - Class in com.atlassian.confluence.rest.serialization.jackson2
 
SearchContextSerialization() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.SearchContextSerialization
 
SearchDecorator - Interface in com.atlassian.confluence.search.v2
Decorates a ISearch with a custom logic e.g.
SearchDecoratorModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A module descriptor that allows to add a SearchDecorator into Confluence.
SearchDecoratorModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.SearchDecoratorModuleDescriptor
 
SearchDecoratorProvider - Interface in com.atlassian.confluence.internal.search.v2
 
searchDuration - Variable in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
searchDuration(int) - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
searchEntities(ISearch, SearchManager.EntityVersionPolicy) - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager
 
searchEntities(ISearch, SearchManager.EntityVersionPolicy) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
 
searchEntities(ISearch, SearchManager.EntityVersionPolicy) - Method in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
searchEntities(ISearch, SearchManager.EntityVersionPolicy) - Method in class com.atlassian.confluence.plugins.opensearch.DefaultOpenSearchSearchManager
 
searchEntities(ISearch, SearchManager.EntityVersionPolicy) - Method in interface com.atlassian.confluence.search.v2.SearchManager
Perform a search with the given criteria, returning the results as a list of database entity objects.
SearchEntitiesManager - Interface in com.atlassian.confluence.user
Deprecated.
since 5.9. Use CrowdService.search(com.atlassian.crowd.embedded.api.Query) instead.
SearchEntityBuilder - Interface in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Builds REST ContentEntity objects from Confluence search results.
SearcherInitialisation - Interface in com.atlassian.confluence.internal.search.v2.lucene
Implement this interface to initialise a searcher.
SearcherWithTokenAction - Class in com.atlassian.confluence.internal.search.v2.lucene
 
SearcherWithTokenAction(Query, Filter, Sort, int, int, Set<String>) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.SearcherWithTokenAction
 
SearchEvent - Class in com.atlassian.confluence.event.events.search
Superclass of all search-related events
SearchEvent(Object) - Constructor for class com.atlassian.confluence.event.events.search.SearchEvent
 
SearchExpander - Class in com.atlassian.confluence.search.v2
search expander that expands query until no longer possible.
SearchExpander() - Constructor for class com.atlassian.confluence.search.v2.SearchExpander
 
searchFieldBgColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
SearchFieldMappings - Class in com.atlassian.confluence.search.v2
A helper class that contains the known set of field mappings for the core indexes.
SearchFieldMappings.AlternateNames - Class in com.atlassian.confluence.search.v2
Deprecated, for removal: This API element is subject to removal in a future version.
This is a temporary solution for backward compatibility purposes, and will be removed in a future version.
SearchFieldMappings.ChangeMappingsProvider - Class in com.atlassian.confluence.search.v2
 
SearchFieldMappings.ContentMappingsProvider - Class in com.atlassian.confluence.search.v2
 
searchFieldTextColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
searchForTypesWithinContainerType(ContentTypeEnum, Set<ContentTypeEnum>) - Static method in class com.atlassian.confluence.search.v2.query.ContainingContentTypeQuery
Helper method for the common "Find me all attachments attached to pages" query - which would be ContainingContentTypeQuery.searchForTypesWithinContainerType(ContentTypeEnum.ATTACHMENT, ContentTypeEnum.PAGE)
searchGroupedByName(long, MembershipQuery<T>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
searchGroupedByName accepts a query with the set of group names to search.
searchGroupedByName(long, MembershipQuery<T>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
searchGroups(SearchRestrictionEntity, int, int) - Method in class com.atlassian.confluence.functest.rest.admin.UserResource
 
SearchIndex - Enum Class in com.atlassian.confluence.search.v2.lucene
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.7.0
SearchIndexAccessException - Exception in com.atlassian.confluence.search.v2
 
SearchIndexAccessException(String) - Constructor for exception com.atlassian.confluence.search.v2.SearchIndexAccessException
 
SearchIndexAccessException(String, Throwable) - Constructor for exception com.atlassian.confluence.search.v2.SearchIndexAccessException
 
SearchIndexAccessor - Interface in com.atlassian.confluence.search.v2
An V2 interface which provides the following thread-safe actions on a search index: Searching by SearchIndexAccessor.search(ISearch, Set), SearchIndexAccessor.scan(SearchQuery, Set, Consumer) Writing by SearchIndexAccessor.execute(SearchIndexAction) Transactional execution of searches and writes via SearchIndexAccessor.withBatchUpdate(BatchUpdateAction) Resets via SearchIndexAccessor.reset(Runnable) Snapshotting via SearchIndexAccessor.reset(Runnable) To hook into core search indexes behaviour (content and change index), inject the exposed beans via Spring.
SearchIndexAction - Interface in com.atlassian.confluence.search.v2
 
SearchIndexerAdapter - Class in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Adapter providing convenient access to Confluence search operations.
SearchIndexerAdapter(ContentIndexTaskQueue, ChangeIndexTaskQueue, JournalManager, DarkFeatureManager, IndexManager, EventPublisher) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.SearchIndexerAdapter
 
SearchIndexesAction - Class in com.atlassian.confluence.impl.search.actions
 
SearchIndexesAction() - Constructor for class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
 
searchIndexExists() - Method in class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
 
SearchIndexWriter - Interface in com.atlassian.confluence.search.v2
A mean to write to or remove a document from a search index.
SearchInfo - Interface in com.atlassian.confluence.status.service.systeminfo
Information about Confluence's search configuration
SearchInfo.LuceneInfo - Interface in com.atlassian.confluence.status.service.systeminfo
Information about Lucene configuration
SearchInfo.OpenSearchInfo - Interface in com.atlassian.confluence.status.service.systeminfo
Information about OpenSearch configuration
searchLanguage() - Method in class com.atlassian.confluence.core.OpenSearchIntegrationTestConfig
 
SearchLanguage - Enum Class in com.atlassian.confluence.search
 
searchLanguageChecker() - Method in class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
SearchLanguageChecker - Interface in com.atlassian.confluence.search.v2.analysis
Interface which checks if a search language is supported by the current platform.
SearchLanguageProvider - Interface in com.atlassian.confluence.internal.search
Provides SearchLanguage for indexing and search.
searchLanguageSetter() - Method in class com.atlassian.confluence.core.OpenSearchIntegrationTestConfig
 
searchManager - Variable in class com.atlassian.confluence.macro.ContentFilteringMacro
SearchManager instance for handling queries based on parameter values.
SearchManager - Interface in com.atlassian.confluence.search.v2
A V2 interface which provides searching functionality on a search index.
SearchManager.Categorizer<T> - Interface in com.atlassian.confluence.search.v2
 
SearchManager.EntityVersionPolicy - Enum Class in com.atlassian.confluence.search.v2
searchManagerImpl() - Method in class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
searchMetrics(String) - Method in class com.atlassian.confluence.functest.rest.admin.IpdResource
 
searchNoCategorisation(List<QueryToken>, ResultTemplate, Set<Attachment.Type>, boolean, int, Integer, Map<String, Object>, String...) - Method in interface com.atlassian.confluence.search.contentnames.ContentNameSearcher
Search returning results in the specified space and ResultTemplate include pagination and search parent name support.
SearchOptions - Class in com.atlassian.confluence.api.model.search
 
SearchOptions(SearchOptions.Builder) - Constructor for class com.atlassian.confluence.api.model.search.SearchOptions
 
SearchOptions.Builder - Class in com.atlassian.confluence.api.model.search
 
SearchOptions.Excerpt - Class in com.atlassian.confluence.api.model.search
 
SearchPageResponse<T> - Class in com.atlassian.confluence.api.model.search
A page response impl for the search service which provides the total size of the result set, along with the CQL Query that was used to generate the result set.
SearchPageResponse(List<T>, boolean, String, PageRequest, int, int, Optional<Integer>) - Constructor for class com.atlassian.confluence.api.model.search.SearchPageResponse
 
SearchPageResponse.Builder<T> - Class in com.atlassian.confluence.api.model.search
 
SearchPerformedEvent - Class in com.atlassian.confluence.event.events.search
Event triggered whenever a user performs a search through the search screen or the remote API.
SearchPerformedEvent(Object, SearchQuery, User, int) - Constructor for class com.atlassian.confluence.event.events.search.SearchPerformedEvent
 
searchPlatform() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConfig
 
searchPlatform() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchConfig
 
searchPlatform() - Method in interface com.atlassian.confluence.search.SearchPlatformConfig
 
searchPlatform() - Method in interface com.atlassian.confluence.status.service.systeminfo.SearchInfo
 
SearchPlatform - Enum Class in com.atlassian.confluence.search
Search platform that can be configured on Confluence via the "search.platform" property in the application config file.
searchPlatformConfig() - Method in class com.atlassian.confluence.plugins.opensearch.healthchecks.config.SpringConfig
 
searchPlatformConfig() - Method in class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
SearchPlatformConfig - Interface in com.atlassian.confluence.search
Interface to expose search platform configuration
SearchPrimitive - Annotation Interface in com.atlassian.confluence.search.v2
The annotated element as v2 search primitive means it is a building block for composing higher level search classes.
SearchQuery - Interface in com.atlassian.confluence.search.v2
A query to be performed against the search index.
SearchQueryBean() - Constructor for class com.atlassian.confluence.user.actions.PeopleDirectoryAction.SearchQueryBean
Deprecated.
 
SearchQueryFactory - Interface in com.atlassian.confluence.search.v2.query
Provides methods ot create various specialised SearchQuery instances.
SearchQueryFactoryImpl - Class in com.atlassian.confluence.search.v2.query
 
SearchQueryFactoryImpl(ConfluenceUserDao, SpaceManager, LabelManager, PermissionManager) - Constructor for class com.atlassian.confluence.search.v2.query.SearchQueryFactoryImpl
 
SearchQueryFactoryInternal - Interface in com.atlassian.confluence.dmz.search
 
SearchQueryInterpreter - Interface in com.atlassian.confluence.macro.query
Creates a SearchQuery instance from the provided String value.
SearchQueryInterpreterException - Exception in com.atlassian.confluence.macro.query
Exception thrown by SearchQueryInterpreter if an error occurs while creating a SearchQuery.
SearchQueryInterpreterException(String) - Constructor for exception com.atlassian.confluence.macro.query.SearchQueryInterpreterException
 
SearchQueryInterpreterException(String, Throwable) - Constructor for exception com.atlassian.confluence.macro.query.SearchQueryInterpreterException
 
SearchQueryModuleDescriptor - Class in com.atlassian.confluence.impl.plugin.descriptor.search
 
SearchQueryModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.impl.plugin.descriptor.search.SearchQueryModuleDescriptor
 
SearchQueryParameters - Class in com.atlassian.confluence.search.service
Encapsulates parameters which describes search terms and additional filtering.
SearchQueryParameters() - Constructor for class com.atlassian.confluence.search.service.SearchQueryParameters
Construct a query with no search term or filtering.
SearchQueryParameters(String) - Constructor for class com.atlassian.confluence.search.service.SearchQueryParameters
Construct a query for the specified String.
SearchQueryParser - Class in com.atlassian.confluence.macro.query
 
SearchQueryParser() - Constructor for class com.atlassian.confluence.macro.query.SearchQueryParser
 
SearchQueryParser(boolean) - Constructor for class com.atlassian.confluence.macro.query.SearchQueryParser
 
SearchQueryParserException - Exception in com.atlassian.confluence.macro.query
Exception thrown by the SearchQueryParser if it runs into trouble converting a criteria string into a SearchQuery.
SearchQueryParserException(String) - Constructor for exception com.atlassian.confluence.macro.query.SearchQueryParserException
 
SearchQueryParserException(String, Throwable) - Constructor for exception com.atlassian.confluence.macro.query.SearchQueryParserException
 
SearchQueryTokenizer - Interface in com.atlassian.confluence.search.v2.analysis
Breaks a text of a text field into tokens.
SearchQueryUtils - Class in com.atlassian.confluence.search.v2.query
Helper class to assist with any operations that require traversing the tree of SearchQuerys.
SearchQueryUtils() - Constructor for class com.atlassian.confluence.search.v2.query.SearchQueryUtils
 
SearchRequest - Class in com.atlassian.confluence.internal.user
Common fields for a user management search.
SearchRequest(boolean) - Constructor for class com.atlassian.confluence.internal.user.SearchRequest
 
SearchRequestsAnalyticsStorage - Class in com.atlassian.confluence.impl.threadlimiter.analyticsservice
Class responsible for storing information about search requests (for thread limiter analytics service).
SearchRequestsAnalyticsStorage() - Constructor for class com.atlassian.confluence.impl.threadlimiter.analyticsservice.SearchRequestsAnalyticsStorage
 
SearchRequestsAnalyticsStorage(Supplier<Long>) - Constructor for class com.atlassian.confluence.impl.threadlimiter.analyticsservice.SearchRequestsAnalyticsStorage
 
SearchResource - Class in com.atlassian.confluence.plugins.restapi.resources
API REST Resource for searching for entities in Confluence.
SearchResource(CQLSearchService, ObjectMapperProvider) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.SearchResource
 
SearchRestrictionEntity - Class in com.atlassian.confluence.functest.rest.admin.crowd
Search restriction entity classes should extend this abstract class.
SearchRestrictionEntity() - Constructor for class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntity
 
SearchRestrictionEntityTranslator - Class in com.atlassian.confluence.functest.rest.admin.crowd
Utility class to convert from a SearchRestriction interface to one of SearchRestrictionEntity classes.
SearchRestrictionEntityTranslator() - Constructor for class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
 
SearchRestrictionEntityTranslator.SupportedType - Enum Class in com.atlassian.confluence.functest.rest.admin.crowd
Represents a supported value type.
SearchResult<T> - Class in com.atlassian.confluence.api.model.search
A result of a search.
SearchResult - Class in com.atlassian.confluence.search.contentnames
Represents a search result from a content name search.
SearchResult - Interface in com.atlassian.confluence.search.v2
An individual search result.
SearchResult(Long, String, String, String) - Constructor for class com.atlassian.confluence.search.contentnames.SearchResult
 
SearchResult(String, Entity) - Constructor for class com.atlassian.confluence.user.PermittedUserFinder.SearchResult
 
SearchResult.Builder<T> - Class in com.atlassian.confluence.api.model.search
 
SearchResultConverter - Class in com.atlassian.confluence.search.v2
 
SearchResultConverter(AnyTypeDao, ContentEntityObjectDao) - Constructor for class com.atlassian.confluence.search.v2.SearchResultConverter
 
SearchResultEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
A single search result
SearchResultEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntity
 
SearchResultEntityExampleDocument - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
 
SearchResultEntityExampleDocument() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.SearchResultEntityExampleDocument
 
SearchResultEntityList - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
Entity representing a search result
SearchResultEntityList() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntityList
 
SearchResultGroupEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
SearchResultGroupEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultGroupEntity
 
SearchResultJsonator - Class in com.atlassian.confluence.json.jsonator
 
SearchResultJsonator(ContextPathHolder, I18NBeanFactory, UserPreferencesAccessor, FormatSettingsManager, LocaleManager) - Constructor for class com.atlassian.confluence.json.jsonator.SearchResultJsonator
 
SearchResultLink - Class in com.atlassian.confluence.search.v2
Represents a HTML link constructed from data contained in a search result (and ultimately the search index).
SearchResultLink(String, String) - Constructor for class com.atlassian.confluence.search.v2.SearchResultLink
 
SearchResultRenderContext - Class in com.atlassian.confluence.search
Render context for search results.
SearchResultRenderContext() - Constructor for class com.atlassian.confluence.search.SearchResultRenderContext
Default constructor.
SearchResultRenderContext(String, String) - Constructor for class com.atlassian.confluence.search.SearchResultRenderContext
Constructor that sets both the queryString and showExcepts properties.
SearchResultRenderer - Interface in com.atlassian.confluence.plugin
Interface for plugins that will provide a customized rendering of a search result should implement.
SearchResultRendererCache - Class in com.atlassian.confluence.search
The class caches the list of search result renderers installed in the system.
SearchResultRendererCache() - Constructor for class com.atlassian.confluence.search.SearchResultRendererCache
 
SearchResultRendererCacheUpdater - Class in com.atlassian.confluence.search
The class listens for plugin changes and notifies the search result renderer cache of any changes made to plugins.
SearchResultRendererCacheUpdater() - Constructor for class com.atlassian.confluence.search.SearchResultRendererCacheUpdater
 
searchResults(List<AutocompleteResultItem>) - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResult.Builder
 
SearchResults - Interface in com.atlassian.confluence.search.v2
The results of a search.
SearchResultsBatchWorkSource<T> - Class in com.atlassian.confluence.content.render.xhtml.migration.macro
Provides a worksource from a searchQuery, the query should return searchResults that can be converted ContentEntityObjects
SearchResultsBatchWorkSource(SearchManager, List<SearchResult>, int, Function<Searchable, T>) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.macro.SearchResultsBatchWorkSource
 
SearchResultSerialiser - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers
JSON Serialiser for SearchResult objects
SearchResultSerialiser() - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers.SearchResultSerialiser
 
SearchResultType - Enum Class in com.atlassian.confluence.search.v2
Represents a confluence search result type.
SearchServiceException - Exception in com.atlassian.confluence.plugins.rest.jackson2.service
An error occured during a search
SearchServiceException() - Constructor for exception com.atlassian.confluence.plugins.rest.jackson2.service.SearchServiceException
 
SearchServiceException(String) - Constructor for exception com.atlassian.confluence.plugins.rest.jackson2.service.SearchServiceException
 
SearchServiceException(String, Throwable) - Constructor for exception com.atlassian.confluence.plugins.rest.jackson2.service.SearchServiceException
 
SearchServiceException(Throwable) - Constructor for exception com.atlassian.confluence.plugins.rest.jackson2.service.SearchServiceException
 
SearchSiteAction - Class in com.atlassian.confluence.impl.search.actions
Deprecated.
since 5.9
SearchSiteAction() - Constructor for class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
SearchSiteAction.BackwardsCompatibility - Class in com.atlassian.confluence.impl.search.actions
Deprecated.
A class used to preserve compatibility with old style search URL's where search parameters were entered in the format: searchQuery.spaceKey=conf_all&searchQuery.queryString=hello.
SearchSiteAction.CriteriaParameters - Class in com.atlassian.confluence.impl.search.actions
Deprecated.
A Class used to represent the different criteria restriction links that are displayed along with the search results.
SearchSiteAction.UserDetails - Class in com.atlassian.confluence.impl.search.actions
Deprecated.
 
SearchSort - Interface in com.atlassian.confluence.search.v2
Represents some method for sorting search results, and the order in which to search them.
SearchSort.Order - Enum Class in com.atlassian.confluence.search.v2
Enum defining the types of ordering supported.
SearchSort.Type - Enum Class in com.atlassian.confluence.search.v2
 
SearchSortParameter - Class in com.atlassian.confluence.macro.params
Parameter that resolves a SearchSort instance from parameters named "sort" and "reverse".
SearchSortParameter() - Constructor for class com.atlassian.confluence.macro.params.SearchSortParameter
 
SearchSortParameter(String) - Constructor for class com.atlassian.confluence.macro.params.SearchSortParameter
 
SearchSortParameter(List<String>, String) - Constructor for class com.atlassian.confluence.macro.params.SearchSortParameter
 
searchTerm(String) - Method in class com.atlassian.confluence.internal.user.UserSearchRequestBuilder
 
SearchTermType - Enum Class in com.atlassian.confluence.util
This enum is to classify search terms in the user management search box.
SearchTokenExpiredException - Exception in com.atlassian.confluence.internal.search.v2.lucene
Thrown when the search token has expired.
SearchTokenExpiredException - Exception in com.atlassian.confluence.search.v2
An exception thrown when the search token has expired.
SearchTokenExpiredException(long) - Constructor for exception com.atlassian.confluence.internal.search.v2.lucene.SearchTokenExpiredException
 
SearchTokenExpiredException(long) - Constructor for exception com.atlassian.confluence.search.v2.SearchTokenExpiredException
 
SearchTokenTracker - Class in com.atlassian.confluence.plugins.opensearch
Tracks search tokens in memory, and associates them with the corresponding OpenSearch PIT (Point in Time) id.
SearchTokenTracker(OpenSearchConfig) - Constructor for class com.atlassian.confluence.plugins.opensearch.SearchTokenTracker
 
searchUnsyncedUsers(String) - Method in interface com.atlassian.confluence.dmz.user.UserAccessorInternal
Returns a list of all users for the given username search parameter that are unsynced: a user whose account has been disconnected from an external directory, i.e.
searchUnsyncedUsers(String) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
searchUnsyncedUsers(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
searchUnsyncedUsers(String) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Search all unsynced users, whose account has been disconnected from an external directory, i.e.
searchUnsyncedUsers(String) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
searchUnsyncedUsers(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
searchUsers(SearchRestrictionEntity, int, int) - Method in class com.atlassian.confluence.functest.rest.admin.UserResource
 
SearchUsersAction - Class in com.atlassian.confluence.user.actions
 
SearchUsersAction() - Constructor for class com.atlassian.confluence.user.actions.SearchUsersAction
 
SearchUsersEvent - Class in com.atlassian.confluence.event.events.admin
This event is fired each time "Search" is hit on the admin user management page, to search for users.
SearchUsersEvent(boolean, SearchTermType) - Constructor for class com.atlassian.confluence.event.events.admin.SearchUsersEvent
 
SearchUsersEvent(boolean, String) - Constructor for class com.atlassian.confluence.event.events.admin.SearchUsersEvent
Deprecated, for removal: This API element is subject to removal in a future version.
SearchWithToken - Interface in com.atlassian.confluence.search.v2
A search that additionally specifies a search token.
SECOND - Enum constant in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
Limit a date's resolution to second granularity.
secret() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
secret() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
SECRET_DELETED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.SecretAuditListener
 
SECRET_PLACEHOLDER - Static variable in class com.atlassian.confluence.impl.security.ConfluenceSecretService
 
SECRET_UPDATED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.SecretAuditListener
 
SecretAuditListener - Class in com.atlassian.confluence.impl.audit.listener
Listens for SecretService related events and translates them into AuditEvents.
SecretAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.SecretAuditListener
 
secretDeletedEvent(SecretDeletedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.SecretAuditListener
 
SecretDeletedEvent - Record Class in com.atlassian.confluence.event.events.security
An event that is emitted when a secret is deleted.
SecretDeletedEvent(String) - Constructor for record class com.atlassian.confluence.event.events.security.SecretDeletedEvent
Creates an instance of a SecretDeletedEvent record class.
secretIdentifier() - Method in record class com.atlassian.confluence.event.events.security.SecretDeletedEvent
Returns the value of the secretIdentifier record component.
secretIdentifier() - Method in record class com.atlassian.confluence.event.events.security.SecretUpdatedEvent
Returns the value of the secretIdentifier record component.
Secrets - Class in com.atlassian.synchrony
Faux class for synchrony
Secrets() - Constructor for class com.atlassian.synchrony.Secrets
 
SecretStoreDataSourcePasswordDecrypter - Class in com.atlassian.confluence.internal.cipher
Decrypts an encrypted hibernate.connection.password
SecretStoreDataSourcePasswordDecrypter(SecretStore) - Constructor for class com.atlassian.confluence.internal.cipher.SecretStoreDataSourcePasswordDecrypter
 
secretUpdatedEvent(SecretUpdatedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.SecretAuditListener
 
SecretUpdatedEvent - Record Class in com.atlassian.confluence.event.events.security
An event that is emitted when a secret is created / modified.
SecretUpdatedEvent(String) - Constructor for record class com.atlassian.confluence.event.events.security.SecretUpdatedEvent
Creates an instance of a SecretUpdatedEvent record class.
SectionAndColumnMacroCreateListener - Class in com.atlassian.confluence.tinymceplugin.listeners
Sends an event to the analytics server when a page/blog post is created using the section and column macros
SectionAndColumnMacroCreateListener(XhtmlContent, EventPublisher) - Constructor for class com.atlassian.confluence.tinymceplugin.listeners.SectionAndColumnMacroCreateListener
 
SectionMacroCreatedEvent - Class in com.atlassian.confluence.tinymceplugin.events
A layout event is used to define when a page/blog post is created using the section and column macro.
SectionMacroCreatedEvent(AbstractPage) - Constructor for class com.atlassian.confluence.tinymceplugin.events.SectionMacroCreatedEvent
 
SectionMacroReplacementRenderer - Class in com.atlassian.confluence.content.render.xhtml.migration
 
SectionMacroReplacementRenderer(Renderer) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.SectionMacroReplacementRenderer
 
sections(String, List<String>, String, ContentId) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.WebFragmentResource
Fetch the websections at the given location.
sections(SortedSet, String, ContentId) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.WebFragmentResource
Fetch the websections at the given locations.
SectionsForLocationFunction - Class in com.atlassian.confluence.plugins.soy
A soy server function that retrieves web-sections for a given location.
SectionsForLocationFunction(WebViewService) - Constructor for class com.atlassian.confluence.plugins.soy.SectionsForLocationFunction
 
SECURE - Enum constant in enum class com.atlassian.confluence.servlet.download.AttachmentSecurityLevel
 
SecureAccessFilter - Class in com.atlassian.confluence.impl.webapp
Entry point to SecureAccessFilterChain.
SecureAccessFilterChain - Class in com.atlassian.confluence.impl.webapp
Provide a flexible way to manage filter chain based on current user access level
SecureAccessFilterChain(FilterChain, List<Filter>, AnnotatedPermitChecker) - Constructor for class com.atlassian.confluence.impl.webapp.SecureAccessFilterChain
 
SecureAccessFilterService - Class in com.atlassian.confluence.impl.webapp
Simple service which manage filter path.
SecureAccessFilterService(List<ServletContextRegistrar>) - Constructor for class com.atlassian.confluence.impl.webapp.SecureAccessFilterService
 
SecureAccessServletFilter - Class in com.atlassian.confluence.impl.webapp
This will ideally is a last filter which check target servlet to have proper access or not.
SecureAccessServletFilter(AnnotatedPermitChecker) - Constructor for class com.atlassian.confluence.impl.webapp.SecureAccessServletFilter
 
SecureAccessServletFilterConfig - Class in com.atlassian.confluence.impl.webapp
Wrapper FilterConfig for SecureAccessFilter
SecureAccessServletFilterConfig(ServletContext, ServletFilterRegistrar) - Constructor for class com.atlassian.confluence.impl.webapp.SecureAccessServletFilterConfig
 
SecureAccessServletFilters - Enum Class in com.atlassian.confluence.impl.webapp
All filter define in here will be check for 3AF for LicensedOnly by default
SECURED_PROPERTIES - Static variable in class com.atlassian.confluence.impl.setup.ConfluenceApplicationConfig
 
SECURED_PROPERTIES_ENABLED - Static variable in class com.atlassian.confluence.impl.setup.ConfluenceApplicationConfig
 
SecureLocalConfigSecretsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
An upgrade task to secure the secret properties configured in local home as defined in the Set ConfluenceApplicationConfig.propertiesToSecure
SecureLocalConfigSecretsUpgradeTask(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.SecureLocalConfigSecretsUpgradeTask
 
SecureMailServerSecretUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
An upgrade task to secure plaintext mail server passwords that have been previously configured.
SecureMailServerSecretUpgradeTask(ConfluenceMailServerManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.SecureMailServerSecretUpgradeTask
 
SecureRpc - Interface in com.atlassian.confluence.rpc
 
SecureSharedConfigSecretsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
An upgrade task to secure the secret properties configured in shared home as defined in the Set ConfluenceApplicationConfig.propertiesToSecure
SecureSharedConfigSecretsUpgradeTask(DefaultClusterConfigurationHelper) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.SecureSharedConfigSecretsUpgradeTask
 
SECURITY - Enum constant in enum class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent.Type
 
SECURITY - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
SECURITY_HEADERS_OPT_OUT_PARAM - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
SECURITY_SETTINGS_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.GlobalSettingsAuditListener
 
securityConfig() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
securityConfig() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
SecurityConfigurationAction - Class in com.atlassian.confluence.admin.actions
 
SecurityConfigurationAction() - Constructor for class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
SecurityEnforcer - Interface in com.atlassian.confluence.impl.webapp.security
Interface for enforcing security policy criteria given a request and supplementary information for that request such as the authenticated user and mapped Struts action.
SecurityEvent - Class in com.atlassian.confluence.event.events.security
 
SecurityEvent(Object, String, String) - Constructor for class com.atlassian.confluence.event.events.security.SecurityEvent
 
SecurityEvent(Object, String, String, String, String) - Constructor for class com.atlassian.confluence.event.events.security.SecurityEvent
 
SecurityInfo - Class in com.atlassian.confluence.status.service.systeminfo
 
SecurityInfo() - Constructor for class com.atlassian.confluence.status.service.systeminfo.SecurityInfo
 
SeeOtherException - Exception in com.atlassian.confluence.api.service.exceptions
Raised to return an http 303 'see other' to the client.
SeeOtherException() - Constructor for exception com.atlassian.confluence.api.service.exceptions.SeeOtherException
 
SeeOtherException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.SeeOtherException
 
SeeOtherException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.SeeOtherException
 
SeeOtherException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.SeeOtherException
 
SeeOtherException(Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.SeeOtherException
 
select(Iterable<String>) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
 
select(String...) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the list of columns to select.
SELECT_SPACE_RETENTION_SPACE_IDS - Static variable in class com.atlassian.confluence.impl.retention.fast.dao.DefaultFastSpaceRetentionDao
 
selectBean(Class<T>, String, String) - Method in class com.atlassian.confluence.impl.cluster.ClusterAwareBeanSelector
Selects one of 2 beans
selectBodyForRepresentation(Content, ContentRepresentation) - Method in class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionServiceImpl
 
selectBodyForRepresentation(Content, ContentRepresentation) - Method in interface com.atlassian.confluence.api.service.content.ContentBodyConversionService
Given a Content object for which the body could be converted to a given ContentRepresentation, returns the ContentBody that would be used for the conversion.
selectDecorator(Content, SiteMeshContext) - Method in class com.atlassian.confluence.impl.sitemesh.ConfluenceDecoratorSelector
 
selectDecorator(Content, SiteMeshContext) - Method in class com.atlassian.confluence.util.profiling.ConfluenceDecoratorSelector
Deprecated.
 
SELECTED_CATEGORY_PARAM - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
 
SELECTED_TAB_PARAM - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
 
selectedGroup - Variable in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
selectedGroups - Variable in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
selectedUsername - Variable in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
SelectGlobalLocaleAction - Class in com.atlassian.confluence.setup.actions
 
SelectGlobalLocaleAction() - Constructor for class com.atlassian.confluence.setup.actions.SelectGlobalLocaleAction
 
SelectSetupStepAction - Class in com.atlassian.confluence.setup.actions
A simple action, the goal of which is to redirect the user to the correct setup step
SelectSetupStepAction() - Constructor for class com.atlassian.confluence.setup.actions.SelectSetupStepAction
 
SelectWithOffsetLimitCommand - Class in com.atlassian.confluence.upgrade.dml
Helps generate SQL code to select rows with an offset and limit for all supported databases.
SelectWithOffsetLimitCommand.Builder - Class in com.atlassian.confluence.upgrade.dml
self() - Method in class com.atlassian.confluence.api.model.people.Anonymous.AnonymousBuilder
 
self() - Method in class com.atlassian.confluence.api.model.people.Person.PersonBuilder
 
SELF - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.LinkExamples
 
SELF_LINK - Static variable in class com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher
 
SemaphoreHolder - Class in com.atlassian.confluence.impl.search.contentnames
Holds the semaphore used to enforce a limit on the number of simultaneous quick nav searches.
SemaphoreHolder(SettingsManager) - Constructor for class com.atlassian.confluence.impl.search.contentnames.SemaphoreHolder
 
SemaphoreRefreshListener - Class in com.atlassian.confluence.impl.search.contentnames
Listener that listens for changes to the global configuration.
SemaphoreRefreshListener() - Constructor for class com.atlassian.confluence.impl.search.contentnames.SemaphoreRefreshListener
 
send() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
send() - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
Deprecated.
send() - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem
Deprecated.
 
send(Email) - Method in class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
SEND_EMAIL - Static variable in class com.atlassian.confluence.user.actions.CreateUserAction
 
sendAnalyticsEventAboutFailure(DenormalisedPermissionFailAnalyticsEvent.Action) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionRouter
 
sendConfirmationEmail(String, User) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
sendConfirmationEmail(String, User) - Method in interface com.atlassian.confluence.user.SignupManager
Sends a confirmation email to the given new user.
sendContentEvents(Set<DbRawDataForContentTable>, ConfluenceUser) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc.SpaceDeletionEventSender
 
sendEmail - Variable in class com.atlassian.confluence.user.actions.CreateUserAction
 
sendErrorResponse(HttpServletRequest, HttpServletResponse, int, Exception) - Method in class com.atlassian.confluence.impl.struts.ConfluenceDispatcherErrorHandler
 
sendEvents(boolean) - Method in class com.atlassian.confluence.internal.security.SpacePermissionContext.Builder
 
sendEvents(Set<DbRawData>, Class) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc.SpaceDeletionEventSender
 
sendFailureEvent(BackupRestoreJob, String) - Method in class com.atlassian.confluence.impl.backuprestore.restore.events.OnRestoreEventsSender
 
sendFinishEvents(BackupRestoreJob, BackupRestoreSettings, Collection<String>, Properties) - Method in class com.atlassian.confluence.impl.backuprestore.restore.events.OnRestoreEventsSender
 
sendGeneralHelpLinkClicked(String) - Method in class com.atlassian.confluence.impl.health.analytics.EventPublishingHealthCheckAnalyticsSender
 
sendGeneralHelpLinkClicked(String) - Method in class com.atlassian.confluence.impl.health.analytics.NoOpHealthCheckAnalyticsSender
 
sendGeneralHelpLinkClicked(String) - Method in interface com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsSender
Sends an analytics event to indicate that the user clicked the given non-event-specific knowledge base link on the Johnson page.
sendHealthCheckResult(Event) - Method in class com.atlassian.confluence.impl.health.analytics.EventPublishingHealthCheckAnalyticsSender
 
sendHealthCheckResult(Event) - Method in class com.atlassian.confluence.impl.health.analytics.NoOpHealthCheckAnalyticsSender
 
sendHealthCheckResult(Event) - Method in interface com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsSender
If analytics are available, sends an analytics event relating to the given Johnson event.
sendHelpLinkClickedForEvent(String) - Method in class com.atlassian.confluence.impl.health.analytics.EventPublishingHealthCheckAnalyticsSender
 
sendHelpLinkClickedForEvent(String) - Method in class com.atlassian.confluence.impl.health.analytics.NoOpHealthCheckAnalyticsSender
 
sendHelpLinkClickedForEvent(String) - Method in interface com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsSender
Sends an analytics event to indicate that the user (typically an admin) clicked a help link for a health check result on the Johnson page.
sendInProgressEvent(JobScope, long, long, boolean, boolean) - Method in class com.atlassian.confluence.impl.backuprestore.restore.events.OnRestoreEventsSender
 
sendInvites(SendUserInviteEvent) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
sendInvites(SendUserInviteEvent) - Method in interface com.atlassian.confluence.user.SignupManager
Send invitation emails with a message to a list of email addresses.
sendLockDatabaseEvent() - Method in class com.atlassian.confluence.impl.backuprestore.restore.events.OnRestoreEventsSender
 
sendMauEvents() - Method in class com.atlassian.confluence.api.impl.service.event.mau.MauEventServiceImpl
 
sendMauEvents() - Method in interface com.atlassian.confluence.api.service.event.mau.MauEventService
Send analytics events, if needed, with data accumulated during the whole request.
sendMessage(SandboxMessage) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxServerContext
 
sendNetworkNotifications(NotificationData, ConversionContext) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationsSender
 
sendNetworkNotifications(NotificationData, ConversionContext) - Method in interface com.atlassian.confluence.mail.notification.NotificationsSender
Sends notifications based on users following other users.
sendNotification(Notification, NotificationData) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
Sends content-based notifications.
sendNotification(Notification, NotificationData, ConversionContext) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationsSender
 
sendNotification(Notification, NotificationData, ConversionContext) - Method in interface com.atlassian.confluence.mail.notification.NotificationsSender
Sends content-based notifications.
sendNotification(ConfluenceUser, NotificationContext, NotificationData, ConversionContext) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationsSender
 
sendNotification(String, NotificationContext, NotificationData) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
Sends a notification.
sendNotification(String, NotificationContext, NotificationData, ConversionContext) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationsSender
Sends a notification.
sendNotification(String, NotificationContext, NotificationData, ConversionContext) - Method in interface com.atlassian.confluence.mail.notification.NotificationsSender
Sends a notification.
sendNotifications(List<Notification>, NotificationData) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
Sends the notificationData to each user listed in notifications, as long as they are permitted to see it.
sendNotifications(List<Notification>, NotificationData, ConversionContext) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationsSender
 
sendNotifications(List<Notification>, NotificationData, ConversionContext) - Method in interface com.atlassian.confluence.mail.notification.NotificationsSender
Sends the notificationData to each user listed in notifications, as long as they are permitted to see it.
sendPageNotifications(AbstractPage, NotificationData, ConversionContext) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationsSender
 
sendPageNotifications(AbstractPage, NotificationData, ConversionContext) - Method in interface com.atlassian.confluence.mail.notification.NotificationsSender
Sends page based notifications.
SendsAnalytics - Annotation Interface in com.atlassian.confluence.rest.v2.api.annotation
An annotation indicating that this REST resource would is enabled to send analytics ( Sends RestEndpointAnalyticsEvent for every whitelisted (see below) method in this REST resource).
sendSpaceNotifications(Space, NotificationData, ConversionContext) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationsSender
 
sendSpaceNotifications(Space, NotificationData, ConversionContext) - Method in interface com.atlassian.confluence.mail.notification.NotificationsSender
Sends space based notifications.
sendStartEvents(BackupRestoreJob, BackupRestoreSettings, Collection<String>, Properties) - Method in class com.atlassian.confluence.impl.backuprestore.restore.events.OnRestoreEventsSender
 
sendStartMarker() - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxServerContext
 
sendSuccessfulEvent(BackupRestoreJob) - Method in class com.atlassian.confluence.impl.backuprestore.restore.events.OnRestoreEventsSender
 
SendTestEmailAction - Class in com.atlassian.confluence.admin.actions.mail
 
SendTestEmailAction() - Constructor for class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
sendToEmail(NotificationData, String) - Method in class com.atlassian.confluence.user.notifications.DefaultEmailService
Deprecated.
 
sendToEmail(NotificationData, String) - Method in interface com.atlassian.confluence.user.notifications.EmailService
Deprecated.
 
sendToEmails(NotificationData, List<String>) - Method in class com.atlassian.confluence.user.notifications.DefaultEmailService
Deprecated.
 
sendToEmails(NotificationData, List<String>) - Method in interface com.atlassian.confluence.user.notifications.EmailService
Deprecated.
 
sendUnlockDatabaseEvent() - Method in class com.atlassian.confluence.impl.backuprestore.restore.events.OnRestoreEventsSender
 
SendUserInviteAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
SendUserInviteAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.SendUserInviteAuditListener
 
sendUserInviteEvent(SendUserInviteEvent) - Method in class com.atlassian.confluence.impl.audit.listener.SendUserInviteAuditListener
 
SendUserInviteEvent - Class in com.atlassian.confluence.event.events.user
Event sent when a user wants to invite a set of users to use Confluence.
SendUserInviteEvent(Object, User, String, List<String>) - Constructor for class com.atlassian.confluence.event.events.user.SendUserInviteEvent
 
sendUserInvites(UserInvites) - Method in class com.atlassian.confluence.plugins.easyuser.EasyUserResource
 
sendWelcomeEmail(ConfluenceUser) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
sendWelcomeEmail(ConfluenceUser) - Method in interface com.atlassian.confluence.user.SignupManager
Sends a welcome email to the given new user.
SEPARATOR - Static variable in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey
 
sequenceSnapshotInconsistent(ManagedCache) - Method in interface com.atlassian.cache.hazelcast.asyncinvalidation.Observability
Called when a sequence snapshot verification fails and causes the cache to flushed.
SeraphTrustedApplicationIntegration - Class in com.atlassian.confluence.security.trust.seraph
 
SeraphTrustedApplicationIntegration() - Constructor for class com.atlassian.confluence.security.trust.seraph.SeraphTrustedApplicationIntegration
 
SeraphTrustedApplicationUserResolver - Class in com.atlassian.confluence.security.trust.seraph
A UserResolver is used by the TrustedApplicationsFilter to find a user based on the application certificate.
SeraphTrustedApplicationUserResolver() - Constructor for class com.atlassian.confluence.security.trust.seraph.SeraphTrustedApplicationUserResolver
 
SeraphUtils - Class in com.atlassian.confluence.util
 
SeraphUtils() - Constructor for class com.atlassian.confluence.util.SeraphUtils
 
serialise() - Method in interface com.atlassian.confluence.api.model.ApiEnum
 
serialise() - Method in class com.atlassian.confluence.api.model.BaseApiEnum
 
serialise() - Method in class com.atlassian.confluence.api.model.content.id.ContentId
 
serialise() - Method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
 
serialise() - Method in class com.atlassian.confluence.api.model.content.Label
 
serialise() - Method in class com.atlassian.confluence.api.model.content.Position
 
serialise() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId.ContentBlueprintIdWithId
 
serialise() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId.ContentBlueprintIdWithKeys
 
serialise() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId
 
serialise() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithId
 
serialise() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithKeys
 
serialise() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithUUID
 
serialise() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId
 
serialise() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskId
 
serialise() - Method in class com.atlassian.confluence.api.model.people.SubjectType
 
serialise(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsSerialiser
Serialises object to a byte array.
serialise(Collection<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.EntityObjectsToXmlWriter
Thread-safe serialisation of the objects collection.
serialize() - Method in interface com.atlassian.confluence.json.json.Json
Returns a JSON-format string representation of this object.
serialize() - Method in class com.atlassian.confluence.json.json.JsonArray
 
serialize() - Method in class com.atlassian.confluence.json.json.JsonBoolean
 
serialize() - Method in class com.atlassian.confluence.json.json.JsonNull
 
serialize() - Method in class com.atlassian.confluence.json.json.JsonNumber
 
serialize() - Method in class com.atlassian.confluence.json.json.JsonObject
 
serialize() - Method in class com.atlassian.confluence.json.json.JsonString
 
serialize(JsonString, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.rest.serialization.jackson2.JsonStringSerializer
 
serialize(PageResponse<?>, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.rest.serialization.jackson2.PageResponseSerializer
 
serialize(RestEntity, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestEntitySerializer
 
serialize(SearchResult, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers.SearchResultSerialiser
 
serialize(ProfilePictureInfo, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers.ProfilePictureInfoSerialiser
 
serialize(MacroDefinition) - Method in class com.atlassian.confluence.macro.MacroDefinitionRequestSerializer
 
serialize(MacroDefinition) - Method in interface com.atlassian.confluence.macro.MacroDefinitionSerializer
 
serialize(MacroDefinition) - Method in class com.atlassian.confluence.macro.MacroDefinitionWikiMarkupSerializer
 
serialize(Option, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.rest.serialization.jackson2.OptionSerializer
Deprecated.
 
serialize(Option, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.ui.rest.json.LegacyOptionSerializer
Deprecated.
 
serialize(User, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers.UserSerialiser
 
serialize(JsonGenerator, JsonpMapper) - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.StandardLanguageAnalyzerVariant
 
serialize(JsonGenerator, JsonpMapper) - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity
 
serialize(Integer) - Method in class com.atlassian.confluence.util.sandbox.SandboxSerializers.IntSerializer
 
serialize(Object, Writer) - Method in interface com.atlassian.confluence.setup.bandana.BandanaSerializer
Serialize an object.
serialize(Object, Writer) - Method in class com.atlassian.confluence.setup.bandana.XStreamBandanaSerializer
 
serialize(String) - Method in class com.atlassian.confluence.util.sandbox.SandboxSerializers.StringSerializer
 
serialize(Duration) - Method in class com.atlassian.confluence.util.sandbox.SandboxSerializers.DurationSerializer
 
serialize(Instant, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.rest.serialization.jackson2.InstantSerializer
 
serialize(OffsetDateTime, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.rest.serialization.jackson2.OffsetDateTimeSerializer
 
serialize(List<byte[]>) - Method in class com.atlassian.confluence.util.sandbox.SandboxSerializers.CompositeByteArraySerializer
 
serialize(Map<String, String>) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.DefaultMacroParameterSerializer
 
serialize(Map<String, String>) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterSerializer
Serializes a map of parameters into a String.
serialize(Optional, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.rest.serialization.jackson2.OptionalSerializer
 
serialize(Document) - Static method in class com.atlassian.confluence.util.test.rules.XmlResource
Deprecated.
 
serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class com.atlassian.confluence.rest.serialization.jackson2.DateTimeSerializer
 
serialize(T) - Method in interface com.atlassian.confluence.util.sandbox.SandboxSerializer
 
serializeAsIso() - Static method in class com.atlassian.confluence.rest.serialization.jackson2.OffsetDateTimeSerializer
 
serializeAsTimestamp() - Static method in class com.atlassian.confluence.rest.serialization.jackson2.OffsetDateTimeSerializer
 
SERIALIZED_HIGHLIGHTS_JSON_PROP - Static variable in class com.atlassian.confluence.tinymceplugin.service.impl.CommentRenderServiceImpl
A new Json Property JsonContentProperty key for the reference to the serialized string of the highlights
SerializerModule - Class in com.atlassian.confluence.rest.serialization.jackson2
Module containing the custom serializers required to serialize the entities in the REST API
SerializerModule() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule
 
SerializerModule.ConfluenceBeanDeserializerModifier - Class in com.atlassian.confluence.rest.serialization.jackson2
 
SerializerModule.ConfluenceJacksonDeserializers - Class in com.atlassian.confluence.rest.serialization.jackson2
 
SerializerModuleFactory - Class in com.atlassian.confluence.plugins.restapi.serialization.factory
 
SerializerModuleFactory() - Constructor for class com.atlassian.confluence.plugins.restapi.serialization.factory.SerializerModuleFactory
 
serializeWithType(RestEntity, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestEntitySerializer
 
serialVersionUID - Static variable in class com.atlassian.confluence.cluster.ClusterInvariants
 
ServeAfterTransactionDownload - Class in com.atlassian.confluence.servlet.download
This abstract download strategy allows implementors to gather necessary information from a database and set HTTP headers within a database transaction.
ServeAfterTransactionDownload() - Constructor for class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
 
ServeAfterTransactionDownload.StreamResultCallback - Class in com.atlassian.confluence.servlet.download
Spring transactional callback that calls getStreamForDownload within a database transaction
serveFile(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
 
Server() - Constructor for class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.Server
 
SERVER - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobSource
 
SERVER - Enum constant in enum class com.atlassian.confluence.importexport.impl.ExportDescriptor.Source
 
SERVER_ERROR_PATH - Static variable in class com.atlassian.confluence.impl.webapp.security.NeoSecurityFilter
 
SERVER_NAME - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming.IpdIncomingMailServersStats
 
SERVER_PLATFORM - Static variable in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
ServerInformation - Class in com.atlassian.confluence.api.model
 
ServerInformation(String, String, int, int, String) - Constructor for class com.atlassian.confluence.api.model.ServerInformation
 
ServerInformationResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST API for fetching server information.
ServerInformationResource(ServerInformationService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ServerInformationResource
 
ServerInformationService - Interface in com.atlassian.confluence.api.service.server
 
ServerInformationServiceImpl - Class in com.atlassian.confluence.api.impl.service.server
 
ServerInformationServiceImpl(GlobalSettingsManager, ServerInformationServiceValidator) - Constructor for class com.atlassian.confluence.api.impl.service.server.ServerInformationServiceImpl
 
ServerInformationServiceValidator - Interface in com.atlassian.confluence.api.service.server
 
ServerInformationServiceValidatorImpl - Class in com.atlassian.confluence.api.impl.service.server
 
ServerInformationServiceValidatorImpl() - Constructor for class com.atlassian.confluence.api.impl.service.server.ServerInformationServiceValidatorImpl
 
ServerSubscriptionJournalStateStore - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal
A Journal State Store which will store the state based on Subscription Id
ServerSubscriptionJournalStateStore(String, IncrementalSyncSubscriptionManager) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
service(SpringManagedServlet, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcServer
 
service(SpringManagedServlet, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.ExportWordPageServer
 
service(SpringManagedServlet, HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.confluence.servlet.ServletManager
 
service(SpringManagedServlet, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.CssServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.ServletModuleContainerServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.SpringManagedServlet
 
service(ServletRequest, ServletResponse) - Method in class com.atlassian.confluence.impl.webapp.FourOhFourServlet
 
service(ServletRequest, ServletResponse) - Method in class com.atlassian.confluence.impl.webapp.RedirectServlet
 
service(ServletRequest, ServletResponse) - Method in class com.atlassian.confluence.servlet.ReadyToServeServlet
 
SERVICE_READY - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionServiceState
 
SERVICE_STATE_RELOADING_INTERVAL - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
SERVICE_STATE_RELOADING_INTERVAL_WHEN_SERVICE_IS_DISABLED - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
 
serviceAction(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.atlassian.confluence.impl.struts.ConfluenceStrutsDispatcher
Modifies super to place WebInterfaceContext into request, for use by ConfluenceSitemeshDecorator
ServiceBackedActionHelper - Class in com.atlassian.confluence.core.actions
 
ServiceBackedActionHelper(ServiceCommand) - Constructor for class com.atlassian.confluence.core.actions.ServiceBackedActionHelper
 
ServiceCommand - Interface in com.atlassian.confluence.core.service
A command forming part of Confluence's service layer.
ServiceCommandTransactionProxy - Class in com.atlassian.confluence.spring.service
Proxy for wrapping service commands in Spring-managed transactions.
ServiceCommandTransactionProxy(PlatformTransactionManager) - Constructor for class com.atlassian.confluence.spring.service.ServiceCommandTransactionProxy
 
ServiceCommandTransactionProxy(PlatformTransactionManager, String, String) - Constructor for class com.atlassian.confluence.spring.service.ServiceCommandTransactionProxy
 
ServiceCommandValidator - Interface in com.atlassian.confluence.core.service
 
ServiceException - Exception in com.atlassian.confluence.api.service.exceptions
All thrown API Service-level exceptions should extend this exception.
ServiceException() - Constructor for exception com.atlassian.confluence.api.service.exceptions.ServiceException
 
ServiceException(String) - Constructor for exception com.atlassian.confluence.api.service.exceptions.ServiceException
 
ServiceException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.ServiceException
 
ServiceException(Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.ServiceException
 
ServiceExceptionMapper - Class in com.atlassian.confluence.rest.v2.api.exception
Deprecated.
since 9.4 obsolete, no replacement
ServiceExceptionMapper() - Constructor for class com.atlassian.confluence.rest.v2.api.exception.ServiceExceptionMapper
Deprecated.
 
ServiceExceptionSupplier - Class in com.atlassian.confluence.api.model.validation
ServiceException supplier for use with SimpleValidationResult.
ServiceExceptionSupplier() - Constructor for class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
servicePath - Variable in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
ServiceUrl - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
SERVLET_CONTEXT_THREAD_LOCAL - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
SERVLET_MODULE_CONTAINER_SERVLET - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
ServletActionContext - Class in com.atlassian.confluence.struts.compat
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use ServletActionContext instead.
ServletActionContext - Class in com.atlassian.confluence.struts.compat2
Wrapper for ServletActionContext which ensures compatibility with Struts 6.7, specifically the usage of JavaX APIs rather than Jakarta APIs.
ServletActionContext() - Constructor for class com.atlassian.confluence.struts.compat.ServletActionContext
Deprecated.
 
ServletActionContext() - Constructor for class com.atlassian.confluence.struts.compat2.ServletActionContext
 
ServletContextConfig - Class in com.atlassian.confluence.impl.servlet
 
ServletContextConfig() - Constructor for class com.atlassian.confluence.impl.servlet.ServletContextConfig
 
ServletContextResourceAccessor - Class in com.atlassian.confluence.importexport.resource
An implementation of ResourceAccessor that gets resources via the servlet context.
ServletContextResourceAccessor() - Constructor for class com.atlassian.confluence.importexport.resource.ServletContextResourceAccessor
 
servletDestroyed(SpringManagedServlet) - Method in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcServer
 
servletDestroyed(SpringManagedServlet) - Method in class com.atlassian.confluence.servlet.ExportWordPageServer
 
servletDestroyed(SpringManagedServlet) - Method in interface com.atlassian.confluence.servlet.ServletManager
 
servletDestroyed(SpringManagedServlet) - Method in class com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet
 
ServletFilterModuleContainerFilter - Class in com.atlassian.confluence.plugin.servlet.filter
Filter implementation which delegates to plugin filters.
ServletFilterModuleContainerFilter() - Constructor for class com.atlassian.confluence.plugin.servlet.filter.ServletFilterModuleContainerFilter
 
servletInitialised(SpringManagedServlet, ServletConfig) - Method in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcServer
 
servletInitialised(SpringManagedServlet, ServletConfig) - Method in class com.atlassian.confluence.servlet.ExportWordPageServer
 
servletInitialised(SpringManagedServlet, ServletConfig) - Method in interface com.atlassian.confluence.servlet.ServletManager
 
servletInitialised(SpringManagedServlet, ServletConfig) - Method in class com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet
 
ServletManager - Interface in com.atlassian.confluence.servlet
 
ServletModuleContainerServlet - Class in com.atlassian.confluence.servlet
This class was mark with UnrestrictedAccess because it will handle the check by itself
ServletModuleContainerServlet() - Constructor for class com.atlassian.confluence.servlet.ServletModuleContainerServlet
 
ServletRequestAttributes - Class in com.atlassian.confluence.servlet
 
ServletRequestAttributes() - Constructor for class com.atlassian.confluence.servlet.ServletRequestAttributes
 
ServletsInitializer - Class in com.atlassian.confluence.impl.webapp
A Spring WebApplicationInitializer which registers and configures various Servlets and Filters.
ServletsInitializer() - Constructor for class com.atlassian.confluence.impl.webapp.ServletsInitializer
 
SessionCacheModeThreadLocal - Class in com.atlassian.confluence.core.persistence.hibernate
A thread local that stores the CacheMode during use of a session.
SessionCacheModeThreadLocal() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.SessionCacheModeThreadLocal
 
SessionClearingRowCallbackHandler - Class in com.atlassian.confluence.upgrade.upgradetask
Implementation of RowCallbackHandler which clears the session after processing a configurable number of rows.
SessionClearingRowCallbackHandler(Session, int, int) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.SessionClearingRowCallbackHandler
 
sessionCreated(HttpSessionEvent) - Method in class com.atlassian.confluence.user.listeners.UserSessionExpiryListener
 
sessionDestroyed(HttpSessionEvent) - Method in class com.atlassian.confluence.user.listeners.UserSessionExpiryListener
 
SessionDraftDao - Class in com.atlassian.confluence.pages.persistence.dao
Stores drafts in the session, primarily for anonymous users.
SessionDraftDao(HttpSession) - Constructor for class com.atlassian.confluence.pages.persistence.dao.SessionDraftDao
 
sessionFactory - Variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
sessionFactory - Variable in class com.atlassian.confluence.importexport.Importer
Deprecated.
 
sessionFactory - Variable in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
sessionFactory - Variable in class com.atlassian.confluence.upgrade.upgradetask.AbstractConstraintCreationUpgradeTask
 
sessionFactory5 - Variable in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
SessionHelper - Class in com.atlassian.confluence.core.persistence.hibernate
Deprecated.
since 9.3
SessionKeys - Class in com.atlassian.confluence.user
All of the keys used to store Confluence information in the user's session.
SessionKeys() - Constructor for class com.atlassian.confluence.user.SessionKeys
 
SessionMessageManager - Class in com.atlassian.confluence.util.message
 
SessionMessageManager(HttpContext) - Constructor for class com.atlassian.confluence.util.message.SessionMessageManager
 
set(int, E) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
set(int, T) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
set(ConversionContextOutputType) - Static method in class com.atlassian.confluence.util.OutputTypeThreadLocal
Set the output type of the current execution
set(CacheMode) - Static method in class com.atlassian.confluence.core.persistence.hibernate.SessionCacheModeThreadLocal
Set cache mode for Hibernate sessions in current thread
set(RequestContext) - Static method in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContextThreadLocal
 
set(SetupLocks.Lock, boolean) - Method in class com.atlassian.confluence.setup.SetupLocks
Unconditionally sets to the given value.
set(ConfluenceUser) - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
 
set(String, String) - Method in class com.atlassian.confluence.themes.BaseColourScheme
 
set(HttpServletRequest, String, String) - Static method in class com.atlassian.confluence.pages.actions.beans.PageReference
 
set(ServletRequest, Space, Theme, Theme) - Static method in class com.atlassian.confluence.themes.ThemeContext
 
SET_PAGE_PERMISSIONS_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
SET_PERMISSIONS - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Permission
Deprecated.
 
SET_PERMISSIONS - Static variable in class com.atlassian.confluence.security.Permission
 
SET_PERMISSIONS_MAX_LIMIT - Static variable in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
setAcceptableValues(Set<String>) - Method in exception com.atlassian.confluence.macro.params.ParameterException
Sets acceptable values of this parameter.
setAccessKey(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setAccessKey(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setAccessModeManager(AccessModeManager) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
setAccessModeManager(AccessModeManager) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setAccessModeManager(AccessModeManager) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setAccessModeService(AccessModeService) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setAccessModeService(AccessModeService) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ReadWriteAccessModeCondition
 
setAcknowledged(boolean) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setAcknowledged(ConfluenceUser) - Method in class com.atlassian.confluence.user.extras.aggregation.impl.AggregationWarningManager
 
setAction(ConfluenceActionSupport) - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
 
setAction(String) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
The type of action (e.g.
setActionName(String) - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
setActionRateLimiterForgetuserpassword(ActionRateLimiter) - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
Setting ActionRateLimiter
setActionRateLimiterSiteSupport(ActionRateLimiter) - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
Setting ActionRateLimiter
setActor(User) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Sets the user that performed the action that caused the notification to be sent.
setAdapter(ContentEntityAdapter) - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
setAddWildcardsToUserAndGroupSearches(boolean) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setAddWildcardsToUserAndGroupSearches(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAdminCronExpressionValidator(CronExpressionValidator) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction
 
setAdminEllipsis(Boolean) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setAdminLimitExceeded(boolean) - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
setAdminLimitExceededMsg(String) - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
setAdmins(UserEntityList) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setAdminSoapService(AdminSoapService) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setAdminTaskIgnored(boolean) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
 
setAdminTasklistManager(AdminTasklistManager) - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
setAdminTasklistManager(AdminTasklistManager) - Method in class com.atlassian.confluence.admin.actions.tasks.ManageAdminTaskAction
 
setAdminUiProperties(AdminUiProperties) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setAdminUiProperties(AdminUiProperties) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setAfterBodyStart(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction
 
setAfterBodyStart(String) - Method in class com.atlassian.confluence.setup.settings.CustomHtmlSettings
 
setAgeUnit(AgeUnit) - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
setAlgorithm(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
setAlias(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey
 
setAliases(Set<String>) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setAliases(Set<String>) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
setAlignment(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
setAlignment(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
setAllExporters(Collection<Exporter>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
setAllowCamelCase(boolean) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setAllowCamelCase(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAllowRemoteApi(boolean) - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
setAllowRemoteApi(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAllowRemoteApiAnonymous(boolean) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setAllowRemoteApiAnonymous(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAllowRendering(boolean) - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
setAllowThreadedComments(boolean) - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
setAllowThreadedComments(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAllowTrackbacks(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 7.0.1, it will be removed by this ticket: https://jira.atlassian.com/browse/CONFSRVDEV-10243
setAllUsersSubject(String) - Method in class com.atlassian.confluence.security.SpacePermission
 
setAlmostSupportPeriodEndMessageOff(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAlternateId(String) - Method in class com.atlassian.confluence.macro.browser.actions.MacroDetailsAction
 
setAlternateId(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setAlternativeText(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
setAlwaysShowConfig(boolean) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setAncestors(List<Page>) - Method in class com.atlassian.confluence.pages.Page
This should only ever be set by Hibernate.
setAnchor(String) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
setAnchor(String) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.BaseNav
 
setAnchor(String) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RelevantViewRestrictionsNavImpl
 
setAnonymous(boolean) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
setAnonymousUserPermissionsService(AnonymousUserPermissionsService) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setAnonymousUserPermissionsService(AnonymousUserPermissionsService) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setAnonymousUserPermissionsService(AnonymousUserPermissionsService) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setAntiXssMode(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.10, turning off antixss mode is not supported
setAnyTypeDao(EntityRemover) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setApiContentService(ContentService) - Method in class com.atlassian.confluence.pages.actions.RemoveCommentAction
 
setApiContentTrashService(ContentTrashService) - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
setApiPaginationService(PaginationService) - Method in class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
Deprecated.
 
setApiPaginationService(PaginationService) - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
setApiPaginationService(PaginationService) - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
setApiPersonService(PersonService) - Method in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
setApiPersonService(PersonService) - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
setApiRelationService(RelationService) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setAppenderName(String) - Method in class com.atlassian.confluence.logging.ConfluenceLoggingConfigurationListener
 
setApplicationConfig(ApplicationConfiguration) - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
setApplicationConfig(ApplicationConfiguration) - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
setApplicationConfig(ApplicationConfiguration) - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
setApplicationConfig(ApplicationConfiguration) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setApplicationConfig(ApplicationConfiguration) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setApplicationConfigProperty(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setApplicationConfigProperty(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets a property on the global ApplicationConfiguration instance.
setApplicationConfigProperty(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setApplicationConfiguration(ApplicationConfiguration) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.confluence.impl.metrics.MicrometerBinderRegistrar
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.confluence.plugin.ConfluenceHostContainer
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.confluence.plugin.ConfluencePluginManager
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.confluence.plugin.descriptor.ComponentModuleDescriptor
Support autowire of application context
setApplicationContext(ApplicationContext) - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.confluence.plugin.descriptor.SpringComponentModuleDescriptor
Support autowire of application context
setApplicationContext(ApplicationContext) - Method in class com.atlassian.confluence.util.i18n.UserLocaleAwareBeanPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
setApplicationContext(ApplicationContext) - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
setApplicationDao(ApplicationDAO) - Method in class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.atlassian.confluence.impl.event.ApplicationContextEventPropagator
 
setApplicationHome(String) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setApplicationKeyAlias(String) - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
setApplicationName(String) - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
setApplicationProperties(ApplicationProperties) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setApplicationProperties(ApplicationProperties) - Method in class com.atlassian.confluence.setup.actions.SetupPathsAction
 
setApplicationProperties(ApplicationProperties) - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
setAppMonitoringEnabled(boolean) - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
setArchived(boolean) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceAction
 
setAsActualType(String, Object) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setAsActualType(String, Object) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
SetAsList<E> - Class in com.atlassian.confluence.impl.util.collections
A List wrapper around an ordered Set.
SetAsList(Set<E>) - Constructor for class com.atlassian.confluence.impl.util.collections.SetAsList
 
setAsymmetricKeyFactory(AsymmetricKeyFactory) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
setAsyncIndexer(Supplier<ChangeIndexer>) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
setAsyncIndexer(Supplier<ConfluenceIndexer>) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
setAttachment(Attachment) - Method in class com.atlassian.confluence.pages.AttachmentData
 
setAttachment(Attachment) - Method in class com.atlassian.confluence.pages.SavableAttachment
 
setAttachment(Attachment) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
setAttachmentBean(AttachmentBean) - Method in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
setAttachmentDao(AttachmentDaoInternal) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
setAttachmentData(Attachment, InputStream) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
setAttachmentData(Attachment, InputStream) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Set the data belonging to attachment
setAttachmentData(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
setAttachmentData(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
setAttachmentData(Attachment, InputStream) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
setAttachmentData(InputStream) - Method in class com.atlassian.confluence.pages.SavableAttachment
 
setAttachmentDataFileSystem(AttachmentDataFileSystem) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setAttachmentDataStore(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAttachmentDirectoryLocationResolverV003(AttachmentDataStorageLocationResolver) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
setAttachmentIds(String) - Method in class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction
 
setAttachmentLinksUpdater(AttachmentLinksUpdater) - Method in class com.atlassian.confluence.links.DefaultLinkManager
Deprecated.
since 7.7 unused
setAttachmentManager(AttachmentManagerInternal) - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
setAttachmentManager(AttachmentManagerInternal) - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
 
setAttachmentManager(AttachmentManagerInternal) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.impl.importexport.HtmlExporter
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.impl.search.actions.AttachmentSearchAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.impl.search.actions.DraftAttachmentSearchAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.AttachedImagesAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentStorer
Deprecated.
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.attachments.AttachmentCountContextProvider
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.attachments.DefaultImageDetailsManager
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.pages.DefaultFileUploadManager
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.AttachmentDataStorageWhitelistCondition
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.HasAttachmentCondition
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.rss.AttachmentRenderSupport
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.servlet.download.AttachmentUrlParser
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
setAttachmentManager(AttachmentManager) - Method in class com.atlassian.confluence.user.actions.DeleteUserProfilePictureAction
 
setAttachmentMaxSize(long) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAttachmentMaxSizeMb(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setAttachmentMigrationExecutorService(ExecutorService) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
setAttachmentMigratorToV4(AttachmentMigratorToV4) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
setAttachmentResourceIdentifierMarshaller(Marshaller<AttachmentResourceIdentifier>) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
setAttachmentRetentionRule(RetentionRule) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
setAttachments(AttachmentEntityList) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setAttachments(List<Attachment>) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setAttachments(List<Attachment>) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setAttachments(List<Attachment>) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setAttachmentSafeContentHeaderGuesser(SafeContentHeaderGuesser) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
setAttachmentsDirResolver(FileLocationResolver) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
setAttachmentSecurityLevel(AttachmentSecurityLevel) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAttachmentSecurityLevel(String) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setAttachmentSizeRemovedByGlobalRules(long) - Method in class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
setAttachmentSizeRemovedBySpaceRules(long) - Method in class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
setAttachmentsRemovedByGlobalRules(long) - Method in class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
setAttachmentsRemovedBySpaceRules(long) - Method in class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
setAttachmentsShowing(Boolean) - Method in class com.atlassian.confluence.user.UserInterfaceState
 
setAttachmentsSoapService(AttachmentsSoapService) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setAttachmentTypes(Set<Attachment.Type>) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setAttachmentUrlParser(AttachmentUrlParser) - Method in class com.atlassian.confluence.importexport.impl.HtmlImageProcessingRule
 
setAttachmentUrlParser(AttachmentUrlParser) - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
setAttachmentUrlParser(AttachmentUrlParser) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
setAttachmentVersionRemovalSummary(AttachmentVersionRemovalSummary) - Method in class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobCompletedEvent
 
setAttribute(String, Object) - Method in class com.atlassian.confluence.internal.index.v2.DefaultExtractorContext
 
setAttribute(String, Object) - Method in interface com.atlassian.confluence.internal.index.v2.ExtractorContextWriter
Set or override an attribute
setAttributeForAllInDirectory(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
setAttributeForAllInDirectory(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
setAuditingContext(AuditingContext) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.ChooseThemeAction
 
setAuditingContext(AuditingContext) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setAuditingContext(AuditingContext) - Method in class com.atlassian.confluence.spaces.actions.ChooseThemeAction
 
setAuditingContext(AuditingContext) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
setAuditLogRetentionNumber(int) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAuditLogRetentionUnit(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setAuthContext(String, char[]) - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
Authenticates a user to make remote requests with.
setauthCtxFactory(ConfluenceAuthenticationContextFactory) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setAuthCtxFactory(ConfluenceAuthenticationContextFactory) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
setAuthenticator(Authenticator) - Method in class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
setAuthenticator(Authenticator) - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
setAuthor(UserDto) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setAuthor(UserDto) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setAuthor(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
 
setAuthorization(Authorization) - Method in class com.atlassian.confluence.mail.ConfluenceImapMailServer
 
setAuthorization(Authorization) - Method in class com.atlassian.confluence.mail.ConfluencePopMailServer
 
setAuthorization(Authorization) - Method in class com.atlassian.confluence.mail.ConfluenceSmtpMailServer
 
setAuthorization(Authorization) - Method in interface com.atlassian.confluence.mail.OAuth2MailServer
Register an Authorization to use when retrieving email from this MailServer
setAuthorization(String) - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
setAuthorization(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setAuthorize(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setAutocompleteDisabled(boolean) - Method in class com.atlassian.confluence.user.actions.EditorSettingsAction
 
setAutoCorrectRawQueryTransformer(LuceneAutoCorrectRawQueryParser) - Method in class com.atlassian.confluence.impl.search.v2.mappers.QueryStringQueryMapper
 
setAutoCorrectRawQueryTransformer(LuceneAutoCorrectRawQueryParser) - Method in class com.atlassian.confluence.impl.search.v2.mappers.TextFieldQueryMapper
 
setAutoformatDisabled(boolean) - Method in class com.atlassian.confluence.user.actions.EditorSettingsAction
 
setAutoLookAndFeelManager(AutoLookAndFeelManager) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setAvailableInterfaces(Collection<String>) - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
 
setAvatarUrl(String) - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
setAvatarUrl(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
setAwsAuthMethod(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setAxisSoapServer(RpcServer) - Method in class com.atlassian.confluence.rpc.RpcConfigurationChangeListener
 
setBack(String) - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
Deprecated.
since 5.3 (and really much much longer)
setBack(String) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
setBackgroundJobService(BackgroundJobService) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setBackingUser(User) - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
Provided to aid the strategy of automatically setting the backing user as this object is loaded.
setBackup(Backup) - Method in class com.atlassian.confluence.activeobjects.backup.ActiveObjectsBackupRestoreProvider
 
setBackupAttachments(boolean) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setBackupAttachmentsDaily(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setBackupDaily(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 6.11
setBackupPath(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setBackupRestoreJobResult(BackupRestoreJobResult) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setBackupRestoreProviderManager(BackupRestoreProviderManager) - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
setBackupRestoreProviderManager(BackupRestoreProviderManager) - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
 
setBackupRestoreProviderManager(BackupRestoreProviderManager) - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
setBackupRestoreSettings(BackupRestoreSettings) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setBandanaConfigMigrator(BandanaConfigMigrator) - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
setBandanaKey(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setBandanaKey(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
setBandanaKey(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
setBandanaKeyBoolean(String, String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setBandanaKeyBoolean(String, String, String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
setBandanaKeyBoolean(String, String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
setBandanaKeyInteger(String, String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setBandanaKeyInteger(String, String, String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
setBandanaKeyInteger(String, String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.core.DatabaseSidManager
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.plugin.BandanaPluginStateStore
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
setBandanaManager(BandanaManager) - Method in class com.atlassian.confluence.util.message.BandanaMessageManager
 
setBandanaPersister(BandanaPersister) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setBandanaPersister(BandanaPersister) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setBandanaPersister(BandanaPersister) - Method in class com.atlassian.confluence.util.BandanaConfigMigrator
 
setBandanaPersisterSupport(BandanaPersisterSupport) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
 
setBandanaStringList(String, String, String, Vector<String>) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setBandanaStringList(String, String, String, Vector<String>) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
setBandanaStringList(String, String, String, Vector<String>) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
setBandanaStringSet(String, String, String, Vector<String>) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setBandanaStringSet(String, String, String, Vector<String>) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
setBandanaStringSet(String, String, String, Vector<String>) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminBandanaResource.
setBannerMessage(String) - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
setBannerMessageOn(boolean) - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
setBaseColors(ColorScheme) - Method in class com.atlassian.confluence.plugins.lookandfeel.AutoLookAndFeelManager
 
setBaseUrl(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setBaseUrl(String) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setBaseUrlAdminMessageOff(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setBatchMaxBufferedDocs(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
setBatchMaxMergeDocs(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
setBatchMergeFactor(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
setBatchOperationManager(BatchOperationManager) - Method in class com.atlassian.confluence.pages.ancestors.HibernatePageAncestorManager
 
setBeanFactory(BeanFactory) - Method in class com.atlassian.confluence.renderer.plugin.SpringRendererComponentFactory
 
setBeanFactory(BeanFactory) - Method in class com.atlassian.confluence.core.PointcutClassLoaderProcessor
 
setBeanFactory(BeanFactory) - Method in class com.atlassian.confluence.impl.cluster.ClusterAwareBeanSelector
 
setBeanFactory(BeanFactory) - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector
 
setBeanFactory(BeanFactory) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setBeanInterfaces(Collection<String>) - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
 
setBeanName(String) - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
 
setBeanName(String) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
setBeforeBodyEnd(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction
 
setBeforeBodyEnd(String) - Method in class com.atlassian.confluence.setup.settings.CustomHtmlSettings
 
setBeforeHeadEnd(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction
 
setBeforeHeadEnd(String) - Method in class com.atlassian.confluence.setup.settings.CustomHtmlSettings
 
setBlogPostId(long) - Method in class com.atlassian.confluence.pages.actions.MoveBlogPostAction
 
setBlogPostResourceIdentifierMarshaller(Marshaller<BlogPostResourceIdentifier>) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
setBlogPosts(List<BlogPost>) - Method in class com.atlassian.confluence.pages.ContentTree
 
setBlogPostService(BlogPostService) - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
setBlogPostService(BlogPostService) - Method in class com.atlassian.confluence.pages.actions.MoveBlogPostAction
 
setBlogPostService(BlogPostService) - Method in class com.atlassian.confluence.pages.actions.RemoveHistoricalVersionAction
 
setBlogPostService(BlogPostService) - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
setBlogpostSubTypes(List<String>) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setBlogpostSubTypes(List<String>) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setBlogsSoapService(BlogsSoapService) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setBody(MacroBody) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
setBody(MacroBody) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
setBody(String) - Method in class com.atlassian.confluence.core.BodyContent
Sets the new body for this object.
setBody(String) - Method in class com.atlassian.confluence.core.PersistentDecorator
 
setBody(String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
setBody(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
setBodyAsString(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
Convenience method that sets the content of this ContentEntityObject.
setBodyAsString(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setBodyAsString(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setBodyContent(BodyContent) - Method in class com.atlassian.confluence.core.ContentEntityObject
Sets the BodyContent object for this ContentEntityObject.
setBodyContent(BodyContent) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setBodyContent(BodyContent) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setBodyContents(List<BodyContent>) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setBodyContents(List<BodyContent>) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setBodyContents(List<BodyContent>) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setBodyDeprecated(boolean) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setBodyType(BodyType) - Method in class com.atlassian.confluence.core.BodyContent
Changes the body type for this object.
setBodyType(BodyType) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
setBodyType(Macro.BodyType) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
setBodyType(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroBody
 
setBodyType(String) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setBoolean(String, boolean) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setBoolean(String, boolean) - Method in class com.atlassian.confluence.impl.user.preferences.AnonymousUserPreferences
 
setBoolean(String, boolean) - Method in class com.atlassian.confluence.impl.user.preferences.UserPreferencesImpl
 
setBoolean(String, boolean) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
setBoolean(String, boolean) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setBoolean(String, boolean) - Method in interface com.atlassian.confluence.user.UserPreferences
 
setBoolean(String, boolean) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
Deprecated.
 
setBoolean(String, boolean) - Method in interface com.atlassian.core.user.preferences.Preferences
Deprecated.
 
setBoolean(String, boolean) - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
setBooleanUserPreference(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setBooleanUserPreference(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets a boolean user preference.
setBooleanUserPreference(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setBooleanValue(String, boolean) - Method in class com.atlassian.confluence.functest.rest.admin.GlobalSettingsResource
 
setBootstrapConfigurer(BootstrapConfigurer) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
setBootstrapManager(BootstrapManager) - Method in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
setBootstrapManager(BootstrapManager) - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
setBootstrapManager(BootstrapManager) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
setBootstrapManager(BootstrapManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BuildNumberCondition
 
setBootstrapManager(BootstrapManager) - Method in class com.atlassian.confluence.security.DefaultSetSpacePermissionChecker
 
setBootstrapManager(BootstrapManager) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
setBootstrapManager(BootstrapManager) - Method in class com.atlassian.confluence.setup.ConfluenceLicenseRegistry
Deprecated.
 
setBootstrapManager(BootstrapManager) - Method in class com.atlassian.confluence.setup.DefaultDatabaseVerifier
 
setBootstrapManager(BootstrapManager) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setBootstrapSidManager(ConfluenceSidManager) - Method in class com.atlassian.confluence.core.DatabaseSidManager
 
setBootstrapSidManager(ConfluenceSidManager) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
setBootstrapStatusProvider(BootstrapStatusProvider) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setBorder(boolean) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
setBorder(boolean) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
setBottom(int) - Method in class com.atlassian.confluence.impl.search.v2.lucene.CaseInsensitiveSortComparator
 
setBottom(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
setBreadcrumbGenerator(BreadcrumbGenerator) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
setBreadcrumbGenerator(BreadcrumbGenerator) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setBreadcrumbGenerator(BreadcrumbGenerator) - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
setBreadcrumbGenerator(BreadcrumbGenerator) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setBreadcrumbGenerator(BreadcrumbGenerator) - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
setBreadcrumbGenerator(BreadcrumbGenerator) - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
 
setBreadcrumbGenerator(BreadcrumbGenerator) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
setBreadcrumbGenerator(BreadcrumbGenerator) - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
setBroken() - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
 
setBrowseUsersPermissionsFilterFactory(BrowseUsersPermissionsFilterFactory) - Method in class com.atlassian.confluence.impl.search.v2.mappers.SiteSearchPermissionsQueryMapper
 
setBuildNumber(int) - Method in class com.atlassian.confluence.core.VersionHistory
 
setBuildNumber(String) - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
setBuildNumber(String) - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
setBuildNumber(String) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setBuildNumber(String) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setBuildNumber(String) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setBuildNumber(String) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
setBuildNumberRangeChecker(BuildNumberRangeChecker) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BuildNumberCondition
 
setBulkPermissionService(BulkPermissionService) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setButtons(List<MacroPropertyPanelButton>) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setCache(ApplicationCache) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
setCache(String) - Method in class com.atlassian.confluence.admin.actions.FlushCacheAction
Deprecated.
 
setCacheConfigManager(CacheConfigManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setCacheFactory(CacheFactory) - Method in class com.atlassian.confluence.pages.ancestors.HibernatePageAncestorManager
Deprecated.
since 5.10. No longer used.
setCacheFactory(CacheFactory) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
setCacheFactory(CacheFactory) - Method in class com.atlassian.confluence.util.DefaultUserChecker
Deprecated.
since 5.10
setCacheFactory(CacheFactory) - Method in class com.atlassian.confluence.util.ReadOnlyLicenseCalculator
Deprecated.
since 5.10.
setCacheFactory(CacheFactory) - Static method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager
 
setCacheFactory(VCacheFactory) - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
setCacheFactory(VCacheFactory) - Static method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager
setCacheFlusher(CacheFlusher) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setCacheFlusher(CacheFlusher) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setCacheManager(CacheManager) - Method in class com.atlassian.confluence.admin.actions.FlushCacheAction
Deprecated.
 
setCacheManager(CacheManager) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
setCacheManager(CacheManager) - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
setCacheManager(CacheManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setCacheMaxEntries(String, int) - Method in class com.atlassian.confluence.functest.rest.admin.CacheResource
(Re)configures the maximum number of elements in the given cache
setCacheMaximumNumberOfElements(String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setCacheMaximumNumberOfElements(String, String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
setCacheMaximumNumberOfElements(String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
setCacheMode() - Method in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
setCacheMode() - Method in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
setCacheStatisticsManager(CacheStatisticsManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setCachingOn(boolean) - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
setCancel(String) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
Set by the "cancel" button on forms.
setCancelledBy(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setCancelTime(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setCancelTime(Instant) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setCanInviteUserCriteria(CanInviteUserCriteria) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CanInviteUserCondition
 
setCanInviteUserCriteria(CanInviteUserCriteria) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setCaptchaEnabled(boolean) - Method in interface com.atlassian.confluence.security.CaptchaManager
 
setCaptchaEnabled(boolean) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
setCaptchaEnabled(Boolean) - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
setCaptchaEngine(CaptchaEngine) - Method in class com.atlassian.confluence.security.ConfluenceImageCaptchaService
 
setCaptchaEngineClassName(String) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
setCaptchaGroups(Collection<String>) - Method in interface com.atlassian.confluence.security.CaptchaManager
 
setCaptchaGroups(Collection<String>) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
setCaptchaGroups(Collection<String>) - Method in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
setCaptchaManager(CaptchaManager) - Method in class com.atlassian.confluence.user.actions.ViewMyProfileAction
 
setCaptchaSettings(CaptchaSettings) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setCaptchaStore(CaptchaStore) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
setCatalogName(String) - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
setCategories(Set<String>) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setCategories(Set<String>) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setCategory(Category) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setCategory(SpaceCategoryEnum) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setCertificateRetrievalService(HttpCertificateRetrievalService) - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
setChangeIndexer(ChangeIndexer) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
Deprecated.
since 7.5
setChangeIndexer(ChangeIndexer) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
setChangeLuceneConnection(ILuceneConnection) - Method in class com.atlassian.confluence.impl.index.ChangeIndexRecoverer
Autowired by spring setter injection
setChangeSearchIndexAccessor(SearchIndexAccessor) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setChangesSaved(boolean) - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
setChangeTaskQueue(IndexTaskQueue<T>) - Method in class com.atlassian.confluence.impl.admin.actions.ViewChangeIndexQueueAction
Autowired by spring
setChildPageOrder(Page, List<Long>) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
setChildPageOrder(Page, List<Long>) - Method in interface com.atlassian.confluence.pages.PageManager
Sets ordering of child pages for a supplied page, based on a map of child ids to positions.
setChildren(ContentEntityList) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setChildren(List<Comment>) - Method in class com.atlassian.confluence.pages.Comment
 
setChildren(List<ContentNode>) - Method in class com.atlassian.confluence.pages.ContentNode
 
setChildren(List<Page>) - Method in class com.atlassian.confluence.pages.Page
 
setChildren(List<T>) - Method in interface com.atlassian.confluence.core.Hierarchical
 
setChildrenShowing(Boolean) - Method in class com.atlassian.confluence.user.UserInterfaceState
 
setClassAssertionStatus(String, boolean) - Method in class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
 
setClassName(String) - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
setClassNames(String[]) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
setClazz(String) - Method in class com.atlassian.confluence.impl.logging.admin.LoggingConfigEntry
 
setCleanedData(String) - Method in class com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.Result
 
setCleanedData(String) - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
Deprecated.
 
setClock(Clock) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setClock(Clock) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setClock(Clock) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setCloudPlatformMetadataService(CloudPlatformMetadataService) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setClusterAddressString(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setClusterConfigurationHelper(ClusterConfigurationHelper) - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
setClusterConfigurationHelper(ClusterConfigurationHelperInternal) - Method in class com.atlassian.confluence.setup.actions.FinishSetupAction
 
setClusterConfigurationHelper(ClusterConfigurationHelperInternal) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setClusterConfigurationHelper(ClusterConfigurationHelperInternal) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setClusterConfigurationHelper(ClusterConfigurationHelperInternal) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
Setter method for clusterConfigurationHelper
setClusteredDatabasePlatformMetadataService(ClusteredDatabasePlatformMetadataService) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setClusterEventWrapperService(ClusterEventWrapperService) - Method in class com.atlassian.confluence.cluster.ClusterEventBroadcaster
 
setClusterHome(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setClusterLockService(ClusterLockService) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
setClusterLockService(ClusterLockService) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setClusterLockService(ClusterLockService) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setClusterManager(ClusterExecutionService) - Method in class com.atlassian.confluence.impl.admin.actions.MarkAllLogsAction
 
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.cluster.ClusterEventBroadcaster
 
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
Deprecated.
since 5.9.1
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setClusterManager(ClusterManager) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
setClusterName(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setClusterPeersString(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setClusterSharedDataManager(SharedDataManager) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setCollaborativeEditingHelper(CollaborativeEditingHelper) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setCollaborativeEditingHelper(CollaborativeEditingHelper) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setCollaborativeEditingHelper(CollaborativeEditingHelper) - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
setCollaborativeEditingHelper(CollaborativeEditingHelper) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setCollaborativeEditingHelper(CollaborativeEditingHelper) - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
setCollaborativeEditingUuid(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setCollaborativeEditingUuid(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setCollaborativeEditingUuid(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setColorScheme(ColorSchemeThemeBasedModel) - Method in class com.atlassian.confluence.api.impl.service.colorscheme.GlobalColorSchemeServiceImpl
 
setColorScheme(ColorSchemeThemeBasedModel) - Method in interface com.atlassian.confluence.api.service.colorscheme.GlobalColorSchemeService
 
setColorScheme(ColorSchemeThemeBasedModel) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeService
 
setColorScheme(ColorSchemeThemeBasedModel) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeServiceImpl
 
setColorSchemeTypeForSpace(String, SpaceColorSchemeTypeModel) - Method in class com.atlassian.confluence.api.impl.service.colorscheme.SpaceColorSchemeServiceImpl
 
setColorSchemeTypeForSpace(String, SpaceColorSchemeTypeModel) - Method in interface com.atlassian.confluence.api.service.colorscheme.SpaceColorSchemeService
 
setColorSchemeTypeForSpace(String, SpaceColorSchemeTypeModel) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeService
 
setColorSchemeTypeForSpace(String, SpaceColorSchemeTypeModel) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeServiceImpl
 
setColorSchemeUpdated(boolean) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setColourSchemeManager(ColourSchemeManager) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
setColourSchemeManager(ColourSchemeManager) - Method in class com.atlassian.confluence.core.actions.ColorsStylesheetAction
 
setColourSchemeManager(ColourSchemeManager) - Method in class com.atlassian.confluence.core.actions.ThemeColorsStylesheetAction
 
setColourSchemeSetting(Space, String) - Method in class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
setColourSchemeSetting(Space, String) - Method in interface com.atlassian.confluence.themes.ColourSchemeManager
 
setColourSchemeSetting(Space, String) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
setColourSchemesSettings(ColourSchemesSettings) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setColourSchemesSettings(ColourSchemesSettings) - Method in class com.atlassian.confluence.setup.settings.SpaceSettings
 
setColourSchemeType(String) - Method in class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
 
setColumns(int) - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
setComment(Comment) - Method in interface com.atlassian.confluence.pages.actions.CommentAware
 
setComment(Comment) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
Sets the currently focused comment.
setComment(Comment) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
setComment(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Comment for the attachment.
setCommentable(boolean) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setCommentable(boolean) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setCommentId(long) - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
setCommentId(long) - Method in class com.atlassian.confluence.pages.actions.RemoveCommentAction
 
setCommentManager(CommentManager) - Method in class com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction
 
setCommentManager(CommentManager) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setCommentManager(CommentManager) - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
setCommentManager(CommentManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setComments(CommentEntityTree) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setComments(List<Comment>) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setComments(List<Comment>) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setComments(List<Comment>) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setCommentService(CommentService) - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
setCommentService(CommentService) - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
setCommentServiceTarget(CommentService) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setCommonMetadata(Content, ContentEntityObject) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
setCommonMetadata(Content, ContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Sets the common metadata on the entity
setCommonPropertiesForCreate(Content, ContentEntityObject, User) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
setCommonPropertiesForCreate(Content, ContentEntityObject, User) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Sets common properties on a newly created entity in preparation for being saved.
setCommonPropertiesForUpdate(Content, ContentEntityObject) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
setCommonPropertiesForUpdate(Content, ContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Sets common properties on the entity in preparation for an update.
setCompletedSuccessfully(boolean) - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
setCompletedSuccessfully(boolean) - Method in class com.atlassian.confluence.util.SubProgressMeter
 
setCompleteKey(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setCompleteKey(String) - Method in class com.atlassian.confluence.api.model.web.WebPanelView.Builder
 
setCompleteModuleKey(String) - Method in class com.atlassian.confluence.core.actions.ThemeColorsStylesheetAction
 
setCompleteModuleKey(String) - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
setCompletionTime(Instant) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setComponents(List) - Method in class com.atlassian.confluence.content.render.xhtml.migration.ErrorReportingV2Renderer
 
setCompoundIndexFileFormat(boolean) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
setConfiguration(ProfilerConfiguration) - Method in class com.atlassian.confluence.util.profiling.ConfluenceProfilerStrategy
 
setConfigurationFileName(String) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setConfigurations(List) - Method in class com.atlassian.confluence.util.http.HttpRetrievalServiceConfig
Deprecated.
 
setConfiguredBuildNumber(String) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setConfirm(String) - Method in class com.atlassian.confluence.pages.actions.RemoveCommentAction
 
setConfirm(String) - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
setConfirm(String) - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
setConfirm(String) - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
 
setConfirm(String) - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
setConfirm(String) - Method in class com.atlassian.confluence.user.UserForm
 
setConfLicenseString(String) - Method in class com.atlassian.confluence.setup.actions.AbstractConfluenceLicenseAction
 
setConflictingVersion(int) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setConfluenceAccessManager(ConfluenceAccessManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setConfluenceAccessManager(ConfluenceAccessManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.RemoteUserHasLicensedAccessCondition
 
setConfluenceAccessManager(ConfluenceAccessManager) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
setConfluenceAccessManager(ConfluenceAccessManager) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
setConfluenceAccessManager(ConfluenceAccessManager) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
 
setConfluenceBandanaRecordDao(ConfluenceBandanaRecordDao) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
 
setConfluenceDefaultCharsetSupplier(Supplier<Charset>) - Method in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshNoDecorator
Deprecated.
 
setConfluenceDirectories(ConfluenceDirectories) - Method in class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction
 
setConfluenceHome(FilesystemPath) - Method in class com.atlassian.confluence.admin.actions.HomeDirsSetupAction
 
setConfluenceHome(FilesystemPath) - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
setConfluenceHome(FilesystemPath) - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
 
setConfluenceHome(FilesystemPath) - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
setConfluenceHome(FilesystemPath) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
setConfluenceHome(FilesystemPath) - Method in class com.atlassian.confluence.setup.actions.SetupPathsAction
 
setConfluenceHome(FilesystemPath) - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
setConfluenceHome(FilesystemPath) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setConfluenceHome(String) - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
setConfluenceHome(String) - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
setConfluenceHome(String) - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 7.14
setConfluenceHome(String) - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
setConfluenceHttpParameters(ConfluenceHttpParameters) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setConfluenceJmxConfigService(ConfluenceJmxConfigService) - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
setConfluenceMonitoring(ConfluenceMonitoring) - Method in class com.atlassian.confluence.util.ConfluenceUberClassLoader
 
setConfluenceSchemaCreator(ConfluenceSchemaCreator) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setConfluenceUserDao(ConfluenceUserDao) - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
setConfluenceUserDao(ConfluenceUserDao) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
setConfluenceUserDao(ConfluenceUserDao) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
setConfluenceUserDao(ConfluenceUserDao) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
setConfluenceUserDao(ConfluenceUserDao) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setConfluenceUserResolver(ConfluenceUserResolver) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setConfluenceWysiwygConverter(ConfluenceWysiwygConverter) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
setConfluenceWysiwygConverter(ConfluenceWysiwygConverter) - Method in class com.atlassian.confluence.pages.actions.WysiwygConverterAction
 
setConfluenceWysiwygConverter(ConfluenceWysiwygConverter) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setConnected(MailServer) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming.IpdIncomingMailServersStats
 
setConnectionPoolProperties(ConnectionPoolProperties) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
setConnectionProviderMonitor(ExceptionMonitor) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setConnectionsEnabled(boolean) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setConnectionTimeout(int) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setConnectionTimeout(int) - Method in class com.atlassian.confluence.util.http.ConfluenceHttpParameters
 
setContactAddress(String) - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
setContainer(ContentEntityObject) - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
setContainer(ContentEntityObject) - Method in class com.atlassian.confluence.pages.Attachment
 
setContainer(ContentEntityObject) - Method in class com.atlassian.confluence.pages.Comment
 
setContainer(ContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setContainerContent(ContentEntityObject) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setContent(ConfluenceEntityObject) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Sets the entity that the notification is being sent regarding.
setContent(ContentEntityObject) - Method in class com.atlassian.confluence.core.BodyContent
 
setContent(ContentEntityObject) - Method in class com.atlassian.confluence.labels.Labelling
 
setContent(ContentEntityObject) - Method in class com.atlassian.confluence.like.LikeEntity
 
setContent(ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.Notification
 
setContent(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
 
setContent(String) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
setContent(String) - Method in class com.atlassian.confluence.plugins.templates.actions.ViewPageTemplateAction
 
setContent(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
 
setContent(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
setContent(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
setContent(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
setContent(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setContentBody(ContentBodyEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setContentBodyOnEntity(Content, ContentEntityObject) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
setContentBodyOnEntity(Content, ContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Sets the body content in updatedContent on the entity
setContentChoice(String) - Method in class com.atlassian.confluence.setup.actions.SetupDataAction
 
setContentCssClass(String) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setContentEntity(ContentEntityObject) - Method in class com.atlassian.confluence.content.ContentProperty
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.pages.actions.AttachedImagesAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UnpublishedStatusLozengeCondition
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.plugins.like.actions.LikeAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.user.actions.HistoryAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.user.actions.ViewUserHistoryAction
 
setContentEntityManager(ContentEntityManager) - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
setContentEntityManager(ContentDraftManagerInternal) - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
setContentEntityObjectDao(ContentEntityObjectDao) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
setContentEntityObjectDao(ContentEntityObjectDao) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setContentEntityObjectDao(ContentEntityObjectDao) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setContentEntityObjectDao(ContentEntityObjectDao) - Method in class com.atlassian.confluence.servlet.download.AttachmentUrlParser
 
setContentEntityResourceIdentifierMarshaller(Marshaller<ContentEntityResourceIdentifier>) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
setContentId(long) - Method in class com.atlassian.confluence.pages.actions.AttachedImagesAction
 
setContentId(long) - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
 
setContentId(long) - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
setContentId(long) - Method in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
setContentId(long) - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
setContentId(long) - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
setContentId(long) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setContentId(long) - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
setContentId(long) - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
setContentId(long) - Method in class com.atlassian.confluence.plugins.like.actions.LikeAction
 
setContentId(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.ContentToSidMapId
 
setContentId(long) - Method in class com.atlassian.synchrony.Events
 
setContentId(long) - Method in class com.atlassian.synchrony.Snapshots
 
setContentId(ContentId) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Sets id of the entity that the notification is being sent regarding.
setContentId(ContentId) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderByIdRequest
 
setContentId(Long) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setContentId(Long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentChangeLog
 
setContentId(Long) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
setContentId(Long) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderRequest
 
setContentId(Long) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PreviewMacroRequest
 
setContentId(Long) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.UnmarshalMacroRequest
 
setContentId(String) - Method in class com.atlassian.confluence.plugins.like.rest.entities.LikeEntity
 
setContentId(String) - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
setContentNameSearcher(ContentNameSearcher) - Method in class com.atlassian.confluence.impl.search.contentnames.DefaultContentNameSearchSectionsProvider
 
setContentNameSearchSectionSpecsProvider(Supplier<Map<Category, ContentNameSearchSectionSpec>>) - Method in class com.atlassian.confluence.impl.search.contentnames.DefaultContentNameSearchSectionsProvider
 
setContentNameSearchSemaphoreHolder(SemaphoreHolder) - Method in class com.atlassian.confluence.impl.search.contentnames.SemaphoreRefreshListener
 
setContentNameSearchService(ContentNameSearchService) - Method in class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated.
 
setContentNavContext(AbstractPage, String, String, ThemeHelper) - Static method in class com.atlassian.confluence.impl.util.DecoratorUtil
Page/blogpost context should be saved for deferred (sitemesh) content navigation execution, because main sitemesh decorator is executed under DecoratorAction, which does not contain page/space context of the main request.
setContentOption(String) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setContentPermissionDao(ContentPermissionDao) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setContentPermissionManager(ContentPermissionManager) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
setContentPermissionManager(ContentPermissionManager) - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
setContentPermissionManager(ContentPermissionManager) - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
setContentPermissionManager(ContentPermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ContentHasAnyPermissionsSetCondition
 
setContentPermissionManager(ContentPermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ContentHasInheritedPermissionsSetCondition
 
setContentPermissionManager(ContentPermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setContentPermissionManager(ContentPermissionManager) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
setContentPermissionManager(ContentPermissionManager) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
setContentPermissionManager(ContentPermissionManager) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
setContentPermissionManager(ContentPermissionManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setContentPermissionManager(ContentPermissionManagerInternal) - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
setContentPermissions() - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setContentPermissions(long, String, RemoteContentPermission[]) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setContentPermissions(Map<String, Collection<ContentPermission>>, ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Set the Content Permissions on the CEO to be the list of ContentPermissions passed.
setContentPermissions(Map<String, Collection<ContentPermission>>, ContentEntityObject) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setContentPermissions(Long, String, String) - Method in class com.atlassian.confluence.functest.rest.InheritedPermissionCheckResource
 
setContentPermissions(String, long, String, RemoteContentPermission[]) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Set the content permissions for a particular permission type on some content.
setContentPermissions(String, long, String, RemoteContentPermission[]) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setContentPermissions(String, long, String, RemoteContentPermission[]) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setContentPermissions(String, String, String, Vector) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
setContentPermissions(String, String, String, Vector) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
setContentPermissions(Collection<ContentPermission>, ContentEntityObject, String) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Set the Content Permissions on the CEO to be the list of ContentPermissions passed.
setContentPermissions(Collection<ContentPermission>, ContentEntityObject, String) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setContentPermissionSetDao(ContentPermissionSetDao) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setContentPermissionSetDao(ContentPermissionSetDao) - Method in class com.atlassian.confluence.core.DefaultInheritedContentPermissionManager
 
setContentPermissionSetId(Long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentChangeLog
 
setContentPermissionsQueryFactory(ContentPermissionsQueryFactory) - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
setContentPermissionTester(ContentPermissionTester) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setContentPluginKey(String) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setContentPropertiesFrom(ContentEntityObject) - Method in class com.atlassian.confluence.core.ContentEntityObject
Initialises the ContentProperties of this ContentEntityObject by performing a deep clone of the ContentEntityObject object's properties.
setContentPropertiesFrom(ContentEntityObject) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setContentPropertiesFrom(ContentEntityObject) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setContentPropertiesFromDraft(Draft) - Method in class com.atlassian.confluence.pages.AbstractPage
setContentPropertiesString(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setContentPropertiesString(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the string value of a ContentProperty associated with a content entity given its id and the property name
setContentPropertiesString(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setContentPropertiesStringForSpace(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setContentPropertiesStringForSpace(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the string value of a ContentProperty associated with the SpaceDescription of the space
setContentPropertiesStringForSpace(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setContentPropertyManager(ContentPropertyManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setContentPropertyManager(ContentPropertyManager) - Method in class com.atlassian.confluence.util.ContentMacrosHelper
 
setContentPropertyService(ContentPropertyService) - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
setContents(List<ContentEntity>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTree
 
setContents(List<ContentEntity>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityList
 
setContentSearchIndexAccessor(SearchIndexAccessor) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setContentStatus(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
Set the hibernate field for content status, distinguishing only draft/deleted/current status.
setContentStatus(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setContentStatus(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
setContentStatus(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setContentStatusOnEntity(Content, ContentEntityObject) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
setContentStatusOnEntity(Content, ContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Sets the content status from updatedContent on the entity
setContentStringProperty(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setContentStringProperty(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Set the content property string value (in OS_PROPERTYENTRY) for a content entity given its id, property key and value
setContentStringProperty(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setContentTaskQueue(IndexTaskQueue<T>) - Method in class com.atlassian.confluence.impl.admin.actions.ViewContentIndexQueueAction
Autowired by spring
setContentToBeExcluded(String[]) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setContentToBeExported(String[]) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setContentToSidMapId(ContentToSidMapId) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentViewPermission
 
setContentTransformerFactory(ContentTransformerFactory) - Method in class com.atlassian.confluence.util.ExcerptHelper
 
setContentTree(ContentTree) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
setContentTree(ContentTree) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
setContentType(String) - Method in class com.atlassian.confluence.pages.Attachment
Deprecated.
setContentType(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setContentType(ContentTypeEnum) - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
Set the content type to be returned.
setContentType(ContentTypeEnum) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setContentType(String) - Method in class com.atlassian.confluence.mail.notification.actions.AddSpaceNotificationAction
 
setContentType(String) - Method in class com.atlassian.confluence.mail.notification.actions.RemoveSpaceNotificationAction
 
setContentType(String) - Method in class com.atlassian.confluence.pages.actions.RemoveHistoricalVersionAction
 
setContentType(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
MIME type for the attached file, as reported by the browser when uploaded.
setContentType(String) - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
setContentType(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
setContentType(String) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setContentType(String) - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
setContentType(String) - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
setContentTypeAndDispositionHeaderBlacklist(ContentDispositionHeaderGuesser) - Method in class com.atlassian.confluence.servlet.download.DefaultAttachmentSafeContentHeaderGuesser
 
setContentTypeManager(ContentTypeManager) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateInterceptor
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
setContentTypeManager(ContentTypeManager) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
setContentTypeManager(ContentTypeManager) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
setContentTypeManager(ContentTypeManager) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
setContentTypeModuleResolver(ContentTypeModuleResolver) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
setContentTypes(Set<ContentTypeEnum>) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setContentTypesDisplayMapper(ContentTypesDisplayMapper) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setContentUiSupport(ContentUiSupport) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setContext(ExportContext) - Method in class com.atlassian.confluence.importexport.Exporter
Deprecated.
 
setContext(ExportContext) - Method in class com.atlassian.confluence.importexport.impl.XmlExporter
Deprecated.
 
setContext(ImportContext) - Method in class com.atlassian.confluence.importexport.Importer
Deprecated.
 
setContext(ConfluenceBandanaContext) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaConfigMap
 
setContext(String) - Method in class com.atlassian.confluence.content.service.page.StringParsingContextProvider
 
setContext(String) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
setContextKey(String) - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
setContextKey(String) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
setContextPathHolder(ContextPathHolder) - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
setContextVariable(String, Object) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
Free-form storage so persisters can maintain state during an import (for example, the BucketPropertySet persister needs to maintain a counter to help it fix broken property IDs).
setContributor(ConfluenceUser) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
Limits results to ones where the given user has been a contributor
setContributor(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setContributorsHash(String) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setContributorUsername(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setCookie(String, String) - Static method in class com.atlassian.confluence.web.Cookies
Sets a cookie.
setCopyAttachments(Boolean) - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
setCount(int) - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
setCount(Integer) - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
setCountry(String) - Method in class com.atlassian.confluence.languages.Language
 
setCountry(String) - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
setCounts(List<CountItem>) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setCoverPeriod(long) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
setCpuCostCollected(boolean) - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistryConfiguration
 
setCpuCostCollected(boolean) - Method in interface com.atlassian.confluence.util.profiling.MutableRegistryConfiguration
 
setCreated(boolean) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setCreated(Date) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
setCreated(Date) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
setCreated(Date) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
setCreatedBy(ConfluenceUser) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setCreatedByBuildNumber(String) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setCreatedDate(DateEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Date this attachment was created.
setCreatedDate(DateEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setCreatedDate(DateEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
setCreatedDate(DateEntity) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setCreatedDate(Date) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setCreatedTime(long) - Method in class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
setCreateTime(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setCreateTime(Instant) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setCreationDate(Instant) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
setCreationDate(Date) - Method in class com.atlassian.confluence.like.LikeEntity
 
setCreationDate(Date) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setCreationDate(Date) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
setCreationDate(Date) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setCreationDate(Date) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setCreationTime(Instant) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setCreationTime(Instant) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setCreator(UserEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setCreator(ConfluenceUser) - Method in class com.atlassian.confluence.core.ConfluenceEntityObject
 
setCreator(ConfluenceUser) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setCreator(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setCreator(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setCreator(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
setCreator(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
setCreator(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
setCreatorKey(UserKey) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setCreatorName(String) - Method in class com.atlassian.confluence.core.ConfluenceEntityObject
Deprecated.
setCreatorName(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setCreatorName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
Deprecated.
 
setCreatorName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
setCreatorName(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setCreatorName(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setCronExpression(String) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
setCronExpression(String) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeCronJobScheduleAction
 
setCronExpression(String) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction
 
setCronSchedule(String) - Method in class com.atlassian.confluence.schedule.ScheduledJobConfiguration
 
setCronTimeZone(String) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
setCrowdDirectoryService(CrowdDirectoryService) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setCrowdDirectoryService(CrowdDirectoryService) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
setCrowdDirectoryService(CrowdDirectoryService) - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
setCrowdDirectoryService(CrowdDirectoryService) - Method in class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
 
setCrowdService(CrowdService) - Method in class com.atlassian.confluence.user.actions.ConfirmEmailAction
 
setCrowdService(CrowdService) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
setCrowdService(CrowdService) - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
setCrowdUserDirectoryHelper(CrowdUserDirectoryHelper) - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
setCrowdUserDirectoryHelper(CrowdUserDirectoryHelper) - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
setCssClass(String) - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
setCssClass(String) - Method in interface com.atlassian.confluence.util.breadcrumbs.Breadcrumb
Override the default CSS class of the breadcrumb
setCssClasses(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.time.Time
 
setCurrentApplicationIdProvider(CurrentApplicationIdProvider) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
setCurrentCount(int) - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
setCurrentCycle(RemovalSummary) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
setCurrentFailedLoginCount(int) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
setCurrentPage(int) - Method in class com.atlassian.confluence.pages.actions.RecentBlogPostsAction
 
setCurrentPage(int) - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
setCurrentPassword(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForUpdate
 
setCurrentPassword(String) - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
setCurrentResource(Resource) - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
setCurrentSetupStep(String) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setCurrentStatus(SoftCleanupJobStatus) - Method in interface com.atlassian.confluence.api.service.retention.SoftCleanupStatusService
 
setCurrentStatus(SoftCleanupJobStatus) - Method in class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
Set the current SoftCleanupJobStatus object to the bandana value
setCurrentStatus(SoftCleanupJobStatus) - Method in class com.atlassian.confluence.impl.retention.RestrictiveSoftCleanupStatusService
 
setCurrentStatus(TrashCleanupJobStatus) - Method in class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
 
setCurrentStatus(TrashCleanupJobStatus) - Method in interface com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatusManager
Store the status of current soft removal job
setCurrentTime(Date) - Static method in class com.atlassian.confluence.jmx.CurrentTimeFacade
Note that you should NEVER call this outside of a unit test.
setCurrentUser(ConfluenceUser) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
Set the current user on the context
setCustomContactAdminMessage(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setCustomContactMessage(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setCustomContentManager(CustomContentManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setCustomHtmlSettings(CustomHtmlSettings) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setCustomLayoutManager(CustomLayoutManager) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction
 
setCustomPageSettingsManager(CustomPageSettingsManager) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
setCustomPageSettingsManager(CustomPageSettingsManager) - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
setCyclesCompleted(int) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
setDailyBackupDateFormatPattern(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setDailyBackupFilePrefix(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setDarkFeaturesManager(DarkFeaturesManager) - Method in class com.atlassian.confluence.admin.actions.SiteDarkFeaturesAction
 
setDarkFeaturesManager(DarkFeaturesManager) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setDarkFeaturesManager(DarkFeaturesManager) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setDarkFeaturesManager(DarkFeaturesManager) - Method in class com.atlassian.confluence.test.rpc.EventQueueFettler
 
setDarkFeaturesManager(DarkFeaturesManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setDarkFeaturesManager(DarkFeaturesManager) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, no replacement.
setDarkFeaturesManager(DarkFeaturesManager) - Method in class com.atlassian.confluence.user.DarkFeatureEnabledCondition
 
setDarkSiteLogoManager(SiteLogoManager) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setDashboardSpacesSelectedTeam(String) - Method in class com.atlassian.confluence.user.UserInterfaceState
 
setDashboardSpacesTab(String) - Method in class com.atlassian.confluence.user.UserInterfaceState
 
setData(InputStream) - Method in class com.atlassian.confluence.pages.AttachmentData
 
setData(InputStream) - Method in class com.atlassian.confluence.plugin.persistence.PluginData
 
setData(String, byte[]) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setData(String, byte[]) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setDatabase(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
setDatabaseAttachmentManager(AttachmentManagerInternal) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
setDatabaseBuildNumber() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setDatabaseBuildNumber() - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
Once installation is complete, we'll need to set the database build number in the database, so that a subsequent startup of Confluence is able to check that the home directory build number matches the database build number (see https://jira.atlassian.com/browse/CONF-13798).
setDatabaseBuildNumber(String) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
Once the upgrade is complete, we'll need to set the new database build number in the database.
setDatabaseBuildNumber(String) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setDatabaseCapabilities(HibernateDatabaseCapabilities) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
setDatabasedTestString(String) - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
setDatabaseName(String) - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
setDatabaseType(String) - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
setDatabaseVerifier(DatabaseVerifier) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
setDataDao(NonTransactionalAttachmentDataDao) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.NonTransactionalHibernateAttachmentDao
 
setDataDao(TransactionalAttachmentDataDao) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.TransactionalHibernateAttachmentDao
We override the parent setter here so we are certain we're getting a transactional AttachmentDataDao to work with
setDataRef(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
 
setDataSourceFactory(DataSourceFactory) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
setDataSourceFactory(DataSourceFactory) - Method in class com.atlassian.confluence.plugin.descriptor.mail.DefaultNotificationRenderManager
 
setDataSourceFactory(DataSourceFactory) - Method in class com.atlassian.confluence.user.notifications.UserSignUpNotificationsListener
Deprecated.
 
setDatasourceName(String) - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceAction
 
setDatasourceName(String) - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceTestConnectionAction
 
setDate(String) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setDate(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.DateEntity
 
setDate(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setDate(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
setDate(String, Date) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setDate(String, Date) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setDateFormat(String) - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
setDateFormat(String) - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Stores the formatting pattern to be used for dates.
setDateFormat(String) - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
setDateFormatter(DateFormatter) - Method in class com.atlassian.confluence.rss.RssRenderItem
 
setDateFormatterFactory(DateFormatterFactory) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setDateTimeFormat(String) - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
setDateTimeFormat(String) - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Stores the formatting pattern to be used for date and time together.
setDateTimeFormat(String) - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
setDateValue(Date) - Method in class com.atlassian.confluence.content.ContentProperty
 
setDbChoice(String) - Method in class com.atlassian.confluence.setup.actions.SetupDBChoiceAction
 
setDbChoiceSelect(String) - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
setDbConfigInfo(ConfluenceDatabaseDetails) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
setDbStatCollector(DbStatCollector) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setDebugMode(boolean) - Method in interface com.atlassian.confluence.security.CaptchaManager
If true the captcha manager will accept "DEBUG" for every generated capthca and reject all other tokens.
setDebugMode(boolean) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
setDecimalNumberFormat(String) - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
setDecimalNumberFormat(String) - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Stores the formatting pattern to be used for decimal numbers.
setDecimalNumberFormat(String) - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
setDecoratorName(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
 
setDefault(String) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.RecentlyUpdatedContentResource
Set the default dashboard tab
setDefaultAlias(String) - Method in class com.atlassian.confluence.renderer.ShortcutLinkConfig
 
setDefaultAssertionStatus(boolean) - Method in class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
 
setDefaultAttachmentManager(AttachmentManagerInternal) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
setDefaultConfiguration(HttpRequestConfig) - Method in class com.atlassian.confluence.util.http.HttpRetrievalServiceConfig
Deprecated.
 
setDefaultDateFormatterPattern(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setDefaultDateTimeFormatterPattern(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setDefaultDecimalNumberFormatterPattern(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setDefaultEncoding(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setDefaultEncryptor(String) - Method in class com.atlassian.confluence.impl.user.crowd.EncryptionSettingsImpl
 
setDefaultInclusionCriteria(InclusionCriteria) - Method in class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
Sets the default InclusionCriteria value to use in the underlying parser.
setDefaultInclusionCriteria(InclusionCriteria) - Method in class com.atlassian.confluence.macro.query.SimpleSearchQueryParser
Sets which InclusionCriteria should be applied to a value in the absence of a specific token.
setDefaultLongNumberFormatterPattern(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setDefaultNamespace(String) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
 
setDefaultParameterValue(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
setDefaultParameterValue(String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
setDefaultParameterValue(String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
setDefaultPermissionOverrideExtensionProvider(DefaultPermissionOverrideExtensionProvider) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setDefaultPersonalSpaceHomepageContent(String) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.0 because default space homepage content is now fetched from a global template
setDefaultRenderer(SearchResultRenderer) - Method in class com.atlassian.confluence.internal.search.DelegatedSearchResultRenderer
 
setDefaults() - Method in class com.atlassian.confluence.util.SupportUtility
 
setDefaultSpaceHomepageContent(String) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.0 because default space homepage content is now fetched from a global template
setDefaultSpaceHomepageTitle(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setDefaultSpaceKey(String) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setDefaultTimeFormatterPattern(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setDefaultTimezoneId(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setDefaultUserGroup(String) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setDefaultUsersGroup(String) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setDefaultUsersGroup(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setDefaultValue(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
setDefaultValue(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
setDelegate(FragmentParser<?>) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
setDelegate(ApplicationDAO) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
setDelegatedSearchResultRenderer(DelegatedSearchResultRenderer) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setDelegates(Map<String, PermissionDelegate>) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
setDelegationClassLoader(ConfluenceUberClassLoader) - Method in class com.atlassian.confluence.plugin.PluginsClassLoaderConfigurationListener
 
setDeleteCommentsList(List<String>) - Method in class com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction
 
setDeletedAgeUnit(AgeUnit) - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
setDeleteWorkingFile(boolean) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setDeleteWorkingFile(boolean) - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
setDemonstrationContentInstalled() - Method in class com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
 
setDemonstrationContentInstalled() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
setDenormalisedPermissionDarkFeature(DenormalisedPermissionDarkFeature) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setDenyPublicSignup(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setDescription(SpaceDescription) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setDescription(SpaceDescription) - Method in class com.atlassian.confluence.spaces.Space
 
setDescription(String) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setDescription(String) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setDescription(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setDescription(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
setDescription(String) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
setDescription(String) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
setDescription(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
setDescription(String) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setDescription(String) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
setDescription(String) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setDescription(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
 
setDescription(String) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceAction
 
setDescription(String) - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
setDescription(String) - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
setDestination(String) - Method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
setDestinationPageTitle(String) - Method in class com.atlassian.confluence.links.OutgoingLink
 
setDestinationSpaceKey(String) - Method in class com.atlassian.confluence.links.OutgoingLink
 
setDetailed(boolean) - Method in class com.atlassian.confluence.macro.browser.actions.BrowseMacrosAction
 
setDialect(String) - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceAction
 
setDialect(String) - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
setDialogMode(String) - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
setDigest(boolean) - Method in class com.atlassian.confluence.mail.notification.Notification
 
setDirectory(String) - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
setDirectoryId(long) - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
setDirectoryId(long) - Method in class com.atlassian.confluence.user.UserForm
 
setDirectoryPasswordEncoder(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setDirectoryPasswordEncoder(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Changes the password encoder for the given directory
setDirectoryPasswordEncoder(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setDirectoryPosition(long, int) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
setDisableFailure(boolean) - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
setDisableLogo(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setDisableLogo(boolean) - Method in class com.atlassian.confluence.setup.settings.SpaceSettings
 
setDisconnected(MailServer) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming.IpdIncomingMailServersStats
 
setDiscountOverlaps(boolean) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
Sets whether overlap tokens (Tokens with 0 position increment) are ignored when computing norm.
setDisplayableEmail(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
setDisplayAlmostSupportPeriodEndMessage(String) - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
setDisplayLinkIcons(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 4.0
setDisplayName(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
setDisplaySupportPeriodEndMessage(String) - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
setDisplayText(String) - Method in class com.atlassian.confluence.xhtml.api.Placeholder
 
setDocBean(DocumentationBean) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
setDocumentationUrl(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
Deprecated.
since 5.5. No replacement.
setDocumentationUrl(String) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setDocumentHandler(DocumentHandler) - Method in class com.atlassian.confluence.rpc.xmlrpc.SafeXMLParser
Deprecated.
 
setDomainName(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setDomainRestrictedSignupMode(String) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
setDomainRestrictedSignupMode(String) - Method in interface com.atlassian.confluence.user.SignupManager
Set the domains that user's email address should belong to to be able to sign up.
setDomains(String) - Method in class com.atlassian.confluence.plugins.easyuser.SignupSettingsBean
 
setDouble(String, double) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setDouble(String, double) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setDownloadResourceManager(DownloadResourceManager) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
setDownloadResourceManager(DownloadResourceManager) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
setDownloadResourceManager(DownloadResourceManager) - Method in class com.atlassian.confluence.servlet.download.ExportDownload
 
setDownloadResourceManagers(List<DownloadResourceManager>) - Method in class com.atlassian.confluence.importexport.resource.DelegatorDownloadResourceManager
 
setDraftDao(DraftDao) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
setDraftId(long) - Method in class com.atlassian.confluence.impl.search.actions.DraftAttachmentSearchAction
 
setDraftId(long) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setDraftId(long) - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
setDraftId(long) - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
setDraftId(long) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
setDraftId(long) - Method in class com.atlassian.confluence.util.EditPageBean
 
setDraftId(String) - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
setDraftManager(DraftManager) - Method in class com.atlassian.confluence.diff.actions.ViewDiffOfDraftAction
 
setDraftManager(DraftManager) - Method in class com.atlassian.confluence.impl.search.actions.DraftAttachmentSearchAction
 
setDraftManager(DraftManager) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setDraftManager(DraftManager) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setDraftManager(DraftManager) - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
setDraftManager(DraftManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setDraftSaveInterval(int) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setDraftSaveInterval(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setDraftSaveInterval(String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the given draft save interval.
setDraftSaveInterval(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setDraftSaveIntervalMinutes(int) - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
setDraftSaveIntervalSeconds(int) - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
setDraftService(DraftService) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setDraftService(DraftService) - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
setDraftShareId(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setDraftShareId(String) - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
setDraftSpaceKey(String) - Method in class com.atlassian.confluence.pages.Draft
 
setDraftsTransitionHelper(DraftsTransitionHelper) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setDraftsTransitionHelper(DraftsTransitionHelper) - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
setDraftsTransitionHelper(DraftsTransitionHelper) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.DraftStatusLozengeCondition
 
setDraftsTransitionHelper(DraftsTransitionHelper) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UnpublishedStatusLozengeCondition
 
setDraftType(String) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setDraftType(String) - Method in class com.atlassian.confluence.pages.Draft
 
setDriverFile(File) - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
set the path to the JDBC driver
setDriverName(String) - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
setDriverVersion(String) - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
setDTDHandler(DTDHandler) - Method in class com.atlassian.confluence.rpc.xmlrpc.SafeXMLParser
Deprecated.
 
setDuplicateNestedTagsRemover(DuplicateNestedTagsRemover) - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
setDuration(long) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setDuration(long) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setDuration(long) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
setEdges(List<GraphQLPaginationEdge<T>>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
setEditComment(boolean) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setEditorFormatService(EditorFormatService) - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
Deprecated.
since 5.10. Unused.
setEditorManager(EditorManager) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
setEditPermissions(Collection<ContentPermission>) - Method in class com.atlassian.confluence.content.service.page.SimpleContentPermissionProvider
 
setEditPermissionsGroupList(List<String>) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setEditPermissionsGroups(String) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setEditPermissionsGroups(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PagePermissionData
 
setEditPermissionsGroups(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setEditPermissionsUserList(List<String>) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setEditPermissionsUsers(String) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setEditPermissionsUsers(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PagePermissionData
 
setEditPermissionsUsers(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setEditRenderer(Renderer) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setEditRenderer(Renderer) - Method in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
setEditUserGroupAdministrator(EditUserGroupAdministrator) - Method in class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
setEffectiveUser(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
setEffectiveUser(String) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setEmail(Object) - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
setEmail(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
setEmail(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForUpdate
 
setEmail(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
setEmail(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
setEmail(String) - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
setEmail(String) - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
setEmail(String) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
setEmail(String) - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
setEmail(String) - Method in class com.atlassian.confluence.user.extras.entities.UserCreateRequestEntity
 
setEmail(String) - Method in class com.atlassian.confluence.user.UserForm
 
setEmailAddress(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setEmailAddressVisibility(String) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setEmailAddressVisibility(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setEmailAdminMessageOff(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setEmailFilter(String) - Method in class com.atlassian.confluence.user.UserPickerFilter
 
setEmailSentOnInviteSignUp(boolean) - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
setEmailSentOnInviteSignUp(boolean) - Method in interface com.atlassian.confluence.user.SignupManager
 
setEmailTerm(String) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setEmbeddedCrowdBootstrap(EmbeddedCrowdBootstrap) - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
setEnableAnonymousAccess(boolean) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setEnableAnonymousAccess(String, boolean) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
setEnableAnonymousAccess(String, boolean) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setEnableAnonymousAccess(String, boolean) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setEnableAnonymousAccess(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
setEnableAnonymousAccess(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
setEnableAnonymousRpc(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setEnableAnonymousRpc(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Toggle the setting to allow/deny anonymous RPC calls.
setEnableAnonymousRpc(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setEnableCaptcha(boolean) - Method in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
setEnabled(boolean) - Method in class com.atlassian.confluence.impl.cache.ConfluenceMonitoringCacheAspect
 
setEnabled(boolean) - Method in class com.atlassian.confluence.internal.diagnostics.EventListeningDarkFeatureSetting
 
setEnabled(boolean) - Method in class com.atlassian.confluence.internal.diagnostics.EventListeningProfilingDarkFeatureSetting
 
setEnabled(boolean) - Method in class com.atlassian.confluence.plugins.easyuser.SignupSettingsBean
 
setEnabled(boolean) - Method in class com.atlassian.confluence.schedule.ScheduledJobConfiguration
 
setEnabled(boolean) - Method in class com.atlassian.confluence.util.http.ConfluenceHttpParameters
 
setEnableDebug(boolean) - Method in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
setEnableDidYouMean(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.2 because we don't use did you mean anymore
setEnabledPlugins(Collection<Plugin>) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setEnableElevatedSecurityCheck(boolean) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setEnableElevatedSecurityCheck(boolean) - Method in class com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
 
setEnableFailure(boolean) - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
setEnableJavascriptTop(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.0. We always serve javascript at the top.
setEnableOpenSearch(boolean) - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
setEnableOpenSearch(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setEnableQuickNav(boolean) - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
setEnableQuickNav(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setEnableSpaceStyles(boolean) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setEnableSpaceStyles(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setEnableWysiwyg(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 4.0
setEncodedKey(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
setEncodedTitle(String) - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
setEncoding(String) - Method in class com.atlassian.confluence.languages.Language
 
setEncoding(String) - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
setEncoding(String) - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
setEncryptionKeyPath(String, String) - Method in class com.atlassian.confluence.impl.user.crowd.EncryptionSettingsImpl
 
setEncryptionProvider(EncryptionProvider) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
setEncryptionProvider(EncryptionProvider) - Method in class com.atlassian.confluence.security.trust.ProviderBasedAsymmetricKeyFactory
 
setEncryptionProvider(EncryptionProvider) - Method in class com.atlassian.confluence.security.trust.seraph.SeraphTrustedApplicationIntegration
 
setEntity(T) - Method in class com.atlassian.confluence.rss.RssRenderItem
 
setEntityId(long) - Method in class com.atlassian.confluence.labels.actions.AddFavouriteAction
 
setEntityId(long) - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
setEntityId(long) - Method in class com.atlassian.confluence.labels.actions.RemoveFavouriteAction
 
setEntityId(long) - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
 
setEntityId(long) - Method in class com.atlassian.confluence.mail.notification.actions.PageNotificationAction
 
setEntityId(long) - Method in class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
 
setEntityId(long) - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
setEntityId(long) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
setEntityIdString(String) - Method in class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
 
setEntityIdString(String) - Method in class com.atlassian.confluence.pages.actions.RemoveLabelAjaxAction
 
setEntityManagerProvider(EntityManagerProvider) - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
setEntityRemover(EntityRemover) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setEntityResolver(EntityResolver) - Method in class com.atlassian.confluence.rpc.xmlrpc.SafeXMLParser
Deprecated.
 
setEntityType(String) - Method in class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
 
setEntityType(String) - Method in class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
 
setEnumValues(List<String>) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
setError(ReIndexError) - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
setErrorHandler(ErrorHandler) - Method in class com.atlassian.confluence.rpc.xmlrpc.SafeXMLParser
Deprecated.
 
setErrorMessage(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setErrorMessage(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setErrorMessage(String) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setEscapeBody(boolean) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
setEstimatedReadTimeService(EstimatedReadTimeService) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setEstimatedTotal(int) - Method in class com.atlassian.confluence.util.EstimatedProgressMeter
Sets the estimatedTotal.
setEvent(byte[]) - Method in class com.atlassian.synchrony.Events
 
setEvent(Object) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
setEventDispatcherTarget(ConfluenceEventDispatcher) - Method in class com.atlassian.confluence.test.rpc.EventQueueFettler
 
setEventId(EventId) - Method in class com.atlassian.synchrony.Events
 
setEventLatchManager(EventLatchManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setEventListenerRegistrar(EventListenerRegistrar) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.RemigrationLifecycleItem
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.importexport.Importer
Deprecated.
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationInvocationHandler
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.schedule.TenantAwareJobReschedulerLifecycle
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setEventQueueFettlerBean(EventQueueFettler) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setEvictionLimit(Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
setEvictionType(SynchronyEvictionType) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
setExactSearchController(ExactSearchController) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setExampleLatency(Long) - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
setExceptionTransformer(Function<Throwable, Throwable>) - Method in class com.atlassian.confluence.core.AbstractTimingTransactionalDataSourceSpringContextTests
Deprecated.
 
setExcerpt(String) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setExcerpt(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setExcerpt(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
setExclude(String) - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
setExclude(String) - Method in interface com.atlassian.confluence.security.CaptchaManager
 
setExclude(String) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
setExclude(String) - Method in class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
setExcludedClassesForRetrievingAllObjects(Set) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
setExcludedSchemaMigrationPoints(Set<MacroMigrationPoint>) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
 
setExcludedSpaceKeys(List) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setExcludedSpaceKeys(List<String>) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setExcludeEmptyUsernameUsers(boolean) - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters.Builder
 
setExistingContentId(long) - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
setExistingContentId(long) - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
setExistingGroups(String) - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
setExpandedValue(String) - Method in class com.atlassian.confluence.renderer.ShortcutLinkConfig
 
setExpirationTs(long) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
 
setExpirationTs(long) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
 
setExplain(boolean) - Method in class com.atlassian.confluence.internal.search.v2.lucene.SearcherWithTokenAction
 
setExportAll(boolean) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
setExportAttachments(boolean) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
setExportAttachments(boolean) - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
setExportChildren(boolean) - Method in class com.atlassian.confluence.util.TemplateSupport
 
setExportComments(boolean) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
setExportDirectory(File) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
setExportFileNameGenerator(ExportFileNameGenerator) - Method in class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
 
setExportHierarchy(boolean) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
setExportHierarchy(boolean) - Method in interface com.atlassian.confluence.importexport.ExportContext
Deprecated.
 
setExportScope(ExportScope) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
setExportType(String) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setExternalUserManagement(boolean) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setExternalUserManagement(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setExtraClassName(String) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
setExtractorContext(ExtractorContext) - Method in interface com.atlassian.confluence.plugins.index.api.ExtractorContextAware
Set current ExtractorContext
setExtractorContext(ExtractorContext) - Method in class com.atlassian.confluence.plugins.macrousage.extractor.MacroExtractor
 
setExtraFields(Set<String>) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setExtraLevelName(String) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
setExtraQueryParameters(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
setFaviconManager(FaviconManager) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setFaviconReset(boolean) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setFaviconUpdated(boolean) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setFavourite(Boolean) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
setFavourite(Boolean) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setFavouriteManager(FavouriteManager) - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouritesAction
 
setFavouriteManager(FavouriteManager) - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouritesAction
 
setFavouriteManager(FavouriteManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserFavouritingTargetUserPersonalSpaceCondition
 
setFavouriteManager(FavouriteManager) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
setFavouriteManager(FavouriteManager) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
setFeatureKey(String) - Method in class com.atlassian.confluence.admin.actions.SiteDarkFeaturesAction
 
setFeedBuilder(SyndFeedService) - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
setFeedBuilder(SyndFeedService) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setFieldName1(String) - Method in class com.atlassian.confluence.util.misc.AlternateRequiredStringValidator
 
setFieldName2(String) - Method in class com.atlassian.confluence.util.misc.AlternateRequiredStringValidator
 
setFileDeleteTime(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setFileDeleteTime(Instant) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setFileExists(Boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setFileExists(Boolean) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setFileExists(Boolean) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
setFileExtension(String) - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
setFilename(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
setFilename(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
setFileName(String) - Method in class com.atlassian.confluence.pages.Attachment
 
setFileName(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setFileName(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setFileName(String) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings
Sets name of the file that is used for restore.
setFileName(String) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings
Sets name of the file that is used for restore.
setFileName(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setFileName(String) - Method in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
setFileName(String) - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentBean
 
setFileName(String) - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
setFileName(String) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setFileName(String) - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
setFileName(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Name of the file.
setFileName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
setFilenamePrefix(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
setFileNamePrefix(String) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings
 
setFileNamePrefix(String) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings
 
setFileSize(long) - Method in class com.atlassian.confluence.pages.Attachment
 
setFileSize(long) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setFileSize(long) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Filesize in bytes.
setFileSize(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
setFileStoreId(String) - Method in class com.atlassian.confluence.pages.Attachment
 
setFileStoreId(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setFileSystemEncoding(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setFileTypes(String[]) - Method in class com.atlassian.confluence.impl.search.actions.AttachmentSearchAction
 
setFileTypes(String[]) - Method in class com.atlassian.confluence.impl.search.actions.DraftAttachmentSearchAction
 
setFileUploadManager(FileUploadManager) - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
setFileUploadManager(FileUploadManager) - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
 
setFileUploadManager(FileUploadManager) - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentStorer
Deprecated.
 
setFileUploadManager(FileUploadManager) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
setFileUploadManager(FileUploadManager) - Method in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
setFilterConfig(FilterConfig) - Method in class com.atlassian.confluence.util.zip.ConfluenceGzipFilter
Deprecated.
setFilterTrailingBreadcrumb(boolean) - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
setFilterTrailingBreadcrumb(boolean) - Method in interface com.atlassian.confluence.util.breadcrumbs.Breadcrumb
Override the breadcrumb's default value for whether or not the last breadcrumb in the trail should be filtered out.
setFilterTrailingBreadcrumb(boolean) - Method in class com.atlassian.confluence.util.breadcrumbs.CompositeBreadcrumb
 
setFinalizationManager(UpgradeFinalizationManager) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setFinalized(boolean) - Method in class com.atlassian.confluence.core.VersionHistory
 
setFinished(Date) - Method in class com.atlassian.confluence.search.FlushStatistics
 
setFinishProcessingTime(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setFinishProcessingTime(Instant) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setFinishTime(Instant) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setFirstPostInNextMonth(BlogPost) - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
 
setFlag(BackupRestoreJob.ConfigurationFlag) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
Sets the particular flag in the job configuration.
setFlagUrl(String) - Method in class com.atlassian.confluence.languages.Language
Sets the URL of the flag for this language
setFlowId(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setFlushingEnabled(boolean) - Method in class com.atlassian.confluence.functest.rest.admin.IndexResource
 
setFollowedByRemoteUser(boolean) - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
setFolloweeEdge(float) - Method in class com.atlassian.confluence.plugins.edgeindex.ScoreConfig
 
setFollowManager(FollowManager) - Method in class com.atlassian.confluence.labels.actions.FollowUserAction
 
setFollowManager(FollowManager) - Method in class com.atlassian.confluence.labels.actions.UnFollowUserAction
 
setFollowManager(FollowManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.FollowingTargetUserCondition
 
setFollowManager(FollowManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setFollowManager(FollowManager) - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
setFollowManager(FollowManagerInternal) - Method in class com.atlassian.confluence.macro.profile.NetworkMacro
Deprecated.
 
setFollowManager(FollowManagerInternal) - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
setFollowManager(FollowManagerInternal) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
setFooterText(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
setFooterText(String) - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
setForceOverwriteExistingData(boolean) - Method in class com.atlassian.confluence.setup.actions.SetupDatasourceAction
 
setForceOverwriteExistingData(boolean) - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
setFormatConverter(FormatConverter) - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
setFormatConverter(FormatConverter) - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
setFormatConverter(FormatConverter) - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
setFormatConverter(FormatConverter) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
setFormatConverter(FormatConverter) - Method in class com.atlassian.confluence.plugins.templates.actions.ViewPageTemplateAction
 
setFormatConverter(FormatConverter) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setFormatSettingsManager(FormatSettingsManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setFormatSettingsManager(FormatSettingsManager) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
setFormatSettingsManager(FormatSettingsManager) - Method in class com.atlassian.confluence.pages.DateFormattersContextProvider
 
setFormatSettingsManager(FormatSettingsManager) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
setFormDetails(MacroFormDetails) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setFrameSet(boolean) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
setFrameSet(boolean) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
setFriendly(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.DateEntity
 
setFriendlyDate(String) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setFriendlyDate(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setFromAddress(String) - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
setFromDate(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter.Builder
Set lower creation date range.
setFromName(String) - Method in class com.atlassian.confluence.jmx.JmxSMTPMailServer
 
setFromName(String) - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
setFromName(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setFromNotPermitted(boolean) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
setFromPage(Page) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
setFromPageId(long) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
setFullname(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
setFullname(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
setFullName(Object) - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
setFullName(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
setFullName(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForUpdate
 
setFullName(String) - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
setFullName(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
setFullName(String) - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
setFullName(String) - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
setFullName(String) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
setFullName(String) - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
setFullName(String) - Method in class com.atlassian.confluence.user.extras.entities.UserCreateRequestEntity
 
setFullName(String) - Method in class com.atlassian.confluence.user.UserForm
 
setFullnameTerm(String) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setFullReindexManager(FullReindexManager) - Method in class com.atlassian.confluence.impl.index.ChangeIndexRecoverer
Autowired by spring setter injection
setFullReindexManager(FullReindexManager) - Method in class com.atlassian.confluence.impl.index.ContentIndexRecoverer
Autowired by spring setter injection
setFullReindexManager(FullReindexManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setFuncTestLogConsumer(FuncTestLogConsumer) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setFuncTestRpcImpl(FuncTestRpcHandler) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setGateKeeper(GateKeeper) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setGateKeeper(GateKeeper) - Method in class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction
 
setGateKeeper(GateKeeper) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setGateKeeper(GateKeeper) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setGc(boolean) - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
setGenerateClusterAddress(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setGenerateClusterAddressSubmitted(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setGlobal(boolean) - Method in class com.atlassian.confluence.util.LayoutHelper
 
setGlobal(RemovalCount) - Method in class com.atlassian.confluence.api.model.retention.RemovalSummary
 
setGlobalDefaultLocale(String) - Method in class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
 
setGlobalDefaultLocale(String) - Method in class com.atlassian.confluence.setup.actions.SelectGlobalLocaleAction
 
setGlobalDefaultLocale(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setGlobalDescriptionDao(GlobalDescriptionDao) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
setGlobalDescriptionManager(GlobalDescriptionManager) - Method in class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
setGlobalDescriptionManager(GlobalDescriptionManager) - Method in class com.atlassian.confluence.setup.actions.FinishSetupAction
 
setGlobalLanguage(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setGlobalLanguage(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Changes to the default site language
setGlobalLanguage(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setGlobalSettings(Settings) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setGlobalSettingsManager(GlobalSettingsManager) - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
setGlobalSettingsManager(GlobalSettingsManager) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setGlobalSettingsManager(GlobalSettingsManager) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setGlobalSoapService(AdminSoapService) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setGlobalTheme(String) - Method in class com.atlassian.confluence.functest.rest.admin.ThemeResource
 
setGlobalTheme(String) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
setGlobalTheme(String) - Method in interface com.atlassian.confluence.themes.ThemeManager
 
setGlobalTheme(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setGlobalTheme(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminThemeResource.
setGlobalTheme(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminThemeResource.
setGlobalThemeKey(String) - Method in class com.atlassian.confluence.impl.themes.BandanaThemeKeyDao
 
setGlobalThemeKey(String) - Method in class com.atlassian.confluence.impl.themes.CachingThemeKeyDao
 
setGlobalThemeKey(String) - Method in interface com.atlassian.confluence.impl.themes.ThemeKeyDao
 
setGlobalTimeZone(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setGlueSoapServer(RpcServer) - Method in class com.atlassian.confluence.rpc.RpcConfigurationChangeListener
 
setGroup(String) - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
setGroup(String) - Method in class com.atlassian.confluence.security.SpacePermission
setGroup(String) - Method in class com.atlassian.confluence.user.UserPickerFilter
 
setGroupAttribute(Group, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
setGroupAttribute(Group, String, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
setGroupListToAdd(List<String>) - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
setGroupListToAdd(List<String>) - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
List of groups to add
setGroupManager(GroupManager) - Method in class com.atlassian.confluence.security.DefaultSetSpacePermissionChecker
 
setGroupManager(GroupManager) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
setGroupManager(GroupManager) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setGroupManager(GroupManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setGroupMember(InternalGroup) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
setGroupMember(InternalGroup) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
setGroupName(String) - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionsForSubject
 
setGroupName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission
 
setGroupnameTerm(String) - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
setGroupRanks(boolean) - Method in class com.atlassian.confluence.plugins.labels.actions.RankListLabelsAction
 
setGroupResolver(GroupResolver) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
 
setGroups(Collection) - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
setGroups(List<SearchResultGroupEntity>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntityList
 
setGroups(List<String>) - Method in class com.atlassian.confluence.user.extras.entities.GroupsEntity
 
setGroupsToAdd(String) - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
setGroupsToAdd(String) - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
Comma delimited list of groups - legacy behaviour, does not support commas in group names
setGroupsToAdd(List<String>) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
Set the groups to add from the UI
setGroupTerm(String) - Method in class com.atlassian.confluence.user.actions.UserPickerAction
 
setGzippingResponse(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setGzipResponseEncoding(boolean) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setH2DatabaseManagerBeanName(String) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
setHandler(RegExpProcessor.RegExpProcessorHandler) - Method in class com.atlassian.confluence.util.RegExpProcessor
 
setHasBody(boolean) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setHasMore(boolean) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse.Builder
 
setHasTransactionalAnnotation(boolean) - Method in class com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
 
setHazelcastInstance(HazelcastInstance) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.ClusterJoinSocketInterceptor
 
setHeader(String, String) - Method in class com.atlassian.confluence.impl.web.filter.CookieModifierFilter.CookieModifierResponseWrapper
 
setHeader(String, String) - Method in class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
setHeadersForAttachment(InputStream, String, long, String, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
setHeadersForAttachment(InputStream, String, long, String, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.download.ThumbnailDownload
 
setHeaderText(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
setHeaderText(String) - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
setHeartbeatManager(HeartbeatManager) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setHeartbeatManager(HeartbeatManager) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setHeartbeatManager(HeartbeatManager) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setHeartbeatManager(HeartbeatManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setHeight(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
setHibernateConfig(HibernateConfig) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
setHibernateConfig(HibernateConfig) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setHibernateConfig(HibernateConfig) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setHibernateConnectionProviderLastExceptionTime(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setHibernateConnectionProviderLastExceptionTime(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
setHibernateConnectionProviderLastExceptionTime(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setHibernateSessionManager(HibernateSessionManager5) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setHibernateTemplate(HibernateTemplate) - 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
setHibernateVersion(int) - Method in class com.atlassian.confluence.pages.AttachmentData
 
setHidden(boolean) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setHidden(boolean) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
setHidden(boolean) - Method in class com.atlassian.confluence.pages.Attachment
 
setHidden(boolean) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setHidden(boolean) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setHighlight(List<String>) - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
setHighlightOptionPanelEnabled(boolean) - Method in class com.atlassian.confluence.user.actions.EditMySettingsAction
 
setHistory(String) - Method in class com.atlassian.synchrony.EventId
 
setHitHighlighterFactory(HitHighlighterFactory) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setHome(ContentEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
setHome(String) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setHomePage(boolean) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
setHomePage(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
 
setHomePage(Page) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setHomePage(Page) - Method in class com.atlassian.confluence.spaces.Space
 
setHomepageService(HomepageService) - Method in class com.atlassian.confluence.core.actions.IndexAction
 
setHomepageService(HomepageService) - Method in class com.atlassian.confluence.dashboard.actions.HomepageAction
Deprecated.
 
setHomePageTitle(String) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceAction
 
setHostComponentProvider(HostComponentProvider) - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction
 
setHostHeader(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setHostId(ApplicationId) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderByIdRequest
 
setHostname(String) - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
setHostname(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setHostname(String) - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
setHotRestartService(HotRestartService) - Method in class com.atlassian.confluence.activeobjects.backup.ActiveObjectsBackupRestoreProvider
 
setHref(String) - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
setHspace(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
setHtml(String) - Method in class com.atlassian.confluence.api.model.web.WebPanelView.Builder
Deprecated.
since 5.10. Has no effect. Use WebPanelView.Builder.create(String)
setHtmlClass(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
setHtmlDiffer(Differ) - Method in class com.atlassian.confluence.diff.actions.ViewDiffOfDraftAction
 
setHtmlDiffer(Differ) - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
setHtmlDiffer(Differ) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setHtmlParagraphStripper(HTMLParagraphStripper) - Method in class com.atlassian.confluence.util.ExcerptHelper
 
setHtmlToXmlConverter(HtmlToXmlConverter) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
setHttpContext(HttpContext) - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
setHttpContext(HttpContext) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
setHttpContext(HttpContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ActiveThemeCondition
 
setHttpContext(HttpContext) - Method in class com.atlassian.confluence.user.actions.LoginAction
 
setHttpContext(HttpContext) - Method in class com.atlassian.confluence.util.i18n.DefaultI18nModeManager
 
setHttpRetrievalServiceConfig(HttpRetrievalServiceConfig) - Method in interface com.atlassian.confluence.util.http.HttpRetrievalService
Deprecated.
since 7.0.1
setHyphenAfter(int) - Method in class com.atlassian.confluence.util.StringHyphenBean
 
setI18n(I18NBean) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
setI18NBean(I18NBean) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setI18NBean(I18NBean) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.pages.DateFormattersContextProvider
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebFragmentHelper
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.renderer.ConfluenceLinkRenderer
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.security.DefaultSetSpacePermissionChecker
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.confluence.util.i18n.UserI18NBeanFactory
 
setI18NBeanFactory(I18NBeanFactory) - Method in interface com.atlassian.confluence.util.i18n.UserLocaleAware
 
setI18NBeanFactory(I18NBeanFactory) - Method in class com.atlassian.sal.confluence.message.ConfluenceI18nResolver
 
setI18nResolver(I18nResolver) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setIamRole(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setIcon(Icon) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
Deprecated.
setIcon(MacroIcon) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setIcon(String) - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
setIcon(Optional<Icon>) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setIconClass(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
setIconClass(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setIconCssClass(String) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setIconCssClass(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setIconLocation(String) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setId(long) - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
setId(long) - Method in class com.atlassian.confluence.admin.actions.trust.RemoveTrustedApplicationAction
 
setId(long) - Method in class com.atlassian.confluence.cluster.safety.ClusterSafetyNumber
 
setId(long) - Method in class com.atlassian.confluence.content.ContentProperty
 
setId(long) - Method in class com.atlassian.confluence.core.BodyContent
Hibernate ID
setId(long) - Method in class com.atlassian.confluence.core.PersistentDecorator
 
setId(long) - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
setId(long) - Method in class com.atlassian.confluence.follow.Connection
 
setId(long) - Method in class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobStatisticsRecord
 
setId(long) - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
setId(long) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
setId(long) - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
setId(long) - Method in class com.atlassian.confluence.like.LikeEntity
 
setId(long) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setId(long) - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
setId(long) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setId(long) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
setId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
setId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
setId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
setId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
setId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
setId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
setId(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentChangeLog
 
setId(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
setId(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateChangeLog
 
setId(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpaceChangeLog
 
setId(long) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
setId(long) - Method in class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
 
setId(long) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
setId(long) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setId(long) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setId(String) - Method in class com.atlassian.confluence.search.v2.AtlassianDocument
Sets an (optional) id that uniquely identifies this document on the index.
setId(Long) - Method in class com.atlassian.confluence.admin.actions.mail.RemoveMailServerAction
 
setId(Long) - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
setId(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setId(Long) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setId(Long) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setId(Long) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setId(Long) - Method in class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobSettingsRecord
 
setId(Long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
setId(Long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSid
 
setId(Long) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setId(Long) - Method in class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
setId(Long) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
setId(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setId(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
setId(String) - Method in class com.atlassian.confluence.macro.browser.actions.MacroDetailsAction
 
setId(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntity
 
setId(String) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeCronJobScheduleAction
 
setId(String) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeSimpleJobScheduleAction
 
setId(String) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.JobAction
 
setId(String) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsHistoryAction
 
setId(String) - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
setIdOfPageToCopy(long) - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
setIdOfPageToCopyTo(long) - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
setIds(long[]) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
setIds(List<String>) - Method in class com.atlassian.confluence.macro.browser.actions.MacroDetailsAction
 
setIgnoreBaseURLWarning(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setIgnoreBaseURLWarning(String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Affects whether the warning message for an un-advisable value for the Base URL is ignored or not.
setIgnoreBaseURLWarning(String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setIgnored(boolean) - Method in interface com.atlassian.confluence.admin.criteria.AdminConfigurationCriteria
 
setIgnored(boolean) - Method in class com.atlassian.confluence.admin.criteria.BaseURLIsValidCriteria
 
setIgnored(boolean) - Method in class com.atlassian.confluence.admin.criteria.DefaultMailServerExistsCriteria
 
setIgnored(boolean) - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryExistsCriteria
 
setIgnored(boolean) - Method in class com.atlassian.confluence.admin.criteria.DefaultWritableDirectoryForGroupsExistsCriteria
 
setIgnored(boolean) - Method in class com.atlassian.confluence.admin.criteria.ExternalUserDirectoriesActiveCriteria
 
setIgnored(boolean) - Method in class com.atlassian.confluence.admin.criteria.IgnorableAdminTaskCriteria
 
setIgnored(boolean) - Method in class com.atlassian.confluence.admin.criteria.MoreThanOneUserCriteria
 
setIgnored(boolean) - Method in class com.atlassian.confluence.admin.criteria.RemigrationAdminTaskCriteria
 
setIgnored(boolean) - Method in class com.atlassian.confluence.admin.tasks.AdminTask
Set whether this task should be ignored.
setIgnoredAdminTasks(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setIgnoreRelated(boolean) - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
setIgnoreWithinMillis(long) - Method in class com.atlassian.confluence.functest.rest.admin.JournalResource
Sets ignoreWithinMillis parameter in JournalManager.
setIgnoreWithinMillis(long) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager.IgnoreSettings
 
setIgnoreWithinMillis(long) - Method in interface com.atlassian.confluence.test.JournalManagerBackdoor
 
setImageCaptchaService(ImageCaptchaService) - Method in interface com.atlassian.confluence.security.CaptchaManager
Deprecated.
since 8.7
setImageCaptchaService(ImageCaptchaService) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
Deprecated.
since 8.7
setImageDetailsDao(ImageDetailsDao) - Method in class com.atlassian.confluence.pages.attachments.DefaultImageDetailsManager
 
setImageDetailsDTO(Set) - Method in class com.atlassian.confluence.pages.Attachment
 
setImageDetailsManager(ImageDetailsManager) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
setImageUris(List<String>) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setImageUris(List<String>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setImpl(int, String, Object) - Method in class bucket.user.propertyset.BucketPropertySet
 
setImpl(PropertySetItem, boolean) - Method in class bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
 
setImportExportManager(ImportExportManager) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setImportExportManager(ImportExportManager) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
Deprecated.
since 7.17.0 because of ImportExportManager deprecation.
setImportExportManager(ImportExportManager) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
Deprecated.
since 7.17.0 because of ImportExportManager deprecation.
setIncludeArchivedSpaces(boolean) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setIncludeArchivedSpaces(boolean) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setIncludeCfgFile(boolean) - Method in class com.atlassian.confluence.util.SupportUtility
 
setIncludeComments(boolean) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setIncludeLogs(boolean) - Method in class com.atlassian.confluence.util.SupportUtility
 
setIncludeServerLogs(boolean) - Method in class com.atlassian.confluence.util.SupportUtility
 
setIncludeTomcatConf(boolean) - Method in class com.atlassian.confluence.util.SupportUtility
 
setIncludeUserFiles(boolean) - Method in class com.atlassian.confluence.util.SupportUtility
 
setIncrementalImport(boolean) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setIncrementalSynchronisationAvailable(boolean) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse.Builder
 
setIndependentBackupRestoreJobManager(IndependentBackupRestoreJobManager) - Method in class com.atlassian.confluence.setup.actions.SetupDemoContentAction
 
setIndexer(Indexer) - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
since 7.5 unused
setIndexer(ConfluenceIndexer) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
Deprecated.
since 7.5 indexing performed via events
setIndexer(ConfluenceIndexer) - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
setIndexer(ConfluenceIndexer) - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
setIndexer(ConfluenceIndexer) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
Deprecated.
since 7.5 indexing now peformed via events
setIndexerControl(IndexerControl) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
setIndexerControl(IndexerControl) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
setIndexingLanguage(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setIndexingLanguage(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setIndexingLanguage(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setIndexingLanguage(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Changes the indexing language
setIndexingLanguage(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setIndexJournalEntryIdMap(Map<String, Long>) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setIndexJournalStateStore(JournalStateStore) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setIndexManager(IndexManager) - Method in class com.atlassian.confluence.admin.actions.ViewIndexQueueAction
Deprecated.
The IndexManager is a required resource.
setIndexManager(IndexManager) - Method in class com.atlassian.confluence.impl.search.actions.FlushIndexQueueAction
Deprecated.
 
setIndexManager(IndexManager) - Method in class com.atlassian.confluence.impl.search.actions.ReindexTaskProgressAction
 
setIndexManager(IndexManager) - Method in class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
 
setIndexManager(IndexManager) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setIndexManager(IndexManager) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setIndexManager(IndexManager) - Method in class com.atlassian.confluence.spaces.actions.AbstractCreateSpaceAction
 
setIndexManager(IndexManager) - Method in class com.atlassian.confluence.spaces.actions.RemoveSpaceAction
 
setIndexManager(IndexManager) - Method in class com.atlassian.confluence.spaces.actions.RemoveSpaceEntryAction
 
setIndexManager(IndexManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setIndexRecoveryService(IndexRecoveryService) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setIndexRestoreCheckCount(int) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setIndexSearcher(IndexSearcher) - Method in class com.atlassian.confluence.internal.index.lucene.AbstractDocumentCollector
 
setIndexSearcherMaxAge(long) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
setIndexSearcherPruneDelay(long) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
setIndexTaskFactory(IndexTaskFactoryInternal) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
setIndexTaskFactory(IndexTaskFactoryInternal) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
setInheritedContentPermissionManager(InheritedContentPermissionManager) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setInheritedContentPermissionManager(InheritedContentPermissionManager) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ContentPermissionsExtractor
 
setInitialContentProcessingBatchSize(int) - Static method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentPermissionsUpdater
 
setInitialSpaceProcessingLimit(int) - Static method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpacePermissionsUpdater
 
setInlineComment(boolean) - Method in class com.atlassian.confluence.pages.Comment
Set if the comment is inline
setInlineComment(boolean) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
 
setInPreview(boolean) - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
Deprecated.
since 5.3 (and really much much longer)
setInserted(Date) - Method in class com.atlassian.synchrony.Events
 
setInserted(Date) - Method in class com.atlassian.synchrony.Snapshots
 
setInstallationDate(Date) - Method in class com.atlassian.confluence.core.VersionHistory
 
setInstallationDate(Date) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setInstallationMethod(String) - Method in class com.atlassian.confluence.setup.actions.FinishSetupAction
 
setInstanceName(String) - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
setInt(String, int) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setInt(String, int) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
setInt(String, int) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setInt(String, int) - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
setInteractiveMaxBufferedDocs(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
setInteractiveMaxMergeDocs(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
setInteractiveMergeFactor(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
setIntervalFirstRunTime(Date) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
setIntervalMillis(long) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
setIntValue(String, int) - Method in class com.atlassian.confluence.functest.rest.admin.GlobalSettingsResource
 
setInvalidGroups(Collection) - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
setInvokedMethodMatcher(MethodMatcher) - Method in class com.atlassian.confluence.spring.aop.AdviseReturnedValueAdvice
 
setIpdMonitoringEnabled(boolean) - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
setIpRestrictions(String) - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
setIsChecked(String) - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
setIsEditPageRestricted(boolean) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
Deprecated.
since 5.9. Use proper permissions checks on the content
setIsEnableDisableLocal(boolean) - Method in class com.atlassian.confluence.user.actions.DeactivateUserAction
 
setIsFromPageView(boolean) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setIsJmxEnabled(boolean) - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfig
 
setIsolationLevel(String) - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
setIsTeamLabel(boolean) - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
setItems(Pager) - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
setItems(List<T>) - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
setIterationNumber(int) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setIterationNumber(int) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setIterationsCompleted(int) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
setJavaRuntime(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setJavaSpecificationVersion(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setJavaVendor(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setJavaVersion(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setJavaVm(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setJmxMonitoringEnabled(boolean) - Method in class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
setJndiName(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setJobId(String) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
setJobId(String) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
setJobOperation(JobOperation) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setJobOperation(JobOperation) - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter.Builder
 
setJobOperation(JobOperation) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setJobOperation(JobOperation) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
setJobRunnerKey(String) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
setJobScope(JobScope) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setJobScope(JobScope) - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter.Builder
 
setJobScope(JobScope) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setJobScope(JobScope) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
setJobSettings(SiteBackupSettings) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails
 
setJobSettings(SiteRestoreSettings) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreJobDetails
 
setJobSettings(SpaceBackupSettings) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupJobDetails
 
setJobSettings(SpaceRestoreSettings) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreJobDetails
 
setJobState(JobState) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setJobState(JobState) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setJobStatistics(JobStatistics) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails
 
setJobStatistics(JobStatistics) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreJobDetails
 
setJobStatistics(JobStatistics) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupJobDetails
 
setJobStatistics(JobStatistics) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreJobDetails
 
setJohnsonEventContainer(JohnsonEventContainer) - Method in class com.atlassian.confluence.fixonly.actions.FixLicenseAction
 
setJoinMethod(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setJournalDao(JournalDao) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setJournalId(JournalIdentifier) - Method in class com.atlassian.confluence.impl.journal.JournalEntry
 
setJournalManagerBackdoor(JournalManagerBackdoor) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setJsonator(Jsonator<?>) - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
 
setJsonator(Jsonator<Object>) - Method in class com.atlassian.confluence.json.JsonResult
Deprecated.
 
setJvmImplementationVersion(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setJvmInputArguments(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setJvmInputArgumentsFiltered(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setJvmVendor(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setJvmVersion(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setKeepAll(boolean) - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
setKeepAll(boolean) - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
setKeepPermanently(boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings
 
setKeepPermanently(boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings
 
setKey(HtmlFragment) - Method in class com.atlassian.confluence.util.HTMLPairType
 
setKey(String) - Method in class com.atlassian.confluence.accessmode.actions.ReadOnlyAccessAction
 
setKey(String) - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
setKey(String) - Method in class com.atlassian.confluence.admin.actions.tasks.ManageAdminTaskAction
 
setKey(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
setKey(String) - Method in class com.atlassian.confluence.api.model.web.WebPanelView.Builder
setKey(String) - Static method in class com.atlassian.confluence.event.events.analytics.HttpRequestStats
 
setKey(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setKey(String) - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
setKey(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
setKey(String) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setKey(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
setKey(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
Deprecated.
 
setKey(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
setKey(String) - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
setKey(String) - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
setKey(String) - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
setKey(String) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
setKey(String) - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
setKey(String) - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
setKey(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setKey(String) - Method in class com.atlassian.confluence.spaces.Space
 
setKey(String) - Method in class com.atlassian.confluence.spaces.SpaceGroup
Deprecated.
 
setKey(String) - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
setKey(String) - Method in class com.atlassian.synchrony.Secrets
 
setKey(String) - Method in class com.atlassian.synchrony.Snapshots
 
setKey(Key) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey
 
setKeyboardShortcutPref(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setKeyboardShortcutPref(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Enables/Disables keyboard shortcuts for the given uesr
setKeyboardShortcutPref(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setKeyboardShortcutsEnabled(boolean) - Method in class com.atlassian.confluence.user.actions.EditMySettingsAction
 
setKeyPairInitialiser(KeyPairInitialiser) - Method in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
setKeyStoreDao(KeyStore) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
setKeyType(String) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
setLabel(DisplayableLabel) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
setLabel(Label) - Method in class com.atlassian.confluence.mail.notification.Notification
 
setLabel(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setLabel(String) - Method in class com.atlassian.confluence.api.model.web.WebPanelView.Builder
 
setLabel(String) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
setLabelable(EditableLabelable) - Method in class com.atlassian.confluence.labels.Labelling
Setter for the content entity object associated with this labelling.
setLabelId(long) - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
setLabelId(long) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
setLabelId(long) - Method in class com.atlassian.confluence.spaces.actions.RemoveLabelFromSpaceAction
 
setLabelId(long) - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
setLabelIdString(String) - Method in class com.atlassian.confluence.pages.actions.RemoveLabelAjaxAction
 
setLabellings(List<Labelling>) - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
 
setLabelManager(LabelManagerInternal) - Method in class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
Deprecated.
 
setLabelManager(LabelManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setLabelManager(LabelManager) - Method in class com.atlassian.confluence.labels.SpaceLabelManagerImpl
 
setLabelManager(LabelManager) - Method in class com.atlassian.confluence.macro.query.params.LabelParameter
 
setLabelManager(LabelManager) - Method in class com.atlassian.confluence.macro.query.params.SpaceKeyParameter
 
setLabelManager(LabelManager) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
setLabelManager(LabelManager) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
setLabelManager(LabelManager) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
setLabelManager(LabelManager) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setLabelManager(LabelManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setLabelPermissionEnforcer(LabelPermissionEnforcer) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
setLabelPermissionEnforcer(LabelPermissionEnforcer) - Method in class com.atlassian.confluence.spaces.actions.RemoveLabelFromSpaceAction
 
setLabels(LabelEntityList) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setLabels(LabelEntityList) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
setLabels(LabelEntityList) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setLabels(String) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
 
setLabels(String) - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
setLabels(String) - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
setLabels(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setLabels(List<Label>) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
setLabels(List<LabelEntity>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntityList
 
setLabels(Set<String>) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setLabels(Set<String>, boolean) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setLabelsMetadataOnEntity(Content, ContentEntityObject) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
setLabelsMetadataOnEntity(Content, ContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Sets the labels metadata on the entity
setLabelsOnTemplate(PageTemplate) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
setLabelsService(LabelsService) - Method in class com.atlassian.confluence.labels.actions.AddFavouriteAction
 
setLabelsService(LabelsService) - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
setLabelsService(LabelsService) - Method in class com.atlassian.confluence.labels.actions.RemoveFavouriteAction
 
setLabelsService(LabelsService) - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
 
setLabelsService(LabelsService) - Method in class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
 
setLabelsService(LabelsService) - Method in class com.atlassian.confluence.pages.actions.RemoveLabelAjaxAction
 
setLabelsService(LabelsService) - Method in class com.atlassian.confluence.pages.actions.ValidateLabelAjaxAction
 
setLabelsService(LabelsService) - Method in class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
 
setLabelsService(LabelsService) - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
setLabelsSoapService(LabelsSoapService) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setLabelsString(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setLabelsString(String) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
setLabelsString(List<Label>) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setLabelString(String) - Method in class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
 
setLabelString(String) - Method in class com.atlassian.confluence.pages.actions.ValidateLabelAjaxAction
 
setLabelString(String) - Method in class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
 
setLabelString(String) - Method in class com.atlassian.confluence.plugins.labels.actions.RemoveLabelAction
 
setLabelString(String) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setLabelSuggestionService(LabelSuggestionService) - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
setLabelType(String) - Method in class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
 
setLanguage(String) - Method in class com.atlassian.confluence.impl.locale.DefaultLocaleManager
 
setLanguage(String) - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
setLanguage(String) - Method in class com.atlassian.confluence.languages.Language
 
setLanguage(String) - Method in interface com.atlassian.confluence.languages.LocaleManager
Should set the language string as given by Locale (en-gb for example) in a THREAD LOCAL cache.
setLanguage(String) - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
setLanguage(String) - Method in class com.atlassian.confluence.setup.SetupLocaleManager
 
setLanguage(String) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
setLanguageManager(LanguageManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setLanguageManager(LanguageManager) - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
setLastAccessTime(Instant) - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
setLastAccessTime(Instant) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
setLastError(String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
setLastExceptionTime(Instant) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.ExceptionMonitor
 
setLastFailedLoginDate(Date) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
setLastIteration(RemovalSummary) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
setLastModificationDate(Instant) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
setLastModificationDate(Date) - Method in class com.atlassian.confluence.core.PersistentDecorator
 
setLastModificationDate(Date) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setLastModificationDate(Date) - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
setLastModificationDate(Date) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
setLastModificationDate(Date) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setLastModificationDate(Date) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setLastModifider(String) - Method in class com.atlassian.confluence.pages.CommentStatus.Builder
 
setLastModified(DateRangeEnum) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setLastModified(DateRangeQuery.DateRange) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setLastModified(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.BackwardsCompatibility
Deprecated.
 
setLastModifiedAt(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
setLastModifiedBy(String) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
setLastModifiedBy(String) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
setLastModifiedDate(DateEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Date this attachment was last modified.
setLastModifiedDate(DateEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setLastModifiedDate(DateEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
setLastModifiedDate(DateEntity) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setLastModifiedDate(Long) - Method in class com.atlassian.confluence.pages.CommentStatus.Builder
 
setLastModifiedDate(Date) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setLastModifier(UserEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setLastModifier(ConfluenceUser) - Method in class com.atlassian.confluence.core.ConfluenceEntityObject
 
setLastModifier(ConfluenceUser) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setLastModifier(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setLastModifier(ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setLastModifierKey(UserKey) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setLastModifierName(String) - Method in class com.atlassian.confluence.core.ConfluenceEntityObject
Deprecated.
setLastModifierName(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setLastModifierName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
setLastModifierName(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setLastModifierName(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setLastPostInPreviousMonth(BlogPost) - Method in class com.atlassian.confluence.pages.BlogPostsCalendar
 
setLastRebuildingUpdate(Instant) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setLastSuccessfulLoginDate(Date) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
setLastTouchTime(Instant) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setLastUpToDateTimestamp(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord
 
setLayoutHelper(LayoutHelper) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
setLazyBeans(Map<String, Supplier<Object>>) - Method in class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
 
setLegacyWikiTemplate(boolean) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
setLength(int) - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
setLevel(String) - Method in class com.atlassian.confluence.impl.logging.admin.LoggingConfigEntry
 
setLevelForLogger(String, String) - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
setLevelForLogger(String, String) - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
setLevelNames(String[]) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
setLicense(String) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
Deprecated.
setLicenseCalculator(LicenseCalculator) - Method in class com.atlassian.confluence.util.DefaultUserChecker
 
setLicenseHash(String) - Method in class com.atlassian.confluence.setup.ConfluenceLicenseRegistry
Deprecated.
 
setLicenseKey(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
Deprecated.
 
setLicenseKey(String) - Method in class com.atlassian.confluence.spaces.SpaceGroup
Deprecated.
 
setLicenseMessage(String) - Method in class com.atlassian.confluence.setup.ConfluenceLicenseRegistry
Deprecated.
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CanClusterCondition
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.IsConfluenceSpacesLicensedCondition
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.LicenseAllowsDataCenterFeaturesCondition
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.setup.ValidLicenseContextListener
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.user.notifications.UserSignUpNotificationsListener
Deprecated.
 
setLicenseService(LicenseService) - Method in class com.atlassian.confluence.util.DefaultUserChecker
 
setLicenseString(String) - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
setLicenseSubmitted(boolean) - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
setLifecycleManager(LifecycleManager) - Method in class com.atlassian.confluence.setup.actions.FinishSetupAction
 
setLikeManager(LikeManager) - Method in class com.atlassian.confluence.plugins.like.actions.LikeAction
 
setLimit(int) - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter.Builder
 
setLimit(int) - Method in class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated.
 
setLimit(int) - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
setLimit(Integer) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
setLink(WebLink) - Method in class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
 
setLink(WebLink) - Method in interface com.atlassian.confluence.plugin.descriptor.web.model.SettableWebLink
Provides a method to pass a WebLink.
setLink(String) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
setLinkCreation(String) - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
setLinkDao(LinkDao) - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
setLinkId(String) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
setLinkManager(LinkManager) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
setLinkManager(LinkManager) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setLinkManager(LinkManager) - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
setLinkNameKey(String) - Method in class com.atlassian.confluence.tinymceplugin.actions.HelpLinkAction
 
setLinkResolver(LinkResolver) - Method in class com.atlassian.confluence.links.DefaultLinkManager
Deprecated.
since 7.7 unused
setLinkResolver(LinkResolver) - Method in class com.atlassian.confluence.pages.actions.PageInfoAction
 
setLinksUpdater(LinksUpdater) - Method in class com.atlassian.confluence.links.DefaultLinkManager
Deprecated.
since 7.7 unused
setLinkTitle(String) - Method in class com.atlassian.confluence.links.AbstractLink
 
setLinkUrlKey(String) - Method in class com.atlassian.confluence.tinymceplugin.actions.HelpLinkAction
 
setList(List<LiteLabelSearchResult>) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
 
setLocale(Locale) - Method in class com.atlassian.confluence.languages.Language
 
setLocale(Locale) - Method in class com.atlassian.confluence.rpc.xmlrpc.SafeXMLParser
Deprecated.
 
setLocaleForUser(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setLocaleForUser(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the locale preference for the user to the given named locale.
setLocaleForUser(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setLocaleManager(LocaleManager) - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
setLocaleManager(LocaleManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setLocaleManager(LocaleManager) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
setLocaleManager(LocaleManager) - Method in class com.atlassian.confluence.pages.DateFormattersContextProvider
 
setLocaleManager(LocaleManager) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
setLocaleManager(LocaleManager) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setLocaleManager(LocaleManager) - Method in class com.atlassian.confluence.util.i18n.UserI18NBeanFactory
 
setLocaleManager(LocaleManager) - Method in class com.atlassian.sal.confluence.message.ConfluenceI18nResolver
 
setLocalHome(FilesystemPath) - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
setLocalHome(FileStore) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setLocation(String) - Method in class com.atlassian.confluence.api.model.web.WebPanelView.Builder
 
setLocation(String) - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
setLockedBy(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePermission
Deprecated.
 
setLockName(String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedLock
 
setLockType(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePermission
Deprecated.
 
setLog(Log) - Method in class com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator
 
setLogFileName(String) - Method in class com.atlassian.confluence.logging.ConfluenceLoggingConfigurationListener
Configuration to be passed to the ConfluenceHomeLogAppender when it switches to file logging.
setLoggingLevel(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.LoggingResource
Change the level of the specified logger.
setLoginAttemptsThreshold(int) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setLoginAttemptsThreshold(int) - Method in class com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
 
setLoginExemptionHelper(LoginExemptionHelper) - Method in class com.atlassian.confluence.core.actions.FourOhFourAction
 
setLoginManager(LoginManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setLoginManager(LoginManager) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setLoginManagerSettings(LoginManagerSettings) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setLoginPageFunctionalityService(LoginPageFunctionalityService) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
setLogMessageRecordingAppender(LogMessageRecordingAppender) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setLogo(Link) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
setLogo(Link) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setLogout(boolean) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
setLogsLocation(String) - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
setLogsMarkMessage(String) - Method in class com.atlassian.confluence.impl.admin.actions.MarkAllLogsAction
 
setLogsMarkRollover(boolean) - Method in class com.atlassian.confluence.impl.admin.actions.MarkAllLogsAction
 
setLong(String, long) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setLong(String, long) - Method in class com.atlassian.confluence.impl.user.preferences.AnonymousUserPreferences
 
setLong(String, long) - Method in class com.atlassian.confluence.impl.user.preferences.UserPreferencesImpl
 
setLong(String, long) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
setLong(String, long) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setLong(String, long) - Method in interface com.atlassian.confluence.user.UserPreferences
 
setLong(String, long) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
Deprecated.
 
setLong(String, long) - Method in interface com.atlassian.core.user.preferences.Preferences
Deprecated.
 
setLong(String, long) - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
setLongNumberFormat(String) - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
setLongNumberFormat(String) - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Stores the formatting pattern to be used for integer numbers.
setLongNumberFormat(String) - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
setLongProperty(String, long) - Method in class com.atlassian.confluence.content.ContentProperties
 
setLongRunningTaskId(String) - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResponse.Builder
 
setLongRunningTaskManager(LongRunningTaskManagerInternal) - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
setLongRunningTaskManager(LongRunningTaskManager) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setLongRunningTaskManager(LongRunningTaskManager) - Method in class com.atlassian.confluence.spaces.actions.RemoveSpaceAction
 
setLongRunningTaskName(String) - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResponse.Builder
 
setLongValue(Long) - Method in class com.atlassian.confluence.content.ContentProperty
 
setLongValue(String, long) - Method in class com.atlassian.confluence.functest.rest.admin.GlobalSettingsResource
 
setLookAheadEnabled(boolean) - Method in class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
 
setLowerName(String) - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
setLuceneAnalyzerFactory(LuceneAnalyzerFactory) - Method in class com.atlassian.confluence.impl.search.v2.mappers.PhraseQueryMapper
 
setLuceneAnalyzerMapper(LuceneAnalyzerMapper) - Method in class com.atlassian.confluence.impl.search.v2.mappers.PhraseQueryMapper
 
setLuceneChangeIndexManager(IncrementalIndexManager) - Method in class com.atlassian.confluence.impl.admin.actions.ViewChangeIndexQueueAction
Autowired by spring
setLuceneChangeIndexManager(IncrementalIndexManager) - Method in class com.atlassian.confluence.impl.search.actions.FlushChangeIndexQueueAction
Autowired by spring
setLuceneConnection(ILuceneConnection) - Method in class com.atlassian.confluence.impl.index.ContentIndexRecoverer
Autowired by spring setter injection
setLuceneConnection(ILuceneConnection) - Method in class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
 
setLuceneContentIndexManager(IncrementalIndexManager) - Method in class com.atlassian.confluence.impl.admin.actions.ViewContentIndexQueueAction
Autowired by spring
setLuceneContentIndexManager(IncrementalIndexManager) - Method in class com.atlassian.confluence.impl.search.actions.FlushContentIndexQueueAction
Autowired by spring
setLuceneQueryParserFactory(LuceneQueryParserFactory) - Method in class com.atlassian.confluence.impl.search.v2.mappers.QueryStringQueryMapper
setLuceneQueryParserFactory(LuceneQueryParserFactory) - Method in class com.atlassian.confluence.impl.search.v2.mappers.TextFieldQueryMapper
setLuceneQueryParserFactory(LuceneQueryParserFactory) - Method in class com.atlassian.confluence.impl.search.v2.mappers.WildcardTextFieldQueryMapper
 
setMacro(Macro) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderRequest
 
setMacro(Macro) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PreviewMacroRequest
 
setMacro(String) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
setMacroBrowserManager(MacroBrowserManager) - Method in class com.atlassian.confluence.macro.browser.actions.BrowseMacrosAction
 
setMacroHtml(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.UnmarshalMacroRequest
 
setMacroId(Option<MacroId>) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
Deprecated.
setMacroId(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderByIdRequest
 
setMacroIdentifier(MacroId) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
setMacroLibraries(List) - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
setMacroManager(MacroManager) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
setMacroManager(MacroManager) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setMacroManager(MacroManager) - Method in class com.atlassian.confluence.links.DefaultLinkManager
Deprecated.
since 7.7 unused
setMacroMetadataManager(MacroMetadataManager) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
setMacroMetadataManager(MacroMetadataManager) - Method in class com.atlassian.confluence.macro.browser.actions.MacroDetailsAction
 
setMacroMetadataProviders(List<MacroMetadataProvider>) - Method in class com.atlassian.confluence.macro.browser.DelegatingMacroMetadataProvider
 
setMacroMigrationService(MacroMigrationService) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction
 
setMacroMigrationService(MacroMigrationService) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.RemigrationLifecycleItem
 
setMacroName(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setMacroName(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
setMacroParameters(List<MacroParameter>) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
setMailServerExistsCriteria(MailServerExistsCriteria) - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
setMailServerExistsCriteria(MailServerExistsCriteria) - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
setMailServerManager(MailServerManager) - Method in class com.atlassian.confluence.admin.actions.mail.RemoveMailServerAction
 
setMailServerManager(MailServerManager) - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
setMailServerManager(MailServerManager) - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailServersAction
 
setMailServerManager(MailServerManager) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setMailServerManager(MailServerManager) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setMailServerManager(MailServerManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setMailServerManager(MailServerManager) - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
setMailServerManager(MailServerManager) - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
setMailServerManager(MailServerManager) - Method in class com.atlassian.confluence.util.MailConfigMigrator
 
setMailTaskQueue(TaskQueueWithErrorQueue) - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
 
setMaintenanceBannerMessage(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setMaintenanceBannerMessageOn(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setMaintenanceService(MaintenanceService) - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
setMajorVersion(int) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setManagedScheduledJobFactory(ManagedScheduledJobInitialiser) - Method in class com.atlassian.confluence.schedule.listeners.ManagedScheduledJobsLifecycle
 
setManagedScheduledJobRegistry(ManagedScheduledJobRegistry) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
setManageNotificationOverridden(boolean) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
setManuallyRunnableUpgradeTasks(List<String>) - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
setMappings(List) - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfigurableMappingResources
Deprecated.
 
setMax(int) - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
setMaxAge(Integer) - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
setMaxAttachmentsInUI(int) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setMaxAttachmentsInUI(int) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setMaxCacheAge(int) - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
setMaxClauseCount(int) - Method in class com.atlassian.confluence.impl.search.v2.mappers.BooleanQueryMapper
 
setMaxDeletedAge(Integer) - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
setMaxDownloadSize(int) - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
setMaxFieldLength(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DefaultConfiguration
 
setMaxHistoryLength(int) - Method in class com.atlassian.confluence.user.history.UserHistory
 
setMaximumCacheAgeInMillis(long) - Method in class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
setMaximumSize(int) - Method in class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
setMaxNumberOfVersions(Integer) - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
setMaxPerCategory(int) - Method in class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated.
 
setMaxRecentChangesSize(int) - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
setMaxRecentChangesSize(int) - Method in class com.atlassian.confluence.user.UserInterfaceState
 
setMaxResults(int) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setMaxResults(int) - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
setMaxResults(int) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setMaxResults(int) - Method in class com.atlassian.confluence.user.actions.HistoryAction
 
setMaxRssItems(int) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setMaxRssItems(int) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setMaxSimultaneousQuickNavRequests(int) - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
setMaxSimultaneousQuickNavRequests(int) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setMaxThumbHeight(int) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setMaxThumbHeight(int) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 4.0
setMaxThumbWidth(int) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setMaxThumbWidth(int) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 4.0
setMaxUsers(int) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setMediaType(String) - Method in class com.atlassian.confluence.pages.Attachment
 
setMediaType(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setMemberGroups(String) - Method in class com.atlassian.confluence.user.actions.UserPickerAction
 
setMembershipAggregationEnabled(boolean) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
setMembersOfGroupTerm(String) - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
setMergerManager(MergerManager) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setMergerManager(MergerManager) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
setMessage(String) - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
setMessage(String) - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters.VersionRestoreParametersBuilder
 
setMessage(String) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
setMessage(String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateChangeLog
 
setMessage(String) - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
setMessageHolder(MessageHolder) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setMessageHolder(MessageHolder) - Method in interface com.atlassian.confluence.validation.MessageHolderAware
 
setMessageLevel(String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateChangeLog
 
setMessageType(String) - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
setMigrationCancelled() - Method in interface com.atlassian.confluence.setup.actions.ConfluenceSetupPersister
Marks that a migration to cluster was attempted, and should be cleaned up upon next startup.
setMigrationCancelled() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
setMigrationRequiredListener(MigrationRequiredListener) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.RemigrationLifecycleItem
 
setMimeType(String) - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentBean
 
setMimeType(String) - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
setMimeType(String) - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
setMimeTypeTranslator(AttachmentMimeTypeTranslator) - Method in class com.atlassian.confluence.pages.DefaultFileUploadManager
 
setMimeTypeTranslator(AttachmentMimeTypeTranslator) - Method in class com.atlassian.confluence.servlet.download.DefaultAttachmentSafeContentHeaderGuesser
 
setMinorEdit(boolean) - Method in class com.atlassian.confluence.pages.Attachment
 
setMinorEdit(boolean) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setMinorEdit(boolean) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageUpdateOptions
 
setMinorVersion(int) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setMode(String) - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouritesAction
 
setMode(String) - Method in class com.atlassian.confluence.labels.actions.FollowUserAction
 
setMode(String) - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouritesAction
 
setMode(String) - Method in class com.atlassian.confluence.labels.actions.UnFollowUserAction
 
setMode(String) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
setMode(String) - Method in class com.atlassian.confluence.pages.actions.MovePageAction
 
setModeManager(I18nModeManager) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
 
setModificationCheckInterval(long) - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
setModified(boolean) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setModified(Date) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
setModified(Date) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
setModified(Date) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
setModifier(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
setModifier(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
setModifier(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
setModuleCompleteKey(ModuleCompleteKey) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
setModuleKey(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setModuleKey(String) - Method in class com.atlassian.confluence.api.model.web.WebPanelView.Builder
 
setMostRecentId(long) - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
setMostRecentId(long) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
setMostRecentId(JournalIdentifier, long) - Method in class com.atlassian.confluence.impl.journal.BandanaJournalStateStore
 
setMostRecentId(JournalIdentifier, long) - Method in class com.atlassian.confluence.impl.journal.CachingJournalStateStore
 
setMostRecentId(JournalIdentifier, long) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
setMostRecentId(JournalIdentifier, long) - Method in class com.atlassian.confluence.impl.journal.FilesystemJournalStateStore
 
setMostRecentId(JournalIdentifier, long) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Stores the most recent journal entry id in the journal store
setMostRecentId(JournalIdentifier, long) - Method in interface com.atlassian.confluence.impl.journal.JournalStateStore
Set the most recent identifier for a journal.
setMostRecentId(JournalIdentifier, long) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
setMostRecentId(JournalIdentifier, long) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalStateStore
 
setMostRecentId(JournalEntry) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
setMostRecentId(JournalEntry) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Stores the most recent journal entry id in the journal store
setMovedPageId(String) - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
setMoveHierarchy(boolean) - Method in class com.atlassian.confluence.util.EditPageBean
 
setMovePageCommandHelper(MovePageCommandHelper) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setMovePageCommandHelper(MovePageCommandHelper) - Method in class com.atlassian.confluence.pages.actions.MovePageAction
 
setMovePageCommandHelper(MovePageCommandHelper) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setMultiple(boolean) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
setName(String) - Method in class com.atlassian.confluence.api.model.web.WebPanelView.Builder
 
setName(String) - Method in class com.atlassian.confluence.content.ContentProperty
 
setName(String) - Method in class com.atlassian.confluence.core.PersistentDecorator
 
setName(String) - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
setName(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
setName(String) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
setName(String) - Method in exception com.atlassian.confluence.macro.params.ParameterException
Sets the name of the parameter that caused the problem.
setName(String) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
setName(String) - Method in class com.atlassian.confluence.pages.templates.variables.ListVariable
 
setName(String) - Method in class com.atlassian.confluence.pages.templates.variables.StringVariable
 
setName(String) - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
setName(String) - Method in interface com.atlassian.confluence.pages.templates.variables.Variable
 
setName(String) - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
setName(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntity
 
setName(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultGroupEntity
 
setName(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
setName(String) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setName(String) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
Sets the name of the macro, converting to lower-case first.
setName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
setName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
setName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
Deprecated.
 
setName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
setName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
setName(String) - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
setName(String) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setName(String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSid
 
setName(String) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
setName(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setName(String) - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
setName(String) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceAction
 
setName(String) - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
setName(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setName(String) - Method in class com.atlassian.confluence.spaces.Space
 
setName(String) - Method in class com.atlassian.confluence.spaces.SpaceGroup
Deprecated.
 
setName(String) - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
setName(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
setName(String) - Method in class com.atlassian.confluence.user.actions.AbstractGroupAction
 
setName(String) - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
setName(String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
setName(String[]) - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
setNameFilter(String) - Method in class com.atlassian.confluence.user.UserPickerFilter
 
setNamespace(String) - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
setNamespace(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntity
 
setNamespace(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
setNamespaceContext(NamespaceContext) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
 
setNamingStrategy(FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
setNavigatingVersions(boolean) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setNetwork(boolean) - Method in class com.atlassian.confluence.mail.notification.Notification
 
setNetworkInterface(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setNetworkNotificationForUser(ConfluenceUser, boolean) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
setNetworkNotificationForUser(ConfluenceUser, boolean) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
setNetworkNotificationForUser(User, boolean) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
setNetworkNotificationForUser(User, boolean) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
setNetworkNotificationForUser(String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setNetworkNotificationForUser(String, String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets Network watch emails for a user to enabled or disabled.
setNetworkNotificationForUser(String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setNewComment(String) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setNewContentType(String) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setNewDescription(String) - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateDescriptionAction
 
setNewFileName(String) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setNewGroups(List<String>) - Method in class com.atlassian.confluence.user.actions.EditUserGroupsAction
 
setNewMaximum(Object, long) - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.LocalRegionCacheMaxSizeChangeHelper
 
setNewPageTitle(String) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setNewParentPage(String) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setNewPassword(String) - Method in class com.atlassian.confluence.api.model.people.PasswordChangeDetails
 
setNewPassword(String) - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
setNewPassword(String) - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
setNewPassword(String) - Method in class com.atlassian.confluence.user.actions.SetUserPasswordAction
 
setNewPasswordConfirmation(String) - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
setNewPasswordConfirmation(String) - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
setNewPasswordConfirmation(String) - Method in class com.atlassian.confluence.user.actions.SetUserPasswordAction
 
setNewSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setNewSpaceLabel(String) - Method in class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
 
setNewTeamLabel(String) - Method in class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
 
setNewTitle(String) - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
setNextContentIdOffset(long) - Method in class com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
 
setNextCursor(Cursor) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse.Builder
 
setNextExecution(Date) - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
setNextHiValue(long) - Method in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
 
setNextReader(AtomicReaderContext) - Method in class com.atlassian.confluence.impl.search.v2.lucene.CaseInsensitiveSortComparator
 
setNextReader(AtomicReaderContext) - Method in class com.atlassian.confluence.internal.index.lucene.AbstractDocumentCollector
 
setNextReader(AtomicReaderContext) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneMultiTermFieldComparator
 
setNextReader(AtomicReaderContext) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
setNextRunTime(Date) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
setNextStartOriginalId(long) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
setNiceFileSize(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Human readable representation of the filesize such as 16k
setNiceType(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
A nice type representation of the mime type such as "image" or "pdf"
setNode(String) - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
setNodeDisconnected(String) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.node.IpdInterNodesStats
 
setNodeId(String) - Method in class com.atlassian.confluence.impl.admin.actions.MarkAllLogsAction
 
setNodeId(String) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
setNodeId(String) - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
setNodes(List<T>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
setNodeStatuses(Collection<ReIndexNodeStatus>) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setNofollowExternalLinks(boolean) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setNofollowExternalLinks(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.mail.notification.actions.ManageWatchersAction
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.mail.notification.actions.PageNotificationAction
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setNotificationManager(NotificationManager) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated.
since 5.8 do not use. Implementation detail mistakenly added to manager interface.
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingPageCondition
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingSpaceCondition
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingSpaceForContentTypeCondition
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.plugins.like.actions.NotificationsAction
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setNotificationManager(NotificationManager) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
setNotificationsSender(NotificationsSender) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
setNotificationsSoapService(NotificationsSoapService) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setNotifyAdmin(boolean) - Method in class com.atlassian.confluence.plugins.easyuser.SignupSettingsBean
 
setNotifyAuthor(boolean) - Method in class com.atlassian.confluence.plugins.like.actions.NotificationsAction
 
setNotifyAuthor(boolean) - Method in class com.atlassian.confluence.plugins.like.LikeNotificationPreferences
 
setNotifyByEmail(boolean) - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
setNotifyFollowers(boolean) - Method in class com.atlassian.confluence.plugins.like.actions.NotificationsAction
 
setNotifyForMyOwnActions(boolean) - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
setNotifyOnNewFollowers(boolean) - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
setNotifyViaEmail(Boolean) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
setNotifyWatchers(String) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setNowTimestampSupplier(Supplier<Long>) - Static method in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
setNumber(int) - Method in class com.atlassian.confluence.api.model.audit.RetentionPeriod
Deprecated.
 
setNumberOfBreadcrumbAncestors(int) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 4.0
setNumberOfComments(int) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setNumberOfComments(int) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setNumberOfFailures(int) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setNumberOfFailures(int) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setNumberOfLikes(int) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setNumberOfLikes(int) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setNumberOfRegisteredUsers(int) - Method in class com.atlassian.confluence.impl.user.RegisteredUsersCache
 
setNumTerms(int) - Method in class com.atlassian.confluence.search.v2.summary.Excerpt
 
setoAuth2Service(OAuth2Service) - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
setoAuth2Service(OAuth2Service) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
CAUTION: Never ever try to rename this method.
setOAuth2Service(OAuth2Service) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
setObject(Object) - Method in class com.atlassian.confluence.spring.ObjectHolder
Deprecated.
 
setObject(String, Object) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setObject(String, Object) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setObjectsCount(Long) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
Writes the number of objects into content properties.
setOldContent(String) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
Deprecated.
since 5.3 (but really did nothing for a long time before then)
setOldContent(String) - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
setOldPassword(String) - Method in class com.atlassian.confluence.api.model.people.PasswordChangeDetails
 
setOnlyArchivedSpaces(boolean) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setOnPopupSubmit(String) - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
setOnPopupSubmit(String) - Method in class com.atlassian.confluence.user.actions.UserPickerAction
 
setOpenId(long) - Method in class com.atlassian.confluence.pages.actions.DirectoryViewListPagesAction
 
setOperatingSystem(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setOperatingSystemArchitecture(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setOperatingSystemName(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setOperatingSystemVersion(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setOperation(OperationDescription) - Method in class com.atlassian.confluence.api.model.permissions.GlobalPermission
 
setOperation(OperationDescription) - Method in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
setOperations(Collection<OperationDescription>) - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionsForSubject
 
setOperator(String) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setOpTimerFactorySupplier(Supplier<OpTimerFactory>) - Method in interface com.atlassian.confluence.util.profiling.AtlassianInstrumentationControl
Provide a new supplier of OpTimerFactory instances to be used by the monitoring implementation.
setOptions(List<String>) - Method in class com.atlassian.confluence.pages.templates.variables.ListVariable
 
setOrder(int) - Method in class com.atlassian.confluence.core.PointcutClassLoaderProcessor
 
setOrderedChildIds(String) - Method in class com.atlassian.confluence.pages.actions.SetPageOrderAction
 
setOriginalBuildNumber(int) - Method in class com.atlassian.confluence.internal.ZduStatusEntity
 
setOriginalClusterVersion(String) - Method in class com.atlassian.confluence.internal.ZduStatusEntity
 
setOriginalId(long) - Method in class com.atlassian.confluence.pages.actions.DiffPagesAction
 
setOriginalName(String) - Method in class com.atlassian.confluence.admin.actions.macros.UpdateUserMacroAction
 
setOriginalReferrer(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
setOriginalVersion(int) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setOriginalVersion(int) - Method in class com.atlassian.confluence.pages.actions.DiffPagesByVersionAction
 
setOriginalVersion(Versioned) - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
setOriginalVersion(Versioned) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setOriginalVersion(Versioned) - Method in interface com.atlassian.confluence.core.Versioned
Deprecated.
since 7.0.0
setOriginalVersion(Versioned) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setOriginalVersion(Versioned) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setOriginalVersionId(Long) - Method in class com.atlassian.confluence.core.ContentEntityObject
For Hibernate
setOriginalVersionOnEntity(Content, ContentEntityObject) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
setOriginalVersionOnEntity(Content, ContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
This property only applies to shared drafts.
setOriginalVersionPage(AbstractPage) - Method in class com.atlassian.confluence.pages.AbstractPage
 
setOriginalVersionPageTemplate(PageTemplate) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
setOs_destination(String) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
setOs_username(String) - Method in class com.atlassian.confluence.user.actions.LoginAction
 
setOutcome(char) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
setOutgoingLinks(List<OutgoingLink>) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setOutgoingLinks(List<OutgoingLink>) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setOutgoingLinks(List<OutgoingLink>) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setOutgoingLinksExtractor(OutgoingLinksExtractor) - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
setOutputDeviceType(String) - Method in class com.atlassian.confluence.renderer.PageContext
Set the output device type to be rendered for.
setOutputMimeType(String) - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
setOutputMimeType(String) - Method in class com.atlassian.confluence.util.TemplateSupport
 
setOutputMimeType(String) - Method in class com.atlassian.confluence.velocity.context.OutputMimeTypeAwareVelocityContext
 
setOutputType(String) - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
setOutputType(String) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
Deprecated.
since 4.0. There will be only one output type of HTML beyond 4.0.
setOverall(RemovalSummary) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
setOverrideDefaultFilterTypes(String) - Static method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroParams
 
setOverwrite(String) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setOverwriteExisting(boolean) - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
setOwnedString(String) - Method in class com.atlassian.confluence.xss.StaticRenderingAction
 
setOwnedString(String) - Method in class com.atlassian.confluence.xss.VelocityResultAction
 
setOwner(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setOwner(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter.Builder
 
setOwner(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setOwner(String) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setOwner(String) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setOwner(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntity
 
setOwner(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
setOwnerId(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Id of the owner of this attachment.
setOwnerType(String) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setOwningContent(ContentEntityObject) - Method in class com.atlassian.confluence.security.ContentPermissionSet
Hibernate setter.
setOwningSet(ContentPermissionSet) - Method in class com.atlassian.confluence.security.ContentPermission
 
setPackageAssertionStatus(String, boolean) - Method in class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
 
setPage(AbstractPage) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
setPage(AbstractPage) - Method in class com.atlassian.confluence.mail.notification.actions.ListWatchersAction
 
setPage(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setPage(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
setPage(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
setPage(AbstractPage) - Method in interface com.atlassian.confluence.pages.actions.PageAware
IOC method for setting the page on the action.
setPage(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
setPage(AbstractPage) - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
setPage(AbstractPage) - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
setPage(AbstractPage) - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
setPage(Page) - Method in class com.atlassian.confluence.pages.ContentNode
 
setPage(String) - Method in class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
 
setPageAncestorManager(PageAncestorManager) - Method in class com.atlassian.confluence.admin.actions.debug.RebuildAncestorTableAction
 
setPageDao(PageDaoInternal) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setPageDao(PageDao) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.7
setPageId(long) - Method in class com.atlassian.confluence.core.actions.AttachmentNotFoundAction
 
setPageId(long) - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
setPageId(long) - Method in class com.atlassian.confluence.pages.actions.ConvertPageToBlogPostAction
 
setPageId(long) - Method in class com.atlassian.confluence.pages.actions.MovePageAction
 
setPageId(long) - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
setPageId(long) - Method in class com.atlassian.confluence.pages.actions.RemoveHistoricalVersionAction
 
setPageId(long) - Method in class com.atlassian.confluence.pages.actions.RevertPageOrderAction
 
setPageId(long) - Method in class com.atlassian.confluence.pages.actions.SetPageOrderAction
 
setPageId(long) - Method in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
setPageId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
setPageId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
setPageId(long) - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
setPageId(long) - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
setPageId(Long) - Method in class com.atlassian.confluence.pages.Draft
 
setPageId(String) - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
setPageId(String) - Method in class com.atlassian.confluence.pages.actions.WysiwygConverterAction
 
setPageId(String) - Method in class com.atlassian.confluence.pages.Draft
 
setPageInfo(GraphQLPaginationInfo) - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
setPageManager(PageManagerInternal) - Method in class com.atlassian.confluence.pages.actions.ListPermissionPagesAction
 
setPageManager(PageManagerInternal) - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction
 
setPageManager(PageManagerInternal) - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.mail.notification.actions.PageNotificationAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.DirectoryViewListPagesAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.ListNewOrUpdatedPagesAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.PageChildrenAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.TinyUrlAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserHasPersonalBlogCondition
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserHasPersonalBlogCondition
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.rpc.soap.services.BlogsSoapService
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.servlet.download.AttachmentUrlParser
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
setPageManager(PageManager) - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
SetPageOrderAction - Class in com.atlassian.confluence.pages.actions
Sets the order of a page's children to the order specified by the provided child IDs.
SetPageOrderAction() - Constructor for class com.atlassian.confluence.pages.actions.SetPageOrderAction
 
SetPageOrderCommand - Class in com.atlassian.confluence.content.service.page
 
SetPageOrderCommand(PageManager, PermissionManager, PageLocator, List<Long>) - Constructor for class com.atlassian.confluence.content.service.page.SetPageOrderCommand
 
setPagePermissions() - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
SetPagePermissionsAction - Class in com.atlassian.confluence.pages.actions
Called for a existing Page via AJAX, sets new ContentPermissions for the Page, overwriting any existing ones.
SetPagePermissionsAction() - Constructor for class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setPageRequest(PageRequest) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse.Builder
 
setPageResourceIdentifierMarshaller(Marshaller<PageResourceIdentifier>) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
setPageResponse(PageResponse<Person>) - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
setPageResponse(PageResponse<ConfluenceUser>) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setPageRetentionRule(RetentionRule) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
setPagesCreatedOrUpdatedSinceLastLogin(List) - Method in class com.atlassian.confluence.pages.actions.ListNewOrUpdatedPagesAction
 
setPageService(PageService) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setPageService(PageService) - Method in class com.atlassian.confluence.pages.actions.MovePageAction
 
setPageService(PageService) - Method in class com.atlassian.confluence.pages.actions.RemoveHistoricalVersionAction
 
setPageService(PageService) - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
setPageService(PageService) - Method in class com.atlassian.confluence.pages.actions.RevertPageOrderAction
 
setPageService(PageService) - Method in class com.atlassian.confluence.pages.actions.SetPageOrderAction
 
setPageServiceTarget(PageService) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setPageSize(int) - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
setPagesRemovedByGlobalRules(long) - Method in class com.atlassian.confluence.impl.retention.schedule.PageVersionRemovalSummary
 
setPagesRemovedBySpaceRules(long) - Method in class com.atlassian.confluence.impl.retention.schedule.PageVersionRemovalSummary
 
setPagesSoapService(PagesSoapService) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setPageSubTypes(List<String>) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setPageSubTypes(List<String>) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setPageTemplate(PageTemplate) - Method in class com.atlassian.confluence.labels.Labelling
 
setPageTemplateDao(PageTemplateDao) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.HibernateLabelDao
 
setPageTemplateDao(PageTemplateDao) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
setPageTemplateManager(PageTemplateManager) - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
setPageTemplateManager(PageTemplateManager) - Method in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
setPageTemplateManager(PageTemplateManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.HasTemplateCondition
 
setPageTemplateManager(PageTemplateManager) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
setPageTemplateManager(PageTemplateManager) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setPageTemplateManager(PageTemplateManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setPageTimeout(int) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
Restrict the time allowed to render a page, measured in settings.
setPageTimeout(int) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setPageTitle(String) - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
setPageVersion(int) - Method in class com.atlassian.confluence.pages.Draft
 
setPageVersionRemovalSummary(PageVersionRemovalSummary) - Method in class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobCompletedEvent
 
setPanelName(String) - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
setPanelName(String) - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
setParameter(String, Object) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
setParameter(String, String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
setParameterNames(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
setParameters(String) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setParameters(List<MacroParameter>) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setParameters(Map<String, ?>) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
setParameters(Map<String, String>) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
setParameters(HttpParameters) - Method in class com.atlassian.confluence.user.actions.UserDetailsMap
Converts the http parameters into a usable format
setParams(Map<String, String>) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setParams(Map<String, String>) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
setParent(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
setParent(Comment) - Method in class com.atlassian.confluence.pages.Comment
 
setParent(ContentNode) - Method in class com.atlassian.confluence.pages.ContentNode
 
setParent(Page) - Method in class com.atlassian.confluence.pages.Page
Deprecated.
Since 1.1. Do not call this method. It exists solely for hibernate to use. Use #setParentPage instead. I would have made this method private, but CGLIB was complaining.
setParent(T) - Method in interface com.atlassian.confluence.core.Hierarchical
 
setParentContentToExclude(List<? extends ConfluenceEntityObject>) - Method in class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
 
setParentContentToExclude(List<? extends ConfluenceEntityObject>) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentCopier
Set which parent content should be excluded from the copy.
setParentContentToExclude(List<? extends ConfluenceEntityObject>) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentMigrator
Deprecated.
Set which parent content should be excluded from the migration.
setParentContentType(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Content type of the parent of this attachment
setParentDatePath(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Date path of the parent of this attachment (if parent is blog)
setParentGroup(InternalGroup) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
setParentGroup(InternalGroup) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
setParentId(long) - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
setParentId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
setParentId(long) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
 
setParentId(Long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
setParentId(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setParentPage(Page) - Method in class com.atlassian.confluence.pages.Page
Public setter that makes sure that the parent page is valid
setParentPageId(long) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setParentPageId(long) - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
setParentPageSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setParentPageString(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setParentPageString(String) - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
setParentPageTitle(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setParentPageTitle(String) - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
setParentPageTitle(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setParentTitle(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Title of the parent of this attachment.
setParentTitle(String) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setPartition(int) - Method in class com.atlassian.synchrony.Events
 
setPassword(String) - Method in class com.atlassian.confluence.api.model.people.Credentials
 
setPassword(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
setPassword(String) - Method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
setPassword(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setPassword(String) - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
setPassword(String) - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
setPassword(String) - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
setPassword(String) - Method in class com.atlassian.confluence.user.extras.entities.UserCreateRequestEntity
 
setPassword(String) - Method in class com.atlassian.confluence.user.UserForm
 
setPasswordconfirmation(String) - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
setPathConverterManager(PathConverterManager) - Method in class com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet
 
setPercentage(int) - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
setPercentage(int) - Method in class com.atlassian.confluence.util.SubProgressMeter
 
setPercentage(int, int) - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
setPercentage(int, int) - Method in class com.atlassian.confluence.util.SubProgressMeter
Use this method to set the completion %age to object 10 of 30 etc.
setPeriod(int) - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
setPermissionCheckExemptions(PermissionCheckExemptions) - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
setPermissionCheckExemptions(PermissionCheckExemptions) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
setPermissionCheckExemptions(PermissionCheckExemptions) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setPermissionExempt(boolean) - Method in class com.atlassian.confluence.core.SearchContext
 
setPermissionId(long) - Method in class com.atlassian.confluence.pages.actions.RemovePagePermissionAction
 
setPermissionLastModifiedDate(long) - Method in class com.atlassian.confluence.spaces.SpaceDescription
Set the last modified date to reflect any permission change in the current space
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.content.service.DefaultBlogPostService
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.content.service.DefaultPageService
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.content.service.DefaultRenderingService
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.impl.search.v2.mappers.SiteSearchPermissionsQueryMapper
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.importexport.impl.DefaultExportEmbeddedResourceRenderer
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.macro.profile.NetworkMacro
Deprecated.
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.macro.profile.ProfileMacro
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BasePermissionCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CanEditSpaceStylesCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ConfluenceAdministratorCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CreateContentCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.PeopleDirectoryEnabledCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ShowingPageAttachmentsCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.SystemAdministratorCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.CanAddUsersCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.RemoteUserCanUseConfluenceCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserHasPersonalBlogCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserHasPersonalSpaceCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserCanCreatePersonalSpaceCondition
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugins.macros.dashboard.CreateSpaceButtonMacro
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.renderer.attachments.RendererAttachmentManager
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.security.DefaultSetSpacePermissionChecker
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.test.rpc.AdminCheckInterceptor
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.confluence.tinymceplugin.conditions.HasSetPagePermissionsCondition
 
setPermissionManagerTarget(DefaultPermissionManager) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
setPermissionManagerTarget(DefaultPermissionManager) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
setPermissionManagerTarget(PermissionManager) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
setPermissionManagerTarget(PermissionManager) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
setPermissions(int) - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
setPermissions(SpaceEntityUserPermissions) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
setPermissions(PagePermissionData) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
 
setPermissions(String, Set<SpacePermissionsForSubject>) - Method in class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
setPermissions(String, Set<SpacePermissionsForSubject>) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionService
Sets permissions to multiple users/groups in the given space.
setPermissions(String, Set<SpacePermissionsForSubject>) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
Sets permissions to multiple users/groups in the given space.
setPermissions(String, Set<SpacePermissionsForSubject>) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePermissionService
Sets permissions to multiple users/groups in the given space.
setPermissions(String, Set<SpacePermissionsForSubject>) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePermissionServiceImpl
 
setPermissions(List<ContentPermission>) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setPermissions(List<SpacePermission>) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setPermissions(List<SpacePermission>) - Method in class com.atlassian.confluence.spaces.Space
 
setPermissions(List<String>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissions
 
setPermissions(Set<SpacePermissionsForSubject>) - Method in class com.atlassian.confluence.api.impl.service.permissions.GlobalPermissionServiceImpl
 
setPermissions(Set<SpacePermissionsForSubject>) - Method in interface com.atlassian.confluence.api.service.permissions.GlobalPermissionService
Sets global permissions to multiple users/groups.
setPermissions(Set<SpacePermissionsForSubject>) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalPermissionResource
Sets global permissions to multiple users/groups.
setPermissions(Set<SpacePermissionsForSubject>) - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalPermissionService
Sets global permissions to multiple users/groups.
setPermissions(Set<SpacePermissionsForSubject>) - Method in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
setPermissionsAdministratorBuilder(PermissionsAdministratorBuilder) - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
setPermissionsAdministratorBuilder(PermissionsAdministratorBuilder) - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
setPermissionsTester(ContentPermissionTester) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setPerRequestLogging(boolean) - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
setPerRequestLogging(boolean) - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
setPerRequestProfilingOn(boolean) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
setPersistedObjectsCount(long) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
setPersistedObjectsCount(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
setPersistentDecoratorDao(PersistentDecoratorDao) - Method in class com.atlassian.confluence.setup.velocity.HibernateResourceLoader
 
setPersonalInformation(PersonalInformation) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
setPersonalInformation(String) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
setPersonalInformation(String) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
setPersonalInformation(String) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserCanCreatePersonalSpaceCondition
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.user.actions.DeleteUserProfilePictureAction
 
setPersonalInformationManager(PersonalInformationManager) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
setPhase(SplitIndexPhase) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Sets the phase in the index (writes state file)
setPlugin(Plugin) - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
setPlugin(Plugin) - Method in class com.atlassian.confluence.plugin.struts.PluginAwareActionConfig
 
setPlugin(Plugin) - Method in class com.atlassian.confluence.plugin.struts.PluginAwareInterceptorConfig
 
setPlugin(Plugin) - Method in class com.atlassian.confluence.plugin.struts.PluginAwareResultConfig
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.IsConfluenceSpacesLicensedCondition
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.IsPluginEnabledCondition
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.SpaceSidebarCondition
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.plugin.editor.DefaultEditorManager
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcServer
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.search.SearchResultRendererCache
Setter for the pluginAccessor that is needed to get hold of the plugins installed.
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setPluginContentTypes(Set<ContentTypeSearchDescriptor>) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setPluginController(PluginController) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
setPluginController(PluginController) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setPluginController(PluginController) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setPluginDataDao(PluginDataDao) - Method in class com.atlassian.confluence.plugin.DefaultPluginInstaller
 
setPluginDataDao(PluginDataDao) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
setPluginDataPreProcessor(ImportedPluginDataPreProcessor) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setPluginDependentUpgradeComplete(boolean) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeGate
 
setPluginDependentUpgradeComplete(boolean) - Method in interface com.atlassian.confluence.upgrade.UpgradeGate
 
setPluginDependentUpgradeTaskNames(List<String>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setPluginDependentUpgradeTasks(List<DeferredUpgradeTask>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setPluginDescriptorFileName(String) - Method in class com.atlassian.confluence.plugin.spring.LegacyDynamicPluginFactoryBeanFactory
Deprecated.
 
setPluginDirectoryProvider(PluginDirectoryProvider) - Method in class com.atlassian.confluence.plugin.spring.LegacyDynamicPluginFactoryBeanFactory
Deprecated.
 
setPluginEventManager(PluginEventManager) - Method in class com.atlassian.confluence.macro.xhtml.DefaultMacroMigrationManager
 
setPluginEventManager(PluginEventManager) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroPluginMacroManager
 
setPluginEventManager(PluginEventManager) - Method in class com.atlassian.confluence.macro.xhtml.V2CompatibilityMacroManager
 
setPluginEventManager(PluginEventManager) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
setPluginEventManager(PluginEventManager) - Method in class com.atlassian.confluence.renderer.DefaultMacroManager
 
setPluginEventManager(PluginEventManager) - Method in class com.atlassian.confluence.util.i18n.DefaultI18NBeanFactory
 
setPluginExportCompatibility(Map<String, PluginExportCompatibility>) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setPluginKey(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setPluginKey(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
setPluginManager(SplitStartupPluginSystemLifecycle) - Method in class com.atlassian.confluence.setup.actions.SetupPathsAction
 
setPluginMetadataManager(PluginMetadataManager) - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
setPluginModuleKey(String) - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
setPluginsClassLoader(ClassLoader) - Method in class com.atlassian.confluence.util.ConfluenceUberClassLoader
 
setPluginStateStore(PluginPersistentStateStore) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setPluginVersion(String) - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
setPort(String) - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
setPort(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setPort(String) - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
setPosition(Integer) - Method in class com.atlassian.confluence.pages.Page
 
setPosition(Integer) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
setPosition(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setPosition(String) - Method in class com.atlassian.confluence.pages.actions.MovePageAction
 
setPosition(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setPostImportTasks(List<PostImportTask>) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setPostImportTasks(List<PostImportTask>) - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
setPostImportTasks(List<PostImportTask>) - Method in class com.atlassian.confluence.importexport.Importer
Deprecated.
 
setPostingDate(String) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
setPostingDate(String) - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
setPostingTime(String) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
setPostProcessor(ImportedObjectPostProcessor) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setPostRestoreUpgradeTasks(List<UpgradeTask>) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setPredefinedSearchBuilder(PredefinedSearchBuilder) - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
 
setPredefinedSearchBuilder(PredefinedSearchBuilder) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setPredefinedSearchBuilder(PredefinedSearchBuilder) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setPredefinedSearchBuilder(PredefinedSearchBuilder) - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
setPreferredColorMode(UserKey, PreferredColorMode) - Method in class com.atlassian.confluence.themes.user.DefaultUserThemeService
 
setPreferredDarkTheme(UserKey, Theme) - Method in class com.atlassian.confluence.themes.user.DefaultUserThemeService
 
setPreferredLightTheme(UserKey, Theme) - Method in class com.atlassian.confluence.themes.user.DefaultUserThemeService
 
setPreferredMaxResults(int) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentService
 
setPreferredTab(String) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentService
 
setPreferredUserLocale(String) - Method in class com.atlassian.confluence.user.actions.EditMySettingsAction
 
setPrefix(String) - Method in class com.atlassian.confluence.labels.ParsedLabelName
 
setPrefix(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setPrefix(String, String) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
 
setPreloadContentTree(boolean) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setPreProcessor(ImportedObjectPreProcessor) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setPreProcessor(ImportedObjectPreProcessor) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
 
setPreProcessors(List<ImportedObjectPreProcessor>) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setPreSchemaUpgradeTaskNames(List<String>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setPreSchemaUpgradeTasks(List<UpgradeTask>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setPreview(String) - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
Deprecated.
since 5.3 (and really much much longer)
setPreview(String) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
setPreviewKey(String) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setPreviousLoginDate(Date) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setPreviousSuccessfulLoginDate(Date) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
setPreviousVersion(Attachment) - Method in class com.atlassian.confluence.pages.SavableAttachment
 
setPrimaryActions(List<UserAction>) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
 
setPrivateSignupMode() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
setPrivateSignupMode() - Method in interface com.atlassian.confluence.user.SignupManager
 
setProcessed(long) - Method in class com.atlassian.confluence.index.status.ReIndexJob.Progress
 
setProcessedContentBodySizeInBytes(long) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
setProcessedObjectsCount(long) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
setProcessedObjectsCount(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
setProcessEventsForCurrentThread(boolean) - Method in class com.atlassian.confluence.internal.user.DefaultUserIndexingManagerInternal
 
setProcessEventsForCurrentThread(boolean) - Method in interface com.atlassian.confluence.internal.user.UserIndexingManagerInternal
Sets whether anything performing user indexing should process user-related events on the current thread.
setProfileGroups(String) - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
setProfileName(String) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
SetProfilePictureCommand - Interface in com.atlassian.confluence.user.service
Commands for setting a user's profile picture
setProfilingOn(boolean) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
setProgress(ReIndexJob.Progress) - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
setProgressMeter(ProgressMeter) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setProgressMeter(ProgressMeter) - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
setProgressMeter(ProgressMeter) - Method in class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
 
setProgressMeter(ProgressMeter) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentCopier
Set the progress meter to report the status of the copy.
setProgressMeter(ProgressMeter) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentMigrator
Deprecated.
Set the progress meter to report the status of the migration.
setProgressWrapper(ProgressMeter) - Method in class com.atlassian.confluence.content.render.xhtml.migration.WorkSourceBatchRunner
 
setPropagatingProgress(ReIndexJob.Progress) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setProperties(String, Properties) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setProperties(String, Properties) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setProperty(Object, boolean) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setProperty(Object, int) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setProperty(Object, Object) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setProperty(String, Boolean) - Method in class com.atlassian.confluence.json.json.JsonObject
Sets the given boolean property.
setProperty(String, Number) - Method in class com.atlassian.confluence.json.json.JsonObject
 
setProperty(String, String) - Method in class com.atlassian.confluence.json.json.JsonObject
 
setProperty(String, Date) - Method in class com.atlassian.confluence.json.json.JsonObject
 
setProperty(String, Json) - Method in class com.atlassian.confluence.json.json.JsonObject
 
setProperty(String, Object) - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Sets the property specified by name in the conversion context.
setProperty(String, Object) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
setProperty(String, Object) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
setProperty(String, Object) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
setProperty(String, Object) - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
setProperty(String, Object) - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
setProperty(String, String) - Method in class com.atlassian.confluence.user.actions.UserDetailsMap
 
setProperty(String, String) - Method in class com.atlassian.confluence.util.http.Authenticator
Deprecated.
 
setProtocol(String) - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
setProtocol(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setProxyInterface(Class) - Method in class com.atlassian.confluence.spring.aop.AdviseReturnedValueAdvice
 
setPublicFeed(boolean) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setPublicKey(AliasedKey) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
setPublicSignupMode() - Method in class com.atlassian.confluence.user.DefaultSignupManager
 
setPublicSignupMode() - Method in interface com.atlassian.confluence.user.SignupManager
 
setPublishDate(Date) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
 
setQuery(String) - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
 
setQuery(String) - Method in class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated.
 
setQuery(String) - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
setQuery(String) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setQueryAnalyzer(Analyzer) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setQueryString(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.BackwardsCompatibility
Deprecated.
 
setQueryString(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setQueryString(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
setQueryString(String) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction.SearchQueryBean
Deprecated.
 
setQueryString(String) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setQueryTokens(List<QueryToken>) - Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
 
setQueueSize(long) - Method in class com.atlassian.confluence.search.FlushStatistics
 
setRawParameters(InputStream) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
setReadOnlyModeEnabled(boolean) - Method in class com.atlassian.confluence.plugins.maintenance.actions.MaintenanceConfigurationAction
 
setRebuildIndex(boolean) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setRebuildIndex(boolean) - Method in interface com.atlassian.confluence.importexport.ImportContext
Deprecated.
 
setRebuildingProgress(ReIndexJob.Progress) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setReceiver(ConfluenceUser) - Method in class com.atlassian.confluence.mail.notification.Notification
 
setReceiveRecommendedEmail(boolean) - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
setRecentChangesSize(int) - Method in class com.atlassian.confluence.user.UserInterfaceState
 
setRecipient(User) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Sets the recipient for a notification.
setRecoveryFileGenerator(RecoveryFileGenerator) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setRecreated(boolean) - Method in class com.atlassian.confluence.search.FlushStatistics
 
setReferencingModuleCompleteKey(ModuleCompleteKey) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
setReferencingModuleKey(String) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
setReferencingPluginKey(String) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
setReferer(String) - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Sets the 'referer' value in the logging context.
setReferrerSettings(ReferrerSettings) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243
setReflectionProvider(ReflectionProvider) - Method in class com.atlassian.confluence.impl.struts.PluginAwareInterceptorFactory
 
setRegex(boolean) - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
setRegion(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setRegisteredUsersCache(RegisteredUsersCache) - Method in class com.atlassian.confluence.util.DefaultUserChecker
 
setRegistry(HashRegistryCache) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setReIndexOptions(EnumSet<ReIndexOption>) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setRelatedContentRefactorer(RelatedContentRefactorer) - Method in class com.atlassian.confluence.links.RelatedContentRefactoringListener
 
setRelatedContentRefactorer(RelatedContentRefactorer) - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
setRelationName(String) - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
setRemoteHost(String) - Method in class com.atlassian.confluence.event.events.security.SecurityEvent
 
setRemoteIP(String) - Method in class com.atlassian.confluence.event.events.security.SecurityEvent
 
setRemoteUser(ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
The current logged in user
setRemoteUser(User) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
Deprecated, for removal: This API element is subject to removal in a future version.
setRemovalNumberOfContent(Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
setRemoveAll(boolean) - Method in class com.atlassian.confluence.pages.actions.RemovePagePermissionAction
 
setRenderedContentCleaner(RenderedContentCleaner) - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
setRenderedTemplateContent(String) - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
setRenderingService(RenderingService) - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
setRepeatInterval(Long) - Method in class com.atlassian.confluence.schedule.ScheduledJobConfiguration
 
setRepeatInterval(String) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeSimpleJobScheduleAction
 
setReplyToComment(long) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setRequest(HttpServletRequest) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
setRequest(HttpServletRequest) - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
setRequest(HttpServletRequest) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
setRequestCache(ScopesRequestCache.RequestCache) - Method in interface com.atlassian.confluence.dmz.security.delegate.ScopesRequestCacheDelegate
 
setRequestCache(ScopesRequestCache.RequestCache) - Method in class com.atlassian.confluence.impl.security.delegate.ScopesRequestCacheDelegateImpl
 
setRequestCache(Map) - Static method in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
setRequestCpuTime(Long) - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
setRequestedLimit(int) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
 
setRequestGCCount(Long) - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
setRequestGCDuration(Long) - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
setRequestLanguages(String) - Method in class com.atlassian.confluence.impl.locale.DefaultLocaleManager
 
setRequestLanguages(String) - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
setRequestLanguages(String) - Method in interface com.atlassian.confluence.languages.LocaleManager
Should set the language string from the request in a THREAD LOCAL cache.
setRequestLanguages(String) - Method in class com.atlassian.confluence.setup.SetupLocaleManager
 
setRequestLimit(int) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
 
setRequestLogger(RequestLogger) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setRequestTimeout(int) - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
setRequestTimeout(int) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
setRequestTs(long) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
 
setRequestUserTime(Long) - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
setRequired(boolean) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
setRequireUpgrades(boolean) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setResourceBatchingConfiguration(ConfluenceResourceBatchingConfiguration) - Method in class com.atlassian.confluence.plugin.webresource.SuperBatchInvalidatorListener
 
setResourcePath(String) - Method in interface com.atlassian.confluence.macro.ResourceAware
 
setResponse(HttpServletResponse) - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
setResponseFormat(String) - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
 
setRestoreAction(String) - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
setRestoreDemoSpaceHelper(RestoreDemoSpaceHelper) - Method in class com.atlassian.confluence.setup.actions.SetupDemoContentAction
 
setRestoreTitle(boolean) - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters.VersionRestoreParametersBuilder
 
setRestriction(String) - Method in class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
 
setRestrictions(MockRestrictionsResponse.Restrictions) - Method in class com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.OperationRestriction
 
setRestrictions(Set<TrustedApplicationRestriction>) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
setResult(boolean) - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
setResults(List<SearchResultEntity>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntityList
 
setResults(List<SearchResultEntity>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultGroupEntity
 
setResults(List<T>) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse.Builder
 
setResultsPerPage(int) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setResultsPerPage(int) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
Change the pageSize
setResultsPerPage(int) - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
setReturnPath(String) - Method in class com.atlassian.confluence.pages.actions.RemovePagePermissionAction
 
setReturnValueAdvisor(Advisor) - Method in class com.atlassian.confluence.spring.aop.AdviseReturnedValueAdvice
 
setReusedObjectsCount(long) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
setReusedObjectsCount(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
setRev(String) - Method in class com.atlassian.synchrony.EventId
 
setReverse(boolean) - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
setRevertComment(String) - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
setRevertTitle(boolean) - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
setRevisedVersion(int) - Method in class com.atlassian.confluence.pages.actions.DiffPagesByVersionAction
 
setRootPages(ContentEntityList) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
setRows(int) - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
setRssLink(String) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setRssTimeout(int) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setRssTimeout(int) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setRssType(String) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setRssType(String) - Method in class com.atlassian.confluence.dashboard.actions.GlobalRssFeedAction
 
setRssType(String) - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
setRssType(String) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setRssType(String) - Method in class com.atlassian.confluence.spaces.actions.LegacySpaceRssFeedAction
 
setRunAt(Instant) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setRuntimeLogger(RuntimeLogger) - Method in class com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator
 
setRuntimeServices(RuntimeServices) - Method in class com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator
 
setSafetyNumber(int) - Method in interface com.atlassian.confluence.cluster.safety.ClusterSafetyDao
 
setSafetyNumber(int) - Method in class com.atlassian.confluence.cluster.safety.ClusterSafetyNumber
 
setSafetyNumber(int) - Method in class com.atlassian.confluence.cluster.safety.HibernateClusterSafetyDao
 
setSalDarkFeatureManager(DarkFeatureManager) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
setSalDarkFeatureManager(DarkFeatureManager) - Method in class com.atlassian.confluence.impl.search.actions.SearchIndexesAction
 
setSalDarkFeatureManager(DarkFeatureManager) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setSchedType(char) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
setScheduledJobManager(ScheduledJobManager) - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
setScheduledJobManager(ScheduledJobManager) - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
setScheduledJobManager(ScheduledJobManager) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.AbstractViewAction
 
setScheduledJobManager(ScheduledJobManager) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeCronJobScheduleAction
 
setScheduledJobManager(ScheduledJobManager) - Method in class com.atlassian.confluence.plugins.schedule.admin.action.ChangeSimpleJobScheduleAction
 
setScheduledJobManager(ScheduledJobManager) - Method in class com.atlassian.confluence.setup.actions.FinishSetupAction
 
setSchedulerService(LifecycleAwareSchedulerService) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setSchedulerService(LifecycleAwareSchedulerService) - Method in class com.atlassian.confluence.util.SchedulerLifecycle
 
setSchedulerService(SchedulerService) - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
setSchedulerServiceController(SchedulerServiceController) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setSchema(PropertySetSchema) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setSchema(PropertySetSchema) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setSchemaHelper(ConfluenceSchemaHelper) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
setSchemaHelper(ConfluenceSchemaHelper) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setSchemaInformationService(SchemaInformationService) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateContentPermissionSetDao
 
setSchemaUpgradeTaskNames(List<String>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setSchemaUpgradeTasks(List<UpgradeTask>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setSchemaVersion(int) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.Macro
 
setSchemaVersion(int) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
setScope(ExportScope) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setScopesRequestCacheDelegate(ScopesRequestCacheDelegate) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
 
setScopesRequestCacheDelegate(ScopesRequestCacheDelegate) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
setScore(EdgeType, float) - Method in class com.atlassian.confluence.plugins.edgeindex.ScoreConfig
 
setScore(String) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setScore(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setScorer(Scorer) - Method in class com.atlassian.confluence.internal.index.lucene.FieldValuesCollector
 
setScorer(Scorer) - Method in class com.atlassian.confluence.internal.index.lucene.ScoredDocumentCollector
 
setSearchableResolver(SearchableResolver) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
setSearchContext(SearchContext) - Method in class com.atlassian.confluence.search.contentnames.ContentNameSearchContext
 
setSearchContext(SearchContext) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setSearchEntitiesManager(SearchEntitiesManager) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
Deprecated.
since 5.9. No longer used.
setSearchEntitiesManager(SearchEntitiesManager) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
setSearchEntitiesManager(SearchEntitiesManager) - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
setSearchIndexAccessor(SearchIndexAccessor) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
setSearchIndexAccessor(SearchIndexAccessor) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
setSearchLanguage(Optional<SearchLanguage>) - Method in class com.atlassian.confluence.search.v2.AtlassianDocument
 
setSearchLanguageChecker(SearchLanguageChecker) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setSearchLanguageProvider(SearchLanguageProvider) - Method in class com.atlassian.confluence.impl.search.v2.mappers.PhraseQueryMapper
 
setSearchLimit(Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
setSearchManager(SearchManager) - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
 
setSearchManager(SearchManager) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setSearchManager(SearchManager) - Method in class com.atlassian.confluence.macro.ContentFilteringMacro
Injector for SearchManager.
setSearchManager(SearchManager) - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
setSearchManager(SearchManager) - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
setSearchManager(SearchManager) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
setSearchManager(SearchManager) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setSearchManager(SearchManager) - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
setSearchManager(SearchManager) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setSearchMapper(LuceneSearchMapper) - Method in class com.atlassian.confluence.impl.search.v2.mappers.BooleanQueryMapper
 
setSearchMapper(LuceneSearchMapper) - Method in class com.atlassian.confluence.impl.search.v2.mappers.ConstantScoreQueryMapper
 
setSearchMapper(LuceneSearchMapper) - Method in class com.atlassian.confluence.impl.search.v2.mappers.SiteTextSearchQueryMapper
 
setSearchPlatformConfig(SearchPlatformConfig) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setSearchQueryFilter(SearchQuery) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setSearchResultRenderCache(SearchResultRendererCache) - Method in class com.atlassian.confluence.search.SearchResultRendererCacheUpdater
Setter for the cache to be notified of changes.
setSearchResultRendererCache(SearchResultRendererCache) - Method in class com.atlassian.confluence.internal.search.DelegatedSearchResultRenderer
 
setSearchTerm(String) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setSearchTerm(String) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
setSearchTerm(String) - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
setSearchType(SynchronyEvictionSearchType) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
setSecondaryActions(List<UserAction>) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
 
setSecretKey(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setSecretService(SecretService) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
setSecretStoreClass(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SecurityInfo
 
setSecretStoreProvider(SecretStoreProvider) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
setSection(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setSectionFullKey(String) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
setSectionKey(String) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
setSecurityGroupName(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setSelected(boolean) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
setSelected(String) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabs
 
setSelectedGroup(String) - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
setSelectedGroup(String) - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
 
setSelectedGroups(String) - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
setSelectedPageVersions(int[]) - Method in class com.atlassian.confluence.pages.actions.DiffPagesByVersionAction
 
setSelectedSpaceCategory(String) - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
setSelectedTab(String) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setSelectedTab(String) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setSelectedUsername(String) - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
setSelectedUsername(String) - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
 
setSendEmail(boolean) - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
setSendEmailDefault(boolean) - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
setSendLogs(boolean) - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
setSenMissingInLicenseMessageOff(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setSequence(int) - Method in class com.atlassian.synchrony.Events
 
setSerializedHighlights(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
 
setSerializerFactory(BandanaSerializerFactory) - Method in class com.atlassian.confluence.setup.bandana.BandanaPersisterSupport
 
setServerId(String) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setServerLogsDirectory(String) - Method in class com.atlassian.confluence.util.SupportUtility
 
setServiceName(String) - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
setServiceType(DenormalisedServiceStateRecord.ServiceType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord
 
setServletContext(ServletContext) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, no replacement.
setServletContext(ServletContext) - Method in class com.atlassian.confluence.importexport.resource.ServletContextResourceAccessor
 
setServletContext(ServletContext) - Method in class com.atlassian.confluence.plugin.BundledPluginLoaderFactory
 
setServletContext(ServletContext) - Static method in class com.atlassian.confluence.struts.compat2.ServletActionContext
 
setSessionFactory(SessionFactory) - Method in class bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.confluence.cluster.safety.HibernateClusterSafetyDao
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao
Deprecated.
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.confluence.importexport.Importer
Deprecated.
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.confluence.pages.ancestors.HibernatePageAncestorManager
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintCleaner
 
setSessionFactory5(SessionFactory) - Method in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
setSessionFactory5(SessionFactory) - Method in class com.atlassian.confluence.test.rpc.DbStatCollector
 
setSessionFactory5(SessionFactory) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setSetSpacePermissionChecker(SetSpacePermissionChecker) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setSetSpacePermissionChecker(SetSpacePermissionChecker) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
 
setSetSpacePermissionChecker(SetSpacePermissionChecker) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
setSettings(String) - Method in class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobSettingsRecord
 
setSettingsManager(GlobalSettingsManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setSettingsManager(GlobalSettingsManager) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
setSettingsManager(GlobalSettingsManager) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
setSettingsManager(GlobalSettingsManager) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setSettingsManager(GlobalSettingsManager) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.importexport.impl.HtmlImageProcessingRule
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.links.DefaultLinkManager
Deprecated.
since 7.7 unused
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.macro.profile.ProfileMacro
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CanEditSpaceStylesCondition
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.EmailAddressPublicCondition
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ThreadedCommentsCondition
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.CanSignupCondition
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserLoggedInEditableCondition
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcServer
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.rss.AbstractRenderSupport
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setSettingsManager(SettingsManager) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
setSetupClusterType(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setSetupComplete(boolean) - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
setSetupComplete(boolean) - Method in class com.atlassian.confluence.impl.setup.ConfluenceApplicationConfig
 
setSetupComplete(boolean) - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
setSetupComplete(boolean) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setSetupLocks(SetupLocks) - Method in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
setSetupLocks(SetupLocks) - Method in class com.atlassian.confluence.setup.actions.SetupDataAction
 
setSetupType(String) - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
setSetupType(String) - Method in class com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
 
setSetupType(String) - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
setSetupType(String) - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
setSharedDraft(ContentEntityObject) - Method in class com.atlassian.synchrony.Snapshots
 
setSharedDraftsEnabled(boolean) - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResponse.Builder
 
setSharedHome(FileStore) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setSharedMode(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.1. "Shared mode" no longer supported. Do not use.
setShareId(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setShareId(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setShareId(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setShortcutLinkConfig(ShortcutLinkConfig) - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
setShortcutLinksManager(ShortcutLinksManager) - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
setShortcutLinksManager(ShortcutLinksManager) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setShortcutResourceIdentifierMarshaller(Marshaller<ShortcutResourceIdentifier>) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
setShortcutsEnabled(ShortcutSettingsResource.State) - Method in class com.atlassian.confluence.plugins.keyboardshortcuts.ShortcutSettingsResource
 
setShowAllAdmins(boolean) - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
setShowApplicationTitle(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setShowChildren(Boolean) - Method in class com.atlassian.confluence.pages.actions.PageChildrenAction
 
setShowChildren(Boolean) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setShowCommentArea(boolean) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setShowContactAdministratorsForm(boolean) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setShowContactAdministratorsForm(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setShowContent(boolean) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setShowContent(boolean) - Method in class com.atlassian.confluence.rss.RssRenderItem
 
setShowContent(boolean) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setShowDeactivatedUsers(boolean) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setShowDefaultParameterInPlaceholder(boolean) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setShowDiffInEmailNotifications(boolean) - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
setShowDistributions(boolean) - Method in class com.atlassian.confluence.admin.actions.FlushCacheAction
Deprecated.
 
setShowDraftMessage(boolean) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setShowExternallyDeletedUsers(boolean) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setShowInMacroBrowser(boolean) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
setShowOnlyPersonal(boolean) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setShowOptions(String) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setShowShadowedUsers(boolean) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setShowSystemInfoIn500Page(boolean) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setShowSystemInfoIn500Page(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setShowUnlicensedUsers(boolean) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setShowUnlicensedUsers(boolean) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setSidebarContext(Space, AbstractPage, String, String, String, String) - Static method in class com.atlassian.confluence.impl.util.DecoratorUtil
Page/blogpost context should be saved for deferred (sitemesh) sidebar execution, because main sitemesh decorator is executed under DecoratorAction, which does not contain page/space context of the main request.
setSidebarText(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
setSidebarText(String) - Method in class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
setSidId(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.ContentToSidMapId
 
setSidId(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpaceToSidMapId
 
setSidManager(ConfluenceSidManager) - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
setSidManager(ConfluenceSidManager) - Method in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
 
setSidManager(ConfluenceSidManager) - Method in class com.atlassian.confluence.security.trust.DefaultCurrentApplicationIdProvider
 
setSidManager(ConfluenceSidManager) - Method in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
setSidManager(ConfluenceSidManager) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setSignupManager(SignupManager) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
setSignupManager(SignupManager) - Method in class com.atlassian.confluence.user.actions.ConfirmEmailAction
 
setSignupManager(SignupManager) - Method in class com.atlassian.confluence.user.notifications.UserSignUpNotificationsListener
Deprecated.
 
setSignupSettings(SignupSettingsBean) - Method in class com.atlassian.confluence.plugins.easyuser.EasyUserSignupSettingsResource
 
setSignupValidator(SignupValidator) - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
setSimple(boolean) - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
setSingleSpaceKey(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setSiteBlogNotificationForUser(ConfluenceUser, boolean) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
setSiteBlogNotificationForUser(ConfluenceUser, boolean) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
setSiteBlogNotificationForUser(User, boolean) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
setSiteBlogNotificationForUser(User, boolean) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
setSiteBlogNotificationForUser(String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setSiteBlogNotificationForUser(String, String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets Site Blog watch emails for a user to enabled or disabled.
setSiteBlogNotificationForUser(String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setSiteBlogWatchForUser(boolean) - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
setSiteHomePage(String) - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
setSiteHomePage(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setSiteHomePage(String) - Method in class com.atlassian.confluence.user.actions.EditMySettingsAction
 
setSiteLogoManager(SiteLogoManager) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setSiteSearchPermissionsQueryFactory(SiteSearchPermissionsQueryFactory) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
setSiteSearchPermissionsQueryFactory(SiteSearchPermissionsQueryFactory) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setSiteSearchPermissionsQueryFactory(SiteSearchPermissionsQueryFactory) - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
setSiteSearchPermissionsQueryFactory(SiteSearchPermissionsQueryFactory) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setSiteSupportAddress(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setSiteTitle(String) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setSiteTitle(String) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setSiteTitle(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setSiteWelcomeMessage(String) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.0 The welcome message is now a system template
setSkipAttachments(boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings
 
setSkipIsPermitted(boolean) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0. Use Atlassian annotations instead. See: Preparing for secure endpoints for details.
setSkippedObjectsCount(long) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
setSkippedObjectsCount(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
setSkipReindex(Boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings
Set to true if the site restore should skip reindex.
setSkipReindex(Boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings
Set to true if the space restore should skip reindex.
setSkipReindex(Boolean) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
setSmtpServer(String, String, String, String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setSmtpServer(String, String, String, String, String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Remove all existing SMTP servers and add the given server.
setSmtpServer(String, String, String, String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setSmtpServer(String, String, String, String, String, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setSmtpServer(String, String, String, String, String, int, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Remove all existing SMTP servers and add the given server.
setSmtpServer(String, String, String, String, String, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setSoapServiceDelegator(ConfluenceSoapService) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
setSoapServiceHelper(SoapServiceHelper) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setSoapServiceHelper(SoapServiceHelper) - Method in class com.atlassian.confluence.rpc.soap.services.BlogsSoapService
 
setSoapServiceHelper(SoapServiceHelper) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
setSoapServiceHelper(SoapServiceHelper) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setSoapServiceHelper(SoapServiceHelper) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setSoapServiceHelper(SoapServiceHelper) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setSocketTimeout(int) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setSocketTimeout(int) - Method in class com.atlassian.confluence.util.http.ConfluenceHttpParameters
 
setSort(SearchSort) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setSort(String) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setSort(String) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setSortBy(String) - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
setSortBy(String) - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
setSource(ExportDescriptor.Source) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setSource(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
setSourceContent(ContentEntityObject) - Method in class com.atlassian.confluence.links.AbstractLink
 
setSourceContent(S) - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
setSourceNodeId(String) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setSourceTemplateId(String) - Method in class com.atlassian.confluence.pages.actions.CreatePageFromTemplateAction
 
setSourceType(RelatableEntityTypeEnum) - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
setSoyTemplateRenderer(SoyTemplateRenderer) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setSpace(Space) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
setSpace(Space) - Method in class com.atlassian.confluence.security.SpacePermission
 
setSpace(RemovalCount) - Method in class com.atlassian.confluence.api.model.retention.RemovalSummary
 
setSpace(SpaceEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Space where this attachment (and it's parent page if any) resides.
setSpace(SpaceEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setSpace(Space) - Method in class com.atlassian.confluence.core.SpaceContentEntityObject
 
setSpace(Space) - Method in class com.atlassian.confluence.impl.security.administrators.EditSpacePermissionsAdministrator
 
setSpace(Space) - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
setSpace(Space) - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction
 
setSpace(Space) - Method in class com.atlassian.confluence.mail.notification.Notification
 
setSpace(Space) - Method in class com.atlassian.confluence.pages.actions.ChildrenAction
 
setSpace(Space) - Method in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
setSpace(Space) - Method in class com.atlassian.confluence.pages.actions.ReorderPageDialogAction
 
setSpace(Space) - Method in class com.atlassian.confluence.pages.Page
 
setSpace(Space) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setSpace(Space) - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
setSpace(Space) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
setSpace(Space) - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
 
setSpace(Space) - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
setSpace(Space) - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
setSpace(Space) - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
setSpace(Space) - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
setSpace(Space) - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
setSpace(Space) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceAction
 
setSpace(Space) - Method in interface com.atlassian.confluence.spaces.actions.SpaceAware
IOC method for setting the space on the action.
setSpace(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setSpace(Space) - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
setSpace(Space) - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
setSpace(String) - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
setSpaceAdminCanEdit(boolean) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
setSpaceAttachmentNextStartOriginalId(long, long) - Method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
setSpaceColorScheme(String, ColorSchemeThemeBasedModel) - Method in class com.atlassian.confluence.api.impl.service.colorscheme.SpaceColorSchemeServiceImpl
 
setSpaceColorScheme(String, ColorSchemeThemeBasedModel) - Method in interface com.atlassian.confluence.api.service.colorscheme.SpaceColorSchemeService
 
setSpaceColorScheme(String, ColorSchemeThemeBasedModel) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeService
 
setSpaceColorScheme(String, ColorSchemeThemeBasedModel) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeServiceImpl
 
setSpaceContentEntityObject(SpaceContentEntityObject) - Method in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
setSpaceDao(SpaceDaoInternal) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setSpaceDescriptionManager(SpaceDescriptionManager) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setSpaceForCreate(Content, SpaceContentEntityObject, User) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
setSpaceForCreate(Content, SpaceContentEntityObject, User) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Sets the space in newContent on this spacedEntity
setSpaceGroup(SpaceGroup) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setSpaceGroup(SpaceGroup) - Method in class com.atlassian.confluence.spaces.Space
Deprecated.
in 5.9.

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

setSpaceGroup(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
Deprecated.
since 5.9.

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

setSpaceGroupManager(SpaceGroupManager) - 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.

setSpaceId(long) - Method in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
setSpaceId(long) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
 
setSpaceId(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpaceToSidMapId
 
setSpaceId(Long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
setSpaceId(Long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpaceChangeLog
 
setSpaceKey(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter.Builder
 
setSpaceKey(String) - Method in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
setSpaceKey(String) - Method in class com.atlassian.confluence.core.actions.ColorsStylesheetAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.core.actions.CustomStylesheetAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.core.actions.ThemeColorsStylesheetAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.core.PersistentDecorator
 
setSpaceKey(String) - Method in class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated.
 
setSpaceKey(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.BackwardsCompatibility
Deprecated.
 
setSpaceKey(String) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
setSpaceKey(String) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.ConvertPageToBlogPostAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.MoveBlogPostAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.MovePageAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.pages.actions.WysiwygConverterAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
setSpaceKey(String) - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
setSpaceKey(String) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setSpaceKey(String) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setSpaceKey(String) - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
setSpaceKey(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setSpaceKeyOfSpaceImport(String) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setSpaceKeys(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setSpaceKeys(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setSpaceKeys(Collection<String>) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings
 
setSpaceKeys(Collection<String>) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setSpaceKeys(Set<String>) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setSpaceLabelManager(SpaceLabelManager) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
setSpaceLabelManager(SpaceLabelManager) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
 
setSpaceLabelManager(SpaceLabelManager) - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
setSpaceManager() - Method in class com.atlassian.confluence.spaces.actions.EditSpaceEntryAction
 
setSpaceManager(SpaceManagerInternal) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setSpaceManager(SpaceManagerInternal) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setSpaceManager(SpaceManagerInternal) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.accessmode.actions.ReadOnlyAccessAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.content.service.space.DefaultSpaceService
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.labels.SpaceLabelManagerImpl
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.macro.query.params.SpaceKeyParameter
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CreatePageOrBlogpostCondition
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserHasPersonalBlogCondition
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserHasPersonalSpaceCondition
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserFavouritingTargetUserPersonalSpaceCondition
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserHasPersonalBlogCondition
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserHasPersonalSpaceCondition
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugins.dashboard.CreateContentCondition
Deprecated.
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.setup.velocity.HibernateResourceLoader
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.spaces.Space
Deprecated.
since 7.5 remove in 8.0
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.user.actions.GroupPickerAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.user.actions.RemoveUnsyncedUserAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.user.actions.RemoveUserAction
 
setSpaceManager(SpaceManager) - Method in class com.atlassian.confluence.user.DefaultUserContentManager
 
setSpaceName(String) - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
setSpaceName(String) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setSpaceNextStartContentId(long, long) - Method in class com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatus
 
setSpaceOverridesAllowed(boolean) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
setSpacePageNextStartOriginalId(long, long) - Method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
setSpacePermission(String) - Method in class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
 
setSpacePermission(String) - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
SetSpacePermissionChecker - Interface in com.atlassian.confluence.security
Class that checks whether a user has sufficient privileges to set a SpacePermission.
setSpacePermissionDefaultsStoreFactory(SpacePermissionDefaultsStoreFactory) - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction
 
setSpacePermissionDefaultsStoreFactory(SpacePermissionDefaultsStoreFactory) - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction
 
setSpacePermissionDefaultsStoreFactory(SpacePermissionDefaultsStoreFactory) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setSpacePermissionManager(SpacePermissionManagerInternal) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
setSpacePermissionManager(SpacePermissionManagerInternal) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.SpaceFunctionPermissionCondition
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserCanUseConfluenceCondition
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.tinymceplugin.conditions.HasSetPagePermissionsCondition
 
setSpacePermissionManager(SpacePermissionManager) - Method in class com.atlassian.confluence.user.notifications.UserSignUpNotificationsListener
Deprecated.
 
setSpacePermissionQueryFactory(SpacePermissionQueryFactory) - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
setSpacePermissionQueryManager(SpacePermissionQueryManager) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setSpacePermissionsDelegate(SpacePermissionsDelegate) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
setSpacePermissionsFilterFactory(SpacePermissionsFilterFactory) - Method in class com.atlassian.confluence.impl.search.v2.mappers.SiteSearchPermissionsQueryMapper
 
setSpaceResourceIdentifierMarshaller(Marshaller<SpaceResourceIdentifier>) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
setSpaceRestoreService(SpaceRestoreService) - Method in class com.atlassian.confluence.setup.actions.SetupDemoContentAction
 
setSpaces(List) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setSpaces(List<SpaceEntity>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityList
 
setSpaces(List<SpaceDirectoryEntity>) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectory
 
setSpaces(List<String>) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setSpaceService(SpaceService) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setSpaceService(SpaceService) - Method in class com.atlassian.confluence.pages.actions.MoveBlogPostAction
 
setSpaceService(SpaceService) - Method in class com.atlassian.confluence.pages.actions.MovePageAction
 
setSpaceService(SpaceService) - Method in class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
setSpaceService(SpaceService) - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
setSpaceService(SpaceService) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setSpaceSettingsManager(SpaceSettingsManager) - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
setSpacesSoapService(SpacesSoapService) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setSpaceStatus(SpaceStatus) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setSpaceStatus(SpaceStatus) - Method in class com.atlassian.confluence.spaces.Space
 
setSpaceStatus(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setSpaceStatus(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
setSpaceStatus(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setSpaceStatus(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setSpaceStatus(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
setSpaceStatus(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
setSpacesToInclude(List<? extends Space>) - Method in class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
 
setSpacesToInclude(List<? extends Space>) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentCopier
Set which Spaces should be included in the copy.
setSpacesToInclude(List<? extends Space>) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentMigrator
Deprecated.
Set which Spaces should be included in the migration.
setSpaceTheme(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.ThemeResource
 
setSpaceTheme(String, String) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
setSpaceTheme(String, String) - Method in interface com.atlassian.confluence.themes.ThemeManager
 
setSpaceThemeKey(String, String) - Method in class com.atlassian.confluence.impl.themes.BandanaThemeKeyDao
 
setSpaceThemeKey(String, String) - Method in class com.atlassian.confluence.impl.themes.CachingThemeKeyDao
 
setSpaceThemeKey(String, String) - Method in interface com.atlassian.confluence.impl.themes.ThemeKeyDao
 
setSpaceToSidMapId(SpaceToSidMapId) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpacePermission
 
setSpaceType(SpaceType) - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
setSpaceType(SpaceType) - Method in class com.atlassian.confluence.spaces.Space
 
setSpaceType(String) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceAction
 
setStage(ReIndexStage) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setStarted(Date) - Method in class com.atlassian.confluence.search.FlushStatistics
 
setStartIndex(int) - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
setStartIndex(int) - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
setStartIndex(int) - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setStartIndex(int) - Method in class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.spaces.actions.ListAttachmentsAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.user.actions.EditNotificationsAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.user.actions.ViewFollowersAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.user.actions.ViewFollowingAction
 
setStartIndex(int) - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
setStartProcessingTime(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
setStartProcessingTime(Instant) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setStartsWith(String) - Method in class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
setStartsWith(String) - Method in class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
 
setStartTime(long) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setStartTime(Instant) - Method in class com.atlassian.confluence.index.status.ReIndexJob
 
setStartTime(Date) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
setState(ApplicationState) - Method in class com.atlassian.confluence.server.DefaultApplicationStatusService
 
setState(ApplicationState) - Method in interface com.atlassian.confluence.server.MutableApplicationStatusService
 
setState(ApplicationState) - Method in class com.atlassian.confluence.server.StubApplicationStatusService
 
setState(ZduStatus.State) - Method in class com.atlassian.confluence.internal.ZduStatusEntity
 
setState(BackgroundJobState) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setState(ReIndexNodeStatus.State) - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
setState(IncrementalSyncState) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
setState(DenormalisedPermissionServiceState) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord
 
setState(String) - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
setStatistics(boolean) - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
setStatistics(boolean) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
setStatistics(boolean) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
setStatistics(boolean) - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
setStatistics(String) - Method in class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobStatisticsRecord
 
setStats(ChangeDigestStats) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
setStatus(boolean) - Method in class com.atlassian.confluence.plugins.synchrony.status.SynchronyStatusCache
Set the status in the cache.
setStatus(ZduStatusEntity) - Method in class com.atlassian.confluence.internal.persistence.hibernate.HibernateZduStatusDao
 
setStatus(ZduStatusEntity) - Method in interface com.atlassian.confluence.internal.persistence.ZduStatusDao
 
setStatus(CommentStatus) - Method in class com.atlassian.confluence.pages.Comment
Set status for comment
setStatus(ExecutionStatus) - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
setStatus(SimpleContent.ContentStatus) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
setStatus(String) - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
setStatus(String) - Method in class com.atlassian.confluence.util.SubProgressMeter
 
setStatusMessage(String) - Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
 
setStatusTextRenderer(StatusTextRenderer) - Method in class com.atlassian.confluence.macro.profile.ProfileMacro
 
setStatusTextRenderer(StatusTextRenderer) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
setStatusTextRenderer(StatusTextRenderer) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
setStorageFormatCleaner(StorageFormatCleaner) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setStorageFormatCleaner(StorageFormatCleaner) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setStorageToViewTransformer(Transformer) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
setStorageVersion(String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
setString(String, String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setString(String, String) - Method in class com.atlassian.confluence.impl.user.preferences.AnonymousUserPreferences
 
setString(String, String) - Method in class com.atlassian.confluence.impl.user.preferences.UserPreferencesImpl
 
setString(String, String) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
setString(String, String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setString(String, String) - Method in interface com.atlassian.confluence.user.UserPreferences
 
setString(String, String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
Deprecated.
 
setString(String, String) - Method in interface com.atlassian.core.user.preferences.Preferences
Deprecated.
 
setString(String, String) - Method in class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
setStringProperty(ContentEntityObject, String, String) - Method in interface com.atlassian.confluence.core.ContentPropertyManager
Associate a string property with a content entity object, or null if that property is not set.
setStringProperty(ContentEntityObject, String, String) - Method in class com.atlassian.confluence.impl.content.DefaultContentPropertyManager
 
setStringProperty(User, String, String) - Method in class com.atlassian.confluence.user.DefaultUserDetailsManager
 
setStringProperty(User, String, String) - Method in interface com.atlassian.confluence.user.UserDetailsManager
Stores a string < 255 chars in a property with the given key against a specified user.
setStringProperty(String, String) - Method in class com.atlassian.confluence.content.ContentProperties
 
setStringUserPreference(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setStringUserPreference(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets a string user preference.
setStringUserPreference(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setStringValue(String) - Method in class com.atlassian.confluence.content.ContentProperty
 
setStringValue(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.GlobalSettingsResource
 
setStrutsHelper(StrutsHelper) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setStyle(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction
 
setStyle(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
setStyle(String) - Method in class com.atlassian.confluence.core.actions.CustomStylesheetAction
 
setStyle(String) - Method in class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction
 
setStyleClass(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setStyleClass(String) - Method in class com.atlassian.confluence.api.model.web.WebSectionView.Builder
 
setStylesheetManager(StylesheetManager) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction
 
setStylesheetManager(StylesheetManager) - Method in class com.atlassian.confluence.core.actions.CustomStylesheetAction
 
setStylesheetManager(StylesheetManager) - Method in class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction
 
setStylesheetName(String) - Method in class com.atlassian.confluence.core.actions.ThemeColorsStylesheetAction
 
setSubject(Subject) - Method in class com.atlassian.confluence.api.model.permissions.GlobalPermission
 
setSubject(Subject) - Method in class com.atlassian.confluence.api.model.permissions.SpacePermission
 
setSubject(ConfluenceUser) - Method in class com.atlassian.confluence.security.ContentPermission
 
setSubject(String) - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
setSubject(String) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
setSubject(String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
setSubject(String) - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
setSubmittedTestString(String) - Method in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
setSubRenderer(SubRenderer) - Method in class com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
 
setSubRenderer(SubRenderer) - Method in class com.atlassian.confluence.util.ContentMacrosHelper
 
setSubRenderer(V2SubRenderer) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
Deprecated.
since 4.0. Rendering wiki macro templates is no longer supported. You will need to manually fix any macros with wiki templates.
setSubscriber(ConfluenceUser) - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
setSubscriberUserKey(UserKey) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
setSubscriptionData(String) - Method in class com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
 
setSubscriptionData(String) - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncSubscription
 
setSubstitute(String) - Method in class com.atlassian.confluence.util.RegExpProcessor
 
setSummaryPath(String) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setSuperbatchResourceCounter(Counter) - Method in class com.atlassian.confluence.plugin.webresource.SuperBatchInvalidatorListener
 
setSupportEntitlementNumber(String) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setSupportEntitlementNumber(String) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setSupportJarResources(boolean) - Method in class com.atlassian.confluence.util.test.ClassResolver
 
setSupportPeriodEndDateString(String) - Method in class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
setSupportRequestEmail(String) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setSuppressNotifications(boolean) - Method in class com.atlassian.confluence.core.DefaultSaveContext
Deprecated.
since 6.0. Use the DefaultSaveContext.builder() instead.
setSuppressNotifications(boolean) - Method in interface com.atlassian.confluence.core.SaveContext
Deprecated.
since 6.0. Use DefaultSaveContext.builder() instead.
setSuppressNotifications(boolean) - Method in class com.atlassian.confluence.event.events.content.ContentEvent
Deprecated.
setSynchronous(boolean) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
setSynchronyConfigurationReader(SynchronyConfigurationReader) - Method in class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
setSynchronyOff(boolean) - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
Sets flag to the database, which indicates if synchrony should run as external process, and represents results of the admin actions.
setSynchronyOff(boolean) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
setSynchronyRevision(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setSynchronyRevision(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setSynchronyRevision(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setSynchronyRevisionSource(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setSynchronyRevisionSource(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setSynchronyRevisionSource(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setSyncIndexer(Supplier<ChangeIndexer>) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
setSyncRev(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setSystemInformationService(SystemInformationService) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setSystemLanguage(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setSystemProperty(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setSystemProperty(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Set a system property on the server to the supplied value.
setSystemProperty(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setSystemStartupTime(Long) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
setSystemTenant(SystemTenant) - Method in class com.atlassian.confluence.setup.actions.SetupPathsAction
 
setSystemTimezone(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
SettableWebLink - Interface in com.atlassian.confluence.plugin.descriptor.web.model
Defines a setter for a weblink
setTagKey(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setTagValue(String) - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
 
setTarget(Object) - Method in class com.atlassian.confluence.spring.transaction.interceptor.TargetClassLoaderTransactionProxyFactoryBean
Set the bean to be wrapped with a transactional proxy.
setTargetContent(T) - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
setTargetedUser(ConfluenceUser) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
setTargetId(long) - Method in class com.atlassian.confluence.pages.actions.MovePageAction
 
setTargetId(long) - Method in class com.atlassian.confluence.util.EditPageBean
 
setTargetId(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setTargetTitle(String) - Method in class com.atlassian.confluence.pages.actions.MovePageAction
 
setTargetType(RelatableEntityTypeEnum) - Method in class com.atlassian.confluence.dmz.relations.dao.RelationEntity
 
setTaskId(String) - Method in class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction
 
setTaskManager(MultiQueueTaskManager) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
setTaskManager(MultiQueueTaskManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setTaskManager(MultiQueueTaskManager) - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
setTaskQueue(IndexTaskQueue) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
setTaskQueue(IndexTaskQueue<ConfluenceIndexTask>) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
setTeamLabel(String) - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
setTempDirectory(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setTemplate(String) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
setTemplate(String) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setTemplate(String) - Method in class com.atlassian.confluence.struts.soy.SoyResult
 
setTemplate(String) - Method in class com.atlassian.confluence.xss.StaticRenderingAction
 
setTemplate(String) - Method in class com.atlassian.confluence.xss.VelocityResultAction
 
setTemplateApplied(boolean) - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
setTemplateContent(String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
setTemplateFileName(String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
setTemplateHandlers(Map<BodyType, TemplateHandler>) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
setTemplateId(String) - Method in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
setTemplateLocation(String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
setTemplateName(String) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
setTemplateRenderer(TemplateRenderer) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setTenantAccessor(TenantAccessor) - Method in class com.atlassian.confluence.schedule.TenantAwareJobReschedulerLifecycle
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
setTenantAwareJobRescheduler(TenantAwareJobRescheduler) - Method in class com.atlassian.confluence.schedule.TenantAwareJobReschedulerLifecycle
 
setTest(boolean) - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
setTestConnection(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setTestFailed() - Method in class com.atlassian.confluence.util.test.timing.TestTimer
 
setText(String, String) - Method in class bucket.user.propertyset.BucketMemoryPropertySet
setText(String, String) - Method in class bucket.user.propertyset.BucketPropertySet
 
setText(String, String) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setText(String, String) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setTextContent(String) - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
setTextProperty(ContentEntityObject, String, String) - Method in interface com.atlassian.confluence.core.ContentPropertyManager
Deprecated, for removal: This API element is subject to removal in a future version.
setTextVal(String) - Method in class bucket.user.propertyset.BucketPropertySetItem
 
setTheme(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
setTheme(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.ChooseThemeAction
 
setTheme(String) - Method in class com.atlassian.confluence.spaces.actions.ChooseThemeAction
 
setThemeForSpace(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setThemeForSpace(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminThemeResource.
setThemeForSpace(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminThemeResource.
setThemeKey(String) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
setThemeKeyDao(ThemeKeyDao) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.core.actions.FourOhFourAction
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.pages.actions.RemovePageAction
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.pages.ListPagesContextProvider
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ActiveThemeCondition
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.SpaceSidebarCondition
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.security.actions.EditSpacePermissionsAction
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
setThemeManager(ThemeManager) - Method in class com.atlassian.confluence.util.LayoutHelper
 
setThisNodeClustered(boolean) - Method in class com.atlassian.confluence.setup.actions.SetupDBChoiceAction
 
setThisNodeClustered(boolean) - Method in class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
setThreadLocalContext(ConfluenceThreadLocalContextManager.ThreadLocalContext) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceThreadLocalContextManager
Set the thread local context on the current thread
setThresholdHours(Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
setThumbnail(boolean) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
setThumbnail(boolean) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
setThumbnailHeight(int) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
setThumbnailHeight(String) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
setThumbnailLink(Link) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Link to a thumbnail representation of this attachment, only applicable to images.
setThumbnailLink(Link) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setThumbnailManager(ThumbnailManager) - Method in class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceManager
Deprecated.
since 7.12
setThumbnailManager(ThumbnailManager) - Method in class com.atlassian.confluence.pages.actions.AttachedImagesAction
 
setThumbnailManager(ThumbnailManager) - Method in class com.atlassian.confluence.pages.attachments.DefaultImageDetailsManager
 
setThumbnailManager(ThumbnailManager) - Method in class com.atlassian.confluence.renderer.attachments.RendererAttachmentManager
 
setThumbnailRenderer(DelegatingThumbnailRenderer) - Method in class com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager
 
setThumbnailUrl(String) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdate
 
setThumbnailWidth(int) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
setTime(long) - Static method in class com.atlassian.confluence.core.datetime.RequestTimeThreadLocal
Sets the value of the thread-local.
setTime(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setTimeDecayBase(float) - Method in class com.atlassian.confluence.plugins.edgeindex.ScoreConfig
 
setTimeFormat(String) - Method in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
setTimeFormat(String) - Method in interface com.atlassian.confluence.core.FormatSettingsManager
Stores the formatting pattern to be used for times.
setTimeFormat(String) - Method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
setTimeSpan(int) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setTimeSpan(int) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setTimestamp(long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateChangeLog
 
setTimeZone(String) - Method in class com.atlassian.confluence.user.ConfluenceUserPreferences
 
setTimeZoneManager(TimeZoneManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setTimingEventKeys(String) - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
setTimingEventMillis(String) - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
Settings - Class in com.atlassian.confluence.setup.settings
 
Settings() - Constructor for class com.atlassian.confluence.setup.settings.Settings
 
Settings(Settings) - Constructor for class com.atlassian.confluence.setup.settings.Settings
 
SETTINGS - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
SettingsConfiguredDownloadPolicyProvider - Class in com.atlassian.confluence.servlet.download
Allows to configure the DownloadPolicy used by Confluence to be selected via the global system setting 'attachmentSecurityLevel'.
SettingsConfiguredDownloadPolicyProvider(SettingsManager) - Constructor for class com.atlassian.confluence.servlet.download.SettingsConfiguredDownloadPolicyProvider
 
settingsManager - Variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
settingsManager - Variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.DefaultContentEntityBuilder
 
settingsManager - Variable in class com.atlassian.confluence.rss.AbstractRenderSupport
 
SettingsManager - Interface in com.atlassian.confluence.setup.settings
Deprecated.
since 7.7 Use one of the more specific super-types
SettingsMigrationException - Exception in com.atlassian.confluence.content.render.xhtml.migration.exceptions
An exception thrown for any problems during migration of any wiki formatted settings.
SettingsMigrationException(String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.SettingsMigrationException
 
SettingsMigrationException(String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.SettingsMigrationException
 
SettingsMigratorTask - Class in com.atlassian.confluence.content.render.xhtml.migration.tasks
 
SettingsMigratorTask(SettingsManager, ExceptionTolerantMigrator, ExceptionReport) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.tasks.SettingsMigratorTask
 
SettingsService - Interface in com.atlassian.confluence.api.service.settings
Application-wide settings.
SettingsServiceImpl - Class in com.atlassian.confluence.api.impl.service.settings
Server implementation of API SettingsService.
SettingsServiceImpl(GlobalSettingsManager) - Constructor for class com.atlassian.confluence.api.impl.service.settings.SettingsServiceImpl
 
setTitle(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
setTitle(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setTitle(String) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setTitle(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
setTitle(String) - Method in class com.atlassian.confluence.pages.AbstractPage
 
setTitle(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setTitle(String) - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
setTitle(String) - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
setTitle(String) - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
setTitle(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setTitle(String) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setTitle(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setTitle(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Title of the attachment.
setTitle(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setTitle(String) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
setTitle(String) - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
setTitle(String) - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
setTitle(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
setTitle(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
setTitle(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
setTitle(String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
setTitle(String) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setTitle(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setTitle(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setTitleOnEntity(Content, ContentEntityObject) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
setTitleOnEntity(Content, ContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Sets the title in updatedContent on the entity
setTitleWritten(String) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
setTlsRequired(boolean) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setTo(String) - Method in class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction
 
setToAddress(String) - Method in class com.atlassian.confluence.mail.ConfluenceImapMailServer
 
setToAddress(String) - Method in class com.atlassian.confluence.mail.ConfluencePopMailServer
 
setToAddress(String) - Method in interface com.atlassian.confluence.mail.InboundMailServer
Sets the Address which will be monitored for inbound email.
setToDate(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter.Builder
Set upper creation date range.
setToDeleteName(String) - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
setToken(String) - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
setToken(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setToken(String) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
setToken(String) - Method in class com.atlassian.confluence.user.actions.ConfirmEmailAction
 
setToken(String) - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
setToken(String) - Method in class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
setTokenAuthenticationManager(TokenAuthenticationManager) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationInvocationHandler
 
setTokenAuthenticationManager(TokenAuthenticationManager) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction
 
setTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
setTomcatConfigHelper(TomcatConfigHelper) - Method in class com.atlassian.confluence.status.service.DefaultSystemInformationService
 
setTooltip(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setTotal(int) - Method in class bucket.core.actions.PaginationSupport
Deprecated.
 
setTotal(int) - Method in class com.atlassian.confluence.pages.ManualTotalPaginationSupport
Deprecated.
 
setTotal(long) - Method in class com.atlassian.confluence.index.status.ReIndexJob.Progress
 
setTotal(long) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemType
 
setTotalFailedLoginCount(int) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
setTotalNumberOfObjects(Long) - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
setTotalObjects(int) - Method in class com.atlassian.confluence.util.LogProgressMeterWrapper
 
setTotalObjectsCount(long) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
setTotalObjectsCount(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
setTotalSize(int) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntityList
 
setTotalSize(int) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectory
 
setTransactionalHostContextAccessor(TransactionalHostContextAccessor) - Method in class com.atlassian.confluence.activeobjects.backup.ActiveObjectsBackupRestoreProvider
 
setTransactionManager(PlatformTransactionManager) - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
setTransactionManager(PlatformTransactionManager) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setTransactionManager(PlatformTransactionManager) - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
setTransactionManager(PlatformTransactionManager) - Method in class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
 
setTransactionManager(PlatformTransactionManager) - Method in class com.atlassian.confluence.setup.actions.SetupPathsAction
 
setTransactionManager(PlatformTransactionManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setTransactionSynchManager(TransactionSynchronisationManager) - Method in class com.atlassian.confluence.activeobjects.backup.ActiveObjectsBackupRestoreProvider
 
setTransactionTemplate(TransactionTemplate) - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
setTransformerFactory(TransformerFactory) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
setTranslationMode(HttpServletRequest, TranslationMode) - Method in class com.atlassian.confluence.util.i18n.DefaultI18nModeManager
 
setTranslationMode(HttpServletRequest, TranslationMode) - Method in interface com.atlassian.confluence.util.i18n.I18nModeManager
 
setTrashManager(TrashManager) - Method in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
setTrashManager(TrashManager) - Method in class com.atlassian.confluence.pages.actions.ViewTrashAction
 
setTrashManager(TrashManager) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setTrashRetentionRule(TrashRetentionRule) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
setTrashRetentionRule(TrashRetentionRule) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
setTrimExtension(boolean) - Method in class com.atlassian.confluence.spaces.actions.ImportPagesAction
 
setTrustedApplicationDao(TrustedApplicationDao) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
 
setTrustedApplicationsManager(TrustedApplicationsManager) - Method in class com.atlassian.confluence.admin.actions.trust.AbstractTrustedApplicationAction
 
setTrustedApplicationsManager(TrustedApplicationsManager) - Method in class com.atlassian.confluence.security.trust.seraph.SeraphTrustedApplicationIntegration
 
setTrustedApplicationsManager(TrustedApplicationsManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setTryNext(boolean) - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
setType(VersionRemovalJobType) - Method in class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobCompletedEvent
 
setType(MacroParameterType) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
setType(QueryToken.Type) - Method in class com.atlassian.confluence.search.contentnames.QueryToken
 
setType(ContentTypeEnum) - Method in class com.atlassian.confluence.mail.notification.Notification
 
setType(DenormalisedSidType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSid
 
setType(String) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
setType(String) - Method in class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
setType(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction.BackwardsCompatibility
Deprecated.
 
setType(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setType(String) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
setType(String) - Method in class com.atlassian.confluence.mail.notification.actions.ManageWatchersAction
 
setType(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentBodyEntity
 
setType(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setType(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission
 
setType(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
setType(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
setType(String) - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
setType(String) - Method in class com.atlassian.confluence.security.SpacePermission
setType(String) - Method in class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction
 
setType(String) - Method in class com.atlassian.confluence.xhtml.api.Placeholder
 
setType(String[]) - Method in class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated.
 
setTypedParameter(String, Object) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
setTypedParameters(Map<String, Object>) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
setTypes(String[]) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setTypes(String[]) - Method in class com.atlassian.confluence.user.actions.HistoryAction
 
setTypes(List<String>) - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
setTypes(List<String>) - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.model.ContentSubscriptionRequest
 
setTypes(List<String>) - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
setUndoMsgValue(String) - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
setUndoPreviousValue(String) - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
setUndoSetting(String) - Method in class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
setUndoUnfollow(String) - Method in class com.atlassian.confluence.user.actions.ViewFollowAction
 
setUnits(ChronoUnit) - Method in class com.atlassian.confluence.api.model.audit.RetentionPeriod
Deprecated.
 
setup() - Method in class com.atlassian.confluence.impl.user.crowd.CrowdLifecycle
 
setup() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexQueueSizeMBeanManager
 
setup() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeListener
 
SETUP - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
SETUP - Enum constant in enum class com.atlassian.confluence.internal.health.LifecyclePhase
The setup phase.
SETUP_CLUSTER - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_CONTENT_BLANK - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_CONTENT_DEMO - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_CONTENT_IMPORT - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_CUSTOM - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_DB_CLUSTER_CONN_TYPE - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_DB_CONN_TYPE - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_DB_DATASOURCE - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_QUICK - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_SELECTED_BUNDLE_PLUGINS - Static variable in class com.atlassian.confluence.setup.SetupUtil
 
SETUP_SESSION_ID_KEY - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_SKIP_TO_NEXT_STEP - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_SKIP_TO_NEXT_STEP_CLUSTER - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SETUP_TYPE_CLUSTER - Static variable in class com.atlassian.confluence.setup.DefaultSetupPersister
 
SETUP_TYPE_CLUSTER_TO_STANDALONE - Static variable in class com.atlassian.confluence.setup.DefaultSetupPersister
 
SETUP_TYPE_STANDALONE_TO_CLUSTER - Static variable in class com.atlassian.confluence.setup.DefaultSetupPersister
 
SETUP_USER_INTERNAL - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
SetupAdministrator - Class in com.atlassian.confluence.setup.actions
 
SetupAdministrator() - Constructor for class com.atlassian.confluence.setup.actions.SetupAdministrator
 
setupAliases() - Method in class com.atlassian.confluence.impl.xstream.XStream111
 
SetupAppConfig - Class in com.atlassian.confluence.setup
Configures the beans of the setup spring context.
SetupAppConfig() - Constructor for class com.atlassian.confluence.setup.SetupAppConfig
 
SetupCheckInterceptor - Class in com.atlassian.confluence.setup.actions
Ensure we don't try to hit the setup step after setup is complete.
SetupCheckInterceptor() - Constructor for class com.atlassian.confluence.setup.actions.SetupCheckInterceptor
 
SetupClusterAction - Class in com.atlassian.confluence.setup.actions
 
SetupClusterAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupClusterAction
 
SetupClusterAction.ClusterableInterface - Class in com.atlassian.confluence.setup.actions
 
SetupColourSchemeManager - Class in com.atlassian.confluence.impl.themes
Used in the setup context only as a way of retrieving the AUI default colour scheme and nothing more.
SetupColourSchemeManager() - Constructor for class com.atlassian.confluence.impl.themes.SetupColourSchemeManager
 
SetupCompleteEvent - Class in com.atlassian.confluence.setup
 
SetupCompleteEvent(Object) - Constructor for class com.atlassian.confluence.setup.SetupCompleteEvent
 
SetupConfluenceDarkFeatureManager - Class in com.atlassian.confluence.api.impl.sal
 
SetupConfluenceDarkFeatureManager() - Constructor for class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
SetupConfluenceTimeZoneManager - Class in com.atlassian.confluence.api.impl.sal.timezone
An implementation of TimeZoneManager for use during setup phase.
SetupConfluenceTimeZoneManager() - Constructor for class com.atlassian.confluence.api.impl.sal.timezone.SetupConfluenceTimeZoneManager
 
SetupConfluenceWebResourceIntegration - Class in com.atlassian.confluence.plugin.webresource
A stripped-down web resource integration sufficient to serve resources during setup when most of Confluence is not available.
SetupConfluenceWebResourceIntegration(PluginAccessor, PluginDirectoryProvider, SetupLocaleManager, DefaultI18NBeanFactory, PluginEventManager, DarkFeatureManager, EventPublisher, HttpContext, ApplicationProperties) - Constructor for class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
SetupConfluenceWebresourceManagerWiring - Class in com.atlassian.confluence.impl.setup.wiring
Named for 'grep-ability' to quickly glance at product overrides
SetupConfluenceWebresourceManagerWiring() - Constructor for class com.atlassian.confluence.impl.setup.wiring.SetupConfluenceWebresourceManagerWiring
 
SetupContext - Class in com.atlassian.confluence.setup
Static holder for setup Spring context.
SetupContext() - Constructor for class com.atlassian.confluence.setup.SetupContext
 
SetupContextResource - Class in com.atlassian.confluence.functest.rest.admin
 
SetupContextResource() - Constructor for class com.atlassian.confluence.functest.rest.admin.SetupContextResource
 
setupConverters() - Method in class com.atlassian.confluence.impl.xstream.XStream111
 
SetupDataAction - Class in com.atlassian.confluence.setup.actions
SetupDataAction: Sets up data within Confluence behind the scenes, i.e.
SetupDataAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupDataAction
 
SetupDatasourceAction - Class in com.atlassian.confluence.setup.actions
 
SetupDatasourceAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupDatasourceAction
 
SetupDatasourceTestConnectionAction - Class in com.atlassian.confluence.setup.actions
Tests the database connection given a datasource.
SetupDatasourceTestConnectionAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupDatasourceTestConnectionAction
 
setUpdateLastModifier(boolean) - Method in class com.atlassian.confluence.core.DefaultSaveContext
Deprecated.
since 6.0. Use the DefaultSaveContext.builder() instead.
setUpdateLastModifier(boolean) - Method in interface com.atlassian.confluence.core.SaveContext
Deprecated.
since 6.0. Use DefaultSaveContext.builder() instead.
SetupDBChoiceAction - Class in com.atlassian.confluence.setup.actions
 
SetupDBChoiceAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupDBChoiceAction
 
SetupDBTypeAction - Class in com.atlassian.confluence.setup.actions
This action allows user to select database type.
SetupDBTypeAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupDBTypeAction
 
setUpDefaultSecurity() - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
setUpDefaultSecurity() - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStreamInternal
 
SetupDemoContentAction - Class in com.atlassian.confluence.setup.actions
 
SetupDemoContentAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupDemoContentAction
 
SetupEmbeddedDatabaseAction - Class in com.atlassian.confluence.setup.actions
 
SetupEmbeddedDatabaseAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupEmbeddedDatabaseAction
 
setupFactory(ServletConfig) - Static method in class com.atlassian.confluence.util.profiling.ProfilingSiteMeshFilter
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.0 Does nothing
setupForDatabase(String) - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
setUpgradedFlag(MutableUpgradedFlag) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setUpgradedFlag(UpgradedFlag) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
setUpgradedFlag(UpgradedFlag) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
 
setUpgradeFinalizationManager(UpgradeFinalizationManager) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setUpgradeFinalizationManager(UpgradeFinalizationManager) - Method in class com.atlassian.confluence.setup.actions.FinishSetupAction
 
setUpgradeGate(UpgradeGate) - Method in class com.atlassian.confluence.setup.actions.FinishSetupAction
 
setUpgradeGate(UpgradeGate) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUpgradeGate(UpgradeGate) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setUpgradeGate(UpgradeGate) - Method in class com.atlassian.confluence.upgrade.PluginFrameworkDependentUpgrader
 
setUpgradeManager(DefaultUpgradeManager) - Method in class com.atlassian.confluence.upgrade.PluginFrameworkDependentUpgrader
 
setUpgradeManager(UpgradeManager) - Method in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
setUpgradeManager(UpgradeManager) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setUpgradeManager(UpgradeManager) - Method in class com.atlassian.confluence.setup.actions.FinishSetupAction
 
setUpgradeManager(UpgradeManager) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
setUpgradeManager(UpgradeManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUpgradeManager(UpgradeManager) - Method in class com.atlassian.confluence.themes.DefaultThemeManager
setUpgradeManager(UpgradeManager) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
setUpgradeManager(UpgradeManager) - Method in class com.atlassian.confluence.util.SchedulerLifecycle
 
setUpgradeRequired(boolean) - Method in class com.atlassian.confluence.upgrade.AbstractDeferredRunUpgradeTask
 
setUpgradeRequired(boolean) - Method in interface com.atlassian.confluence.upgrade.DeferredUpgradeTask
 
setUpgradeRequired(boolean) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeGate
 
setUpgradeRequired(boolean) - Method in interface com.atlassian.confluence.upgrade.UpgradeGate
 
setUpgradeTaskNames(List<String>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setUpgradeTasks(List<UpgradeTask>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
setUpgradeTaskToRun(String) - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
SetupIncompleteInterceptor - Class in com.atlassian.confluence.struts.interceptor
Interceptor that checks whether or not Confluence has been setup yet (that is the setup wizard has been completed).
SetupIncompleteInterceptor - Class in com.atlassian.confluence.xwork
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use SetupIncompleteInterceptor instead.
SetupIncompleteInterceptor() - Constructor for class com.atlassian.confluence.struts.interceptor.SetupIncompleteInterceptor
 
SetupIncompleteInterceptor() - Constructor for class com.atlassian.confluence.xwork.SetupIncompleteInterceptor
Deprecated.
 
SetupLicenseAction - Class in com.atlassian.confluence.setup.actions
 
SetupLicenseAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupLicenseAction
 
setupLicenseRegistry() - Static method in class com.atlassian.confluence.util.LicenseTestHelper
Deprecated.
setupLicenseRegistry(String) - Static method in class com.atlassian.confluence.util.LicenseTestHelper
Deprecated.
SetupLocaleManager - Class in com.atlassian.confluence.setup
Minimum implementation for the setup context.
SetupLocaleManager(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.setup.SetupLocaleManager
 
SetupLocks - Class in com.atlassian.confluence.setup
Provide locks for actions so that they don't get run multiple times at once.
SetupLocks() - Constructor for class com.atlassian.confluence.setup.SetupLocks
 
SetupLocks.Lock - Enum Class in com.atlassian.confluence.setup
 
setupModule(Module.SetupContext) - Method in class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule
 
SetupPathsAction - Class in com.atlassian.confluence.setup.actions
 
SetupPathsAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupPathsAction
 
SetupPluginManager - Class in com.atlassian.confluence.setup
Cut-down plugin manager for the setup wizard, since it only need to load a limited number of plugins.
SetupPluginManager(PluginRegistry.ReadWrite, PluginAccessor, PluginPersistentStateStore, List<Object>, ModuleDescriptorFactory, PluginEventManager, EventPublisher) - Constructor for class com.atlassian.confluence.setup.SetupPluginManager
 
SetupPluginManager(PluginRegistry.ReadWrite, PluginAccessor, PluginPersistentStateStore, List<Object>, ModuleDescriptorFactory, PluginEventManager, EventPublisher, TenantRegistry) - Constructor for class com.atlassian.confluence.setup.SetupPluginManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
SetupStandardDatabaseTestConnectionAction - Class in com.atlassian.confluence.setup.actions
Tests the database connection with the JDBC settings.
SetupStandardDatabaseTestConnectionAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupStandardDatabaseTestConnectionAction
 
SetupStartAction - Class in com.atlassian.confluence.setup.actions
 
SetupStartAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupStartAction
 
SetupUserManagementChoiceAction - Class in com.atlassian.confluence.setup.actions
 
SetupUserManagementChoiceAction() - Constructor for class com.atlassian.confluence.setup.actions.SetupUserManagementChoiceAction
 
SetupUserManager - Class in com.atlassian.sal.confluence.user
 
SetupUserManager() - Constructor for class com.atlassian.sal.confluence.user.SetupUserManager
 
SetupUtil - Class in com.atlassian.confluence.setup
 
SetupUtil() - Constructor for class com.atlassian.confluence.setup.SetupUtil
 
SetupWebResourceManager - Class in com.atlassian.confluence.setup
A stripped-down web resource manager sufficient to serve resources during setup when most of Confluence is not available.
SetupWebResourceManager(WebResourceAssemblerFactory, LegacyPageBuilderService, PluginResourceLocator, WebResourceUrlProvider, ResourceBatchingConfiguration) - Constructor for class com.atlassian.confluence.setup.SetupWebResourceManager
 
setUriBuilder(String, UriBuilder) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
setUriResolvers(List) - Method in class com.atlassian.confluence.importexport.resolvers.DelegatingURIResolver
Deprecated.
 
setUrl(String) - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Sets the 'url' value in the logging context.
setUrl(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setUrl(String) - Method in class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
setUrl(String) - Method in class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
setUrl(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
setUrl(String) - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
setUrl(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
setUrl(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
setUrl(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
setUrl(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
setUrl(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
setUrl(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
setUrl(String) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setUrl(String) - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
setUrl(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.EmbeddedImagePlaceholderRequest
 
setUrl(String) - Method in class com.atlassian.confluence.util.http.HttpRequest
Deprecated.
 
setUrlAndTitle(PageContext) - Method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
setUrlIdentifier(String) - Method in class com.atlassian.confluence.pages.actions.TinyUrlAction
 
setUrlPattern(String) - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
Deprecated.
 
setUrlResourceIdentifierMarshaller(Marshaller<UrlResourceIdentifier>) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
setUrlRestrictions(String) - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
setUrlWithoutContextPath(String) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setUseDraft(boolean) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setUsePermission(boolean) - Method in interface com.atlassian.confluence.security.service.AnonymousUserPermissionsService
Set the 'use confluence' permission for the anonymous Confluence user.
setUsePermission(boolean) - Method in class com.atlassian.confluence.security.service.DefaultAnonymousUserPermissionsService
 
setUser(ConfluenceUser) - Method in class com.atlassian.confluence.like.LikeEntity
 
setUser(ConfluenceUser) - Method in class com.atlassian.confluence.user.PersonalInformation
 
setUser(User) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
setUser(User) - Method in class com.atlassian.confluence.rss.RssRenderItem
 
setUser(User) - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
Deprecated.
setUser(String) - Method in class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
 
setUserAccessor(UserAccessorInternal) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserIsValidUserCondition
 
setUserAccessor(UserAccessorInternal) - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.impl.search.v2.mappers.SiteSearchPermissionsQueryMapper
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.macro.profile.NetworkMacro
Deprecated.
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.macro.profile.ProfileMacro
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.pages.DateFormattersContextProvider
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserLoggedInEditableCondition
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.rss.AbstractRenderSupport
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
setUserAccessor(UserAccessor) - Method in class com.atlassian.confluence.user.UsernameToUserTranslatingPaginationSupport
 
setUserAccessorGenerator(Supplier<UserAccessor>) - Method in class com.atlassian.confluence.languages.DefaultLocaleManager
Deprecated.
 
setUserAttribute(User, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
setUserAttribute(User, String, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
setUserChecker(UserChecker) - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
setUserChecker(UserChecker) - Method in class com.atlassian.confluence.admin.actions.RefreshLicensingAction
 
setUserChecker(UserChecker) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
 
setUserChecker(UserChecker) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUserChecker(UserChecker) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setUserChecker(UserChecker) - Method in class com.atlassian.confluence.user.notifications.UserSignUpNotificationsListener
Deprecated.
 
setUserDetailProperty(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setUserDetailProperty(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets a single UserDetails property through the UserDetailsManager.
setUserDetailProperty(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUserDetails(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setUserDetails(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the fullname and email address of a user with a given username.
setUserDetails(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUserDetailsManager(UserDetailsManager) - Method in class com.atlassian.confluence.macro.profile.ProfileMacro
 
setUserDetailsManager(UserDetailsManager) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
setUserDetailsManager(UserDetailsManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUserDetailsManager(UserDetailsManager) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
setUserDetailsManager(UserDetailsManager) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
setUserEntity(UserEntity) - Method in class com.atlassian.confluence.plugins.like.rest.entities.LikeEntity
 
setUserFollows(String, String, Hashtable) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setUserFollows(String, String, Hashtable) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Change the follow or unfollow state between a follower user and s a set of folowees users
setUserFollows(String, String, Hashtable) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUserFormValidator(UserFormValidator) - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
setUserFormValidator(UserFormValidator) - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
setUserFormValidator(UserFormValidator) - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
setUserFormValidator(UserFormValidator) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
setUserFormValidator(UserFormValidator) - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
setUserIndexingManager(UserIndexingManagerInternal) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUserInformation(RemoteUserInformation) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setUserInformation(String, RemoteUserInformation) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Updates a user's information
setUserInformation(String, RemoteUserInformation) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setUserInformation(String, RemoteUserInformation) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setUserInformation(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
setUserInformation(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
setUserKey(UserKey) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setUserKey(UserKey) - Method in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
setUserKey(UserKey) - Method in class com.atlassian.confluence.user.UserForm
 
setUserKey(String) - Method in class com.atlassian.confluence.api.model.people.UserKey
 
setUserKey(String) - Method in class com.atlassian.confluence.api.model.permissions.SpacePermissionsForSubject
 
setUserMacro(UserMacroConfig) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
setUserMacroLibrary(UserMacroLibrary) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
setUserMacroLibrary(UserMacroLibrary) - Method in class com.atlassian.confluence.macro.browser.UserMacroMetadataProvider
 
setUserMacroLibrary(UserMacroLibrary) - Method in class com.atlassian.confluence.renderer.DefaultMacroManager
 
setUserMacroLibrary(UserMacroLibrary) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUserManagementChoice(String) - Method in class com.atlassian.confluence.setup.actions.SetupUserManagementChoiceAction
 
setUserManager(UserManager) - Method in class com.atlassian.confluence.security.DefaultSetSpacePermissionChecker
 
setUserManager(UserManager) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
Deprecated.
since 7.7 unused
setUserManager(UserManager) - Method in class com.atlassian.confluence.security.trust.seraph.SeraphTrustedApplicationUserResolver
 
setUserManager(UserManager) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setUserMember(InternalUser) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
setUserMember(InternalUser) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
setUsername(String) - Method in class com.atlassian.confluence.diff.actions.ViewDiffOfDraftAction
 
setUsername(String) - Method in class com.atlassian.confluence.labels.actions.AddSpaceToFavouritesAction
 
setUsername(String) - Method in class com.atlassian.confluence.labels.actions.FollowUserAction
 
setUsername(String) - Method in class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouritesAction
 
setUsername(String) - Method in class com.atlassian.confluence.labels.actions.UnFollowUserAction
 
setUsername(String) - Method in class com.atlassian.confluence.mail.ConfluenceSmtpMailServer
 
setUsername(String) - Method in class com.atlassian.confluence.mail.notification.actions.ManageWatchersAction
 
setUsername(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setUsername(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
setUsername(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
setUsername(String) - Method in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
setUsername(String) - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
setUsername(String) - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
setUsername(String) - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
setUsername(String) - Method in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
setUsername(String) - Method in class com.atlassian.confluence.user.actions.ConfirmEmailAction
 
setUsername(String) - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
setUsername(String) - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
setUsername(String) - Method in class com.atlassian.confluence.user.actions.ViewFollowAction
 
setUsername(String) - Method in class com.atlassian.confluence.user.actions.ViewFollowersAction
 
setUsername(String) - Method in class com.atlassian.confluence.user.actions.ViewFollowingAction
 
setUsername(String) - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
setUsername(String) - Method in class com.atlassian.confluence.user.actions.ViewUserActivityAction
 
setUsername(String) - Method in class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
setUsername(String) - Method in class com.atlassian.confluence.user.extras.entities.UserCreateRequestEntity
 
setUsername(String) - Method in class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
setUsername(String) - Method in class com.atlassian.confluence.user.UserForm
 
setUserName(String) - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Sets the 'userName' value in the logging context.
setUserName(String) - Method in class com.atlassian.confluence.admin.actions.mail.MailServerTestConnectionAction
 
setUserName(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
setUserName(String) - Method in class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
setUserName(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission
 
setUserName(String) - Method in class com.atlassian.confluence.security.SpacePermission
Deprecated.
setUserName(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
setUserName(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setUsernameOrEmail(String) - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
setUsernameTerm(String) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
SetUserPasswordAction - Class in com.atlassian.confluence.user.actions
 
SetUserPasswordAction() - Constructor for class com.atlassian.confluence.user.actions.SetUserPasswordAction
 
setUserPermissionsDelegate(UserPermissionsDelegate) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
setUserPreference(UserKey, String, boolean) - Method in class com.atlassian.confluence.impl.user.preferences.dao.CachingUserPreferencesDao
 
setUserPreference(UserKey, String, boolean) - Method in interface com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDao
 
setUserPreference(UserKey, String, boolean) - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
setUserPreference(UserKey, String, long) - Method in class com.atlassian.confluence.impl.user.preferences.dao.CachingUserPreferencesDao
 
setUserPreference(UserKey, String, long) - Method in interface com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDao
 
setUserPreference(UserKey, String, long) - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
setUserPreference(UserKey, String, String) - Method in class com.atlassian.confluence.impl.user.preferences.dao.CachingUserPreferencesDao
 
setUserPreference(UserKey, String, String) - Method in interface com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDao
 
setUserPreference(UserKey, String, String) - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
setUserPreferenceBoolean(String, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setUserPreferenceBoolean(String, String, String, boolean) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Set a user preference to a boolean value.
setUserPreferenceBoolean(String, String, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setUserPreferenceBoolean(String, String, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setUserPreferenceBoolean(String, String, String, boolean) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
setUserPreferenceBoolean(String, String, String, boolean) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
setUserPreferenceLong(String, String, long) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setUserPreferenceLong(String, String, String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Set a user preference to an long integer value.
setUserPreferenceLong(String, String, String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setUserPreferenceLong(String, String, String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setUserPreferenceLong(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
setUserPreferenceLong(String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
setUserPreferencesAccessor(UserPreferencesAccessor) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
setUserPreferenceString(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
setUserPreferenceString(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Set a user preference to a String value.
setUserPreferenceString(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setUserPreferenceString(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setUserPreferenceString(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
setUserPreferenceString(String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
setUserProfilePicture(User, Attachment) - Method in interface com.atlassian.confluence.impl.user.UserProfilePictureAccessorInternal
 
setUserProfilePicture(User, Attachment) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
setUserProfilePicture(User, Attachment) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
setUserProfilePicture(User, Attachment) - Method in interface com.atlassian.confluence.user.UserAccessor
Set the user profile picture to the given attachment.
setUserProfilePicture(User, String) - Method in interface com.atlassian.confluence.impl.user.UserProfilePictureAccessorInternal
 
setUserProfilePicture(User, String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
 
setUserProfilePicture(User, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
setUserProfilePicture(User, String) - Method in interface com.atlassian.confluence.user.UserAccessor
Set the user profile picture to a built-in image.
setUserProperties(SpaceEntityUserProperties) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
setUserResolver(ConfluenceUserResolver) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
 
setUserResourceIdentifierMarshaller(Marshaller<UserResourceIdentifier>) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
setUsers(List<UserEntity>) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.UserEntityList
 
setUsers(List<UserEntity>) - Method in class com.atlassian.confluence.user.extras.entities.UsersEntity
 
setUserSearch(boolean) - Method in class com.atlassian.confluence.user.actions.UserPickerAction
 
setUserSearchService(UserSearchServiceInternal) - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
setUsersSoapService(UsersSoapService) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setUserStatusLocally(String, boolean) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
setUsersToAdd(String) - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
setUsersToAdd(String) - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
 
setUsersToAdd(String) - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
setUsersToAdd(List<String>) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
Set the users to add from the UI
setUserSubject(ConfluenceUser) - Method in class com.atlassian.confluence.security.SpacePermission
setUserTimeZone(String) - Method in class com.atlassian.confluence.user.actions.EditMySettingsAction
 
setUserVerificationTokenManager(UserVerificationTokenManager) - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
setUserVerificationTokenManager(UserVerificationTokenManager) - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
setUseSetClobAsString(boolean) - Method in class com.atlassian.hibernate.BucketClobStringType
Set the UseSetString property.
setUseSiteTextSearchQuery(boolean) - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
setUseWysiwygByDefault(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 4.0
setValidate(boolean) - Method in class com.atlassian.confluence.macro.params.BaseParameter
 
setValidate(boolean) - Method in interface com.atlassian.confluence.macro.params.Parameter
Sets whether this parameter should attempt to validate its values.
setValue(long) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemType
 
setValue(BandanaContext, String, Object) - Method in interface com.atlassian.bandana.BandanaManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, use PluginSettings.put(java.lang.String, java.lang.Object) instead.
setValue(BandanaContext, String, Object) - Method in class com.atlassian.bandana.DefaultBandanaManager
Deprecated.
 
setValue(BandanaContext, String, Object) - Method in interface com.atlassian.bandana.dmz.BandanaManagerInternal
Deprecated.
since 9.4, use PluginSettings.put(java.lang.String, java.lang.Object) instead.
setValue(CommentStatus.Value) - Method in class com.atlassian.confluence.pages.CommentStatus.Builder
 
setValue(HtmlFragment) - Method in class com.atlassian.confluence.util.HTMLPairType
 
setValue(String) - Method in class com.atlassian.confluence.functest.rest.admin.model.ValueWrapper
 
setValue(String) - Method in exception com.atlassian.confluence.macro.params.ParameterException
Sets the (invalid) value of the parameter that caused the problem.
setValue(String) - Method in class com.atlassian.confluence.pages.CommentStatus.Builder
 
setValue(String) - Method in class com.atlassian.confluence.pages.templates.variables.ListVariable
 
setValue(String) - Method in class com.atlassian.confluence.pages.templates.variables.StringVariable
 
setValue(String) - Method in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
setValue(String) - Method in interface com.atlassian.confluence.pages.templates.variables.Variable
 
setValue(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentBodyEntity
 
setValue(String) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
setValue(String) - Method in class com.atlassian.synchrony.Secrets
 
setValue(V) - Method in class com.atlassian.confluence.cluster.shareddata.SharedDataMutable
Deprecated.
 
setVariant() - Method in class com.atlassian.confluence.languages.Language
 
setVariant(String) - Method in class com.atlassian.confluence.languages.Language
 
setVariant(String) - Method in class com.atlassian.confluence.plugin.descriptor.LanguageModuleDescriptor
 
setVelocityHelperService(VelocityHelperService) - Method in class com.atlassian.confluence.macro.GenericVelocityMacro
 
setVelocityHelperService(VelocityHelperService) - Method in class com.atlassian.confluence.plugins.macros.dashboard.CreateSpaceButtonMacro
 
setVelocityHelperService(VelocityHelperService) - Method in class com.atlassian.confluence.plugins.macros.dashboard.GlobalReportsMacro
 
setVelocityHelperService(VelocityHelperService) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
setVelocityHelperService(VelocityHelperService) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
setVelocityHelperService(VelocityHelperService) - Method in class com.atlassian.confluence.xss.StaticRenderingAction
 
setVelocityManager(VelocityManagerInterface) - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
 
setVersion(int) - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
setVersion(int) - Method in interface com.atlassian.confluence.core.Versioned
Set the version number of this version of the object.
setVersion(int) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
 
setVersion(int) - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentBean
 
setVersion(int) - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
setVersion(int) - Method in class com.atlassian.confluence.pages.actions.RemoveAttachedFileVersionAction
 
setVersion(int) - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
setVersion(int) - Method in class com.atlassian.confluence.pages.AttachmentData
 
setVersion(int) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setVersion(int) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Version number for the attachment.
setVersion(int) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
 
setVersion(int) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
setVersion(int) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
 
setVersion(int) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
 
setVersion(int) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setVersion(long) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
setVersion(Version) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ParanoidObjectDataInputStream
 
setVersion(String) - Method in class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
setVersion(String) - Method in class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
setVersionComment(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
setVersionComment(String) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setVersionComment(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
setVersionComment(String) - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageUpdateOptions
 
setVersionComment(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
setVersionComment(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setVersionHistoryDao(VersionHistoryDao) - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
setVersionId(int) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.MacroRenderByIdRequest
 
setVersionMismatch(boolean) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
Deprecated.
since 5.3. This hasn't actually been used in Confluence since 4.0. This does nothing.
setVersionMismatch(boolean) - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction
 
setVersionNumber(int) - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters.VersionRestoreParametersBuilder
 
setVersionNumber(String) - Method in class com.atlassian.confluence.importexport.impl.ExportDescriptor
 
setVersionTag(String) - Method in class com.atlassian.confluence.core.VersionHistory
 
setViewBodyTypeAwareRenderer(BodyTypeAwareRenderer) - Method in class com.atlassian.confluence.rss.AbstractRenderSupport
 
setViewBodyTypeAwareRenderer(Renderer) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setViewConflict(boolean) - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
setViewPageActionPathConverter(ViewPageActionPathConverter) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setViewPermissions(Collection<ContentPermission>) - Method in class com.atlassian.confluence.content.service.page.SimpleContentPermissionProvider
 
setViewPermissionsGroupList(List<String>) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setViewPermissionsGroups(String) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setViewPermissionsGroups(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PagePermissionData
 
setViewPermissionsGroups(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setViewPermissionsUserList(List<String>) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setViewPermissionsUsers(String) - Method in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
setViewPermissionsUsers(String) - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.PagePermissionData
 
setViewPermissionsUsers(String) - Method in class com.atlassian.confluence.util.EditPageBean
 
setViewRenderer(Renderer) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
setViewRenderer(Renderer) - Method in class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
 
setViewRenderer(Renderer) - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
setViewSpaceGoesToSpaceSummary(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.0
setViewUserProfilesPermission(boolean) - Method in interface com.atlassian.confluence.security.service.AnonymousUserPermissionsService
Set the 'view user profiles' permission for the anonymous Confluence user.
setViewUserProfilesPermission(boolean) - Method in class com.atlassian.confluence.security.service.DefaultAnonymousUserPermissionsService
 
setVisible(boolean) - Method in class com.atlassian.confluence.util.message.DefaultMessage
 
setVspace(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
setWanProtocolVersion(Version) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ParanoidObjectDataInputStream
 
setWarn(boolean) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setWatchingNetwork(boolean) - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
setWatchMyOwnContent(boolean) - Method in class com.atlassian.confluence.user.actions.EditEmailSettingsAction
 
setWatchOwnContentPref(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setWatchOwnContentPref(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Enables/Disables autowatching for the given uesr
setWatchOwnContentPref(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setWatchPageAfterComment(boolean) - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
setWatchPageAfterComment(boolean) - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
setWatchSpace(String, String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setWatchSpace(String, String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Enables/Disables watching a space for the given user and content type.
setWatchSpace(String, String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setWatchSpaces(String, String, String, Hashtable) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setWatchSpaces(String, String, String, Hashtable) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Enables/Disables watching spaces for the given user and content type.
setWatchSpaces(String, String, String, Hashtable) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setWatchType(Notification.WatchType) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
setWebAppContextPath(String) - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
setWebAppContextPath(String) - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
setWebAppContextPath(String) - Method in interface com.atlassian.confluence.setup.BootstrapManager
Deprecated.
since 7.14
setWebAppContextPath(String) - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
setWebdavPassword(String) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.8 - WebDAV attachment storage functionality removed
setWebdavServerUrl(String) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.8 - WebDAV attachment storage functionality removed
setWebdavUsername(String) - Method in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 5.8 - WebDAV attachment storage functionality removed
setWebInterfaceManager(DynamicWebInterfaceManager) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
setWebInterfaceManager(DynamicWebInterfaceManager) - Method in class com.atlassian.confluence.plugin.descriptor.mail.DefaultNotificationRenderManager
 
setWebInterfaceManager(DynamicWebInterfaceManager) - Method in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
setWebItemKey(String) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
setWebLicenseFacade(LicenseWebFacade) - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
setWebLicenseFacade(LicenseWebFacade) - Method in class com.atlassian.confluence.setup.actions.AbstractConfluenceLicenseAction
 
setWebResourceManager(WebResourceManager) - Method in class com.atlassian.confluence.rss.AbstractRenderSupport
 
setWebSudoEnabled(boolean) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setWebSudoEnabled(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setWebSudoIpAllowListManager(WebSudoIPAllowListManager) - Method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
setWebSudoManager(WebSudoManager) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
setWebSudoManager(WebSudoManager) - Method in class com.atlassian.confluence.security.websudo.AuthenticateAction
 
setWebSudoManager(WebSudoManager) - Method in class com.atlassian.confluence.security.websudo.DropAuthenticationAction
 
setWebSudoTimeout(long) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setWebSudoTimeout(long) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setWebSudoTimeout(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setWebSudoTimeout(String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Sets the web sudo timeout in minutes
setWebSudoTimeout(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setWeight(int) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
setWeight(int) - Method in class com.atlassian.confluence.api.model.web.WebPanelView.Builder
 
setWelcomeMessage(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
setWelcomeMessage(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
setWelcomeMessage(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setWelcomeMessageService(WelcomeMessageService) - Method in class com.atlassian.confluence.dashboard.actions.DashboardAction
 
setWelcomeMessageService(WelcomeMessageService) - Method in class com.atlassian.confluence.plugins.macros.dashboard.WelcomeMessageMacro
 
setWelcomeMessageService(WelcomeMessageService) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setWhere(String) - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
 
setWhere(String) - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
setWhitelist(String) - Method in class com.atlassian.confluence.macro.browser.actions.BrowseMacrosAction
 
setWhoCancelledTheJob(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
setWidth(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
setWikiLink(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Link to this attachment in wiki format.
setWikiLink(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
setWikiLink(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
setWikiLink(String) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
setWikiMarkup(String) - Method in class com.atlassian.confluence.pages.actions.WysiwygConverterAction
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.macro.wiki.UnmigratedBlockWikiMarkupMacro
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
setWikiToXhtmlMigrator(ExceptionTolerantMigrator) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setWikiToXhtmlMigrator(ExceptionTolerantMigrator) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setWikiToXhtmlMigrator(WikiToXhtmlMigrator) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
setWorkingDir(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
sets working dir where the Restore files can be found.
setWorkingDirectory(String) - Method in class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
setWorkingFile(String) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setWorkingURL(URL) - Method in class com.atlassian.confluence.importexport.DefaultImportContext
Deprecated.
 
setWrappedObject(Object) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationInvocationHandler
 
setWritableDirectoryExistsCriteria(WritableDirectoryExistsCriteria) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.WritableDirectoryExistsCondition
 
setWritableDirectoryExistsCriteria(WritableDirectoryExistsCriteria) - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, no replacement.
setWritableDirectoryExistsCriteria(WritableDirectoryExistsCriteria) - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
setWritableDirectoryForGroupsExistsCriteria(DefaultWritableDirectoryForGroupsExistsCriteria) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
setWysiwygContent(String) - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
setWysiwygContent(String) - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
setWysiwygConverter(WysiwygConverter) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
setxHtml(String) - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
setXhtml(String) - Method in class com.atlassian.confluence.pages.actions.WysiwygConverterAction
 
setXhtmlContent(XhtmlContent) - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
setXhtmlContent(XhtmlContent) - Method in class com.atlassian.confluence.pages.actions.ViewPageAction
 
setXhtmlContent(XhtmlContent) - Method in class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
setXhtmlRenderer(Renderer) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
setXhtmlRoundTripMigrator(ExceptionTolerantMigrator) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
setXhtmlRpcHandler(ConfluenceXmlRpcHandler) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
setXhtmlSoapService(ConfluenceSoapService) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
setXhtmlSummariser(Summariser) - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
 
setXhtmlWikiMarkupMacroSiteMigrator(SiteMigrator) - Method in class com.atlassian.confluence.macro.xhtml.MacroMigrationLifecycleItem
 
setXML(String, Document) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
setXML(String, Document) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
setXmlImporter(XmlImporter) - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
setXmlRpcServer(RpcServer) - Method in class com.atlassian.confluence.rpc.RpcConfigurationChangeListener
 
setXsrfAddComments(boolean) - Method in class com.atlassian.confluence.admin.actions.SecurityConfigurationAction
 
setXsrfAddComments(boolean) - Method in class com.atlassian.confluence.setup.settings.Settings
 
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
 
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
Deprecated, for removal: This API element is subject to removal in a future version.
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
Deprecated, for removal: This API element is subject to removal in a future version.
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.pages.actions.ResumeDraftAction
Deprecated, for removal: This API element is subject to removal in a future version.
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
Deprecated, for removal: This API element is subject to removal in a future version.
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
Deprecated, for removal: This API element is subject to removal in a future version.
setxStream(XStream) - Method in class com.atlassian.bandana.impl.MemoryBandanaPersister
Deprecated.
 
setxStreamManager(ConfluenceXStreamManager) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
setxStreamManager(ConfluenceXStreamManager) - Method in class com.atlassian.confluence.util.BandanaConfigMigrator
 
setZduManager(ZduManager) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
severParentChildRelationships() - Method in class com.atlassian.confluence.pages.Page
sever parent/child relationships
shallowCopy(BodyContent) - Method in class com.atlassian.confluence.core.BodyContent
Does a shallow copy of object orig.
SHARE_ID - Static variable in class com.atlassian.confluence.core.ContentEntityObject
Constant used to store a ContentProperty that allows shared access.
SHARED - Enum constant in enum class com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent.DiskType
 
SHARED_DRAFTS_DARK_FEATURE - Static variable in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
 
SHARED_HOME - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
SHARED_HOME_FILESYSTEM_API_ACCESS_DENIED - Static variable in class com.atlassian.confluence.impl.filestore.ApplicationConfigurationFileStoreFactory
 
SHARED_PERMISSION - Static variable in class com.atlassian.confluence.security.ContentPermission
 
sharedAccessAllowed(User) - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated, for removal: This API element is subject to removal in a future version.
sharedAccessAllowed(User) - Method in class com.atlassian.confluence.pages.Draft
Deprecated, for removal: This API element is subject to removal in a future version.
sharedAccessAllowed(User) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
sharedAccessAllowed(User) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
sharedAccessAllowed(String) - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated.
since 5.10
sharedAccessAllowed(String) - Method in class com.atlassian.confluence.pages.Draft
Deprecated.
since 5.10
sharedAccessAllowed(String) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
sharedAccessAllowed(String) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
SharedAccessInterceptor - Class in com.atlassian.confluence.security.delegate
Interceptor to check that shared access is allowed to ContentEntityObject
SharedAccessInterceptor(PermissionDelegate) - Constructor for class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
SharedAccessInterceptor(PermissionDelegate<?>, ContentPermissionManager) - Constructor for class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
SharedConfigurationMap - Class in com.atlassian.confluence.setup
 
SharedConfigurationMap(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.setup.SharedConfigurationMap
 
SharedContentDraftServiceImpl - Class in com.atlassian.confluence.api.impl.service.content.draft
 
SharedContentDraftServiceImpl(ContentService, ContentEntityManagerInternal, ContentPermissionManager, RelatableResolver, PageManager, EventPublisher, RelationService, RelationManager, AccessModeService) - Constructor for class com.atlassian.confluence.api.impl.service.content.draft.SharedContentDraftServiceImpl
 
SharedData - Interface in com.atlassian.confluence.cluster.shareddata
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
SharedDataContextConfig - Class in com.atlassian.confluence.cluster.shareddata
 
SharedDataContextConfig() - Constructor for class com.atlassian.confluence.cluster.shareddata.SharedDataContextConfig
 
SharedDataManager - Interface in com.atlassian.confluence.cluster.shareddata
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
SharedDataMutable<K extends Serializable,V extends Serializable> - Class in com.atlassian.confluence.cluster.shareddata
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
SharedDataMutable(Map<K, V>, K, V) - Constructor for class com.atlassian.confluence.cluster.shareddata.SharedDataMutable
Deprecated.
 
SharedDraftCreatedEvent - Class in com.atlassian.confluence.event.events.analytics
 
SharedDraftCreatedEvent() - Constructor for class com.atlassian.confluence.event.events.analytics.SharedDraftCreatedEvent
 
SharedDraftPublishedEvent - Class in com.atlassian.confluence.event.events.analytics
 
SharedDraftPublishedEvent(int, boolean) - Constructor for class com.atlassian.confluence.event.events.analytics.SharedDraftPublishedEvent
 
SharedDraftUpdatedEvent - Class in com.atlassian.confluence.event.events.analytics
 
SharedDraftUpdatedEvent() - Constructor for class com.atlassian.confluence.event.events.analytics.SharedDraftUpdatedEvent
 
sharedHome() - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationHelper
Return the shared home directory if one has been configured.
sharedHome() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
sharedHome() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
SharedHomeLatencyIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.filesystem
Captures shared-home latency to IPD metric 'home.shared.write.latency' by measuring time to write small amount of data to a file.
SharedHomeLatencyIpdJob(IpdJobRegistry, IpdRegistry, FileStore.Path, ClusterManager, IpdExecutors) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.SharedHomeLatencyIpdJob
 
SharedSecretClusterAuthenticator - Class in com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator
Validates that the remote node contains the same password as the cluster.
SharedSecretClusterAuthenticator(String, String) - Constructor for class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.SharedSecretClusterAuthenticator
 
SHINGLE_SIZE - Static variable in class com.atlassian.confluence.internal.search.v2.SiteTextSearchSpanQueryBuilder
 
ShingleTokenFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
A token filter that constructs shingles (token n-grams) from a token stream.
ShingleTokenFilterDescriptor(int, int) - Constructor for class com.atlassian.confluence.search.v2.analysis.ShingleTokenFilterDescriptor
 
SHORT_TERM_EXPIRY_MILLIS - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
 
SHORT_TERM_EXPIRY_SECONDS - Static variable in interface com.atlassian.confluence.web.filter.CachingHeaders
 
shortCircuitRequestTester() - Static method in class com.atlassian.confluence.impl.core.persistence.hibernate.ExceptionMonitorPredicates
Provides a Predicate to determine if a given HttpServletRequest should be "short-circuited" due to recent errors recorded by the ExceptionMonitor
SHORTCUT_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
SHORTCUT_ICON - Static variable in class com.atlassian.confluence.links.linktypes.ShortcutLink
 
SHORTCUT_LINKS - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
SHORTCUT_RESOURCE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
ShortcutLink - Class in com.atlassian.confluence.links.linktypes
 
ShortcutLink(GenericLinkParser, ShortcutLinksManager) - Constructor for class com.atlassian.confluence.links.linktypes.ShortcutLink
 
ShortcutLinkConfig - Class in com.atlassian.confluence.renderer
Defines a shortcut link in a serializable way.
ShortcutLinkConfig() - Constructor for class com.atlassian.confluence.renderer.ShortcutLinkConfig
 
ShortcutLinkConfig(String, String) - Constructor for class com.atlassian.confluence.renderer.ShortcutLinkConfig
 
ShortcutLinkConfigurationEntities(List<ShortcutLinkConfigurationsResource.ShortcutLinkConfigurationEntity>) - Constructor for class com.atlassian.confluence.extra.paste.rest.ShortcutLinkConfigurationsResource.ShortcutLinkConfigurationEntities
 
ShortcutLinkConfigurationEntity(String, String, String) - Constructor for class com.atlassian.confluence.extra.paste.rest.ShortcutLinkConfigurationsResource.ShortcutLinkConfigurationEntity
 
ShortcutLinkConfigurationsResource - Class in com.atlassian.confluence.extra.paste.rest
Returns a Full list of Shorcut Link Configurations
ShortcutLinkConfigurationsResource(ShortcutLinksManager, PermissionManager) - Constructor for class com.atlassian.confluence.extra.paste.rest.ShortcutLinkConfigurationsResource
 
ShortcutLinkConfigurationsResource.ShortcutLinkConfigurationEntities - Class in com.atlassian.confluence.extra.paste.rest
 
ShortcutLinkConfigurationsResource.ShortcutLinkConfigurationEntity - Class in com.atlassian.confluence.extra.paste.rest
 
ShortcutLinks - Class in com.atlassian.confluence.renderer
 
ShortcutLinks() - Constructor for class com.atlassian.confluence.renderer.ShortcutLinks
 
ShortcutLinksManager - Interface in com.atlassian.confluence.renderer
 
ShortcutResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
ShortcutResourceIdentifier(String, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier
 
ShortcutSettingsResource - Class in com.atlassian.confluence.plugins.keyboardshortcuts
 
ShortcutSettingsResource(UserAccessor) - Constructor for class com.atlassian.confluence.plugins.keyboardshortcuts.ShortcutSettingsResource
 
ShortcutSettingsResource.State - Class in com.atlassian.confluence.plugins.keyboardshortcuts
 
shortenString(String, int) - Static method in class com.atlassian.confluence.util.VelocityUtil
Returns a substring of the specified string if it is longer than max.
should - Variable in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
SHOULD - Enum constant in enum class com.atlassian.confluence.search.v2.ClauseType
 
shouldAutoEncode(ConfluenceVelocityTemplate) - Method in interface com.atlassian.confluence.util.velocity.TemplateHtmlEntityEncodingPolicy
shouldAutoEncode(HtmlSafeVelocityTemplate) - Method in interface com.atlassian.confluence.util.velocity.TemplateHtmlEntityEncodingPolicy
Deprecated.
 
shouldAutoEncode(Context) - Method in class com.atlassian.confluence.velocity.htmlsafe.ConfluenceHtmlEntityEncodingPolicy
 
shouldAutoEncode(Context, Template) - Method in class com.atlassian.confluence.velocity.htmlsafe.ConfluenceHtmlEntityEncodingPolicy
Decides whether autoencoding should be enabled for a given context and optional template.
shouldBeDeleted() - Method in class com.atlassian.confluence.impl.retention.rules.EvaluatedTrash
 
shouldBoost() - Method in class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
 
ShouldCompressAttachmentTextExtraction - Class in com.atlassian.confluence.internal.index.attachment
 
ShouldCompressAttachmentTextExtraction(ClusterManager) - Constructor for class com.atlassian.confluence.internal.index.attachment.ShouldCompressAttachmentTextExtraction
 
shouldConvertToContent() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
shouldConvertToContent() - Method in class com.atlassian.confluence.pages.Attachment
 
shouldConvertToContent() - Method in class com.atlassian.confluence.pages.BlogPost
 
shouldConvertToContent() - Method in class com.atlassian.confluence.pages.Comment
 
shouldConvertToContent() - Method in interface com.atlassian.confluence.pages.ContentConvertible
 
shouldConvertToContent() - Method in class com.atlassian.confluence.pages.Page
 
shouldConvertToContent() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
shouldConvertToContent(CustomContentEntityObject) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Determine if a particular content is going to be part of the core API.
shouldConvertToContent(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
shouldConvertToContent(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
shouldCopyAttachments() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions
 
shouldCopyContentProperties() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions
 
shouldCopyLabels() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions
 
shouldCopyPermissions() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions
 
shouldDisplay() - Method in class com.atlassian.confluence.plugins.opensearch.healthchecks.OpenSearchPlatformCondition
 
shouldDisplay(NotificationContext) - Method in class com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
 
shouldDisplay(NotificationContext) - Method in class com.atlassian.confluence.plugins.like.conditions.ContentLikedByRecipientCondition
 
shouldDisplay(NotificationContext) - Method in class com.atlassian.confluence.plugins.like.conditions.ManageNotificationsLinkCondition
 
shouldDisplay(NotificationContext) - Method in class com.atlassian.confluence.plugins.like.conditions.ShowEmailLikeLinkCondition
 
shouldDisplay(NotificationContext) - Method in class com.atlassian.confluence.plugins.like.conditions.ShowLikedCommentEmailReplyButtonCondition
 
shouldDisplay(NotificationContext) - Method in class com.atlassian.confluence.plugins.like.conditions.ShowLikedPageEmailViewBlogPostButtonCondition
 
shouldDisplay(NotificationContext) - Method in class com.atlassian.confluence.plugins.like.conditions.ShowLikedPageEmailViewPageButtonCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ActiveThemeCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BasePermissionCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BuildNumberCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CanClusterCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CanEditSpaceStylesCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CanInviteUserCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ConfluenceAdministratorCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ContentHasAnyPermissionsSetCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ContentHasExplicitPermissionsSetCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ContentHasExplicitViewPermissionsSetCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ContentHasInheritedPermissionsSetCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CreateContentCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.CreatePageOrBlogpostCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.DraftStatusLozengeCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.EmailAddressPublicCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.FavouritePageCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.FavouriteSpaceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.HasAttachmentCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.HasBlogPostCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.HasLabelCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.HasPageCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.HasSpaceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.HasTemplateCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.IsNotHomePageCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.LatestVersionCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.LicenseAllowsDataCenterFeaturesCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.NotPersonalSpaceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.PagePermissionCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.PeopleDirectoryEnabledCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.PrintableVersionCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ReadWriteAccessModeCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ShowingPageAttachmentsCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.SpaceFunctionPermissionCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.SpaceSidebarCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.SystemAdministratorCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ThreadedCommentsCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.TinyUrlSupportedCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.CanAddUsersCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.CanSignupCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.FollowingTargetUserCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.RemoteUserCanUseConfluenceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.RemoteUserHasLicensedAccessCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserCanUseConfluenceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserHasPersonalBlogCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserHasPersonalSpaceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserIsValidUserCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UnpublishedStatusLozengeCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserCanCreatePersonalSpaceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserFavouritingTargetUserPersonalSpaceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserHasPersonalBlogCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserHasPersonalSpaceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserLoggedInCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserLoggedInEditableCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingPageCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingSpaceCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingSpaceForContentTypeCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ViewingContentCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.ViewingOwnProfileCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.WritableDirectoryExistsCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugins.dashboard.CreateContentCondition
Deprecated.
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.plugins.keyboardshortcuts.conditions.UseKeyboardShortcutsCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.tinymceplugin.conditions.CreatePageCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.tinymceplugin.conditions.EditOrCreateBlogCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.tinymceplugin.conditions.EditOrCreatePageCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.tinymceplugin.conditions.EditOrCreateTemplateCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.tinymceplugin.conditions.HasSetPagePermissionsCondition
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.tinymceplugin.conditions.IsEditorPageRestrictedCondition
Deprecated.
 
shouldDisplay(WebInterfaceContext) - Method in class com.atlassian.confluence.user.DarkFeatureEnabledCondition
 
shouldDisplay(RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AllContentTab
 
shouldDisplay(RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.FavouriteSpacesTab
 
shouldDisplay(RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.NetworkTab
 
shouldDisplay(RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.PopularTab
 
shouldDisplay(RenderContext) - Method in interface com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.RecentlyUpdatedMacroTab
 
shouldDisplay(RenderContext) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.SpaceCategoryTab
 
shouldDisplay(QueryParams) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.AnonymousAccessEnabledUrlReadingCondition
 
shouldDisplay(QueryParams) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.BuildNumberUrlReadingCondition
 
shouldDisplay(QueryParams) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ClusterUrlReadingCondition
 
shouldDisplay(QueryParams) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.DarkFeatureEnabledUrlReadingCondition
 
shouldDisplay(QueryParams) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.SystemAdministratorUrlReadingCondition
 
shouldDisplay(QueryParams) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.UserLoggedInUrlReadingCondition
 
shouldDisplay(QueryParams) - Method in class com.atlassian.confluence.user.extras.aggregation.impl.ShouldDisplayDirectoryAggregationWarningUrlReadingCondition
 
shouldDisplay(Map) - Method in class com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
 
shouldDisplay(Map) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
 
shouldDisplay(Map) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.DelegatingCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.AttachmentDataStorageWhitelistCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.IsConfluenceSpacesLicensedCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.IsMailServerConfiguredCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.confluence.plugin.descriptor.web.conditions.IsPluginEnabledCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.confluence.plugins.lookandfeel.UseCustomSiteLogoCondition
 
ShouldDisplayDirectoryAggregationWarningUrlReadingCondition - Class in com.atlassian.confluence.user.extras.aggregation.impl
 
ShouldDisplayDirectoryAggregationWarningUrlReadingCondition(AggregationWarningManager) - Constructor for class com.atlassian.confluence.user.extras.aggregation.impl.ShouldDisplayDirectoryAggregationWarningUrlReadingCondition
 
shouldEnforce(ConfluenceUser, MappedAction, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.security.enforcer.AnnotatedAccessEnforcer
 
shouldEnforce(ConfluenceUser, MappedAction, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.security.enforcer.ParameterEnforcer
Whilst Tomcat already decodes request parameters, there is potential for bad product code to re-decode them.
shouldEnforce(ConfluenceUser, MappedAction, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.security.enforcer.WebSudoEnforcer
 
shouldEnforce(ConfluenceUser, MappedAction, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.impl.webapp.security.enforcer.XsrfTokenEnforcer
 
shouldEnforce(ConfluenceUser, MappedAction, HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.confluence.impl.webapp.security.SecurityEnforcer
 
shouldEnforceReadOnlyAccess() - Method in class com.atlassian.confluence.api.impl.service.accessmode.AccessModeServiceImpl
 
shouldEnforceReadOnlyAccess() - Method in interface com.atlassian.confluence.api.service.accessmode.AccessModeService
 
shouldEnforceReadOnlyAccess() - Method in interface com.atlassian.confluence.internal.accessmode.AccessModeManager
 
shouldEnforceReadOnlyAccess() - Method in class com.atlassian.confluence.internal.accessmode.DefaultAccessModeManager
 
shouldEnforceReadOnlyAccessCompletionStage() - Method in interface com.atlassian.confluence.rest.client.RemoteAccessModeService
 
shouldEnforceReadOnlyAccessCompletionStage() - Method in class com.atlassian.confluence.rest.client.RemoteAccessModeServiceImpl
 
shouldEscape(String, Object, Collection<Annotation>) - Method in class com.atlassian.confluence.velocity.htmlsafe.ConfluenceHtmlAnnotationEscaper
Deprecated.
 
ShouldExtractAttachmentTextPredicate - Class in com.atlassian.confluence.internal.index.attachment
 
ShouldExtractAttachmentTextPredicate() - Constructor for class com.atlassian.confluence.internal.index.attachment.ShouldExtractAttachmentTextPredicate
 
shouldExtractFrom(String, String) - Method in class com.atlassian.confluence.impl.search.v2.extractor.LimitedTextContentExtractor
Extract text from mime types like 'text/*', 'application/xml*' and 'application/*+xml'
shouldExtractFrom(String, String) - Method in class com.atlassian.confluence.search.v2.extractor.BaseAttachmentContentExtractor
 
shouldGrant() - Method in class com.atlassian.confluence.functest.rest.admin.model.PermissionChange
Whether to grant or revoke the permission.
shouldIncludeRememberMe() - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginPageFunctionalityService
 
shouldIncludeRememberMe() - Method in interface com.atlassian.confluence.security.login.LoginPageFunctionalityService
Returns true if the "remember me" link should be rendered on the login page, false otherwise
shouldIndex(Searchable) - Static method in class com.atlassian.confluence.internal.search.ChangeDocumentIndexPolicy
Returns true if this searchable should be indexed as a change, false otherwise.
shouldIntercept(ActionInvocation) - Method in class com.atlassian.confluence.setup.struts.ConfluenceXWorkTransactionInterceptor
We do not want to wrap an invocation in a transaction until we have a database to commit to :)
shouldNotify(User) - Method in interface com.atlassian.confluence.mail.notification.listeners.NotificationsPermissionsCheck
 
shouldOptimize() - Method in class com.atlassian.confluence.index.ReIndexSpec
 
shouldPersist(Map<ExportableEntityInfo, Collection<ImportedObjectV2>>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.AttachmentsPersister
Checks if this persister should be executed.
shouldPersist(Map<ExportableEntityInfo, Collection<ImportedObjectV2>>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.DatabasePersister
 
shouldPersist(Map<ExportableEntityInfo, Collection<ImportedObjectV2>>) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.persisters.Persister
Checks if should persist any of the given objects.
shouldProcessEvents() - Method in class com.atlassian.confluence.internal.user.DefaultUserIndexingManagerInternal
 
shouldProcessEvents() - Method in interface com.atlassian.confluence.internal.user.UserIndexingManagerInternal
Indicates if anything performing user indexing should process user-related events on the current thread.
shouldRememberMeCheckboxBeOmitted() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
shouldRender(RenderMode) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlCamelCaseLinkMigrationRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlLinkRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlMacroRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlTemplateVariableRendererComponent
 
shouldRenderCommentAsUpdated(Comment) - Method in class com.atlassian.confluence.themes.PageHelper
Should this comment be flagged as having been updated in any rendering, using a default grace threshold
shouldRenderCommentAsUpdated(Comment, int) - Method in class com.atlassian.confluence.themes.PageHelper
Should this comment be flagged as having been updated in any rendering
shouldResetJournal() - Method in class com.atlassian.confluence.index.ReIndexSpec
 
shouldRun() - Method in class com.atlassian.confluence.impl.upgrade.upgradetask.AbstractIndexContentUpgradeTask
 
shouldRun(List<String>, String, long) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
This job is created with "runOncePerCluster=false".
shouldRunH2Server(Properties) - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateConfigForTests
 
shouldRunH2Server(Properties) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
shouldSendEvents() - Method in class com.atlassian.confluence.internal.security.SpacePermissionContext
 
shouldShow(String) - Method in class com.atlassian.confluence.user.extras.aggregation.impl.AggregationWarningManager
 
shouldShowBanner(HttpServletRequest) - Static method in class com.atlassian.confluence.util.MobileUtils
Checking mobile os support app banner or not
shouldShowDirectoryAggregationWarning() - Method in class com.atlassian.confluence.user.extras.aggregation.impl.ShouldDisplayDirectoryAggregationWarningUrlReadingCondition
 
shouldShowMobileBanner() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
shouldSkipDiscardingThreshold() - Method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
shouldSkipDiscardingThreshold() - Method in interface com.atlassian.confluence.api.model.pagination.SkipDiscardLimitedRequest
Return whether PaginationServiceImpl should skip DiscardingThreshold by set it threshold to 0
shouldSkipIsPermitted() - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0. Use Atlassian annotations instead. See: Preparing for secure endpoints for details.
shouldSkipLinkUpdates() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions
 
shouldStartTransaction() - Method in interface com.atlassian.confluence.impl.hibernate.bulk.BulkTransaction
 
shouldStartTransaction() - Method in class com.atlassian.confluence.impl.hibernate.bulk.HibernateBulkTransaction
 
shouldSuppressFirstParagraph() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.WikiToXhtmlConversionData
 
shouldSuspendJournalFlush() - Method in class com.atlassian.confluence.internal.index.BlueGreenReindexer
 
shouldSuspendJournalFlush() - Method in class com.atlassian.confluence.internal.index.PropagableReindexer
 
shouldSuspendJournalFlush() - Method in interface com.atlassian.confluence.internal.index.Reindexer
Gets whether journal flush should be suspended when this reindexer is performing a reindex.
shouldTakeNewSnapshot(File) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
 
shouldTransform(String) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.AlwaysTransformMacroBody
 
shouldTransform(String) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.AnnotationMacroBodyTranformationCondition
 
shouldTransform(String) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.macro.MacroBodyTransformationCondition
Returns true if the macro body should be transformed, false otherwise.
shouldTransform(String) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.TransformNonUserMacroCondition
 
shouldUnIndex(Searchable) - Static method in class com.atlassian.confluence.internal.search.ChangeDocumentIndexPolicy
Whether we should unindex this searchable.
shouldUrlDecode(String) - Static method in class com.atlassian.confluence.util.HtmlUtil
Checks if the given text should contains any percent encoded characters that should be decoded.
shouldValidate - Variable in class com.atlassian.confluence.macro.params.BaseParameter
 
SHOW_ALL_SEARCH_TERM - Static variable in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
SHOW_ATTACHMENTS - Static variable in class com.atlassian.confluence.user.SessionKeys
 
SHOW_CHILDREN - Static variable in class com.atlassian.confluence.user.SessionKeys
 
showAllUsers() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
showApplicationTitle() - Method in class com.atlassian.confluence.setup.settings.Settings
 
showCaptchaForCurrentUser() - Method in interface com.atlassian.confluence.security.CaptchaManager
Determines whether a capture has to be shown for the currently logged in users
showCaptchaForCurrentUser() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
showDefaultParamInPlaceholder(boolean) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
 
showEmail(boolean) - Method in class com.atlassian.confluence.internal.user.UserSearchRequestBuilder
 
ShowEmailLikeLinkCondition - Class in com.atlassian.confluence.plugins.like.conditions
Determines if a Like link should be present in a change notification email.
ShowEmailLikeLinkCondition(LikeManager) - Constructor for class com.atlassian.confluence.plugins.like.conditions.ShowEmailLikeLinkCondition
 
showForgottenPasswordHelp() - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginPageFunctionalityService
 
showForgottenPasswordHelp() - Method in interface com.atlassian.confluence.security.login.LoginPageFunctionalityService
Returns true if the "Forgot password" link should be rendered on the login page, false otherwise
ShowingPageAttachmentsCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
ShowingPageAttachmentsCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ShowingPageAttachmentsCondition
 
ShowLikedCommentEmailReplyButtonCondition - Class in com.atlassian.confluence.plugins.like.conditions
 
ShowLikedCommentEmailReplyButtonCondition() - Constructor for class com.atlassian.confluence.plugins.like.conditions.ShowLikedCommentEmailReplyButtonCondition
 
ShowLikedPageEmailViewBlogPostButtonCondition - Class in com.atlassian.confluence.plugins.like.conditions
Checks whether we should display the view blog post link in the action items section of a like added email for pages.
ShowLikedPageEmailViewBlogPostButtonCondition() - Constructor for class com.atlassian.confluence.plugins.like.conditions.ShowLikedPageEmailViewBlogPostButtonCondition
 
ShowLikedPageEmailViewPageButtonCondition - Class in com.atlassian.confluence.plugins.like.conditions
Checks whether we should display the view page link in the action items section of a like added email for pages.
ShowLikedPageEmailViewPageButtonCondition() - Constructor for class com.atlassian.confluence.plugins.like.conditions.ShowLikedPageEmailViewPageButtonCondition
 
showUnlicensedUsers - Variable in class com.atlassian.confluence.internal.user.AbstractSearchRequestBuilder
 
showUnlicensedUsers(boolean) - Method in class com.atlassian.confluence.internal.user.AbstractSearchRequestBuilder
 
shutdown() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
shutdown() - Method in class com.atlassian.confluence.impl.cache.DelegatingCacheManager
 
shutdown() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.NonIdlingExternalProcessFactory
 
shutdown() - Method in class com.atlassian.confluence.setup.SetupPluginManager
 
shutdown() - Method in class com.atlassian.testsupport.NonClusterManager
 
shutdown(LifecycleContext) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
shutdown(LifecycleContext) - Method in class com.atlassian.confluence.admin.actions.HomeDirsSetupAction
 
shutdown(LifecycleContext) - Method in class com.atlassian.confluence.admin.actions.SystemInfoOnStartup
 
shutdown(LifecycleContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.RemigrationLifecycleItem
 
shutdown(LifecycleContext) - Method in class com.atlassian.confluence.impl.index.RemoveIndexWriteLock
 
shutdown(LifecycleContext) - Method in class com.atlassian.confluence.macro.xhtml.MacroMigrationLifecycleItem
 
shutdown(LifecycleContext) - Method in class com.atlassian.confluence.schedule.listeners.ManagedScheduledJobsLifecycle
 
shutdown(LifecycleContext) - Method in class com.atlassian.confluence.schedule.TenantAwareJobReschedulerLifecycle
 
shutdown(LifecycleContext) - Method in class com.atlassian.confluence.upgrade.PluginFrameworkDependentUpgrader
 
shutdown(LifecycleContext) - Method in class com.atlassian.confluence.util.SchedulerLifecycle
 
shutDown() - Method in class com.atlassian.confluence.server.DefaultApplicationStatusService
 
shutDown(ServletContext) - Method in class com.atlassian.confluence.impl.setup.DefaultLifecycleManager
 
shutdownAndFlushSchedulerService(LifecycleAwareSchedulerService) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
If there's error, it will be wrapped in a SchedulerServiceException.
shutdownCacheManager() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheManager
 
shutdownScheduler(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
shutdownScheduler(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use FuncTestAdminSchedulerResource.
shutdownScheduler(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use FuncTestAdminSchedulerResource.
SHUTTING_DOWN - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionServiceState
 
SideBarContext(Space, AbstractPage, String, String, String, String) - Constructor for class com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
 
SIDEBARS - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCellType
A sidebar column.
signedOffValue - Variable in class com.atlassian.confluence.admin.tasks.AdminTaskData
 
SIGNUP_TOKEN - Static variable in class com.atlassian.confluence.user.DefaultSignupManager
 
SignUpAction - Class in com.atlassian.confluence.user.actions
A form where new users may create accounts for themselves, given a valid token.
SignUpAction() - Constructor for class com.atlassian.confluence.user.actions.SignUpAction
 
SignupContextProvider - Class in com.atlassian.confluence.plugins.easyuser
 
SignupContextProvider(SignupManager, GlobalSettingsManager, MailServerManager) - Constructor for class com.atlassian.confluence.plugins.easyuser.SignupContextProvider
 
SignupEmailBuilder - Class in com.atlassian.confluence.user.notifications
Builds rendered MailQueueItems for a newly signed up user.
SignupEmailBuilder(I18NBeanFactory) - Constructor for class com.atlassian.confluence.user.notifications.SignupEmailBuilder
 
signupManager - Variable in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
SignupManager - Interface in com.atlassian.confluence.user
Provides methods for adding users easily.
SignupSettingsBean - Class in com.atlassian.confluence.plugins.easyuser
 
SignupSettingsBean() - Constructor for class com.atlassian.confluence.plugins.easyuser.SignupSettingsBean
 
SignupSettingsBean(boolean, String, boolean) - Constructor for class com.atlassian.confluence.plugins.easyuser.SignupSettingsBean
 
SignupValidator - Interface in com.atlassian.confluence.plugins.easyuser
Checks that users can sign up for Confluence with the supplied credentials.
SignupValidator - Interface in com.atlassian.confluence.user
Checks that users can sign up for Confluence with the supplied credentials.
SILENT - Enum constant in enum class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR
Silently discard appending if it goes above the limit.
SIMPLE_PROPERTIES - Static variable in class com.atlassian.confluence.util.http.Authenticator
Deprecated.
since 5.10. Use Authenticator.getPropertyNames() instead.
SimpleApiContentUiSupport<T extends Content> - Class in com.atlassian.confluence.content.ui
 
SimpleApiContentUiSupport(WebResourceUrlProvider, String, String, String, String) - Constructor for class com.atlassian.confluence.content.ui.SimpleApiContentUiSupport
 
SimpleBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Simple or default breadcrumb just wraps a i18n key and path.
SimpleBreadcrumb(String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.SimpleBreadcrumb
Constructs a simple breadcrumb with no parent and the given text and URL.
SimpleBreadcrumb(String, String, Breadcrumb) - Constructor for class com.atlassian.confluence.util.breadcrumbs.SimpleBreadcrumb
Constructs a simple breadcrumb with the provided parent and the given text and URL.
SimpleBulkOperationBuffer - Class in com.atlassian.confluence.plugins.opensearch.bulk
Simple implementation of BulkOperationBuffer that sends a bulk API request to OpenSearch when SimpleBulkOperationBuffer.flush() is manually triggerred.
SimpleBulkOperationBuffer(OpenSearchClient, RetryRegistry) - Constructor for class com.atlassian.confluence.plugins.opensearch.bulk.SimpleBulkOperationBuffer
 
SimpleContent - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain
Lite representation of content table used by denormalised permissions.
SimpleContent() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
SimpleContent(long, Long, Long, String, Instant, Instant, String, Integer) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
SimpleContent(long, Long, Long, String, Date, Date, String, Integer) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
 
SimpleContent.ContentStatus - Enum Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain
 
SimpleContentPermission(long, String, UserKey, String, long) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao.SimpleContentPermission
 
SimpleContentPermissionProvider - Class in com.atlassian.confluence.content.service.page
A ContentPermissionProvider which simply returns the ContentPermissions that have been set on it.
SimpleContentPermissionProvider() - Constructor for class com.atlassian.confluence.content.service.page.SimpleContentPermissionProvider
 
SimpleContentPermissionSet(long, long) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao.SimpleContentPermissionSet
 
SimpleDisplayServlet - Class in com.atlassian.confluence.servlet.simpledisplay
This servlet uses the PathConverterManager to convert the incoming (friendly) url into a url that maps to an struts action.
SimpleDisplayServlet() - Constructor for class com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet
 
SimpleEmbeddedImageTagWriter - Class in com.atlassian.confluence.content.render.xhtml.view.embed
Writes out the tag for an embedded image.
SimpleEmbeddedImageTagWriter(StaxStreamMarshaller<Attachment>, AttachedImageRenderHelper) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.SimpleEmbeddedImageTagWriter
 
SimpleEmbeddedImageTagWriter(StaxStreamMarshaller<Attachment>, AttachedImageRenderHelper, ImageDetailsManager, WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.SimpleEmbeddedImageTagWriter
 
SimpleEmoticonDisplayMapper - Class in com.atlassian.confluence.content.render.xhtml.editor.inline
An EmoticonImageMapper which makes use of the type of the emoticon supplied when building the URL to use.
SimpleEmoticonDisplayMapper(WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.inline.SimpleEmoticonDisplayMapper
 
SimpleEntityExporter - 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.
SimpleEntityExporter(CommonDatabaseDataExporter) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.SimpleEntityExporter
 
SimpleFieldValidationError - Class in com.atlassian.confluence.api.model.validation
Represents the simplest kind of validation error on a particular field.
SimpleFieldValidationError(String, String, Object...) - Constructor for class com.atlassian.confluence.api.model.validation.SimpleFieldValidationError
 
SimpleFileLocationResolver - Class in com.atlassian.confluence.pages.persistence.dao
This implementation allows a string to be passed in to set the File location.
SimpleFileLocationResolver(File) - Constructor for class com.atlassian.confluence.pages.persistence.dao.SimpleFileLocationResolver
 
SimpleFileLocationResolver(String) - Constructor for class com.atlassian.confluence.pages.persistence.dao.SimpleFileLocationResolver
 
SimpleHibernateBatchOperationManager5 - Class in com.atlassian.confluence.impl.hibernate
Provides methods for performing batch operations in a series of independent transactions.
SimpleHibernateBatchOperationManager5(HibernateSessionManager5) - Constructor for class com.atlassian.confluence.impl.hibernate.SimpleHibernateBatchOperationManager5
 
SimpleHistoricalVersion - Class in com.atlassian.confluence.impl.retention.fast.rules
A simple representation of a historical version with minimum data for fast retention version removal, which allows to set spaceId after creation, so to avoid joining space table when querying content table.
SimpleHistoricalVersion(Long, Long, Integer, Date, String) - Constructor for class com.atlassian.confluence.impl.retention.fast.rules.SimpleHistoricalVersion
 
SimpleImageSizeRenderPredicate - Class in com.atlassian.confluence.content.render.image
A predicate that decides whether or not an image stream should be rendered as a raster, depending on the size of the resulting raster.
SimpleImageSizeRenderPredicate(int) - Constructor for class com.atlassian.confluence.content.render.image.SimpleImageSizeRenderPredicate
 
SimpleLikePayload - Class in com.atlassian.confluence.plugins.like.notifications
 
SimpleLink - Class in com.atlassian.confluence.links
Represents a simple, immutable link with only text and an href.
SimpleLink(String, String) - Constructor for class com.atlassian.confluence.links.SimpleLink
 
SimpleMapResourceBundle - Class in com.atlassian.confluence.util.i18n
A simple implementation of ResourceBundle which stores the key-value pairs as a map.
SimpleMergeResult - Class in com.atlassian.confluence.util.diffs
 
SimpleMergeResult(boolean, String) - Constructor for class com.atlassian.confluence.util.diffs.SimpleMergeResult
 
SimpleMergeValidationResult - Class in com.atlassian.confluence.api.model.validation
 
SimpleMergeValidationResult(SimpleMergeValidationResult.Builder) - Constructor for class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
 
SimpleMergeValidationResult.Builder - Class in com.atlassian.confluence.api.model.validation
 
SimpleMessage - Class in com.atlassian.confluence.api.model.messages
Simple immutable implementation of Message.
SimpleMessage.SimpleMessageBuilder - Class in com.atlassian.confluence.api.model.messages
 
SimplePageContent - Interface in com.atlassian.confluence.security.denormalisedpermissions
Simple representation of a content table used by denormalised permissions.
SimplePageProvider() - Constructor for class com.atlassian.confluence.pages.actions.CreatePageAction.SimplePageProvider
 
SimplePageRequest - Class in com.atlassian.confluence.api.model.pagination
A simple immutable implementation of PageRequest
SimplePageRequest(int, int) - Constructor for class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
SimplePageRequest(int, Cursor, int) - Constructor for class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
SimplePageRequest(Cursor, int) - Constructor for class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
SimplePageRequest(LimitedRequest) - Constructor for class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
SimplePluginDirectoryProvider - Class in com.atlassian.confluence.plugin
Creates the standard set of plugin directories as subdirectories of a provided parent directory.
SimplePluginDirectoryProvider(PluginParentDirectoryLocator) - Constructor for class com.atlassian.confluence.plugin.SimplePluginDirectoryProvider
 
SimpleRequestEvent(String, HttpServletRequest) - Constructor for class com.atlassian.confluence.impl.servlet.RequestEventPublishingFilter.SimpleRequestEvent
 
SimpleSearchQueryParser - Class in com.atlassian.confluence.macro.query
Parses Strings into SearchQuery implementations according to the SearchQueryInterpreter provided at construction time and returns a BooleanQueryFactory.
SimpleSearchQueryParser(SearchQueryInterpreter) - Constructor for class com.atlassian.confluence.macro.query.SimpleSearchQueryParser
Constructs a new parser using the specified SearchQueryInterpreter to transform string tokens into SearchQuery implementations.
SimpleSearchQueryParser(SearchQueryInterpreter, InclusionCriteria) - Constructor for class com.atlassian.confluence.macro.query.SimpleSearchQueryParser
Constructs a new parser using the specified SearchQueryInterpreter to transform string tokens into SearchQuery implementations and using the specified InclusionCriteria as the default criteria for untagged tokens.
SimpleSpaceProvider() - Constructor for class com.atlassian.confluence.pages.actions.CopyPageAction.SimpleSpaceProvider
 
SimpleSubscriptionSpec - Class in com.atlassian.confluence.internal.api.incrementalsync.model
This is just a simple subscription spec
SimpleSubscriptionSpec() - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.SimpleSubscriptionSpec
 
SimpleUiSupport<T extends ContentEntityObject> - Class in com.atlassian.confluence.content.ui
 
SimpleUiSupport(WebResourceUrlProvider, String, String, String, String) - Constructor for class com.atlassian.confluence.content.ui.SimpleUiSupport
 
SimpleValidationError - Class in com.atlassian.confluence.api.model.validation
Represents the simplest kind of ValidationError.
SimpleValidationError(Message) - Constructor for class com.atlassian.confluence.api.model.validation.SimpleValidationError
 
SimpleValidationError(String, Object...) - Constructor for class com.atlassian.confluence.api.model.validation.SimpleValidationError
 
SimpleValidationResult - Class in com.atlassian.confluence.api.model.validation
Represents the simplest kind of ValidationResult.
SimpleValidationResult.Builder - Class in com.atlassian.confluence.api.model.validation
 
SimpleValidationResults - Class in com.atlassian.confluence.api.model.validation
Methods to assist in the creation of SimpleValidationResult Errors
simScorer(Similarity.SimWeight, AtomicReaderContext) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
 
since(long, TimeUnit) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter.Builder
 
since(String) - Method in class com.atlassian.confluence.velocity.Deprecated
Deprecated.
 
SinceDateQueryFactory - Class in com.atlassian.confluence.impl.search.v2.lucene
 
SINGLE - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
 
SINGLE_PAGE - Enum constant in enum class com.atlassian.confluence.mail.notification.Notification.WatchType
 
SingleColumnQueryProvider - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
 
SingleColumnQueryProvider(DatabaseExporterHelper, ExportableEntityInfo) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnQueryProvider
 
SingleColumnWithDiscriminatorQueryProvider - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
 
SingleColumnWithDiscriminatorQueryProvider(DatabaseExporterHelper, ExportableEntityInfo) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnWithDiscriminatorQueryProvider
 
SingleConnectionProvider - Interface in com.atlassian.confluence.impl.util.db
Opens a single on-demand DB connection.
SingleDependencyGenericExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
Generic data exporter depends on another single entity type.
SingleDependencyGenericExporter(CommonDatabaseDataExporter, ExportableEntityInfo, Set<Class<?>>) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
SingleEntityLocator - Interface in com.atlassian.confluence.core.service
EntityLocator that will only ever find either zero or one objects.
SingleErrorJSONResult - Class in com.atlassian.confluence.json
Helper class for Actions that want to return a single action error as a JSON result.
SingleErrorJSONResult(String) - Constructor for class com.atlassian.confluence.json.SingleErrorJSONResult
 
SingleErrorJSONResult(String, Object[]) - Constructor for class com.atlassian.confluence.json.SingleErrorJSONResult
 
SingleFetcher<T> - Interface in com.atlassian.confluence.api.service.finder
A fetcher that retrieves individual model objects from a datastore.
SingleListBuilderCallback<T> - Class in com.atlassian.confluence.core
A very simple implementation which can be used in the case where you don't actually require paging and you actually have the entire list already.
SingleListBuilderCallback(List<T>) - Constructor for class com.atlassian.confluence.core.SingleListBuilderCallback
 
SinglePageLocator - Class in com.atlassian.confluence.content.service.page
 
SinglePageLocator(Page) - Constructor for class com.atlassian.confluence.content.service.page.SinglePageLocator
 
SingleProductDetailsViewImpl - Class in com.atlassian.sal.confluence.license
This class is a wrapper on top of ConfluenceLicense with some additions
SingleProductDetailsViewImpl(ConfluenceLicense) - Constructor for class com.atlassian.sal.confluence.license.SingleProductDetailsViewImpl
 
SingleSubscriptionPerJournalIdentifier - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal
This will identify that we will have 1 Journal per Subscription
SingleSubscriptionPerJournalIdentifier(String, SubscriptionId) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SingleSubscriptionPerJournalIdentifier
 
SingleSubscriptionPerJournalIdentifier(String, SubscriptionId, long) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SingleSubscriptionPerJournalIdentifier
 
SINGLETON - Static variable in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem.EncodeUtil
Deprecated.
 
SingletonVelocityManager - Class in com.atlassian.confluence.setup.struts
Struts uses a Guice container to manage its beans, the VelocityManager being one of them.
SingletonVelocityManager() - Constructor for class com.atlassian.confluence.setup.struts.SingletonVelocityManager
 
SingleUseIterable<T> - Class in com.atlassian.confluence.util
An Iterable wrapper for an iterator.
SITE - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobScope
 
SITE - Enum constant in enum class com.atlassian.confluence.importexport.impl.ExportScope
 
SITE - Enum constant in enum class com.atlassian.confluence.index.status.ReindexType
 
SITE - Static variable in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
 
SITE_BLOGS - Enum constant in enum class com.atlassian.confluence.mail.notification.Notification.WatchType
 
SITE_ENABLED_DARK_FEATURES - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
SITE_EXPORT_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.ImportExportAuditListener
 
SITE_IMPORT_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.ImportExportAuditListener
 
SITE_LOGO_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
SITE_SEARCH - Static variable in class com.atlassian.confluence.search.v2.ContentSearch
 
SITE_WIDE_SHARED_DRAFTS_DARK_FEATURE - Static variable in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
 
SITE_WIDE_SYNCHRONY_DARK_FEATURE - Static variable in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
Deprecated.
since 7.5.0. Limited mode is no longer supported since 7.5.0
SiteBackupJobDetails - Class in com.atlassian.confluence.api.model.backuprestore
Information about Site Backup job
SiteBackupJobDetails() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails
 
SiteBackupJobDetails.SiteBackupJobDetailsBuilder - Class in com.atlassian.confluence.api.model.backuprestore
 
SiteBackupJobDetailsBuilder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails.SiteBackupJobDetailsBuilder
 
SiteBackupService - Class in com.atlassian.confluence.impl.backuprestore.backup
Service responsible for site backup operations.
SiteBackupService(SessionFactory, PlatformTransactionManager, BackupContainerWriterFactory, BackupRestoreProviderManager, EventPublisher, ExportableEntityInfoFactory, BackupRestoreJobDao, BackupRestoreFilesystemManager, StatisticsCollectorFactory, ParallelTasksExecutorFactory) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.SiteBackupService
 
SiteBackupSettings - Class in com.atlassian.confluence.api.model.backuprestore
Site Backup settings
SiteBackupSettings() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings
 
SiteBackupSettings(boolean, boolean, String) - Constructor for class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings
 
SiteBackupSettings.Builder - Class in com.atlassian.confluence.api.model.backuprestore
 
SiteDarkFeatureDisabledEvent - Class in com.atlassian.confluence.event.events.admin
 
SiteDarkFeatureDisabledEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.admin.SiteDarkFeatureDisabledEvent
 
SiteDarkFeatureEnabledEvent - Class in com.atlassian.confluence.event.events.admin
 
SiteDarkFeatureEnabledEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.admin.SiteDarkFeatureEnabledEvent
 
SiteDarkFeaturesAction - Class in com.atlassian.confluence.admin.actions
 
SiteDarkFeaturesAction() - Constructor for class com.atlassian.confluence.admin.actions.SiteDarkFeaturesAction
 
SiteDarkFeaturesDao - Interface in com.atlassian.confluence.impl.feature
Defines operations to persist site dark features.
SiteExportersCreator - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
Creates a collection of extractors for site backup.
SiteExportersCreator(ExporterFactory, HibernateMetadataHelper, boolean) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SiteExportersCreator
 
SITEHOME - Static variable in interface com.atlassian.confluence.user.actions.MyProfileConstants.Homepage
 
siteHomePage - Variable in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
SiteImportResource - Class in com.atlassian.confluence.functest.rest.admin
 
SiteImportResource(IndexManager, ImportExportManager) - Constructor for class com.atlassian.confluence.functest.rest.admin.SiteImportResource
 
SiteImportTaskRunner - Class in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Service responsible for running all additional tasks that should be executed before and after site restore
SiteImportTaskRunner(PreImportTaskRunner, PostImportTaskRunner, BackupRestoreJob, BackupRestoreSettings, HiLoGeneratorInitialiserOnSiteRestore) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.SiteImportTaskRunner
 
SiteLogo - Class in com.atlassian.confluence.plugins.lookandfeel
 
SiteLogo(String, InputStream) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.SiteLogo
 
siteLogoChangedEvent(SiteLogoChangedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
SiteLogoChangedEvent - Class in com.atlassian.confluence.plugins.lookandfeel.events
Deprecated.
since 5.10. Use SiteLogoChangedEvent
SiteLogoChangedEvent - Class in com.atlassian.confluence.themes.events
 
SiteLogoChangedEvent(Object, String) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.events.SiteLogoChangedEvent
Deprecated.
 
SiteLogoChangedEvent(Object, String) - Constructor for class com.atlassian.confluence.themes.events.SiteLogoChangedEvent
 
SiteLogoManager - Interface in com.atlassian.confluence.plugins.lookandfeel
 
SiteLogoVelocityHelper - Class in com.atlassian.confluence.plugins.lookandfeel
A helper wrapper around SiteLogoManager for use by Velocity templates
SiteLogoVelocityHelper(SiteLogoManager, SiteLogoManager) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.SiteLogoVelocityHelper
 
SITEMESH - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
SitemeshBeans - Class in com.atlassian.confluence.impl.sitemesh
 
SitemeshBeans() - Constructor for class com.atlassian.confluence.impl.sitemesh.SitemeshBeans
 
SitemeshPageBodyRenderable - Class in com.atlassian.confluence.setup.sitemesh
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1
SitemeshPageBodyRenderable(Page) - Constructor for class com.atlassian.confluence.setup.sitemesh.SitemeshPageBodyRenderable
Deprecated.
 
SitemeshPageHeadRenderable - Class in com.atlassian.confluence.setup.sitemesh
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1
SitemeshPageHeadRenderable(HTMLPage) - Constructor for class com.atlassian.confluence.setup.sitemesh.SitemeshPageHeadRenderable
Deprecated.
 
SiteMigrator - Interface in com.atlassian.confluence.content.render.xhtml.migration
A component responsible for performing the conversion of content within Confluence to the latest format.
SiteMigratorFactory - Class in com.atlassian.confluence.content.render.xhtml.migration
Creates various flavours of SiteMigrator.
SiteMigratorFactory(SessionFactory, PlatformTransactionManager, ContentDao, CacheFlusher, PageTemplateDao, PageTemplateManager, LifecycleAwareSchedulerService) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.SiteMigratorFactory
 
SiteNotificationAddedEvent - Class in com.atlassian.confluence.event.events.content.mail.notification
 
SiteNotificationAddedEvent(Object, Notification) - Constructor for class com.atlassian.confluence.event.events.content.mail.notification.SiteNotificationAddedEvent
 
SiteNotificationEvent - Class in com.atlassian.confluence.event.events.content.mail.notification
Represents a site-wide watch event, for example the Daily Report.
SiteNotificationEvent(Object, Notification) - Constructor for class com.atlassian.confluence.event.events.content.mail.notification.SiteNotificationEvent
 
SiteNotificationRemovedEvent - Class in com.atlassian.confluence.event.events.content.mail.notification
 
SiteNotificationRemovedEvent(Object, Notification) - Constructor for class com.atlassian.confluence.event.events.content.mail.notification.SiteNotificationRemovedEvent
 
SiteRestoreIdMapper - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Responsible for keeping id mappings between the xml ids and the database ids during site restore.
SiteRestoreIdMapper(PersistedObjectsRegister) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.SiteRestoreIdMapper
 
SiteRestoreJobDetails - Class in com.atlassian.confluence.api.model.backuprestore
Information about Site Restore job
SiteRestoreJobDetails() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SiteRestoreJobDetails
 
SiteRestoreJobDetails.SiteRestoreJobDetailsBuilder - Class in com.atlassian.confluence.api.model.backuprestore
 
SiteRestoreJobDetailsBuilder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SiteRestoreJobDetails.SiteRestoreJobDetailsBuilder
 
SiteRestoreJobResurrector - Class in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Resurrects the backup restore job (including settings) after database recreation.
SiteRestoreJobResurrector(BackupRestoreJobDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.SiteRestoreJobResurrector
 
SiteRestoreService - Class in com.atlassian.confluence.impl.backuprestore.restore
Service responsible for site restore operations.
SiteRestoreService(RestoreService, RestoreJobValidator) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.SiteRestoreService
 
SiteRestoreSettings - Class in com.atlassian.confluence.api.model.backuprestore
Site Restore settings
SiteRestoreSettings() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings
 
SiteRestoreSettings(String, Boolean) - Constructor for class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings
 
SiteRestoreSettings.Builder - Class in com.atlassian.confluence.api.model.backuprestore
 
SiteSearchAuditEvent - Class in com.atlassian.confluence.event.events.search
Event used to log site search audits
SiteSearchAuditEvent(String, User) - Constructor for class com.atlassian.confluence.event.events.search.SiteSearchAuditEvent
 
SiteSearchContainsSearchSyntaxEvent - Class in com.atlassian.confluence.search.v2
Relocation from confluence-search plugin.
SiteSearchContainsSearchSyntaxEvent() - Constructor for class com.atlassian.confluence.search.v2.SiteSearchContainsSearchSyntaxEvent
 
SiteSearchPermissionsFilteredQueryFactory - Class in com.atlassian.confluence.impl.search.v2
 
SiteSearchPermissionsFilteredQueryFactory() - Constructor for class com.atlassian.confluence.impl.search.v2.SiteSearchPermissionsFilteredQueryFactory
 
SiteSearchPermissionsQuery - Class in com.atlassian.confluence.impl.search.v2
This is used in conjunction with the SiteSearchPermissionsQueryMapper, which map it to a FilteredQuery
SiteSearchPermissionsQuery() - Constructor for class com.atlassian.confluence.impl.search.v2.SiteSearchPermissionsQuery
 
SiteSearchPermissionsQuery(SearchContext) - Constructor for class com.atlassian.confluence.impl.search.v2.SiteSearchPermissionsQuery
 
SiteSearchPermissionsQueryFactory - Interface in com.atlassian.confluence.search.v2
This factory class creates a SearchQuery instance for filtering the documents by permissions.
SiteSearchPermissionsQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
This mapper is to map SiteSearchPermissionsQuery to a FilteredQuery, which is more performant than the query generated by SiteSearchPermissionsQueryFactory.
SiteSearchPermissionsQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.SiteSearchPermissionsQueryMapper
 
SiteSearchPluginModule - Interface in com.atlassian.confluence.search.plugin
Allows plugins to provide additional capabilities for Confluence search.
SiteSearchPluginModuleDescriptor - Class in com.atlassian.confluence.search.plugin
 
SiteSearchPluginModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.search.plugin.SiteSearchPluginModuleDescriptor
 
SiteSupportAction - Class in com.atlassian.confluence.user.actions
 
SiteSupportAction() - Constructor for class com.atlassian.confluence.user.actions.SiteSupportAction
 
SiteTextSearchQuery - Class in com.atlassian.confluence.search.v2.query
Relocation from confluence-search plugin.
SiteTextSearchQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
 
SiteTextSearchQuery(String, SiteTextSearchQuery.Boost) - Constructor for class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
Deprecated.
since 2.3.11 use new BoostingQuery(new SiteSearchQuery())
SiteTextSearchQuery.Boost - Enum Class in com.atlassian.confluence.search.v2.query
 
SiteTextSearchQueryFactory - Interface in com.atlassian.confluence.search.v2
Factory to expand query string from SiteTextSearchQuery into a primitive SearchQuery.
SiteTextSearchQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
Relocation from confluence-search plugin.
SiteTextSearchQueryMapper(SiteTextSearchQueryFactory) - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.SiteTextSearchQueryMapper
 
SiteTextSearchSpanQueryBuilder - Class in com.atlassian.confluence.internal.search.v2
Relocation from confluence-search plugin.
SiteTextSearchSpanQueryBuilder() - Constructor for class com.atlassian.confluence.internal.search.v2.SiteTextSearchSpanQueryBuilder
 
SiteTitleChangeEvent - Class in com.atlassian.confluence.event.events.admin
 
SiteTitleChangeEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.SiteTitleChangeEvent
 
SiteTitleFunction - Class in com.atlassian.confluence.plugins.soy
 
SiteTitleFunction(GlobalSettingsManager) - Constructor for class com.atlassian.confluence.plugins.soy.SiteTitleFunction
 
size - Variable in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
size() - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl
 
size() - Method in interface com.atlassian.confluence.api.model.pagination.PageResponse
 
size() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
size() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
size() - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
size() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse
 
size() - Method in class com.atlassian.confluence.jmx.TaskQueueWrapper
 
size() - Method in class com.atlassian.confluence.pages.ContentTree
 
size() - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
size() - Method in class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
 
size() - Method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPageResponse
 
size() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
size() - Method in class com.atlassian.confluence.search.v2.DefaultSearchResults
 
size() - Method in interface com.atlassian.confluence.search.v2.SearchResults
Get the number of search results included in this object.
size() - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
size() - Method in class com.atlassian.confluence.util.classpath.ClasspathClasses
 
size() - Method in class com.atlassian.confluence.util.classpath.JarSet
 
size() - Method in class com.atlassian.confluence.util.collections.LazyMap
 
size(long) - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo.Builder
 
SIZE_SORT - Static variable in class com.atlassian.confluence.util.AttachmentComparator
 
SizeLimitedInputStream - Class in com.atlassian.confluence.util.http
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0
SizeLimitedInputStream(InputStream, int) - Constructor for class com.atlassian.confluence.util.http.SizeLimitedInputStream
Deprecated.
 
sizeOfIndex(Path) - Static method in class com.atlassian.confluence.internal.index.lucene.LuceneIndexHelper
Calculate (approximately) current size of a Lucene index.
sizeOfIndexMB(Path) - Static method in class com.atlassian.confluence.internal.index.lucene.LuceneIndexHelper
Calculate the total size in megabytes of the index located in the specified directory
skip(long) - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
skip(long) - Method in class com.atlassian.confluence.util.http.SizeLimitedInputStream
Deprecated.
 
SKIP_BATCHING_BOOLEAN_QUERY - Static variable in class com.atlassian.confluence.impl.search.v2.mappers.BooleanQueryMapper
This will control whether we should skip batching
SKIP_LABEL_UNIQUE_INDEX_UPGRADE_TASK - Static variable in class com.atlassian.confluence.upgrade.upgradetask.LabelUniqueIndexUpgradeTask
 
skipAttachments(boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings.Builder
 
skipAttachments(boolean) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
skipAuditing() - Method in interface com.atlassian.confluence.audit.AuditingContext
Returns true if auditing has to be skipped in current thread, false otherwise.
skipAuditing() - Method in class com.atlassian.confluence.impl.audit.DefaultAuditingContext
 
skipAuditing(String) - Method in interface com.atlassian.confluence.audit.AuditingContext
 
skipAuditing(String) - Method in class com.atlassian.confluence.impl.audit.DefaultAuditingContext
 
skipAuditRecordsExport(boolean) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
skipCurrentNode() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.XMLNodeSkipper
 
skipCurrentNode(Iterator<XMLEvent>) - Static method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.XMLNodeSkipper
 
skipCurrentNodeTree(XMLEventReader) - Static method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.XMLNodeSkipper
 
skipDeletes - Variable in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
SkipDiscardLimitedRequest - Interface in com.atlassian.confluence.api.model.pagination
This will allow to skip
skipHistoricalVersions(boolean) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
SkipLinkDirective - Class in com.atlassian.confluence.setup.velocity
Surrounds the body in skiplinks so that the content can be skipped by screen readers USAGE: #skiplink (sectionName startLabel endLabel) body #end
SkipLinkDirective() - Constructor for class com.atlassian.confluence.setup.velocity.SkipLinkDirective
 
SkipObjectPreProcessor - Class in com.atlassian.confluence.importexport.impl
 
SkipObjectPreProcessor(Set<String>) - Constructor for class com.atlassian.confluence.importexport.impl.SkipObjectPreProcessor
 
SkipObjectPropertyPreProcessor - Class in com.atlassian.confluence.importexport.impl
 
SkipObjectPropertyPreProcessor(Set<String>) - Constructor for class com.atlassian.confluence.importexport.impl.SkipObjectPropertyPreProcessor
 
SkipObjectWithReferencePreProcessor - Class in com.atlassian.confluence.importexport.impl
This pre-processor ensures we are not importing objects that reference types we no longer support An example would be backup files with BodyContent referencing a content of the legacy Mail type
SkipObjectWithReferencePreProcessor(Set<String>, Set<String>) - Constructor for class com.atlassian.confluence.importexport.impl.SkipObjectWithReferencePreProcessor
 
skippedObjectsCount(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics.Builder
 
SkippedObjectsReason - Enum Class in com.atlassian.confluence.impl.backuprestore.statistics
Reason for skipping objects on backup or restore.
skipReindex - Variable in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
skipReindex(Boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings.Builder
 
skipReindex(Boolean) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings.Builder
 
skipTo(int) - Method in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
skipWhitespace(XMLEventReader) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Skip whitespace from the given reader.
Slf4JInfoStream - Class in com.atlassian.confluence.internal.search.v2.lucene
Adapts Lucene's logging mechanism, InfoStream, to SLF4J.
Slf4JInfoStream(Map<String, String>) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.Slf4JInfoStream
 
Slf4jLogChute - Class in com.atlassian.confluence.impl.velocity
 
Slf4jLogChute() - Constructor for class com.atlassian.confluence.impl.velocity.Slf4jLogChute
 
sloppyFreq(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
Implemented as 1 / (distance + 1).
SMART - Enum constant in enum class com.atlassian.confluence.servlet.download.AttachmentSecurityLevel
 
SmartIdGenerator - Class in com.atlassian.confluence.impl.backuprestore.restore.dao
Allows to generate ids in bunches.
SmartIdGenerator(RestoreDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.dao.SmartIdGenerator
 
SMILE - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
SnappyDataCompressor - Class in com.atlassian.confluence.internal.util.io
Snappy byte array format compression/decompression implementation of DataCompressor.
SnappyDataCompressor() - Constructor for class com.atlassian.confluence.internal.util.io.SnappyDataCompressor
 
snapshot() - Method in class com.atlassian.confluence.test.util.Log4J2Logger
 
snapshot() - Method in class com.atlassian.confluence.util.test.rules.Log4J2Logger
Deprecated.
 
snapshot(File) - Method in class com.atlassian.confluence.impl.index.ChangeIndexRecoverer
 
snapshot(File) - Method in class com.atlassian.confluence.impl.index.ContentIndexRecoverer
 
snapshot(File) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexRecoverer
 
snapshot(File) - Method in interface com.atlassian.confluence.api.model.index.IndexRecoverer
Deprecated.
Allows taking a snapshot of the index.
snapshot(File) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
snapshot(File) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
snapshot(File) - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
snapshot(File) - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
Take a snapshot of the current index and store it into the destination directory
snapshot(Directory) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Allows taking a snapshot of the index.
snapshot(Directory) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneAccessor
 
snapshot(Directory) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
SNAPSHOT_NOT_EXIST - Enum constant in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
 
SnapshotConfluenceHttpSession - Class in com.atlassian.confluence.internal.diagnostics.ipd.http.session
An implementation of ConfluenceUserSession that snapshots the value of another ConfluenceHttpSession
SnapshotConfluenceHttpSession(String, String, Instant) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.http.session.SnapshotConfluenceHttpSession
 
snapshotCounters() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
snapshotCounters() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
Returns a snapshot of the counters.
snapshotCurrent() - Method in interface com.atlassian.confluence.util.profiling.ActivityMonitor
Returns an immutable snapshot of the current activity in the system.
snapshotCurrent() - Method in class com.atlassian.confluence.util.profiling.DefaultActivityMonitor
 
snapshotCurrent() - Method in class com.atlassian.confluence.util.profiling.NopActivityMonitor
 
snapshotInstruments() - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
we still allow to create instrument when disable but won't report any instrument out side
Snapshots - Class in com.atlassian.synchrony
Faux class for synchrony
Snapshots() - Constructor for class com.atlassian.synchrony.Snapshots
 
snapshotsCount(long) - Method in class com.atlassian.confluence.api.model.eviction.SynchronyDatasetSize.SynchronyDatasetSizeBuilder
 
snapshotTimers() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
snapshotTimers() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
Returns a snapshot of the timers.
SoapModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.rpc
 
SoapModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.rpc.SoapModuleDescriptor
 
SoapServiceHelper - Interface in com.atlassian.confluence.rpc.soap.services
 
SoapServiceHelperImpl - Class in com.atlassian.confluence.rpc.soap.services
 
SoapServiceHelperImpl() - Constructor for class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
SoapUtils - Class in com.atlassian.confluence.rpc.soap
 
SoapUtils() - Constructor for class com.atlassian.confluence.rpc.soap.SoapUtils
 
SOFT - Enum constant in enum class com.atlassian.confluence.impl.retention.RemovalType
 
SOFT - Enum constant in enum class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobType
 
SOFT - Enum constant in enum class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionSearchType
 
SOFT - Enum constant in enum class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionType
 
SoftCleanupJobStatus - Class in com.atlassian.confluence.api.model.retention
Contains the status of the Versions Removal job
SoftCleanupJobStatus() - Constructor for class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
SoftCleanupJobStatus(RemovalSummary, RemovalSummary, RemovalSummary, int, int, long) - Constructor for class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
SoftCleanupJobStatus.SoftCleanupJobStatusBuilder - Class in com.atlassian.confluence.api.model.retention
 
SoftCleanupJobStatusBuilder() - Constructor for class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
softCleanupStatusService - Variable in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
SoftCleanupStatusService - Interface in com.atlassian.confluence.api.service.retention
Service for interacting with VersionsRemovalStatus object
SoftEvictionParams - Class in com.atlassian.confluence.rest.v2.api.model
Describes how Soft Synchrony Eviction should be performed.
SoftEvictionParams(int, int) - Constructor for class com.atlassian.confluence.rest.v2.api.model.SoftEvictionParams
 
softRemove(int) - Method in class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
softRemove(int) - Method in class com.atlassian.confluence.impl.retention.manager.DefaultTrashRemovalManager
 
softRemove(int) - Method in interface com.atlassian.confluence.impl.retention.manager.TrashRemovalManager
Delete up to batchSize trashed entities per trash retention rules
softRemoveHistoryOlderThan(int, int) - Method in interface com.atlassian.confluence.api.service.eviction.SynchronyDataService
Remove approximately content records from Synchrony history, which are older than and are safe for removal.
softRemoveHistoryOlderThan(int, int) - Method in class com.atlassian.confluence.pages.collab.impl.DefaultSynchronyDataService
 
softRemoveHistoryOlderThan(int, int) - Method in class com.atlassian.confluence.pages.collab.PermissionCheckingSynchronyDataService
Remove approximately content records from Synchrony history, which are older than and are safe for removal.
softRemoveVersions(RetentionPolicy, int) - Method in class com.atlassian.confluence.impl.retention.DefaultVersionRemovalService
 
softRemoveVersions(RetentionPolicy, int) - Method in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
softRemoveVersions(RetentionPolicy, int) - Method in interface com.atlassian.confluence.impl.retention.VersionRemovalService
Remove approximately content records which meet the RetentionPolicy Removes versions which meet a given RetentionPolicy in batch.
sort - Variable in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
sort - Variable in class com.atlassian.confluence.search.v2.AbstractSearch
 
sort(SearchSort) - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters.Builder
 
sort(SearchSort) - Method in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
sort(SearchSort) - Method in class com.atlassian.confluence.search.v2.DecoratorSearchBuilder
 
sort(SearchSort) - Method in interface com.atlassian.confluence.search.v2.ISearch.Builder
Specifies the sort component of the search
sort(Collection<Like>, Set<String>) - Method in class com.atlassian.confluence.plugins.like.LikesSorter
Returns a sorted list of likes.
sortBy(String) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
SORTED_DOC_VALUES - Enum constant in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Store
 
SortedDocValuesFieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Deprecated.
since 8.6
SortedDocValuesFieldDescriptor(BinaryFieldMapping, byte[]) - Constructor for class com.atlassian.confluence.plugins.index.api.SortedDocValuesFieldDescriptor
Deprecated.
 
SortedDocValuesFieldDescriptor(String, byte[]) - Constructor for class com.atlassian.confluence.plugins.index.api.SortedDocValuesFieldDescriptor
Deprecated.
sortList(List<String>) - Static method in class com.atlassian.confluence.util.VelocityUtil
Sorts a list of strings alphabetically in ascending order without the mutating original list.
sortParam - Variable in class com.atlassian.confluence.macro.ContentFilteringMacro
Parameter that describes the type of sort to perform on the content.
SortType - Enum Class in com.atlassian.confluence.macro.params
Types of sorts supported by SearchSortParameter.
SortUtils - Class in com.atlassian.confluence.plugins.opensearch.mappers.sort
Utils for OpenSearch sort
SortUtils() - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.sort.SortUtils
 
SOURCE_PARAM_NAME - Static variable in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
sourceAttachmentManager - Variable in class com.atlassian.confluence.pages.persistence.dao.GeneralAttachmentCopier
 
SourceNodeExitAction - Enum Class in com.atlassian.confluence.index
The SourceNodeExitAction enum defines the various actions that can be taken when a source node exits the cluster.
SourceNodeLeftClusterDuringPropagationEvent - Class in com.atlassian.confluence.internal.index.event
Represents an event that occurs when a source node leaves the cluster during the propagation of index snapshot.
SourceNodeLeftClusterDuringPropagationEvent(String, SourceNodeExitAction, int) - Constructor for class com.atlassian.confluence.internal.index.event.SourceNodeLeftClusterDuringPropagationEvent
Constructs a new event indicating that a source node has left the cluster during propagation.
sourcePage() - Method in record class com.atlassian.confluence.event.events.content.PageConvertedToBlogEvent
Returns the value of the sourcePage record component.
SoyResult - Class in com.atlassian.confluence.struts.soy
Represents a soy result.
SoyResult - Class in com.atlassian.confluence.xwork
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use SoyResult instead.
SoyResult() - Constructor for class com.atlassian.confluence.struts.soy.SoyResult
 
SoyResult() - Constructor for class com.atlassian.confluence.xwork.SoyResult
Deprecated.
 
space - Variable in class com.atlassian.confluence.event.events.space.SpaceEvent
 
space - Variable in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
space - Variable in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
space - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractSpaceActionBreadcrumb
 
space - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractSpaceBreadcrumb
 
space() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
space() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
space() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
space() - Method in record class com.atlassian.confluence.spaces.AddressableSpace
Returns the value of the space record component.
space(Space) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
space(Space) - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty.SpacePropertyBuilder
 
space(Space) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
space(Space) - Method in interface com.atlassian.confluence.api.nav.Navigation
create a space nav builder to reference the given space
space(Space) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
space(Reference<Space>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
space(Reference<Space>) - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty.SpacePropertyBuilder
 
space(Reference<Space>) - Method in class com.atlassian.confluence.api.model.watch.SpaceWatch.SpaceWatchBuilder
 
space(Reference<Space>) - Method in interface com.atlassian.confluence.api.nav.Navigation
create a space nav builder to reference the given space
space(Reference<Space>) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
space(RemovalCount) - Method in class com.atlassian.confluence.api.model.retention.RemovalSummary.RemovalSummaryBuilder
 
space(String) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
space(String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
space(String, String, DataLoaderRegistry) - Method in class com.atlassian.confluence.plugins.graphql.providers.SpaceProvider
 
Space - Class in com.atlassian.confluence.api.model.content
Representation of a Confluence Space.
Space - Class in com.atlassian.confluence.spaces
 
Space() - Constructor for class com.atlassian.confluence.spaces.Space
 
Space(String) - Constructor for class com.atlassian.confluence.spaces.Space
 
SPACE - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobScope
 
SPACE - Enum constant in enum class com.atlassian.confluence.api.model.pagination.CursorType
 
SPACE - Enum constant in enum class com.atlassian.confluence.api.model.retention.RuleScope
 
SPACE - Enum constant in enum class com.atlassian.confluence.importexport.impl.ExportScope
 
SPACE - Enum constant in enum class com.atlassian.confluence.index.status.ReindexType
 
SPACE - Enum constant in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
SPACE - Enum constant in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
SPACE - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord.ServiceType
 
SPACE - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
SPACE - Static variable in class com.atlassian.confluence.api.model.content.JsonSpaceProperty.Expansions
 
SPACE - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
SPACE - Static variable in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
 
SPACE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
SPACE_ADMIN - Enum constant in enum class com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyPermissionService.PermissionLevel
Deprecated.
 
SPACE_ADMIN_PERMISSION_TYPES - Static variable in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
SPACE_ALL - Enum constant in enum class com.atlassian.confluence.mail.notification.Notification.WatchType
 
SPACE_ARCHIVED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
SPACE_BLOGS - Enum constant in enum class com.atlassian.confluence.mail.notification.Notification.WatchType
 
SPACE_CONFIG_FILE_NAME - Static variable in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
SPACE_CONFIGPATH - Static variable in class com.atlassian.confluence.util.LayoutHelper
 
SPACE_CONTENT_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.SpaceNav
 
SPACE_CREATE - Enum constant in enum class com.atlassian.confluence.pages.PageUpdateTrigger
 
SPACE_CREATED - Enum constant in enum class com.atlassian.confluence.spaces.SpaceUpdateTrigger
 
SPACE_CREATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
SPACE_DELETED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
SPACE_DELETION_INITIATOR_USER - Static variable in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.SpaceDeletionBackgroundJobProcessor
 
SPACE_DELETION_RUN_NUMBER - Static variable in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.SpaceDeletionBackgroundJobProcessor
 
SPACE_DELETION_SCHEDULE_NEXT_RUN_IN_MINUTES - Static variable in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.SpaceDeletionBackgroundJobProcessor
 
SPACE_DESCRIPTION - Enum constant in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
SPACE_DESCRIPTION - Static variable in class com.atlassian.confluence.legacyapi.model.content.ContentType
Deprecated.
 
SPACE_DOC_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
SPACE_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
SPACE_EVENT - Enum constant in enum class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionEventType
 
SPACE_EXPORT_BACKWARDS_COMPATIBILITY - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
Backwards compatibility of a space export.
SPACE_EXPORT_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.ImportExportAuditListener
 
SPACE_FAVOURITE - Static variable in class com.atlassian.confluence.api.model.relations.FavouriteRelationDescriptor
The relation type for user Space favourites.
SPACE_ID_BY_SPACE_KEY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
SPACE_ID_FIELD_NAME - Static variable in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceEraser
 
SPACE_ID_PARAMETER_NAME - Static variable in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.SpaceDeletionBackgroundJobProcessor
 
SPACE_IDS - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
SPACE_IMPORT_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.ImportExportAuditListener
 
SPACE_IS_NOT_ALLOWED - Enum constant in enum class com.atlassian.confluence.impl.backuprestore.statistics.SkippedObjectsReason
 
SPACE_KEY - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A space key.
SPACE_KEY - Static variable in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
SPACE_KEY - Static variable in class com.atlassian.confluence.plugins.edgeindex.EdgeIndexFieldMappings
 
SPACE_KEY - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
SPACE_KEY - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
SPACE_KEYS - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
SPACE_KEYS_PROPERTY_NAME - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
SPACE_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
 
SPACE_LOG_PROCESSOR - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService.LockName
 
SPACE_LOGO_UPDATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
SPACE_MAIL_ACCOUNTS - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
SPACE_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
SPACE_NAME - Static variable in interface com.atlassian.confluence.themes.ColourScheme
Deprecated.
since 6.7
SPACE_NAME_SUFFIX - Static variable in class com.atlassian.confluence.impl.space.deletion.concealing.SpaceKeyNameRenamer
 
SPACE_OVERRIDES_ALLOWED - Static variable in class com.atlassian.confluence.impl.retention.rules.RetentionRuleFormatter
 
SPACE_OVERRIDES_NOT_ALLOWED - Static variable in class com.atlassian.confluence.impl.retention.rules.RetentionRuleFormatter
 
SPACE_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.SpaceNav
 
SPACE_PERMISSION_ADDED - Static variable in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
SPACE_PERMISSION_CREATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
SPACE_PERMISSION_DELETED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
SPACE_PERMISSION_REMOVED - Static variable in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
SPACE_PERMISSION_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.SpacePermissionNav
 
SPACE_PERMISSION_TABLE_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlOperations
 
SPACE_PERMISSIONS - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
SPACE_PERMISSIONS_BY_SPACE_KEY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
SPACE_PROPERTY_DOC_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
SPACE_PROPERTY_LIST_DOC_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
SPACE_PROPERTY_REQUEST_BODY_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
SPACE_PROPERTY_REQUEST_UPDATE_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
SPACE_PROPERTY_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.SpaceNav
 
SPACE_REMOVED - Enum constant in enum class com.atlassian.confluence.spaces.SpaceUpdateTrigger
 
SPACE_REQUEST_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
SPACE_RESOURCE_PATH - Static variable in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
SPACE_RESOURCE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
SPACE_RESTORE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelType
 
SPACE_RESTORED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
SPACE_RETENTION_POLICY_BY_SPACE_KEY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
SPACE_RETENTION_POLICY_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
SPACE_RETENTION_POLICY_CREATED_SUMMARY - Static variable in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
SPACE_RETENTION_POLICY_DELETED_SUMMARY - Static variable in class com.atlassian.confluence.impl.retention.audit.listener.RetentionPolicyAuditListener
 
SPACE_RETENTION_POLICY_KEY - Static variable in interface com.atlassian.confluence.retention.SpaceRetentionPolicyManager
 
SPACE_SETTINGS - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
SPACE_STATUS - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService.LockName
 
SPACE_TABLE_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlOperations
 
SPACE_THEME_KEY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
SPACE_TRASH_VIEW_MAX_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
 
SPACE_TYPE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
SPACE_UNARCHIVED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
SPACE_UPDATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
Space.Expansions - Class in com.atlassian.confluence.api.model.content
Provides property names that can be used to expand Space objects.
Space.MetadataKeys - Class in com.atlassian.confluence.api.model.content
Provides property names that can be used to expand metadata
Space.SpaceBuilder - Class in com.atlassian.confluence.api.model.content
Builds Space objects.
SpaceActionForDecorating - Class in com.atlassian.confluence.spaces.actions
Dummy Action object with a space, only used for rendering decorators.
SpaceActionForDecorating(Space) - Constructor for class com.atlassian.confluence.spaces.actions.SpaceActionForDecorating
 
SpaceAdminAction - Class in com.atlassian.confluence.spaces.actions
 
SpaceAdminAction() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceAdminAction
 
SpaceAdminActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Represents the breadcrumb "Remove Space" in "Dashboard > Demo Space > Space Admin > Remove Space"
SpaceAdminActionBreadcrumb(ConfluenceActionSupport, Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.SpaceAdminActionBreadcrumb
 
spaceAdminCanEdit(boolean) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy.Builder
 
SpaceAdministrative - Interface in com.atlassian.confluence.spaces.actions
Deprecated.
since 2.8. Please avoid this interface. Instead override ConfluenceActionSupport.isPermitted() and use PermissionManager.hasPermission(User, Permission, Object) instead.

This will make it easier to determine the permissions required to invoke an action as they would be more explicit and in one place (you won't have to check whether the class or its super class implements this interface). Also implement BreadcrumbAware and call: BreadcrumbGenerator's getSpaceAdminBreadcrumb method

SpaceAdminViewEvent - Class in com.atlassian.confluence.event.events.space
Represents a user viewing the top level screen of the space admin console.
SpaceAdminViewEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceAdminViewEvent
 
spaceArchivedEvent(SpaceArchivedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.SpaceAuditListener
 
SpaceArchivedEvent - Class in com.atlassian.confluence.event.events.space
 
SpaceArchivedEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceArchivedEvent
 
spaceAttachmentNextStartOriginalIds(Map<Long, Long>) - Method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus.FastSoftCleanupJobStatusBuilder
 
SpaceAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
SpaceAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.SpaceAuditListener
 
SpaceAvailableAction - Class in com.atlassian.confluence.spaces.actions
 
SpaceAvailableAction() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceAvailableAction
 
SpaceAware - Interface in com.atlassian.confluence.spaces.actions
Indicates that an action may have a space set on it by the SpaceAwareInterceptor
SpaceAwareInterceptor - Class in com.atlassian.confluence.spaces.actions
Encapsulates all the complicated "how are the many ways I can look up a space so the action knows about it?" stuff.
SpaceAwareInterceptor() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceAwareInterceptor
 
SpaceBackupJobDetails - Class in com.atlassian.confluence.api.model.backuprestore
Information about Space Backup job
SpaceBackupJobDetails() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SpaceBackupJobDetails
 
SpaceBackupJobDetails.SpaceBackupJobDetailsBuilder - Class in com.atlassian.confluence.api.model.backuprestore
 
SpaceBackupJobDetailsBuilder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SpaceBackupJobDetails.SpaceBackupJobDetailsBuilder
 
SpaceBackupService - Class in com.atlassian.confluence.impl.backuprestore.backup
Service responsible for space backup operations.
SpaceBackupService(SessionFactory, PlatformTransactionManager, BackupContainerWriterFactory, SpaceExportersFactory, EventPublisher, ExportableEntityInfoFactory, BackupRestoreJobDao, BackupRestoreFilesystemManager, StatisticsCollectorFactory, ParallelTasksExecutorFactory) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.SpaceBackupService
 
SpaceBackupSettings - Class in com.atlassian.confluence.api.model.backuprestore
Space Backup settings
SpaceBackupSettings() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings
 
SpaceBackupSettings(Collection<String>, boolean, String) - Constructor for class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings
 
SpaceBackupSettings.Builder - Class in com.atlassian.confluence.api.model.backuprestore
 
SpaceBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
NOTE: Spaces that adhere to the new space information architecture (default theme spaces in Confluence 5.0) don't display this breadcrumb.
SpaceBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs.spaceia
Breadcrumb for the Space when the context of the space is not visible anywhere else on the page.
SpaceBreadcrumb(Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.SpaceBreadcrumb
 
SpaceBreadcrumb(Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.spaceia.SpaceBreadcrumb
 
SpaceCategories - Interface in com.atlassian.confluence.search.v2
 
SpaceCategoryEnum - Enum Class in com.atlassian.confluence.search.service
An enum representing the different categories of space that may be specified in a search.
SpaceCategoryName - Class in com.atlassian.confluence.plugins.macros.dashboard
Represents a space category name.
SpaceCategoryName(String) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.SpaceCategoryName
 
spaceCategoryQuery(Collection<SpaceCategoryEnum>) - Method in interface com.atlassian.confluence.search.v2.query.SearchQueryFactory
 
spaceCategoryQuery(Collection<SpaceCategoryEnum>) - Method in class com.atlassian.confluence.search.v2.query.SearchQueryFactoryImpl
 
SpaceCategoryQuery - Class in com.atlassian.confluence.search.v2.query
Search for content within spaces of a particular category (or categories).
SpaceCategoryQuery(SpaceCategoryEnum, LabelManager) - Constructor for class com.atlassian.confluence.search.v2.query.SpaceCategoryQuery
 
SpaceCategoryQuery(Collection<SpaceCategoryEnum>, LabelManager) - Constructor for class com.atlassian.confluence.search.v2.query.SpaceCategoryQuery
 
SpaceCategoryQueryFactory<T> - Class in com.atlassian.confluence.internal.search.v2
 
SpaceCategoryQueryFactory(Set<SpaceCategoryEnum>, LabelManager, Supplier<BooleanQueryBuilder<T>>, Supplier<BiFunction<String, Set<String>, T>>, Supplier<T>, Supplier<T>) - Constructor for class com.atlassian.confluence.internal.search.v2.SpaceCategoryQueryFactory
 
SpaceCategoryTab - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
Implements the space category tab, which displays updates in spaces that have a space category label
SpaceCategoryTab(HttpContext, I18NBeanFactory, LabelManager, PermissionManager, SpaceManager, UserAccessor, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.SpaceCategoryTab
 
SpaceColorSchemeResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
SpaceColorSchemeService - Interface in com.atlassian.confluence.api.service.colorscheme
This is the interface for space color scheme service
SpaceColorSchemeService.Validator - Interface in com.atlassian.confluence.api.service.colorscheme
 
SpaceColorSchemeServiceImpl - Class in com.atlassian.confluence.api.impl.service.colorscheme
 
SpaceColorSchemeServiceImpl(ColourSchemeManager, SpaceService, SpaceService.Validator) - Constructor for class com.atlassian.confluence.api.impl.service.colorscheme.SpaceColorSchemeServiceImpl
 
SpaceColorSchemeServiceImpl.ValidatorImpl - Class in com.atlassian.confluence.api.impl.service.colorscheme
 
SpaceColorSchemeTypeModel - Class in com.atlassian.confluence.api.colorscheme
This is the model for color scheme api
SpaceColorSchemeTypeModel(String) - Constructor for class com.atlassian.confluence.api.colorscheme.SpaceColorSchemeTypeModel
 
SpaceColourSchemeAction - Class in com.atlassian.confluence.spaces.actions
 
SpaceColourSchemeAction() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceColourSchemeAction
 
SpaceCommentRssFeedAction - Class in com.atlassian.confluence.spaces.actions
 
SpaceCommentRssFeedAction() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceCommentRssFeedAction
 
SpaceComparator - Class in com.atlassian.confluence.util
Order spaces by name, or by key if the names are the same.
SpaceComparator() - Constructor for class com.atlassian.confluence.util.SpaceComparator
 
SpaceConcealer - Class in com.atlassian.confluence.impl.space.deletion.concealing
It is responsible for hiding a space, so the space key could be re-used again immediately.
SpaceConcealer(SpaceDaoInternal, SpaceKeyNameRenamer, BandanaPersister, SpacePermissionManagerInternal, EventPublisher) - Constructor for class com.atlassian.confluence.impl.space.deletion.concealing.SpaceConcealer
 
SpaceConstants - Class in com.atlassian.confluence.spaces
Defines space constants.
SpaceConstants() - Constructor for class com.atlassian.confluence.spaces.SpaceConstants
 
SpaceContentDeletionDao - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao
DAO to delete records via native queries (used in Fast Space Deletion functionality)
SpaceContentDeletionDao(SessionFactory, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.SpaceContentDeletionDao
 
spaceContentEntityObject - Variable in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
SpaceContentEntityObject - Class in com.atlassian.confluence.core
A ContentEntityObject that is a first-class member of a Space (i.e.
SpaceContentEntityObject() - Constructor for class com.atlassian.confluence.core.SpaceContentEntityObject
 
SpaceContentErasersFactory - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Factory that can create different types of erasers (used in space deletion).
SpaceContentErasersFactory(SpaceDeletionSqlScriptsRunner, AttachmentDataFileSystem, SpaceDeletionEventSender) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersFactory
 
SpaceContentErasersListBuilder - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Creates all erasers for all depending on the SPACES table.
SpaceContentErasersListBuilder(SpaceContentErasersFactory) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersListBuilder
 
SpaceContentWillRemoveEvent - Class in com.atlassian.confluence.event.events.space
Event published when a space's content (pages, blog-posts) is about to be removed, but has not been removed.
SpaceContentWillRemoveEvent(Object, Space, ProgressMeter) - Constructor for class com.atlassian.confluence.event.events.space.SpaceContentWillRemoveEvent
 
SpaceCreateEvent - Class in com.atlassian.confluence.event.events.space
 
SpaceCreateEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceCreateEvent
 
SpaceCursor - Class in com.atlassian.confluence.api.model.pagination
A class which could be used to generate cursor for the next/previous space pagination request or get cursor from space
Spaced - Interface in com.atlassian.confluence.spaces
An interface indicating that a given class has a related space.
spaceDao - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
SpaceDao - Interface in com.atlassian.confluence.spaces.persistence.dao
 
SpaceDaoInternal - Interface in com.atlassian.confluence.internal.spaces.persistence
Dao for Spaces.
SpaceDatabaseDataExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
Extract space and send data to the backup writer.
SpaceDatabaseDataExporter(Converter, DatabaseExporterHelper) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.SpaceDatabaseDataExporter
 
SpaceDecoratorAction - Class in com.atlassian.confluence.impl.sitemesh
An Action object to render a decorator in context of a space, with some webInterface context.
SpaceDeletionBackgroundJobProcessor - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion
Can remove space content via a set of small iterations (each in its own transaction).
SpaceDeletionBackgroundJobProcessor(BackgroundJobService, SpaceContentErasersListBuilder, ConfluenceUserDao, SpaceDaoInternal, ExportableEntityInfoFactory, SessionFactory, AccessModeService, EventPublisher) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.SpaceDeletionBackgroundJobProcessor
 
SpaceDeletionEventSender - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc
Responsible for sending events during space deletion
SpaceDeletionEventSender(EventPublisher, PageDaoInternal, BlogPostDao, PageTemplateDao, AttachmentDaoInternal, LabelDaoInternal, NotificationDaoInternal, CustomContentDao, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc.SpaceDeletionEventSender
 
SpaceDeletionIterationCompletedEvent - Class in com.atlassian.confluence.event.events.space
 
SpaceDeletionIterationCompletedEvent(Object, Space, long, int, boolean) - Constructor for class com.atlassian.confluence.event.events.space.SpaceDeletionIterationCompletedEvent
 
SpaceDeletionIterationStartedEvent - Class in com.atlassian.confluence.event.events.space
 
SpaceDeletionIterationStartedEvent(Object, Space, long) - Constructor for class com.atlassian.confluence.event.events.space.SpaceDeletionIterationStartedEvent
 
SpaceDeletionManager - Interface in com.atlassian.confluence.impl.space.deletion
Manager responsible for space deletion.
SpaceDeletionManagerImpl - Class in com.atlassian.confluence.impl.space.deletion
SpaceDeletionManagerImpl(SpaceConcealer, SpaceDeletionBackgroundJobProcessor, EventPublisher) - Constructor for class com.atlassian.confluence.impl.space.deletion.SpaceDeletionManagerImpl
 
SpaceDeletionSqlScriptsRunner - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao
Prepares SQL scripts for data deletion and retrieving.
SpaceDeletionSqlScriptsRunner(SpaceContentDeletionDao) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.SpaceDeletionSqlScriptsRunner
 
SpaceDescription - Class in com.atlassian.confluence.spaces
 
SpaceDescription() - Constructor for class com.atlassian.confluence.spaces.SpaceDescription
 
SpaceDescription(Space) - Constructor for class com.atlassian.confluence.spaces.SpaceDescription
 
SpaceDescriptionExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Adding the "content-name-unstemmed" field to the index document for a SpaceDescription object
SpaceDescriptionExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.SpaceDescriptionExtractor
 
SpaceDescriptionManager - Interface in com.atlassian.confluence.spaces
SpaceDescriptionManagers should not be used directly except by the SpaceManager.
SpaceDescriptionPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
SpaceDescriptionPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
SpaceDescriptionReport - Class in com.atlassian.confluence.mail.reports
 
SpaceDescriptionReport(SpaceDescription, ChangeDigestReport) - Constructor for class com.atlassian.confluence.mail.reports.SpaceDescriptionReport
 
SpaceDescriptionUsernameExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Adding the "username" field to SpaceDescription index documents will allow them to be sorted together with PersonalInformation documents in People Directory search.
SpaceDescriptionUsernameExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.SpaceDescriptionUsernameExtractor
 
SpaceDeserializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Extracts Space links map from specific "hidden" _links map entries.
SpaceDeserializer(JsonDeserializer<?>) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.SpaceDeserializer
 
SpaceDetailsMacro - Class in com.atlassian.confluence.plugins.macros.dashboard
Deprecated.
since 7.0.0, it will be removed in future.
SpaceDetailsMacro() - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
SpaceDetailsViewEvent - Class in com.atlassian.confluence.event.events.space
Represents a user viewing the space details screen of the space admin console.
SpaceDetailsViewEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceDetailsViewEvent
 
SpaceDirectory - Class in com.atlassian.confluence.plugins.spacedirectory.rest
 
SpaceDirectory() - Constructor for class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectory
 
SpaceDirectoryEntity - Class in com.atlassian.confluence.plugins.spacedirectory.rest
This Space Entity is designed to hold the most amount of space data without affecting performance.
SpaceDirectoryEntity() - Constructor for class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
SpaceDirectoryEntityBuilder - Interface in com.atlassian.confluence.plugins.spacedirectory.rest
 
SpaceDirectoryResource - Class in com.atlassian.confluence.plugins.spacedirectory.rest
 
SpaceDirectoryResource(UserAccessor, SpacePermissionManager, PredefinedSearchBuilder, SearchManager, SpaceDirectoryEntityBuilder) - Constructor for class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryResource
 
SpaceDirectoryScope - Enum Class in com.atlassian.confluence.plugins.spacedirectory.rest
 
SpaceDirectoryViewEvent - Class in com.atlassian.confluence.plugins.spacedirectory.events
 
SpaceDirectoryViewEvent(ViewSpaceDirectoryAction) - Constructor for class com.atlassian.confluence.plugins.spacedirectory.events.SpaceDirectoryViewEvent
 
SpaceDTO(String, String) - Constructor for class com.atlassian.confluence.internal.search.SpacePickerHelper.SpaceDTO
Deprecated.
 
SpaceEditDecoratorAction - Class in com.atlassian.confluence.spaces.actions
 
SpaceEditDecoratorAction() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceEditDecoratorAction
 
SpaceEditStylesheetAction - Class in com.atlassian.confluence.spaces.actions
 
SpaceEditStylesheetAction() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction
 
SpaceEnricher - Class in com.atlassian.confluence.plugins.restapi.enrich.model
 
SpaceEnricher(RestNavigationService, GraphQL) - Constructor for class com.atlassian.confluence.plugins.restapi.enrich.model.SpaceEnricher
 
SpaceEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
A simple bean to represent Space.
SpaceEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
SpaceEntityBuilder - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
SpaceEntityBuilder(DateEntityFactory, GlobalSettingsManager, AnyTypeDao) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.SpaceEntityBuilder
 
SpaceEntityExampleDocument - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
 
SpaceEntityExampleDocument() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.SpaceEntityExampleDocument
 
SpaceEntityExpander - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
A recursive EntityExpander to expand SpaceEntity objects.
SpaceEntityExpander(TransactionTemplate, RestSpaceManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityExpander
 
SpaceEntityList - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
A List wrapper for SpaceEntity objects
SpaceEntityList() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityList
 
SpaceEntityListContext - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
Represents the context for which SpaceEntityLists are queried in.
SpaceEntityListContext(String, Integer, Integer, Set<String>) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityListContext
 
SpaceEntityUserPermissions - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
A list of permissions that the viewing user has on a given space
SpaceEntityUserPermissions() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissions
 
SpaceEntityUserPermissions(String, String) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissions
 
SpaceEntityUserPermissionsExpander - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
Expands the SpaceEntityUserPermission entity
SpaceEntityUserPermissionsExpander(SpacePermissionManager, SpaceManager, UserAccessor) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissionsExpander
 
SpaceEntityUserProperties - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
Details about the space that are in the perspective of the current user.
SpaceEntityUserProperties() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
SpaceEntityUserProperties(String) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
SpaceEntityUserPropertiesExpander - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
Expands a SpaceEntityUserProperties during the REST entity expansion.
SpaceEntityUserPropertiesExpander(FavouriteManager, SpaceManager, GlobalSettingsManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPropertiesExpander
 
SpaceEraser - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Removes records from the space table and all dependant tables.
SpaceEraser(BooleanSupplier, SpaceDeletionSqlScriptsRunner, ExportableEntityInfo, SpaceDeletionEventSender, Collection<TableFieldHavingForeignKey>, Map<Class<?>, EntityEraser>) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceEraser
 
SpaceEvent - Class in com.atlassian.confluence.event.events.space
 
SpaceEvent(Object) - Constructor for class com.atlassian.confluence.event.events.space.SpaceEvent
 
SpaceEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceEvent
 
spaceEventsCommand(ContentCommandSupport, SpaceService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
SpaceEventsCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
A command which handles common Space Events (Created, Archived, Unarchived)
SpaceEventsCommand(ContentCommandSupport, SpaceService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceEventsCommand
 
spaceExpansions() - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentExpansions
 
spaceExpansionsWithIcon() - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentExpansions
 
SpaceExportersFactory - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
Create all exporters responsible for extracting data from the database during space backup.
SpaceExportersFactory(ReferenceEntityFromBodyContentExtractor) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.SpaceExportersFactory
 
SpaceExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts and indexes a Space represented by the searchable object.
SpaceExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.SpaceExtractor
 
SpaceFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
Builds Space objects out of Space hibernate objects.
SpaceFactory(SpaceLogoManager, SpaceManager, Supplier<ContentFactory>, SpaceMetadataFactory, PersonFactory, PermissionManager, SpaceRetentionPolicyService, SpacePermissionService) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.SpaceFactory
 
SpaceFilter - Class in com.atlassian.confluence.impl.search.v2.lucene.filter
Filters content that is in, or not in given space(s).
SpaceFilter(String) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.SpaceFilter
Include only content that is in the given space
SpaceFilter(String, boolean) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.SpaceFilter
 
SpaceFilter(Collection<String>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.SpaceFilter
Include only content in any of the given spaces.
SpaceFilter(Collection<String>, boolean) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.SpaceFilter
Filter content according to given spaces.
SpaceFunctionPermissionCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
A condition for checking the space function level permissions such as create space.
SpaceFunctionPermissionCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.SpaceFunctionPermissionCondition
 
SpaceGroup - Class in com.atlassian.confluence.spaces
Deprecated.
in 5.9.

SpaceGroup and related classes like SpaceGroupManager and SpaceGroupComparator will be removed. Please do not use them. Note: NotExportable added to skip groups on XML restore

SpaceGroup() - Constructor for class com.atlassian.confluence.spaces.SpaceGroup
Deprecated.
 
SpaceGroup(String) - Constructor for class com.atlassian.confluence.spaces.SpaceGroup
Deprecated.
 
SpaceGroupComparator - Class in com.atlassian.confluence.util
Deprecated.
since 5.9.

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

SpaceGroupComparator() - Constructor for class com.atlassian.confluence.util.SpaceGroupComparator
Deprecated.
 
SpaceGroupManager - Interface in com.atlassian.confluence.spaces
Deprecated.
in 5.9.

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

spaceHasBlogPosts(String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
spaceHasBlogPosts(String) - Method in interface com.atlassian.confluence.pages.PageManager
 
spaceHasPages() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
spaceImportCommand(ContentCommandSupport, SpaceManagerInternal, SpaceService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
SpaceImportCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Command to process Space restore finish event for content management
SpaceImportCommand(ContentCommandSupport, SpaceManagerInternal, SpaceService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceImportCommand
 
SpaceImportDirectoryCreationResource - Class in com.atlassian.confluence.functest.rest.admin
Helps create the space page-import directory for acceptance tests.
SpaceImportDirectoryCreationResource(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.functest.rest.admin.SpaceImportDirectoryCreationResource
 
SpaceImportTaskRunner - Class in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Service responsible for running all additional tasks that should be executed before and after space restore
SpaceImportTaskRunner(PreImportTaskRunner, PostImportTaskRunner) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.SpaceImportTaskRunner
 
spaceIsBeingRemoved(SpaceWillRemoveEvent) - Method in class com.atlassian.confluence.content.CustomContentSpaceRemovalListener
 
SpaceJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage
 
SpaceJournalMessage(long, String) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpaceJournalMessage
 
spaceKey - Variable in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
spaceKey - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
spaceKey - Variable in class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebView
 
spaceKey() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintId.ContentBlueprintIdWithKeys
 
spaceKey() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId.ContentTemplateIdWithKeys
 
spaceKey() - Method in class com.atlassian.confluence.api.model.search.SearchContext
 
spaceKey(String) - Method in class com.atlassian.confluence.api.model.search.SearchContext.Builder
 
SPACEKEY_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
The space a new page should be created in for a create page link.
SPACEKEY_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
SPACEKEY_ATTRIBUTE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
SpaceKeyAndNameExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts and indexes the space key and name for searchables that belong to a space.
SpaceKeyAndNameExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.SpaceKeyAndNameExtractor
 
SpaceKeyExistBackupRestoreException - Exception in com.atlassian.confluence.backuprestore.exception
It is thrown when spaces are existing in database already.
SpaceKeyExistBackupRestoreException(String) - Constructor for exception com.atlassian.confluence.backuprestore.exception.SpaceKeyExistBackupRestoreException
 
SpaceKeyHandle - Class in com.atlassian.confluence.internal.search.tasks
The spaceKey is sufficient to serve as the handle for spaces stored in the index.
SpaceKeyHandle(String) - Constructor for class com.atlassian.confluence.internal.search.tasks.SpaceKeyHandle
 
SpaceKeyNameRenamer - Class in com.atlassian.confluence.impl.space.deletion.concealing
Renames space key and name by adding some random suffixes so the original space key can be re-used.
SpaceKeyNameRenamer() - Constructor for class com.atlassian.confluence.impl.space.deletion.concealing.SpaceKeyNameRenamer
 
spaceKeyParam - Variable in class com.atlassian.confluence.macro.ContentFilteringMacro
Parameter to handle space key filtering.
SpaceKeyParameter - Class in com.atlassian.confluence.macro.query.params
Parameter that presents space key search restrictions as SpaceCategoryQuery or InSpaceQuery implementations.
SpaceKeyParameter() - Constructor for class com.atlassian.confluence.macro.query.params.SpaceKeyParameter
 
SpaceKeyParameter(String) - Constructor for class com.atlassian.confluence.macro.query.params.SpaceKeyParameter
 
SpaceKeyParameter(List<String>, String) - Constructor for class com.atlassian.confluence.macro.query.params.SpaceKeyParameter
 
spaceKeys(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
spaceKeys(Set<String>) - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings.Builder
 
spaceKeysFilter(Set<String>) - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery.Builder
 
SpaceKeysWithStatusesAnalyticsEvent - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
SpaceKeysWithStatusesAnalyticsEvent(int, int, boolean, boolean, long, long, boolean, Integer) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.SpaceKeysWithStatusesAnalyticsEvent
SpaceKeyWithPermission - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao
Contains two values: space key and a flag which indicates whether the space permitted or not
SpaceKeyWithPermission(String, boolean) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.SpaceKeyWithPermission
 
SpaceLabelAware - Interface in com.atlassian.confluence.spaces.actions
 
SpaceLabelManager - Interface in com.atlassian.confluence.labels
 
SpaceLabelManagerImpl - Class in com.atlassian.confluence.labels
 
SpaceLabelManagerImpl() - Constructor for class com.atlassian.confluence.labels.SpaceLabelManagerImpl
 
SpaceLabelResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
SpaceLabelResource(SpaceLabelService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.SpaceLabelResource
 
SpaceLabelService - Interface in com.atlassian.confluence.api.service.content
Provides operations for Space labels.
SpaceLabelService - Interface in com.atlassian.confluence.legacyapi.service.content
Deprecated.
since 7.0.1 , use ContentLabelService
SpaceLabelService.Validator - Interface in com.atlassian.confluence.api.service.content
Provides methods for validating create, update and delete methods.
SpaceLabelServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
 
SpaceLabelServiceImpl(SpaceManagerInternal, PaginationService, PermissionManager, LabelManagerInternal, LabelFactory, SpaceService.Validator, LabelPermissionEnforcer, ApplicationConfiguration) - Constructor for class com.atlassian.confluence.api.impl.service.content.SpaceLabelServiceImpl
 
SpaceLabelServiceImpl.ValidatorImpl - Class in com.atlassian.confluence.api.impl.service.content
 
SpaceLabelsViewEvent - Class in com.atlassian.confluence.event.events.space
Represents a user viewing the space labels screen of the space admin console.
SpaceLabelsViewEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceLabelsViewEvent
 
SpaceLink - Class in com.atlassian.confluence.links.linktypes
 
SpaceLink(GenericLinkParser, SpaceManager) - Constructor for class com.atlassian.confluence.links.linktypes.SpaceLink
 
SpaceLocator - Interface in com.atlassian.confluence.content.service.space
 
SpaceLogo - Class in com.atlassian.confluence.spaces
This class represents logos displayed for a space or even for the global context where no space is available.
SpaceLogo(String, int) - Constructor for class com.atlassian.confluence.spaces.SpaceLogo
 
SpaceLogoManager - Interface in com.atlassian.confluence.spaces
Manages logos for spaces.
spaceLogoUpdateEvent(SpaceLogoUpdateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.SpaceAuditListener
 
SpaceLogoUpdateEvent - Class in com.atlassian.confluence.event.events.space
Represents a change to the logo of a space.
SpaceLogoUpdateEvent(Object, Space, SpaceLogoUpdateEvent.SpaceLogoActions, Attachment) - Constructor for class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent
 
SpaceLogoUpdateEvent(Object, Space, String, Attachment) - Constructor for class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent
Deprecated.
since 5.10
SpaceLogoUpdateEvent.SpaceLogoActions - Enum Class in com.atlassian.confluence.event.events.space
 
SpaceLookAndFeelAction - Class in com.atlassian.confluence.spaces.actions
 
SpaceLookAndFeelAction() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceLookAndFeelAction
 
spaceManager - Variable in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
spaceManager - Variable in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
spaceManager - Variable in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
spaceManager - Variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
spaceManager - Variable in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
spaceManager - Variable in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
spaceManager - Variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
spaceManager - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
SpaceManager - Interface in com.atlassian.confluence.spaces
 
SpaceManagerInternal - Interface in com.atlassian.confluence.dmz.spaces
DMZ space manager interface.
SpaceMetadataFactory - Interface in com.atlassian.confluence.api.impl.service.content.factory
 
SpaceMetadataTypeBuilder - Class in com.atlassian.confluence.plugins.graphql.types
A builder for GraphQLOutputType objects, generated for Space metadata.
SpaceMetadataTypeBuilder(GraphQLTypeBuilder, GraphQLExtensions) - Constructor for class com.atlassian.confluence.plugins.graphql.types.SpaceMetadataTypeBuilder
 
SpaceModel - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model
 
SpaceModel(long, String, String, Space) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.SpaceModel
 
SpaceNotificationAddedEvent - Class in com.atlassian.confluence.event.events.content.mail.notification
 
SpaceNotificationAddedEvent(Object, Notification) - Constructor for class com.atlassian.confluence.event.events.content.mail.notification.SpaceNotificationAddedEvent
 
SpaceNotificationEvent - Class in com.atlassian.confluence.event.events.content.mail.notification
Represents a space watch event.
SpaceNotificationEvent(Object, Notification) - Constructor for class com.atlassian.confluence.event.events.content.mail.notification.SpaceNotificationEvent
 
SpaceNotificationRemovedEvent - Class in com.atlassian.confluence.event.events.content.mail.notification
 
SpaceNotificationRemovedEvent(Object, Notification) - Constructor for class com.atlassian.confluence.event.events.content.mail.notification.SpaceNotificationRemovedEvent
 
SpaceOperationDelegate - Class in com.atlassian.confluence.api.impl.service.permissions.delegates
 
SpaceOperationDelegate(SpacePermissionsDelegate, ConfluenceUserResolver, TargetResolver, SpacePermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.delegates.SpaceOperationDelegate
 
spaceOriginalPageSizePerJob() - Static method in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
spaceOverridesAllowed(boolean) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy.GlobalRetentionPolicyBuilder
 
spacePageNextStartOriginalIds(Map<Long, Long>) - Method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus.FastSoftCleanupJobStatusBuilder
 
SpacePathConverter - Class in com.atlassian.confluence.servlet.simpledisplay
This path converter takes a friendly space url and converts it into a viewspace action url.
SpacePathConverter(PathConverterManager, DarkFeatureManager) - Constructor for class com.atlassian.confluence.servlet.simpledisplay.SpacePathConverter
 
spacePermission(Reference<SpacePermissionContainer>) - Method in interface com.atlassian.confluence.api.nav.Navigation
create a space permission nav builder to reference all the permissions of the given space restriction
spacePermission(Reference<SpacePermissionContainer>) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
spacePermission(String) - Method in interface com.atlassian.confluence.api.nav.Navigation
create a space permission nav builder to reference all the permissions of the given space key
spacePermission(String) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
SpacePermission - Class in com.atlassian.confluence.api.model.permissions
This is a simplified model object representing a space permission
SpacePermission - Class in com.atlassian.confluence.security
A SpacePermission restricts access to different functions on a space.
SpacePermission() - Constructor for class com.atlassian.confluence.api.model.permissions.SpacePermission
 
SpacePermission() - Constructor for class com.atlassian.confluence.security.SpacePermission
SpacePermission(SpacePermission) - Constructor for class com.atlassian.confluence.security.SpacePermission
SpacePermission(String) - Constructor for class com.atlassian.confluence.security.SpacePermission
SpacePermission(String, Space, String, ConfluenceUser) - Constructor for class com.atlassian.confluence.security.SpacePermission
SpacePermission(String, Space, String, String) - Constructor for class com.atlassian.confluence.security.SpacePermission
Deprecated.
since 3.0, as passing both group and userName leads to an invalid permission
SpacePermission(String, Space, String) - Constructor for class com.atlassian.confluence.security.SpacePermission
SpacePermission(String, Space) - Constructor for class com.atlassian.confluence.security.SpacePermission
SpacePermissionAccessMapper - Interface in com.atlassian.confluence.impl.security.access
Centralised logic to determine how permissions should be checked, depending on a user's type of access to Confluence (see ConfluenceAccessManager).
SpacePermissionCachePrimer - Class in com.atlassian.confluence.impl.security
This class will prime space permission cache for all spaces that not archived or personal.
SpacePermissionCachePrimer(EventListenerRegistrar, SpacePermissionCachePrimer.Primeable, ScheduledExecutorService, TenantRegistry, SpaceManager, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.impl.security.SpacePermissionCachePrimer
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
spacePermissionChangeCommand(ContentCommandSupport, SpacePermissionOperationKeyConverter, SpaceService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
SpacePermissionChangeCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Command which handles SpacePermissionChangeEvent
SpacePermissionChangeCommand(ContentCommandSupport, SpacePermissionOperationKeyConverter, SpaceService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpacePermissionChangeCommand
 
SpacePermissionChangeEvent - Class in com.atlassian.confluence.event.events.permission
Event sent when any space permission is changed.
SpacePermissionChangeEvent(Object, SpacePermission) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
 
SpacePermissionChangeEvent(Object, Iterable<SpacePermission>) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
 
SpacePermissionChangeEvent(Object, Iterable<SpacePermission>, SpaceUpdateTrigger) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
 
SpacePermissionChangeEvent(Object, Collection<SpacePermission>, SpaceUpdateTrigger) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
 
SpacePermissionCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
SpacePermissionCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.SpacePermissionCondition
 
SpacePermissionContainer - Class in com.atlassian.confluence.api.model.permissions
This is a simplified model object that serves as a container for holding permissions of a specific space
SpacePermissionContainer(String, List<SpacePermission>, OffsetDateTime) - Constructor for class com.atlassian.confluence.api.model.permissions.SpacePermissionContainer
 
SpacePermissionContext - Class in com.atlassian.confluence.internal.security
An update context for any edits to space permissions.
SpacePermissionContext.Builder - Class in com.atlassian.confluence.internal.security
 
SpacePermissionCoordinator - Class in com.atlassian.confluence.security
Space permission manager that adds a layer of security over the write operations in this class.
SpacePermissionCoordinator() - Constructor for class com.atlassian.confluence.security.SpacePermissionCoordinator
 
spacePermissionDao - Variable in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
SpacePermissionDao - Interface in com.atlassian.confluence.security.persistence.dao
 
SpacePermissionDefaultsPermissionChecker - Class in com.atlassian.confluence.security
 
SpacePermissionDefaultsPermissionChecker(PermissionManager) - Constructor for class com.atlassian.confluence.security.SpacePermissionDefaultsPermissionChecker
 
SpacePermissionDefaultsPermissionChecker(PermissionManager, UserAccessor) - Constructor for class com.atlassian.confluence.security.SpacePermissionDefaultsPermissionChecker
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.0
SpacePermissionDefaultsStore - Interface in com.atlassian.confluence.security
A store for managing the space permissions that new spaces receive by default.
SpacePermissionDefaultsStoreFactory - Interface in com.atlassian.confluence.security
Factory of SpacePermissionDefaultsStores.
SpacePermissionDTOLight - Class in com.atlassian.confluence.security.persistence.dao.hibernate
This light object allows to retrieve space permission records with user keys without retrieving data from other tables (for example from spaces).
SpacePermissionDTOLight(Long, UserKey, String, String, String, Long) - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
 
SpacePermissionEvent - Class in com.atlassian.confluence.event.events.permission
Event sent for any space permission related operation.
SpacePermissionEvent(Object) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionEvent
 
SpacePermissionFilteredQueryFactory - Class in com.atlassian.confluence.impl.search.v2
Deprecated.
since 8.0, use DefaultSpacePermissionQueryFactory instead.
SpacePermissionFilteredQueryFactory() - Constructor for class com.atlassian.confluence.impl.search.v2.SpacePermissionFilteredQueryFactory
Deprecated.
 
SpacePermissionJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage
Journal message for space permission changes.
SpacePermissionJournalMessage(String, String, SpacePermissionSubjectType, long) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpacePermissionJournalMessage
 
spacePermissionManager - Variable in class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
 
spacePermissionManager - Variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
spacePermissionManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
spacePermissionManager - Variable in class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
 
spacePermissionManager - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
SpacePermissionManager - Interface in com.atlassian.confluence.security
Responsible for the addition, modification and removal of space permissions.
SpacePermissionManagerFactory - 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.
SpacePermissionManagerFactory(EventListenerRegistrar, CoarseGrainedCachingSpacePermissionManager, CachingSpacePermissionManager, DarkFeaturesManager, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.security.SpacePermissionManagerFactory
Deprecated.
 
SpacePermissionManagerInternal - Interface in com.atlassian.confluence.internal.security
Internal version of the SpacePermissionManager; see package-info.java for rationale.
SpacePermissionModel - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model
Model for space permission changes.
SpacePermissionModel(long, String, String, SpacePermission) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.SpacePermissionModel
 
SpacePermissionNavImpl - Class in com.atlassian.confluence.plugins.rest.navigation.v2.impl
This class is for generating the navigation url of all space permission of given space key
SpacePermissionNavImpl(String, AbstractNav) - Constructor for class com.atlassian.confluence.plugins.rest.navigation.v2.impl.SpacePermissionNavImpl
 
SpacePermissionOperationKeyConverter - Interface in com.atlassian.confluence.api.service.permissions
Converts between confluences SpacePermission type and an OperationDescription
SpacePermissionQuery - Class in com.atlassian.confluence.impl.search.v2
SpacePermissionQuery(ConfluenceUser) - Constructor for class com.atlassian.confluence.impl.search.v2.SpacePermissionQuery
Deprecated.
 
SpacePermissionQueryBuilder - Interface in com.atlassian.confluence.impl.security.query
A centralised place for construction of database query conditions to filter or join on the "spacepermissions" table.
SpacePermissionQueryBuilderImpl - Class in com.atlassian.confluence.impl.security.query
 
SpacePermissionQueryFactory - Interface in com.atlassian.confluence.search.v2
This factory class creates a SearchQuery that takes the user's space permissions into account.
SpacePermissionQueryManager - Interface in com.atlassian.confluence.impl.security.query
Helps build database queries for SpacePermissions, without interpreting the logic of the spacepermissions table in multiple DAO's.
SpacePermissionQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
Deprecated.
since 7.20, see SpacePermissionQuery which will also be removed.
SpacePermissionQueryMapper(SpacePermissionsFilterFactory) - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.SpacePermissionQueryMapper
Deprecated.
 
spacePermissionRemoveEvent(SpacePermissionRemoveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
SpacePermissionRemoveEvent - Class in com.atlassian.confluence.event.events.permission
Event sent whenever a space permission is removed.
SpacePermissionRemoveEvent(Object, SpacePermission, Space) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionRemoveEvent
We keep a reference to the space separately so that when the permission is deleted, event handlers are still aware of which space the event is referring to.
SpacePermissionResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST API for adding and removing a space permission.
SpacePermissionResource(SpacePermissionService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.SpacePermissionResource
 
spacePermissionSaveEvent(SpacePermissionSaveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
SpacePermissionSaveEvent - Class in com.atlassian.confluence.event.events.permission
Event sent when any space permission is saved.
SpacePermissionSaveEvent(Object, SpacePermission) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionSaveEvent
 
SpacePermissionSaver - Interface in com.atlassian.confluence.security
 
SpacePermissionSaverInternal - Interface in com.atlassian.confluence.internal.security
Internal version of the SpacePermissionSaver; see package-info.java for rationale.
SpacePermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
SpacePermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
 
SpacePermissionService - Interface in com.atlassian.confluence.api.service.permissions
Provides mutable operations for SpacePermissions
SpacePermissionServiceImpl - Class in com.atlassian.confluence.api.impl.service.permissions
 
SpacePermissionServiceImpl(SpacePermissionManagerInternal, SpaceManagerInternal, SpacePermissionOperationKeyConverter, UserAccessor, SpacePermissionsValidator, SetSpacePermissionChecker, UserChecker, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.SpacePermissionServiceImpl
 
SpacePermissionsFilter - Class in com.atlassian.confluence.impl.search.v2.lucene.filter
Class that filters results by the spaces the current user is allowed to see.
SpacePermissionsFilter(Filter, Filter) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.SpacePermissionsFilter
 
SpacePermissionsFilterDao - Interface in com.atlassian.confluence.impl.search.v2.lucene.filter
A DAO used exclusively by the SpacePermissionsFilter for performance reasons.
SpacePermissionsFilterFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.filter
 
SpacePermissionsFilterFactory(SpacePermissionQueryManager, BulkPermissionService) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.SpacePermissionsFilterFactory
 
SpacePermissionsForSubject - Class in com.atlassian.confluence.api.model.permissions
This defines the operations granted to a user or a group in a space.
SpacePermissionsForSubject() - Constructor for class com.atlassian.confluence.api.model.permissions.SpacePermissionsForSubject
 
spacePermissionsRemoveForGroupEvent(SpacePermissionsRemoveForGroupEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
SpacePermissionsRemoveForGroupEvent - Class in com.atlassian.confluence.event.events.permission
Event sent whenever all space permissions are removed for a group.
SpacePermissionsRemoveForGroupEvent(Object, String, List<SpacePermission>) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveForGroupEvent
 
spacePermissionsRemoveForUserEvent(SpacePermissionsRemoveForUserEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
SpacePermissionsRemoveForUserEvent - Class in com.atlassian.confluence.event.events.permission
Event sent whenever all space permissions are removed for a user.
SpacePermissionsRemoveForUserEvent(Object, ConfluenceUser, List<SpacePermission>) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveForUserEvent
 
spacePermissionsRemoveFromSpaceEvent(SpacePermissionsRemoveFromSpaceEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PermissionsAuditListener
 
SpacePermissionsRemoveFromSpaceEvent - Class in com.atlassian.confluence.event.events.permission
Event sent whenever all space permissions are removed from a space.
SpacePermissionsRemoveFromSpaceEvent(Object, Space, List<SpacePermission>) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveFromSpaceEvent
 
SpacePermissionsRemoveFromSpaceEvent(Object, Space, List<SpacePermission>, SpaceUpdateTrigger) - Constructor for class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveFromSpaceEvent
 
SpacePermissionSubjectType - Enum Class in com.atlassian.confluence.impl.security.access
A space permission subject type grants permissions to a user.
SpacePermissionsUpdateEvent - Class in com.atlassian.confluence.event.events.space
Represents a change to space permissions.
SpacePermissionsUpdateEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpacePermissionsUpdateEvent
 
SpacePermissionsValidator - Class in com.atlassian.confluence.api.impl.service.permissions.validation
 
SpacePermissionsValidator() - Constructor for class com.atlassian.confluence.api.impl.service.permissions.validation.SpacePermissionsValidator
 
SpacePermissionsViewEvent - Class in com.atlassian.confluence.event.events.space
Represents a user viewing the space permissions screen of the space admin console.
SpacePermissionsViewEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpacePermissionsViewEvent
 
SpacePermissionType - Enum Class in com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain
Required for supporting different denormalised space permission types Each supported permission requires its own table
SpacePersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Persists space objects.
SpacePersister(ImportedObjectsStashFactory, ObjectPersister, IdMapper, DeferredActionsHolder, DeferredActionsFactory, PersisterHelper, OnObjectsProcessingHandler, Optional<Set<String>>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.SpacePersister
 
SpacePickerHelper - Class in com.atlassian.confluence.internal.search
Deprecated.
since 8.0, use SpaceService instead.
SpacePickerHelper(SpaceManager, LabelManager) - Constructor for class com.atlassian.confluence.internal.search.SpacePickerHelper
Deprecated.
 
SpacePickerHelper.SpaceDTO - Class in com.atlassian.confluence.internal.search
Deprecated.
 
SpacePropertyBuilder() - Constructor for class com.atlassian.confluence.api.model.content.JsonSpaceProperty.SpacePropertyBuilder
 
SpacePropertyFinderFactory - Class in com.atlassian.confluence.plugins.contentproperty.spaceproperty
SpacePropertyFinderFactory(CustomContentManager, PermissionManager, JsonPropertyFactory, SpaceService, PaginationService, TransactionalHostContextAccessor) - Constructor for class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyFinderFactory
 
SpacePropertyFinderImpl - Class in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Finder for ContentProperty objects.
SpacePropertyFinderImpl(CustomContentManager, PermissionManager, JsonPropertyFactory, SpaceService, PaginationService, Expansions) - Constructor for class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyFinderImpl
 
SpacePropertyResource - Class in com.atlassian.confluence.plugins.restapi.resources
A REST resource for manipulating space properties.
SpacePropertyResource(SpacePropertyService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.SpacePropertyResource
 
SpacePropertyService - Interface in com.atlassian.confluence.api.service.content
Provides methods for creating and reading Confluence JsonSpaceProperty objects attached to Space objects.
SpacePropertyService.SpacePropertyFinder - Interface in com.atlassian.confluence.api.service.content
 
SpacePropertyService.Validator - Interface in com.atlassian.confluence.api.service.content
Provides methods for validating the create, update and delete methods.
SpacePropertyServiceImpl - Class in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Server implementation of the SpacePropertyService.
SpacePropertyServiceImpl(CustomContentManager, StorageJsonPropertyManager, JsonPropertyFactory, SpacePropertyService.Validator, SpacePropertyFinderFactory) - Constructor for class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyServiceImpl
 
SpacePropertyServiceProvider - Interface in com.atlassian.confluence.retention
Provider which allows interaction with OSGI Exported SpacePropertyServiceProvider
SpacePropertyValidatorImpl - Class in com.atlassian.confluence.plugins.contentproperty.spaceproperty
 
SpacePropertyValidatorImpl(SpaceManager, PermissionManager, SpacePropertyFinderFactory, StorageJsonPropertyManager, RetentionFeatureChecker) - Constructor for class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyValidatorImpl
 
SpaceProvider - Class in com.atlassian.confluence.plugins.graphql.providers
Provides the 'space' top level field
SpaceProvider - Interface in com.atlassian.confluence.content.service.space
An interface implemented by a class that can provide the space.
SpaceProvider(SpaceService) - Constructor for class com.atlassian.confluence.plugins.graphql.providers.SpaceProvider
 
SPACER - Static variable in class com.atlassian.confluence.macro.browser.beans.MacroPropertyPanelButton
 
SpaceRemovalLongRunningTask - Class in com.atlassian.confluence.dmz.spaces
Removes a space as a long-running task.
SpaceRemovalLongRunningTask(long, String, SpaceManager, ConfluenceUser, I18NBean, DarkFeatureManager, SpaceService) - Constructor for class com.atlassian.confluence.dmz.spaces.SpaceRemovalLongRunningTask
 
SpaceRemovalLongRunningTask(String, SpaceManager, ConfluenceUser, I18NBean) - Constructor for class com.atlassian.confluence.dmz.spaces.SpaceRemovalLongRunningTask
Deprecated.
since 9.1.0. Use another constructor.
spaceRemoveCommand(ContentCommandSupport) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
SpaceRemoveCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Command which handles SpaceRemoveEvent
SpaceRemoveCommand(ContentCommandSupport) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceRemoveCommand
 
spaceRemoveEvent(SpaceRemoveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.SpaceAuditListener
 
SpaceRemoveEvent - Class in com.atlassian.confluence.event.events.space
 
SpaceRemoveEvent(Object, Space, ProgressMeter) - Constructor for class com.atlassian.confluence.event.events.space.SpaceRemoveEvent
 
SpaceRemoveEvent(Object, Space, ProgressMeter, int) - Constructor for class com.atlassian.confluence.event.events.space.SpaceRemoveEvent
 
SpaceReport - Class in com.atlassian.confluence.mail.reports
 
SpaceReport(Space, ChangeDigestReport) - Constructor for class com.atlassian.confluence.mail.reports.SpaceReport
 
SpaceResource - Class in com.atlassian.confluence.functest.rest.admin
REST API for Space management actions that require elevated privileges.
SpaceResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST wrapper for the SpaceService.
SpaceResource(SpaceService) - Constructor for class com.atlassian.confluence.functest.rest.admin.SpaceResource
 
SpaceResource(SpaceService, RestNavigationService, ContentTrashService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
SpaceResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
SpaceResourceIdentifier(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier
 
SpaceResourceIdentifierResolver - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
SpaceResourceIdentifierResolver(SpaceManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifierResolver
 
SpaceRestoreIdMapper - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Responsible for keeping all required id mappings between the xml ids and the database ids during space restore.
SpaceRestoreIdMapper(PersistedObjectsRegister, ExistingEntityFindersProvider, FakeObjectProvider, JobSource, OnObjectsProcessingHandler, SmartIdGenerator) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.SpaceRestoreIdMapper
 
SpaceRestoreJobDetails - Class in com.atlassian.confluence.api.model.backuprestore
Information about Space Restore job
SpaceRestoreJobDetails() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreJobDetails
 
SpaceRestoreJobDetails.SpaceRestoreJobDetailsBuilder - Class in com.atlassian.confluence.api.model.backuprestore
 
SpaceRestoreJobDetailsBuilder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreJobDetails.SpaceRestoreJobDetailsBuilder
 
SpaceRestoreService - Class in com.atlassian.confluence.impl.backuprestore.restore
Service responsible for space restore operations.
SpaceRestoreService(RestoreService, RestoreJobValidator) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.SpaceRestoreService
 
SpaceRestoreSettings - Class in com.atlassian.confluence.api.model.backuprestore
Space Restore settings
SpaceRestoreSettings() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings
 
SpaceRestoreSettings(String, Boolean) - Constructor for class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings
 
SpaceRestoreSettings.Builder - Class in com.atlassian.confluence.api.model.backuprestore
 
SpaceRetentionPolicy - Class in com.atlassian.confluence.api.model.retention
 
SpaceRetentionPolicy() - Constructor for class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
SpaceRetentionPolicy.Builder - Class in com.atlassian.confluence.api.model.retention
 
SpaceRetentionPolicyChangedEvent - Class in com.atlassian.confluence.event.events.retention
 
SpaceRetentionPolicyChangedEvent(SpaceRetentionPolicy, SpaceRetentionPolicy, Space) - Constructor for class com.atlassian.confluence.event.events.retention.SpaceRetentionPolicyChangedEvent
 
SpaceRetentionPolicyCreatedEvent - Class in com.atlassian.confluence.event.events.retention
 
SpaceRetentionPolicyCreatedEvent(SpaceRetentionPolicy, Space) - Constructor for class com.atlassian.confluence.event.events.retention.SpaceRetentionPolicyCreatedEvent
 
SpaceRetentionPolicyDeletedEvent - Class in com.atlassian.confluence.event.events.retention
 
SpaceRetentionPolicyDeletedEvent(SpaceRetentionPolicy, Space) - Constructor for class com.atlassian.confluence.event.events.retention.SpaceRetentionPolicyDeletedEvent
 
SpaceRetentionPolicyEvent - Class in com.atlassian.confluence.event.events.retention
 
SpaceRetentionPolicyEvent(RetentionPolicy, RetentionPolicy, Space) - Constructor for class com.atlassian.confluence.event.events.retention.SpaceRetentionPolicyEvent
 
SpaceRetentionPolicyIndexingListener - Class in com.atlassian.confluence.impl.retention.listener
Listen to space retention policy events and update the index
SpaceRetentionPolicyIndexingListener(EventPublisher, ConfluenceIndexer) - Constructor for class com.atlassian.confluence.impl.retention.listener.SpaceRetentionPolicyIndexingListener
 
spaceRetentionPolicyManager - Variable in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
SpaceRetentionPolicyManager - Interface in com.atlassian.confluence.retention
 
SpaceRetentionPolicyPermissionService - Interface in com.atlassian.confluence.api.service.retention
Deprecated.
since 7.14.0
SpaceRetentionPolicyPermissionService.PermissionLevel - Enum Class in com.atlassian.confluence.api.service.retention
Deprecated.
 
SpaceRetentionPolicyService - Interface in com.atlassian.confluence.api.service.retention
Deprecated.
since 7.14.0
SpaceRetentionPolicyService - Interface in com.atlassian.confluence.retention
Service for interacting with the SpaceRetentionPolicy settings
SpaceRssFeedAction - Class in com.atlassian.confluence.spaces.actions
 
SpaceRssFeedAction() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceRssFeedAction
 
spaces(Expansions) - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of spaces to return at a time, depending on which fields are expanded.
spaces(String, List<String>, List<String>, String, String, List<String>, List<String>, Boolean, Boolean, String, int, String, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
spaces(HttpServletRequest) - Method in class com.atlassian.confluence.plugins.macros.dashboard.rest.GlobalEntitiesResource
 
SPACES - Enum constant in enum class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider.EntitiesTab
 
SPACES - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
SPACES - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for space results.
SpacesConfigurationAction - Class in com.atlassian.confluence.plugins.spaces
 
SpacesConfigurationAction() - Constructor for class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction
 
SpaceSearchResult - Class in com.atlassian.confluence.api.model.search
 
SpaceService - Interface in com.atlassian.confluence.api.service.content
Provides CRUD operations on Spaces.
SpaceService - Interface in com.atlassian.confluence.content.service
 
SpaceService.SingleSpaceFetcher - Interface in com.atlassian.confluence.api.service.content
 
SpaceService.SpaceContentFinder - Interface in com.atlassian.confluence.api.service.content
A finder interface to encapsulate finding content in a particular space
SpaceService.SpaceFinder - Interface in com.atlassian.confluence.api.service.content
A finder for locating spaces.
SpaceService.Validator - Interface in com.atlassian.confluence.api.service.content
Provides methods for validating the create, update and delete methods.
SpaceServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
 
SpaceServiceImpl(SpaceManagerInternal, SpaceFactory, PageManagerInternal, ContentFactory, PaginationService, SpacePermissionManager, LongRunningTaskManager, LongTaskFactory, I18NBeanFactory, FinderProxyFactory, LabelManager, SpaceDeletionManager, SpaceLabelService, SpaceService.Validator, TrashManager, UserAccessor) - Constructor for class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
SpaceServiceImpl.SpaceContentImpl - Class in com.atlassian.confluence.api.impl.service.content
 
SpaceServiceImpl.SpaceFinderImpl - Class in com.atlassian.confluence.api.impl.service.content
 
SpaceSettings - Class in com.atlassian.confluence.setup.settings
 
SpaceSettings() - Constructor for class com.atlassian.confluence.setup.settings.SpaceSettings
 
SpaceSettings(String) - Constructor for class com.atlassian.confluence.setup.settings.SpaceSettings
 
SpaceSettingsManager - Interface in com.atlassian.confluence.setup.settings
 
SpaceSidebarCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Show the web fragment if the space sidebar is available.
SpaceSidebarCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.SpaceSidebarCondition
 
SpacesListMacro - Class in com.atlassian.confluence.plugins.macros.dashboard
 
SpacesListMacro() - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro
 
SpacesListMacro.Tabs - Enum Class in com.atlassian.confluence.plugins.macros.dashboard
 
SpacesQuery - Class in com.atlassian.confluence.spaces
An attempt to remove some of the proliferation of almost-identical space listing queries from Space.hbm.xml.
SpacesQuery.Builder - Class in com.atlassian.confluence.spaces
 
spacesQueryWithoutPermissionCheck(SpacesQuery) - Static method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
spacesQueryWithPermissionCheck(SpacesQuery, SpacePermissionQueryBuilder) - Static method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
SpacesQueryWithPermissionQueryBuilder - Class in com.atlassian.confluence.dmz.spaces
see the package-info.java for rationale.
SpacesSoapService - Class in com.atlassian.confluence.rpc.soap.services
This is the soap service that handles all of the 'space' type methods.
SpacesSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
SpaceStatus - Class in com.atlassian.confluence.api.model.content
Represents the status of a space, such as CURRENT or ARCHIVED.
SpaceStatus - Enum Class in com.atlassian.confluence.spaces
 
spaceStatusesFilter(Set<SpaceStatus>) - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery.Builder
 
SpaceStatusUserType - Class in com.atlassian.confluence.spaces.persistence.dao.hibernate
 
SpaceStatusUserType() - Constructor for class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceStatusUserType
 
SpaceSummary - Class in com.atlassian.confluence.legacyapi.model
Deprecated.
since 7.0.1 , use Space
SpaceSummary(long, String, String, Option<Icon>, Option<String>) - Constructor for class com.atlassian.confluence.legacyapi.model.SpaceSummary
Deprecated.
 
spaceTemplateReference(ModuleCompleteKey, ModuleCompleteKey, Space) - Static method in class com.atlassian.confluence.pages.templates.PluginTemplateReference
Create a reference to the space level customised version of the template
SpaceToolsAction - Class in com.atlassian.confluence.pages.actions
 
SpaceToolsAction() - Constructor for class com.atlassian.confluence.pages.actions.SpaceToolsAction
 
SpaceToolsTabItem(String, String, String, String, String, String, boolean) - Constructor for class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
 
SpaceToolsTabs() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabs
 
SpaceToolsTabsHelper - Class in com.atlassian.confluence.spaces.actions
Provides the list of the 2 levels of web-sections/web-items to display in the Space Tools tabs
SpaceToolsTabsHelper(DynamicWebInterfaceManager, PermissionManager) - Constructor for class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper
 
SpaceToolsTabsHelper.SpaceToolsTabItem - Class in com.atlassian.confluence.spaces.actions
 
SpaceToolsTabsHelper.SpaceToolsTabs - Class in com.atlassian.confluence.spaces.actions
 
SpaceToSidMapId - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain
Compound key which includes space id and sid id Used by denormalised space permission tables
SpaceToSidMapId() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpaceToSidMapId
 
SpaceToSidMapId(long, long) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpaceToSidMapId
 
SpaceTrashContentEvent - Class in com.atlassian.confluence.event.events.space
A base class for space trash events that relate to a singular content in the space trash.
SpaceTrashContentEvent(Object, Space, ContentTypeEnum) - Constructor for class com.atlassian.confluence.event.events.space.SpaceTrashContentEvent
 
spaceTrashDeleteSizePerJob() - Static method in class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
spaceTrashEmptyEvent(SpaceTrashEmptyEvent) - Method in class com.atlassian.confluence.impl.audit.listener.SpaceAuditListener
 
SpaceTrashEmptyEvent - Class in com.atlassian.confluence.event.events.space
Represents when the trash is emptied, either by a user or by a remote administration call.
SpaceTrashEmptyEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceTrashEmptyEvent
 
SpaceTrashPurgeAllContentEvent - Class in com.atlassian.confluence.event.events.space
This event gets fired when the empty trash action is executed to "purge all" content in a space trash.
SpaceTrashPurgeAllContentEvent(Object, Space, int) - Constructor for class com.atlassian.confluence.event.events.space.SpaceTrashPurgeAllContentEvent
 
SpaceTrashPurgeContentEvent - Class in com.atlassian.confluence.event.events.space
This event gets fired when a specific content is purged from the space trash via the purge trash item action.
SpaceTrashPurgeContentEvent(Object, Space, ContentTypeEnum) - Constructor for class com.atlassian.confluence.event.events.space.SpaceTrashPurgeContentEvent
 
SpaceTrashRestoreContentEvent - Class in com.atlassian.confluence.event.events.space
This event gets fired when a specific content is restored from the space trash via the restore trash item action.
SpaceTrashRestoreContentEvent(Object, Space, ContentTypeEnum) - Constructor for class com.atlassian.confluence.event.events.space.SpaceTrashRestoreContentEvent
 
SpaceTrashViewEvent - Class in com.atlassian.confluence.event.events.space
Represents a user viewing the trash contents screen of the space admin console.
SpaceTrashViewEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceTrashViewEvent
 
spaceType - Variable in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
SpaceType - Class in com.atlassian.confluence.api.model.content
Represents a type of space, such as GLOBAL or PERSONAL.
SpaceType - Class in com.atlassian.confluence.spaces
 
SpaceTypeExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts and indexes the SpaceType of the space given searchable object belongs to.
SpaceTypeExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.SpaceTypeExtractor
 
SpaceTypeUserType - Class in com.atlassian.confluence.spaces.persistence.dao.hibernate
 
SpaceTypeUserType() - Constructor for class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceTypeUserType
 
spaceUnArchivedEvent(SpaceUnArchivedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.SpaceAuditListener
 
SpaceUnArchivedEvent - Class in com.atlassian.confluence.event.events.space
 
SpaceUnArchivedEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceUnArchivedEvent
 
spaceUpdateEvent(SpaceUpdateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.SpaceAuditListener
 
SpaceUpdateEvent - Class in com.atlassian.confluence.event.events.space
 
SpaceUpdateEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceUpdateEvent
 
SpaceUpdateEvent(Object, Space, Space) - Constructor for class com.atlassian.confluence.event.events.space.SpaceUpdateEvent
 
SpaceUpdateTrigger - Enum Class in com.atlassian.confluence.spaces
Listing of the triggers for various space update events
SpaceUriGenerator - Class in com.atlassian.confluence.api.impl.service.audit.uri
Generates links to Confluence spaces
SpaceUriGenerator(SpaceManagerInternal) - Constructor for class com.atlassian.confluence.api.impl.service.audit.uri.SpaceUriGenerator
 
SpaceValidatorImpl - Class in com.atlassian.confluence.api.impl.service.content
 
SpaceValidatorImpl(SpaceManagerInternal, SpacePermissionManager, AccessModeService, PermissionManager, ContentService, LicenseService, UserChecker, LabelManager, LabelledContentSpaceValidator, UserAccessor, PersonalInformationManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.SpaceValidatorImpl
 
SpaceViewDefaultDecoratorAction - Class in com.atlassian.confluence.spaces.actions
 
SpaceViewDefaultDecoratorAction() - Constructor for class com.atlassian.confluence.spaces.actions.SpaceViewDefaultDecoratorAction
 
SpaceWatch - Class in com.atlassian.confluence.api.model.watch
 
SpaceWatch(User, Reference<Space>, List<ContentType>) - Constructor for class com.atlassian.confluence.api.model.watch.SpaceWatch
 
SpaceWatch(User, String, List<ContentType>) - Constructor for class com.atlassian.confluence.api.model.watch.SpaceWatch
 
SpaceWatch(SpaceWatch.SpaceWatchBuilder) - Constructor for class com.atlassian.confluence.api.model.watch.SpaceWatch
 
SpaceWatch.SpaceWatchBuilder - Class in com.atlassian.confluence.api.model.watch
 
SpaceWatchBuilder() - Constructor for class com.atlassian.confluence.api.model.watch.SpaceWatch.SpaceWatchBuilder
 
SpaceWatcherResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
SpaceWatcherResource(WatchService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.SpaceWatcherResource
 
SpaceWatchWithName - Class in com.atlassian.confluence.api.testsupport.model.watch
 
SpaceWatchWithName(String, SpaceWatch) - Constructor for class com.atlassian.confluence.api.testsupport.model.watch.SpaceWatchWithName
 
SpaceWillRemoveEvent - Class in com.atlassian.confluence.event.events.space
Event published when a space is about to be removed, but has not been removed.
SpaceWillRemoveEvent(Object, Space, ProgressMeter) - Constructor for class com.atlassian.confluence.event.events.space.SpaceWillRemoveEvent
 
SpaceWillRemoveEvent(Object, Space, ProgressMeter, int) - Constructor for class com.atlassian.confluence.event.events.space.SpaceWillRemoveEvent
 
SPAN_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
SPAN_QUERY_BOOST - Static variable in class com.atlassian.confluence.internal.search.v2.DefaultSiteTextSearchQueryFactory
 
SPANISH - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
SpanishAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Spanish language analyzer provider
SpanishAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.SpanishAnalyzerProvider
 
spanName(HttpRequest, TraceContext) - Method in class com.atlassian.confluence.util.zipkin.impl.MethodAndPathServerRequestParser
 
SpanNearQuery - Class in com.atlassian.confluence.search.v2.query
v2 primitive query
SpanNearQuery(String, List<String>, int, boolean) - Constructor for class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
SpanNearQuery(String, List<String>, int, boolean, float) - Constructor for class com.atlassian.confluence.search.v2.query.SpanNearQuery
 
SpanNearQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
SpanNearQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.SpanNearQueryMapper
 
SPECIAL - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSidType
 
SpecialLabelFilter - Class in com.atlassian.confluence.labels
 
SpecialLabelFilter() - Constructor for class com.atlassian.confluence.labels.SpecialLabelFilter
 
specialToLowerCase(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
The database lower() function in PostgreSQL only works for ASCII strings.
specialToLowerCase(String, ApplicationConfiguration) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
split(String) - Static method in class com.atlassian.confluence.util.LabelUtil
Split the input string according to the label delimitation rules.
Split - Interface in com.atlassian.confluence.util.profiling
Represents a split time associated with a timer.
SPLIT_TOKEN_TYPE - Static variable in class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.ExtendedDelimitersFilter
 
splitCData(String) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Take a String and split into multiple substrings where each substring is suitable to be written as CData.
splitCommaDelimitedString(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Method will turn a String of comma separated entities into a String Array.
SplitIndexException - Exception in com.atlassian.confluence.upgrade.upgradetask.splitindex
 
SplitIndexException(String) - Constructor for exception com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexException
 
SplitIndexException(String, Throwable) - Constructor for exception com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexException
 
SplitIndexFileHelper - Class in com.atlassian.confluence.upgrade.upgradetask.splitindex
Manager to help with copying files and getting statistics or reporting on sizes.
SplitIndexFileHelper(File, String) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Creates an instance of the SplitIndexFileManager to manage the files of the index located at indexLocation
SplitIndexFileHelper(String, String) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Creates an instance of the SplitIndexFileManager to manage the files of the index located at indexLocation
SplitIndexPhase - Enum Class in com.atlassian.confluence.upgrade.upgradetask.splitindex
Determines the phase we're in.
SplitIndexSnapshotManager - Class in com.atlassian.confluence.upgrade.upgradetask.splitindex
This class is helping SplitIndexUpgradeTask to manipulate snapshots from Shared Home
SplitIndexSnapshotManager(LuceneIndexSnapshotManager, JournalDao, ClusterManager, JournalIdentifier, JournalIdentifier) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
 
splitIndexUpgradeTask() - Method in class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
SplitIndexUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
SplitIndexUpgradeTask(ILuceneConnection, ILuceneConnection, I18NBeanFactory, JournalStateStore, JournalIdentifier, JournalIdentifier, SplitIndexSnapshotManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
Creates a new SplitIndexUpgradeTask that will split the index.
SplitJournalUpgradeTask - Class in com.atlassian.confluence.impl.upgrade.upgradetask
Does 2 things: Updates the journalentry table to move items from main_index to change_index if they are: DELETE_CHANGE_DOCUMENTS DELETE_CHANGE_DOCUMENTS ADD_CHANGE_DOCUMENT REBUILD_CHANGE_DOCUMENTS writes the most recent id from the main_index journal to the change_index journal so that the change_index will continue at the same item as the main_index as the will already have copied the relevant changes to the new index.
SplitJournalUpgradeTask(DdlExecutor, JournalStateStore, JournalIdentifier, JournalIdentifier, SessionFactory, IndexTaskFactoryInternal, JournalIndexTaskQueue) - Constructor for class com.atlassian.confluence.impl.upgrade.upgradetask.SplitJournalUpgradeTask
 
splitPermissions(Collection<SpacePermission>, Collection<SpacePermission>, Collection<SpacePermission>, Set<SpacePermission>, Set<SpacePermission>) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
splitPermissions(Collection<SpacePermission>, Collection<SpacePermission>, Collection<SpacePermission>, Set<SpacePermission>, Set<SpacePermission>) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Determine which permissions need to be added or removed.
SpoolingBlobInputStreamType - Class in com.atlassian.confluence.impl.hibernate
LobType that spools data when getting and setting lob data types.
SpoolingBlobInputStreamType() - Constructor for class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
SPRING_HIKARICP_REGISTER_MBEANS - Static variable in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
 
SpringBeans - Class in com.atlassian.confluence.activeobjects.spring
The Spring bean definitions for the ActiveObjects Confluence SPI Plugin.
SpringBeans - Class in com.atlassian.confluence.plugins.restapi.spring
 
SpringBeans() - Constructor for class com.atlassian.confluence.activeobjects.spring.SpringBeans
 
SpringBeans() - Constructor for class com.atlassian.confluence.plugins.restapi.spring.SpringBeans
 
SpringComponentModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
SpringComponentModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.SpringComponentModuleDescriptor
 
SpringConfig - Class in com.atlassian.confluence.plugins.opensearch.healthchecks.config
 
SpringConfig() - Constructor for class com.atlassian.confluence.plugins.opensearch.healthchecks.config.SpringConfig
 
SpringConfiguration - Class in com.atlassian.confluence.plugins.like.spring
 
SpringConfiguration() - Constructor for class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
SpringManagedServlet - Class in com.atlassian.confluence.servlet
Servlet that defers all its execution to a Spring-bean.
SpringManagedServlet() - Constructor for class com.atlassian.confluence.servlet.SpringManagedServlet
 
SpringRendererComponentFactory - Class in com.atlassian.confluence.renderer.plugin
Renderer component factory that looks the component up in the application Spring context.
SpringRendererComponentFactory() - Constructor for class com.atlassian.confluence.renderer.plugin.SpringRendererComponentFactory
 
SpringTaskSchedulerConfig - Class in com.atlassian.confluence.impl.schedule
This configuration enables the use of Scheduled annotations on Confluence core Spring beans, and configures a TaskScheduler to go with it.
SpringTaskSchedulerConfig() - Constructor for class com.atlassian.confluence.impl.schedule.SpringTaskSchedulerConfig
 
SpringTestContainerContext - Class in com.atlassian.confluence.container
 
SpringTestContainerContext() - Constructor for class com.atlassian.confluence.container.SpringTestContainerContext
 
SpringTestContainerContext(ApplicationContext) - Constructor for class com.atlassian.confluence.container.SpringTestContainerContext
 
SQL_COUNT_CQ_TOPIC_METADATA - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
SQL_SELECT_DUPLICATE_LABELS - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
SqlCaptureResource - Class in com.atlassian.confluence.functest.rest.admin
 
SqlCaptureResource(HibernateSqlCollector) - Constructor for class com.atlassian.confluence.functest.rest.admin.SqlCaptureResource
 
sqlSelectLimit() - Static method in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
SQLSERVER_INDEX_ALREADY_EXISTS_ERRORCODE - Static variable in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
SQLSERVER_RELATION_ALREADY_EXISTS_ERRORCODE - Static variable in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
SqlServerContentDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver
Contains methods for creating/removing triggers for content table
SqlServerContentDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentDdlHelper
 
SqlServerContentPermissionDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver
Contains methods for creating/removing triggers for content_perm table
SqlServerContentPermissionDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionDdlHelper
 
SqlServerContentPermissionSetDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver
Contains methods for creating/removing triggers for content_perm_set table
SqlServerContentPermissionSetDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionSetDdlHelper
 
SqlServerDenormalisedPermissionsDdlOperations - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup
Contains operations required for MS SQL database objects creation
SqlServerDenormalisedPermissionsDdlOperations() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.SqlServerDenormalisedPermissionsDdlOperations
 
SQLServerDialect - Class in com.atlassian.confluence.impl.hibernate.dialect
The hibernate Dialect that's used for SQL Server.
SQLServerDialect() - Constructor for class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
SQLServerIntlDialectV5 - Class in com.atlassian.confluence.impl.hibernate.dialect
Deprecated.
since 8.0.0
SQLServerIntlDialectV5() - Constructor for class com.atlassian.confluence.impl.hibernate.dialect.SQLServerIntlDialectV5
Deprecated.
 
SQLServerJDBCUrlBuilder - Class in com.atlassian.confluence.setup
 
SQLServerJDBCUrlBuilder() - Constructor for class com.atlassian.confluence.setup.SQLServerJDBCUrlBuilder
 
SqlServerSetupRule - Class in com.atlassian.confluence.impl.health.checks.rules
Determines whether the SQL Server setup (isolation level_ is correct.
SqlServerSetupRule(ErrorMessageProvider, SingleConnectionProvider, HibernateConfig) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.SqlServerSetupRule
 
SqlServerSpaceDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver
Contains methods for creating/removing triggers for spaces table
SqlServerSpaceDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerSpaceDdlHelper
 
SqlServerSpacePermissionDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver
Contains methods for creating/removing triggers for spacepermissions table
SqlServerSpacePermissionDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerSpacePermissionDdlHelper
 
sqlTypes() - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
sqlTypes() - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentTypeEnumUserType
 
sqlTypes() - Method in class com.atlassian.confluence.core.persistence.hibernate.InstantType
 
sqlTypes() - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
sqlTypes() - Method in class com.atlassian.confluence.impl.journal.JournalIdentifierUserType
 
sqlTypes() - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.RelatableEntityTypeEnumUserType
 
sqlTypes() - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.NamespaceUserType
 
sqlTypes() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.CryptographicKeyType
 
sqlTypes() - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceStatusUserType
 
sqlTypes() - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceTypeUserType
 
sqlTypes() - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyUserType
 
sqlTypes() - Method in class com.atlassian.hibernate.BucketClobStringType
 
SQRT - Enum constant in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
SQUARE - Enum constant in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
SRC_MAIL_RECIPIENT - Static variable in class com.atlassian.confluence.impl.xsrf.DefaultXsrfTokenValidationManager
 
SslOnlyTestClass - Annotation Interface in com.atlassian.confluence.util.test.annotations
Indicate that a test class should be run against a Confluence instance over SSL
SSO - Enum constant in enum class com.atlassian.confluence.event.events.security.LoginDetails.LoginSource
 
STACK_DEPTH - Static variable in class com.atlassian.confluence.web.ResponseHeaderNames
 
stackGet(String) - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
Velocity keys that cannot be resolved in the ordinary context map are looked up in the ValueStack.
StackPushOperation - Class in com.atlassian.confluence.importexport.impl
 
StackPushOperation(Deque<ImportedObject>, Set<TransientHibernateHandle>, ImportedObject) - Constructor for class com.atlassian.confluence.importexport.impl.StackPushOperation
 
StackSpace - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
stagingIndexFactory() - Method in class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
StagingIndexFactory - Interface in com.atlassian.confluence.search.v2
Defines the contractual obligation of a component which provides the ability to manage a staging index which can potentially be used as a primary index.
StagingIndexFactory.StagingIndex - Interface in com.atlassian.confluence.search.v2
Defines the contractual obligation of a staging index.
STALE_DATA - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionServiceState
 
STALE_DRAFT_REMOVE_BATCH_SIZE - Static variable in class com.atlassian.confluence.impl.content.DefaultPageManager
 
StaleObjectStateException - Exception in com.atlassian.confluence.core.persistence.confluence
Exception that is thrown when you attempt to make a change to a Versioned object that is inconsistent with its version history, for example modifying something other than its current version.
StaleObjectStateException() - Constructor for exception com.atlassian.confluence.core.persistence.confluence.StaleObjectStateException
 
StaleObjectStateException(String) - Constructor for exception com.atlassian.confluence.core.persistence.confluence.StaleObjectStateException
 
StaleObjectStateException(String, Throwable) - Constructor for exception com.atlassian.confluence.core.persistence.confluence.StaleObjectStateException
 
StaleObjectStateException(Throwable) - Constructor for exception com.atlassian.confluence.core.persistence.confluence.StaleObjectStateException
 
StandardAnalyzerDescriptor - Class in com.atlassian.confluence.plugins.index.api
 
StandardAnalyzerDescriptor() - Constructor for class com.atlassian.confluence.plugins.index.api.StandardAnalyzerDescriptor
 
StandardAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer
Provides OpenSearch analyzer for StandardAnalyzerDescriptor.
StandardAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.StandardAnalyzerProvider
 
StandardAuditResourceTypes - Interface in com.atlassian.confluence.audit
Standard AuditResource types to be used in Confluence audit events.
StandardLanguageAnalyzerVariant - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Allows OS built-in language analyzer to be used.
StandardLanguageAnalyzerVariant(Language) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.StandardLanguageAnalyzerVariant
 
StandardTag - Interface in com.atlassian.confluence.xhtml.api
An interface representing the standard attributes supported by almost all HTML tags.
StandardTokenFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
A standard token filter.
StandardTokenFilterDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.StandardTokenFilterDescriptor
 
StandardTokenizerDescriptor - Class in com.atlassian.confluence.search.v2.analysis
A standard tokenizer based on unicode segmentation standard.
StandardTokenizerDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.StandardTokenizerDescriptor
 
start() - Method in interface com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventService
Deprecated.
 
start() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastExecutorClusterEventService
Deprecated.
 
start() - Method in class com.atlassian.confluence.impl.profiling.StartupDelayedStackDumper
 
start() - Method in class com.atlassian.confluence.test.apacheds.EmbeddedApacheDS
 
start() - Method in interface com.atlassian.confluence.util.profiling.DurationThresholdWarningTimingHelper.Timer
 
start() - Static method in class com.atlassian.confluence.util.test.timing.TestTimer
 
start() - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
start(int) - Method in class com.atlassian.confluence.test.apacheds.EmbeddedApacheDS
 
start(String) - Method in class com.atlassian.confluence.util.profiling.ConfluenceProfilerStrategy
 
start(MacroRenderingMonitor.MacroRendering) - Method in class com.atlassian.confluence.internal.diagnostics.MacroRenderingMonitor
 
start(LongRunningTask) - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskMonitor
 
start(String) - Method in class com.atlassian.confluence.impl.profiling.TimedAnalyticsImpl
 
start(String) - Method in class com.atlassian.confluence.impl.search.actions.Timer
 
start(String) - Method in interface com.atlassian.confluence.util.profiling.TimedAnalytics
Start a ticker that will send an analytic event at its completion.
start(HttpServletRequest) - Static method in class com.atlassian.confluence.event.events.analytics.HttpRequestStats
 
START - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
START_PROCESSING_TIME - Static variable in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
START_QPARAM - Static variable in class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
START_TAG - Enum constant in enum class com.atlassian.confluence.impl.content.duplicatetags.internal.Node.Type
 
startActivity() - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
startActivity(HeartbeatManager.ActivityKey, ConfluenceUser) - Method in interface com.atlassian.confluence.core.HeartbeatManager
Adds a username as an active participant to the specified activity
startActivity(String, User) - Method in interface com.atlassian.confluence.core.HeartbeatManager
Deprecated, for removal: This API element is subject to removal in a future version.
startActivity(String, User) - Method in class com.atlassian.confluence.impl.health.DefaultHeartbeatManager
 
startActivity(String, String) - Method in interface com.atlassian.confluence.core.HeartbeatManager
Deprecated, for removal: This API element is subject to removal in a future version.
startActivity(String, String) - Method in class com.atlassian.confluence.impl.health.DefaultHeartbeatManager
 
startActivity(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
Adds a user as an active participant to the specified activity
startActivity(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Call startActivity on the heartbeat manager bean
startActivity(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
startActivity(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
startActivity(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
Call startActivity on the heartbeat manager bean
startActivity(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
startActivity(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
startActivity(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Call startActivity on the heartbeat manager bean
startActivity(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
startAfter() - Method in class com.atlassian.confluence.util.test.timing.TestTimer
 
startAt(String, Duration) - Method in class com.atlassian.confluence.impl.profiling.TimedAnalyticsImpl
 
startAt(String, Duration) - Method in interface com.atlassian.confluence.util.profiling.TimedAnalytics
Start a ticker that will send an analytic event at its completion.
startBefore() - Method in class com.atlassian.confluence.util.test.timing.TestTimer
 
startCluster() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
startCluster() - Method in interface com.atlassian.confluence.impl.cluster.ClusterManagerInternal
Start the clustering service
startCluster() - Method in class com.atlassian.testsupport.NonClusterManager
 
StartClusterLongRunningTask - Class in com.atlassian.confluence.cluster
 
StartClusterLongRunningTask(String) - Constructor for class com.atlassian.confluence.cluster.StartClusterLongRunningTask
 
Started - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager.ExternalProcessState
 
startElement(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.BackupParser
Deprecated.
 
startElement(String, String, String, Attributes) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
startElement(QName, XMLAttributes, Augmentations) - Method in class com.atlassian.confluence.content.render.xhtml.IllegalAttributeFilter
 
startElement(QName, XMLAttributes, Augmentations) - Method in class com.atlassian.confluence.content.render.xhtml.XmlAttributeEncodingFilter
 
startEventConsumed - Variable in class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
startEviction(SynchronyEvictionType, Integer) - Method in interface com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgressTracking
 
startEviction(SynchronyEvictionType, Integer, Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
 
startEviction(SynchronyEvictionType, Integer, Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.CompositeEvictionProgressTracking
 
startEviction(SynchronyEvictionType, Integer, Integer) - Method in interface com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgressTracking
Gets called before starting the whole eviction procedure
startEvictionTimer() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
startHealthcheck() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProxyMonitor
Ping the Synchrony Proxy healthcheck rest endpoint.
startHealthcheck() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProxyMonitor
 
startHeartbeatOnDoDefault() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
This method determines whether the current action should start an activity on the HeartbeatManager.
startHeartbeatOnDoDefault() - Method in class com.atlassian.confluence.plugins.editorloader.EditorAction
 
startIfQueued(LongRunningTaskId) - Method in interface com.atlassian.confluence.internal.longrunning.LongRunningTaskManagerInternal
Starts the task in a new thread if it has previously been queued.
startIfQueued(LongRunningTaskId) - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
startIndex - Variable in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
starting(Description) - Method in class com.atlassian.confluence.test.util.ProfilingTestRule
 
starting(Description) - Method in class com.atlassian.confluence.util.test.rules.ProfilingTestRule
Deprecated.
 
STARTING - Enum constant in enum class com.atlassian.confluence.server.ApplicationState
The application is starting up, but not yet available
startLoggingRequests() - Method in class com.atlassian.confluence.test.rpc.RequestLogger
Start logging urls of http requests.
startLoggingRequests(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
startLoggingRequests(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Start logging http request urls.
startLoggingRequests(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
startLongRunningTask(ConfluenceUser, LongRunningTask) - Method in interface com.atlassian.confluence.util.longrunning.LongRunningTaskManager
Start some task in a new thread
startLongRunningTask(User, LongRunningTask) - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
startLongRunningTask(User, LongRunningTask) - Method in interface com.atlassian.confluence.util.longrunning.LongRunningTaskManager
Deprecated, for removal: This API element is subject to removal in a future version.
startMonitorThread(Runnable, String) - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskMonitor
 
startOffset - Variable in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
startOffset - Variable in class com.atlassian.confluence.search.v2.AbstractSearch
 
startOffset(int) - Method in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
startOffset(int) - Method in class com.atlassian.confluence.search.v2.DecoratorSearchBuilder
 
startOffset(int) - Method in interface com.atlassian.confluence.search.v2.ISearch.Builder
Specifies the start offset (0 based).
startProcessingJobWithOptimisticLock(long) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
Changes jobs state to PROCESSING only if it's state was not modified.
startProcessingJobWithOptimisticLock(long) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
Changes jobs state to PROCESSING only if it's state was not modified.
startProcessingTime(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
startRecording(Callable<T>) - Method in interface com.atlassian.confluence.mail.embed.MimeBodyPartRecorder
Activate the recorder so that it can record MimeBodyPartRecorder.trackSource(DataSource) calls.
startRecording(Callable<T>) - Method in class com.atlassian.confluence.mail.embed.ThreadLocalMimeBodyPartRecorder
 
startRemovalTimer() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
startRemovalUnderLock(SynchronyEvictionProgress, Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
 
startRemovalUnderLock(SynchronyEvictionProgress, Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.CompositeEvictionProgressTracking
 
startRemovalUnderLock(SynchronyEvictionProgress, Integer) - Method in interface com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgressTracking
Gets called when DB rows are being removed while corresponding synchrony data is locked
startSearch(SynchronyEvictionProgress, SynchronyEvictionSearchType, Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
 
startSearch(SynchronyEvictionProgress, SynchronyEvictionSearchType, Integer) - Method in class com.atlassian.confluence.pages.collab.impl.tracking.CompositeEvictionProgressTracking
 
startSearch(SynchronyEvictionProgress, SynchronyEvictionSearchType, Integer) - Method in interface com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgressTracking
Start searching for content to be removed
startSearchTimer() - Method in class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
startSession(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
startSession(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
Start a new WebSudo session.
startSiteBackup(BackupRestoreSettings) - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
Queues a new site backup job if possible.
startSiteBackup(BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
Queues a new site backup job if possible.
startSiteRestore(BackupRestoreSettings) - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
Queues the new site restore job if possible.
startSiteRestore(BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
Queues the new site restore job if possible.
startSpaceBackup(BackupRestoreSettings) - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
Adds the new space backup job to the queue.
startSpaceBackup(BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
Adds the new space backup job to the queue.
startSpaceDeletionInBackground(long) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.SpaceDeletionBackgroundJobProcessor
Creates a new background job for space removal and starts it.
startSpaceRestore(BackupRestoreSettings) - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
Adds the new space restore job to the queue.
startSpaceRestore(BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
Adds the new space restore job to the queue.
startSplit(ConfluenceMonitoring, String) - Static method in class com.atlassian.confluence.cache.CacheMonitoringUtils
 
startSplit(ConfluenceMonitoring, String, String...) - Static method in class com.atlassian.confluence.cache.CacheMonitoringUtils
startSplit(ConfluenceMonitoring, String, Map<String, String>) - Static method in class com.atlassian.confluence.cache.CacheMonitoringUtils
 
startSplit(String) - Method in interface com.atlassian.confluence.util.profiling.AtlassianInstrumentation.AtlasSplitFactory
Creates a split associated with a timer of a specified name.
startSplit(String) - Static method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentation
Create a started split, using the registered factory.
startSplit(String) - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoring
Creates and starts a split timer associated with the supplied name details.
startSplit(String, String...) - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
startSplit(String, String...) - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoring
startSplit(String, Map<String, String>) - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
startSplit(String, Map<String, String>) - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoring
Creates and starts a split timer associated with the supplied name details.
startTask(AbstractConfigLongRunningTask) - Method in class com.atlassian.confluence.plugins.synchrony.tasks.SynchronyConfigTaskTracker
 
startTask(LongRunningTask) - Static method in class com.atlassian.confluence.util.longrunning.LongRunningTaskUtils
Deprecated.
 
startTask(LongRunningTask, User) - Static method in class com.atlassian.confluence.util.longrunning.LongRunningTaskUtils
Deprecated.
 
startTestMethod() - Method in class com.atlassian.confluence.util.test.timing.TestTimer
 
startup() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
Starts the Synchrony process and returns a Promise<Boolean> which indicates a if startup was successful or not.
startup() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
startup(LifecycleContext) - Method in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
startup(LifecycleContext) - Method in class com.atlassian.confluence.admin.actions.HomeDirsSetupAction
 
startup(LifecycleContext) - Method in class com.atlassian.confluence.admin.actions.SystemInfoOnStartup
 
startup(LifecycleContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.RemigrationLifecycleItem
registers the migration required listener to listen for any plugin enabled events that happen after startup, also runs the remigration if necessary.
startup(LifecycleContext) - Method in class com.atlassian.confluence.impl.index.RemoveIndexWriteLock
 
startup(LifecycleContext) - Method in class com.atlassian.confluence.macro.xhtml.MacroMigrationLifecycleItem
 
startup(LifecycleContext) - Method in class com.atlassian.confluence.schedule.listeners.ManagedScheduledJobsLifecycle
 
startup(LifecycleContext) - Method in class com.atlassian.confluence.schedule.TenantAwareJobReschedulerLifecycle
 
startup(LifecycleContext) - Method in class com.atlassian.confluence.upgrade.PluginFrameworkDependentUpgrader
 
startup(LifecycleContext) - Method in class com.atlassian.confluence.util.SchedulerLifecycle
 
startUp(ServletContext) - Method in class com.atlassian.confluence.impl.setup.DefaultLifecycleManager
 
STARTUP - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
STARTUP_REMIGRATION_DISABLED - Static variable in class com.atlassian.confluence.content.render.xhtml.migration.macro.RemigrationLifecycleItem
 
StartupDelayedStackDumper - Class in com.atlassian.confluence.impl.profiling
Triggers the dump of all threads stack traces to the logs if the application hasn't started up within a given time.
StartupDelayedStackDumper(ScheduledExecutorService, EventListenerRegistrar) - Constructor for class com.atlassian.confluence.impl.profiling.StartupDelayedStackDumper
 
startUpgrade() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusteredZduManager
 
startUpgrade() - Method in interface com.atlassian.confluence.cluster.ZduManager
Start an upgrade.
startUpgrade() - Method in class com.atlassian.confluence.impl.cluster.DefaultZduManager
 
StartupSchemaChecker - Class in com.atlassian.confluence.core.persistence.schema
 
StartupSchemaChecker(SchemaComparisonService, EventPublisher, VersionHistoryDao, TenantAccessor) - Constructor for class com.atlassian.confluence.core.persistence.schema.StartupSchemaChecker
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
startWatching() - Method in class com.atlassian.confluence.mail.notification.actions.PageNotificationAction
 
StashObjectInputStream - Class in com.atlassian.confluence.impl.backuprestore.restore.stash
This class extends the ObjectInputStream class and overrides the resolveClass method.
StashObjectInputStream(InputStream, HibernateMetadataHelper, Set<Class<?>>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectInputStream
Constructs a new StashObjectInputStream with the specified input stream, HibernateMetadataHelper, allowed classes, and a flag indicating whether the deserialization allowlist is enabled.
StashObjectsReader - Interface in com.atlassian.confluence.impl.backuprestore.restore.stash
Reads objects from a storage and returns instances of ImportedObjectV2.
StashObjectsReaderImpl - Class in com.atlassian.confluence.impl.backuprestore.restore.stash
Implementation of StashObjectsReader that reads data from the file where each object is stored in the format: 4 bytes: object length (N) N bytes: object itself When the end of stash is reached, the stash is closed and the file is removed automatically.
StashObjectsReaderImpl(StashObjectsWriter, StashObjectsSerialiser, File) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsReaderImpl
 
StashObjectsReaderImpl(StashObjectsWriter, StashObjectsSerialiser, File, IOFriendlyFunction<File, FileInputStream>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsReaderImpl
 
StashObjectsSerialiser - Class in com.atlassian.confluence.impl.backuprestore.restore.stash
Serialises and deserializes instances of ImportedObjectV2 to the byte arrays.
StashObjectsSerialiser() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsSerialiser
 
StashObjectsSerialiser(HibernateMetadataHelper) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsSerialiser
 
StashObjectsSerialiser(HibernateMetadataHelper, Set<Class<?>>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsSerialiser
 
StashObjectsWriter - Interface in com.atlassian.confluence.impl.backuprestore.restore.stash
Writes ImportedObjectV2 objects to a storage.
StashObjectsWriterImpl - Class in com.atlassian.confluence.impl.backuprestore.restore.stash
Implementation of StashObjectsWriter that stores data to the file where each object is stored in the format: 4 bytes: object length (N) N bytes: object itself
StashObjectsWriterImpl(StashObjectsSerialiser, File) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriterImpl
 
StashObjectsWriterImpl(StashObjectsSerialiser, File, IOFriendlyFunction<File, FileOutputStream>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriterImpl
 
state - Variable in class com.atlassian.integrationtest.confluence.api.impl.service.content.AbstractServerStateIntegrationTest
Deprecated.
 
state - Variable in class it.com.atlassian.confluence.AbstractInjectableStateTest
 
State() - Constructor for class com.atlassian.confluence.plugins.keyboardshortcuts.ShortcutSettingsResource.State
 
stateChanged(LifecycleEvent) - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.QueryCacheSplitBrainDetector
 
StateChangeInformation - Class in com.atlassian.confluence.security.denormalisedpermissions
Contains the information about the denormalised service state change
StateChangeInformation(long, String, StateChangeInformation.MessageLevel, long) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation
 
StateChangeInformation.MessageLevel - Enum Class in com.atlassian.confluence.security.denormalisedpermissions
 
STATIC_RESOURCE_URL_PREFIX - Static variable in class com.atlassian.confluence.setup.velocity.WebResourceContextItemProvider
 
StaticEnricherFilter - Class in com.atlassian.confluence.plugins.restapi.enrich
Provides static access to the enrichment stack, this is provided to allow our rest doc to generate accurate examples
StaticEnricherFilter() - Constructor for class com.atlassian.confluence.plugins.restapi.enrich.StaticEnricherFilter
 
StaticHttpContext - Class in com.atlassian.confluence.web.context
Makes static calls to Struts then ServletContextThreadLocal to retrieve the relevant objects for the current HTTP request.
StaticHttpContext() - Constructor for class com.atlassian.confluence.web.context.StaticHttpContext
 
StaticLengthLimitedStringBuilder - Class in com.atlassian.confluence.search.v2.extractor.util
 
StaticLengthLimitedStringBuilder(int) - Constructor for class com.atlassian.confluence.search.v2.extractor.util.StaticLengthLimitedStringBuilder
Constructs a string builder with the specified maximum length.
StaticLengthLimitedStringBuilder(int, AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR) - Constructor for class com.atlassian.confluence.search.v2.extractor.util.StaticLengthLimitedStringBuilder
 
StaticRenderingAction - Class in com.atlassian.confluence.xss
Action that statically renders the specified Velocity template via VelocityHelperService.getRenderedTemplate(String, java.util.Map)
StaticRenderingAction() - Constructor for class com.atlassian.confluence.xss.StaticRenderingAction
 
StaticResourceUrlPrefixFunction - Class in com.atlassian.confluence.plugins.soy
Returns the static web resources URL prefix as a string.
StaticResourceUrlPrefixFunction(WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.plugins.soy.StaticResourceUrlPrefixFunction
 
staticSuffixes - Static variable in class com.atlassian.confluence.web.filter.AbstractStaticResourceAwareFilter
 
STATISTICS - Static variable in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
STATISTICS - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
statisticsCollector - Variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
StatisticsCollector - Class in com.atlassian.confluence.impl.backuprestore.statistics
Responsible for collecting statistics about backup/restore jobs, plus updating the db records (without affecting the performance).
StatisticsCollector(long, JobScope, JobOperation, EventPublisher, BackupRestoreJobDao, ParallelTasksExecutor) - Constructor for class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
StatisticsCollectorFactory - Class in com.atlassian.confluence.impl.backuprestore.statistics
Allows to create statistic collector factory.
StatisticsCollectorFactory() - Constructor for class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollectorFactory
 
STATS_COMPACTION_ENABLED - Static variable in class com.atlassian.confluence.cache.ehcache.EhCacheCompactor
 
status - Enum constant in enum class com.atlassian.confluence.api.model.content.Content.IdProperties
 
status() - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResource
 
status(ContentStatus) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
status(ContentStatus) - Method in class com.atlassian.confluence.api.model.content.ContentSelector.ContentSelectorBuilder
 
status(SpaceStatus) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
status(UserStatus) - Method in class com.atlassian.confluence.api.model.people.KnownUser.Builder
 
status(String) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskSubmission.LongTaskSubmissionBuilder
 
STATUS - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
STATUS - Static variable in class com.atlassian.confluence.api.model.people.User.Expansions
 
STATUS - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
STATUS_COPIED_PAGES - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
STATUS_COPYING_PAGES - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
STATUS_DELETED_PAGES - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
STATUS_DELETING_PAGES - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
STATUS_LAST_MODIFIER - Static variable in class com.atlassian.confluence.importexport.xmlimport.persister.ContentPropertyPersisterFactory
Deprecated.
 
STATUS_MOVING_PAGES - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
STATUS_RELINK_PAGES - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
STATUS_UPDATE - Static variable in class com.atlassian.confluence.legacyapi.model.content.ContentType
Deprecated.
 
statusCode(int) - Method in class com.atlassian.confluence.rest.v2.api.model.RestError.Builder
 
statuses - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
statusPredicate(List<ContentStatus>) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
statusTextRenderer - Variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
statusTextRenderer - Variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
StatusTextRenderer - Interface in com.atlassian.confluence.userstatus
Deprecated.
Since 5.9.1 Responsible for converting status text into displayable HTML. Will auto-link URLs, wiki inline markup and hash-tags.
StaxStreamMarshaller<T> - Interface in com.atlassian.confluence.content.render.xhtml
Marshals the specified object to a StAX stream.
StaxUtils - Class in com.atlassian.confluence.content.render.xhtml
 
StaxUtils() - Constructor for class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
STEMMER_LANGUAGE - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.EnglishAnalyzerProvider
 
StemmerOverrideTokenFilterProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
Provides stemmer override token filter
StemmerOverrideTokenFilterProvider(List<String>) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StemmerOverrideTokenFilterProvider
 
StemmerTokenFilterProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
Provides stemmer token filter
StemmerTokenFilterProvider(String) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StemmerTokenFilterProvider
 
STEP_SIZE_RECENTLY_UPDATED_PAGE_COUNT - Static variable in class com.atlassian.confluence.user.UserInterfaceState
 
stop() - Method in interface com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventService
Deprecated.
 
stop() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastExecutorClusterEventService
Deprecated.
 
stop() - Static method in class com.atlassian.confluence.event.events.analytics.HttpRequestStats
 
stop() - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsCollector.Timer
 
stop() - Method in class com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider
Deprecated.
 
stop() - Method in class com.atlassian.confluence.impl.profiling.StartupDelayedStackDumper
 
stop() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager
Terminates the Synchrony process.
stop() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
stop() - Method in class com.atlassian.confluence.test.apacheds.EmbeddedApacheDS
 
stop() - Method in interface com.atlassian.confluence.util.profiling.AtlassianInstrumentation.AtlasSplit
Stops the timer split and records the result.
stop() - Method in interface com.atlassian.confluence.util.profiling.Split
Stops the timing split.
stop() - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
stop(long, TimeUnit) - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
stop(long, TimeUnit) - Method in interface com.atlassian.confluence.util.longrunning.LongRunningTaskManager
Deprecated, for removal: This API element is subject to removal in a future version.
stop(MacroRenderingMonitor.MacroRendering) - Method in class com.atlassian.confluence.internal.diagnostics.MacroRenderingMonitor
 
stop(LongRunningTask) - Method in class com.atlassian.confluence.internal.diagnostics.LongRunningTaskMonitor
 
stop(String) - Method in class com.atlassian.confluence.impl.search.actions.Timer
 
stop(Duration) - Method in interface com.atlassian.confluence.util.longrunning.LongRunningTaskManager
Stop accepting new long running tasks.
STOP_TASK_POLLING_INTERVAL - Static variable in class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
STOP_WORDS - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.EnglishAnalyzerProvider
 
stopActivity() - Method in class com.atlassian.confluence.pages.actions.HeartbeatAction
 
stopActivity(HeartbeatManager.ActivityKey, ConfluenceUser) - Method in interface com.atlassian.confluence.core.HeartbeatManager
Remove a user from the active participants from the specified activity
stopActivity(String, User) - Method in interface com.atlassian.confluence.core.HeartbeatManager
Deprecated, for removal: This API element is subject to removal in a future version.
stopActivity(String, User) - Method in class com.atlassian.confluence.impl.health.DefaultHeartbeatManager
 
stopActivity(String, String) - Method in interface com.atlassian.confluence.core.HeartbeatManager
Deprecated, for removal: This API element is subject to removal in a future version.
stopActivity(String, String) - Method in class com.atlassian.confluence.impl.health.DefaultHeartbeatManager
 
stopActivity(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
Removes a user as an active participant to the specified activity
stopActivity(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Call stopActivity on the heartbeat manager bean
stopActivity(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
stopActivity(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
stopActivity(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
Call stopActivity on the heartbeat manager bean
stopActivity(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
stopActivity(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
stopActivity(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Call stopActivity on the heartbeatManager bean
stopActivity(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
stopAndCheckTiming() - Method in interface com.atlassian.confluence.util.profiling.DurationThresholdWarningTimingHelper.Timer
 
StopBatchProcessingException - Exception in com.atlassian.confluence.impl.hibernate.bulk
An exception to indicate that we should stop batch processing
StopBatchProcessingException(String) - Constructor for exception com.atlassian.confluence.impl.hibernate.bulk.StopBatchProcessingException
 
stopCluster() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
stopCluster() - Method in interface com.atlassian.confluence.impl.cluster.ClusterManagerInternal
Stop the clustering service
stopCluster() - Method in class com.atlassian.testsupport.NonClusterManager
 
stopMigration() - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
 
STOPPING - Enum constant in enum class com.atlassian.confluence.server.ApplicationState
The application is shutting down
StopTokenFilterProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
Provides stopwords token filter
StopTokenFilterProvider(String) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StopTokenFilterProvider
 
stopTrackingLongRunningTask(LongRunningTaskId) - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
stopTrackingLongRunningTask(LongRunningTaskId) - Method in interface com.atlassian.confluence.util.longrunning.LongRunningTaskManager
Clean up an old task.
stopWatching() - Method in class com.atlassian.confluence.mail.notification.actions.PageNotificationAction
 
storage - Variable in class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Deprecated.
 
Storage - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.macro.annotation.Format
Confluence XHTML storage format.
STORAGE - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.MarshallingType
 
STORAGE - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.ContentRepresentation
Deprecated.
Raw database format, for content that stores data in our wiki storage format
STORAGE - Static variable in class com.atlassian.confluence.api.model.content.ContentRepresentation
Raw database format, for content that stores data in our XML storage format
STORAGE_DATE_FORMAT - Static variable in class com.atlassian.confluence.content.render.xhtml.model.time.Time
 
STORAGE_DECLARATION_GROUP_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_FORMAT_CHEESE_MACRO - Static variable in class com.atlassian.integrationtest.utils.ItStateManager
 
STORAGE_KEY_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_LIST_OPTION_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_LIST_OPTION_VALUE_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_LIST_VAR_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_NAME_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_NAMESPACES - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
STORAGE_NOAUTOESCAPE_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_OLD_RAW_XHTML_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
Deprecated.
STORAGE_RAW_XHTML_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_STRING_VAR_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_TEXT_AREA_COLUMNS_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_TEXT_AREA_ROWS_ATTR - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_TEXT_AREA_VAR_TAG - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_USAGE_I18N - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_USAGE_VARIABLE - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
STORAGE_VERSION_1 - Static variable in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
STORAGE_VERSION_2 - Static variable in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
StorageAttachmentResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
StorageAttachmentResourceIdentifierMarshaller(XmlStreamWriterTemplate, Marshaller<ResourceIdentifier>, AttachmentManager, ContentEntityManager, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageAttachmentResourceIdentifierMarshaller
 
StorageBlogPostResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
StorageBlogPostResourceIdentifierMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageBlogPostResourceIdentifierMarshaller
 
StorageContentEntityResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
StorageContentEntityResourceIdentifierMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageContentEntityResourceIdentifierMarshaller
 
StorageEmbeddedImageMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.embed
 
StorageEmbeddedImageMarshaller(XmlStreamWriterTemplate, Marshaller<ResourceIdentifier>, MarshallingRegistry) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedImageMarshaller
 
StorageEmbeddedImageUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.embed
 
StorageEmbeddedImageUnmarshaller(Unmarshaller<ResourceIdentifier>, XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedImageUnmarshaller
 
StorageEmoticonMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.inline
 
StorageEmoticonMarshaller(XMLOutputFactory, MarshallingRegistry) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.inline.StorageEmoticonMarshaller
 
StorageEmoticonUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.inline
 
StorageEmoticonUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.inline.StorageEmoticonUnmarshaller
 
storageFormat - Variable in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
The current content in storageFormat ready for saving.
storageFormatCleaner - Variable in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
StorageFormatCleaner - Interface in com.atlassian.confluence.content.render.xhtml
Responsible for cleaning supplied XML content into a form that is balanced and free of any insecure markup.
StorageFormatCleaner.AppliedRuleDescription - Class in com.atlassian.confluence.content.render.xhtml
A description of a rule that was applied during the cleaning of content.
StorageFormatCleaner.Result - Class in com.atlassian.confluence.content.render.xhtml
The complete results of a clean up operation.
StorageFormatConstants - Class in com.atlassian.confluence.core
 
StorageFormatConstants() - Constructor for class com.atlassian.confluence.core.StorageFormatConstants
 
StorageFormatUserRewriter - Class in com.atlassian.confluence.importexport.impl
Provides facilities for extracting and rewriting storage format content that contains UserKeys as components of UserResourceIdentifiers.
StorageFormatUserRewriter(XmlEventReaderFactory, XmlOutputFactory, Unmarshaller<UserResourceIdentifier>, Marshaller<UserResourceIdentifier>) - Constructor for class com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter
 
StorageFormatUserRewriter.RewriteResult - Class in com.atlassian.confluence.importexport.impl
Represents the results of the content rewrite operation.
StorageHtmlAnchorElementTransformer - Class in com.atlassian.confluence.content.render.xhtml.storage
Checks to see if the 'link.openInNewWindow' dark feature is enabled, and if it is not, then it removes any stray target attributes for storage.
StorageHtmlAnchorElementTransformer(XMLEventFactoryProvider, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.StorageHtmlAnchorElementTransformer
 
StorageImageAttributeParser - Class in com.atlassian.confluence.content.render.xhtml.storage.embed
Extend the EditorImageAttributeParser to handle some additional attributes that are found in storage format.
StorageImageAttributeParser(DefaultEmbeddedImage) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageImageAttributeParser
 
StorageImageAttributeWriter - Class in com.atlassian.confluence.content.render.xhtml.storage.embed
 
StorageImageAttributeWriter(XMLStreamWriter) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageImageAttributeWriter
 
StorageInlineCommentMarkerMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
 
StorageInlineCommentMarkerMarshaller(XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker.StorageInlineCommentMarkerMarshaller
 
StorageInlineCommentMarkerUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
 
StorageInlineCommentMarkerUnmarshaller(XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker.StorageInlineCommentMarkerUnmarshaller
 
StorageInlineTaskConstants - Class in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
 
StorageInlineTaskConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
StorageInlineTaskMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
 
StorageInlineTaskMarshaller(XMLOutputFactory, MarshallingRegistry) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskMarshaller
 
StorageInlineTaskUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
 
StorageInlineTaskUnmarshaller(XmlEventReaderFactory, MarshallingRegistry) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskUnmarshaller
 
StorageJsonPropertyManager - Class in com.atlassian.confluence.plugins.contentproperty
Manages the actual loading and storing of content and space properties stored in CustomContentEntityObjects.
StorageLegacyPageLayoutUnMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
Converts the divs uses by the old format into shiny new Page Layouts Two objects.
StorageLegacyPageLayoutUnMarshaller(XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StorageLegacyPageLayoutUnMarshaller
 
StorageLinkBodyMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.link
Marshall a LinkBody to storage format.
StorageLinkBodyMarshaller(Marshaller<EmbeddedImage>, XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkBodyMarshaller
 
StorageLinkConstants - Class in com.atlassian.confluence.content.render.xhtml.storage.link
 
StorageLinkConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
StorageLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.link
 
StorageLinkMarshaller(XmlStreamWriterTemplate, Marshaller<ResourceIdentifier>, Marshaller<LinkBody>, MarshallingRegistry) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkMarshaller
 
StorageLinkUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.link
 
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier>, List<Unmarshaller<LinkBody>>, XmlEventReaderFactory, ResourceIdentifierContextUtility) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkUnmarshaller
 
StorageMacroBodyParser - Interface in com.atlassian.confluence.content.render.xhtml.storage.macro
An interface to logic that parses macro data, extracting the correct form of the body.
StorageMacroConstants - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
 
StorageMacroConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
StorageMacroFragmentTransformerFactory - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
A factory for producing macro-related macro storage format FragmentTransformers.
StorageMacroFragmentTransformerFactory(XmlEventReaderFactory, XmlOutputFactory, MacroParameterTypeParser, MacroMetadataManager, LinkMarshallingFactory, MacroManager, StorageMacroBodyParser, MacroIdSupplier, MacroSchemaMigrator) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroFragmentTransformerFactory
 
StorageMacroUtil - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
 
StorageMacroUtil() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroUtil
 
StorageMacroV1Marshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
 
StorageMacroV1Marshaller(XmlOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV1Marshaller
 
StorageMacroV1Unmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
Parses XHTML containing ac:macro elements and their parameters.
StorageMacroV1Unmarshaller(XmlEventReaderFactory, MacroParameterTypeParser, StorageMacroBodyParser) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV1Unmarshaller
 
StorageMacroV2Marshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
Marshals a MacroDefinition into macro v2 storage format.
StorageMacroV2Marshaller(XmlOutputFactory, MacroMetadataManager, Marshaller<ResourceIdentifier>, Marshaller<Link>, MacroParameterTypeParser, MacroIdSupplier, MacroSchemaMigrator, MacroManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV2Marshaller
 
StorageMacroV2Unmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
Parses XHTML containing ac:structured-macro elements and their parameters.
StorageMacroV2Unmarshaller(XmlEventReaderFactory, MacroMetadataManager, Unmarshaller<ResourceIdentifier>, Unmarshaller<Link>, StorageMacroBodyParser, MacroManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV2Unmarshaller
 
StoragePageLayoutConstants - Class in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
XML constants for storing PageLayouts.
StoragePageLayoutConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutConstants
 
StoragePageLayoutMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
 
StoragePageLayoutMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutMarshaller
 
StoragePageLayoutUnMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
 
StoragePageLayoutUnMarshaller(XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutUnMarshaller
 
StoragePageResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
StoragePageResourceIdentifierMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StoragePageResourceIdentifierMarshaller
 
StoragePlaceholderConstants - Class in com.atlassian.confluence.content.render.xhtml.storage.placeholder
 
StoragePlaceholderConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.placeholder.StoragePlaceholderConstants
 
StoragePlaceholderMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.placeholder
 
StoragePlaceholderMarshaller(XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.placeholder.StoragePlaceholderMarshaller
 
StoragePlaceholderUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.placeholder
 
StoragePlaceholderUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.placeholder.StoragePlaceholderUnmarshaller
 
StoragePlainTextLinkBodyUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.link
Handle a link body that is expected to contain only HTML encoded character data.
StoragePlainTextLinkBodyUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.link.StoragePlainTextLinkBodyUnmarshaller
 
StorageResourceIdentifierConstants - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
StorageResourceIdentifierConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
StorageResourceIdentifierUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
StorageResourceIdentifierUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierUnmarshaller
 
StorageRichTextLinkBodyUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.link
A link body unmarshaller that will handle any 'rich-text' style link bodies.
StorageRichTextLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage>, XMLOutputFactory, XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.link.StorageRichTextLinkBodyUnmarshaller
 
StorageShortcutResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
StorageShortcutResourceIdentifierMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageShortcutResourceIdentifierMarshaller
 
StorageSpaceResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
StorageSpaceResourceIdentifierMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageSpaceResourceIdentifierMarshaller
 
StorageTimeConstants - Class in com.atlassian.confluence.content.render.xhtml.storage.time
 
StorageTimeConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeConstants
 
StorageTimeMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.time
 
StorageTimeMarshaller(XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeMarshaller
 
StorageTimeUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.time
 
StorageTimeUnmarshaller(TimeModelDecorator) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeUnmarshaller
 
StorageToEditorTemplateVariablesTransformer - Class in com.atlassian.confluence.plugins.templates.transformer
 
StorageToEditorTemplateVariablesTransformer(XmlOutputFactory, XmlEventReaderFactory, ContextPathHolder, TemplateI18nHandler, XMLEventFactoryProvider) - Constructor for class com.atlassian.confluence.plugins.templates.transformer.StorageToEditorTemplateVariablesTransformer
 
StorageToViewTemplateVariablesTransformer - Class in com.atlassian.confluence.plugins.templates.transformer
 
StorageToViewTemplateVariablesTransformer(XmlOutputFactory, XmlEventReaderFactory, XMLEventFactoryProvider) - Constructor for class com.atlassian.confluence.plugins.templates.transformer.StorageToViewTemplateVariablesTransformer
 
StorageUrlResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
StorageUrlResourceIdentifierMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUrlResourceIdentifierMarshaller
 
StorageUserResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
Marshals UserResourceIdentifiers to storage format.
StorageUserResourceIdentifierMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUserResourceIdentifierMarshaller
 
StorageUserResourceIdentifierUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
StorageUserResourceIdentifierUnmarshaller() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUserResourceIdentifierUnmarshaller
 
StorageXhtmlTransformer - Class in com.atlassian.confluence.content.render.xhtml.storage
 
StorageXhtmlTransformer(XmlEventReaderFactory, FragmentTransformer) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.StorageXhtmlTransformer
 
StorageXhtmlValidator - Class in com.atlassian.confluence.content.render.xhtml.validation
Validates storage XHTML.
StorageXhtmlValidator() - Constructor for class com.atlassian.confluence.content.render.xhtml.validation.StorageXhtmlValidator
 
store(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping.Builder
 
store(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping.Builder
 
store(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.DateFieldMapping.Builder
 
store(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.DoubleFieldMapping.Builder
 
store(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.FloatFieldMapping.Builder
 
store(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.IntFieldMapping.Builder
 
store(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.LongFieldMapping.Builder
 
store(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping.Builder
 
store(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping.Builder
 
store(BandanaContext, String, Object) - Method in class com.atlassian.confluence.impl.bandana.ReadThroughCachingBandanaPersister
 
store(BandanaContext, String, Object) - Method in interface com.atlassian.bandana.BandanaPersister
Deprecated.
Store a context/key/value triplet.
store(BandanaContext, String, Object) - Method in class com.atlassian.bandana.impl.MemoryBandanaPersister
Deprecated.
 
store(BandanaContext, String, Object) - Method in class com.atlassian.confluence.impl.bandana.TransactionalBandanaPersister
 
store(BandanaContext, String, Object) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
Deprecated.
 
store(BandanaContext, String, Object) - Method in class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
 
store(IncrementalSyncSubscriptionEntity) - Method in class com.atlassian.confluence.impl.incrementalsync.dao.HibernateIncrementalSyncSubscriptionDao
 
store(IncrementalSyncSubscriptionEntity) - Method in interface com.atlassian.confluence.impl.incrementalsync.IncrementalSyncSubscriptionDao
store(IncrementalSyncSubscription) - Method in class com.atlassian.confluence.impl.incrementalsync.CachingIncrementalSyncSubscriptionManager
 
store(IncrementalSyncSubscription) - Method in class com.atlassian.confluence.impl.incrementalsync.DefaultIncrementalSyncSubscriptionManager
 
store(IncrementalSyncSubscription) - Method in interface com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionManager
Add or update an IncrementalSyncSubscription.
storeAliasTombstone(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
storeAndGetAliasedKey(String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetApplication(String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetApplication(String, ApplicationType) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetNotification() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetNotification(Space) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetPageAttachment(ContentEntityObject) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetPageAttachment(ContentEntityObject, String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetPageAttachmentVersion(ContentEntityObject, String, Attachment) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetSecrets(String, String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestBlogPost() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestBlogPost(Space) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestBlogPost(Space, String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestBlogPost(Space, String, String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestBlogPost(Space, String, String, ConfluenceUser) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestBlogsTx(Space, int) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Creates blogs in a new transaction.
storeAndGetTestChildCommentsTx(ContentEntityObject, Comment, int) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Creates unresolved child comments in a new transaction.
storeAndGetTestChildPage(Space, Page, String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestChildPage(Space, Page, String, String, Page) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestChildPagesTx(Page, int) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Creates child pages in a new transaction.
storeAndGetTestComment(ContentEntityObject) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestContent(ContentType) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestInlineCommentsTx(ContentEntityObject, int) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Creates unresolved inline comments in a new transaction.
storeAndGetTestPage() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestPage(Space) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestPage(Space, String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestPage(Space, String, String, Page) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestPage(Space, String, String, Page, ConfluenceUser) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestPagesTx(Space, int) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Creates pages in a new transaction.
storeAndGetTestPagesWithBodyOfSizeInMBTx(Space, int, int) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Creates pages with body size mentioned in a new transaction.
storeAndGetTestResolvedCommentListTx(Page, int) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Creates resolved (page-level or inline) comments in a new transaction.
storeAndGetTestSpace() - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestSpace(String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAndGetTestSpace(String, SpaceType) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
storeAttributes(Group, Map<String, Set<String>>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
storeAttributes(Group, Map<String, Set<String>>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
storeAttributes(User, Map<String, Set<String>>, boolean) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
storeAttributes(User, Map<String, Set<String>>, boolean) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
storeBlogEntry(RemoteBlogEntry) - Method in class com.atlassian.confluence.rpc.soap.services.BlogsSoapService
 
storeBlogEntry(String, RemoteBlogEntry) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
storeBlogEntry(String, RemoteBlogEntry) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
storeBlogEntry(String, RemoteBlogEntry) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
storeBlogEntry(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
storeBlogEntry(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
storeCaptcha(String, Captcha) - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
storeCaptcha(String, Captcha, Locale) - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
storeCrowdSyncToken(ConfluenceUser, String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
StoredFieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Deprecated.
since 8.6. Use FieldMapping and set index=false instead.
StoredFieldDescriptor(FieldMapping, String) - Constructor for class com.atlassian.confluence.plugins.index.api.StoredFieldDescriptor
Deprecated.
 
StoredFieldDescriptor(String, String) - Constructor for class com.atlassian.confluence.plugins.index.api.StoredFieldDescriptor
Deprecated.
 
storeEventsTombstone(String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
storeEventsTombstoneForApplication(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
storeEventsTombstoneForDirectory(String, long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
storeGroupMembershipTombstone(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
storeGroupTombstones(long, Collection<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
storeKeyPair(String, KeyPair) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateKeyStoreDao
 
storeKeyPair(String, KeyPair) - Method in interface com.atlassian.confluence.security.trust.KeyStore
Stores a key pair against a key alias.
storeModeChangeTime() - Method in class com.atlassian.confluence.plugins.synchrony.service.CollaborativeEditingModeDuration
Store the current time in the database.
storePage(RemotePage) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
storePage(String, RemotePage) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
storePage(String, RemotePage) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
storePage(String, RemotePage) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
storePage(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
storePage(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
storePublicKey(String, PublicKey) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.HibernateKeyStoreDao
 
storePublicKey(String, PublicKey) - Method in interface com.atlassian.confluence.security.trust.KeyStore
Stores a public key against a key alias.
storeRecord(AuditRecordEntity) - Method in interface com.atlassian.confluence.internal.audit.persistence.dao.AuditRecordDao
Deprecated.
 
storeRecord(AuditRecordEntity) - Method in class com.atlassian.confluence.internal.audit.persistence.dao.hibernate.HibernateAuditRecordDao
Deprecated.
 
storeResource(AttachmentResource, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultFileUploadManager
 
storeResource(AttachmentResource, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.FileUploadManager
Stores the attachmentResource as an Attachment on the specified content object.
storeResources(Collection<AttachmentResource>, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultFileUploadManager
 
storeResources(Collection<AttachmentResource>, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.FileUploadManager
Stores the attachmentResource as an Attachment on the specified content object.
storeSpace(RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
storeSpace(String, RemoteSpace) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
since 9.3.0, use below rest apis instead: create space: SpaceService.create(Space, boolean) update space: SpaceService.update(Space)
storeSpace(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
storeSpace(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
storeSpace(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
storeSpace(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
storeSynchronisationTokenForDirectory(long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationTokenDao
 
storeToken(UserVerificationToken) - Method in class com.atlassian.confluence.user.persistence.dao.BandanaUserVerificationTokenDao
 
storeToken(UserVerificationToken) - Method in interface com.atlassian.confluence.user.persistence.dao.UserVerificationTokenDao
 
storeUserMembershipTombstone(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
storeUserTombstones(long, Collection<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateTombstoneDao
 
storeXhtmlPage(String, Hashtable) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
storeXhtmlPage(String, Hashtable) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
The Confluence remote API store page performs wiki to XHTML conversion on the page content.
storeXhtmlPage(String, Hashtable) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
str() - Method in record class com.atlassian.confluence.core.HeartbeatManager.ActivityKey
Returns the value of the str record component.
Streamable - Interface in com.atlassian.confluence.content.render.xhtml
Represents some data that may be streamed out to a writer.
StreamableMacro - Interface in com.atlassian.confluence.macro
Macro that consumes and produces Streamables instead of Strings.
StreamableMacroAdapter - Class in com.atlassian.confluence.macro
Adapter for the StreamableMacro interface that provides a default implementation of the redundant execute method.
StreamableMacroAdapter() - Constructor for class com.atlassian.confluence.macro.StreamableMacroAdapter
 
Streamables - Class in com.atlassian.confluence.content.render.xhtml
Convenience class for common operations to construct or convert Streamable instances.
Streamables() - Constructor for class com.atlassian.confluence.content.render.xhtml.Streamables
 
streamAll(AlertCriteria, RowCallback<AlertEntity>, PageRequest) - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
streamByIds(Collection<Long>, RowCallback<AlertEntity>) - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
streamingStart() - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsCollector
Start timing the streaming phase.
StreamItem - Class in com.atlassian.confluence.plugins.edgeindex.rest
 
StreamItem - Class in com.atlassian.confluence.plugins.rest.jackson2.dto
 
StreamItem() - Constructor for class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
StreamItem() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
StreamItem(long, String, String, UserDto, String, int, int) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
StreamItem(long, String, String, UserDto, String, String, int, int, List<CountItem>) - Constructor for class com.atlassian.confluence.plugins.edgeindex.rest.StreamItem
 
StreamItemFactory - Class in com.atlassian.confluence.plugins.edgeindex.rest
 
StreamItemFactory(ContextPathHolder, UserDtoFactory, DateEntityFactory, ContentEntityHelper, EdgeTypeRepository, ContentUiSupport<ContentEntityObject>) - Constructor for class com.atlassian.confluence.plugins.edgeindex.rest.StreamItemFactory
 
streamMetrics(AlertCriteria, RowCallback<AlertMetric>, PageRequest) - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
streamMinimalAlerts(AlertCriteria, RowCallback<MinimalAlertEntity>, PageRequest) - Method in class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao
 
StreamResource - Class in com.atlassian.confluence.plugins.edgeindex.rest
 
StreamResource(TransactionTemplate, EdgeQueries, EdgeTypeRepository, StreamItemFactory) - Constructor for class com.atlassian.confluence.plugins.edgeindex.rest.StreamResource
 
streamResponse(InputStream, OutputStream) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
Captures and publishes analytics about the attachment streaming.
streamResponse(InputStream, OutputStream) - Method in class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
 
StreamResultCallback(HttpServletRequest, HttpServletResponse) - Constructor for class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload.StreamResultCallback
 
StreamUnzipper - Class in com.atlassian.confluence.util.zip
Stream based ZIP extractor
StreamUnzipper(InputStream, File) - Constructor for class com.atlassian.confluence.util.zip.StreamUnzipper
Construct a stream unzipper
StreamZipWriter - Class in com.atlassian.confluence.impl.backuprestore.backup.container
Compresses a data stream into a zip archive.
StreamZipWriter(OutputStream, ParallelScatterZipCreator) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.container.StreamZipWriter
 
STRING - Enum constant in enum class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator.SupportedType
 
STRING - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreference.PreferenceType
 
STRING - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
STRING - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A raw string, or some other type not handled by confluence.
STRING - Enum constant in enum class com.atlassian.confluence.plugins.contentproperty.index.schema.SchemaFieldType
Indexed, not stored, not tokenized.
STRING - Enum constant in enum class com.atlassian.confluence.search.v2.SearchSort.Type
 
STRING_TO_SECTION_TYPE_MAP - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutUnMarshaller
 
STRING_UTILS - Enum constant in enum class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider.ContextItems
 
StringBuilderWriter - Class in com.atlassian.confluence.search.v2.extractor.util
Writer that writes to given StringBuilder.
StringBuilderWriter(AbstractLengthLimitedStringBuilder) - Constructor for class com.atlassian.confluence.search.v2.extractor.util.StringBuilderWriter
 
StringContentPropertyAliasFieldHandler - Class in com.atlassian.confluence.plugins.contentproperty.search.fields
A Field handler for a string content property field alias.
StringContentPropertyAliasFieldHandler(String, ContentPropertySchemaField, boolean) - Constructor for class com.atlassian.confluence.plugins.contentproperty.search.fields.StringContentPropertyAliasFieldHandler
 
StringFieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Deprecated.
StringFieldDescriptor(FieldMapping, String) - Constructor for class com.atlassian.confluence.plugins.index.api.StringFieldDescriptor
Deprecated.
 
StringFieldDescriptor(String, String, FieldDescriptor.Store) - Constructor for class com.atlassian.confluence.plugins.index.api.StringFieldDescriptor
Deprecated.
 
StringFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for keywords or non analyzed text.
StringFieldMapping(StringFieldMapping.Builder) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping
 
StringFieldMapping.Builder - Class in com.atlassian.confluence.plugins.index.api.mapping
 
StringHyphenBean - Class in com.atlassian.confluence.util
 
StringHyphenBean() - Constructor for class com.atlassian.confluence.util.StringHyphenBean
 
StringHyphenBean(int) - Constructor for class com.atlassian.confluence.util.StringHyphenBean
 
StringParsingContextProvider - Class in com.atlassian.confluence.content.service.page
A CreateContextProvider which returns a context based on a supplied query string.
StringParsingContextProvider() - Constructor for class com.atlassian.confluence.content.service.page.StringParsingContextProvider
 
stringSerializer() - Static method in class com.atlassian.confluence.util.sandbox.SandboxSerializers
 
stringToDate(String) - Static method in class com.atlassian.confluence.search.v2.lucene.LuceneUtils
Converts a String from the Lucene index format into a Date.
stringToQuery(String) - Method in class com.atlassian.confluence.search.v2.QuerySerializer
Convert a string-form query back into object form.
stringValue() - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreference
 
StringVariable - Class in com.atlassian.confluence.pages.templates.variables
 
StringVariable() - Constructor for class com.atlassian.confluence.pages.templates.variables.StringVariable
 
StringVariable(String) - Constructor for class com.atlassian.confluence.pages.templates.variables.StringVariable
 
StringVariable(String, String) - Constructor for class com.atlassian.confluence.pages.templates.variables.StringVariable
 
stripContextPathFromRequestURL(HttpServletRequest, String) - Static method in class com.atlassian.confluence.util.SeraphUtils
 
StripDaisyDiffDataPostProcessor - Class in com.atlassian.confluence.diff
Strips daisydiff specific attributes from document.
StripDaisyDiffDataPostProcessor() - Constructor for class com.atlassian.confluence.diff.StripDaisyDiffDataPostProcessor
 
StripEmptySpansDiffPostProcessor - Class in com.atlassian.confluence.diff
CONFDEV-6604 A DiffPostProcessor that removes any empty span elements from the document, since these are invalid html and make IE8 fail to render the page correctly.
StripEmptySpansDiffPostProcessor() - Constructor for class com.atlassian.confluence.diff.StripEmptySpansDiffPostProcessor
 
stripFirstParagraph(String) - Method in class com.atlassian.confluence.xml.HTMLParagraphStripper
Removes the first encountered paragraph from a fragment of xhtml if it is the first tag.
stripIfSoloParagraph(String) - Method in class com.atlassian.confluence.xml.HTMLParagraphStripper
Removes the first encountered paragraph from a fragment of xhtml if it is the first tag.
stripIllegalControlChars(CharSequence) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Removes control characters from a CharSequence so that it can be parsed by a Stax parser.
stripQuotesFromName(String) - Static method in class com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
 
stripSlashes(String) - Static method in class com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet
 
stripStaticResourcePrefix(String) - Static method in class com.atlassian.confluence.importexport.impl.ExportPathUtils
Returns the path without the static resource prefix by stripping everything from '/s/' to '/_'
stripTags(String) - Static method in class com.atlassian.confluence.util.HTMLSearchableTextUtil
 
stripTags(String, String) - Static method in class com.atlassian.confluence.util.HTMLSearchableTextUtil
 
stripTags(String, String[]) - Static method in class com.atlassian.confluence.util.HTMLSearchableTextUtil
 
stripTags(String, String, String[]) - Static method in class com.atlassian.confluence.util.HTMLSearchableTextUtil
 
StripToContextDiffPostProcessor - Class in com.atlassian.confluence.diff
A DiffPostProcessor that will return a document containing only the blocks of content that are either containing a diff or are context for a diff.
StripToContextDiffPostProcessor(String, String) - Constructor for class com.atlassian.confluence.diff.StripToContextDiffPostProcessor
 
stripToPlainText(String) - Method in class com.atlassian.confluence.pages.actions.PageNotFoundAction
Strip a supplied String of HTML, removing tags and making it suitable for display as a summary.
STRUCTURED_MACRO - Static variable in class com.atlassian.confluence.core.StorageFormatConstants
 
STRUTS2_EXECUTE - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
STRUTS2_PREPARE - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
StrutsActionHelper - Class in com.atlassian.confluence.xwork
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use MappedAction instead.
StrutsBeans - Class in com.atlassian.confluence.impl.struts
 
StrutsBeans() - Constructor for class com.atlassian.confluence.impl.struts.StrutsBeans
 
StrutsBootstrapBeans - Class in com.atlassian.confluence.impl.struts
 
StrutsBootstrapBeans() - Constructor for class com.atlassian.confluence.impl.struts.StrutsBootstrapBeans
 
strutsHelper - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
StrutsHelper - Interface in com.atlassian.confluence.struts
 
StrutsHelperImpl - Class in com.atlassian.confluence.impl.struts
 
StrutsHelperImpl(I18NBeanFactory, Dispatcher) - Constructor for class com.atlassian.confluence.impl.struts.StrutsHelperImpl
 
StrutsModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A plugin module from which a Struts ConfigurationProvider is constructed, it can provide actions and results to add to Confluence's web UI layer.
StrutsModuleDescriptor(ModuleFactory, EventPublisher, ConfigurationManager, MultipartUploadConfigurator, OgnlAllowListConfigurator) - Constructor for class com.atlassian.confluence.plugin.descriptor.StrutsModuleDescriptor
 
StrutsStateChangeListener - Class in com.atlassian.confluence.impl.struts
An event listener which responds to XWorkStateChangeEvents and invokes reload() on the ConfigurationManager.
StrutsStateChangeListener(ConfigurationManager) - Constructor for class com.atlassian.confluence.impl.struts.StrutsStateChangeListener
 
StrutsUtil - Class in com.atlassian.confluence.util
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, use StrutsHelper instead.
StrutsXSRFConfig - Class in com.atlassian.confluence.impl.xsrf
 
StrutsXSRFConfig() - Constructor for class com.atlassian.confluence.impl.xsrf.StrutsXSRFConfig
 
StrutsXSRFSecurityLevel - Enum Class in com.atlassian.confluence.impl.xsrf
 
StubApplicationStatusService - Class in com.atlassian.confluence.server
 
StubApplicationStatusService() - Constructor for class com.atlassian.confluence.server.StubApplicationStatusService
 
StubAttachmentTextExtractor - Class in com.atlassian.confluence.internal.search.extractor2
 
StubAttachmentTextExtractor() - Constructor for class com.atlassian.confluence.internal.search.extractor2.StubAttachmentTextExtractor
 
StubComponentRegistrar() - Constructor for class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction.StubComponentRegistrar
 
StubHealthCheckRunner - Class in com.atlassian.confluence.impl.health
 
StubHealthCheckRunner() - Constructor for class com.atlassian.confluence.impl.health.StubHealthCheckRunner
 
style - Variable in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
STYLE_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.view.theming.TextColorTransformer
 
STYLED_VIEW - Static variable in class com.atlassian.confluence.api.model.content.ContentRepresentation
A rendered view that includes inline styles in a <style> element, wrapped in an entire <html> structure.
StyledString - Class in com.atlassian.confluence.tinymceplugin.placeholder
A String that can be styled.
StyledString(String) - Constructor for class com.atlassian.confluence.tinymceplugin.placeholder.StyledString
 
StyledString(String, Color) - Constructor for class com.atlassian.confluence.tinymceplugin.placeholder.StyledString
 
STYLESHEET_ADDED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
STYLESHEET_MODULE_KEY - Static variable in class com.atlassian.confluence.themes.DefaultTheme
 
STYLESHEET_NAME - Static variable in class com.atlassian.confluence.themes.DefaultTheme
 
STYLESHEET_REMOVED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
styleSheetChangedEvent(StylesheetChangedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
StylesheetChangedEvent - Class in com.atlassian.confluence.themes.events
 
StylesheetChangedEvent(Object) - Constructor for class com.atlassian.confluence.themes.events.StylesheetChangedEvent
 
StylesheetChangedEvent(Object, String) - Constructor for class com.atlassian.confluence.themes.events.StylesheetChangedEvent
Construct a new StylesheetChangedEvent
StylesheetChangedEvent(Object, String, StylesheetChangedEvent.StylesheetChangeType) - Constructor for class com.atlassian.confluence.themes.events.StylesheetChangedEvent
 
StylesheetChangedEvent.StylesheetChangeType - Enum Class in com.atlassian.confluence.themes.events
 
StylesheetChangeListener - Class in com.atlassian.confluence.plugin.webresource
Listens for events that denote a change to the stylesheet, and ensures people start loading new CSS
StylesheetChangeListener(CssResourceCounterManager) - Constructor for class com.atlassian.confluence.plugin.webresource.StylesheetChangeListener
 
StylesheetManager - Interface in com.atlassian.confluence.themes
 
SubClause<T> - Class in com.atlassian.confluence.search.v2
A data class representing a sub clause within a query designed to easy traversal a query tree.
SubClause(T, ClauseType) - Constructor for class com.atlassian.confluence.search.v2.SubClause
 
subject(Subject) - Method in class com.atlassian.confluence.functest.rest.admin.model.SubjectPermissionChange.Builder
 
Subject - Interface in com.atlassian.confluence.api.model.people
Serves as a common ancestor between Group and Person so that we may use a type that denotes either of them.
SubjectMatchers - Class in com.atlassian.confluence.api.testsupport.matchers.model.user
 
SubjectMatchers() - Constructor for class com.atlassian.confluence.api.testsupport.matchers.model.user.SubjectMatchers
 
SubjectPermissionChange - Class in com.atlassian.confluence.functest.rest.admin.model
Model object for PermissionsResource, representing a grant or revoke of a single permission for a user, group, or anonymous.
SubjectPermissionChange.Builder - Class in com.atlassian.confluence.functest.rest.admin.model
 
SubjectType - Class in com.atlassian.confluence.api.model.people
Though SubjectType.USER and SubjectType.GROUP are singleton, do NOT assume you can compare an arbitrary SubjectType with one of those via an equality (==) check.
SubjectType.Expansions - Class in com.atlassian.confluence.api.model.people
Represents the available Expansions when dealing with a Map<SubjectType, PageResponse<Subject>>
subList(int, int) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
subList(int, int) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
SubListResponse - Class in com.atlassian.confluence.dmz.pagination
Creates PageResponses from input Lists and LimitedRequests.
SubListResponse() - Constructor for class com.atlassian.confluence.dmz.pagination.SubListResponse
 
submissionResponse(LongTaskSubmission) - Static method in class com.atlassian.confluence.plugins.restapi.resources.LongTaskResource
Produce a HTTP Accept 202 response from some other resource pointing to this class's LongTaskStatus resource.
SubmissionTokenCommentDeduplicator - Class in com.atlassian.confluence.pages
A NewCommentDeduplicator which uses a submission token, represented by a UUID, to determine if a new submitted comment is a duplicate of any existing comments.
SubmissionTokenCommentDeduplicator(UUID) - Constructor for class com.atlassian.confluence.pages.SubmissionTokenCommentDeduplicator
 
submit(long, int) - Method in interface com.atlassian.confluence.index.attachment.AttachmentTextExtractionService
Submit a text extraction task for an attachment of the provided id and version.
submit(long, int) - Method in class com.atlassian.confluence.internal.index.attachment.LocalAttachmentTextExtractionService
 
submit(long, int) - Method in class com.atlassian.confluence.internal.index.attachment.RemoteAttachmentTextExtractionService
 
submitBatches(ExecutorService, List<HibernateHandle>, ReindexProgress) - Method in class com.atlassian.confluence.internal.index.ConcurrentBatchIndexer
This method tries to work around a number of problems we have with rebuilding the index.
submitToAllNodes(Callable<T>, String) - Method in interface com.atlassian.confluence.cluster.ClusterExecutionService
Submit a task to be executed on all nodes in the cluster.
submitToAllNodes(Callable<T>, String) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
submitToAllNodes(Callable<T>, String) - Method in class com.atlassian.testsupport.NonClusterManager
 
submitToKeyOwner(Callable<T>, String, Object) - Method in interface com.atlassian.confluence.cluster.ClusterExecutionService
Submit a task to be executed by a service given by its name on one node of the cluster that own a given key.
submitToKeyOwner(Callable<T>, String, Object) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
submitToKeyOwner(Callable<T>, String, Object) - Method in class com.atlassian.testsupport.NonClusterManager
 
submitToNode(String, Callable<T>, String) - Method in interface com.atlassian.confluence.cluster.ClusterExecutionService
Submit a task to be executed on a node with the specified ID
submitToNode(String, Callable<T>, String) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
 
submitToNode(String, Callable<T>, String) - Method in class com.atlassian.testsupport.NonClusterManager
 
SUBPATH_SCHEME_TYPE - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ColorSchemeNav
 
SubProgressMeter - Class in com.atlassian.confluence.util
Allow us to break a single ProgressMeter to several ProgressMeter.
SubProgressMeter(ProgressMeter, float, int) - Constructor for class com.atlassian.confluence.util.SubProgressMeter
 
subscribe() - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.GlobalPermissionManagementIncrementalSyncResource
 
subscribe() - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.UserManagementIncrementalSyncResource
 
subscribe(AlertListener) - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceAlertPublisher
 
subscribe(ContentSubscriptionSpec) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementIncrementalSyncServiceImpl
 
subscribe(ContentSubscriptionRequest) - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.ContentManagementIncrementalSyncResource
 
subscribe(S) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
subscribe(S) - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncService
Register to incremental api
Subscriber - Interface in com.atlassian.confluence.impl.backuprestore.backup.exporters
 
subscription(boolean) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
SubscriptionEventType - Enum Class in com.atlassian.confluence.internal.api.incrementalsync.model
 
SubscriptionId - Class in com.atlassian.confluence.internal.api.incrementalsync.model
Represent a Subscription ID
subscriptionJournalStateStore - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
SubscriptionJournalStateStore - Interface in com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal
 
SubscriptionSpec - Interface in com.atlassian.confluence.internal.api.incrementalsync.model
A specification interface how we want to subscribe
substituteHqlQueryParameters(Query) - Method in class com.atlassian.confluence.dmz.spaces.SpacesQueryWithPermissionQueryBuilder
 
substituteHqlQueryParameters(Query) - Method in interface com.atlassian.confluence.impl.security.query.SpacePermissionQueryBuilder
substituteHqlQueryParameters(Query) - Method in class com.atlassian.confluence.impl.security.query.SpacePermissionQueryBuilderImpl
 
substituteInExpressionParameters(Query) - Method in class com.atlassian.confluence.impl.hibernate.query.InExpressionBuilder
Takes in a Query and substitutes actual values into the parameter lists, according to the IN clause limitations.
substituteShortcutValue(String, String, boolean) - Static method in class com.atlassian.confluence.links.linktypes.ShortcutLink
 
SUBTRACT - Enum constant in enum class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl.MergeMode
 
success() - Method in class com.atlassian.confluence.validation.Validation
 
success(V) - Static method in class com.atlassian.confluence.api.service.journal.EntryProcessorResult
Create result after having successfully processed all entries.
success(String) - Static method in class com.atlassian.confluence.content.render.xhtml.view.RenderResult
 
success(String) - Static method in class com.atlassian.confluence.util.ajax.AjaxResponse
 
success(T) - Static method in class com.atlassian.confluence.validation.Validation
 
SUCCESS - Enum constant in enum class com.atlassian.confluence.validation.MessageLevel
 
SUCCESS - Static variable in class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
Deprecated.
 
successful(boolean) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus.LongTaskBuilder
 
successful(SynchronyEvictionProgress, int) - Static method in class com.atlassian.confluence.pages.collab.SynchronyEvictionRemovalEvent
 
successful(SynchronyEvictionProgress, int) - Static method in class com.atlassian.confluence.pages.collab.SynchronyEvictionSearchEvent
 
successful(SynchronyEvictionProgress, int, int) - Static method in class com.atlassian.confluence.pages.collab.SynchronyEvictionEvent
 
successfulLogin(Date) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
Record a successful login that occurred on date.
successfulLogin(Date, boolean) - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
Record a successful login that occurred on date.
sudoAuthFailEvent(SudoAuthFailEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
SudoAuthFailEvent - Class in com.atlassian.confluence.event.events.internal.auth
This event is triggered when websudo authentication fails during an attempt to gain administrative access
SudoAuthFailEvent(Object) - Constructor for class com.atlassian.confluence.event.events.internal.auth.SudoAuthFailEvent
 
sudoAuthIpAllowListFailEvent(SudoAuthIpAllowListFailEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
SudoAuthIpAllowListFailEvent - Class in com.atlassian.confluence.event.events.internal.auth
This event is triggered when websudo authentication fails during an attempt to gain administrative access due to the client IP not being in the allowlist.
SudoAuthIpAllowListFailEvent(Object, String, String) - Constructor for class com.atlassian.confluence.event.events.internal.auth.SudoAuthIpAllowListFailEvent
 
sudoAuthSuccessEvent(SudoAuthSuccessEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
SudoAuthSuccessEvent - Class in com.atlassian.confluence.event.events.internal.auth
This event is triggered when websudo authentication succeeds during an attempt to gain administrative access
SudoAuthSuccessEvent(Object) - Constructor for class com.atlassian.confluence.event.events.internal.auth.SudoAuthSuccessEvent
 
sudoLogoutEvent(SudoLogoutEvent) - Method in class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
SudoLogoutEvent - Class in com.atlassian.confluence.event.events.internal.auth
This event is triggered when administrator access is dropped
SudoLogoutEvent(Object) - Constructor for class com.atlassian.confluence.event.events.internal.auth.SudoLogoutEvent
 
suggestedContentToBeRefactored - Variable in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
SuggestedLabels - Class in com.atlassian.confluence.pages.actions.beans
 
SuggestedLabels(LabelManager) - Constructor for class com.atlassian.confluence.pages.actions.beans.SuggestedLabels
 
suggestedResults(List<AutocompleteResultItem>) - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResult.Builder
 
SUM - Enum constant in enum class com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
 
summarise(String) - Method in class com.atlassian.confluence.content.render.xhtml.storage.DefaultSummariser
Make use of various existing Confluence utilities to summarise the supplied XHTML.
summarise(String) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.Summariser
The default summary process will shorten the String to a maximum of 255 characters and end it with ellipses (well actually '...') if it required truncation.
summarise(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
summarise(String, int, boolean) - Method in class com.atlassian.confluence.content.render.xhtml.storage.DefaultSummariser
 
summarise(String, int, boolean) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.Summariser
Like but provides more control over the summary process.
Summariser - Interface in com.atlassian.confluence.content.render.xhtml.storage
Summarise storage format XHTML making it suitable for display where a short summary of the content is required.
Summarizer - Interface in com.atlassian.confluence.search.v2.summary
 
summary(String) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
Summary - Class in com.atlassian.confluence.search.v2.summary
Originally from org.apache.nutch.searcher.Summary v 0.7 (Revision: 179640)
Summary() - Constructor for class com.atlassian.confluence.search.v2.summary.Summary
Constructs an empty Summary.
Summary.Ellipsis - Class in com.atlassian.confluence.search.v2.summary
An ellipsis fragment within a summary.
Summary.Fragment - Class in com.atlassian.confluence.search.v2.summary
A fragment of text within a summary.
Summary.Highlight - Class in com.atlassian.confluence.search.v2.summary
A highlighted fragment of text within a summary.
SumScoreFunction - Class in com.atlassian.confluence.search.v2.score
ScoreFunction which sums composed functions and constants.
SumScoreFunction(List<ComposableScoreFunction>, List<Double>) - Constructor for class com.atlassian.confluence.search.v2.score.SumScoreFunction
 
SumScoreFunction(ComposableScoreFunction, ComposableScoreFunction, ComposableScoreFunction...) - Constructor for class com.atlassian.confluence.search.v2.score.SumScoreFunction
 
SUN_ONE - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
superbatch - Static variable in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.Expansions
 
superbatch() - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder.RecordedResources
 
superbatch(SuperBatchWebResources) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
 
SuperBatchInvalidatorListener - Class in com.atlassian.confluence.plugin.webresource
Eventlistener to invalidate the plugins resource counter when a plugin in the super batch is modified in any way.
SuperBatchInvalidatorListener() - Constructor for class com.atlassian.confluence.plugin.webresource.SuperBatchInvalidatorListener
 
superbatchResourceCounter(String, BandanaManager) - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
SuperBatchWebResources - Class in com.atlassian.confluence.api.model.content.webresource
Represents the set of superbatch web resources required for rendering a FormattedBody.
SuperBatchWebResources.Expansions - Class in com.atlassian.confluence.api.model.content.webresource
Holds the string representable of the expandable fields of SuperBatchWebResources.
SuperBatchWebResources.SuperBatchWebResourcesBuilder - Class in com.atlassian.confluence.api.model.content.webresource
SUPPORT_EXPIRED - Enum constant in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
The support period has expired.
SUPPORTED_SHARED_HOME_CONFIG_PROPERTIES - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
supportedCollations - Variable in class com.atlassian.confluence.impl.health.checks.rules.AbstractDatabaseCollationRule
 
supportedDeviceTypes - Variable in class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
 
supportedEventEntryTypesMap - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.MultiEventsCommand
 
supportedUserAgent(String) - Method in interface com.atlassian.confluence.plugin.editor.Editor
Return true if the user agent string indicates a browser which is supported by this editor
supportedUserAgent(String) - Method in class com.atlassian.confluence.tinymceplugin.TinyMceEditor
 
SupportHealthStatusFactory - Class in com.atlassian.confluence.plugins.opensearch.healthchecks.util
Helper to build a SupportHealthStatus
SupportHealthStatusFactory(I18nResolver) - Constructor for class com.atlassian.confluence.plugins.opensearch.healthchecks.util.SupportHealthStatusFactory
 
SupportRequestCreatedEvent - Class in com.atlassian.confluence.event.events.support
Event fired when the create support zip is called.
SupportRequestCreatedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.support.SupportRequestCreatedEvent
The event is fired BEFORE the zipfile is created and thus listeners can write things to logs and that information will be included in the logs in the zip-file.
supportsAddition() - Method in class com.atlassian.confluence.impl.plugin.TransactionalPluginLoader
 
supportsAggressiveRelease() - Method in class com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider
Deprecated.
 
supportsChildrenForParentType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
supportsChildrenForParentType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
supportsChildrenForParentType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
supportsChildrenForParentType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
supportsChildrenForParentType(ContentType) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
Determines whether this ContentTypeApiSupport will provide children for other types.
supportsChildrenOfType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
supportsChildrenOfType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
supportsChildrenOfType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
supportsChildrenOfType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
supportsChildrenOfType(ContentType) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
Determines whether other ContentTypeApiSupports can provide children for this type.
supportsCurrentTimestampSelection() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
supportsEmptyInList() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
supportsExistsInSelect() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
supportsExternalMembership() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
supportsHeader() - Method in class com.atlassian.confluence.api.impl.sal.AbstractHttpClientFactory
 
supportsHeader() - Method in class com.atlassian.sal.confluence.net.ConfluenceHttpClientTrustedRequestFactory
 
supportsIdentityColumns() - Method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
 
supportsIfExistsAfterTableName() - Method in class com.atlassian.confluence.impl.hibernate.dialect.H2V4200Dialect
 
supportsIfExistsBeforeTableName() - Method in class com.atlassian.confluence.impl.hibernate.dialect.H2V4200Dialect
 
supportsNestedGroups(long) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
supportsPartitionBy() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
supportsRemoval() - Method in class com.atlassian.confluence.impl.plugin.TransactionalPluginLoader
 
supportsSequences() - Method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
 
supportsTupleDistinctCounts() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
supportsTuplesInSubqueries() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
supportsType(int) - Method in class bucket.user.propertyset.BucketPropertySet
 
supportsType(int) - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
supportsType(int) - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
supportsTypes() - Method in class com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
 
supportsTypes() - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
supportsUnionAll() - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
SupportUtility - Class in com.atlassian.confluence.util
Builds a zip of important files for use in a support request.
SupportUtility(ActionSupport, String, String) - Constructor for class com.atlassian.confluence.util.SupportUtility
 
SUPPRESS_NOTIFICATIONS - Static variable in class com.atlassian.confluence.core.DefaultDeleteContext
 
SUPPRESS_NOTIFICATIONS - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
 
suppressAutowatch(boolean) - Method in class com.atlassian.confluence.core.DefaultSaveContext.Builder
 
suppressEvents(boolean) - Method in class com.atlassian.confluence.core.AbstractOperationContext.BaseBuilder
 
suppressNotifications - Variable in class com.atlassian.confluence.core.AbstractOperationContext
 
suppressNotifications(boolean) - Method in class com.atlassian.confluence.core.AbstractOperationContext.BaseBuilder
 
suspend() - Method in class com.atlassian.confluence.impl.schedule.caesium.ThreadLocalSchedulerControl
 
suspend() - Method in interface com.atlassian.confluence.search.IndexerControl
Disable indexing.
suspend() - Method in class com.atlassian.confluence.search.ThreadLocalIndexerControl
 
SwaggerEnrichExpandable - Annotation Interface in com.atlassian.confluence.api.serialization
An annotation indicating that this model object should be enriched when being serialized.
SwaggerEnrichLinks - Annotation Interface in com.atlassian.confluence.api.serialization
An annotation indicating that this model object should be enriched when being serialized.
SWEDISH - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
SwedishAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Swedish language analyzer provider
SwedishAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.SwedishAnalyzerProvider
 
SWFHeader - Class in com.atlassian.confluence.renderer.embedded.support
 
SwitchableCachingSessionFactory - Class in com.atlassian.confluence.impl.core.persistence.hibernate
Sessions created by this factory always have cacheMode set to CacheMode.IGNORE when SessionCacheModeThreadLocal is set to CacheMode.IGNORE
SwitchableCachingSessionFactory(SessionFactoryImplementor) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
 
SwitchableCachingSessionFactoryBuilderFactory - Class in com.atlassian.confluence.impl.core.persistence.hibernate
A Hibernate integration hook, responsible for creating SwitchableCachingSessionFactory objects.
SwitchableCachingSessionFactoryBuilderFactory() - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactoryBuilderFactory
 
switchToReadyStateIfItIsInInitialisingState(StopWatch, int) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
Switched the service to "READY" status if it's allowed.
sync() - Method in class com.atlassian.confluence.cache.DeferredOperationsCache
 
SYNC - Enum constant in enum class com.atlassian.confluence.api.model.pagination.CursorType
 
SYNC_EVENT_FEATURE_KEY - Static variable in class com.atlassian.confluence.mail.notification.listeners.PageEventToAsyncPageEventTransformerListener
Deprecated.
 
SYNC_REV - Static variable in class com.atlassian.confluence.core.ContentEntityObject
Constant used to store the Synchrony revision as a ContentProperty.
SYNC_REV_SOURCE - Static variable in class com.atlassian.confluence.core.ContentEntityObject
Constant used to store the status of the Synchrony revision as a ContentProperty.
syncConfluenceArgsWithSynchrony(Set<String>, SynchronyEnvironmentBuilder.SynchronyEnvironment) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyProcessBuilder
Synchronizes specific system properties from the Confluence environment with the Synchrony process.
synchroniseDirectory(long) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
synchroniseDirectory(long, boolean) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
synchroniseUserDirectories(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
synchroniseUserDirectories(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Synchronizes all remote user directories with the local database cache
synchroniseUserDirectories(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
SynchronizationManager - Interface in com.atlassian.confluence.core
Manages transaction synchronizations: a list of actions to be done when the transaction completes on the current thread.
SynchronizationManagerInternal - Interface in com.atlassian.confluence.impl.transaction
 
synchronous() - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
synchronous() - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
synchronous() - Method in interface com.atlassian.confluence.search.ChangeIndexer
Return synchronous indexer that will perform index in the caller thread.
synchronous() - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Return synchronous indexer that will perform index in the caller thread.
SynchronousEventFilter - Class in com.atlassian.confluence.event
Allows to force the synchronous dispatch of given events.
SynchronousEventFilter(AsynchronousEventResolver, Predicate<Object>) - Constructor for class com.atlassian.confluence.event.SynchronousEventFilter
 
SYNCHRONY_ACK_SYNC_REV_SOURCE - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
SYNCHRONY_BTF - Static variable in class com.atlassian.confluence.setup.DefaultBootstrapManager
Deprecated. 
SYNCHRONY_BTF_OFF - Static variable in class com.atlassian.confluence.setup.DefaultBootstrapManager
Since 6.12 this field defines a bandana property, and not a field in the config file
SYNCHRONY_DARK_FEATURE - Static variable in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
Deprecated.
since 7.5.0. Limited mode is no longer supported since 7.5.0
SYNCHRONY_ENCRYPTION_DISABLED - Static variable in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
SYNCHRONY_HEARTBEAT_PATH - Static variable in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
SYNCHRONY_HEARTBEAT_PATH - Static variable in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
SYNCHRONY_HOST_PROPERTY_NAME - Static variable in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
SYNCHRONY_HOST_PROPERTY_NAME - Static variable in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
SYNCHRONY_LOCAL_PROPERTY_NAME - Static variable in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
SYNCHRONY_LOCAL_PROPERTY_NAME - Static variable in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
SYNCHRONY_PROPERTY_NAME - Static variable in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
SYNCHRONY_PROPERTY_NAME - Static variable in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
SYNCHRONY_PROXY_CONTEXT_PATH - Static variable in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProxyMonitor
 
SYNCHRONY_PROXY_ENABLED - Static variable in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
SYNCHRONY_PROXY_HEALTHCHECK_DISABLED - Static variable in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyProxyMonitor
 
SYNCHRONY_PROXY_HEALTHCHECK_PATH - Static variable in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
SYNCHRONY_PROXY_HEALTHCHECK_PATH - Static variable in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
SYNCHRONY_RECOVERY - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
SYNCHRONY_RECOVERY_WITH_EXTERNAL_CHANGE - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
SYNCHRONY_SERVICE_AUTHTOKEN - Static variable in interface com.atlassian.confluence.setup.BootstrapManager
 
SYNCHRONY_SYNC_REV_SOURCE - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
SynchronyBannerDataProvider - Class in com.atlassian.confluence.plugins.synchrony.status
Provides a flag to tell the front end if it should display an error banner for when Synchrony is down but Collaborative Editing is turned ON.
SynchronyBannerDataProvider(SynchronyConfigurationManager, PermissionManager, SynchronyStatusService) - Constructor for class com.atlassian.confluence.plugins.synchrony.status.SynchronyBannerDataProvider
 
SynchronyConfigTaskTracker - Class in com.atlassian.confluence.plugins.synchrony.tasks
 
SynchronyConfigTaskTracker(BandanaManager, LongRunningTaskManager) - Constructor for class com.atlassian.confluence.plugins.synchrony.tasks.SynchronyConfigTaskTracker
 
SynchronyConfigurationReader - Class in com.atlassian.confluence.util.synchrony
Helper which will expose Synchrony configuration status into Confluence core
SynchronyConfigurationReader(DarkFeaturesManager) - Constructor for class com.atlassian.confluence.util.synchrony.SynchronyConfigurationReader
 
SynchronyConnectionIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.synchrony
Measures connectivity to synchrony instance/cluster
SynchronyDataEvictionResource - Class in com.atlassian.confluence.plugins.restapi.experimental.resources
REST resource to execute data eviction functionality.
SynchronyDataEvictionResource(SynchronyDataService) - Constructor for class com.atlassian.confluence.plugins.restapi.experimental.resources.SynchronyDataEvictionResource
 
SynchronyDataService - Interface in com.atlassian.confluence.api.service.eviction
Synchrony uses DBMS as a persistent storage.
SynchronyDatasetSize - Class in com.atlassian.confluence.api.model.eviction
 
SynchronyDatasetSize(long, long) - Constructor for class com.atlassian.confluence.api.model.eviction.SynchronyDatasetSize
 
SynchronyDatasetSize.SynchronyDatasetSizeBuilder - Class in com.atlassian.confluence.api.model.eviction
Builds SynchronyDatasetSize objects.
SynchronyDatasetSizeWithFailure - Class in com.atlassian.confluence.api.testsupport.model.eviction
 
SynchronyDatasetSizeWithFailure(long, SynchronyDatasetSize) - Constructor for class com.atlassian.confluence.api.testsupport.model.eviction.SynchronyDatasetSizeWithFailure
 
SynchronyEnv - Enum Class in com.atlassian.confluence.plugins.synchrony.api
Represents each possible Synchrony environmental variable, and optionally a default value.
SynchronyEnvironmentBuilder - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
Responsible for synchrony environment setup Since 7.12.3
SynchronyEnvironmentBuilder(BootstrapManager, SystemInformationService, ClusterManager, TomcatConfigHelper) - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder
 
SynchronyEnvironmentBuilder.SynchronyEnvironment - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
 
SynchronyEventsHardRemovalScheduledJob - Class in com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction
 
SynchronyEventsHardRemovalScheduledJob(SynchronyDataService) - Constructor for class com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction.SynchronyEventsHardRemovalScheduledJob
 
SynchronyEventsPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
SynchronyEventsPersisterFactory() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.SynchronyEventsPersisterFactory
Deprecated.
 
SynchronyEventsSoftRemovalScheduledJob - Class in com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction
 
SynchronyEventsSoftRemovalScheduledJob(SynchronyDataService) - Constructor for class com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction.SynchronyEventsSoftRemovalScheduledJob
 
SynchronyEvictionDao - Interface in com.atlassian.confluence.pages.persistence.dao
Find and remove content from synchrony tables.
SynchronyEvictionEvent - Class in com.atlassian.confluence.pages.collab
The event representing eviction procedure.
SynchronyEvictionProgress - Class in com.atlassian.confluence.pages.collab.impl.tracking
A state of the single eviction procedure.
SynchronyEvictionProgress() - Constructor for class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
 
SynchronyEvictionProgressTracking - Interface in com.atlassian.confluence.pages.collab.impl.tracking
The component that is being called back during the eviction.
SynchronyEvictionRemovalEvent - Class in com.atlassian.confluence.pages.collab
 
SynchronyEvictionResult - Class in com.atlassian.confluence.api.model.eviction
 
SynchronyEvictionSearchEvent - Class in com.atlassian.confluence.pages.collab
 
SynchronyEvictionSearchType - Enum Class in com.atlassian.confluence.pages.collab.impl.tracking
Type of eviction search
SynchronyEvictionType - Enum Class in com.atlassian.confluence.pages.collab.impl.tracking
The type of eviction procedure.
SynchronyInteropBootstrap - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
Bootstraps the Synchrony process after plugin startup.
SynchronyInteropBootstrap(SynchronyProcessManager, EventPublisher, BootstrapManager) - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyInteropBootstrap
 
SynchronyLockEvent - Class in com.atlassian.confluence.event.events.content.page.synchrony
 
SynchronyLockManager<L extends SynchronyLockManager.SynchronyContentLock> - Interface in com.atlassian.confluence.pages.collab
Locks a set of pages and flushes all caches related to those pages.
SynchronyLockManager.SynchronyContentLock - Interface in com.atlassian.confluence.pages.collab
 
SynchronyMonitor - Interface in com.atlassian.confluence.plugins.synchrony.api
Provides methods for monitoring the Synchrony service, whether managed by Confluence or external.
SynchronyPidFileRemovalUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Deletes synchrony.pid file as it's not used by Confluence anymore.
SynchronyPidFileRemovalUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.SynchronyPidFileRemovalUpgradeTask
 
SynchronyProcessBuilder - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
Responsible for creating new synchrony process Since 7.12.3
SynchronyProcessBuilder(ApplicationProperties, SystemInformationService, ExternalProcessBuilderFactory, NonIdlingExternalProcessFactory, ClusterManager, DownloadResourceManager, TomcatConfigHelper) - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyProcessBuilder
 
SynchronyProcessManager - Interface in com.atlassian.confluence.plugins.synchrony.api
Responsible for starting up, stopping, or restarting the Synchrony process
SynchronyProcessManager.ExternalProcessState - Enum Class in com.atlassian.confluence.plugins.synchrony.api
 
SynchronyPropertiesUtil - Class in com.atlassian.confluence.plugins.synchrony.utils
Utility class used for manipulating Synchrony's properties
SynchronyPropertiesUtil() - Constructor for class com.atlassian.confluence.plugins.synchrony.utils.SynchronyPropertiesUtil
 
SynchronyProxyMonitor - Interface in com.atlassian.confluence.plugins.synchrony.api
Monitor the running state of the internal Synchrony Proxy
SynchronyRecoveryEvent - Class in com.atlassian.confluence.event.events.content.page.synchrony
Triggered when collaborative editing requires some extra steps to put confluence and synchrony back in sync.
SynchronyRecoveryEvent(ConfluenceUser, ContentId, String) - Constructor for class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyRecoveryEvent
 
SynchronyRejectedExecutionHandler - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
A handler for rejected tasks that logs a message and throws a RejectedExecutionException.
SynchronyRejectedExecutionHandler() - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyRejectedExecutionHandler
 
SynchronyRestartedEvent - Class in com.atlassian.confluence.plugins.synchrony.api.events
 
SynchronyRestartedEvent(Object, boolean) - Constructor for class com.atlassian.confluence.plugins.synchrony.api.events.SynchronyRestartedEvent
 
SynchronyRowsCount - Class in com.atlassian.confluence.api.model
Encapsulates the size of synchrony tables.
SynchronyRowsCount(long, long) - Constructor for class com.atlassian.confluence.api.model.SynchronyRowsCount
 
SynchronyScheduledExecutorServiceProvider - Class in com.atlassian.confluence.plugins.synchrony.bootstrap
 
SynchronyScheduledExecutorServiceProvider() - Constructor for class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyScheduledExecutorServiceProvider
 
SynchronySnapshotsPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
SynchronySnapshotsPersisterFactory() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.SynchronySnapshotsPersisterFactory
Deprecated.
 
synchronyStatus() - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResource
 
SynchronyStatusCache - Class in com.atlassian.confluence.plugins.synchrony.status
Service that caches the result of the SynchronyStatusCheckJob to check if Synchrony is running or not.
SynchronyStatusCache(CacheManager) - Constructor for class com.atlassian.confluence.plugins.synchrony.status.SynchronyStatusCache
 
SynchronyStatusCheckJob - Class in com.atlassian.confluence.plugins.synchrony.status
A job that checks the Synchrony Status and saves it in a cache for later consumption.
SynchronyStatusCheckJob(SynchronyMonitor, SynchronyProcessManager, SynchronyStatusService, SynchronyStatusEventPublisher, SynchronyConfigurationManager) - Constructor for class com.atlassian.confluence.plugins.synchrony.status.SynchronyStatusCheckJob
 
SynchronyStatusDownEvent - Class in com.atlassian.confluence.plugins.synchrony.api.events
Published when the SynchronyStatusCheckJob finds that Synchrony is down without user action.
SynchronyStatusDownEvent() - Constructor for class com.atlassian.confluence.plugins.synchrony.api.events.SynchronyStatusDownEvent
 
SynchronyStatusRestoredEvent - Class in com.atlassian.confluence.plugins.synchrony.api.events
Published when Synchrony was down but has come back up.
SynchronyStatusRestoredEvent(long) - Constructor for class com.atlassian.confluence.plugins.synchrony.api.events.SynchronyStatusRestoredEvent
 
SynchronyStatusService - Interface in com.atlassian.confluence.status.service
Returns the status of Synchrony.
SynchronyStatusStartupEvents - Class in com.atlassian.confluence.plugins.synchrony.api.events
 
SynchronyStatusStartupEvents() - Constructor for class com.atlassian.confluence.plugins.synchrony.api.events.SynchronyStatusStartupEvents
 
SynchronyStatusStartupEvents.Down - Class in com.atlassian.confluence.plugins.synchrony.api.events
 
SynchronyStatusStartupEvents.Failed - Class in com.atlassian.confluence.plugins.synchrony.api.events
 
SynchronyStatusStartupEvents.Up - Class in com.atlassian.confluence.plugins.synchrony.api.events
 
SynchronyStatusSupplier - Class in com.atlassian.confluence.plugins.synchrony.supplier
 
SynchronyStatusSupplier(SynchronyMonitor, SynchronyConfigurationManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.synchrony.supplier.SynchronyStatusSupplier
 
SynchronySystemPropConfigs - Class in com.atlassian.confluence.plugins.synchrony.constants
 
SynchronySystemPropConfigs() - Constructor for class com.atlassian.confluence.plugins.synchrony.constants.SynchronySystemPropConfigs
 
SynchronyTablesEraser - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
 
SynchronyUnlockEvent - Class in com.atlassian.confluence.event.events.content.page.synchrony
 
synchSetupStackWithConfigRecord(String) - Method in interface com.atlassian.confluence.setup.actions.ConfluenceSetupPersister
Matches a recorded action in confluence.cfg.xml, element setupStep, to what is in the setupStack.
synchSetupStackWithConfigRecord(String) - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
SyncLatchEventListener - Class in com.atlassian.confluence.test.rpc
Event listener used to wait for a particular directory's sync event
SyncLatchEventListener(CountDownLatch, long) - Constructor for class com.atlassian.confluence.test.rpc.SyncLatchEventListener
 
SyncRestConstants - Class in com.atlassian.confluence.plugins.restapi.rvsync.resources.util
 
SyncRestConstants() - Constructor for class com.atlassian.confluence.plugins.restapi.rvsync.resources.util.SyncRestConstants
 
syncRev(String) - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
 
syncState(String, LabelManager, User, Labelable) - Static method in class com.atlassian.confluence.util.LabelUtil
Neat method that will synchronize a space separated list of label names with the labels contained within the labelable object.
syncState(String, LabelManager, User, Labelable, boolean) - Static method in class com.atlassian.confluence.util.LabelUtil
syncState(Collection<String>, LabelManager, User, Labelable) - Static method in class com.atlassian.confluence.util.LabelUtil
 
syncState(List<Label>, LabelManager, User, Labelable) - Static method in class com.atlassian.confluence.util.LabelUtil
 
SyndFeedService - Interface in com.atlassian.confluence.rss
Builds a syndication feed (Atom or RSS) from a search query.
system - Enum constant in enum class com.atlassian.confluence.api.model.content.Label.Prefix
 
system - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Label.Prefix
Deprecated.
 
system(String) - Static method in class com.atlassian.confluence.search.v2.Index
 
SYSTEM - Enum constant in enum class com.atlassian.confluence.search.v2.Index.Type
 
SYSTEM - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
SYSTEM - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
SYSTEM - Static variable in class com.atlassian.confluence.labels.Namespace
 
SYSTEM_ADMINISTRATOR_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
Permission type to do anything at all in Confluence.
SYSTEM_DISABLED_FEATURES - Static variable in class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
 
SYSTEM_PROPERTY_STORAGE_TYPE - Static variable in class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageInfo
 
SystemAdministratorCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Condition that restricts access to users with system administrator permission.
SystemAdministratorCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.SystemAdministratorCondition
 
SystemAdministratorUrlReadingCondition - Class in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
Loads a web resource based on whether the user is a system administrator.
SystemAdministratorUrlReadingCondition(PermissionManager) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.SystemAdministratorUrlReadingCondition
 
SystemCompatibilityService - Interface in com.atlassian.confluence.status.service
A service for retrieving information about the platforms supported by Confluence.
SystemErrorInformationLogger - Class in com.atlassian.confluence.status
This class does little more than write the information which is contained on the 500 page to a log file.
SystemErrorInformationLogger() - Constructor for class com.atlassian.confluence.status.SystemErrorInformationLogger
 
SystemErrorInformationLogger(UUID, ServletContext, HttpServletRequest) - Constructor for class com.atlassian.confluence.status.SystemErrorInformationLogger
 
SystemErrorInformationLogger(UUID, ServletContext, HttpServletRequest, Throwable) - Constructor for class com.atlassian.confluence.status.SystemErrorInformationLogger
 
SystemInfo - Class in com.atlassian.confluence.status.service.systeminfo
Bean holding simple System information.
SystemInfo() - Constructor for class com.atlassian.confluence.status.service.systeminfo.SystemInfo
 
SystemInfoFromDb - Class in com.atlassian.confluence.status.service.systeminfo
Deprecated.
since 7.3 use ConfluenceInfo, DatabaseInfo and UsageInfo instead.
SystemInfoFromDb(ConfluenceInfo, DatabaseInfo, UsageInfo) - Constructor for class com.atlassian.confluence.status.service.systeminfo.SystemInfoFromDb
Deprecated.
 
SystemInfoOnStartup - Class in com.atlassian.confluence.admin.actions
 
SystemInfoOnStartup() - Constructor for class com.atlassian.confluence.admin.actions.SystemInfoOnStartup
 
SystemInformationHelper - Class in com.atlassian.confluence.status.service
Takes the Confluence system information and represents it as various ordered maps of key-value pairs.
SystemInformationHelper(I18NBean, SystemInformationService) - Constructor for class com.atlassian.confluence.status.service.SystemInformationHelper
 
systemInformationService - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
SystemInformationService - Interface in com.atlassian.confluence.status.service
A service for retrieving information about the system.
systemLogout(Principal, HttpServletRequest, HttpServletResponse, EventPublisher, Object) - Static method in class com.atlassian.confluence.user.actions.AuthenticationHelper
 
SystemMaintenanceTask - Interface in com.atlassian.confluence.impl.system.task
Interface representing tasks to be performed by the SystemMaintenanceTaskQueue.
SystemMaintenanceTaskMarshalling - Interface in com.atlassian.confluence.impl.system.task
Marshal a SystemMaintenanceTask into a string and vice versa
SystemMaintenanceTaskQueue - Interface in com.atlassian.confluence.impl.system
A queue containing SystemMaintenanceTasks.
SystemMaintenanceTaskQueueFlusher - Class in com.atlassian.confluence.impl.schedule.jobs
Scheduled job that periodically flushes entries in the system_maintenance journal.
SystemMaintenanceTaskQueueFlusher(SystemMaintenanceTaskQueue) - Constructor for class com.atlassian.confluence.impl.schedule.jobs.SystemMaintenanceTaskQueueFlusher
 
SystemMaintenanceTaskRegistry - Interface in com.atlassian.confluence.impl.system
SystemMaintenanceTaskRunner<T extends SystemMaintenanceTask> - Interface in com.atlassian.confluence.impl.system.runner
SystemMaintenanceTaskType - Enum Class in com.atlassian.confluence.impl.system.task
systemPackagesFilename() - Static method in class com.atlassian.confluence.impl.util.InternalOsgiUtils
 
SystemPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
Handles permission checks for operations deem to have an effect on the system and hence require sys admin perrmissions
SystemPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
SystemProperties - Class in com.atlassian.confluence.util.test.rules
Deprecated.
since 7.20 use RestoreSystemProperties
SystemProperties(Class) - Constructor for class com.atlassian.confluence.util.test.rules.SystemProperties
Deprecated.
 
SystemProperties.Set - Annotation Interface in com.atlassian.confluence.util.test.rules
Deprecated.
 
SystemProperty - Class in com.atlassian.confluence.test.util
Set the system property before the test and then clear it later
SystemProperty(Class) - Constructor for class com.atlassian.confluence.test.util.SystemProperty
 
SystemProperty.Set - Annotation Interface in com.atlassian.confluence.test.util
 
SystemServiceLoaderInitializer - Class in com.atlassian.confluence.impl.osgi
Walks through known ServiceLoader interfaces, and ensures that the implementations available from the system bundle are loaded before any other OSGi bundles might load.
SystemServiceLoaderInitializer() - Constructor for class com.atlassian.confluence.impl.osgi.SystemServiceLoaderInitializer
 
SystemSettingsResource - Class in com.atlassian.confluence.functest.rest.admin
Get system settings
SystemSettingsResource() - Constructor for class com.atlassian.confluence.functest.rest.admin.SystemSettingsResource
 
systemSupportsThumbnailing() - Static method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
 
systemSupportsThumbnailing() - Method in class com.atlassian.confluence.renderer.attachments.RendererAttachmentManager
 
systemTemplateManager - Variable in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
SystemTemplateManager - Interface in com.atlassian.confluence.spaces
 
SystemTemplateManagerImpl - Class in com.atlassian.confluence.spaces
 
SystemTemplateManagerImpl(PageTemplateManager, FormatConverter, PluginAccessor) - Constructor for class com.atlassian.confluence.spaces.SystemTemplateManagerImpl
 
systemTemplateReference(ModuleCompleteKey) - Static method in class com.atlassian.confluence.pages.templates.PluginTemplateReference
Create a reference to the globally customised version of a system template
SystemTenant - Class in com.atlassian.confluence.tenant
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
SystemTenant(TenantRegistry) - Constructor for class com.atlassian.confluence.tenant.SystemTenant
Deprecated.
 

T

Tabbed - Interface in com.atlassian.confluence.core.actions
Defines an Action that has a related tab in a list of navigation tabs.
TABLE_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentChangeLog
 
TABLE_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentViewPermission
 
TABLE_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpaceChangeLog
 
TABLE_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSid
 
TABLE_NAME - Static variable in class com.atlassian.confluence.upgrade.upgradetask.DropIncrementalSyncSubscriptionUpgradeTask
 
TABLE_OR_FIELD_NAME_PATTERN - Static variable in class com.atlassian.confluence.impl.backuprestore.helpers.TableAndFieldNameValidator
 
TABLE_TAG - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.InlineTasksUtils
 
TableAndFieldNameValidator - Class in com.atlassian.confluence.impl.backuprestore.helpers
Validates table and field names for illegal characters.
TableAndFieldNameValidator() - Constructor for class com.atlassian.confluence.impl.backuprestore.helpers.TableAndFieldNameValidator
 
TableFieldHavingForeignKey - Record Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
It contains info about the field name having a foreign key to another table.
TableFieldHavingForeignKey(String, Class<?>) - Constructor for record class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.TableFieldHavingForeignKey
Creates an instance of a TableFieldHavingForeignKey record class.
tableName(String) - Method in class com.atlassian.confluence.upgrade.recovery.EchoEntityNameProcessor
 
TableSchemaComparison - Interface in com.atlassian.confluence.core.persistence.schema.api
Represents a comparison between the "actual" and "expected" representations of a database table schema
TableStyleRemovingElementTransformer - Class in com.atlassian.confluence.content.render.xhtml.editor
An XMLEventTransformer that will ensure that table, th and td elements have the Confluence classes removed.
TableStyleRemovingElementTransformer(XMLEventFactoryProvider) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.TableStyleRemovingElementTransformer
 
TableStylingElementTransformer - Class in com.atlassian.confluence.content.render.xhtml.view
An XMLEventTransformer that will ensure that table, th and td elements have the necessary Confluence classes appended to allow them to be styled for display.
TableStylingElementTransformer() - Constructor for class com.atlassian.confluence.content.render.xhtml.view.TableStylingElementTransformer
 
tag(ResourceType, HtmlString) - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.SuperBatchWebResourcesBuilder
 
tag(ResourceType, HtmlString) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
 
tag(ResourceType, HtmlString) - Method in interface com.atlassian.confluence.api.model.content.webresource.WebResourcesBuilder
Add, or if the resource type is already added, replaces the existing tag with the given tag for the given resource type.
tag(String, String) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
Appends the given tag.
tag(Map<ResourceType, HtmlString>) - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.SuperBatchWebResourcesBuilder
 
tag(Map<ResourceType, HtmlString>) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
 
tag(Map<ResourceType, HtmlString>) - Method in interface com.atlassian.confluence.api.model.content.webresource.WebResourcesBuilder
Replaces the existing tags map with the given map.
TAG_END - Static variable in class com.atlassian.confluence.userstatus.tag.TagExtractor
Deprecated.
 
tagBuild(int, String) - Method in class com.atlassian.confluence.core.persistence.hibernate.CachingVersionHistoryDao
 
tagBuild(int, String) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateVersionHistoryDao
We need to ensure that the checking and writing of the tag is atomic so as to prevent two or more nodes from writing the tag and reporting that it was set correctly
tagBuild(int, String) - Method in interface com.atlassian.confluence.core.persistence.VersionHistoryDao
Associates a tag with a build number
TagCallback - Interface in com.atlassian.confluence.userstatus.tag
Deprecated.
Since 5.9.1 Callback to receive tags and their positions
TagExtractor - Class in com.atlassian.confluence.userstatus.tag
Deprecated.
Since 5.9.1
TagExtractor(String, boolean) - Constructor for class com.atlassian.confluence.userstatus.tag.TagExtractor
Deprecated.
 
tags - Static variable in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.Expansions
 
tags - Static variable in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.Expansions
 
TAGS_TO_IGNORE_IN_TASK_TITLE - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
takeNewSnapshot() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
 
target - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
Target - Class in com.atlassian.confluence.api.model.permissions
The target for an operation permissions check.
TARGET_APPLICATION - Static variable in interface com.atlassian.confluence.security.PermissionManager
A target that encompasses most administrative functions minus the ones covered by TARGET_SYSTEM.
TARGET_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
TARGET_PARAM_NAME - Static variable in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
TARGET_PEOPLE_DIRECTORY - Static variable in interface com.atlassian.confluence.security.PermissionManager
A target the represents the People Directory function of Confluence.
TARGET_SYSTEM - Static variable in interface com.atlassian.confluence.security.PermissionManager
A target that encompasses functions that have system impact and can compromise system security.
Target.ContainerTarget - Class in com.atlassian.confluence.api.model.permissions
A target for a container being used to check operations on a different target type within it.
Target.IdTarget - Class in com.atlassian.confluence.api.model.permissions
A light weight target that only contain id of the object.
Target.ModelObjectTarget - Class in com.atlassian.confluence.api.model.permissions
A target that points to a single model object, e.g.
targetAnnotation() - Method in record class com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker.AccessPermission
Returns the value of the targetAnnotation record component.
TargetClassLoaderTransactionProxyFactoryBean - Class in com.atlassian.confluence.spring.transaction.interceptor
Proxy factory bean that extends TransactionProxyFactoryBean to use the class loader that the class of the target object was loaded from.
TargetClassLoaderTransactionProxyFactoryBean() - Constructor for class com.atlassian.confluence.spring.transaction.interceptor.TargetClassLoaderTransactionProxyFactoryBean
 
targetForModelObject(Object) - Static method in class com.atlassian.confluence.api.model.permissions.Target
Deprecated.
since 5.9
targetId - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
targetInContainer(Container, TargetType) - Static method in class com.atlassian.confluence.api.model.permissions.Target
Deprecated.
since 5.9
targetResolver - Variable in class com.atlassian.confluence.api.impl.service.permissions.delegates.CommentOperationDelegate
 
TargetResolver - Interface in com.atlassian.confluence.internal.permissions
 
TargetResolverImpl - Class in com.atlassian.confluence.internal.permissions
 
TargetResolverImpl(AnyTypeDao) - Constructor for class com.atlassian.confluence.internal.permissions.TargetResolverImpl
 
TargetToLatestVersionDecorator - Class in com.atlassian.confluence.security.delegate
Note that if this is used to verify permissions for drafts the delegate will verify permissions on the version the draft points to.
TargetToLatestVersionDecorator(PermissionDelegate) - Constructor for class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
targetType - Variable in class com.atlassian.confluence.api.model.permissions.Target
 
targetType(TargetType) - Method in class com.atlassian.confluence.api.model.permissions.OperationCheckResult.OperationCheckResultBuilder
 
targetType(TargetType) - Method in class com.atlassian.confluence.api.model.permissions.OperationDescription.OperationDescriptionBuilder
 
TargetType - Class in com.atlassian.confluence.api.model.permissions
The type of object subject to an operation, for permissions checks.
TargetUserCanUseConfluenceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the target user has the "can use confluence" permission.
TargetUserCanUseConfluenceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserCanUseConfluenceCondition
 
TargetUserHasPersonalBlogCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
 
TargetUserHasPersonalBlogCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserHasPersonalBlogCondition
 
TargetUserHasPersonalSpaceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the target user has a personal space.
TargetUserHasPersonalSpaceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserHasPersonalSpaceCondition
 
TargetUserIsValidUserCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the target user is a valid user.
TargetUserIsValidUserCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.TargetUserIsValidUserCondition
 
TASK_BODY_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_BODY_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_ID_DATA_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
TASK_ID_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_ID_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_ID_UUID_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
TASK_LIST_CONTENT_ID_DATA_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
TASK_LIST_DIFF_IDENTIFYING_CSS_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
TASK_LIST_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_LIST_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_LIST_IDENTIFYING_CSS_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
TASK_LIST_TAG - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
TASK_LIST_TAG_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
TASK_PREFIX - Static variable in interface com.atlassian.confluence.admin.tasks.AdminTaskConfig
The prefix that all admin task keys will begin with.
TASK_STATUS_COMPLETE - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_STATUS_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_STATUS_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_STATUS_INCOMPLETE - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_TAG - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
TASK_TAG_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
TASK_UUID_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
TASK_UUID_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskConstants
 
taskDone() - Method in class com.atlassian.confluence.plugins.synchrony.tasks.SynchronyConfigTaskTracker
 
taskFinished(LongRunningTaskId) - Method in class com.atlassian.confluence.util.longrunning.DefaultLongRunningTaskManager
 
taskManager - Variable in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
taskManager - Variable in class com.atlassian.confluence.user.actions.SiteSupportAction
 
taskNewerThan(String, UpgradeTask) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
taskNewerThan(String, UpgradeTask) - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
Returns true if the build number for the task is greater than the passed build number.
taskQueue - Variable in class com.atlassian.confluence.impl.admin.actions.AbstractViewIndexQueueAction
 
TaskQueueFlushJob - Class in com.atlassian.confluence.impl.schedule.jobs
Job runner responsible for flushing the queue with the name specified.
TaskQueueFlushJob(TaskQueue) - Constructor for class com.atlassian.confluence.impl.schedule.jobs.TaskQueueFlushJob
 
TaskQueueWrapper - Class in com.atlassian.confluence.jmx
Wraps AbstractErrorQueuedTaskQueue to expose its more interesting statistics via JMX.
TaskQueueWrapper(AbstractErrorQueuedTaskQueue) - Constructor for class com.atlassian.confluence.jmx.TaskQueueWrapper
 
TASKS_REPORT_MACRO - Enum constant in enum class com.atlassian.confluence.macro.count.MacroCreateCustomMetricsDefinitions
 
TASKS_REPORT_MACRO - Static variable in class com.atlassian.confluence.macro.count.MacroCreateCustomMetricsKeys
 
TaskWrapper - Interface in com.atlassian.confluence.impl.util.concurrent
 
TCP_IP - Enum constant in enum class com.atlassian.confluence.cluster.ClusterJoinConfig.ClusterJoinType
 
TCPIPClusterJoinConfig - Class in com.atlassian.confluence.cluster
 
TDMMerger - Class in com.atlassian.confluence.plugins.merge
 
TDMMerger(XmlEventReaderFactory, XmlOutputFactoryProvider, ThreadLocalDelegateExecutorFactory) - Constructor for class com.atlassian.confluence.plugins.merge.TDMMerger
 
team - Enum constant in enum class com.atlassian.confluence.api.model.content.Label.Prefix
 
team - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Label.Prefix
Deprecated.
 
TEAM - Static variable in class com.atlassian.confluence.labels.Namespace
 
TEAM_LABEL_PREFIX - Static variable in class com.atlassian.confluence.labels.LabelParser
 
tearDown() - Method in class com.atlassian.confluence.impl.user.crowd.CrowdLifecycle
 
tearDown() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeListener
 
TEMP_DIR - Static variable in class com.atlassian.confluence.plugins.lookandfeel.ImageScaler
 
TEMP_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
TEMP_DIR_PROP - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
TEMP_FILE_PREFIX - Static variable in class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataUtil
Used to prefix all temp files created as part of writing an attachment input stream to disk.
TempDirectoryTestHelper - Class in com.atlassian.confluence.util
Helper class to centrally handle the creation of temporary directories
TempDirectoryTestHelper() - Constructor for class com.atlassian.confluence.util.TempDirectoryTestHelper
 
template(ContentTemplate) - Method in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalNav
 
TEMPLATE_ALTERNATE_NAMESPACE - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
TEMPLATE_CONTENT_PARAMS - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
TEMPLATE_DISABLE_INPUTS - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
TEMPLATE_NAME - Static variable in class com.atlassian.confluence.mail.jobs.DefaultDailyReportManager
 
TEMPLATE_NAMESPACE - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
TEMPLATE_NAMESPACE_ALTERNATE_PREFIX - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
TEMPLATE_NAMESPACE_PREFIX - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
TEMPLATE_NAMESPACE_URI - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
TEMPLATE_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalContentTemplateNav
 
TEMPLATE_PATH - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.rest.GlobalEntitiesResource
 
TEMPLATE_PATH - Static variable in class com.atlassian.confluence.util.LayoutHelper
 
TemplateConstants - Interface in com.atlassian.confluence.pages.templates
 
TemplateEvent - Class in com.atlassian.confluence.event.events.template
 
TemplateEvent(Object) - Constructor for class com.atlassian.confluence.event.events.template.TemplateEvent
 
TemplateHandler - Interface in com.atlassian.confluence.pages.templates
Processes templates.
TemplateHtmlEntityEncodingPolicy - Interface in com.atlassian.confluence.util.velocity
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
TemplateI18nHandler - Interface in com.atlassian.confluence.pages.templates
Handles i18n in PageTemplates.
templateId - Variable in class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
templateId(ContentTemplateId) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
TemplateListViewEvent - Class in com.atlassian.confluence.event.events.template
Represents a user viewing the page template listview action.
TemplateListViewEvent(Object, Space) - Constructor for class com.atlassian.confluence.event.events.template.TemplateListViewEvent
 
TemplateRemoveEvent - Class in com.atlassian.confluence.event.events.template
 
TemplateRemoveEvent(Object, PageTemplate) - Constructor for class com.atlassian.confluence.event.events.template.TemplateRemoveEvent
 
TemplateRenderer - Interface in com.atlassian.confluence.renderer.template
Generic interface for rendering templates where the templating engine may be provided by a plugin.
TemplateRendererModuleDescriptor - Class in com.atlassian.confluence.renderer.template
Module descriptor for plugin modules that provide a TemplateRenderer implementation for a particular templating language
TemplateRendererModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.renderer.template.TemplateRendererModuleDescriptor
 
TemplateRenderingException - Exception in com.atlassian.confluence.renderer.template
Exception thrown when some error occured while trying to render a particular template.
TemplateRenderingException(String) - Constructor for exception com.atlassian.confluence.renderer.template.TemplateRenderingException
 
TemplateRenderingException(String, Throwable) - Constructor for exception com.atlassian.confluence.renderer.template.TemplateRenderingException
 
TemplateResource - Class in com.atlassian.confluence.plugins.restapi.experimental.resources
 
TemplateResource(ContentTemplateService) - Constructor for class com.atlassian.confluence.plugins.restapi.experimental.resources.TemplateResource
 
TEMPLATES_DIRECTORY - Static variable in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
Directory into which template overrides will be placed in the exported ZIP file
TEMPLATES_LOCATION - Static variable in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
since 5.2, use #getDefaultTemplateLocation(String)
TemplateService - Interface in com.atlassian.confluence.legacyapi.service.content
Deprecated.
since 7.0.1 , use ContentLabelService
TemplateStorageFormatUtils - Class in com.atlassian.confluence.plugins.templates.transformer
Created with IntelliJ IDEA.
TemplateStorageFormatUtils() - Constructor for class com.atlassian.confluence.plugins.templates.transformer.TemplateStorageFormatUtils
 
TemplateSupport - Class in com.atlassian.confluence.util
 
TemplateSupport(ThemeManager, String) - Constructor for class com.atlassian.confluence.util.TemplateSupport
 
templateType(ContentTemplateType) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
TemplateUpdateEvent - Class in com.atlassian.confluence.event.events.template
 
TemplateUpdateEvent(Object, PageTemplate, PageTemplate) - Constructor for class com.atlassian.confluence.event.events.template.TemplateUpdateEvent
 
TemplateVariablePlaceholderServlet - Class in com.atlassian.confluence.plugins.templates.servlet
 
TemplateVariablePlaceholderServlet(PlaceholderImageFactory) - Constructor for class com.atlassian.confluence.plugins.templates.servlet.TemplateVariablePlaceholderServlet
 
temporarilySetCacheMode(CacheMode) - Static method in class com.atlassian.confluence.core.persistence.hibernate.SessionCacheModeThreadLocal
Temporarily set the CacheMode within a try-with-resources code block.
temporarilyShutdownInterferingPlugins(ImportContext) - Method in class com.atlassian.confluence.importexport.DefaultImportExportManager
Deprecated.
 
temporarilyShutdownInterferingPlugins(List<String>) - Method in class com.atlassian.confluence.impl.backuprestore.helpers.PluginTemporaryDisabler
 
TEMPORARY - Enum constant in enum class com.atlassian.confluence.event.events.plugin.PluginDisableEvent.Scope
 
TEMPORARY_UPLOADED_PROFILE_PIC - Static variable in class com.atlassian.confluence.user.SessionKeys
 
TemporaryUploadedPicture - Class in com.atlassian.confluence.user.actions
 
TemporaryUploadedPicture(String, int, int, String, int, int) - Constructor for class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
 
TempPluginParentDirectoryLocator - Class in com.atlassian.confluence.setup
Provides working directories for the plugin manager in a temp directory specifically created for this manager instance.
TempPluginParentDirectoryLocator() - Constructor for class com.atlassian.confluence.setup.TempPluginParentDirectoryLocator
 
TenantAwareJobRescheduler - Class in com.atlassian.confluence.schedule
Ensures all jobs with cron-based triggers are rescheduled in the tenant's timezone.
TenantAwareJobRescheduler(SchedulerService, TimeZoneManager) - Constructor for class com.atlassian.confluence.schedule.TenantAwareJobRescheduler
 
TenantAwareJobReschedulerLifecycle - Class in com.atlassian.confluence.schedule
Ensures that our current tenant or future tenant jobs have their jobs prodded into the correct timezone by TenantAwareJobRescheduler.
TenantAwareJobReschedulerLifecycle() - Constructor for class com.atlassian.confluence.schedule.TenantAwareJobReschedulerLifecycle
 
TenantRegistry - Interface in com.atlassian.confluence.tenant
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
TERM_DELIM_CHARS - Static variable in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
TermFilter - Class in com.atlassian.confluence.impl.search.v2.lucene.filter
Lucene filter that finds documents that match a particular Term.
TermFilter(Term) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.TermFilter
Create a lucene filter that finds documents that match a particular Term.
TerminateBackupRestoreJobRequest - Class in com.atlassian.confluence.impl.backuprestore.events
Cluster event that requires to cancel the job on other nodes (if they are found).
TerminateBackupRestoreJobRequest(Object, long) - Constructor for class com.atlassian.confluence.impl.backuprestore.events.TerminateBackupRestoreJobRequest
 
Terminated - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager.ExternalProcessState
 
Terminating - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager.ExternalProcessState
 
TERMINATOR - Static variable in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
termQuery() - Static method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryBuilders
Deprecated.
 
TermQuery - Class in com.atlassian.confluence.search.v2.query
v2 primitive query
TermQuery(String, String) - Constructor for class com.atlassian.confluence.search.v2.query.TermQuery
 
TermQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
TermQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.TermQueryMapper
 
TermRangeQuery - Class in com.atlassian.confluence.search.v2.query
v2 primitive query
TermRangeQuery(String, Range<String>) - Constructor for class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
TermRangeQuery(String, String, String, boolean, boolean) - Constructor for class com.atlassian.confluence.search.v2.query.TermRangeQuery
 
TermRangeQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
TermRangeQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.TermRangeQueryMapper
 
TermSetQuery - Class in com.atlassian.confluence.search.v2.query
This query represents the underlying TermsQuery (built into Confluence at the moment), which doesn't calculate score and acts merely as a filter.
TermSetQuery(String, Set<String>) - Constructor for class com.atlassian.confluence.search.v2.query.TermSetQuery
 
TermSetQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
TermSetQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.TermSetQueryMapper
 
TermsQuery - Class in com.atlassian.confluence.impl.search.v2.lucene
A copy from org.apache.lucene.search.join.JoinUtil.TermsQuery.
TermsQuery(String, Collection<String>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.TermsQuery
 
TermsQuery(String, BytesRefHash) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.TermsQuery
 
test(int) - Method in interface com.atlassian.confluence.upgrade.BuildNumberUpgradeConstraint
 
test(int) - Method in class com.atlassian.confluence.upgrade.IsNewerThan
 
test(int) - Method in class com.atlassian.confluence.upgrade.IsNewerThanAndConfiguredNumberHighEnough
 
test(ConfluenceUser) - Method in class com.atlassian.confluence.follow.DefaultFollowManager.CanUserUseConfluence
 
test(ImageDimensions) - Method in class com.atlassian.confluence.content.render.image.MemoryAwareImageRenderPredicate
 
test(ImageDimensions) - Method in class com.atlassian.confluence.content.render.image.SimpleImageSizeRenderPredicate
 
test(PluginDataSourceFactory.ResourceView) - Method in enum class com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
 
test(ImportedObject, Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ClassShouldBeExportableFilter
 
test(ImportedObject, Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.HibernateEntityExistenceFilter
 
test(ImportedObject, Class<?>) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ImportedObjectFilter
 
test(ImportedObject, Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.InvalidBandanaRecordFilter
 
test(AttachmentTextExtractor, Attachment) - Method in class com.atlassian.confluence.internal.index.attachment.ShouldExtractAttachmentTextPredicate
 
test(InetAddress, NetworkInterface, int) - Method in class com.atlassian.confluence.util.MulticastRouteTester
 
test(List<?>, Object) - Method in interface com.atlassian.confluence.security.PermissionManager.Criterion
Determine whether a particular entity should be permitted or not.
test(List, Object) - Method in interface com.atlassian.confluence.util.ListUtils.Criterion
 
TEST_ATTACHMENT_NAME - Static variable in class com.atlassian.integrationtest.utils.ItStateManager
 
TEST_BLOGPOST_TITLE - Static variable in class com.atlassian.integrationtest.utils.ItStateManager
 
TEST_PAGE_BODY - Static variable in class com.atlassian.integrationtest.utils.ItStateManager
 
TEST_PAGE_TITLE - Static variable in class com.atlassian.integrationtest.utils.ItStateManager
 
TEST_SPACE_KEY - Static variable in class com.atlassian.integrationtest.utils.ItStateManager
 
TEST_STRING - Static variable in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
TEST_STRING - Static variable in class com.atlassian.confluence.util.FileNameEncodingTester
 
TEST_STRING_CHANGED - Static variable in class com.atlassian.confluence.admin.actions.debug.EncodingTestAction
 
TEST_STRING_CHANGED - Static variable in class com.atlassian.confluence.util.FileNameEncodingTester
 
TestAvatarProvider<T,I> - Class in com.atlassian.confluence.avatar
 
TestAvatarProvider() - Constructor for class com.atlassian.confluence.avatar.TestAvatarProvider
 
testClass - Variable in class com.atlassian.confluence.test.util.AnnotatedMethodTemplate
 
testClass - Variable in class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
Deprecated.
 
testClass - Variable in class com.atlassian.confluence.util.test.rules.TestResource
Deprecated.
 
testConnection(Directory) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
testConnection(String, Connection) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
TestContentType - Class in com.atlassian.confluence.content
 
TestContentType() - Constructor for class com.atlassian.confluence.content.TestContentType
 
testDataCreator - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
TestDataCreator - Class in com.atlassian.testsupport
Helper class to generate test data for bulk action tests.
TestDataCreator(SpaceManager, PageManager, LabelManager) - Constructor for class com.atlassian.testsupport.TestDataCreator
 
testFailure(Failure) - Method in class com.atlassian.confluence.util.test.timing.TestTimingListener
 
testFinished(Description) - Method in class com.atlassian.confluence.util.test.timing.TestTimingListener
 
TestMethodLocator - Class in com.atlassian.confluence.util.test.rules
Deprecated.
since 7.20 no replacement
TestMethodLocator(Class) - Constructor for class com.atlassian.confluence.util.test.rules.TestMethodLocator
Deprecated.
 
testOperations(FileStore.Path) - Static method in class com.atlassian.confluence.impl.pages.attachments.AttachmentStorageChecker
 
TestResource<T> - Class in com.atlassian.confluence.util.test.rules
Deprecated.
since 7.20 no replacement
TestResource(Class, String) - Constructor for class com.atlassian.confluence.util.test.rules.TestResource
Deprecated.
 
testStarted(Description) - Method in class com.atlassian.confluence.util.test.timing.TestTimingListener
 
TestTimer - Class in com.atlassian.confluence.util.test.timing
Print timing information for JUnit4 tests.
TestTimingListener - Class in com.atlassian.confluence.util.test.timing
Logs timings around all tests run.
TestTimingListener() - Constructor for class com.atlassian.confluence.util.test.timing.TestTimingListener
 
testWebhook(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
 
text(String) - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResultItem.Builder
 
TEXT - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
TEXT - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
TEXT - Enum constant in enum class com.atlassian.confluence.plugins.contentproperty.index.schema.SchemaFieldType
Indexed, not stored, tokenized.
TEXT - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
TEXT_COLOR_DESIGN_TOKEN_PATTERN - Static variable in class com.atlassian.confluence.util.ColourUtils
 
TEXT_COLOR_RGB_PATTERN - Static variable in class com.atlassian.confluence.util.ColourUtils
 
TEXT_FRIENDLY_NAME - Static variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
TEXT_FRIENDLY_NAME - Static variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
TEXT_MIME_TYPE - Static variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
TEXT_MIME_TYPE - Static variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
TextAreaVariable - Class in com.atlassian.confluence.pages.templates.variables
 
TextAreaVariable(String, int, int) - Constructor for class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
TextAreaVariable(String, String, int, int) - Constructor for class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
TextColorTransformer - Class in com.atlassian.confluence.content.render.xhtml.view.theming
When fragment has style attribute with legacy color, it will be transformed to design token color
TextColorTransformer(XmlEventReaderFactory, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.theming.TextColorTransformer
 
TextContentPropertyAliasFieldHandler - Class in com.atlassian.confluence.plugins.contentproperty.search.fields
A Field handler for a text content property field alias.
TextContentPropertyAliasFieldHandler(String, ContentPropertySchemaField, boolean) - Constructor for class com.atlassian.confluence.plugins.contentproperty.search.fields.TextContentPropertyAliasFieldHandler
 
TextExtractingXmlFragmentEventReader - Class in com.atlassian.confluence.content.render.xhtml
Class wraps another {code}XmlEventReader{code} to extract text from the XML that has been read.
TextExtractingXmlFragmentEventReader(XMLEventReader) - Constructor for class com.atlassian.confluence.content.render.xhtml.TextExtractingXmlFragmentEventReader
 
TextFieldDescriptor - Class in com.atlassian.confluence.plugins.index.api
Deprecated.
TextFieldDescriptor(TextFieldMapping, String) - Constructor for class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
Deprecated.
 
TextFieldDescriptor(String, String, FieldDescriptor.Store) - Constructor for class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
Deprecated.
 
TextFieldDescriptor(String, String, FieldDescriptor.Store, AnalyzerDescriptorProvider) - Constructor for class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
Deprecated.
Create a text field with a custom analyzer.
TextFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for analyzed text.
TextFieldMapping(TextFieldMapping.Builder) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping
 
TextFieldMapping.Builder - Class in com.atlassian.confluence.plugins.index.api.mapping
 
TextFieldQuery - Class in com.atlassian.confluence.search.v2.query
Represents a raw query from the user that may be parsed.
TextFieldQuery(String, AnalyzerDescriptorProvider, BooleanOperator, String) - Constructor for class com.atlassian.confluence.search.v2.query.TextFieldQuery
Construct a query with a custom analyzer.
TextFieldQuery(String, String, BooleanOperator) - Constructor for class com.atlassian.confluence.search.v2.query.TextFieldQuery
 
TextFieldQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
A mapper for TextFieldQuerys.
TextFieldQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.TextFieldQueryMapper
 
TextQuery - Class in com.atlassian.confluence.search.v2.query
A multi text field query that searches across a range of text fields for the query string
TextQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.TextQuery
 
TextQuery(String, Set<String>) - Constructor for class com.atlassian.confluence.search.v2.query.TextQuery
 
TextSearchQuery - Class in com.atlassian.confluence.search.v2.query
This query represents a text search on a Lucene field.
TextSearchQuery(String, String, BooleanOperator) - Constructor for class com.atlassian.confluence.search.v2.query.TextSearchQuery
 
tf(float) - Method in class com.atlassian.confluence.internal.index.lucene.EdgeIndexSimilarity
 
Theme - Interface in com.atlassian.confluence.themes
 
THEME - Static variable in class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
 
THEME_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
THEME_ICON - Static variable in class com.atlassian.confluence.util.LayoutHelper
 
THEME_SETTINGS - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
themeChangedEvent(ThemeChangedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
ThemeChangedEvent - Class in com.atlassian.confluence.themes.events
Fired when a new theme is selected, either globally or for an individual space.
ThemeChangedEvent(Object, String, String, String) - Constructor for class com.atlassian.confluence.themes.events.ThemeChangedEvent
 
ThemeColorsStylesheetAction - Class in com.atlassian.confluence.core.actions
Used for rendering theme stylesheets which are Velocity templates.
ThemeColorsStylesheetAction() - Constructor for class com.atlassian.confluence.core.actions.ThemeColorsStylesheetAction
 
ThemeContext - Class in com.atlassian.confluence.themes
Context object placed in the HttpServletRequest attributes that the theme manager can use to determine what the 'context' of the current request might be.
ThemeContext(Space, Theme, Theme) - Constructor for class com.atlassian.confluence.themes.ThemeContext
 
ThemeContextInterceptor - Class in com.atlassian.confluence.themes
Interceptor to put information in the Http Request object that can be used by the themeing subsystem to determine which theme to apply to the request.
ThemeContextInterceptor() - Constructor for class com.atlassian.confluence.themes.ThemeContextInterceptor
 
ThemeContextRequestHelper - Class in com.atlassian.confluence.impl.themes
A utility class for examining the servlet request and setiing up the ThemeContext.
ThemeContextRequestHelper(ThemeManager, SpaceManager) - Constructor for class com.atlassian.confluence.impl.themes.ThemeContextRequestHelper
 
ThemedDecorator - Interface in com.atlassian.confluence.themes
 
ThemeHelper - Interface in com.atlassian.confluence.themes
 
themeKey - Variable in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
ThemeKeyDao - Interface in com.atlassian.confluence.impl.themes
Defines operations for retrieving theme keys from a data store.
themeManager - Variable in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
themeManager - Variable in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
themeManager - Variable in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
themeManager - Variable in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
ThemeManager - Interface in com.atlassian.confluence.themes
 
ThemeModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
ThemeModuleDescriptor(ModuleFactory, PluginAccessor, WebResourceIntegration) - Constructor for class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
 
ThemeResource - Class in com.atlassian.confluence.functest.rest.admin
Gets and sets global and space themes.
ThemeResource - Interface in com.atlassian.confluence.themes
Represents a custom stylesheet or javascript associated with a theme.
ThemeResource(ThemeManager) - Constructor for class com.atlassian.confluence.functest.rest.admin.ThemeResource
 
ThemeResource.Type - Enum Class in com.atlassian.confluence.themes
 
thereAreMoreAdmins() - Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
TheSameSpaceBackupRestoreJobAlreadyInProgressException - Exception in com.atlassian.confluence.backuprestore.exception
It is thrown when another space backup/restore operation is in progress or in the queue.
TheSameSpaceBackupRestoreJobAlreadyInProgressException(String) - Constructor for exception com.atlassian.confluence.backuprestore.exception.TheSameSpaceBackupRestoreJobAlreadyInProgressException
 
THREAD_LIMITER_DISABLED - Static variable in interface com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsService
 
THREAD_LOCAL_CONTEXT_TASK_WRAPPER - Static variable in class com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
Deprecated.
 
ThreadedCommentsCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Condition that checks if threaded comments is allowed in global settings.
ThreadedCommentsCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ThreadedCommentsCondition
 
ThreadLimiterAnalyticsJob - Class in com.atlassian.confluence.impl.threadlimiter
Job responsible for sending analytics events for the thread limiter.
ThreadLimiterAnalyticsJob(ThreadLimiterAnalyticsService) - Constructor for class com.atlassian.confluence.impl.threadlimiter.ThreadLimiterAnalyticsJob
 
ThreadLimiterAnalyticsService - Interface in com.atlassian.confluence.impl.threadlimiter.analyticsservice
Interface for the thread limiter analytics service.
ThreadLimiterAnalyticsServiceImpl - Class in com.atlassian.confluence.impl.threadlimiter.analyticsservice
Class responsible for collecting and sending analytics which will be used by the thread limiter analytics service.
ThreadLimiterAnalyticsServiceImpl(EventPublisher, MacroViewAnalyticsStorage, SearchRequestsAnalyticsStorage, SystemInformationService, ClusterManager) - Constructor for class com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsServiceImpl
 
threadLimiterAnalyticsServiceRef - Static variable in interface com.atlassian.confluence.impl.threadlimiter.analyticsservice.ThreadLimiterAnalyticsService
 
ThreadLimiterStatisticsEvent - Class in com.atlassian.confluence.impl.threadlimiter
Event used for thread limiter statistics.
ThreadLimiterStatisticsEvent(Integer, Integer, Map<Integer, Long>, Map<Integer, Long>, Long, Long, Long) - Constructor for class com.atlassian.confluence.impl.threadlimiter.ThreadLimiterStatisticsEvent
 
ThreadLimiterStatisticsSender() - Constructor for class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager.ThreadLimiterStatisticsSender
 
ThreadLocalCache - Class in com.atlassian.confluence.cache
A generic cache for "stuff" that is only needed for the lifetime of a web request or scheduled job.
ThreadLocalCache() - Constructor for class com.atlassian.confluence.cache.ThreadLocalCache
 
ThreadLocalCacheAccessor<K,V> - Class in com.atlassian.confluence.cache
A type-safe way of accessing the threadlocal cache
ThreadLocalCacheFilter - Class in com.atlassian.confluence.web.filter
Filter that sets up and destroys the per-web-request generic threadlocal cache.
ThreadLocalCacheFilter() - Constructor for class com.atlassian.confluence.web.filter.ThreadLocalCacheFilter
 
ThreadLocalCleanUpSynchronization - Class in com.atlassian.confluence.internal.content.collab
A TransactionSynchronization which can clean up ThreadLocal data after it is finish
ThreadLocalCleanUpSynchronization(ThreadLocal<? extends ReconcileContentRegisterTask>) - Constructor for class com.atlassian.confluence.internal.content.collab.ThreadLocalCleanUpSynchronization
 
ThreadLocalIndexerControl - Class in com.atlassian.confluence.search
Allows the enabling and disabling of indexing for the current executing thread.
ThreadLocalMap<K,V> - Class in com.atlassian.confluence.concurrent
A thread local, resettable hash map
ThreadLocalMap() - Constructor for class com.atlassian.confluence.concurrent.ThreadLocalMap
 
ThreadLocalMethodHooks - Class in com.atlassian.confluence.impl.profiling
Provides a mechanism to register thread-local interceptors for arbitrary method calls.
ThreadLocalMimeBodyPartRecorder - Class in com.atlassian.confluence.mail.embed
This implementation relies on a ThreadLocal to keep track of embeddable images.
ThreadLocalMimeBodyPartRecorder() - Constructor for class com.atlassian.confluence.mail.embed.ThreadLocalMimeBodyPartRecorder
 
ThreadLocalPermissionsCacheInternal - Class in com.atlassian.confluence.internal.security
Wrapper around the ThreadLocalCache to deal with caching space permissions and application access.
ThreadLocalPermissionsCacheInternal() - Constructor for class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
ThreadLocalProfilePictureCache - Class in com.atlassian.confluence.user
Wrapper around the ThreadLocalCache to deal with caching user profilepictures
ThreadLocalProfilePictureCache() - Constructor for class com.atlassian.confluence.user.ThreadLocalProfilePictureCache
 
ThreadLocalReadOnlyAccessCacheInternal - Class in com.atlassian.confluence.internal.accessmode
Wrapper around the ThreadLocalCache to deal with caching read-only access.
ThreadLocalReadOnlyAccessCacheInternal() - Constructor for class com.atlassian.confluence.internal.accessmode.ThreadLocalReadOnlyAccessCacheInternal
 
ThreadLocalSchedulerControl - Class in com.atlassian.confluence.impl.schedule.caesium
Allows the enabling and disabling of scheduler for the current executing thread.
ThreadLocalTenantGate - Class in com.atlassian.confluence.impl.tenant
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
ThreadLocalTenantGate() - Constructor for class com.atlassian.confluence.impl.tenant.ThreadLocalTenantGate
Deprecated.
 
ThreadLocalTransformationDateFormats - Class in com.atlassian.confluence.content.render.xhtml
Serves date formats from thread local storage to avoid synchronisation.
ThreadLocalTransformationDateFormats() - Constructor for class com.atlassian.confluence.content.render.xhtml.ThreadLocalTransformationDateFormats
 
ThreadlocalWebResourceDependenciesRecorder - Class in com.atlassian.confluence.api.impl.service.content
Implements recording of webresource dependencies via a thread local mechanism.
ThreadlocalWebResourceDependenciesRecorder(WebResourceAssemblerFactory, LegacyPageBuilderService) - Constructor for class com.atlassian.confluence.api.impl.service.content.ThreadlocalWebResourceDependenciesRecorder
 
THREE_EQUAL - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
 
THREE_WITH_SIDEBARS - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
 
THRESHOLD_IN_SECONDS_KEY - Static variable in class com.atlassian.confluence.impl.event.DurationChecker
 
thresholdElapsed() - Method in class com.atlassian.confluence.impl.event.DurationChecker
Checks whether amount of time that is passed between the events has exceeded the threshold
THROW - Enum constant in enum class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR
Throw an exception when the limit is reached.
throwableUnsupportedSubjectType(Object) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
Returns throwable to indicate that certain SubjectType is not supported for ContentRestrictions operations.
throwCollapsedException(String) - Static method in class com.atlassian.confluence.api.model.reference.Collapsed.Exceptions
 
ThrowExceptionOnFragmentTransformationError - Class in com.atlassian.confluence.content.render.xhtml.transformers
Just propagates the exception thrown in fragment transformation as a runtime exception.
ThrowExceptionOnFragmentTransformationError() - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.ThrowExceptionOnFragmentTransformationError
 
throwFirstErrorIfExists() - Method in class com.atlassian.confluence.rest.client.graphql.GraphQLQueryResponse
Throw an exception for the first error returned by this response.
throwIfInvalid() - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
Deprecated.
throwIfInvalid() - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Deprecated.
throwIfInvalid(String) - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
throwIfInvalid(String) - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Deprecated.
throwIfNotSuccessful() - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
 
throwIfNotSuccessful() - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Converts this validation result into a ServiceException and throws it.
throwIfNotSuccessful(String) - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
 
throwIfNotSuccessful(String) - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Converts this validation result into a ServiceException and throws it.
throwIfNotValid(String) - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
throwIfNotValid(String) - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Deprecated.
Throwing2TransactionCallback<T,X1 extends Exception,X2 extends Exception> - Interface in com.atlassian.confluence.plugins.contentproperty.transaction
Callback for a Transaction that supports throwing exceptions.
ThrowingTransactionCallback<T,X extends Exception> - Interface in com.atlassian.confluence.plugins.contentproperty.transaction
Callback for a Transaction that supports throwing exceptions.
ThrowingTransactionTemplate - Class in com.atlassian.confluence.plugins.contentproperty.transaction
TransactionTemplate that supports throwing checked exceptions.
ThrowingTransactionTemplate(TransactionalHostContextAccessor) - Constructor for class com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionTemplate
 
throwNotAuthenticated(String) - Method in class com.atlassian.sal.confluence.permission.ConfluencePermissionEnforcer
 
throwNotAuthorised(String) - Method in class com.atlassian.sal.confluence.permission.ConfluencePermissionEnforcer
 
throwsException(Person, Target, Class<? extends RuntimeException>) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.OperationCheckMatchers
 
throwWhenLimitReached - Variable in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
THUMBNAIL - Static variable in class com.atlassian.confluence.api.model.link.LinkType
 
THUMBNAIL_DEFAULT_WIDTH - Static variable in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
default thumbnail max height and max width
THUMBNAIL_DIR_NAME - Static variable in interface com.atlassian.confluence.impl.pages.thumbnail.ThumbnailManagerInternal
 
THUMBNAIL_DOWNLOAD_RESOURCE_PREFIX - Enum constant in enum class com.atlassian.confluence.importexport.resource.DownloadResourcePrefixEnum
 
THUMBNAIL_IMAGE_ATTR - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
THUMBNAIL_IMAGE_DARK_FEATURE - Static variable in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
 
THUMBNAIL_PATH_SUFFIX - Static variable in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
ThumbnailDownload - Class in com.atlassian.confluence.servlet.download
 
ThumbnailDownload() - Constructor for class com.atlassian.confluence.servlet.download.ThumbnailDownload
 
ThumbnailDownloadResourceManager - Class in com.atlassian.confluence.importexport.resource
 
ThumbnailDownloadResourceManager(PermissionManager, AttachmentManager, ConfluenceUserDao, AttachmentUrlParser, ThumbnailManagerInternal, ContextPathHolder) - Constructor for class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceManager
 
ThumbnailDownloadResourceManager(PermissionManager, AttachmentManager, ConfluenceUserDao, AttachmentUrlParser, ThumbnailManager, ContextPathHolder) - Constructor for class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceManager
Deprecated.
since 7.12
ThumbnailDownloadResourceReader - Class in com.atlassian.confluence.importexport.resource
 
ThumbnailDownloadResourceReader(Attachment, File, InputStreamSource) - Constructor for class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceReader
 
ThumbnailGenerator - Interface in com.atlassian.confluence.impl.pages.thumbnail.renderer
 
ThumbnailInfo - Class in com.atlassian.confluence.pages.thumbnail
Responsible for setting the height and width of thumbnails appropriately and generating the HTML for rendering them in a page.
ThumbnailInfo(ImageDetails, ImageDimensions, String) - Constructor for class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
Creates a thumbnail info for the given image details and maximum dimensions.
ThumbnailInfo(ImageDetails, Dimensions, String) - Constructor for class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
ThumbnailManager - Interface in com.atlassian.confluence.pages.thumbnail
 
ThumbnailManagerInternal - Interface in com.atlassian.confluence.impl.pages.thumbnail
Exposes internal implementation details of ThumbnailManager.
ThumbnailRemovingListener - Class in com.atlassian.confluence.event.listeners
Removes thumbnails when an attachment is removed or updated.
ThumbnailRemovingListener(ThumbnailManager, AttachmentManager, EventPublisher) - Constructor for class com.atlassian.confluence.event.listeners.ThumbnailRemovingListener
 
ThumbnailRenderer - Class in com.atlassian.confluence.impl.pages.thumbnail.renderer
 
ThumbnailRenderer(Thumber, Predicate<Dimensions>) - Constructor for class com.atlassian.confluence.impl.pages.thumbnail.renderer.ThumbnailRenderer
Deprecated.
ThumbnailRenderer(Thumber, Predicate<ImageDimensions>) - Constructor for class com.atlassian.confluence.impl.pages.thumbnail.renderer.ThumbnailRenderer
 
ThumbnailRenderException - Exception in com.atlassian.confluence.pages.thumbnail
 
ThumbnailRenderException(String) - Constructor for exception com.atlassian.confluence.pages.thumbnail.ThumbnailRenderException
 
ThumbnailRenderException(String, Throwable) - Constructor for exception com.atlassian.confluence.pages.thumbnail.ThumbnailRenderException
 
ThumbnailRenderException(Throwable) - Constructor for exception com.atlassian.confluence.pages.thumbnail.ThumbnailRenderException
 
Thumbnails - Class in com.atlassian.confluence.pages.thumbnail
Retrieves or constructs ThumbnailInfo objects for a list of image Attachments, and determines the maximum height and width of the thumbnails and images so that the rendered columns and rows can be sized appropriately.
Thumbnails(List<Attachment>, int, ThumbnailManager) - Constructor for class com.atlassian.confluence.pages.thumbnail.Thumbnails
Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments.
Thumbnails(List<Attachment>, ImagePathHelper, int, AttachmentManager, ThumbnailManager) - Constructor for class com.atlassian.confluence.pages.thumbnail.Thumbnails
Thumbnails(List<Attachment>, ImagePathHelper, int, ThumbnailManager) - Constructor for class com.atlassian.confluence.pages.thumbnail.Thumbnails
Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments.
Thumbnails(List<Attachment>, String, int, AttachmentManager, ThumbnailManager) - Constructor for class com.atlassian.confluence.pages.thumbnail.Thumbnails
THUMBNAILS_URL_PREFIX - Static variable in class com.atlassian.confluence.servlet.FileServerServlet
 
ThumbnailURIResolver - Class in com.atlassian.confluence.importexport.resolvers
Deprecated.
since 7.14 unused
ThumbnailURIResolver() - Constructor for class com.atlassian.confluence.importexport.resolvers.ThumbnailURIResolver
Deprecated.
since 7.12
ThumbnailURIResolver(FilesystemPath) - Constructor for class com.atlassian.confluence.importexport.resolvers.ThumbnailURIResolver
Deprecated.
 
ThumbnailViewEvent - Class in com.atlassian.confluence.event.events.content.attachment
Event fired every time an attachment's thumbnail is viewed.
ThumbnailViewEvent(Object, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.ThumbnailViewEvent
 
THUMBS_DOWN - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
THUMBS_UP - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
TICK - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
Time - Class in com.atlassian.confluence.content.render.xhtml.model.time
Transforming model for <time> element.
Time(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.time.Time
 
TIME_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeConstants
 
TIME_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeConstants
 
TIME_FORMAT - Static variable in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
The format used for times in the REST plugin.
TIME_FORMAT - Static variable in class com.atlassian.confluence.rest.serialization.jackson2.Dates
Deprecated.
since 5.7. This date time format will follow that provided by ISODateTimeFormat.dateTime()
timedAnalytics() - Static method in interface com.atlassian.confluence.util.profiling.TimedAnalytics
 
TimedAnalytics - Interface in com.atlassian.confluence.util.profiling
 
TimedAnalyticsEvent(String, Duration, Duration) - Constructor for class com.atlassian.confluence.impl.profiling.TimedAnalyticsImpl.TimedAnalyticsEvent
 
TimedAnalyticsImpl - Class in com.atlassian.confluence.impl.profiling
 
TimedAnalyticsImpl(Consumer<TimedAnalyticsImpl.TimedAnalyticsEvent>) - Constructor for class com.atlassian.confluence.impl.profiling.TimedAnalyticsImpl
 
TimedAnalyticsImpl.TimedAnalyticsEvent - Class in com.atlassian.confluence.impl.profiling
 
TimedAnalyticsWirer - Class in com.atlassian.confluence.util.profiling
Provides a singleton TimedAnalytics instance that's available even before the application has loaded anything, and then wire it to Atlassian Analytics plugin when the latter becomes available.
TimedAnalyticsWirer(EventPublisher) - Constructor for class com.atlassian.confluence.util.profiling.TimedAnalyticsWirer
 
TimeModelDecorator - Interface in com.atlassian.confluence.content.render.xhtml.storage.time
 
timeout() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
The Timeout object for this Conversion.
timeout() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
timeout() - Method in class com.atlassian.confluence.renderer.PageContext
 
TIMEOUT_LOCK_MINUTES - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.dao.SmartIdGenerator
Ids should be retrieved immediately.
TIMEOUT_POLICY_PARAMETER_NAME - Static variable in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
TimeoutPolicy - Enum Class in com.atlassian.confluence.impl.schedule.caesium
Used in cluster jobs and defines job behaviour when cluster synchronisation lock is timed out
TimePeriod - Class in com.atlassian.confluence.util
Deprecated.
Since 5.4.
TimePeriod() - Constructor for class com.atlassian.confluence.util.TimePeriod
Deprecated.
 
TimePeriod(long, TimeUnit) - Constructor for class com.atlassian.confluence.util.TimePeriod
Deprecated.
 
timer(MeterRegistry, Tag...) - Method in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
Get/create a Micrometer Timer with the given tags.
timer(MeterRegistry, String...) - Method in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
Get/create a Micrometer Timer with the given tags.
timer(String...) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneIndexMetrics
Create a timer to capture time metrics names[0], name[0].name[1], .., name[0].name[1]...name[n-1].
Timer - Class in com.atlassian.confluence.impl.search.actions
 
Timer() - Constructor for class com.atlassian.confluence.impl.search.actions.Timer
 
TimerSnapshot - Interface in com.atlassian.confluence.util.profiling
Returns the time in the unit specified.
Timestamped - Interface in com.atlassian.confluence.event.events
An event with a timestamp, most likely implemented by a subclass of ApplicationEvent.
TimestampProvider() - Constructor for class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl.TimestampProvider
 
TIMESTMP_FMT - Static variable in enum class com.atlassian.confluence.setup.BuildInformation
 
TimeZone - Class in com.atlassian.confluence.core
Represents an instance of an valid time zone, wrapping a TimeZone.
TimingEventPublisher - Class in com.atlassian.confluence.event
An EventPublisher implementation that times how long it takes to publish an event, and logs a warning if the time is above a threshold.
TimingRunner - Class in com.atlassian.confluence.util.test.timing
Block Runner that ensures we're generating basic timing logging as we run.
TimingRunner(Class<?>) - Constructor for class com.atlassian.confluence.util.test.timing.TimingRunner
Creates a BlockJUnit4ClassRunner to run klass
TimingSpringJUnit4ClassRunner - Class in it.com.atlassian.confluence
Log test timing info while running Spring wired tests.
TimingSpringJUnit4ClassRunner(Class<?>) - Constructor for class it.com.atlassian.confluence.TimingSpringJUnit4ClassRunner
Creates a BlockJUnit4ClassRunner to run klass
TINY_UI - Static variable in class com.atlassian.confluence.api.model.link.LinkType
 
TinyMceEditor - Class in com.atlassian.confluence.tinymceplugin
 
TinyMceEditor() - Constructor for class com.atlassian.confluence.tinymceplugin.TinyMceEditor
 
TinyUrl - Class in com.atlassian.confluence.pages
 
TinyUrl(long) - Constructor for class com.atlassian.confluence.pages.TinyUrl
 
TinyUrl(AbstractPage) - Constructor for class com.atlassian.confluence.pages.TinyUrl
 
TinyUrl(String) - Constructor for class com.atlassian.confluence.pages.TinyUrl
 
TinyUrlAction - Class in com.atlassian.confluence.pages.actions
Action that the TinyUrlServlet redirects to, as we want to do (testable) things with permissions and page availability.
TinyUrlAction() - Constructor for class com.atlassian.confluence.pages.actions.TinyUrlAction
 
TinyUrlAware - Interface in com.atlassian.confluence.pages.actions
Provides tiny urls.
TinyUrlServlet - Class in com.atlassian.confluence.servlet
 
TinyUrlServlet() - Constructor for class com.atlassian.confluence.servlet.TinyUrlServlet
 
TinyUrlSupportedCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
TinyUrlSupportedCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.TinyUrlSupportedCondition
 
title - Variable in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
title - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
title - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
title - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
title(String) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
title(String) - Method in class com.atlassian.confluence.api.model.search.ContainerSummary.Builder
 
title(String) - Method in class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
TITLE - Enum constant in enum class com.atlassian.confluence.content.CustomContentManager.SortField
 
TITLE - Enum constant in enum class com.atlassian.confluence.macro.params.SortType
Sort by title.
TITLE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
TITLE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
TITLE_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
TITLE_FIELD_BOOST - Static variable in class com.atlassian.confluence.internal.search.v2.DefaultSiteTextSearchQueryFactory
 
TitleAndSpaceKeyPageLocator - Class in com.atlassian.confluence.content.service.page
Returns the page with the given space key and title.
TitleAndSpaceKeyPageLocator(PageManager, String, String) - Constructor for class com.atlassian.confluence.content.service.page.TitleAndSpaceKeyPageLocator
 
TitleChangeListener - Class in com.atlassian.confluence.core.listeners
Listens for ConfluenceEntityUpdated events that represent changes in the display title.
TitleChangeListener(ChangeIndexer) - Constructor for class com.atlassian.confluence.core.listeners.TitleChangeListener
 
TitleExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Responsible for extracting titles for various entities.
TitleExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.TitleExtractor
 
TitleSort - Class in com.atlassian.confluence.search.v2.sort
Order search results by title
TitleSort(SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.TitleSort
 
TLS_HOSTNAME_VERIFICATION_DISABLED - Static variable in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
tlsRequired(boolean) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
to() - Method in interface com.atlassian.confluence.plugins.opensearch.mappers.query.OpenSearchRangeQueryMapper.RangeQueryFacade
 
to(T) - Static method in class com.atlassian.confluence.api.model.reference.Reference
Create an expanded reference to the referent value.
TO - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
TO_DATE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
toAbsoluteUriBuilder() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
toAbsoluteUriBuilder() - Method in interface com.atlassian.confluence.rest.v2.api.services.RestNavigation.RestBuilder
converts this builder to a jersey URI builder
toAffectedObject() - Method in class com.atlassian.confluence.impl.audit.AffectedObjectEntity
Deprecated.
 
toArray() - Method in class com.atlassian.confluence.api.model.Expansions
 
toArray() - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
toArray() - Method in class com.atlassian.confluence.legacyapi.service.Expansions
Deprecated.
 
toArray() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
toArray(A[]) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
toArray(T[]) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
toAuditEntity(AuditRecordEntity, CoverageArea, CoverageLevel) - Method in class com.atlassian.confluence.internal.audit.AuditFormatConverter
 
toBooleanQuery() - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Returns a BooleanQuery instance using the current state of this BooleanQueryFactory.
toBooleanRestriction(BooleanRestrictionEntity) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts from a BooleanRestrictionEntity to a BooleanRestriction.
toBooleanRestrictionEntity(BooleanRestriction) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts from a BooleanRestriction to a BooleanRestrictionEntity.
toBuilder() - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager.DecoratedSearch
 
toBuilder() - Method in class com.atlassian.confluence.search.v2.ChangesSearch
 
toBuilder() - Method in class com.atlassian.confluence.search.v2.ContentSearch
 
toBuilder() - Method in class com.atlassian.confluence.search.v2.DefaultSearch
 
toBuilder() - Method in class com.atlassian.confluence.search.v2.DefaultSearchWithToken
 
toBuilder() - Method in interface com.atlassian.confluence.search.v2.ISearch
 
toBuilder() - Method in interface com.atlassian.confluence.search.v2.SearchWithToken
 
toCalendar(Date) - Static method in class com.atlassian.confluence.pages.BlogPost
 
toChangedValue() - Method in class com.atlassian.confluence.impl.audit.ChangedValueEntity
Deprecated.
 
toClusteredJob() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
rawParameters can only be read once, so this method should be called only once.
toComEither(Either<L, R>) - Static method in class com.atlassian.confluence.util.FugueConversionUtil
Deprecated.
 
toComMaybe(Optional<T>) - Static method in class com.atlassian.confluence.util.FugueConversionUtil
Deprecated.
 
toComOption(Optional<T>) - Static method in class com.atlassian.confluence.util.FugueConversionUtil
Deprecated.
 
toComPair(Pair<L, R>) - Static method in class com.atlassian.confluence.util.FugueConversionUtil
Deprecated.
 
toConsumable(Document) - Method in class com.atlassian.confluence.internal.index.lucene.AbstractDocumentCollector
 
toConsumable(Document) - Method in class com.atlassian.confluence.internal.index.lucene.FieldValuesCollector
 
toConsumable(Document) - Method in class com.atlassian.confluence.internal.index.lucene.ScoredDocumentCollector
 
toContentRepresentation() - Method in class com.atlassian.confluence.core.BodyType
 
toCrowdUser(User) - Method in class com.atlassian.confluence.user.crowd.CrowdUserConversionHelper
Returns the Embedded Crowd user which corresponds to the given legacy user, using a direct cast if possible.
toDate(Date) - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
 
toDate(DateTime) - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
toDatePath(Date) - Static method in class com.atlassian.confluence.pages.BlogPost
 
TODAY - Static variable in class com.atlassian.confluence.impl.search.v2.lucene.SinceDateQueryFactory
 
toDefaultTrustedApplication(EncryptionProvider) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
Create an instance of TrustedApplication based on this instance of ConfluenceTrustedApplication.
toEndOfMonth(Calendar, boolean) - 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
toEntityReference(Object) - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
toEntityReference(Object) - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
toEntityReference(String, Class<? extends EntityType>) - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
toEntityReference(String, Class<? extends EntityType>) - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
toEntry(ConfluenceIndexTask) - Method in class com.atlassian.confluence.internal.search.queue.JournalIndexTaskQueue
Converts an ConfluenceIndexTask to a JournalEntry.
toEntry(T) - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
Convert a task into a journal entry.
toFileName(String) - Method in class com.atlassian.confluence.util.test.rules.TestResource
Deprecated.
Composes the file name of the resource based upon a hyphenated version of the test class and method name and the given name suffix.
toFormParameterName(String) - Method in class com.atlassian.confluence.security.SpacePermission
toFunctionScore(ComposableScoreFunction, FunctionScore.Builder) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.score.ComposableScoreFunctionMapper
 
toFunctionScoreQuery(ScoreFunction, FunctionScoreQuery.Builder) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.score.ScoreFunctionMapper
 
toggleAppMonitoringEnabled() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
toggleIpdMonitoringEnabled() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
toggleJmxEnabled() - Method in class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
toggleReadOnlyMode(boolean) - Method in class com.atlassian.confluence.functest.rest.admin.AccessModeResource
 
toHQL(long, MembershipQuery<T>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HQLMembershipQueryTranslator
 
toHQL(long, MembershipQuery<T>, boolean) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HQLMembershipQueryTranslator
 
toHSL(Color) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns the color value in the HSL space
toHtml(String) - Static method in class com.atlassian.confluence.util.PlainTextToHtmlConverter
The function converts plain text into html in two steps.
toI18NKey() - Method in class com.atlassian.confluence.spaces.SpaceType
 
toInt() - Method in class com.atlassian.confluence.core.BodyType
 
toInteger() - Method in class com.atlassian.confluence.upgrade.BuildNumber
 
toIoEither(Either<L, R>) - Static method in class com.atlassian.confluence.util.FugueConversionUtil
Deprecated.
 
toIoPair(Pair<L, R>) - Static method in class com.atlassian.confluence.util.FugueConversionUtil
Deprecated.
 
toJobConfig(String, boolean, long, int) - Static method in class com.atlassian.confluence.schedule.ScheduledSimpleJob
 
toJobConfig(String, boolean, long, int, int) - Static method in class com.atlassian.confluence.schedule.ScheduledSimpleJob
 
toJobConfig(String, boolean, String) - Static method in class com.atlassian.confluence.schedule.ScheduledCronJob
 
toJobConfig(String, boolean, String, int) - Static method in class com.atlassian.confluence.schedule.ScheduledCronJob
 
toJson(Event) - Method in class com.atlassian.confluence.impl.health.web.LegacyJohnsonEventSerializer
 
toJson(Event) - Method in class com.atlassian.confluence.impl.health.web.DefaultJohnsonEventSerializer
 
toJson(Event) - Method in interface com.atlassian.confluence.impl.health.web.JohnsonEventSerializer
Converts the given Johnson Event to JSON.
toJson(Iterable<Event>) - Method in class com.atlassian.confluence.impl.health.web.JohnsonEventCollectionSerializer
Returns the JSON representation of the given Johnson events.
token - Variable in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
TOKEN_AUTH_ATTACHMENT_DOWNLOAD_RESOURCE_PREFIX - Enum constant in enum class com.atlassian.confluence.importexport.resource.DownloadResourcePrefixEnum
 
TOKEN_AUTH_ATTACHMENTS_URL_PREFIX - Static variable in class com.atlassian.confluence.servlet.FileServerServlet
 
TOKEN_UNDEFINED - Static variable in interface com.atlassian.confluence.search.v2.SearchWithToken
A constant that represent the absence of token, i.e.
TokenAuthBlockNotWhitelistedFilter - Class in com.atlassian.confluence.plugins.restapi.filters
Servlet filter that blocks all requests, should be used in combination with implementation of something like:
TokenAuthBlockNotWhitelistedFilter() - Constructor for class com.atlassian.confluence.plugins.restapi.filters.TokenAuthBlockNotWhitelistedFilter
 
TokenAuthenticationInvocationHandler - Class in com.atlassian.confluence.rpc.auth
An interceptor to handle token based authentication and login/logout.
TokenAuthenticationInvocationHandler() - Constructor for class com.atlassian.confluence.rpc.auth.TokenAuthenticationInvocationHandler
 
TokenAuthenticationManager - Class in com.atlassian.confluence.rpc.auth
Manages tokens used to authenticate users for Confluence's remote API.
TokenAuthenticationManager(LoginManager, ConfluenceUserResolver, PermissionManager, SettingsManager, EventPublisher, SharedDataManager) - Constructor for class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
 
TokenFilterDescriptor - Interface in com.atlassian.confluence.plugins.index.api
A token filter must be predefined in Confluence.
tokenize(String) - Static method in class com.atlassian.confluence.impl.audit.AuditSearchUtils
Deprecated.
Tokenize a string into search terms
tokenize(String) - Method in class com.atlassian.confluence.impl.search.contentnames.lucene.LuceneQueryTokenizer
 
tokenize(String) - Method in interface com.atlassian.confluence.search.contentnames.QueryTokenizer
Produces query tokens from the specified query.
tokenize(String, AnalyzerDescriptorProvider, String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchQueryTokenizer
 
tokenize(String, AnalyzerDescriptorProvider, String) - Method in interface com.atlassian.confluence.search.v2.analysis.SearchQueryTokenizer
Tokenize a string using the given analyzer.
tokenize(String, String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchQueryTokenizer
 
tokenize(String, String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTextFieldTokenizer
 
tokenize(String, String) - Method in interface com.atlassian.confluence.search.v2.analysis.SearchQueryTokenizer
Tokenize a string using the default analyzer provided by Confluence.
tokenize(Analyzer, String, String) - Static method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryUtil
NOTE:The ordering of tokens in the collection, is guaranteed to be in the order the text is processed.
tokenize(TokenStream) - Static method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryUtil
NOTE:The ordering of tokens in the collection, is guaranteed to be in the order the text is processed.
TOKENIZER_NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CustomJapaneseAnalyzerProvider
 
TOKENIZER_NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.tokenizer.TwoGramTokenizerProvider
 
TokenizerDescriptor - Interface in com.atlassian.confluence.plugins.index.api
A tokenizer must be predefined in Confluence.
tokenizeWithPositions(TokenStream) - Static method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryUtil
Note before using: Tokens within the same enclosed list have the same position. The ordering of lists in the outside list, is guaranteed to reflect ordering of positions. Leading positional holes are ignored. Gaps between positions are represented by empty lists. Duplicated tokens are allowed.
TokenMap - Class in com.atlassian.confluence.rpc.auth
A simple map with a timeout on the get/put methods.
TokenMap(long) - Constructor for class com.atlassian.confluence.rpc.auth.TokenMap
 
toKey(ContentEntityObject, String) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughAttachmentDownloadPathCache
 
toKey(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughAttachmentDownloadPathCache
 
toLabel() - Method in class com.atlassian.confluence.labels.ParsedLabelName
Creates a personal, team or global Label object from the parsed name.
toLabel(ConfluenceUser) - Method in class com.atlassian.confluence.labels.ParsedLabelName
Creates a personal, team or global Label object from the parsed name with the given owner.
toLocale(String) - Static method in class com.atlassian.confluence.languages.LocaleParser
Converts a locale String like "en_GB" into a Java Locale object.
toLocaleFromHttpHeader(String) - Static method in class com.atlassian.confluence.languages.LocaleParser
 
toMacro() - Method in class com.atlassian.confluence.renderer.UserMacroConfig
 
toMap() - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
 
toMap() - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
Creates a mutable copy of the context map.
toMap() - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
toMap() - Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Converts the parameters into a map using the "context keys" defined as constants in this class.
toMap(ConfluenceActionSupport) - Method in class com.atlassian.confluence.impl.util.DecoratorUtil.SideBarContext
Methods returns page/blogpost sidebar context as a map.
toMap(String) - Static method in class com.atlassian.confluence.util.QueryStringUtil
Deprecated.
toMap(String, Charset) - Static method in class com.atlassian.confluence.util.QueryStringUtil
Parses the supplied query string and inserts the specified parameters into a map.
toMap(Context) - Static method in class com.atlassian.confluence.velocity.ContextUtils
Convert a velocity Context into a map.
TOMCAT - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
TomcatConfigHelper - Interface in com.atlassian.confluence.util.tomcat
Reads the Tomcat configuration.
TomcatHttpMaxThreadsRule - Class in com.atlassian.confluence.impl.health.checks.rules
Determines whether the Tomcat max HTTP Threads configuration is correct.
TomcatHttpMaxThreadsRule(TomcatConfigHelper, ErrorMessageProvider) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.TomcatHttpMaxThreadsRule
 
toNewChangedValue(ChangedValueEntity) - Static method in class com.atlassian.confluence.internal.audit.AuditFormatConverter
 
TOO_MANY_SIDS - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.ErrorType
 
tooltip - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
TOOLTIP_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
TooManySidsException - Exception in com.atlassian.confluence.security.denormalisedpermissions.impl
It is thrown when fast permissions can't process the request due to too many sids (for MSSQL and Oracle only).
TooManySidsException(String, int) - Constructor for exception com.atlassian.confluence.security.denormalisedpermissions.impl.TooManySidsException
 
toOpenSearchSortOrder(SearchSort.Order) - Static method in class com.atlassian.confluence.plugins.opensearch.mappers.sort.SortUtils
Convert Confluence SearchSort.Order to OpenSearch
toOperation(String) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultGlobalPermissionOperationKeyConverter
 
toOperation(String) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultSpacePermissionOperationKeyConverter
 
toOperation(String) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionOperationKeyConverter
Converts the space permission type into an OperationDescription
toOptional(Maybe<T>) - Static method in class com.atlassian.confluence.util.FugueConversionUtil
Deprecated.
 
toOutgoingLink(ContentEntityObject) - Method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
toOutgoingLink(ContentEntityObject) - Method in class com.atlassian.confluence.links.linktypes.BlogPostLink
 
toOutgoingLink(ContentEntityObject) - Method in class com.atlassian.confluence.links.linktypes.IncludePageMacroLink
 
TOP_BAR - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
TOP_BAR_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
TOP_BAR_MENU_ITEM_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
TOP_BAR_MENU_SELECTED_BACKGROUND - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
TOP_BAR_MENU_SELECTED_BACKGROUND_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
TOP_BAR_MENU_SELECTED_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
TOP_BAR_MENU_SELECTED_TEXT_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
TOP_NAV_LOCATION - Static variable in class com.atlassian.confluence.themes.DefaultTheme
 
toPageContext() - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated, for removal: This API element is subject to removal in a future version.
topBarColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
topBarMenuSelectedBgColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
topBarMenuSelectedTextColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
TopDocuments - Class in com.atlassian.confluence.internal.search.v2.lucene
 
TopDocuments(List<Document>, int, boolean, long) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.TopDocuments
 
TopDocuments(List<Document>, List<String>, int, boolean, long) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.TopDocuments
 
TopEdgeTargetCollector - Class in com.atlassian.confluence.plugins.edgeindex
Collector that groups edges by target, and aggregates all the scores for each edge against that target.
TopEdgeTargetCollector(EdgeTypeRepository, Set<UserKey>, ScoreConfig, Predicate<EdgeTargetInfo>, int, Date) - Constructor for class com.atlassian.confluence.plugins.edgeindex.TopEdgeTargetCollector
 
toPeriod(RetentionPeriod) - Static method in class com.atlassian.confluence.api.impl.service.audit.adapter.AdapterUtils
Deprecated.
 
toPermissionType(OperationDescription) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultGlobalPermissionOperationKeyConverter
 
toPermissionType(OperationDescription) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultSpacePermissionOperationKeyConverter
 
toPermissionType(OperationDescription) - Method in interface com.atlassian.confluence.api.service.permissions.SpacePermissionOperationKeyConverter
Converts the OperationDescription into a SpacePermission.type
TopicEvent - Interface in com.atlassian.confluence.impl.cluster.event
Represents an event sent by TopicEventPublisher
TopicEventCluster<E,N> - Interface in com.atlassian.confluence.impl.cluster.event
Represents a view of the Confluence cluster as used by TopicEventPublisher.
TopicEventPublisher<E extends TopicEvent,N> - Class in com.atlassian.confluence.impl.cluster.event
A mechanism for publishing arbitrary application events to all Confluence nodes in the cluster, and providing a way to block until all nodes have acknowledged republishing the event.
toProperty(PropertyEntity) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts from a PropertyEntity to a Property.
toPropertyEntity(Property) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts from a Property to a PropertyEntity.
toPropertyRestriction(PropertyRestrictionEntity) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts from a PropertyRestrictionEntity to a PropertyRestriction.
toPropertyRestrictionEntity(PropertyRestriction) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts from a PropertyRestriction to a PropertyRestrictionEntity.
toQuery() - Method in class com.atlassian.confluence.impl.search.v2.lucene.SinceDateQueryFactory
 
toQueryParameters(Map<String, String>) - Method in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
toReIndexError() - Method in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
Re-index in DC consists of 2 phases: rebuild index and index snapshot propagation.
toRelativePathFromClassLoaderRoot(Method) - Method in class com.atlassian.confluence.util.test.rules.TestResource
Deprecated.
 
toResponse(Exception) - Method in class com.atlassian.confluence.plugins.restapi.exceptions.RestExceptionMapper
 
toResponse(Exception) - Method in class com.atlassian.confluence.rest.v2.api.exception.ServiceExceptionMapper
Deprecated.
 
toRunDetails() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
toSchedule(char, String, String, Date, long) - Static method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
toScope(String) - Static method in enum class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryScope
 
toSearchContext() - Method in class com.atlassian.confluence.renderer.PageContext
Converts this PageContext to a SearchContext.Builder, intended for use with macros that delegate content searching to the CQLSearchService.
toSearchQuery() - Method in interface com.atlassian.confluence.rss.FeedCustomContentType
 
toSearchRestriction(SearchRestrictionEntity) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts from a SearchRestrictionEntity to a SearchRestriction.
toSearchRestrictionEntity(SearchRestriction) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts from a SearchRestriction a SearchRestrictionEntity.
toSpacesQueryWithPermissionQueryBuilder(SpacesQuery) - Method in interface com.atlassian.confluence.dmz.spaces.SpaceManagerInternal
Converts a SpacesQuery into a decorated form SpacesQueryWithPermissionQueryBuilder that includes information about how database queries should be built for the space permissions table.
toSpacesQueryWithPermissionQueryBuilder(SpacesQuery) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
toStreamSource(String) - Static method in class com.atlassian.confluence.internal.index.attachment.AttachmentExtractedTextHelper
 
toString() - Method in class bucket.core.persistence.hibernate.HibernateHandle
Deprecated.
 
toString() - Method in class bucket.user.propertyset.BucketPropertySetItem
 
toString() - Method in interface com.atlassian.bonnie.Handle
The toString() method of a Handle must be written so that the AnyTypeObjectDao (for example) can resolve the String representation of a Handle back to a Handle object, and thus find the referenced object
toString() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
toString() - Method in class com.atlassian.confluence.admin.tasks.AdminTask
 
toString() - Method in class com.atlassian.confluence.api.impl.model.validation.DefaultValidationError
 
toString() - Method in class com.atlassian.confluence.api.impl.service.content.factory.Fauxpansions
 
toString() - Method in class com.atlassian.confluence.api.model.audit.AffectedObject
Deprecated.
 
toString() - Method in class com.atlassian.confluence.api.model.audit.ChangedValue
Deprecated.
 
toString() - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
toString() - Method in class com.atlassian.confluence.api.model.BaseApiEnum
 
toString() - Method in class com.atlassian.confluence.api.model.content.AttachmentUpload
 
toString() - Method in class com.atlassian.confluence.api.model.content.Content
 
toString() - Method in class com.atlassian.confluence.api.model.content.ContentRepresentation
FIXME (CRA-176) - the currently returns the string representation of the ContentReprentation.
toString() - Method in class com.atlassian.confluence.api.model.content.ContentSelector
 
toString() - Method in class com.atlassian.confluence.api.model.content.id.ContentId
 
toString() - Method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
 
toString() - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
 
toString() - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
 
toString() - Method in class com.atlassian.confluence.api.model.content.Label
 
toString() - Method in class com.atlassian.confluence.api.model.content.Space
 
toString() - Method in class com.atlassian.confluence.api.model.content.SpaceType
 
toString() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateId
 
toString() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplateType
 
toString() - Method in class com.atlassian.confluence.api.model.content.Version
 
toString() - Method in class com.atlassian.confluence.api.model.Depth
 
toString() - Method in class com.atlassian.confluence.api.model.Expansion
 
toString() - Method in class com.atlassian.confluence.api.model.Expansions
 
toString() - Method in class com.atlassian.confluence.api.model.GraphQLQueryExpansion
 
toString() - Method in class com.atlassian.confluence.api.model.HtmlString
 
toString() - Method in class com.atlassian.confluence.api.model.journal.JournalEntry
 
toString() - Method in class com.atlassian.confluence.api.model.journal.JournalIdentifier
 
toString() - Method in class com.atlassian.confluence.api.model.JsonString
 
toString() - Method in class com.atlassian.confluence.api.model.link.Link
 
toString() - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage
 
toString() - Method in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
toString() - Method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
toString() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
toString() - Method in class com.atlassian.confluence.api.model.pagination.SimplePageRequest
 
toString() - Method in class com.atlassian.confluence.api.model.pagination.SpaceCursor
 
toString() - Method in class com.atlassian.confluence.api.model.people.Group
 
toString() - Method in class com.atlassian.confluence.api.model.people.SubjectType
 
toString() - Method in class com.atlassian.confluence.api.model.people.User
 
toString() - Method in class com.atlassian.confluence.api.model.permissions.OperationCheckResult
 
toString() - Method in class com.atlassian.confluence.api.model.permissions.OperationDescription
 
toString() - Method in class com.atlassian.confluence.api.model.permissions.Target.ContainerTarget
 
toString() - Method in class com.atlassian.confluence.api.model.permissions.Target.IdTarget
 
toString() - Method in class com.atlassian.confluence.api.model.permissions.Target.ModelObjectTarget
 
toString() - Method in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey
 
toString() - Method in class com.atlassian.confluence.api.model.reference.ExpandedReference
 
toString() - Method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
toString() - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
toString() - Method in class com.atlassian.confluence.api.model.retention.RemovalCount
 
toString() - Method in class com.atlassian.confluence.api.model.retention.RemovalSummary
 
toString() - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
toString() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
toString() - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
toString() - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
toString() - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationError
 
toString() - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
 
toString() - Method in class com.atlassian.confluence.api.model.watch.AbstractWatch
 
toString() - Method in class com.atlassian.confluence.api.model.watch.ContentWatch
 
toString() - Method in class com.atlassian.confluence.api.model.watch.SpaceWatch
 
toString() - Method in exception com.atlassian.confluence.api.service.exceptions.ServiceException
 
toString() - Method in class com.atlassian.confluence.api.service.journal.EntryProcessorResult
 
toString() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
toString() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
toString() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
toString() - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
toString() - Method in class com.atlassian.confluence.cluster.ClusterConfig
 
toString() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterNodeInformation
 
toString() - Method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
toString() - Method in class com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
 
toString() - Method in class com.atlassian.confluence.cluster.ZduStatus
 
toString() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
toString() - Method in class com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
 
toString() - Method in class com.atlassian.confluence.content.render.image.ImageDimensions
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.definition.PlainTextMacroBody
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.migration.UrlResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarker
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskList
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContentEntityResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DraftResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.IdAndTypeResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UnresolvedUsernameResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.WikiLinkBasedResourceIdentifier
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
 
toString() - Method in class com.atlassian.confluence.content.render.xhtml.TransformerWeight
 
toString() - Method in enum class com.atlassian.confluence.content.service.DraftService.DraftType
 
toString() - Method in class com.atlassian.confluence.core.BodyType
 
toString() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
toString() - Method in class com.atlassian.confluence.core.ContributionStatus
 
toString() - Method in record class com.atlassian.confluence.core.HeartbeatManager.ActivityKey
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
toString() - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
toString() - Method in class com.atlassian.confluence.core.InputStreamSerializer
 
toString() - Method in class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Deprecated.
 
toString() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ColumnDescriptor
 
toString() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.IndexDescriptor
 
toString() - Method in enum class com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
 
toString() - Method in class com.atlassian.confluence.core.service.ValidationError
 
toString() - Method in class com.atlassian.confluence.core.TimeZone
 
toString() - Method in class com.atlassian.confluence.core.UploadedResource
 
toString() - Method in record class com.atlassian.confluence.dmz.service.content.ContentBodyConversionManager.ConversionResult
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.event.events.analytics.HttpRequestStatsEvent
 
toString() - Method in class com.atlassian.confluence.event.events.cluster.ClusterAccessModeEvent
 
toString() - Method in class com.atlassian.confluence.event.events.cluster.ClusterMaintenanceBannerEvent
 
toString() - Method in class com.atlassian.confluence.event.events.content.page.async.PageEvent
Deprecated.
 
toString() - Method in class com.atlassian.confluence.event.events.content.page.PageEvent
 
toString() - Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
 
toString() - Method in class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
 
toString() - Method in record class com.atlassian.confluence.event.events.content.PageConvertedToBlogEvent
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.event.events.follow.FollowEvent
 
toString() - Method in class com.atlassian.confluence.event.events.like.AbstractLikeEvent
 
toString() - Method in class com.atlassian.confluence.event.events.permission.GlobalPermissionChangeEvent
 
toString() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
 
toString() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveForGroupEvent
 
toString() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveForUserEvent
 
toString() - Method in class com.atlassian.confluence.event.events.permission.SpacePermissionsRemoveFromSpaceEvent
 
toString() - Method in class com.atlassian.confluence.event.events.plugin.PluginEvent
 
toString() - Method in class com.atlassian.confluence.event.events.retention.RetentionPolicyChangedEvent
 
toString() - Method in class com.atlassian.confluence.event.events.security.LoginDetails
 
toString() - Method in record class com.atlassian.confluence.event.events.security.SecretDeletedEvent
Returns a string representation of this record class.
toString() - Method in record class com.atlassian.confluence.event.events.security.SecretUpdatedEvent
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.functest.rest.admin.model.ValueWrapper
 
toString() - Method in record class com.atlassian.confluence.functest.rest.admin.UserResource.LongTaskSubmission
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.AttachmentInfo
 
toString() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.DbRawObjectData
 
toString() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Property
 
toString() - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.Reference
 
toString() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
 
toString() - Method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
 
toString() - Method in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterAuthenticationResult
 
toString() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
 
toString() - Method in class com.atlassian.confluence.impl.homepage.Homepage
 
toString() - Method in class com.atlassian.confluence.impl.journal.JournalEntry
 
toString() - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
 
toString() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatistic
 
toString() - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatisticHolder
 
toString() - Method in class com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatus
 
toString() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
toString() - Method in class com.atlassian.confluence.impl.retention.rules.EvaluatedTrash
 
toString() - Method in class com.atlassian.confluence.impl.retention.rules.HistoricalVersion
 
toString() - Method in class com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
 
toString() - Method in class com.atlassian.confluence.impl.search.actions.Timer
 
toString() - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.MultiTermFilter
 
toString() - Method in record class com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker.AccessPermission
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.impl.setup.BootstrapDatabaseAccessor.BootstrapDatabaseData
 
toString() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
 
toString() - Method in record class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.TableFieldHavingForeignKey
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.impl.system.task.ReIndexMaintenanceTask
 
toString() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdEntityCacheKey
 
toString() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipCacheKey
 
toString() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembership
 
toString() - Method in enum class com.atlassian.confluence.importexport.impl.ExportDescriptor.Source
 
toString() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ComponentProperty
Deprecated.
 
toString() - Method in class com.atlassian.confluence.importexport.xmlimport.model.EnumProperty
Deprecated.
 
toString() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
Deprecated.
 
toString() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
Deprecated.
 
toString() - Method in class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveId
Deprecated.
 
toString() - Method in class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
Deprecated.
 
toString() - Method in class com.atlassian.confluence.importexport.xmlimport.model.ReferenceProperty
Deprecated.
 
toString() - Method in class com.atlassian.confluence.index.status.ReIndexJob.Progress
Provides a string representation that is useful for logging
toString() - Method in class com.atlassian.confluence.index.status.ReIndexNodeStatus
 
toString() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.SpacePermissionJournalMessage
 
toString() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.SpacePermissionModel
 
toString() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.events.DirectoryOrderUpdatedEvent
 
toString() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.ApplicationJournalMessage
 
toString() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.DirectoryJournalMessage
 
toString() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.UserSpaceImportJournalMessage
 
toString() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserGroupIncrementalSyncEventModel
 
toString() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserSpaceImportModel
 
toString() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
 
toString() - Method in enum class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionEventType
 
toString() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionId
 
toString() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.http.session.SnapshotConfluenceHttpSession
 
toString() - Method in class com.atlassian.confluence.internal.health.HealthCheckResult
 
toString() - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshot
 
toString() - Method in class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
toString() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
 
toString() - Method in class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
toString() - Method in class com.atlassian.confluence.internal.search.tasks.SpaceKeyHandle
 
toString() - Method in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
toString() - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
 
toString() - Method in class com.atlassian.confluence.internal.security.DebuggingString
 
toString() - Method in class com.atlassian.confluence.internal.security.SpacePermissionContext
 
toString() - Method in class com.atlassian.confluence.internal.upgrade.constraint.UniqueConstraintAddition
 
toString() - Method in class com.atlassian.confluence.labels.Label
 
toString() - Method in class com.atlassian.confluence.labels.Labelling
 
toString() - Method in class com.atlassian.confluence.labels.Namespace
 
toString() - Method in class com.atlassian.confluence.like.Like
 
toString() - Method in class com.atlassian.confluence.links.OutgoingLink
 
toString() - Method in class com.atlassian.confluence.links.SimpleLink
 
toString() - Method in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
toString() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
toString() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
toString() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
toString() - Method in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
 
toString() - Method in class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
toString() - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
toString() - Method in class com.atlassian.confluence.mail.notification.Notification
 
toString() - Method in class com.atlassian.confluence.oauth2.OAuth2Service.OAuth2Provider
 
toString() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
Returns a string representation of this record class.
toString() - Method in record class com.atlassian.confluence.pages.AddressableComment
Returns a string representation of this record class.
toString() - Method in record class com.atlassian.confluence.pages.AddressablePage
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.pages.Attachment
 
toString() - Method in class com.atlassian.confluence.pages.ContentNode
 
toString() - Method in class com.atlassian.confluence.pages.Draft
 
toString() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
toString() - Method in class com.atlassian.confluence.pages.templates.PluginTemplateReference
 
toString() - Method in class com.atlassian.confluence.pages.thumbnail.Dimensions
Deprecated.
 
toString() - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
toString() - Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
 
toString() - Method in class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
 
toString() - Method in class com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
 
toString() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
toString() - Method in class com.atlassian.confluence.plugin.module.PluginModuleHolder
 
toString() - Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
toString() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
toString() - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeTargetInfo
 
toString() - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityObjectId
 
toString() - Method in class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping
 
toString() - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping
 
toString() - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceCategoryName
 
toString() - Method in enum class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
 
toString() - Method in class com.atlassian.confluence.plugins.maintenance.model.MaintenanceInfo
 
toString() - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity.Bm25Settings
Returns a string representation of this record class.
toString() - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity
Returns a string representation of this record class.
toString() - Method in record class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalStateStore.JournalIdEntry
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.StreamItem
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.BuildInfoEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTree
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentBodyEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityList
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.DateEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.GroupSearchResultEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntityList
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntityList
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultGroupEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityList
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissions
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserProperties
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserHistoryList
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserPreferencesDto
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.UserSessionEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.VersionHistoryEntity
 
toString() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.VersionHistoryEntityList
 
toString() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.BaseNav
 
toString() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RelevantViewRestrictionsNavImpl
 
toString() - Method in record class com.atlassian.confluence.plugins.restapi.rvsync.resources.model.IncrementalSyncCursorModel
Returns a string representation of this record class.
toString() - Method in enum class com.atlassian.confluence.plugins.synchrony.api.CollaborativeEditingMode
 
toString() - Method in enum class com.atlassian.confluence.renderer.ConfluenceRenderContextOutputType
 
toString() - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
toString() - Method in class com.atlassian.confluence.renderer.RenderResult
Does the same as getRenderedContent, so you can shortcut the use of the renderer in things like writers or string concatenation.
toString() - Method in enum class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.AdditionalStatus
Get the reason phrase
toString() - Method in class com.atlassian.confluence.rest.v2.api.model.RestEntity
 
toString() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
toString() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestFieldValidationError
 
toString() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationError
 
toString() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationResult
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteServerInfo
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
 
toString() - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
toString() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
toString() - Method in class com.atlassian.confluence.schedule.AbstractScheduledJob
 
toString() - Method in class com.atlassian.confluence.schedule.ScheduledJobHistory
 
toString() - Method in class com.atlassian.confluence.schedule.ScheduledJobKey
Deprecated.
 
toString() - Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
toString() - Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
 
toString() - Method in class com.atlassian.confluence.search.contentnames.Category
 
toString() - Method in class com.atlassian.confluence.search.contentnames.SearchResult
 
toString() - Method in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
toString() - Method in class com.atlassian.confluence.search.service.SearchQueryParameters
 
toString() - Method in enum class com.atlassian.confluence.search.service.SpaceCategoryEnum
The String representation of the enum.
toString() - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters
 
toString() - Method in class com.atlassian.confluence.search.v2.AbstractSearchResult
 
toString() - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
toString() - Method in class com.atlassian.confluence.search.v2.extractor.util.StringBuilderWriter
 
toString() - Method in class com.atlassian.confluence.search.v2.Index
 
toString() - Method in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
this method returns the name of the resolution in lowercase (for backwards compatibility)
toString() - Method in class com.atlassian.confluence.search.v2.query.AbstractUserQuery.Parameter
 
toString() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
toString() - Method in class com.atlassian.confluence.search.v2.query.PrefixQuery
 
toString() - Method in class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
 
toString() - Method in class com.atlassian.confluence.search.v2.query.TermQuery
 
toString() - Method in class com.atlassian.confluence.search.v2.summary.Summary.Ellipsis
Returns an HTML representation of this fragment.
toString() - Method in class com.atlassian.confluence.search.v2.summary.Summary.Fragment
Returns an HTML representation of this fragment.
toString() - Method in class com.atlassian.confluence.search.v2.summary.Summary
Returns an HTML representation of this fragment.
toString() - Method in class com.atlassian.confluence.security.ContentPermission
 
toString() - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
toString() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentChangeLog
 
toString() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpaceChangeLog
 
toString() - Method in class com.atlassian.confluence.security.Permission
 
toString() - Method in class com.atlassian.confluence.security.seraph.ConfluenceUserPrincipal
 
toString() - Method in class com.atlassian.confluence.security.SpacePermission
 
toString() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
toString() - Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
toString() - Method in enum class com.atlassian.confluence.setup.BuildInformation
 
toString() - Method in class com.atlassian.confluence.setup.velocity.DecoratorName
 
toString() - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabs
 
toString() - Method in record class com.atlassian.confluence.spaces.AddressableSpace
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
toString() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
toString() - Method in class com.atlassian.confluence.spaces.Space
 
toString() - Method in class com.atlassian.confluence.spaces.SpaceType
 
toString() - Method in enum class com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformType
 
toString() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
toString() - Method in class com.atlassian.confluence.themes.ClasspathThemeStylesheet
 
toString() - Method in class com.atlassian.confluence.themes.PluginThemeResource
 
toString() - Method in class com.atlassian.confluence.tinymceplugin.events.Layout2CreatedEvent
 
toString() - Method in class com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
 
toString() - Method in class com.atlassian.confluence.upgrade.BuildAndVersionNumber
 
toString() - Method in class com.atlassian.confluence.upgrade.BuildNumber
 
toString() - Method in class com.atlassian.confluence.upgrade.dml.DmlStatement
 
toString() - Method in class com.atlassian.confluence.upgrade.IsNewerThan
 
toString() - Method in class com.atlassian.confluence.upgrade.IsNewerThanAndConfiguredNumberHighEnough
 
toString() - Method in class com.atlassian.confluence.upgrade.PluginExportCompatibility
 
toString() - Method in class com.atlassian.confluence.upgrade.UpgradeError
 
toString() - Method in record class com.atlassian.confluence.upgrade.UpgradeHistoryService.Upgrade
Returns a string representation of this record class.
toString() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
toString() - Method in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
toString() - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
 
toString() - Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
 
toString() - Method in class com.atlassian.confluence.user.PersonalInformation
Override this method so we don't call getFullName() everytime toString is called on the object!
toString() - Method in class com.atlassian.confluence.user.UsernameCacheKey
 
toString() - Method in class com.atlassian.confluence.user.UserVerificationToken
 
toString() - Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
toString() - Method in class com.atlassian.confluence.util.HTMLPairType
 
toString() - Method in class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
Deprecated.
 
toString() - Method in class com.atlassian.confluence.util.i18n.DocumentationLink
 
toString() - Method in class com.atlassian.confluence.util.i18n.Message
 
toString() - Method in class com.atlassian.confluence.util.longrunning.LongRunningTaskId
 
toString() - Method in class com.atlassian.confluence.util.profiling.ActivitySnapshot
 
toString() - Method in class com.atlassian.confluence.util.RegExpProcessor
 
toString() - Method in class com.atlassian.confluence.util.TimePeriod
Deprecated.
 
toString() - Method in class com.atlassian.confluence.util.UserAgentUtil.Browser
 
toString() - Method in class com.atlassian.confluence.util.UserAgentUtil.UserAgent
 
toString() - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
toString() - Method in class com.atlassian.confluence.velocity.ConfluenceParserPool
 
toString() - Method in class com.atlassian.confluence.velocity.htmlsafe.HtmlFragment
Deprecated.
 
toString() - Method in class com.atlassian.confluence.web.UrlBuilder
 
toString() - Method in class com.atlassian.confluence.web.WebMenu
 
toString() - Method in class com.atlassian.confluence.web.WebMenuSection
 
toString() - Method in class com.atlassian.confluence.xhtml.api.EmbeddedImageLinkBody
 
toString() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
 
toString() - Method in class com.atlassian.confluence.xhtml.api.PlainTextLinkBody
 
toString() - Method in class com.atlassian.confluence.xhtml.api.RichTextLinkBody
 
toString() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroup
Deprecated.
 
toString() - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
toString() - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
Deprecated.
 
toString() - Method in class com.atlassian.synchrony.EventId
 
toString() - Method in class com.atlassian.synchrony.Events
 
toString() - Method in class com.atlassian.synchrony.Secrets
 
toString() - Method in class com.atlassian.synchrony.Snapshots
 
toString(boolean) - Method in class com.atlassian.confluence.status.SystemErrorInformationLogger
Retrieve the system information as an ASCII formatted string.
toString(InputStreamSource) - Static method in class com.atlassian.confluence.internal.index.attachment.AttachmentExtractedTextHelper
 
toString(String) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFunctionScoreQuery
 
toString(String) - Method in class com.atlassian.confluence.impl.search.v2.lucene.TermsQuery
 
toString(Map<String, String>) - Static method in class com.atlassian.confluence.util.QueryStringUtil
Deprecated.
toString(Map<String, String>, Charset) - Static method in class com.atlassian.confluence.util.QueryStringUtil
 
toString(XMLEventReader) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
toStringWithNamespace() - Method in class com.atlassian.confluence.labels.Label
Deprecated, for removal: This API element is subject to removal in a future version.
toStringWithOwnerPrefix() - Method in class com.atlassian.confluence.labels.Label
Deprecated, for removal: This API element is subject to removal in a future version.
TOTAL_NUM_OF_SUBFOLDERS - Static variable in class com.atlassian.confluence.impl.pages.attachments.AttachmentV4Helper
 
TOTAL_OBJECTS_COUNT - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
totalAttachmentLoadCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent.Builder
 
totalCount(Optional<Long>) - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
totalCount(Optional<Long>) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
totalCountLatestAttachment - Variable in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AllLatestVersionAttachmentIdentifier
 
totalNumberOfTables(int) - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceProgressMonitor
 
totalObjectsCount(Long) - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics.Builder
 
totalSize - Variable in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
totalSize() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
totalSize(int) - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
totalSpaces(int) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
 
toTask(JournalEntry) - Method in class com.atlassian.confluence.impl.search.queue.ChangeIndexTaskQueue
 
toTask(JournalEntry) - Method in class com.atlassian.confluence.impl.search.queue.ContentIndexTaskQueue
 
toTask(JournalEntry) - Method in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
Convert an entry to a task.
TOUCHED - Static variable in class com.atlassian.confluence.api.model.relations.TouchedRelationDescriptor
 
TouchedRelationDescriptor - Class in com.atlassian.confluence.api.model.relations
Represents that a user has modified content, regardless of whether that change has been reverted.
TouchedRelationDescriptor() - Constructor for class com.atlassian.confluence.api.model.relations.TouchedRelationDescriptor
 
TouchRelationSupport - Interface in com.atlassian.confluence.relations.touch
This class encapsulates all the logic required to maintain touch relations in the correct state.
TouchRelationSupportImpl - Class in com.atlassian.confluence.relations.touch
 
TouchRelationSupportImpl(ContentService, RelationService) - Constructor for class com.atlassian.confluence.relations.touch.TouchRelationSupportImpl
 
toUnicodeString() - Method in class com.atlassian.confluence.mail.address.ConfluenceMailAddress
Deprecated.
 
toUrl() - Method in class com.atlassian.confluence.web.UrlBuilder
 
toUrl(boolean) - Method in class com.atlassian.confluence.web.UrlBuilder
 
toXML(Object) - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
toXML(Object) - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStream
Serialize an object to a pretty-printed XML String.
toXML(Object, Writer) - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
toXML(Object, Writer) - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStream
Serialize an object to the given Writer as pretty-printed XML.
toXmlString(XMLEventReader, XmlOutputFactory) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
toXMLString(Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
toXmlStringWithoutTag(XMLEventReader, XmlOutputFactory, Set<QName>) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Reads an XML stream and turns it into a string while removing any tags matched in ignoredElements
TRACE - Enum constant in enum class com.atlassian.confluence.test.util.Log4J2Logger.LogLevel
 
TRACE - Enum constant in enum class com.atlassian.confluence.util.test.rules.Log4J2Logger.LogLevel
Deprecated.
 
TRACE_ID_KEY - Static variable in class com.atlassian.confluence.util.logging.LoggingContext
 
trackAliasedKey(ConfluenceTrustedApplication) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
trackNotification(Notification) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
trackRecordsOrderInList(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ListIndexColumnValueCalculator
 
trackSecrets(String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
trackSource(DataSource) - Method in interface com.atlassian.confluence.mail.embed.MimeBodyPartRecorder
Track the given image source.
trackSource(DataSource) - Method in class com.atlassian.confluence.mail.embed.ThreadLocalMimeBodyPartRecorder
 
trackSpace(Space) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
trackUser(ConfluenceUser) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
TRANSACTIONAL_CACHE_FACTORY_CLEANUP_FILTER - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
TransactionalAttachmentDataDao - Interface in com.atlassian.confluence.pages.persistence.dao
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, no replacement
TransactionalBandanaPersister - Class in com.atlassian.confluence.impl.bandana
A BandanaPersister implementation that adds Transactional annotations.
TransactionalBandanaPersister(BandanaPersister) - Constructor for class com.atlassian.confluence.impl.bandana.TransactionalBandanaPersister
 
TransactionalCacheFactory - Class in com.atlassian.confluence.cache
A cache factory that produces transactional caches.
TransactionalCacheFactory(CacheFactory, SynchronizationManagerInternal, ConfluenceMonitoring) - Constructor for class com.atlassian.confluence.cache.TransactionalCacheFactory
 
TransactionalCacheFactoryCleaner - Class in com.atlassian.confluence.cache
A helper which ensures that any thread-bound transactional caches (as managed by TransactionalCacheFactory) are properly cleaned up and not allowed to pollute subsequent usages of the same thread.
TransactionalCacheFactoryCleaner() - Constructor for class com.atlassian.confluence.cache.TransactionalCacheFactoryCleaner
 
TransactionalCacheFactoryCleaner.Cleaner - Interface in com.atlassian.confluence.cache
 
TransactionalCacheFactoryCleanupFilter - Class in com.atlassian.confluence.cache
A servlet filter which ensures that any thread-bound transactional caches (as managed by TransactionalCacheFactory) are properly cleaned up and not allowed to pollute subsequent usages of the same request thread.
TransactionalCacheFactoryCleanupFilter() - Constructor for class com.atlassian.confluence.cache.TransactionalCacheFactoryCleanupFilter
 
TransactionalCrowdServiceWrapper - Class in com.atlassian.confluence.impl.user.crowd
AN implementation of UnfilteredCrowdService which exists solely as a place to hang Transactional annotations on, since we cannot add them to UnfilteredCrowdService.
TransactionalCrowdServiceWrapper(UnfilteredCrowdService) - Constructor for class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
TransactionalHibernateAttachmentDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
Transactional version of the AbstractHibernateAttachmentDao, which removes the Attachment data as the Attachment itself is being removed, since it can be rolled back by the transaction
TransactionalHibernateAttachmentDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.TransactionalHibernateAttachmentDao
 
TransactionalHostContextAccessor - Interface in com.atlassian.confluence.spring.transaction.interceptor
Adds extra transaction control features from the underlying product.
TransactionalHostContextAccessor.Permission - Enum Class in com.atlassian.confluence.spring.transaction.interceptor
Transaction permission
TransactionalHostContextAccessor.Propagation - Enum Class in com.atlassian.confluence.spring.transaction.interceptor
Transaction propagation, equivalent to the corresponding values of javax.ejb.TransactionAttributeType
TransactionalPluginLoader - Class in com.atlassian.confluence.impl.plugin
A PluginLoader implementation that adds Transactional annotations.
TransactionalPluginLoader(DynamicPluginLoader, DiscardablePluginLoader) - Constructor for class com.atlassian.confluence.impl.plugin.TransactionalPluginLoader
 
TransactionalPluginSettings - Class in com.atlassian.sal.confluence.pluginsettings
 
TransactionalPluginSettings(PluginSettings, TransactionalHostContextAccessor) - Constructor for class com.atlassian.sal.confluence.pluginsettings.TransactionalPluginSettings
 
TransactionalWikiStyleRenderer - Class in com.atlassian.confluence.impl.content
An implementation of WikiStyleRenderer that exists purely as a place to hang Transactional annotations on.
TransactionalWikiStyleRenderer(WikiStyleRenderer) - Constructor for class com.atlassian.confluence.impl.content.TransactionalWikiStyleRenderer
 
TransactionAttributeMatcher - Class in com.atlassian.confluence.spring.transaction
A hamcrest Matcher for Spring TransactionAttribute objects.
TransactionAwareCache<K,V> - Interface in com.atlassian.confluence.impl.cache.tx
A subset of the Cache interface that contains those operations that support transactional isolation.
TransactionAwareCacheFactory - Interface in com.atlassian.confluence.impl.cache.tx
A subset of CacheFactory, which creates TransactionAwareCaches rather than Caches.
TransactionExecutor<K> - Interface in com.atlassian.confluence.util.transaction
Allows that wrapping of TransactionCallbacks so that they may occur in a separate context (e.g.
TransactionHelper - Class in com.atlassian.confluence
Provides utility methods for creating Transaction objects, emulating hibernate v2 behaviour.
transactionManager - Variable in class com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
 
transactionManager - Variable in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
transactionManager - Variable in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
TransactionRetryInterceptorConfig - Class in com.atlassian.confluence.internal.persistence
The TransactionRetryInterceptorConfig.transactionRetryInterceptor() can be used to intercept transactional methods which may fail due to an optimistic locking failure or similar.
TransactionRetryInterceptorConfig() - Constructor for class com.atlassian.confluence.internal.persistence.TransactionRetryInterceptorConfig
 
transactionRetryTemplate() - Static method in class com.atlassian.confluence.internal.persistence.TransactionRetryInterceptorConfig
 
transactionTemplate() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
TransactionWrappingFinder<T> - Class in com.atlassian.confluence.plugins.contentproperty
Wraps all the SingleFetcher and ManyFetcher methods in a transaction template, so that we ensure all results are returned in (at least) the same read only transaction.
TransactionWrappingFinder(SingleFetcher<T>, ManyFetcher<T>, TransactionalHostContextAccessor) - Constructor for class com.atlassian.confluence.plugins.contentproperty.TransactionWrappingFinder
 
transferDraftAttachments() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
transferProperties(ContentEntityObject, ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPropertyManager
Copies all properties associated with the source content entity object to the destination content entity object, and then removes all properties from the source content entity object.
transferProperties(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultContentPropertyManager
 
transform(List<AuditEntity>) - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditEntityTransformationService
 
transform(QueryStringQuery, Function<String, String>) - Method in class com.atlassian.confluence.internal.search.v2.DefaultAutoCorrectRawQueryTransformer
 
transform(QueryStringQuery, Function<String, String>) - Method in interface com.atlassian.confluence.search.v2.AutoCorrectRawQueryTransformer
Validate and Transform QueryStringQuery to a valid query format
transform(TextFieldQuery, Function<String, String>) - Method in class com.atlassian.confluence.internal.search.v2.DefaultAutoCorrectRawQueryTransformer
 
transform(TextFieldQuery, Function<String, String>) - Method in interface com.atlassian.confluence.search.v2.AutoCorrectRawQueryTransformer
Validate and Transform TextFieldQuery to a valid query format
transform(Reader, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.EditorXhtmlTransformer
Begin consuming events from the supplied Reader, ignore all elements until the body is encountered, at which point the fragment transformation begins.
transform(Reader, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.PluggableTransformerChain
 
transform(Reader, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.InlineBodyMacroFixingTransformer
 
transform(Reader, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.StorageXhtmlTransformer
Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.
transform(Reader, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.TransformerChain
 
transform(Reader, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.RemoveApostropheEntityTransformer
 
transform(Reader, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.transformers.Transformer
 
transform(Reader, ConversionContext) - Method in class com.atlassian.confluence.plugins.templates.transformer.EditorToStorageTemplateVariablesTransformer
 
transform(Reader, ConversionContext) - Method in class com.atlassian.confluence.plugins.templates.transformer.StorageToEditorTemplateVariablesTransformer
 
transform(Reader, ConversionContext) - Method in class com.atlassian.confluence.plugins.templates.transformer.StorageToViewTemplateVariablesTransformer
 
transform(Reader, Reader, Result) - Method in class com.atlassian.confluence.xml.XalanXslTransformer
 
transform(Reader, Reader, Result) - Method in interface com.atlassian.confluence.xml.XslTransformer
Transform the supplied XML stream using the supplied stylesheet.
transform(CharSequence) - Method in class com.atlassian.confluence.plugin.webresource.aui.VelocityTranslatedDownloadableResource
 
transform(String, Page, Page) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.KeepAsIsContentTransformer
 
transform(String, Page, Page) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.LinkRefactorerContentTransformer
 
transform(String, Page, Page) - Method in interface com.atlassian.confluence.pages.persistence.dao.bulk.PageContentTransformer
 
transform(EndElement) - Method in class com.atlassian.confluence.content.render.xhtml.editor.TableStyleRemovingElementTransformer
 
transform(EndElement) - Method in interface com.atlassian.confluence.content.render.xhtml.ElementTransformer
 
transform(EndElement) - Method in class com.atlassian.confluence.content.render.xhtml.storage.StorageHtmlAnchorElementTransformer
 
transform(EndElement) - Method in class com.atlassian.confluence.content.render.xhtml.view.TableStylingElementTransformer
 
transform(StartElement) - Method in class com.atlassian.confluence.content.render.xhtml.editor.TableStyleRemovingElementTransformer
 
transform(StartElement) - Method in interface com.atlassian.confluence.content.render.xhtml.ElementTransformer
 
transform(StartElement) - Method in class com.atlassian.confluence.content.render.xhtml.storage.StorageHtmlAnchorElementTransformer
 
transform(StartElement) - Method in class com.atlassian.confluence.content.render.xhtml.view.TableStylingElementTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.EditorErrorFragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.MarshallingFragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DelegatingMigrationAwareFragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformer
Transform the XML read from the supplied reader, making use of any configured FragmentTransformers as appropriate.
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.ElementTransformingFragmentTransformer
Wraps the supplied reader in an ElementTransformingXmlEventReader and then applies the mainFragmentTransformer.
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.transformers.FragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.Html5RawTextElementFragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.Html5VoidElementFragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.LazyLoadingFragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.LegacyFragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.PluginFragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.UnmarshalMarshalFragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.theming.TextColorTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.ViewTableWrappingFragmentTransformer
 
transform(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.UserKeyExtractorFragmentTransformer
 
TRANSFORM_ERROR_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
TransformationDateFormats - Interface in com.atlassian.confluence.content.render.xhtml
A class that provides DateFormats used to format and parse dates when transforming between Confluence formats (such as editor and storage formats).
TransformationException - Exception in com.atlassian.confluence.content.render.xhtml.transformers
The base class for all exceptions arising from XHTML transformation.
TransformationException() - Constructor for exception com.atlassian.confluence.content.render.xhtml.transformers.TransformationException
 
TransformationException(String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.transformers.TransformationException
 
TransformationException(String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.transformers.TransformationException
 
TransformationException(Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.transformers.TransformationException
 
Transformer - Interface in com.atlassian.confluence.content.render.xhtml.transformers
Parses one format and outputs as another.
transformerCache(PluginEventManager, PluginAccessor) - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
TransformerChain - Class in com.atlassian.confluence.content.render.xhtml
Takes an ordered list of transfomers and runs each of them serially, passing the transformation output of one transformer as input into the next.
TransformerChain(Iterable<Transformer>) - Constructor for class com.atlassian.confluence.content.render.xhtml.TransformerChain
 
transformerFactory - Variable in class com.atlassian.confluence.xml.XalanXslTransformer
 
TransformerModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
TransformerModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.TransformerModuleDescriptor
 
TransformErrorToHtmlPlaceholder - Class in com.atlassian.confluence.content.render.xhtml.transformers
Transforms erroneous fragment into an error placeholder which can be displayed in the editor and on view.
TransformErrorToHtmlPlaceholder(PlaceholderUrlFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.TransformErrorToHtmlPlaceholder
 
TransformerWeight - Class in com.atlassian.confluence.content.render.xhtml
 
TransformerWeight(Transformer, int) - Constructor for class com.atlassian.confluence.content.render.xhtml.TransformerWeight
 
transformForEmail(String) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
transformList(Function<Object, Object>, Object) - Method in class com.atlassian.confluence.plugins.graphql.types.CollapsableListTypeBuilder
 
TransformNonUserMacroCondition - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
Returns true if the specified macro is not a user macro.
TransformNonUserMacroCondition(MacroManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.TransformNonUserMacroCondition
 
transformResponse(PageResponse<F>, Function<F, T>) - Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
Converts a given PageResponse contains items of type F into an equivalent PageResponse with items of type T, transformed by the given mapper.
transformToString(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.LegacyFragmentTransformer
 
transformToString(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.ViewHeadingFragmentTransformer
 
transformToString(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.ViewHtmlAnchorFragmentTransformer
 
transformUserKeysInContent(String, Function<UserKey, UserKey>, ConversionContext) - Method in class com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter
Rewrites any UserKeys in UserResourceIdentifiers in the supplied storage format content, by using the supplied function to map on userkey to another.
TransformUtils - Class in com.atlassian.confluence.plugins.templates.transformer
 
TransformUtils() - Constructor for class com.atlassian.confluence.plugins.templates.transformer.TransformUtils
 
TransientHibernateHandle - Class in com.atlassian.confluence.core.persistence.hibernate
Deprecated.
since 8.0.0
TransientHibernateHandle(Class, Object) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Deprecated.
since 6.0 Use TransientHibernateHandle.create as an alternative
TransientHibernateHandle(Session, Object) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Deprecated.
since 6.0 Use TransientHibernateHandle.create as an alternative
transitionContentObjects(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
 
transitionContentObjects(ContentEntityObject, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
Transitions content objects such as attachments, content properties, labels and permissions from one content object to another.
translate(Message) - Method in class com.atlassian.confluence.pages.templates.DefaultTemplateI18nHandler
 
translate(Message) - Method in interface com.atlassian.confluence.pages.templates.TemplateI18nHandler
Translate a template i18n message to the correct String for the current site language.
translate(String) - Method in interface com.atlassian.confluence.impl.audit.AuditHelper
Replaces given key with appropriate message.
translate(String) - Method in class com.atlassian.confluence.impl.audit.impl.DefaultAuditHelper
 
translation(String) - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage.SimpleMessageBuilder
 
translation(String) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage.BulkSimpleMessageBuilder
 
TRANSLATION_MODE - Static variable in class com.atlassian.confluence.user.SessionKeys
 
TranslationMode - Interface in com.atlassian.confluence.util.i18n
 
TranslationModeFilter - Class in com.atlassian.confluence.web.filter
 
TranslationModeFilter() - Constructor for class com.atlassian.confluence.web.filter.TranslationModeFilter
 
TranslationTransform - Interface in com.atlassian.confluence.languages
This transform will occur dynamically when the translation is requested.
TranslationTransformModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
TranslationTransformModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.TranslationTransformModuleDescriptor
 
TranslationTransformStateChangedEvent - Class in com.atlassian.confluence.event.events.admin
Event fired when there is a change in i18n translation transform state
TranslationTransformStateChangedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.TranslationTransformStateChangedEvent
 
Translator - Class in com.atlassian.confluence.rpc.xmlrpc
 
Translator() - Constructor for class com.atlassian.confluence.rpc.xmlrpc.Translator
 
trash() - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated, for removal: This API element is subject to removal in a future version.
trash() - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
trash() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
trash(ConfluenceUser) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
trash(ConfluenceUser, Instant) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
trash(Content) - Method in class com.atlassian.confluence.api.impl.service.content.ContentTrashServiceImpl
 
trash(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentTrashService
Trash a piece of content.
trash(Attachment) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
trash(Attachment) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Moves an attachment to the trash.
trash(Attachment) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
trash(Attachment) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
trash(Attachment) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachmentManager
Deprecated.
 
trash(ConfluenceUser) - Method in class com.atlassian.confluence.pages.Page
 
trash(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
trash(String, long) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
TRASH - Enum constant in enum class com.atlassian.confluence.impl.retention.RetentionType
Trashed content
TRASH - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelOperation
 
TRASH_CREATED_BY_FULL_NAME_METADATA_KEY - Static variable in interface com.atlassian.confluence.api.service.content.ContentTrashService
Trash "created by" full name is stored in the Content metadata as the "createdByFullName" entry.
TRASH_CREATED_BY_USERNAME_METADATA_KEY - Static variable in interface com.atlassian.confluence.api.service.content.ContentTrashService
Trash "created by" username is stored in the Content metadata as the "createdByUsername" entry.
TRASH_DATE_METADATA_KEY - Static variable in interface com.atlassian.confluence.api.service.content.ContentTrashService
Trash date is stored in the Content metadata as the "trashdate" entry.
TRASH_DELETED_BY_FULL_NAME_METADATA_KEY - Static variable in interface com.atlassian.confluence.api.service.content.ContentTrashService
Trash "deleted by" full name is stored in the Content metadata as the "deletedByFullName" entry.
TRASH_DELETED_BY_USERNAME_METADATA_KEY - Static variable in interface com.atlassian.confluence.api.service.content.ContentTrashService
Trash "deleted by" username is stored in the Content metadata as the "deletedByUsername" entry.
TRASH_REMOVAL_DELETE_BATCH_SIZE - Static variable in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
TrashCleanupJobStatus - Class in com.atlassian.confluence.impl.retention.status
Status of a soft removal job
TrashCleanupJobStatus() - Constructor for class com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
 
TrashCleanupJobStatus(long) - Constructor for class com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
 
TrashCleanupJobStatusManager - Interface in com.atlassian.confluence.impl.retention.status
Provide status of current soft removal job.
trashCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
trashCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTrashServiceImpl
 
trashCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Trash a piece of content.
trashCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTrashService
Trash a piece of content.
TrashDatePostImportTask - Class in com.atlassian.confluence.internal.importexport
Set trash date for imported content after a space/site import
TrashDatePostImportTask(TrashManagerInternal) - Constructor for class com.atlassian.confluence.internal.importexport.TrashDatePostImportTask
 
Trashed - Interface in com.atlassian.confluence.event.events.types
Indicates that the implementation represents a trashed event.
TRASHED - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent.ContentStatus
 
TRASHED - Static variable in class com.atlassian.confluence.api.model.content.ContentStatus
The state of content that has been trashed but not yet purged from the system.
TrashHardRemovalScheduledJob - Class in com.atlassian.confluence.impl.retention.schedule
Run a hard removal job for trash
TrashHardRemovalScheduledJob(RetentionFeatureChecker, RetentionRulesChecker, TrashRemovalManager, FastTrashRemovalManager) - Constructor for class com.atlassian.confluence.impl.retention.schedule.TrashHardRemovalScheduledJob
 
TrashManager - Interface in com.atlassian.confluence.pages
Operations on the Trash
trashManagerInternal - Variable in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
TrashManagerInternal - Interface in com.atlassian.confluence.dmz.pages
DMZ operations on trash; see the package-info.java for rationale.
trashPage(AbstractPage) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
trashPage(AbstractPage) - Method in interface com.atlassian.confluence.pages.PageManager
trashPage(AbstractPage, DeleteContext) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
trashPage(AbstractPage, DeleteContext) - Method in interface com.atlassian.confluence.pages.PageManager
 
TrashRemovalEventListener - Class in com.atlassian.confluence.impl.retention.analytics.listener
Listen to trash removal events and update current statistics accordingly
TrashRemovalEventListener(EventPublisher) - Constructor for class com.atlassian.confluence.impl.retention.analytics.listener.TrashRemovalEventListener
 
TrashRemovalJobAnalyticsEvent - Class in com.atlassian.confluence.impl.retention.analytics
Summarise the result of a trash removal job
TrashRemovalJobAnalyticsEvent(TrashRemovalJobCompletedEvent) - Constructor for class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobAnalyticsEvent
 
TrashRemovalJobCompletedEvent - Class in com.atlassian.confluence.impl.retention.analytics
 
TrashRemovalJobCompletedEvent(RemovalType, TrashRemovalStatisticHolder) - Constructor for class com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobCompletedEvent
 
TrashRemovalManager - Interface in com.atlassian.confluence.impl.retention.manager
Delete trashed entities per trash retention rules set out in GlobalRetentionPolicy or SpaceRetentionPolicy Entities can be deleted gradually in batches (soft removal) or all at once (hard removal)
TrashRemovalStatistic - Class in com.atlassian.confluence.impl.retention.analytics
Hold trash removal statistics
TrashRemovalStatistic() - Constructor for class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatistic
 
TrashRemovalStatistic(int, int, long) - Constructor for class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatistic
 
TrashRemovalStatisticHolder - Class in com.atlassian.confluence.impl.retention.analytics
Hold trash removal statistics for global and space scopes
TrashRemovalStatisticHolder() - Constructor for class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatisticHolder
 
TrashRemovalStatisticHolder(TrashRemovalStatistic, TrashRemovalStatistic) - Constructor for class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatisticHolder
 
TrashRemovalStatisticThreadLocal - Class in com.atlassian.confluence.impl.retention.analytics
Hold statistics for a running trash removal job
TrashRemovalStatisticThreadLocal() - Constructor for class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatisticThreadLocal
 
trashRetentionRule(TrashRetentionRule) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy.GlobalRetentionPolicyBuilder
 
trashRetentionRule(TrashRetentionRule) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy.Builder
 
TrashRetentionRule - Class in com.atlassian.confluence.api.model.retention
 
TrashRetentionRule() - Constructor for class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
TrashRetentionRule(int, AgeUnit) - Constructor for class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
TrashRetentionRule(Integer, AgeUnit, boolean) - Constructor for class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
TrashRetentionRule.TrashRetentionRuleBuilder - Class in com.atlassian.confluence.api.model.retention
 
TrashRetentionRuleBuilder() - Constructor for class com.atlassian.confluence.api.model.retention.TrashRetentionRule.TrashRetentionRuleBuilder
 
trashRuleEvaluator - Variable in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
TrashRuleEvaluator - Interface in com.atlassian.confluence.impl.retention.rules
Apply current trash retention rules to a list of trashed entities
TrashSoftRemovalScheduledJob - Class in com.atlassian.confluence.impl.retention.schedule
Run a soft removal job for trash
TrashSoftRemovalScheduledJob(RetentionFeatureChecker, RetentionRulesChecker, TrashRemovalManager, FastTrashRemovalManager) - Constructor for class com.atlassian.confluence.impl.retention.schedule.TrashSoftRemovalScheduledJob
 
TreeBuilder - Class in com.atlassian.confluence.pages
 
TreeBuilder(User, ContentPermissionManager, PageManager) - Constructor for class com.atlassian.confluence.pages.TreeBuilder
TreeBuilder needs a user Object to be able to test for page permissions.
TreeSorter - Class in com.atlassian.confluence.api.impl.service.content.typebinding
Sorts collections that represent trees.
TreeSorter() - Constructor for class com.atlassian.confluence.api.impl.service.content.typebinding.TreeSorter
 
TriggerEvent - Enum Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup
List of supported trigger events.
triggerIndexRecovererModuleDescriptors() - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
triggerJob(TriggerJobEvent) - Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForAtlassianScheduler
 
TriggerJobEvent - Class in com.atlassian.confluence.schedule.events
A node-local event indicating that a specific scheduled job should be resumed.
TriggerJobEvent(Object, ScheduledJobKey, boolean) - Constructor for class com.atlassian.confluence.schedule.events.TriggerJobEvent
 
TriggerModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Deprecated.
since 5.10, use JobConfigModuleDescriptor instead
TriggerModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.TriggerModuleDescriptor
Deprecated.
 
TrimDirective - Class in com.atlassian.confluence.velocity
Simple velocity directive for trimming whitespace from the rendered body.
TrimDirective() - Constructor for class com.atlassian.confluence.velocity.TrimDirective
 
trimDownStringToWord(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
truncateIndex() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Removes all documents from the index.
truncateIndex() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
TrustedApplicationDao - Interface in com.atlassian.confluence.security.persistence.dao
Data Access interface for TrustedApplication data.
TrustedApplicationIpRestriction - Class in com.atlassian.confluence.security.trust
A trusted application restriction type that uses the source IP address.
TrustedApplicationIpRestriction() - Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationIpRestriction
 
TrustedApplicationIpRestriction(String) - Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationIpRestriction
 
TrustedApplicationRestriction - Class in com.atlassian.confluence.security.trust
 
TrustedApplicationRestriction() - Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
 
TrustedApplicationRestriction(String) - Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
 
trustedApplicationsManager - Variable in class com.atlassian.confluence.admin.actions.trust.AbstractTrustedApplicationAction
 
TrustedApplicationsManager - Interface in com.atlassian.confluence.security.trust
 
TrustedApplicationUrlRestriction - Class in com.atlassian.confluence.security.trust
A trusted application restriction type that uses the target url.
TrustedApplicationUrlRestriction() - Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationUrlRestriction
 
TrustedApplicationUrlRestriction(String) - Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationUrlRestriction
 
TrustedConnectionStatus - Class in com.atlassian.confluence.util.http.trust
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0
TrustedConnectionStatus(boolean, boolean, boolean, List<String>, boolean) - Constructor for class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
Deprecated.
 
TrustedConnectionStatusBuilder - Interface in com.atlassian.confluence.util.http.trust
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0
TrustedToken - Interface in com.atlassian.confluence.security.trust
A token for trusted communications between Atlassian applications
TrustedTokenFactory - Interface in com.atlassian.confluence.security.trust
A factory for generating trusted tokens
tryDeleteDocument(IndexReader, int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
tryLock(SearchIndex, long, TimeUnit) - Method in interface com.atlassian.confluence.internal.index.IndexLockService
Tries to acquire a lock on the index in given time limit.
tryLock(SearchIndex, long, TimeUnit) - Method in class com.atlassian.confluence.internal.index.lucene.DefaultIndexLockService
 
tryLock(EnumSet<SearchIndex>, long, TimeUnit) - Method in interface com.atlassian.confluence.internal.index.IndexLockService
Tries to acquire a lock on indices in given time limit.
tryLock(EnumSet<SearchIndex>, long, TimeUnit) - Method in class com.atlassian.confluence.internal.index.lucene.DefaultIndexLockService
 
tryRenameOnMove() - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef.Container
 
TSV_FORM - Enum constant in enum class com.atlassian.confluence.event.events.security.LoginDetails.LoginSource
To be used for 2SV capable login form
TTL_FOR_INACTIVE_SUBSCRIPTION_KEY - Static variable in class com.atlassian.confluence.functest.rest.admin.IncSyncResource
 
TTL_FOR_INACTIVE_SUBSCRIPTION_KEY - Static variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.IncrementalSyncUtil
 
TTL_FOR_SUBSCRIPTION_KEY - Static variable in class com.atlassian.confluence.functest.rest.admin.IncSyncResource
 
TTL_FOR_SUBSCRIPTION_KEY - Static variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.IncrementalSyncUtil
 
tuneForReindexing(String) - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexPerformanceTuner
Tune the specified index to improve performance when indexing a large number of documents, using settings recommended in https://opensearch.org/docs/latest/search-plugins/knn/performance-tuning#indexing-performance-tuning
turnFastPermissionsOn() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.FastPermissionsEnabler
 
TurnFastPermissionsOnByDefaultUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Turns fast permissions on for all customers.
TurnFastPermissionsOnByDefaultUpgradeTask(FastPermissionsEnabler) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.TurnFastPermissionsOnByDefaultUpgradeTask
 
TurnFastPermissionsOnByDefaultUpgradeTask(FastPermissionsEnabler, boolean) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.TurnFastPermissionsOnByDefaultUpgradeTask
 
turnOffHibernateLogging() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
Turns off Hibernate Logging (SQL queries will not be output)
turnOffHibernateLogging() - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
turnOffHibernateLogging() - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
turnOnHibernateLogging() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
Turns on Hibernate Logging (both SQL queries and the parameters will now be output)
turnOnHibernateLogging() - Method in interface com.atlassian.confluence.impl.logging.admin.LoggingConfigService
 
turnOnHibernateLogging() - Method in class com.atlassian.confluence.impl.logging.log4j.config.Log4j2ConfigService
 
TWO_EQUAL - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
 
TWO_LEFT_SIDEBAR - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
 
TWO_LO - Enum constant in enum class com.atlassian.confluence.rest.v2.api.annotation.RateLimited.Type
Only requests based on 2LO OAUTH authentication.
TWO_RIGHT_SIDEBAR - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
 
TwoGramAnalyzerDescriptor - Class in com.atlassian.confluence.plugins.index.api
Descriptor for an analyzer that uses a 2-gram tokenizer
TwoGramAnalyzerDescriptor() - Constructor for class com.atlassian.confluence.plugins.index.api.TwoGramAnalyzerDescriptor
 
TwoGramAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer
Creates an Analyzer which use TwoGramAnalyzerProvider as the tokenizer
TwoGramAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.TwoGramAnalyzerProvider
 
TwoGramTokenizerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.tokenizer
Creates an ngram tokenizer with min and max gram equal to 2
TwoGramTokenizerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.tokenizer.TwoGramTokenizerProvider
 
type - Variable in class com.atlassian.confluence.api.colorscheme.SpaceColorSchemeTypeModel
 
type - Variable in class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
 
type - Variable in class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
 
type - Variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.GroupSearchResultEntity
 
type() - Method in interface com.atlassian.confluence.core.PluginDataSourceFactory.ResourceView
 
type() - Element in annotation interface com.atlassian.confluence.rest.v2.api.annotation.RateLimited
Identifies which requests should be rate limited
type() - Element in annotation interface com.atlassian.hibernate.extras.ExportableField
Deprecated.
The Class represented by this parameter must have a public no-argument constructor.
type(ContentType) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
type(ContentType) - Method in interface com.atlassian.confluence.api.nav.Navigation.SpaceContentNav
 
type(SpaceType) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
type(LinkType) - Method in class com.atlassian.confluence.api.model.link.Link.LinkBuilder
 
type(BulkSimpleMessageTypes) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage.BulkSimpleMessageBuilder
 
Type - Variable in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
TYPE - Static variable in class com.atlassian.confluence.pages.templates.variables.ListVariable
 
TYPE - Static variable in class com.atlassian.confluence.pages.templates.variables.StringVariable
 
TYPE - Static variable in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
 
TYPE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
TYPE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
TYPE_ALL_DATA - Static variable in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
 
TYPE_ANONYMOUS_USER - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
TYPE_ATTACHMENT - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
TYPE_CONTENT - Static variable in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
TYPE_CONTENT - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
TYPE_DECORATOR - Static variable in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
TYPE_EXPORT - Static variable in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
 
TYPE_HTML - Static variable in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
 
TYPE_MISSING_USER - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
TYPE_MOINMOIN - Static variable in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
 
TYPE_PDF - Static variable in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
 
TYPE_PRIVATE - Static variable in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
TYPE_PUBLIC - Static variable in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
TYPE_SPACE - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
TYPE_USER - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.manager.RequestContext
 
TYPE_XML - Static variable in interface com.atlassian.confluence.importexport.ImportExportManager
Deprecated.
 
typeName() - Method in enum class com.atlassian.confluence.internal.health.JohnsonEventType
Returns the name of the event type for this enum value.
TYPES - Static variable in class com.atlassian.confluence.plugins.restapi.rvsync.resources.util.SyncRestConstants
 
typeString() - Method in enum class com.atlassian.confluence.labels.LabelableType
 
typeToBoostMap - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
Pages, users, and spaces are prioritised equally to have parity with Cloud behaviour.
TypeWhitelist - Class in com.atlassian.confluence.event
Predicate to check if the given object is an instance of one of the given types.
TypeWhitelist(Set<Class>) - Constructor for class com.atlassian.confluence.event.TypeWhitelist
 
TZ_SENSITIVE_JOB_KEY - Static variable in class com.atlassian.confluence.schedule.TenantAwareJobRescheduler
 

U

UAXURLEmailTokenizerDescriptor - Class in com.atlassian.confluence.search.v2.analysis
Tokenizer is like the standard tokenizer except that it recognises URLs and email addresses as single tokens.
UAXURLEmailTokenizerDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.UAXURLEmailTokenizerDescriptor
 
UberspectDebugDecorator - Class in com.atlassian.confluence.util.velocity.debug
 
UberspectDebugDecorator() - Constructor for class com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator
 
uiSupport - Variable in class com.atlassian.confluence.plugins.edgeindex.edge.AbstractEdgeType
 
UKNOWN - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
UL_TAG - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.InlineTasksUtils
 
UNABLE_TO_ACCESS - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.johnson.JohnsonError
 
UnableReadAttributeException - Exception in com.atlassian.confluence.internal.diagnostics.ipd.exception
 
UnableReadAttributeException(Throwable, String...) - Constructor for exception com.atlassian.confluence.internal.diagnostics.ipd.exception.UnableReadAttributeException
 
UnableReadAttributeException(ObjectName) - Constructor for exception com.atlassian.confluence.internal.diagnostics.ipd.exception.UnableReadAttributeException
 
unarchiveSpace(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
unarchiveSpace(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
unarchiveSpace(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Un-archive the space.
UnauthorizedDownloadResourceException - Exception in com.atlassian.confluence.importexport.resource
 
UnauthorizedDownloadResourceException() - Constructor for exception com.atlassian.confluence.importexport.resource.UnauthorizedDownloadResourceException
 
UnauthorizedDownloadResourceException(String) - Constructor for exception com.atlassian.confluence.importexport.resource.UnauthorizedDownloadResourceException
 
UNAVAILABLE - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexError
 
UNAVAILABLE - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
UNAVAILABLE - Enum constant in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
 
UnblockingRemovalJvmCache<K,V> - Class in com.atlassian.confluence.impl.vcache
JVM Cache that can be cleared without blocking.
UnblockingRemovalJvmCache(VCacheFactory, String, JvmCacheSettings) - Constructor for class com.atlassian.confluence.impl.vcache.UnblockingRemovalJvmCache
 
unbox() - Method in class com.atlassian.confluence.velocity.htmlsafe.HtmlFragment
Deprecated.
 
uncaughtException(Thread, Throwable) - Method in enum class com.atlassian.confluence.util.LoggingUncaughtExceptionHandler
 
uncompress(byte[]) - Method in class com.atlassian.confluence.internal.util.io.DefaultDataCompressor
 
uncompress(byte[]) - Method in class com.atlassian.confluence.internal.util.io.SnappyDataCompressor
 
uncompress(byte[]) - Method in class com.atlassian.confluence.internal.util.io.ZipDataCompressor
 
uncompress(byte[]) - Method in interface com.atlassian.confluence.util.io.DataCompressor
 
uncompress(InputStreamSource) - Method in class com.atlassian.confluence.internal.util.io.DefaultDataCompressor
 
uncompress(InputStreamSource) - Method in class com.atlassian.confluence.internal.util.io.SnappyDataCompressor
 
uncompress(InputStreamSource) - Method in class com.atlassian.confluence.internal.util.io.ZipDataCompressor
 
uncompress(InputStreamSource) - Method in interface com.atlassian.confluence.util.io.DataCompressor
 
UNCOMPRESSED - Static variable in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
uncompressHeader(byte[]) - Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
unconfigureDatabase() - Method in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
 
UndefinedPage(String, String) - Constructor for class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
UnderscoreDelimitedTokenFilterProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
Provides a pattern capture token filter to split tokens on underscore.
UnderscoreDelimitedTokenFilterProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.UnderscoreDelimitedTokenFilterProvider
 
undoTokenReset() - Method in class com.atlassian.confluence.plugins.easyuser.EasyUserResource
 
unescapeCDATA(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
unescapeEntities(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
unEscapeHtmlEntities(StringBuffer) - Static method in class com.atlassian.confluence.util.HtmlEntityEscapeUtil
unEscapes Html Entities.
unEscapeHtmlIfRequired(Object, String) - Method in class com.atlassian.confluence.internal.index.v2.CompositeExtractor
 
UnexpectedImportZipFileContents - Class in com.atlassian.confluence.importexport.impl
 
UnexpectedImportZipFileContents(String, Unzipper) - Constructor for class com.atlassian.confluence.importexport.impl.UnexpectedImportZipFileContents
 
UnexpectedImportZipFileContents(String, File) - Constructor for class com.atlassian.confluence.importexport.impl.UnexpectedImportZipFileContents
 
unfetchedAttachmentCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent.Builder
 
unfollowUser(User, User) - Method in class com.atlassian.confluence.follow.DefaultFollowManager
 
unfollowUser(User, User) - Method in interface com.atlassian.confluence.follow.FollowManager
Unsets the follower from following the specified user.
unfollowUser(User, User) - Method in interface com.atlassian.confluence.follow.persistence.dao.ConnectionDao
Unsets the follower from following the specified user.
unfollowUser(User, User) - Method in class com.atlassian.confluence.follow.persistence.dao.hibernate.HibernateConnectionDao
 
UnFollowUserAction - Class in com.atlassian.confluence.labels.actions
 
UnFollowUserAction() - Constructor for class com.atlassian.confluence.labels.actions.UnFollowUserAction
 
UNICODE_WHITESPACES - Static variable in class com.atlassian.confluence.plugins.index.api.ExactAnalyzerDescriptor
 
UnicodeWhiteSpaceCharacterFilterProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.characterfilter
Filter all unicode whitespace to normal space
UnicodeWhiteSpaceCharacterFilterProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.characterfilter.UnicodeWhiteSpaceCharacterFilterProvider
 
UnidentifiedAttachmentMarshaller - Interface in com.atlassian.confluence.content.render.xhtml.view.embed
Write out an image tag for an Unidentified Attachment placeholder to an xmlStreamWriter.
unIndex(Searchable) - Method in interface com.atlassian.bonnie.Indexer
 
unIndex(Searchable) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
unIndex(Searchable) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
unIndex(Searchable) - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Removes any existing copies of the object from the index
unIndex(Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexManager
 
unIndex(Edge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexManager
Unindexes an edge.
UNINDEX_CONTENT_TYPE - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
UNINDEX_CONTENT_TYPE_CHANGE - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
UNINDEX_SPACE - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
UNINDEX_SPACE_CHANGE - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
unIndexAll() - Method in class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.SearchIndexerAdapter
Unindexes all content.
unIndexAll() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
Delete search index
unIndexAll() - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
unIndexAll() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Deprecated.
 
unIndexAll() - Method in interface com.atlassian.confluence.internal.index.lucene.FullReindexManager
Drop everything from the search index.
unIndexAll() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFullReindexManager
 
unIndexAll() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.IndexResource
 
unIndexAll() - Method in interface com.atlassian.confluence.search.IndexManager
 
UnindexContentTypeChangeIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Removes documents with the specified content type from the change index
UnindexContentTypeChangeIndexTask(String) - Constructor for class com.atlassian.confluence.internal.search.tasks.UnindexContentTypeChangeIndexTask
 
UnindexContentTypeContentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Removes documents with the specified content type from the content index
UnindexContentTypeContentIndexTask(String) - Constructor for class com.atlassian.confluence.internal.search.tasks.UnindexContentTypeContentIndexTask
 
unIndexIncludingDependents(Searchable) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
unIndexIncludingDependents(Searchable) - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Remove a content object and all its dependents (attachments, comments, children, etc.) from the index
unIndexSpace(Space) - Method in class com.atlassian.confluence.impl.search.QueuingChangeIndexer
 
unIndexSpace(Space) - Method in class com.atlassian.confluence.internal.search.QueuingConfluenceIndexer
 
unIndexSpace(Space) - Method in interface com.atlassian.confluence.search.ChangeIndexer
 
unIndexSpace(Space) - Method in interface com.atlassian.confluence.search.ConfluenceIndexer
Optimised unindex of all content in a space
UnIndexSpaceChangeIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Task to unindex a space in the change index.
UnIndexSpaceChangeIndexTask(String) - Constructor for class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceChangeIndexTask
 
UnIndexSpaceContentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Task to unindex a space in the content index.
UnIndexSpaceContentIndexTask(String) - Constructor for class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceContentIndexTask
 
uninstall(Plugin) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
UninstalledContentType - Class in com.atlassian.confluence.content
 
uninstallPlugin(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
uninstallPlugin(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Deprecated.
since 5.6. Use PluginsRpc in test client code.
uninstallPlugin(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
Deprecated.
since 5.6. Use PluginsRpc in test client code.
UNIQUE_CONSTRAINT - Static variable in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintUpgradeTask
 
UNIQUE_INDEX_COLUMNS - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
UNIQUE_INDEX_NAME - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
uniqueAllowsAnyNullValues() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities.HibernateConfigAdapter
 
uniqueAllowsAnyNullValues() - Method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
 
uniqueAllowsAnyNullValues() - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
uniqueAllowsMultipleNullValues() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities.HibernateConfigAdapter
 
uniqueAllowsMultipleNullValues() - Method in interface com.atlassian.confluence.core.persistence.hibernate.HibernateDatabaseCapabilities
 
uniqueAllowsMultipleNullValues() - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
uniqueAllowsMultipleNullValues() - Static method in class com.atlassian.confluence.upgrade.upgradetask.AbstractConstraintCreationUpgradeTask
 
UniqueConstraintAddition - Class in com.atlassian.confluence.internal.upgrade.constraint
Add a unique constraint if not exist.
UniqueConstraintAddition(String, String, List<String>, String, DedupeStrategy) - Constructor for class com.atlassian.confluence.internal.upgrade.constraint.UniqueConstraintAddition
 
uniqueResult(List<E>) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Attempts to select a single result from a list of results.
unit(String) - Method in class com.atlassian.confluence.search.v2.score.DecayParameters.Builder
 
units(ChronoUnit) - Method in class com.atlassian.confluence.api.model.audit.RetentionPeriod.Builder
Deprecated.
 
UNKNOWN - Enum constant in enum class com.atlassian.confluence.event.events.security.LoginDetails.LoginSource
 
UNKNOWN - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexError
 
UNKNOWN - Enum constant in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
 
UNKNOWN - Enum constant in enum class com.atlassian.confluence.pages.PageDeleteTrigger
 
UNKNOWN - Enum constant in enum class com.atlassian.confluence.pages.PageUpdateTrigger
 
UNKNOWN - Enum constant in enum class com.atlassian.confluence.spaces.SpaceUpdateTrigger
 
UNKNOWN - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
UNKNOWN - Enum constant in enum class com.atlassian.confluence.util.MobileUtils.MobileOS
 
UNKNOWN - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
UNKNOWN - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
UNKNOWN - Static variable in class com.atlassian.confluence.core.BodyType
Body is UNKNOWN CONTENT
UNKNOWN - Static variable in class com.atlassian.confluence.event.events.security.LoginEvent
The login source isn't known
UNKNOWN_AUDIT_METHOD - Static variable in class com.atlassian.confluence.internal.audit.AuditFormatConverter
 
UNKNOWN_BUILD_NUMBER - Static variable in interface com.atlassian.confluence.core.persistence.VersionHistoryDao
 
UNKNOWN_INDEX - Enum constant in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
 
UNKNOWN_MACRO_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
UNKNOWN_STATUS - Static variable in class com.atlassian.confluence.core.ContributionStatus
 
UnknownAttachmentPlaceholderServlet - Class in com.atlassian.confluence.tinymceplugin.placeholder
 
UnknownAttachmentPlaceholderServlet(PlaceholderImageFactory, I18NBeanFactory) - Constructor for class com.atlassian.confluence.tinymceplugin.placeholder.UnknownAttachmentPlaceholderServlet
 
UnknownFeatureException - Exception in com.atlassian.confluence.setup.settings
Thrown if an unknown feature is referenced.
UnknownFeatureException(String) - Constructor for exception com.atlassian.confluence.setup.settings.UnknownFeatureException
 
UnknownMacroMigrationException - Exception in com.atlassian.confluence.content.render.xhtml.migration.exceptions
 
UnknownMacroMigrationException(String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException
 
UnknownMacroPlaceholderServlet - Class in com.atlassian.confluence.tinymceplugin.placeholder
 
UnknownMacroPlaceholderServlet(PlaceholderImageFactory, I18NBeanFactory) - Constructor for class com.atlassian.confluence.tinymceplugin.placeholder.UnknownMacroPlaceholderServlet
 
unknownTrigger() - Method in class com.atlassian.confluence.core.AbstractOperationContext.BaseBuilder
 
unknownTrigger() - Method in class com.atlassian.confluence.core.DefaultDeleteContext.Builder
 
unknownTrigger() - Method in class com.atlassian.confluence.core.DefaultSaveContext.Builder
 
unknownUser(ConfluenceUser, I18NBean) - Static method in class com.atlassian.confluence.user.UnknownUser
 
unknownUser(String, I18NBean) - Static method in class com.atlassian.confluence.user.UnknownUser
 
UnknownUser - Class in com.atlassian.confluence.api.model.people
 
UnknownUser - Class in com.atlassian.confluence.legacyapi.model.people
Deprecated.
since 7.0.1 , use UnknownUser
UnknownUser - Class in com.atlassian.confluence.user
Implementation of User which represents a user that no longer exists, perhaps because the repository which contains it is no longer accessible, or the user has been removed from an external repository.
UnknownUser() - Constructor for class com.atlassian.confluence.user.UnknownUser
 
UnknownUser(Reference<Icon>, String, String, String) - Constructor for class com.atlassian.confluence.api.model.people.UnknownUser
 
UnknownUser(Icon, String) - Constructor for class com.atlassian.confluence.api.model.people.UnknownUser
 
UnknownUser(Icon, String) - Constructor for class com.atlassian.confluence.legacyapi.model.people.UnknownUser
Deprecated.
 
UnknownUser(Icon, String, String) - Constructor for class com.atlassian.confluence.api.model.people.UnknownUser
 
UnknownUser(Icon, String, String, String) - Constructor for class com.atlassian.confluence.api.model.people.UnknownUser
 
UNLICENSED - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelType
 
UNLICENSED - Enum constant in enum class com.atlassian.confluence.search.service.UserSearchQueryParameters.UserCategory
 
UNLICENSED - Static variable in class com.atlassian.confluence.api.model.people.UserStatus
 
UNLICENSED_PATH - Static variable in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
UNLIMITED - Static variable in interface com.atlassian.confluence.labels.persistence.dao.LabelDao
Specify no limit on the number of results returned by the dao.
UNLIMITED_USERS - Static variable in interface com.atlassian.confluence.util.UserChecker
Deprecated.
since 5.1, use UserChecker.isUnlimitedUserLicense() instead.
unlock() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LoggingReentrantLock
 
unlock() - Method in interface com.atlassian.confluence.pages.collab.SynchronyLockManager.SynchronyContentLock
 
unlock(SearchIndex) - Method in interface com.atlassian.confluence.internal.index.IndexLockService
Releases the lock held on index
unlock(SearchIndex) - Method in class com.atlassian.confluence.internal.index.lucene.DefaultIndexLockService
 
unlock(EnumSet<SearchIndex>) - Method in interface com.atlassian.confluence.internal.index.IndexLockService
Releases the lock held on indices.
unlock(EnumSet<SearchIndex>) - Method in class com.atlassian.confluence.internal.index.lucene.DefaultIndexLockService
 
unlockEntities(Collection<Long>) - Static method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyUnlockEvent
Creates event for unlocking some particular hubs
unlockEverything() - Static method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyUnlockEvent
Creates event for global ("all-hubs") unlock
unlockMutex(Object) - Method in class com.atlassian.confluence.importexport.ImportMutex
Deprecated.
Releases the lock
UnmanagedJobScheduler - Class in com.atlassian.confluence.schedule
Schedules unmanaged jobs on ApplicationStartedEvent.
UnmanagedJobScheduler(SchedulerService, TimeZoneManager, Collection<ScheduledJob>, EventListenerRegistrar) - Constructor for class com.atlassian.confluence.schedule.UnmanagedJobScheduler
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.atlassian.confluence.setup.xstream.AtomicReferenceConverter
 
unmarshal(Class<T>, String) - Method in class com.atlassian.confluence.impl.system.task.JsonSystemMaintenanceTaskMarshalling
 
unmarshal(Class<T>, String) - Method in interface com.atlassian.confluence.impl.system.task.SystemMaintenanceTaskMarshalling
Convert a string representation of a SystemMaintenanceTask to a POJO
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorEmbeddedImageResourceUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.inline.EditorEmoticonUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker.EditorInlineCommentMarkerUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.link.EditorLinkBodyUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.link.EditorLinkUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorMacroUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.pagelayouts.EditorPageLayoutUnMarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.placeholder.EditorPlaceholderUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorIdAndTypeResourceIdentifierUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorPageResourceIdentifierMarshallerAndUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorShortcutResourceIdentifierMarshallerAndUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorSpaceResourceIdentifierMarshallerAndUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorUserResourceIdentifierMarshallerAndUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.IdAndTypeAnalyzingResourceIdentifierUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.time.EditorTimeUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.image.ImageLinkEmoticonUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedImageUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inline.StorageEmoticonUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker.StorageInlineCommentMarkerUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StoragePlainTextLinkBodyUnmarshaller
Implementation Note: In actual use this Unmarshaller will be operating on a 'storage reader'.
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageRichTextLinkBodyUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.DelegatingStorageMacroUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV1Unmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV2Unmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StorageLegacyPageLayoutUnMarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutUnMarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.placeholder.StoragePlaceholderUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUserResourceIdentifierUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeUnmarshaller
 
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.Unmarshaller
Unmarshalls a StAX event stream to an object.
unmarshal(XMLEventReader, FragmentTransformer, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskUnmarshaller
 
Unmarshaller<T> - Interface in com.atlassian.confluence.content.render.xhtml
Responsible for unmarshalling an XML fragment.
UnmarshalMacroRequest - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
UnmarshalMacroRequest() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.UnmarshalMacroRequest
 
UnmarshalMarshalFragmentTransformer<T> - Class in com.atlassian.confluence.content.render.xhtml
A FragmentTransformer that transforms by unmarshalling and then re-marshalling the fragment.
UnmarshalMarshalFragmentTransformer(Unmarshaller<T>, Marshaller<T>) - Constructor for class com.atlassian.confluence.content.render.xhtml.UnmarshalMarshalFragmentTransformer
 
UnmigratedBlockWikiMarkupMacro - Class in com.atlassian.confluence.macro.wiki
This macro will render it's body using the V2 Renderer.
UnmigratedBlockWikiMarkupMacro() - Constructor for class com.atlassian.confluence.macro.wiki.UnmigratedBlockWikiMarkupMacro
 
UnmigratedInlineWikiMarkupMacro - Class in com.atlassian.confluence.macro.wiki
This macro will render it's body using the V2 Renderer.
UnmigratedInlineWikiMarkupMacro() - Constructor for class com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
 
unpackedFileSize(Path) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
 
unproxyIfRequired(Object) - Static method in class com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersister
Deprecated.
When an object is retrieved from a Hibernate session, due to its lazy loading strategy, the object is possibly a proxy object.
UNPUBLISHED_CHANGES_STATUS - Static variable in class com.atlassian.confluence.core.ContributionStatus
 
UnpublishedStatusLozengeCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
 
UnpublishedStatusLozengeCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UnpublishedStatusLozengeCondition
 
unqualify(String) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.container.EntityObjectsToXmlWriter
 
unqualify(String, String) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.container.EntityObjectsToXmlWriter
 
unregister() - Method in class com.atlassian.confluence.impl.retention.listener.SpaceRetentionPolicyIndexingListener
 
unregister() - Method in class com.atlassian.confluence.impl.system.runner.CreateIndexSnapshotMaintenanceTaskRunner
 
unregister() - Method in class com.atlassian.confluence.impl.system.runner.ReIndexMaintenanceTaskRunner
 
unregister() - Method in class com.atlassian.confluence.impl.system.runner.RestoreIndexSnapshotMaintenanceTaskRunner
 
unregister() - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
unregister() - Method in class com.atlassian.confluence.internal.license.LicenseBasedCachingEnterpriseFeatureFlag
 
unregister(SystemMaintenanceTaskType) - Method in class com.atlassian.confluence.impl.system.DefaultSystemMaintenanceTaskRegistry
 
unregister(SystemMaintenanceTaskType) - Method in interface com.atlassian.confluence.impl.system.SystemMaintenanceTaskRegistry
Remove current SystemMaintenanceTaskRunner as task runner for tasks of a specific type
unregister(Object) - Method in class com.atlassian.confluence.event.NoOpEventPublisher
 
unregister(Object) - Method in class com.atlassian.confluence.event.TimingEventPublisher
 
unregister(Object) - Method in class com.atlassian.confluence.impl.event.BatchingMultiEventPublisher5
 
unregisterAll() - Method in class com.atlassian.confluence.event.NoOpEventPublisher
 
unregisterAll() - Method in class com.atlassian.confluence.event.TimingEventPublisher
 
unregisterAll() - Method in class com.atlassian.confluence.impl.event.BatchingMultiEventPublisher5
 
unregisterBackgroundJobProcessor(BackgroundJobProcessor) - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobService
Unregisters a background processor.
unregisterBean(String) - Static method in class com.atlassian.confluence.jmx.JmxUtil
 
unregisterBean(ObjectName) - Method in interface com.atlassian.confluence.jmx.MBeanExporterWithUnregister
Deprecated.
since 5.10. Use MBeanExportOperations.unregisterManagedResource(javax.management.ObjectName) instead.
unregisterBean(ObjectName) - Method in class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
unregisterEventListener() - Method in class com.atlassian.confluence.functest.rest.admin.sqlcapture.ReindexMetrics
 
unregisterEventListener() - Method in class com.atlassian.confluence.functest.rest.cluster.ClusterEventTestingService
 
unregisterEventListener() - Method in class com.atlassian.confluence.impl.security.AllowedUrlsProviderImpl
 
unregisterEventListener() - Method in class com.atlassian.confluence.impl.security.CachingInheritedContentPermissionManager
 
unregisterEventListener() - Method in class com.atlassian.confluence.internal.search.v2.ExactSearchController
 
unregisterEventListener() - Method in class com.atlassian.confluence.util.i18n.CachingI18NBeanFactory
 
unregisterEventListener(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
unregisterEventListener(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Unregisters the temporary listener registered for the specified event.
unregisterEventListener(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
unregisterFactory(AtlassianInstrumentation.AtlasSplitFactory) - Static method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentation
Unregister a factory.
unregisterForEvents() - Method in class com.atlassian.confluence.impl.cache.hazelcast.hibernate.LocalRegionCacheMaxSizeAdjuster
 
unregisterForEvents() - Method in class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataCache
 
unregisterForEvents() - Method in class com.atlassian.confluence.impl.security.SpacePermissionCachePrimer
 
unregisterForEvents() - Method in class com.atlassian.confluence.impl.security.SpacePermissionManagerFactory
Deprecated.
 
unregisterForEvents() - Method in class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventPublisher
 
unregisterForEvents() - Method in class com.atlassian.confluence.impl.user.crowd.CacheableDirectoryInstanceLoader
 
unregisterForEvents() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexingQueueProcessingTimeIpdJob
 
unregisterForEvents() - Method in class com.atlassian.confluence.internal.diagnostics.ipd.index.ReIndexingDurationIpdJob
 
unregisterHooks() - Static method in class com.atlassian.confluence.impl.profiling.ThreadLocalMethodHooks
Unregister any method hooks registered on the current thread.
unregisterListener() - Method in class com.atlassian.confluence.impl.user.crowd.directory.ConfluenceDirectoryMonitorRefresherStarter
 
unregisterLogConsumer(String) - Method in class com.atlassian.confluence.impl.logging.log4j.sink.Log4JLogConsumerService
 
unregisterLogConsumer(String) - Method in interface com.atlassian.confluence.logging.sink.LogConsumerService
Unregisters a previously registered LogEvent Consumer for the given key.
unregisterMacro(String) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroPluginMacroManager
 
unregisterMacro(String) - Method in class com.atlassian.confluence.macro.xhtml.V2CompatibilityMacroManager
 
unregisterMacro(String) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
unregisterMacro(String) - Method in class com.atlassian.confluence.macro.xhtml.DelegatingReadOnlyMacroManager
 
unregisterMacro(String) - Method in interface com.atlassian.confluence.macro.xhtml.MacroManager
Unregisters the macro with the given name.
unregisterMacro(String) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroLibraryMacroManager
 
unregisterMacro(String) - Method in class com.atlassian.confluence.renderer.DefaultMacroManager
Unregisters the macro with the given name.
unregisterMacro(String) - Method in interface com.atlassian.confluence.renderer.MacroManager
Unregisters the macro with the given name.
unregisterManagedResource(ObjectName) - Method in class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
 
unregisterManagedScheduledJob(ManagedScheduledJob) - Method in class com.atlassian.confluence.schedule.ManagedScheduledJobFactory
For unregistering of a previously registered ManagedScheduledJob's (e.g.
unregisterManagedScheduledJob(ManagedScheduledJob) - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJobRegistrationService
Will deregister a managedScheduledJob from this system.
unregisterTestAppenderForClass(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
unregisterTestAppenderForClass(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
unregisterTestAppenderForClass(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
UNRESOLVED_COMMENT_COUNT - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
UNRESOLVED_COMMENT_COUNT_AGGREGATOR_PROP - Static variable in class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageUnresolvedCommentCountAggregator
 
UNRESOLVED_LINK_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
UNRESOLVED_RESOURCE_ID - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
UnresolvedLink - Class in com.atlassian.confluence.content.render.xhtml.model.links
 
UnresolvedLink(Link) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
UnresolvedLink(Link, Optional<String>) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
unresolvedLinkMarshaller - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
UnresolvedUsernameResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
A ResourceIdentifier used for usernames that cannot be resolved to existing users.
UnresolvedUsernameResourceIdentifier(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UnresolvedUsernameResourceIdentifier
 
unsatisfiedObjectDependencies - Variable in class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
unsavableSettings() - Static method in class com.atlassian.confluence.setup.settings.Settings
Instantiate a settings object that will be ignored by the settings manager if you attempt to save it.
unsavableSettings(String) - Static method in class com.atlassian.confluence.setup.settings.SpaceSettings
Instantiate a settings object that will be ignored by the settings manager if you attempt to save it.
UNSET - Static variable in class com.atlassian.confluence.api.model.content.ContentSelector
 
UNSET - Static variable in class com.atlassian.confluence.api.model.content.id.ContentId
 
UNSET - Static variable in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
 
UNSET - Static variable in interface com.atlassian.confluence.content.Content
This is the placeholder id used for new content.
UNSET_POSITION - Static variable in class com.atlassian.confluence.api.model.content.Position
 
unsorted() - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
unspoilt(Reader) - Static method in class com.atlassian.confluence.plugins.templates.transformer.TransformUtils
 
UNSTEMMED_ANALYZER - Static variable in class com.atlassian.confluence.internal.search.v2.lucene.CustomFlexibleQueryParser.CustomQueryConfigHandler
 
UNSTEMMED_TITLE_FIELD_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchConstants
 
UNSTEMMED_TOKENIZER_NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CustomJapaneseAnalyzerProvider
 
UnstemmedAnalyzerDescriptor - Class in com.atlassian.confluence.plugins.index.api
 
UnstemmedAnalyzerDescriptor() - Constructor for class com.atlassian.confluence.plugins.index.api.UnstemmedAnalyzerDescriptor
 
UnstemmedAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer
Provides an OpenSearch analyzer for UnstemmedAnalyzerDescriptor for the current language.
UnstemmedAnalyzerProvider(DelegatingLanguageAnalyzerProvider) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.UnstemmedAnalyzerProvider
 
unsubscribe(String) - Method in class com.atlassian.confluence.internal.diagnostics.ConfluenceAlertPublisher
 
unsubscribe(SubscriptionId) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
unsubscribe(SubscriptionId) - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncService
Remove an exising subscription
unsubscribe(Long) - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
UNSUCCESSFUL - Enum constant in enum class com.atlassian.confluence.schedule.managers.SchedulerRunDetailsPurgeMode
 
UNSUCCESSFUL_JOBS_TTL_MILLIS - Static variable in interface com.atlassian.confluence.schedule.managers.SchedulerRunDetailsManager
The time-to-live of unsuccessful run details that will be purged The default value is 7 days, which can be overridden by the system property "unsuccessful.jobs.ttl.hours" with the hour granularity
UNSUPPORTED - Static variable in class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
Deprecated.
 
UNSUPPORTED_PRODUCT_KEY_MESSAGE - Static variable in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
UnsupportedTargetException - Exception in com.atlassian.confluence.api.model.permissions.spi
Exception thrown by OperationCheck methods.
UnsupportedTargetException(String) - Constructor for exception com.atlassian.confluence.api.model.permissions.spi.UnsupportedTargetException
 
unsyncUser(String) - Method in class com.atlassian.confluence.functest.rest.admin.UserResource
 
UntokenizedTitleExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts and indexes an untokenized title for sorting.
UntokenizedTitleExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.UntokenizedTitleExtractor
 
unwatchContent(UserKey, ContentId) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
unwatchContent(UserKey, ContentId) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
Remove a watch to the given content
unwatchContentCompletionStage(UserKey, ContentId) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
unwatchContentCompletionStage(UserKey, ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
Remove a watch to the given content
unwatchSpace(UserKey, String) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
unwatchSpace(UserKey, String) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
Remove a watch to the given space
unwatchSpace(UserKey, String, List<ContentType>) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
unwatchSpace(UserKey, String, List<ContentType>) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
Remove a watch to the given space
unwatchSpaceCompletionStage(UserKey, String) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
unwatchSpaceCompletionStage(UserKey, String) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
Remove a watch to the given space
unwatchSpaceCompletionStage(UserKey, String, List<ContentType>) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
unwatchSpaceCompletionStage(UserKey, String, List<ContentType>) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
 
unwrap(Class<T>) - Method in class com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider
Deprecated.
 
unwrapIfType(Class<E>) - Method in class com.atlassian.confluence.event.events.cluster.ClusterEventWrapper
 
unwrapMacroProxy(Macro) - Static method in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
Unwraps a macro proxy that is wrapped with a XhtmlMacroManager.ResourceAwareMacroInvocationHandler.
unwrapMultiPartRequest(HttpServletRequest) - Method in class com.atlassian.confluence.impl.struts.StrutsHelperImpl
 
unwrapMultiPartRequest(HttpServletRequest) - Method in interface com.atlassian.confluence.struts.StrutsHelper
 
unwrapOrRethrow(RuntimeException, Class<T>) - Static method in class com.atlassian.confluence.impl.user.crowd.DefaultApplicationCache
Look throw the causal chain until we find an exception that is of the expected type, or just rethrow the full chain if not.
unzip() - Method in class com.atlassian.confluence.util.zip.FileUnzipper
Unzips all files in the archive
unzip() - Method in class com.atlassian.confluence.util.zip.StreamUnzipper
 
unzip() - Method in interface com.atlassian.confluence.util.zip.Unzipper
 
unzip() - Method in class com.atlassian.confluence.util.zip.UrlUnzipper
 
unzipFileInArchive(String) - Method in class com.atlassian.confluence.util.zip.FileUnzipper
Specify a specific file inside the archive to extract
unzipFileInArchive(String) - Method in class com.atlassian.confluence.util.zip.StreamUnzipper
 
unzipFileInArchive(String) - Method in interface com.atlassian.confluence.util.zip.Unzipper
 
unzipFileInArchive(String) - Method in class com.atlassian.confluence.util.zip.UrlUnzipper
 
Unzipper - Interface in com.atlassian.confluence.util.zip
 
Up() - Constructor for class com.atlassian.confluence.plugins.synchrony.api.events.SynchronyStatusStartupEvents.Up
 
update(Content) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
update(Content) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
 
update(Content) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
Updates the non-data parts of an Attachment Content instance.
update(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentService
Updates a piece of content.
update(Content, CustomContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.CustomContentTypeApiSupport
 
update(Content, Attachment) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
update(Content, BlogPost) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
update(Content, Comment) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
update(Content, Page) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
update(Content, T) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
 
update(Content, T) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
Updates an existing persistent entity from the given api content
update(ContentId, Content, ContentStatus, ContentDraftService.ConflictPolicy, boolean) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
update(ContentId, String, JsonContentProperty) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentPropertyResource
 
update(JsonContentProperty) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService
Updates a content property.
update(JsonContentProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.ContentPropertyServiceImpl
 
update(JsonContentProperty) - Method in class com.atlassian.integrationtest.confluence.api.service.content.MockContentPropertyService
 
update(JsonSpaceProperty) - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService
Updates a space property.
update(JsonSpaceProperty) - Method in class com.atlassian.confluence.impl.retention.InMemorySpacePropertyService
 
update(JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyServiceImpl
 
update(Space) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
update(Space) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Updates a space.
update(ContentTemplate, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService
Update an existing template
update(UserDetailsForUpdate) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
update(UserDetailsForUpdate) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
update(UserDetailsForUpdate) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Update the current user with the supplied details (full name or email).
update(UserDetailsForUpdate) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Update the current user with the supplied details (full name or email).
update(UserDetailsForUpdate) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
update(BackupRestoreJob) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
update(BackupRestoreJob) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
update(PreparedAbstractPage) - Method in class com.atlassian.confluence.content.service.experimental.DefaultPageUpdateService
 
update(PreparedAbstractPage) - Method in interface com.atlassian.confluence.content.service.experimental.PageUpdateService
Perform update of page or blogpost.
update(BackgroundJob) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
 
update(Attachment) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
update(SpaceDescription, SpaceDescription) - Method in class com.atlassian.confluence.impl.content.DefaultSpaceDescriptionManager
 
update(SpaceDescription, SpaceDescription) - Method in interface com.atlassian.confluence.spaces.SpaceDescriptionManager
 
update(ConfluenceUser) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
update(ConfluenceUser) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Change a property of an existing ConfluenceUser.
update(ConfluenceUser) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
update(MacroDefinition) - Method in interface com.atlassian.confluence.xhtml.api.MacroDefinitionUpdater
Called each time a macro definition is found in the content so that each definition may be modified or replaced by another definition.
update(Directory) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectoryDao
 
update(Application) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
update(Application) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
update(DirectorySynchronisationStatus) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationStatusDao
 
update(Group) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
update(Group) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
update(User) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
update(User) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
update(MailServer) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
update(String, Content) - Method in class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource
 
update(String, Space) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
update(String, UserDetailsForUpdate) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
update(String, UserDetailsForUpdate) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
update(String, UserDetailsForUpdate) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Update the given user with the supplied details (full name or email).
update(String, UserDetailsForUpdate) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Update the given user with the supplied details (full name or email).
update(String, UserDetailsForUpdate) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
update(String, AtlassianDocument) - Method in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
update(String, AtlassianDocument) - Method in interface com.atlassian.confluence.search.v2.SearchIndexWriter
Applies partial updates to the document with the given id.
update(String, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserGroupResource
 
update(String, String, JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePropertyResource
 
update(T, T) - Method in class com.atlassian.integrationtest.utils.ItStateManager
Updates a page to save a new version.
update(T, T, Version) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
update(T, T, Version) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Saves CEO
UPDATE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelOperation
 
UPDATE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelOperation
 
UPDATE - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.TriggerEvent
 
UPDATE - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
UPDATE_DOCUMENT - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
UPDATE_DOCUMENT_EXCLUDING_DEPENDENTS - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
UPDATE_SIDS - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService.LockName
 
UPDATE_USER_STATUS_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
A permission type to control whether a user can update their user status.
updateAccessMode(AccessMode) - Method in class com.atlassian.confluence.api.impl.service.accessmode.AccessModeServiceImpl
 
updateAccessMode(AccessMode) - Method in interface com.atlassian.confluence.api.service.accessmode.AccessModeService
Update the access mode if the current user is a sysadmin
updateAccessMode(AccessMode) - Method in interface com.atlassian.confluence.internal.accessmode.AccessModeManager
This method should be called by Confluence core services only
updateAccessMode(AccessMode) - Method in class com.atlassian.confluence.internal.accessmode.DefaultAccessModeManager
This method should be called by Confluence core services only
updateAccessModeCompletionStage(AccessMode) - Method in interface com.atlassian.confluence.rest.client.RemoteAccessModeService
 
updateAccessModeCompletionStage(AccessMode) - Method in class com.atlassian.confluence.rest.client.RemoteAccessModeServiceImpl
 
updateAllContentPermissions(AtomicBoolean, Supplier<DenormalisedPermissionServiceState>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentPermissionsUpdater
Updates all content permissions.
updateAllRecordsInSmallSeparateTransactions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentChangeLogListener
 
updateAllRecordsInSmallSeparateTransactions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
Update all denormalised records in a bunch of small transactions.
updateAllRecordsInSmallSeparateTransactions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpaceChangeLogListener
 
updateAllSpacePermissions(AtomicBoolean, Supplier<DenormalisedPermissionServiceState>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpacePermissionsUpdater
Updates all space permissions.
updateAndGetNewCounts(MacroCounter, ContentEntityObject, int) - Method in class com.atlassian.confluence.macro.count.MacroCountStore
Calculates the number of newly added macros by comparing results from the supplied MacroCounter with the counts stored in the ContentProperties of the entity, and updates those counts after the difference has been calculated.
updateArchived(ArchivedBackgroundJob) - Method in class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
 
updateAttachment(Attachment) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
updateAttachment(Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Update an existing attachment without creating a new version
updateAttachment(Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
updateAttachmentReferencesInContent(String, LinksUpdater.AttachmentReferenceDetails, LinksUpdater.AttachmentReferenceDetails) - Method in interface com.atlassian.confluence.content.render.xhtml.links.LinksUpdater
Update all the attachment references in the content that referred to the 'old' attachment to now refer to the 'updated' attachment.
updateAttachmentReferencesInContent(String, LinksUpdater.AttachmentReferenceDetails, LinksUpdater.AttachmentReferenceDetails) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
 
updateAttachmentReferencesInContent(String, Map<LinksUpdater.AttachmentReferenceDetails, LinksUpdater.AttachmentReferenceDetails>) - Method in interface com.atlassian.confluence.content.render.xhtml.links.LinksUpdater
Update all the attachment references in the content that referred to the 'old' attachment to now refer to the 'updated' attachment.
updateAttachmentReferencesInContent(String, Map<LinksUpdater.AttachmentReferenceDetails, LinksUpdater.AttachmentReferenceDetails>) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
 
UpdateAttachmentsOnFileSystemException - Exception in com.atlassian.confluence.pages.persistence.dao.filesystem
An exception indicating that there was a problem moving the storage of attachments.
UpdateAttachmentsOnFileSystemException(Throwable) - Constructor for exception com.atlassian.confluence.pages.persistence.dao.filesystem.UpdateAttachmentsOnFileSystemException
 
UpdateAttachmentsOnFilesystemOnPageMoveHandler - Class in com.atlassian.confluence.impl.pages.attachments.filesystem
A listener interested in page and blog post move events which will ensure any attachments associated with a page/blog post being moved are also moved to the new location.
UpdateAttachmentsOnFilesystemOnPageMoveHandler(AttachmentDataFileSystem, AttachmentManager) - Constructor for class com.atlassian.confluence.impl.pages.attachments.filesystem.UpdateAttachmentsOnFilesystemOnPageMoveHandler
 
updateAttachmentStatus(long, AttachmentStatus) - Method in interface com.atlassian.confluence.internal.index.attachment.AttachmentStatusManager
Update attachment status.
updateAttachmentStatus(long, AttachmentStatus) - Method in class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentStatusManager
 
updateBody(Long, String, ContentBody) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
updateCache(boolean) - Method in class com.atlassian.confluence.search.SearchResultRendererCache
Update the cache.
updateCEOWithAttachmentChange(ContentEntityObject, ContentEntityObjectDaoInternal) - Static method in class com.atlassian.confluence.internal.content.collab.AttachmentRelatedContentReconciliationListener
This will help to mark CEO with attachment change.
updateColorScheme(ColorSchemeThemeBasedModel) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalColorSchemeResource
 
updateColorSchemeType(String, SpaceColorSchemeTypeModel) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceColorSchemeResource
 
updateCommentContent(Comment, String) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
updateCommentContent(Comment, String) - Method in interface com.atlassian.confluence.pages.CommentManager
 
updateCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
updateCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
Updates the non-data parts of an Attachment Content instance.
updateCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
updateCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Updates a piece of content.
updateCompletionStage(JsonContentProperty) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService
Updates a content property.
updateCompletionStage(JsonContentProperty) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl
 
updateCompletionStage(JsonSpaceProperty) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePropertyService
Update a space property.
updateCompletionStage(JsonSpaceProperty) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl
 
updateCompletionStage(Space) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Updates a space.
updateCompletionStage(Space) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
updateCompletionStage(ContentTemplate, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
 
updateCompletionStage(ContentTemplate, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService
 
updateContentBody(long, ContentRepresentation, ContentBody) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Update the body of a given piece of content (i.e.
updateContentBody(long, ContentRepresentation, ContentBody) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
updateContentTemplate(ContentTemplate, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.TemplateResource
Update/Edit an existing contentTemplate.
updateContentViewPermissions(Set<Long>, long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentPermissionsUpdater
Updates denormalised content permissions for the set of page ids.
updateCounter() - Method in interface com.atlassian.confluence.plugin.webresource.Counter
Update the resource counter
updateCounter() - Method in class com.atlassian.confluence.plugin.webresource.DefaultCounter
 
updateCredential(Application, PasswordCredential) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
updateCredential(Application, PasswordCredential) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
updateCredential(User, PasswordCredential, int) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
updateCredential(User, PasswordCredential, int) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
updateCronJobSchedule(JobId, String) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
updateCronJobSchedule(JobId, String) - Method in interface com.atlassian.confluence.schedule.managers.ScheduledJobManager
Updates stored schedule.
updateCronJobSchedule(JobId, String) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
updateCronSchedule(JobId, String) - Method in interface com.atlassian.confluence.impl.schedule.managers.ScheduledJobNodeManager
 
updateCronSchedule(JobId, String) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
updateCronSchedule(JobId, String) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
updateCustomContentEntity(Content, CustomContentEntityObject, CustomContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.CustomContentTypeApiSupport
Set the extension properties on the entity.
Updated - Interface in com.atlassian.confluence.event.events.types
Indicates that the implementation represents an update event.
updateData(ContentId, AttachmentUpload) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
updateData(ContentId, AttachmentUpload) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
Updates the data part of an Attachment Content instance.
updateData(ContentId, FilePart, FilePart, FilePart, FilePart) - Method in class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource
 
updateDataCompletionStage(ContentId, AttachmentUpload) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
Updates the data part of an Attachment Content instance.
updateDataCompletionStage(ContentId, AttachmentUpload) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
updateDestination(ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
Returns a new instance of this link with an updated destination.
updateDestination(ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
 
updateDestination(ResourceIdentifier) - Method in interface com.atlassian.confluence.xhtml.api.Link
Returns a new instance of this link with an updated destination.
updateDirectory(Directory) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
updateDirectoryMapping(long, long, boolean) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
updateDirectoryMapping(long, long, boolean) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
updateDirectoryMapping(long, long, boolean, Set<OperationType>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
updateDirectoryMapping(long, long, boolean, Set<OperationType>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
updateDirectoryMapping(long, long, int) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
updateDirectoryMapping(long, long, int) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
updateDisabledJobExecutionStatus(JobId, ScheduledJobStatus) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
updateDocument(Term, Iterable<? extends IndexableField>, Analyzer) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
UpdateDocumentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
 
UpdateDocumentIndexTask(Searchable, IndexTaskFactoryInternal) - Constructor for class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
UpdateDocumentIndexTask(Searchable, IndexTaskFactoryInternal, boolean) - Constructor for class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
UpdateDocumentIndexTask(Searchable, IndexTaskFactoryInternal, boolean, boolean) - Constructor for class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
updateDocuments(Term, Iterable<? extends Iterable<? extends IndexableField>>, Analyzer) - Method in class com.atlassian.confluence.internal.search.v2.lucene.InstrumentedIndexWriter
 
updateDraft(String, Hashtable) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
updateDraft(String, Hashtable) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Updates a draft located using the draft owner and draft type.
updateDraft(String, Hashtable) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
updateDraftPageLastModTime(ContentEntityObject, Date, Date) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
This method update the last modification time for the content given in the parameter If a "touched" relation is newer than the draft last modification date, it will be updated
updateEnabledJobExecutionStatus(JobId, ScheduledJobStatus) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
updateEntry(JournalEntry) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
updateEntry(JournalEntry) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Update a persistent journal entry
updateExpireAfterAccess(long, TimeUnit) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
updateExpireAfterAccess(long, TimeUnit) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
updateExpireAfterAccess(long, TimeUnit) - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
updateExpireAfterAccess(long, TimeUnit) - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
updateExpireAfterWrite(long, TimeUnit) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
updateExpireAfterWrite(long, TimeUnit) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
updateExpireAfterWrite(long, TimeUnit) - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
updateExpireAfterWrite(long, TimeUnit) - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
updateExtensionsOnEntity(Comment, Map<String, Object>) - Method in interface com.atlassian.confluence.content.apisupport.CommentExtensionsSupport
A creation hook, extension properties should be set on the passed in comment object.
updateExtensionsOnEntity(Comment, Map<String, Object>) - Method in class com.atlassian.confluence.content.apisupport.NullCommentExtensionsSupport
 
updateGlobalDescription(GlobalDescription) - Method in class com.atlassian.confluence.impl.settings.DefaultGlobalDescriptionManager
 
updateGlobalDescription(GlobalDescription) - Method in class com.atlassian.confluence.impl.settings.DelegatingLegacySettingsManager
 
updateGlobalDescription(GlobalDescription) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
updateGlobalDescription(GlobalDescription) - Method in interface com.atlassian.confluence.setup.settings.GlobalDescriptionManager
 
updateGlobalDescription(GlobalDescription) - Method in interface com.atlassian.confluence.setup.settings.SettingsManager
Deprecated.
 
updateGlobalSettingBoolean(String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
updateGlobalSettingBoolean(String, String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Update a Settings boolean field.
updateGlobalSettingBoolean(String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
updateGlobalSettings(Settings) - Method in class com.atlassian.confluence.impl.settings.BandanaGlobalSettingsManager
 
updateGlobalSettings(Settings) - Method in class com.atlassian.confluence.impl.settings.DelegatingLegacySettingsManager
 
updateGlobalSettings(Settings) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
updateGlobalSettings(Settings) - Method in interface com.atlassian.confluence.setup.settings.GlobalSettingsManager
 
updateGlobalSettings(Settings) - Method in interface com.atlassian.confluence.setup.settings.SettingsManager
Deprecated.
 
updateGlobalSettingString(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
updateGlobalSettingString(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Update a Settings String field.
updateGlobalSettingString(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
updateGroup(Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
updateGroups(List<String>) - Method in class com.atlassian.confluence.user.administrators.DefaultEditUserGroupAdministrator
 
updateGroups(List<String>) - Method in interface com.atlassian.confluence.user.administrators.EditUserGroupAdministrator
 
updateHiLoIdGenerator() - Method in class com.atlassian.confluence.impl.backuprestore.restore.HiLoGeneratorInitialiserOnSiteRestore
 
updateInNewTransaction(BackupRestoreJob) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
updateInNewTransaction(BackupRestoreJob) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
updateJobStateAfterCompletion(long, JobState, Exception, Instant, ExecutorService) - Method in class com.atlassian.confluence.impl.backuprestore.IndependentBackupRestoreJobManager
 
UpdateLabelsInChangeIndexListener - Class in com.atlassian.confluence.internal.search.listeners
Updates the label information in the change index whenever a label has been associated or disassociated with a piece of content.
UpdateLabelsInChangeIndexListener(ChangeIndexer) - Constructor for class com.atlassian.confluence.internal.search.listeners.UpdateLabelsInChangeIndexListener
 
updateLastModifier(boolean) - Method in class com.atlassian.confluence.core.DefaultSaveContext.Builder
 
updateLastUpdate(long, long) - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
updateLastUpToDateTimeStamp(DenormalisedServiceStateRecord.ServiceType, long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedPermissionStateLogService
 
updateLinksInContent(String, String, String) - Method in interface com.atlassian.confluence.content.render.xhtml.links.AttachmentLinksUpdater
 
updateLinksInContent(String, String, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlAttachmentLinksUpdater
 
updateMacroDefinitions(String, ConversionContext, MacroDefinitionUpdater) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
updateMacroDefinitions(String, ConversionContext, MacroDefinitionUpdater) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.MacroDefinitionTransformer
Updates MacroDefinitions in the supplied storageFragment.
updateMacroDefinitions(String, ConversionContext, MacroDefinitionUpdater) - Method in class com.atlassian.confluence.impl.content.render.xhtml.MacroDefinitionTransformerImpl
 
updateMacroDefinitions(String, ConversionContext, MacroDefinitionUpdater) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Updates MacroDefinitions in the supplied storageFragment.
updateMaintenanceInfo(MaintenanceInfo) - Method in class com.atlassian.confluence.plugins.maintenance.service.impl.MaintenanceServiceImpl
 
updateMaintenanceInfo(MaintenanceInfo) - Method in interface com.atlassian.confluence.plugins.maintenance.service.MaintenanceService
Update the maintenance info
updateMaxEntries(int) - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
updateMaxEntries(int) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
updateMaxEntries(int) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
updateMaxEntries(int) - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedHazelcastHibernateRegionCache
 
updateMigrationRequired() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
 
updateModificationData(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultContentDao
This method overrides the default behaviour which is to get the current user from a thread local and to set the last updated time to the current time.
updateModificationData(PageTemplate) - Method in class com.atlassian.confluence.content.render.xhtml.migration.MigrationPageTemplateDao
 
updateModificationData(T) - Method in class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateObjectDao
 
updateModificationData(T) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Perform any modifications that need to be done to an object every time it is saved.
updateNextOccurrence(JobId, Date) - Method in class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
updateNextOccurrence(JobId, Date) - Method in class com.atlassian.confluence.schedule.persistence.dao.ClusterSafeScheduledJobDao
 
updateNextOccurrence(JobId, Date) - Method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobDao
Updates the nextOccurrence in the ScheduledJobStatus.
updateNextRunTime(JobId, Date, long) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
updateNextRunTime(JobId, Date, long) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
updateNodeLatency(String, long) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.node.IpdInterNodesStats
 
updateNodeLatency(String, long) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.node.IpdInterNodesStatsWithRemovalDelay
Updates the last ping time for the node and calls super method.
updateOutgoingLinks(ContentEntityObject) - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
updateOutgoingLinks(ContentEntityObject) - Method in interface com.atlassian.confluence.links.LinkManager
 
updatePage(RemotePage, RemotePageUpdateOptions) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
updatePage(String, RemotePage, RemotePageUpdateOptions) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
updatePage(String, RemotePage, RemotePageUpdateOptions) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
updatePage(String, RemotePage, RemotePageUpdateOptions) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
updatePage(String, Hashtable, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
updatePage(String, Hashtable, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
updatePageInAncestorCollections(Page, Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
updatePageInAncestorCollections(Page, Page) - Method in interface com.atlassian.confluence.pages.PageManager
Updates the ancestors of a page and all it's descendant pages with the new parent page and its ancestors.
UpdatePersonalSpaceListener - Class in com.atlassian.confluence.spaces.listeners
 
UpdatePersonalSpaceListener(SpaceManager) - Constructor for class com.atlassian.confluence.spaces.listeners.UpdatePersonalSpaceListener
 
updatePluginModuleKey(CustomContentEntityObject, String) - Method in interface com.atlassian.confluence.content.CustomContentManager
Update the type of an existing CustomContentEntityObject with the specified module key.
updatePluginModuleKey(CustomContentEntityObject, String) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
updatePluginSettings(String, Serializable) - Method in class com.atlassian.confluence.impl.settings.BandanaLegacyPluginSettingsManager
 
updatePluginSettings(String, Serializable) - Method in class com.atlassian.confluence.impl.settings.DelegatingLegacySettingsManager
 
updatePluginSettings(String, Serializable) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
updatePluginSettings(String, Serializable) - Method in interface com.atlassian.confluence.setup.settings.LegacyPluginSettingsManager
Deprecated.
 
updatePluginSettings(String, Serializable) - Method in interface com.atlassian.confluence.setup.settings.SettingsManager
Deprecated.
 
UpdatePrefetchDocumentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
 
UpdatePrefetchDocumentIndexTask(Searchable, SearchableResolver, IndexTaskFactoryInternal, PrefetchAtlassianDocumentRetriever, boolean, boolean) - Constructor for class com.atlassian.confluence.internal.search.tasks.UpdatePrefetchDocumentIndexTask
 
updateReferences(SpaceContentEntityObject, Space, String) - Method in class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
 
updateReferences(SpaceContentEntityObject, Space, String) - Method in interface com.atlassian.confluence.links.RelatedContentRefactorer
Update all the references in the supplied content when the content has moved or renamed from 'previousSpace' and/or had it's title changed from 'previousTitle'.
updateReferencesForMovingPage(SpaceContentEntityObject, Space, String) - Method in class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
 
updateReferencesForMovingPage(SpaceContentEntityObject, Space, String) - Method in interface com.atlassian.confluence.links.RelatedContentRefactorer
Update all the references in the supplied content when the content has moved from 'previousSpace' and/or had it's title changed from 'previousTitle'.
updateReferencesInContent(String, LinksUpdater.PartialReferenceDetails, LinksUpdater.PartialReferenceDetails) - Method in interface com.atlassian.confluence.content.render.xhtml.links.LinksUpdater
Update all the links and embedded image references in the content that referred to 'oldDetails' to now refer to 'newDetails'.
updateReferencesInContent(String, LinksUpdater.PartialReferenceDetails, LinksUpdater.PartialReferenceDetails) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
 
updateReferencesInContent(String, Map<LinksUpdater.PartialReferenceDetails, LinksUpdater.PartialReferenceDetails>) - Method in interface com.atlassian.confluence.content.render.xhtml.links.LinksUpdater
Update all the links and embedded image references in the content that referred to 'oldDetails' to now refer to 'newDetails'.
updateReferencesInContent(String, Map<LinksUpdater.PartialReferenceDetails, LinksUpdater.PartialReferenceDetails>) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
 
updateReferrers(SpaceContentEntityObject, Space, String) - Method in class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
 
updateReferrers(SpaceContentEntityObject, Space, String) - Method in interface com.atlassian.confluence.links.RelatedContentRefactorer
Iterate through all the content that currently links to 'referee' and renames all the links, saving the changed content as it goes.
updateReferrers(Attachment, Attachment) - Method in class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
 
updateReferrers(Attachment, Attachment) - Method in interface com.atlassian.confluence.links.RelatedContentRefactorer
Iterate through all the content that links to (or embeds) the supplied attachment (prior to it's update) and update the details of this relationship to reflect the current name and owner of the attachment.
updateReferrersForConvertingPageToBlog(SpaceContentEntityObject, SpaceContentEntityObject) - Method in class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
 
updateReferrersForConvertingPageToBlog(SpaceContentEntityObject, SpaceContentEntityObject) - Method in interface com.atlassian.confluence.links.RelatedContentRefactorer
Update all the references in the supplied content when the content has been converted from a page to a blog post.
updateReferrersForMovingPage(SpaceContentEntityObject, Space, String, List<Page>) - Method in class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
 
updateReferrersForMovingPage(SpaceContentEntityObject, Space, String, List<Page>) - Method in interface com.atlassian.confluence.links.RelatedContentRefactorer
Iterate through all the content that currently links to 'referee' and renames all the links, saving the changed content as it goes.
updateReIndexJob(ReIndexJob) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
updateReIndexJob(ReIndexJob) - Method in interface com.atlassian.confluence.internal.index.status.ReIndexJobManagerInternal
Update the reindexJob in an atomic operation (i.e.
updateReIndexJobIfPresent(Consumer<ReIndexJob>) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
Try to update running re-index job in an atomic operation, synchronised by a cluster-wide lock.
updateReIndexJobIfPresent(Consumer<ReIndexJob>) - Method in interface com.atlassian.confluence.internal.index.status.ReIndexJobManagerInternal
Try to update current re-index job in an atomic operation.
updateRestrictions(ContentId, String, PageResponse<ContentRestriction>) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
Sets all the restrictions specified to a piece of content identified by contentId, replacing any existing permissions.
updateRestrictions(ContentId, String, List<ContentRestriction>) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentRestrictionResource
 
updateRestrictions(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
updateRestrictions(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
Sets all the restrictions specified to a piece of content identified by contentId, replacing any existing permissions.
updateRestrictionsCompletionStage(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
Sets all the restrictions specified to a piece of content identified by contentId, replacing any existing permissions.
updateRestrictionsCompletionStage(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
UPDATES_MAX_SIZE - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentMacro
 
UPDATES_MIN_SIZE - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentMacro
 
UPDATES_SELECTED_TAB - Static variable in interface com.atlassian.confluence.plugins.macros.dashboard.DashboardPreferencesKeys
 
UPDATES_SELECTED_TEAM - Static variable in interface com.atlassian.confluence.plugins.macros.dashboard.DashboardPreferencesKeys
 
UPDATES_STEP_SIZE - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedContentMacro
 
updateSafetyNumber(int) - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
Updates safety number in cache and database
updateSchemaIfNeeded() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
If there are any updates to the Schema needed, do them.
updateSchemaIfNeeded() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
updateSchemaIfNeeded() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
updateSchemaIfNeeded(boolean) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
 
updateSettings(Map<String, Object>) - Method in class com.atlassian.confluence.functest.rest.admin.UserSettingsResource
 
updateShortcutLinks(Map) - Method in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
 
updateShortcutLinks(Map) - Method in interface com.atlassian.confluence.renderer.ShortcutLinksManager
 
updateSimpleJobSchedule(JobId, long) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
updateSimpleJobSchedule(JobId, long) - Method in interface com.atlassian.confluence.schedule.managers.ScheduledJobManager
Updates stored schedule.
updateSimpleJobSchedule(JobId, long) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
updateSimpleSchedule(JobId, long) - Method in interface com.atlassian.confluence.impl.schedule.managers.ScheduledJobNodeManager
 
updateSimpleSchedule(JobId, long) - Method in class com.atlassian.confluence.schedule.managers.DefaultScheduledJobManager
 
updateSimpleSchedule(JobId, long) - Method in class com.atlassian.integrationtest.confluence.user.MockScheduledJobManager
 
updateSpaceColorScheme(String, ColorSchemeThemeBasedModel) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceColorSchemeResource
 
updateSpacePermissions(Set<Long>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpacePermissionsUpdater
Calculates effective permissions for spaces and updates denormalised space permission records.
updateSpacePermissions(Set<Long>, Long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpacePermissionsUpdater
Calculates effective permissions for spaces and updates denormalised space permission records.
updateSpaceSettings(SpaceSettings) - Method in class com.atlassian.confluence.impl.settings.BandanaSpaceSettingsManager
 
updateSpaceSettings(SpaceSettings) - Method in class com.atlassian.confluence.impl.settings.DelegatingLegacySettingsManager
 
updateSpaceSettings(SpaceSettings) - Method in class com.atlassian.confluence.impl.settings.ReadOnlySpaceSettingsManager
 
updateSpaceSettings(SpaceSettings) - Method in class com.atlassian.confluence.setup.settings.DefaultSettingsManager
Deprecated.
 
updateSpaceSettings(SpaceSettings) - Method in interface com.atlassian.confluence.setup.settings.SettingsManager
Deprecated.
 
updateSpaceSettings(SpaceSettings) - Method in interface com.atlassian.confluence.setup.settings.SpaceSettingsManager
 
UpdateSpacesInChangeIndexListener - Class in com.atlassian.confluence.internal.search.listeners
Responsible for updating space information (such as space key and space names in the change index) when a page is moved to a different space.
UpdateSpacesInChangeIndexListener(ChangeIndexer) - Constructor for class com.atlassian.confluence.internal.search.listeners.UpdateSpacesInChangeIndexListener
 
updateStatistics(long, String) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
 
updateStatistics(long, String) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
updateStatus(JobId, ExecutionStatus) - Method in class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
updateStatus(JobId, ExecutionStatus) - Method in class com.atlassian.confluence.schedule.persistence.dao.ClusterSafeScheduledJobDao
 
updateStatus(JobId, ExecutionStatus) - Method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobDao
Updates the status in the corresponding ScheduledJobStatus for the job.
updateStorageFromApi(JsonContentProperty, CustomContentEntityObject) - Method in class com.atlassian.confluence.plugins.contentproperty.StorageJsonPropertyManager
Updates a JsonProperty CustomContentEntityObject to be a ContentProperty.
updateStorageFromApi(JsonSpaceProperty, CustomContentEntityObject) - Method in class com.atlassian.confluence.plugins.contentproperty.StorageJsonPropertyManager
Updates a JsonProperty CustomContentEntityObject to be a SpaceProperty.
updateStoredConfig(Properties) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheConfigFileStore
 
updateStoredConfig(Properties) - Method in interface com.atlassian.confluence.cache.ehcache.EhCacheConfigStore
 
updateTargetTypeForContents(List<ContentEntityObject>, RelatableEntityTypeEnum) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
This method update the target type for contents
updateTotalNumberOfTablesToBackup(int) - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
updateTotalNumberOfTablesToRestore(int) - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
updateTrigger - Variable in class com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
 
updateTrigger(SpaceUpdateTrigger) - Method in class com.atlassian.confluence.internal.security.SpacePermissionContext.Builder
 
updateTrigger(TRIGGER) - Method in class com.atlassian.confluence.core.AbstractOperationContext.BaseBuilder
 
updateUser(UserDetailsForUpdate, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserResource
 
updateUser(User) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
updateUser(String, UserDetailsForUpdate) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminUserResource
 
updateUserCredential(User, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
updateUserKeyInContent(String, Map<String, String>) - Method in class com.atlassian.confluence.impl.backuprestore.userkeyupdate.PatternBasedContentUserKeyUpdater
 
updateUserKeyInContent(T, Map<String, String>) - Method in interface com.atlassian.confluence.impl.backuprestore.userkeyupdate.ContentUserKeyUpdater
 
UpdateUserMacroAction - Class in com.atlassian.confluence.admin.actions.macros
Action for updating a user macro
UpdateUserMacroAction() - Constructor for class com.atlassian.confluence.admin.actions.macros.UpdateUserMacroAction
 
updateUserPreferences() - Method in class com.atlassian.confluence.user.actions.EditMySettingsAction
 
updateUserSettings(UserKey, Function<UserSettingsBuilder, UserSettings>) - Method in class com.atlassian.confluence.api.impl.sal.user.ConfluenceUserSettingsService
 
updateVersionHistorySchemaIfNeeded() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
 
updateWebhook(int, RestWebhook) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
 
updateXHtmlContent() - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
upgrade(JohnsonEventContainer) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
upgrade(JohnsonEventContainer) - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
 
Upgrade(String, int, Instant) - Constructor for record class com.atlassian.confluence.upgrade.UpgradeHistoryService.Upgrade
Creates an instance of a Upgrade record class.
UPGRADE - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
UPGRADE_HISTORY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
UPGRADE_TASK_COMPARATOR - Static variable in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
UpgradedFlag - Interface in com.atlassian.confluence.upgrade
 
UpgradeError - Class in com.atlassian.confluence.upgrade
 
UpgradeError(String) - Constructor for class com.atlassian.confluence.upgrade.UpgradeError
 
UpgradeError(String, Throwable) - Constructor for class com.atlassian.confluence.upgrade.UpgradeError
 
UpgradeError(String, Throwable, URL) - Constructor for class com.atlassian.confluence.upgrade.UpgradeError
 
UpgradeError(String, URL) - Constructor for class com.atlassian.confluence.upgrade.UpgradeError
 
UpgradeError(Throwable) - Constructor for class com.atlassian.confluence.upgrade.UpgradeError
 
UpgradeEventRegistry - Class in com.atlassian.confluence.impl.upgrade
A simple class that tracks an occurrence of an Upgrade Event during startup.
UpgradeEventRegistry() - Constructor for class com.atlassian.confluence.impl.upgrade.UpgradeEventRegistry
 
UpgradeException - Exception in com.atlassian.confluence.upgrade
 
UpgradeException(String) - Constructor for exception com.atlassian.confluence.upgrade.UpgradeException
Deprecated.
since 7.9.0 use Use UpgradeException(String, URL)
UpgradeException(String, Throwable) - Constructor for exception com.atlassian.confluence.upgrade.UpgradeException
Deprecated.
UpgradeException(String, URL) - Constructor for exception com.atlassian.confluence.upgrade.UpgradeException
Creates a new UpgradeException for given message and URL for the Modern Johnson UI.
UpgradeException(String, URL, boolean) - Constructor for exception com.atlassian.confluence.upgrade.UpgradeException
Creates a new UpgradeException for given message, URL and cause for the Modern Johnson UI.
UpgradeException(String, URL, Throwable) - Constructor for exception com.atlassian.confluence.upgrade.UpgradeException
Creates a new UpgradeException for given message, URL and cause for the Modern Johnson UI.
UpgradeException(String, URL, Throwable, boolean) - Constructor for exception com.atlassian.confluence.upgrade.UpgradeException
Creates a new UpgradeException for given message, URL and cause for the Modern Johnson UI that allows it to be fatal
UpgradeException(String, Collection<UpgradeError>) - Constructor for exception com.atlassian.confluence.upgrade.UpgradeException
Creates a new UpgradeException with given message for a list of upgradeErrors.
UpgradeException(Throwable) - Constructor for exception com.atlassian.confluence.upgrade.UpgradeException
Creates a new UpgradeException for given cause.
UpgradeFinalizationManager - Interface in com.atlassian.confluence.upgrade
 
UpgradeFinalizationManager.Run - Interface in com.atlassian.confluence.upgrade
Finalization result
UpgradeFinalizationRun - Interface in com.atlassian.confluence.cluster
Information with the execution of upgrade finalization and its outcome
UpgradeFinalizationRun.Error - Interface in com.atlassian.confluence.cluster
Specifies the contract for errors related to the running of a Finalization UpgradeTask
UpgradeFinalizationRunImpl - Class in com.atlassian.confluence.impl.cluster
Encapsulates Finalization Upgrade task information related to a Zero Downtime Upgrade.
UpgradeFinalizationRunImpl(long, Long, boolean, List<UpgradeFinalizationRun.Error>) - Constructor for class com.atlassian.confluence.impl.cluster.UpgradeFinalizationRunImpl
 
UpgradeFinalizationRunImpl.ErrorImpl - Class in com.atlassian.confluence.impl.cluster
Encapsulates errors related to the running of a Finalization UpgradeTask
UpgradeFinishedEvent - Class in com.atlassian.confluence.event.events.admin
This event is published when a Confluence upgrade has completed successfully.
UpgradeFinishedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.UpgradeFinishedEvent
 
UpgradeGate - Interface in com.atlassian.confluence.upgrade
Gate the upgrade progress across nodes so that only one node will perform plugin dependent upgrades.
UpgradeHistoryService - Interface in com.atlassian.confluence.upgrade
 
UpgradeHistoryService.Upgrade - Record Class in com.atlassian.confluence.upgrade
 
upgradeInternal() - Method in class com.atlassian.sal.confluence.lifecycle.DefaultPluginUpgradeFinalizationManager
 
upgradeInternal(Plugin) - Method in class com.atlassian.sal.confluence.lifecycle.DefaultPluginUpgradeFinalizationManager
 
upgradeInternal(Plugin) - Method in class com.atlassian.sal.confluence.lifecycle.MeasuringPluginUpgradeManager
 
upgradeManager - Variable in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
UpgradeManager - Interface in com.atlassian.confluence.upgrade
UpgradeManager is responsible for creating a list of UpgradeTasks.
upgradeStarted() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
UpgradeStartedEvent - Class in com.atlassian.confluence.event.events.admin
This event is published when a Confluence upgrade has started.
UpgradeStartedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.UpgradeStartedEvent
 
UpgradeTask - Interface in com.atlassian.confluence.upgrade
Upgrade task.
UpgradeTaskInfo - Interface in com.atlassian.confluence.upgrade
 
UpgradeTaskInfoService - Interface in com.atlassian.confluence.upgrade
 
upgradeTaskSucceeded(UpgradeTask) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
upgradeUnderConnectionWriteLock() - Method in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
UpgradeUtils - Class in com.atlassian.confluence.upgrade
Deprecated.
since 3.5.9 Use HibernateDdlExecutor and associated DdlCommands, or HibernateConfig if your code still needs to know which DB type its using.
UpgradeUtils() - Constructor for class com.atlassian.confluence.upgrade.UpgradeUtils
Deprecated.
 
UPLOAD - Enum constant in enum class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent.SpaceLogoActions
 
UPLOADED - Enum constant in enum class com.atlassian.confluence.themes.events.FaviconChangedEvent.Action
 
UploadedResource - Class in com.atlassian.confluence.core
Resource wrapper for uploaded files.
UploadedResource(UploadedFile, String) - Constructor for class com.atlassian.confluence.core.UploadedResource
 
UploadedResource(FileUploadUtils.UploadedFile) - Constructor for class com.atlassian.confluence.core.UploadedResource
Deprecated.
UploadedResource(FileUploadUtils.UploadedFile, String) - Constructor for class com.atlassian.confluence.core.UploadedResource
Deprecated.
UploadedResource(FileUploadUtils.UploadedFile, String, boolean) - Constructor for class com.atlassian.confluence.core.UploadedResource
UploadedResource(File, String, String, String) - Constructor for class com.atlassian.confluence.core.UploadedResource
 
UploadedResource(File, String, String, String, boolean, boolean) - Constructor for class com.atlassian.confluence.core.UploadedResource
Creates an upload resource.
uploadLogo(File, String) - Method in class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
 
uploadLogo(File, String) - Method in interface com.atlassian.confluence.plugins.lookandfeel.SiteLogoManager
Uploads and saves custom site logo.
uriInfo - Variable in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
uris - Static variable in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.Expansions
 
uris - Static variable in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.Expansions
 
uris(ResourceType, List<URI>) - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.SuperBatchWebResourcesBuilder
 
uris(ResourceType, List<URI>) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
 
uris(ResourceType, List<URI>) - Method in interface com.atlassian.confluence.api.model.content.webresource.WebResourcesBuilder
Adds, or if the resource type is already added, replaces the existing uris for the given resource type with the new uris given.
uris(Map<ResourceType, List<URI>>) - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.SuperBatchWebResourcesBuilder
 
uris(Map<ResourceType, List<URI>>) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
 
uris(Map<ResourceType, List<URI>>) - Method in interface com.atlassian.confluence.api.model.content.webresource.WebResourcesBuilder
Replaces the existing uris map with the given map.
url(String) - Method in class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
URL - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A URL.
URL - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
URL - Static variable in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder
 
URL_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
URL_PATTERN - Static variable in class com.atlassian.confluence.util.UrlUtils
 
URL_RESOURCE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
URL_REWRITE_FILTER - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
URL_SUFFIX - Static variable in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.EventKbArticleClickedHandler
 
URL_SUFFIX - Static variable in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.GeneralKbArticleLinkClickedHandler
 
URL_SUFFIX - Static variable in class com.atlassian.confluence.servlet.JohnsonDataServlet
 
URL_SUFFIX - Static variable in class com.atlassian.confluence.servlet.JohnsonDismissEventsServlet
 
URL_VALUE_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
UrlBuilder - Class in com.atlassian.confluence.web
A builder which can construct URLs by adding parameters.
UrlBuilder(String) - Constructor for class com.atlassian.confluence.web.UrlBuilder
Constructs a UTF-8 URL builder with the given base URL.
UrlBuilder(String, String) - Constructor for class com.atlassian.confluence.web.UrlBuilder
Constructs a builder with the given base URL, which should already be URL-encoded.
UrlBuilder(String, Charset) - Constructor for class com.atlassian.confluence.web.UrlBuilder
Constructs a builder with the given base URL, which should already be URL-encoded.
urlDecode(String) - Static method in class com.atlassian.confluence.util.HtmlUtil
Deprecated.
urlDecode(String, String) - Static method in class com.atlassian.confluence.util.HtmlUtil
Deprecated.
urlDecode(String, Charset) - Static method in class com.atlassian.confluence.util.HtmlUtil
Decodes URL percent encoded characters.
urlEncode(String) - Static method in class com.atlassian.confluence.util.HtmlUtil
Deprecated.
urlEncode(String, String) - Static method in class com.atlassian.confluence.util.HtmlUtil
Deprecated.
urlEncode(String, Charset) - Static method in class com.atlassian.confluence.util.HtmlUtil
Encodes HTTP form parameter/values.
UrlLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.migration
A Marshaller specifically used in handling links for UrlResourceIdentifier.
UrlLinkMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.UrlLinkMarshaller
 
urlPath(CustomContentEntityObject) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Gets the URL string (relative to the Confluence application context) at which this content can be viewed.
urlPath(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
urlPath(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
UrlResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.migration
URL based identifier.
UrlResourceIdentifier(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.UrlResourceIdentifier
 
UrlStrategy - Interface in com.atlassian.confluence.plugins.edgeindex.rest
 
UrlUnzipper - Class in com.atlassian.confluence.util.zip
 
UrlUnzipper(URL, File) - Constructor for class com.atlassian.confluence.util.zip.UrlUnzipper
 
UrlUtils - Class in com.atlassian.confluence.util
Contains url utility methods.
UrlUtils() - Constructor for class com.atlassian.confluence.util.UrlUtils
 
UsageInfo - Class in com.atlassian.confluence.status.service.systeminfo
Confluence usage information gathered from a few simple database queries.
UsageInfo(int, int, int, int, int, int, int) - Constructor for class com.atlassian.confluence.status.service.systeminfo.UsageInfo
Deprecated.
since 6.11. Use UsageInfo.builder() instead.
UsageInfo.Builder - Class in com.atlassian.confluence.status.service.systeminfo
 
UsageInfoDTO - Class in com.atlassian.confluence.status.service.systeminfo
Simple POJO class which use to store cached data
UsageInfoDTO(int, int, int, int, int, int, int) - Constructor for class com.atlassian.confluence.status.service.systeminfo.UsageInfoDTO
 
USE - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
USE_CONFLUENCE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
Note: this should no longer be checked directly, use ConfluenceAccessManager instead.
USE_UNLICENSED - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
useCustomLogo() - Method in class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
 
useCustomLogo() - Method in interface com.atlassian.confluence.plugins.lookandfeel.SiteLogoManager
 
UseCustomSiteLogoCondition - Class in com.atlassian.confluence.plugins.lookandfeel
 
UseCustomSiteLogoCondition(SiteLogoManager) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.UseCustomSiteLogoCondition
 
useFineGrainedSchedules() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerConfiguration
 
useGzip() - Method in class com.atlassian.confluence.util.zip.ConfluenceGzipFilterIntegration
 
UseKeyboardShortcutsCondition - Class in com.atlassian.confluence.plugins.keyboardshortcuts.conditions
 
UseKeyboardShortcutsCondition(UserAccessor) - Constructor for class com.atlassian.confluence.plugins.keyboardshortcuts.conditions.UseKeyboardShortcutsCondition
 
useQuartzJobDataMapMigration() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerConfiguration
 
user - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
The user who is creating the page.
user - Variable in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
user - Variable in class com.atlassian.confluence.user.actions.AbstractUsersAction
Deprecated.
since 8.7. Use AbstractUsersAction.getUser() instead.
user() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
user() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
user(ConfluenceUser) - Method in class com.atlassian.confluence.search.v2.query.ContentPermissionsQuery.Builder
 
user(UserKey) - Method in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalNav
 
user(UserKey) - Method in interface com.atlassian.confluence.api.nav.Navigation
create a user nav builder to reference the user with the given user key
user(UserKey) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
User - Class in com.atlassian.confluence.api.model.people
 
User - Class in com.atlassian.confluence.legacyapi.model.people
Deprecated.
since 7.0.1 , use User
User(Reference<Icon>, String, String, String) - Constructor for class com.atlassian.confluence.api.model.people.User
 
User(Icon, String) - Constructor for class com.atlassian.confluence.api.model.people.User
Deprecated.
since 5.6. Use {@link #User(String, String, UserKey, Reference of Icon)} instead.
User(Icon, String) - Constructor for class com.atlassian.confluence.legacyapi.model.people.User
Deprecated.
 
User(Icon, String, String, UserKey) - Constructor for class com.atlassian.confluence.api.model.people.User
 
User(Icon, String, String, String) - Constructor for class com.atlassian.confluence.api.model.people.User
 
User(String) - Constructor for class com.atlassian.confluence.api.model.people.User
 
User(String, String, UserKey, Reference<Icon>) - Constructor for class com.atlassian.confluence.api.model.people.User
 
USER - Enum constant in enum class com.atlassian.confluence.impl.security.access.SpacePermissionSubjectType
Represents space permissions received where the user is directly associated with the permission.
USER - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelType
 
USER - Enum constant in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
USER - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSidType
 
USER - Static variable in class com.atlassian.confluence.api.model.people.SubjectType
 
USER - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
USER - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
USER - Static variable in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder
 
USER_CREATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
USER_CREATED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
USER_DELETED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
USER_DIRECTORY_CONNECTION_STATE_METER_KEY - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.ExtUserDirectoryConnectionStateIpdJob
 
USER_DIRECTORY_CREATED - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
USER_DIRECTORY_DELETED - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
USER_DIRECTORY_LATENCY_METER_KEY - Static variable in class com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.ExtUserDirectoryLatencyIpdJob
 
USER_DIRECTORY_SEARCH_STRING - Static variable in class com.atlassian.confluence.user.SessionKeys
 
USER_DIRECTORY_SELECTED_TAB - Static variable in class com.atlassian.confluence.user.SessionKeys
 
USER_DIRECTORY_START_INDEX - Static variable in class com.atlassian.confluence.user.SessionKeys
 
USER_DIRECTORY_UPDATED - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
USER_DOES_NOT_EXIST - Enum constant in enum class com.atlassian.confluence.security.login.LoginResult
The username does not exist
USER_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
USER_FILTER - Static variable in class com.atlassian.confluence.user.SessionKeys
 
USER_HISTORY_LIST - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.UserSessionEntityExampleDocument
 
USER_ICON - Static variable in class com.atlassian.confluence.links.linktypes.UserProfileLink
 
USER_ID_BY_USER_KEY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
USER_INFORMATION_UPDATE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
USER_ISSUE_HISTORY - Static variable in class com.atlassian.confluence.user.SessionKeys
 
USER_KEY - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
The user key as returned by ConfluenceUser.getKey().
USER_KEY_BY_USER_NAME - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
USER_LABEL_PREFIX - Static variable in class com.atlassian.confluence.labels.LabelParser
 
USER_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
 
USER_LIMIT_DARK_FEATURE_DISABLE - Static variable in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
 
USER_LIMIT_REACHED - Static variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
USER_LIST_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.UserExamples
 
USER_LIST_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.UserNav
 
USER_LOGGING_CONTEXT_FILTER - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
USER_MACRO_DUMMY_PLUGIN_KEY - Static variable in class com.atlassian.confluence.macro.browser.UserMacroMetadataProvider
 
USER_MACROS - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
USER_MANAGEMENT - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelType
 
USER_MANAGEMENT - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
USER_MANAGEMENT_INC_SYNC_JOURNAL_NAME - Static variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementIncrementalSyncServiceImpl
 
USER_NAME - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
USER_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
The username as returned by Entity.getName().
USER_ONLY - Enum constant in enum class com.atlassian.confluence.search.ReIndexOption
User only
USER_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.UserNav
 
USER_PATH - Static variable in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
USER_PREFERENCE_DAO - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
USER_PROPERTY_SET_REFERENCES - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
USER_PROPERTY_SETS - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
USER_REMOVED - Enum constant in enum class com.atlassian.confluence.spaces.SpaceUpdateTrigger
 
USER_REMOVED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
USER_RENAMED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
USER_RENAMED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
USER_RESOURCE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
USER_RESOURCES - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
USER_RESPONSE_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.UserExamples
 
USER_SESSION_ENTITY - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.UserSessionEntityExampleDocument
 
USER_SIGNUP - Enum constant in enum class com.atlassian.confluence.user.UserVerificationTokenType
 
USER_SPACE_RESTORE_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
USER_TYPE - Static variable in class com.atlassian.confluence.internal.audit.AuditFormatConverter
 
USER_UPDATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
USER_WATCH_CONTENT_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.UserNav
 
USER_WATCH_SPACE_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.UserNav
 
USER_WATCH_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.UserNav
 
User.Expansions - Class in com.atlassian.confluence.api.model.people
 
USER2CONTENT - Enum constant in enum class com.atlassian.confluence.dmz.relations.RelationshipTypeEnum
 
User2ContentHibernateRelationDao - Class in com.atlassian.confluence.internal.relations.dao.hibernate
 
User2ContentHibernateRelationDao(SessionFactory, SchemaInformationService) - Constructor for class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
User2ContentRelationEntity - Class in com.atlassian.confluence.internal.relations.dao
 
User2ContentRelationEntity() - Constructor for class com.atlassian.confluence.internal.relations.dao.User2ContentRelationEntity
 
USER2USER - Enum constant in enum class com.atlassian.confluence.dmz.relations.RelationshipTypeEnum
 
User2UserHibernateRelationDao - Class in com.atlassian.confluence.internal.relations.dao.hibernate
 
User2UserHibernateRelationDao(SessionFactory) - Constructor for class com.atlassian.confluence.internal.relations.dao.hibernate.User2UserHibernateRelationDao
 
User2UserRelationEntity - Class in com.atlassian.confluence.internal.relations.dao
 
User2UserRelationEntity() - Constructor for class com.atlassian.confluence.internal.relations.dao.User2UserRelationEntity
 
UserAccessChecker - Class in com.atlassian.confluence.impl.security.access
Contain the binding logic to check 3AF for new annotations
UserAccessChecker(ConfluenceAccessManager, PermissionManager) - Constructor for class com.atlassian.confluence.impl.security.access.UserAccessChecker
 
userAccessor - Variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
userAccessor - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
userAccessor - Variable in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
userAccessor - Variable in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
userAccessor - Variable in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
userAccessor - Variable in class com.atlassian.confluence.rss.AbstractRenderSupport
 
userAccessor - Variable in class com.atlassian.confluence.util.UserThreadLocalFilter
 
userAccessor() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
UserAccessor - Interface in bucket.user
Deprecated.
since 6.10.0. Use UserAccessor
UserAccessor - Interface in com.atlassian.confluence.user
This interface will be deprecated and removed in a future release once alternatives are made available.
UserAccessorInternal - Interface in com.atlassian.confluence.dmz.user
DMZ version of the UserAccessor interface; see the package-info.java for rationale.
UserAction - Class in com.atlassian.confluence.tinymceplugin.rest.entities
Represents an action made available to a user.
UserAction() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.UserAction
 
UserAction(String, String, String, String, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.UserAction
 
userActivationEventCommand(UserGroupCommandSupport, PersonFactory) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
UserActivationEventCommandUserManagement - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
 
UserActivationEventCommandUserManagement(UserGroupCommandSupport, PersonFactory) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserActivationEventCommandUserManagement
 
UserAdminActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Represents "Users > testguy > Edit" in "Dashboard > Administration > Users > testguy > Edit"
UserAdminActionBreadcrumb(ConfluenceActionSupport, User) - Constructor for class com.atlassian.confluence.util.breadcrumbs.UserAdminActionBreadcrumb
 
UserAgent(UserAgentUtil.Browser) - Constructor for class com.atlassian.confluence.util.UserAgentUtil.UserAgent
 
UserAgentUtil - Class in com.atlassian.confluence.util
Utility class for UserAgents sniffing.
UserAgentUtil() - Constructor for class com.atlassian.confluence.util.UserAgentUtil
 
UserAgentUtil.Browser - Class in com.atlassian.confluence.util
 
UserAgentUtil.BrowserFamily - Enum Class in com.atlassian.confluence.util
 
UserAgentUtil.BrowserMajorVersion - Enum Class in com.atlassian.confluence.util
 
UserAgentUtil.UserAgent - Class in com.atlassian.confluence.util
 
UserAttributeSort - Class in com.atlassian.confluence.search.v2.sort
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.9 because it's very inefficient on Lucene, and is not supported on OpenSearch.
UserAttributeSort(UserAttributeSort.UserAttribute, SearchSort.Order, String) - Constructor for class com.atlassian.confluence.search.v2.sort.UserAttributeSort
Deprecated.
 
UserAttributeSort.UserAttribute - Enum Class in com.atlassian.confluence.search.v2.sort
Deprecated.
 
userAuthenticated(String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
UserAware - Interface in com.atlassian.confluence.user.actions
Indicates that the action has a user set against it.
UserAwareInterceptor - Class in com.atlassian.confluence.user.actions
Grabs the user from the action and determines whether the user is valid and the logged-in user has permission to view the action.
UserAwareInterceptor() - Constructor for class com.atlassian.confluence.user.actions.UserAwareInterceptor
 
UserBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
UserBreadcrumb(User) - Constructor for class com.atlassian.confluence.util.breadcrumbs.UserBreadcrumb
 
UserCanCreatePersonalSpaceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
This condition will return true if a user had permission to create a personal space It will return false, if the user is null.
UserCanCreatePersonalSpaceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserCanCreatePersonalSpaceCondition
 
userCanEditLabel(Label, Labelable) - Method in class com.atlassian.confluence.impl.labels.LabelPermissionEnforcerImpl
 
userCanEditLabel(Label, Labelable) - Method in interface com.atlassian.confluence.labels.LabelPermissionEnforcer
Check if the user can edit a label of an object
userCanEditLabel(Label, Labelable, PermissionManager) - Static method in class com.atlassian.confluence.labels.LabelPermissionSupport
Deprecated.
 
userCanEditLabel(ParsedLabelName, Labelable) - Method in class com.atlassian.confluence.impl.labels.LabelPermissionEnforcerImpl
 
userCanEditLabel(ParsedLabelName, Labelable) - Method in interface com.atlassian.confluence.labels.LabelPermissionEnforcer
Check if the user can edit a label of an object
userCanEditLabel(ParsedLabelName, Labelable, PermissionManager) - Static method in class com.atlassian.confluence.labels.LabelPermissionSupport
Deprecated.
 
userCanEditLabelOrIsSpaceAdmin(Label, SpaceContentEntityObject) - Method in class com.atlassian.confluence.impl.labels.LabelPermissionEnforcerImpl
 
userCanEditLabelOrIsSpaceAdmin(Label, SpaceContentEntityObject) - Method in interface com.atlassian.confluence.labels.LabelPermissionEnforcer
Check if the user can edit a label of a space object or a space admin
userCanEditLabelOrIsSpaceAdmin(Label, SpaceContentEntityObject, PermissionManager) - Static method in class com.atlassian.confluence.labels.LabelPermissionSupport
Deprecated.
 
UserCanUseConfluencePredicate(SpacePermissionManager) - Constructor for class com.atlassian.confluence.follow.DefaultFollowManager.UserCanUseConfluencePredicate
Deprecated.
 
userCanViewLabel(Label) - Method in class com.atlassian.confluence.impl.labels.LabelPermissionEnforcerImpl
 
userCanViewLabel(Label) - Method in interface com.atlassian.confluence.labels.LabelPermissionEnforcer
Determines whether a given label is viewable by the logged-in user.
userCanViewObject(Labelable) - Method in class com.atlassian.confluence.impl.labels.LabelPermissionEnforcerImpl
 
userCanViewObject(Labelable) - Method in interface com.atlassian.confluence.labels.LabelPermissionEnforcer
Check if the user can view the labelable object
userCanViewObject(Labelable, PermissionManager) - Static method in class com.atlassian.confluence.labels.LabelPermissionSupport
Deprecated.
 
UserChecker - Interface in com.atlassian.confluence.util
 
userClientSubscriptionJournalStateStore(IncrementalSyncSubscriptionManager) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
UserContentManager - Interface in com.atlassian.confluence.user
Object to query to manage user content
UserCountResourceModel - Class in com.atlassian.confluence.license.rest.model
 
UserCountResourceModel(Integer) - Constructor for class com.atlassian.confluence.license.rest.model.UserCountResourceModel
 
userCreatedFromCrowdEvent(UserCreatedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
UserCreateEvent - Class in com.atlassian.confluence.event.events.user
Event sent when a user is created in Confluence.
UserCreateEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.UserCreateEvent
 
UserCreateRequestEntity - Class in com.atlassian.confluence.user.extras.entities
This is an object that represents a create user request (for JSON request unmarshalling).
UserCreateRequestEntity() - Constructor for class com.atlassian.confluence.user.extras.entities.UserCreateRequestEntity
 
UserCredentialUpdateListener - Class in com.atlassian.confluence.user.listeners
Listens for user credential update events
UserCredentialUpdateListener(ConfluenceRememberMeTokenDao) - Constructor for class com.atlassian.confluence.user.listeners.UserCredentialUpdateListener
 
UserDeactivateEvent - Class in com.atlassian.confluence.event.events.user
Event sent when a user is made inactive in Confluence.
UserDeactivateEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.UserDeactivateEvent
 
UserDeactivateEvent(Object, User, boolean) - Constructor for class com.atlassian.confluence.event.events.user.UserDeactivateEvent
 
userDeletedFromCrowdEvent(UserDeletedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
UserDetails(String) - Constructor for class com.atlassian.confluence.impl.search.actions.SearchSiteAction.UserDetails
Deprecated.
 
UserDetails(String, String) - Constructor for class com.atlassian.confluence.impl.search.actions.SearchSiteAction.UserDetails
Deprecated.
 
UserDetailsForCreation - Class in com.atlassian.confluence.api.model.people
Details of a User to be created
UserDetailsForCreation() - Constructor for class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
UserDetailsForCreation(String, String, String, String, Boolean) - Constructor for class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
UserDetailsForCreation.UserDetailsForCreationBuilder - Class in com.atlassian.confluence.api.model.people
 
UserDetailsForCreationBuilder() - Constructor for class com.atlassian.confluence.api.model.people.UserDetailsForCreation.UserDetailsForCreationBuilder
 
UserDetailsForUpdate - Class in com.atlassian.confluence.api.model.people
Represents the details of a user that can be updated.
UserDetailsForUpdate() - Constructor for class com.atlassian.confluence.api.model.people.UserDetailsForUpdate
 
UserDetailsForUpdate(String, String, String) - Constructor for class com.atlassian.confluence.api.model.people.UserDetailsForUpdate
 
userDetailsManager - Variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
userDetailsManager - Variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
UserDetailsManager - Interface in com.atlassian.confluence.user
Retrieves extra details about a user
UserDetailsMap - Class in com.atlassian.confluence.user.actions
Holds a map of dynamic parameters for user fields used to store extended properties.
UserDetailsMap(User, UserDetailsManager) - Constructor for class com.atlassian.confluence.user.actions.UserDetailsMap
 
UserDictionaryFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer
 
UserDirectoryConnectionService - Interface in com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service
Service for checking connection state and latency of user directories.
UserDirectoryConnectionServiceImpl - Class in com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service
 
UserDirectoryConnectionServiceImpl(CrowdDirectoryService, DirectoryInstanceLoader, Clock) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service.UserDirectoryConnectionServiceImpl
 
UserDirectoryListener - Class in com.atlassian.confluence.user.listeners
 
UserDirectoryListener(ConfluenceUserDao, RememberMeTokenDao, PersonalInformationManager, UserManager, CrowdDirectoryService, EventPublisher) - Constructor for class com.atlassian.confluence.user.listeners.UserDirectoryListener
 
UserDirectoryPasswordEncryptionUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
An upgrade task to encrypt plaintext user directory passwords that have been previously configured.
UserDirectoryPasswordEncryptionUpgradeTask(DirectoryDao) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.UserDirectoryPasswordEncryptionUpgradeTask
 
UserDriven - Interface in com.atlassian.confluence.event.events.content.page.async.types
Interface for events that can be a direct result of an action by a user, such as creating or removing a page.
UserDriven - Interface in com.atlassian.confluence.event.events.types
Interface for events that can be a direct result of an action by a user, such as creating or removing a page.
UserDto - Class in com.atlassian.confluence.plugins.rest.jackson2.dto
 
UserDto(String, String, String, String, String, String, String, String, String, String, UserPreferencesDto, boolean, boolean) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
 
UserDtoFactory - Interface in com.atlassian.confluence.plugins.rest.jackson2.dto
 
UserDtoFactoryImpl - Class in com.atlassian.confluence.plugins.rest.jackson2.dto
 
UserDtoFactoryImpl(UserAccessor, I18NBeanFactory, LocaleManager, ContextPathHolder, UserDetailsManager, WikiStyleRenderer, PersonalInformationManager, WebResourceUrlProvider, PermissionManager, GlobalSettingsManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.dto.UserDtoFactoryImpl
 
userEditedEvent(UserEditedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
UserEmailEnrichment - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment
Add email property to ConfluenceUserImpl entity
UserEmailEnrichment(DatabaseExporterHelper) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment.UserEmailEnrichment
 
UserEntity - Class in com.atlassian.confluence.plugins.like.rest.entities
 
UserEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
UserEntity - Class in com.atlassian.confluence.user.extras.entities
The entity that represents a user.
UserEntity() - Constructor for class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
UserEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.UserEntity
 
UserEntity(String) - Constructor for class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
UserEntity(String, boolean) - Constructor for class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
UserEntity(String, String, String) - Constructor for class com.atlassian.confluence.plugins.like.rest.entities.UserEntity
 
UserEntity.Builder - Class in com.atlassian.confluence.user.extras.entities
 
UserEntityBuilder - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
UserEntityBuilder(UserAccessor, GlobalSettingsManager, WebResourceUrlProvider, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.UserEntityBuilder
 
userEntityExpander(UserAccessor, ContextPathHolder) - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
UserEntityExpander - Interface in com.atlassian.confluence.plugins.like
Responsible for expanding some optional properties of a UserEntity.
UserEntityHelper - Class in com.atlassian.confluence.plugins.rest.jackson2.manager
 
UserEntityHelper(UserAccessor, GlobalSettingsManager, WebResourceUrlProvider, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.manager.UserEntityHelper
 
UserEntityList - Class in com.atlassian.confluence.plugins.spacedirectory.rest
REST entity to hold a list of users, specifically space admins.
UserEntityList() - Constructor for class com.atlassian.confluence.plugins.spacedirectory.rest.UserEntityList
 
UserEvent - Class in com.atlassian.confluence.event.events.user
Abstract event for all user creation, deletion, activation and deactivation events in confluence.
UserEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.UserEvent
 
UserEventCommand<T> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
 
UserEventCommand(UserGroupCommandSupport, PersonFactory) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserEventCommand
 
UserEventModel - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model
 
UserEventModel(long, String, String, Person) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserEventModel
 
UserExamples - Class in com.atlassian.confluence.plugins.restapi.examples
Static examples of user and group model objects for the rest api documentation
UserExamples() - Constructor for class com.atlassian.confluence.plugins.restapi.examples.UserExamples
 
UserExistenceChecker - Interface in com.atlassian.confluence.user
 
userExistsInAnyDirectories(String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
Returns true if the user is a member of a group with the same name as the parent group in any active directories.
userExistsInAnyDirectoriesBesidesDirectory(String, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
Returns true if the user is a member of a group with the same name as the group in any active directories, excluding the provided directory.
UserFavouritingTargetUserPersonalSpaceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the user has the target user's personal space favourited
UserFavouritingTargetUserPersonalSpaceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserFavouritingTargetUserPersonalSpaceCondition
 
UserFieldsProvider - Class in com.atlassian.confluence.plugins.graphql.providers
A GraphQL provider for additional fields on Person or User objects.
UserFieldsProvider(PersonService) - Constructor for class com.atlassian.confluence.plugins.graphql.providers.UserFieldsProvider
 
UserForm - Class in com.atlassian.confluence.user
Represents a User form from the UI.
UserForm() - Constructor for class com.atlassian.confluence.user.UserForm
 
UserForm(UserKey, String, String, String) - Constructor for class com.atlassian.confluence.user.UserForm
 
UserForm(UserKey, String, String, String, long) - Constructor for class com.atlassian.confluence.user.UserForm
 
UserForm(String, String, String) - Constructor for class com.atlassian.confluence.user.UserForm
 
UserForm(String, String, String, long) - Constructor for class com.atlassian.confluence.user.UserForm
 
UserForm(String, String, String, String, String) - Constructor for class com.atlassian.confluence.user.UserForm
 
UserForm(String, String, String, String, String, long) - Constructor for class com.atlassian.confluence.user.UserForm
 
UserFormValidator - Interface in com.atlassian.confluence.user
Validation logic for all User forms.
UserGroupCommandSupport - Interface in com.atlassian.confluence.internal.api.impl.service.incrementalsync
 
UserGroupIncrementalSyncEventModel - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model
Represents a JSON model for an incremental synchronisation status event.
UserGroupIncrementalSyncEventModel(long, long, UserModelType, UserModelOperation) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserGroupIncrementalSyncEventModel
 
UserGroupModel - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
Parent class for all Json model for all user management sync API
UserGroupModel(long, String, String) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserGroupModel
 
UserGroupResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST API for managing User to Group membership.
UserGroupResource(PersonService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.UserGroupResource
 
UserHasPersonalBlogCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
 
UserHasPersonalBlogCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserHasPersonalBlogCondition
 
UserHasPersonalSpaceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the user has a personal space.
UserHasPersonalSpaceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserHasPersonalSpaceCondition
 
UserHelper - Class in com.atlassian.confluence.user
Convenience class to to provide utlity methods for Velocity templates.
UserHelper() - Constructor for class com.atlassian.confluence.user.UserHelper
 
UserHistory - Class in com.atlassian.confluence.user.history
Contains all the information about a user's history: The X most recent pages viewed The X most recently used labels X being defined by UserHistory.maxHistoryLength.
UserHistory(int) - Constructor for class com.atlassian.confluence.user.history.UserHistory
 
UserHistoryHelper - Class in com.atlassian.confluence.user.history
Provides methods for retrieving and processing UserHistory objects.
UserHistoryHelper(User, ContentEntityManager, PermissionManager) - Constructor for class com.atlassian.confluence.user.history.UserHistoryHelper
 
UserHistoryList - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
UserHistoryList() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.UserHistoryList
 
UserI18NBeanFactory - Class in com.atlassian.confluence.util.i18n
I18N bean factory which will return an I18N bean configured for the current user's locale.
UserI18NBeanFactory() - Constructor for class com.atlassian.confluence.util.i18n.UserI18NBeanFactory
 
userIncSyncJournalManager(JournalDao, JournalStateStore, DefaultJournalManager.IgnoreSettings, SearchPlatformConfig, PlatformTransactionManager) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
userIncSyncJournalService(JournalManager) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
UserIndexingListener - Class in com.atlassian.confluence.user.crowd
Creates/indexes PersonalInformation as users are added or have their activation status modified.
UserIndexingListener(PersonalInformationManager, UserIndexingManagerInternal, ConfluenceIndexer) - Constructor for class com.atlassian.confluence.user.crowd.UserIndexingListener
 
UserIndexingManagerInternal - Interface in com.atlassian.confluence.internal.user
 
UserInfoQuery - Class in com.atlassian.confluence.search.v2.query
SearchQuery for user info.
UserInfoQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.UserInfoQuery
Construct a SearchQuery that finds user(s) info by the prefix of the username or user full name
UserInterfaceState - Class in com.atlassian.confluence.user
Represents the current state of the various toggle-able parts of the user interface for this user.
UserInterfaceState(ConfluenceUser, UserAccessor) - Constructor for class com.atlassian.confluence.user.UserInterfaceState
 
UserInterfaceState(User, UserAccessor) - Constructor for class com.atlassian.confluence.user.UserInterfaceState
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
UserJournalEntryTypes - Enum Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
 
UserJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage
 
UserJournalMessage(long, String) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.UserJournalMessage
 
UserJourney - Annotation Interface in com.atlassian.confluence.util.test.annotations
Marks a test covering User Journey scenario
UserJourney.Priority - Enum Class in com.atlassian.confluence.util.test.annotations
 
userkey() - Method in class com.atlassian.confluence.search.v2.query.AbstractUserQuery
 
userKey - Variable in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
userKey(UserKey) - Method in class com.atlassian.confluence.api.model.people.KnownUser.Builder
 
userKey(String) - Method in class com.atlassian.confluence.api.model.people.KnownUser.Builder
 
userKey(String) - Method in class com.atlassian.confluence.api.model.people.UserKey.UserKeyBuilder
 
UserKey - Class in com.atlassian.confluence.api.model.people
User key
UserKey() - Constructor for class com.atlassian.confluence.api.model.people.UserKey
 
UserKey(String) - Constructor for class com.atlassian.confluence.api.model.people.UserKey
 
USERKEY - Enum constant in enum class com.atlassian.confluence.search.v2.sort.UserAttributeSort.UserAttribute
Deprecated.
 
USERKEY_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
UserKey.UserKeyBuilder - Class in com.atlassian.confluence.api.model.people
 
UserKeyBuilder() - Constructor for class com.atlassian.confluence.api.model.people.UserKey.UserKeyBuilder
 
userKeyCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent.Builder
 
UserKeyExtractorFragmentTransformer - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
This is a default transformer which will be used in export.
UserKeyExtractorFragmentTransformer(Unmarshaller<UserResourceIdentifier>, Marshaller<UserResourceIdentifier>) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.UserKeyExtractorFragmentTransformer
 
UserKeyExtractorFragmentTransformerSupplier - Class in com.atlassian.confluence.impl.backuprestore.backup
Supply new instance UserKeyExtractorFragmentTransformer everytime is is called
UserKeyExtractorFragmentTransformerSupplier(Unmarshaller<UserResourceIdentifier>, Marshaller<UserResourceIdentifier>) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.UserKeyExtractorFragmentTransformerSupplier
 
UserKeyForeignKeyConstraintTestUtil - Class in com.atlassian.integrationtest.confluence.upgrade
 
UserKeyForeignKeyConstraintTestUtil(AlterTableExecutor, HibernateDatabaseCapabilities, Map<String, List<String>>) - Constructor for class com.atlassian.integrationtest.confluence.upgrade.UserKeyForeignKeyConstraintTestUtil
 
UserKeyGenerator5 - Class in com.atlassian.confluence.user.persistence.dao.hibernate
A Hibernate 5 IdentifierGenerator which generates UserKey objects.
UserKeyGenerator5() - Constructor for class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyGenerator5
 
userKeys(List<UserKey>) - Method in class com.atlassian.confluence.api.model.content.ContributorUsers.Builder
 
UserKeyTypeConverter - Class in com.atlassian.confluence.struts.converter
Converter class that converts strings in the request to the correct UserKey types.
UserKeyTypeConverter - Class in com.atlassian.confluence.xwork.converters
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use UserKeyTypeConverter instead.
UserKeyTypeConverter() - Constructor for class com.atlassian.confluence.struts.converter.UserKeyTypeConverter
 
UserKeyTypeConverter() - Constructor for class com.atlassian.confluence.xwork.converters.UserKeyTypeConverter
Deprecated.
 
UserKeyUpdaterConstants - Class in com.atlassian.confluence.impl.backuprestore.userkeyupdate
 
UserKeyUpdaterConstants() - Constructor for class com.atlassian.confluence.impl.backuprestore.userkeyupdate.UserKeyUpdaterConstants
 
UserKeyUserType - Class in com.atlassian.confluence.user.persistence.dao.hibernate
A Hibernate 5 UserType which allows UserKey objects to be persisted as mapped properties.
UserKeyUserType() - Constructor for class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyUserType
 
UserLocaleAware - Interface in com.atlassian.confluence.util.i18n
Beans wishing to have a user locale sensitive I18NBeanFactory should implement this interface
UserLocaleAwareBeanPostProcessor - Class in com.atlassian.confluence.util.i18n
Bean post processor responsible for injecting an I18NBeanFactory for any beans served by spring that implements UserLocaleAware.
UserLocaleAwareBeanPostProcessor() - Constructor for class com.atlassian.confluence.util.i18n.UserLocaleAwareBeanPostProcessor
 
UserLoggedInCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the user is not anonymous (i.e.
UserLoggedInCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserLoggedInCondition
 
UserLoggedInEditableCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
A condition to check whether user can change their password in Confluence
UserLoggedInEditableCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserLoggedInEditableCondition
 
UserLoggedInUrlReadingCondition - Class in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
Loads a web resource based when user is logged in.
UserLoggedInUrlReadingCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.UserLoggedInUrlReadingCondition
 
UserLoggingContextFilter - Class in com.atlassian.confluence.util
Servlet filter that adds the currently logged in user to the Log4J Mapped Diagnostic Context
UserLoggingContextFilter() - Constructor for class com.atlassian.confluence.util.UserLoggingContextFilter
 
UserLoginInfo - Class in com.atlassian.confluence.security.persistence.dao.hibernate
 
UserLoginInfo() - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
UserLoginInfo(ConfluenceUser) - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
 
UserLoginInfoDao - Interface in com.atlassian.confluence.security.persistence.dao
 
userLogout(Principal, HttpServletRequest, HttpServletResponse, EventPublisher, Object) - Static method in class com.atlassian.confluence.user.actions.AuthenticationHelper
 
UserLookupHelper - Class in com.atlassian.confluence.impl.search.v2
Utility class which exposes user search by username/userkey as a function.
UserLookupHelper() - Constructor for class com.atlassian.confluence.impl.search.v2.UserLookupHelper
 
UserLookupHelper() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResultFactory.UserLookupHelper
Deprecated.
 
userMacro - Variable in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
UserMacroAction - Class in com.atlassian.confluence.admin.actions.macros
Super class for updating the user macro library and the action for viewing the library
UserMacroAction() - Constructor for class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
userMacroAdded(UserMacroAddedEvent) - Method in class com.atlassian.confluence.macro.browser.MacroMetadataListener
 
UserMacroAddedEvent - Class in com.atlassian.confluence.event.events.admin
This event is fired when user macro is added/updated
UserMacroAddedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.UserMacroAddedEvent
 
UserMacroConfig - Class in com.atlassian.confluence.renderer
Defines a user macro.
UserMacroConfig() - Constructor for class com.atlassian.confluence.renderer.UserMacroConfig
 
userMacroLibrary - Variable in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
UserMacroLibrary - Class in com.atlassian.confluence.renderer
A library of user defined macros, stored in and retrieved from Bandana on request.
UserMacroLibrary(BandanaManager, EventPublisher, Supplier<MacroManager>) - Constructor for class com.atlassian.confluence.renderer.UserMacroLibrary
 
UserMacroLibraryMacroManager - Class in com.atlassian.confluence.macro.xhtml
An Xhtml MacroManager implementation that delegates to an encapsulated UserMacroLibrary.
UserMacroLibraryMacroManager(UserMacroLibrary) - Constructor for class com.atlassian.confluence.macro.xhtml.UserMacroLibraryMacroManager
 
UserMacroMetadataProvider - Class in com.atlassian.confluence.macro.browser
Serves metadata for user macros managed by the UserMacroLibrary.
UserMacroMetadataProvider() - Constructor for class com.atlassian.confluence.macro.browser.UserMacroMetadataProvider
 
UserMacroModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Allows simple macros to be defined inline
UserMacroModuleDescriptor(ModuleFactory, MacroMetadataParser) - Constructor for class com.atlassian.confluence.plugin.descriptor.UserMacroModuleDescriptor
 
UserMacroPluginMacroManager - Class in com.atlassian.confluence.macro.xhtml
A MacroManager responsible for keeping track of user macros loaded via the plugin subsystem.
UserMacroPluginMacroManager(EventPublisher) - Constructor for class com.atlassian.confluence.macro.xhtml.UserMacroPluginMacroManager
 
userMacroRemoved(UserMacroRemovedEvent) - Method in class com.atlassian.confluence.macro.browser.MacroMetadataListener
 
UserMacroRemovedEvent - Class in com.atlassian.confluence.event.events.admin
This event is fired when user macro is removed
UserMacroRemovedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.UserMacroRemovedEvent
 
UserManagementAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
UserManagementAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
userManagementCommandFactory(Collection<CommandCreator<?, UserManagementInSyncModel>>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
userManagementIncrementalSyncPaginationService(PlatformTransactionManager, PaginationService, JournalServiceInternal, CommandFactory<UserManagementInSyncModel>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
UserManagementIncrementalSyncResource - Class in com.atlassian.confluence.plugins.restapi.rvsync.resources
 
UserManagementIncrementalSyncResource(UserManagementIncrementalSyncService) - Constructor for class com.atlassian.confluence.plugins.restapi.rvsync.resources.UserManagementIncrementalSyncResource
 
userManagementIncrementalSyncService() - Method in class com.atlassian.confluence.plugins.restapi.spring.SpringBeans
 
userManagementIncrementalSyncService(JournalServiceInternal, SubscriptionJournalStateStore, PermissionManager, IncrementalSyncDataFetcher<UserManagementInSyncModel>, ScopesRequestCacheDelegate) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
UserManagementIncrementalSyncService - Interface in com.atlassian.confluence.internal.api.service.incrementalsync.usermanagement
Interface for User Management incremental sync service
UserManagementIncrementalSyncServiceImpl - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
Default implementation of IncrementalSyncService for User Management
UserManagementIncrementalSyncServiceImpl(JournalServiceInternal, SubscriptionJournalStateStore, Clock, PermissionManager, IncrementalSyncDataFetcher<UserManagementInSyncModel>, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementIncrementalSyncServiceImpl
 
UserManagementInSyncModel - Class in com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement
User Management Incremental Sync base model
UserManagementInSyncModel(long, String, String) - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
 
UserManagementMultiEventsCommand<T> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Base class for user management related events.
UserManagementMultiEventsCommand(UserGroupCommandSupport) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserManagementMultiEventsCommand
 
UserManagementOperationFailedException - Exception in com.atlassian.confluence.user
Thrown when adding a user fails due to unknown reasons
UserManagementOperationFailedException(String) - Constructor for exception com.atlassian.confluence.user.UserManagementOperationFailedException
 
UserManagementOperationFailedException(String, Throwable) - Constructor for exception com.atlassian.confluence.user.UserManagementOperationFailedException
 
UserManagementOperationFailedException(Throwable) - Constructor for exception com.atlassian.confluence.user.UserManagementOperationFailedException
 
userManagementRecorder(EventPublisher, CommandFactory<UserManagementInSyncModel>, TransactionTemplate, UserManagementIncrementalSyncServiceImpl) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
UserManagementRecorder - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
 
UserManagementRecorder(EventPublisher, CommandFactory<UserManagementInSyncModel>, TransactionTemplate, UserManagementIncrementalSyncService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserManagementRecorder
 
userManager - Variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
userManager - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
UserMatchers - Class in com.atlassian.confluence.api.testsupport.matchers.model.user
 
UserMatchers() - Constructor for class com.atlassian.confluence.api.testsupport.matchers.model.user.UserMatchers
 
UserMatchers.UserWithKeyMatcher - Class in com.atlassian.confluence.api.testsupport.matchers.model.user
 
UserMentionsContentReindexer - Class in com.atlassian.confluence.user
Helper class for handling tasks related to reindexing content containing user mentions.
UserMentionsContentReindexer(ConfluenceIndexer, BatchOperationManager, SearchManager, SynchronizationManager) - Constructor for class com.atlassian.confluence.user.UserMentionsContentReindexer
 
UserMentionsExtractor - Interface in com.atlassian.confluence.content.render.xhtml.storage.link.user
The interface defines the mechanism for extracting mentions from a storage format.
UserModelOperation - Enum Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
 
UserModelType - Enum Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
 
username - Variable in class com.atlassian.confluence.api.model.people.User
 
username - Variable in class com.atlassian.confluence.legacyapi.model.people.User
Deprecated.
 
username - Variable in class com.atlassian.confluence.user.actions.AbstractUsersAction
 
username() - Method in class com.atlassian.confluence.search.v2.query.AbstractUserQuery
 
username(String) - Method in class com.atlassian.confluence.api.model.people.KnownUser.Builder
 
username(String) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
username(String) - Method in class com.atlassian.confluence.user.extras.entities.UserEntity.Builder
 
userName(String) - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation.UserDetailsForCreationBuilder
 
USERNAME - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A user.
USERNAME - Enum constant in enum class com.atlassian.confluence.search.v2.sort.UserAttributeSort.UserAttribute
Deprecated.
 
USERNAME - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
USERNAME - Static variable in class com.atlassian.confluence.web.ResponseHeaderNames
 
USERNAME_COLUMN - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
USERNAME_HEADER - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
UsernameCacheKey - Class in com.atlassian.confluence.user
A class that represents a username.
UsernameCacheKey(String) - Constructor for class com.atlassian.confluence.user.UsernameCacheKey
 
UserNameHeaderFilter - Class in com.atlassian.confluence.util
Adds the current remote user as a header (X-AUSERNAME) to the response.
UserNameHeaderFilter() - Constructor for class com.atlassian.confluence.util.UserNameHeaderFilter
 
usernameTerm(String) - Method in class com.atlassian.confluence.internal.user.UserSearchRequestBuilder
 
UsernameToUserTranslatingPaginationSupport - Class in com.atlassian.confluence.user
A special pagination support class to translate results of membership search to user objects.
UsernameToUserTranslatingPaginationSupport(int, int) - Constructor for class com.atlassian.confluence.user.UsernameToUserTranslatingPaginationSupport
A special pagination support class to translate results of membership search to user objects.
userNotificationPreferencesManager() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
UserPathConverter - Class in com.atlassian.confluence.servlet.simpledisplay
This path converter requests for a username to either their personal space (if they have one and the viewer has permission) or their user profile.
UserPathConverter(PathConverterManager) - Constructor for class com.atlassian.confluence.servlet.simpledisplay.UserPathConverter
 
UserPermissionRow(ConfluenceUser) - Constructor for class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UserPermissionRow
Deprecated.
 
userPermissionRows - Variable in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
UserPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
Class for checking operations on users.
UserPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
 
UserPickerAction - Class in com.atlassian.confluence.user.actions
 
UserPickerAction() - Constructor for class com.atlassian.confluence.user.actions.UserPickerAction
 
UserPickerFilter - Class in com.atlassian.confluence.user
 
UserPickerFilter() - Constructor for class com.atlassian.confluence.user.UserPickerFilter
 
UserPopupAction - Class in com.atlassian.confluence.user.actions
Renders the user popup boxes that appear when you hover over a user link.
UserPopupAction() - Constructor for class com.atlassian.confluence.user.actions.UserPopupAction
 
UserPreference - Class in com.atlassian.confluence.impl.user.preferences.dao
Read-representation of a BucketPropertySetItem, as returned by a {link UserPreferencesDao}.
UserPreference(String, boolean) - Constructor for class com.atlassian.confluence.impl.user.preferences.dao.UserPreference
 
UserPreference(String, long) - Constructor for class com.atlassian.confluence.impl.user.preferences.dao.UserPreference
 
UserPreference(String, String) - Constructor for class com.atlassian.confluence.impl.user.preferences.dao.UserPreference
 
UserPreference.PreferenceType - Enum Class in com.atlassian.confluence.impl.user.preferences.dao
 
userPreferences() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
UserPreferences - Class in com.atlassian.core.user.preferences
Deprecated.
since 8.8 no replacement
UserPreferences - Interface in com.atlassian.confluence.user
Each key can only have one value, irrespective of the type of the value.
UserPreferences(PropertySet) - Constructor for class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
UserPreferences(PropertySet, boolean) - Constructor for class com.atlassian.core.user.preferences.UserPreferences
Deprecated.
 
UserPreferences.PreferenceException - Exception in com.atlassian.confluence.user
 
UserPreferencesAccessor - Interface in com.atlassian.confluence.user
Provides operations to access a user's preferences.
UserPreferencesAccessorImpl - Class in com.atlassian.confluence.impl.user
 
UserPreferencesAccessorImpl(PropertySetFactory, UserPreferencesFactory, UserPreferencesDao) - Constructor for class com.atlassian.confluence.impl.user.UserPreferencesAccessorImpl
 
UserPreferencesAccessorInternal - Interface in com.atlassian.confluence.impl.user
 
UserPreferencesDao - Interface in com.atlassian.confluence.impl.user.preferences.dao
 
UserPreferencesDaoImpl - Class in com.atlassian.confluence.impl.user.preferences.dao
DAO for configuring user preferences, a simple key-value store which accepts values of type String, Boolean, and Long.
UserPreferencesDaoImpl(SessionFactory) - Constructor for class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
 
UserPreferencesDaoImpl.OSPSType - Enum Class in com.atlassian.confluence.impl.user.preferences.dao
 
UserPreferencesDto - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
UserPreferencesDto() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.UserPreferencesDto
 
UserPreferencesDto(boolean) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.UserPreferencesDto
 
UserPreferencesFactory - Class in com.atlassian.confluence.impl.user.preferences
 
UserPreferencesFactory(UserPreferencesDao) - Constructor for class com.atlassian.confluence.impl.user.preferences.UserPreferencesFactory
 
UserPreferencesImpl - Class in com.atlassian.confluence.impl.user.preferences
UserPreferences implementation backed by a UserPreferencesDao.
UserPreferencesImpl(UserKey, UserPreferencesDao) - Constructor for class com.atlassian.confluence.impl.user.preferences.UserPreferencesImpl
 
UserPreferencesKeys - Class in com.atlassian.confluence.user
 
UserPrefetcher - Class in com.atlassian.confluence.impl.content.render.prefetch
An implementation of ResourcePrefetcher for UserResourceIdentifiers.
UserPrefetcher(PersonalInformationBulkDao, EventPublisher, ApplicationFactory, UserPrefetcher.PrefetchDao) - Constructor for class com.atlassian.confluence.impl.content.render.prefetch.UserPrefetcher
 
UserPrefetcher.PrefetchDao - Interface in com.atlassian.confluence.impl.content.render.prefetch
Rather than use something like InternalUserDao.findByNames(long, Collection) to perform bulk load and pre-caching we define a more narrow interface that returns only the user count, rather than the user collection.
UserPrefetchEvent - Class in com.atlassian.confluence.impl.content.render.prefetch.event
An event indicating that user prefetch was attempted.
UserPrefetchEvent.Builder - Class in com.atlassian.confluence.impl.content.render.prefetch.event
 
UserProfileActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Breadcrumb for actions extending AbstractUserProfileAction.
UserProfileActionBreadcrumb(ConfluenceActionSupport) - Constructor for class com.atlassian.confluence.util.breadcrumbs.UserProfileActionBreadcrumb
 
UserProfileLink - Class in com.atlassian.confluence.links.linktypes
 
UserProfileLink(GenericLinkParser, ConfluenceUserResolver, PersonalInformationManager) - Constructor for class com.atlassian.confluence.links.linktypes.UserProfileLink
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
UserProfileLink(GenericLinkParser, ConfluenceUserResolver, PersonalInformationManager, SpaceManager) - Constructor for class com.atlassian.confluence.links.linktypes.UserProfileLink
 
UserProfilePictureAccessor - Interface in com.atlassian.confluence.user
 
UserProfilePictureAccessorInternal - Interface in com.atlassian.confluence.impl.user
 
UserProfilePictureManager - Interface in com.atlassian.confluence.user
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8
UserProfilePictureUpdateEvent - Class in com.atlassian.confluence.event.events.user
 
UserProfilePictureUpdateEvent(Object, User, Attachment) - Constructor for class com.atlassian.confluence.event.events.user.UserProfilePictureUpdateEvent
 
UserProfilePictureUpdateEvent(Object, User, String) - Constructor for class com.atlassian.confluence.event.events.user.UserProfilePictureUpdateEvent
 
UserReactivateEvent - Class in com.atlassian.confluence.event.events.user
Event sent when a user is made active in Confluence.
UserReactivateEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.UserReactivateEvent
 
UserReactivateEvent(Object, User, boolean) - Constructor for class com.atlassian.confluence.event.events.user.UserReactivateEvent
 
UserRemovalListener - Class in com.atlassian.confluence.user.listeners
Listens for user removal events.
UserRemovalListener(UserLoginInfoDao) - Constructor for class com.atlassian.confluence.user.listeners.UserRemovalListener
 
UserRemoveCompletedEvent - Class in com.atlassian.confluence.event.events.user
Event sent once a user has been removed in Confluence.
UserRemoveCompletedEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.UserRemoveCompletedEvent
 
UserRemoveDoneAnalyticsEvent - Class in com.atlassian.confluence.event.events.analytics
Analytics event fired when a user is removed
UserRemoveDoneAnalyticsEvent(boolean) - Constructor for class com.atlassian.confluence.event.events.analytics.UserRemoveDoneAnalyticsEvent
 
UserRemoveEvent - Class in com.atlassian.confluence.event.events.user
Event sent when a user is removed in Confluence.
UserRemoveEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.UserRemoveEvent
 
UserRemoveInitiatedAnalyticsEvent - Class in com.atlassian.confluence.event.events.analytics
Analytics event fired when a user is removed
UserRemoveInitiatedAnalyticsEvent(boolean) - Constructor for class com.atlassian.confluence.event.events.analytics.UserRemoveInitiatedAnalyticsEvent
 
UserRemovingEvent - Class in com.atlassian.confluence.event.events.user
This event is similar to UsersDeletedEvent but it will be fired before user is deleted
UserRemovingEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.UserRemovingEvent
 
UserRemovingEventCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
A Command which handles UserRemovingEvent in different scenarios: Removing a canonical user who exists in only one directory. Removing a canonical user in one directory un-shadows another user another directory. Removing a shadowed user in one directory.
UserRemovingEventCommand(UserGroupCommandSupport, CrowdUserDirectoryHelper, CrowdDirectoryEntityHelper, UserAccessor, MembershipDao) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserRemovingEventCommand
 
UserResource - Class in com.atlassian.confluence.functest.rest.admin
User management features missing from core Confluence today.
UserResource - Class in com.atlassian.confluence.plugins.like.rest.resources
 
UserResource - Class in com.atlassian.confluence.plugins.restapi.resources
Non-admin user operations
UserResource(PersonService, GroupService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.UserResource
 
UserResource(UserAccessor, PermissionManager, FollowManager) - Constructor for class com.atlassian.confluence.plugins.like.rest.resources.UserResource
 
UserResource(CrowdService, PersonService, UserAccessor) - Constructor for class com.atlassian.confluence.functest.rest.admin.UserResource
 
UserResource.LongTaskSubmission - Record Class in com.atlassian.confluence.functest.rest.admin
Until LongTaskSubmission is converted to rest v2, we have this to allow us to serialize one.
userResourceCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent.Builder
 
UserResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
UserResourceIdentifier(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
users() - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of Persons to return from the person service
users(List<Person>) - Method in class com.atlassian.confluence.api.model.content.ContributorUsers.Builder
 
USERS - Static variable in class com.atlassian.confluence.api.model.content.ContributorUsers.Expansions
 
USERS - Static variable in class com.atlassian.confluence.api.model.people.SubjectType.Expansions
 
userSearch(String, Integer) - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.DefaultRestSearchService
 
userSearch(String, Integer) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchService
 
userSearch(String, Integer, boolean) - Method in class com.atlassian.confluence.plugins.rest.jackson2.service.DefaultRestSearchService
 
userSearch(String, Integer, boolean) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.service.RestSearchService
 
UserSearchQueryParameters - Class in com.atlassian.confluence.search.service
 
UserSearchQueryParameters.Builder - Class in com.atlassian.confluence.search.service
 
UserSearchQueryParameters.UserCategory - Enum Class in com.atlassian.confluence.search.service
 
UserSearchRequest - Class in com.atlassian.confluence.internal.user
Search for users.
UserSearchRequestBuilder - Class in com.atlassian.confluence.internal.user
Builder for a UserSearchRequest.
UserSearchRequestBuilder() - Constructor for class com.atlassian.confluence.internal.user.UserSearchRequestBuilder
 
UserSearchResult - Class in com.atlassian.confluence.api.model.search
 
UserSearchServiceInternal - Interface in com.atlassian.confluence.internal.user
Searches for users, either by properties on the user, or by membership of groups.
UserSearchServiceInternalImpl - Class in com.atlassian.confluence.internal.user
Searches for users using the CrowdService.
UserSearchServiceInternalImpl(PaginationService, CrowdService, PermissionManager, SettingsManager) - Constructor for class com.atlassian.confluence.internal.user.UserSearchServiceInternalImpl
 
UsersEntity - Class in com.atlassian.confluence.user.extras.entities
This entity represents a group of users.
UsersEntity() - Constructor for class com.atlassian.confluence.user.extras.entities.UsersEntity
 
UsersEntityBuilder - Class in com.atlassian.confluence.user.extras.builders
Returns a user entity builder.
UsersEntityBuilder(CrowdService) - Constructor for class com.atlassian.confluence.user.extras.builders.UsersEntityBuilder
 
UserSerialiser - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers
JSON Serialiser for a UserWithoutEmail object
UserSerialiser() - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers.UserSerialiser
 
UserSessionEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
UserSessionEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.UserSessionEntity
 
UserSessionEntity(ContentEntityList) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.UserSessionEntity
 
UserSessionEntityExampleDocument - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
 
UserSessionEntityExampleDocument() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.UserSessionEntityExampleDocument
 
UserSessionExpiryListener - Class in com.atlassian.confluence.user.listeners
 
UserSessionExpiryListener() - Constructor for class com.atlassian.confluence.user.listeners.UserSessionExpiryListener
 
UserSettingsResource - Class in com.atlassian.confluence.functest.rest.admin
 
UserSettingsResource(UserManager, UserSettingsService) - Constructor for class com.atlassian.confluence.functest.rest.admin.UserSettingsResource
 
UserSignupEvent - Class in com.atlassian.confluence.event.events.user
 
UserSignupEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.UserSignupEvent
 
UserSignUpNotificationsListener - Class in com.atlassian.confluence.user.notifications
Deprecated.
since 7.6.0, use confluence-notifications-api instead
UserSignUpNotificationsListener() - Constructor for class com.atlassian.confluence.user.notifications.UserSignUpNotificationsListener
Deprecated.
 
userSpaceImportCommand(UserGroupCommandSupport) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
UserSpaceImportCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Command to process Space restore finish event for user management
UserSpaceImportCommand(UserGroupCommandSupport) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserSpaceImportCommand
 
UserSpaceImportJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage
A message that represents space restore finish event for user management.
UserSpaceImportJournalMessage(String) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.UserSpaceImportJournalMessage
 
UserSpaceImportModel - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model
Represents a JSON model for space restore finish event for user management.
UserSpaceImportModel(long, String, UserModelType, UserModelOperation) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserSpaceImportModel
 
UsersResource - Class in com.atlassian.confluence.user.extras.rest
This provides rest URLs to get Admin only user data from the system.
UsersResource(UsersEntityBuilder, PermissionManager, UserAccessor, SpaceManager) - Constructor for class com.atlassian.confluence.user.extras.rest.UsersResource
 
UsersSoapService - Class in com.atlassian.confluence.rpc.soap.services
 
UsersSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.services.UsersSoapService
 
UserStatus - Class in com.atlassian.confluence.api.model.people
The state of a user.
UserTextQuery - Class in com.atlassian.confluence.search.v2.query
Searches for text within common user-related text fields: full name, email address and username
UserTextQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.UserTextQuery
Construct a new query for a given file extension
UserThreadLocalFilter - Class in com.atlassian.confluence.util
Makes sure the current user is always in the AuthenticatedUserThreadLocal at the beginning of a request, and is cleared at the end.
UserThreadLocalFilter() - Constructor for class com.atlassian.confluence.util.UserThreadLocalFilter
 
userTimeZone - Variable in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
UserTypeBuilder - Class in com.atlassian.confluence.plugins.graphql.types
A builder for GraphQLObjectType objects for api Person objects.
UserTypeBuilder(GraphQLTypeBuilder, GraphQLExtensions) - Constructor for class com.atlassian.confluence.plugins.graphql.types.UserTypeBuilder
 
UserUpdatedEvent - Class in com.atlassian.confluence.event.events.user
An event will be fired when user update
UserUpdatedEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.UserUpdatedEvent
 
UserUriGenerator - Class in com.atlassian.confluence.api.impl.service.audit.uri
Generates links to Confluence users
UserUriGenerator(ConfluenceUserResolver) - Constructor for class com.atlassian.confluence.api.impl.service.audit.uri.UserUriGenerator
 
UserVerificationToken - Class in com.atlassian.confluence.user
Represents a verification token issued to a user or potential user.
UserVerificationToken() - Constructor for class com.atlassian.confluence.user.UserVerificationToken
empty constructor - to make Jackson2 happy
UserVerificationToken(UserVerificationTokenType, String, String, Date) - Constructor for class com.atlassian.confluence.user.UserVerificationToken
 
UserVerificationTokenCleanupEvent - Class in com.atlassian.confluence.event.events.user
 
UserVerificationTokenCleanupEvent(Object) - Constructor for class com.atlassian.confluence.event.events.user.UserVerificationTokenCleanupEvent
 
UserVerificationTokenDao - Interface in com.atlassian.confluence.user.persistence.dao
 
UserVerificationTokenManager - Interface in com.atlassian.confluence.user
Provides "secure token" services that can be assigned to users and later verified.
UserVerificationTokenType - Enum Class in com.atlassian.confluence.user
Represents the types of secure tokens that can be issued to users for security purposes
UserWatchingPageCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the user has a watch specifically on the current page.
UserWatchingPageCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingPageCondition
 
UserWatchingSpaceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the user is watching the current space.
UserWatchingSpaceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingSpaceCondition
 
UserWatchingSpaceForContentTypeCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the user is watching content in the space for a particular type - e.g.
UserWatchingSpaceForContentTypeCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingSpaceForContentTypeCondition
 
UserWatchResource - Class in com.atlassian.confluence.plugins.restapi.resources
A REST resource for manipulating watchers for Spaces, pieces of Content and Labels.
UserWatchResource(WatchService, PersonService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
 
userWithKey(UserKey) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.user.UserMatchers
 
UserWithKeyMatcher(UserKey) - Constructor for class com.atlassian.confluence.api.testsupport.matchers.model.user.UserMatchers.UserWithKeyMatcher
 
userWithName(String) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.user.SubjectMatchers
 
usesCustomLayout(String) - Method in interface com.atlassian.confluence.themes.CustomLayoutManager
Determines if a space has any custom layout decorators defined.
usesCustomLayout(String) - Method in class com.atlassian.confluence.themes.DefaultCustomLayoutManager
 
useUnknownAvatar() - Method in class com.atlassian.confluence.user.avatar.ConfluenceAvatarOwner
 
useXStream11XmlFriendlyMapper() - Method in class com.atlassian.confluence.impl.xstream.XStream111
 

V

V_3_TO_V_4_MIGRATION_LOCK - Static variable in class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
V_3_TO_V_4_REPORT_LOG - Static variable in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4Reporter
 
V2CompatibilityMacro - Class in com.atlassian.confluence.macro
A wrapper macro that retains compatibility with our old V2 macros.
V2CompatibilityMacro(Macro, Macro.BodyType) - Constructor for class com.atlassian.confluence.macro.V2CompatibilityMacro
 
V2CompatibilityMacroManager - Class in com.atlassian.confluence.macro.xhtml
 
V2CompatibilityMacroManager(V2CompatibilityModuleDescriptorPredicate, EventPublisher) - Constructor for class com.atlassian.confluence.macro.xhtml.V2CompatibilityMacroManager
 
V2CompatibilityModuleDescriptorPredicate - Class in com.atlassian.confluence.macro
Predicate class that encapsulates the logic of determining whether a particular module descriptor should be accepted as a v2 compatibility module descriptor.
V2CompatibilityModuleDescriptorPredicate() - Constructor for class com.atlassian.confluence.macro.V2CompatibilityModuleDescriptorPredicate
 
V2MacroToUnmigratedWikiMarkupMacroMigration - Class in com.atlassian.confluence.macro.xhtml
Responsible for wrapping a string containing a wiki macro declaration (say "{foo}bar{foo}") inside an XHTML wiki markup macro.
V2MacroToUnmigratedWikiMarkupMacroMigration(MacroManager) - Constructor for class com.atlassian.confluence.macro.xhtml.V2MacroToUnmigratedWikiMarkupMacroMigration
 
V2QueryExecutionEvent - Class in com.atlassian.confluence.event.events.search
 
V2QueryExecutionEvent(long, long, int, int, int) - Constructor for class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
V2QueryExecutionEvent(long, long, int, int, int, Set<SearchIndex>) - Constructor for class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
V2QueryExecutionEvent(long, long, long, int, int, int, Set<SearchIndex>) - Constructor for class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
V2QueryExecutionEvent(long, long, long, int, int, int, Set<SearchIndex>, SearchPlatform) - Constructor for class com.atlassian.confluence.event.events.search.V2QueryExecutionEvent
 
V2ShadowQueryExecutionEvent - Class in com.atlassian.confluence.event.events.search
 
V2ShadowQueryExecutionEvent(long, long, String, String) - Constructor for class com.atlassian.confluence.event.events.search.V2ShadowQueryExecutionEvent
 
V2ShadowQueryExecutionEvent(long, long, String, String, long) - Constructor for class com.atlassian.confluence.event.events.search.V2ShadowQueryExecutionEvent
 
V2UserMacroAdapter - Class in com.atlassian.confluence.renderer.v2.macros
An adapter class to allow XHTML user macros (i.e.
V2UserMacroAdapter(Macro) - Constructor for class com.atlassian.confluence.renderer.v2.macros.V2UserMacroAdapter
 
V3 - Enum constant in enum class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageVersion
 
V3_TO_V4_MIGRATION - Enum constant in enum class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageVersion
 
V4 - Enum constant in enum class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageVersion
 
V4AttachmentDisabledAnalyticsEvent - Class in com.atlassian.confluence.upgrade
Used when AttachmentV3toV4MigrationAction runs a migration used to send analytics if V4 migration is disabled
V4AttachmentDisabledAnalyticsEvent() - Constructor for class com.atlassian.confluence.upgrade.V4AttachmentDisabledAnalyticsEvent
 
V4AttachmentMigrationStartedAnalyticsEvent - Class in com.atlassian.confluence.upgrade
Used when AttachmentV3toV4MigrationAction starts a migration.
V4AttachmentMigrationStartedAnalyticsEvent() - Constructor for class com.atlassian.confluence.upgrade.V4AttachmentMigrationStartedAnalyticsEvent
 
VacantDarkFeaturesManager - Class in com.atlassian.confluence.setup.settings
 
VacantDarkFeaturesManager(FeatureService) - Constructor for class com.atlassian.confluence.setup.settings.VacantDarkFeaturesManager
Deprecated.
since 8.3
VacantException - Exception in com.atlassian.confluence.tenant
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
VacantException(MethodInvocation) - Constructor for exception com.atlassian.confluence.tenant.VacantException
Deprecated.
 
VALID - Static variable in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
A singleton valid result.
VALID_COLOR_NAME_PATTERN - Static variable in class com.atlassian.confluence.util.ColourUtils
 
VALID_HEX_COLOR_PATTERN - Static variable in class com.atlassian.confluence.util.ColourUtils
 
VALID_HSL_COLOR_PATTERN - Static variable in class com.atlassian.confluence.util.ColourUtils
 
VALID_HSLA_COLOR_PATTERN - Static variable in class com.atlassian.confluence.util.ColourUtils
 
VALID_NUMBER_INPUT_PATTERN - Static variable in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
VALID_RGB_COLOR_PATTERN - Static variable in class com.atlassian.confluence.util.ColourUtils
 
VALID_RGBA_COLOR_PATTERN - Static variable in class com.atlassian.confluence.util.ColourUtils
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.labels.soy.LabelLinkServerFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.BaseUrlFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.DarkFeatureFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.DocLinkFunction
Deprecated.
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.EditorWebPanelFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.FormatDateFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.FormatDateTimeFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.FormatTimeFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.FriendlyFormatDateTimeFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.GetActionMessageTextFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.GetContentTypeI18nKeyFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.GetDisplayNameFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.GetIterableListFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.GetPageDiffFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.GetUserByNameFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.ImportResourceFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.IsContainsFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.ItemsForSectionFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.PanelsForLocationFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.PutMetadataFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.SectionsForLocationFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.SiteTitleFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.StaticResourceUrlPrefixFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.VersionNumberFunction
 
validArgSizes() - Method in class com.atlassian.confluence.plugins.soy.WebPanelFunction
 
validate() - Method in class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
validate() - Method in class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
validate() - Method in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
validate() - Method in class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
 
validate() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
validate() - Method in class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction
 
validate() - Method in class com.atlassian.confluence.admin.actions.macros.RemoveUserMacroAction
 
validate() - Method in class com.atlassian.confluence.admin.actions.macros.UpdateUserMacroAction
 
validate() - Method in class com.atlassian.confluence.admin.actions.mail.CreateMailServerAction
 
validate() - Method in class com.atlassian.confluence.admin.actions.mail.EditMailServerAction
 
validate() - Method in class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction
 
validate() - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
validate() - Method in interface com.atlassian.confluence.api.model.retention.RetentionPolicy
 
validate() - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
validate() - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
validate() - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
validate() - Method in class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
validate() - Method in class com.atlassian.confluence.diff.actions.ViewDiffOfDraftAction
 
validate() - Method in class com.atlassian.confluence.impl.pages.actions.PageDestinationSearchAction
Ensure a valid query has been supplied.
validate() - Method in class com.atlassian.confluence.impl.search.actions.SearchSiteAction
Deprecated.
 
validate() - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated.
 
validate() - Method in class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction
Deprecated.
 
validate() - Method in class com.atlassian.confluence.mail.notification.actions.AddSpaceNotificationAction
 
validate() - Method in class com.atlassian.confluence.mail.notification.actions.ManageWatchersAction
 
validate() - Method in class com.atlassian.confluence.mail.notification.actions.RemoveSpaceNotificationAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.AbstractCommandAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
Convert the editor content to storageFormat, catching and reporting any problems in the process.
validate() - Method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.AttachedImagesAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.DiffPagesByVersionAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.EditCommentAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.PageVariablesAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.RemoveCommentAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction
 
validate() - Method in class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
validate() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
validate() - Method in class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
validate() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
validate() - Method in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
Ensure that the size of the labels associated with the template are less than the column size for storing them (255).
validate() - Method in class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateDescriptionAction
 
validate() - Method in class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
validate() - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
 
validate() - Method in interface com.atlassian.confluence.security.actions.EditPermissionsAware
Validate the form
validate() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
validate() - Method in class com.atlassian.confluence.setup.actions.SetupAdministrator
 
validate() - Method in class com.atlassian.confluence.setup.actions.SetupClusterAction
This method is called by XWork to validate the cluster setup parameters that are entered into the wizard form.
validate() - Method in class com.atlassian.confluence.setup.actions.SetupLicenseAction
 
validate() - Method in class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
 
validate() - Method in class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
 
validate() - Method in class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
validate() - Method in class com.atlassian.confluence.spaces.actions.RemoveSpaceAction
 
validate() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
This is only implemented in this abstract base class for the convenience of the large number of older upgrade tasks.
validate() - Method in class com.atlassian.confluence.upgrade.upgradetask.SplitIndexUpgradeTask
 
validate() - Method in interface com.atlassian.confluence.upgrade.UpgradeTask
Validates that this upgrade task can be performed.
validate() - Method in class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
validate() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
validate() - Method in class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
validate() - Method in class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
validate() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
validate() - Method in class com.atlassian.confluence.user.actions.DeleteUserProfilePictureAction
 
validate() - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
validate() - Method in class com.atlassian.confluence.user.actions.EditMySettingsAction
 
validate() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
validate() - Method in class com.atlassian.confluence.user.actions.ForgotUserPasswordAction
 
validate() - Method in class com.atlassian.confluence.user.actions.LoginAction
 
validate() - Method in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
validate() - Method in class com.atlassian.confluence.user.actions.RemoveGroupAction
 
validate() - Method in class com.atlassian.confluence.user.actions.RemoveUnsyncedUserAction
 
validate() - Method in class com.atlassian.confluence.user.actions.ResetUserPasswordAction
 
validate() - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
validate() - Method in class com.atlassian.confluence.user.actions.SiteSupportAction
 
validate() - Method in class com.atlassian.confluence.user.actions.UserPickerAction
 
validate() - Method in class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
validate() - Method in class com.atlassian.confluence.util.SupportUtility
 
validate() - Method in interface com.atlassian.confluence.validation.MessageHolderAware
 
validate(ConfluenceActionSupport) - Method in class com.atlassian.confluence.core.service.CommandActionHelper
 
validate(ServiceCommandValidator, ContentEntityObject, ContentEntityObject, int, boolean) - Method in class com.atlassian.confluence.content.service.page.RevertContentToVersionCommand
 
validate(BootstrapDatabaseAccessor.BootstrapDatabaseData) - Method in class com.atlassian.confluence.cluster.ClusterCompatibilityValidator
Validates at bootstrap if the current node is compatible with the cluster state.
validate(HealthCheck) - Method in class com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
 
validate(HealthCheck) - Method in interface com.atlassian.confluence.impl.health.checks.rules.HealthCheckRule
Checks whether the Health Check rule is satisfied.
validate(ConfluenceLicense) - Method in class com.atlassian.confluence.license.validator.CompositeLicenseValidator
 
validate(ConfluenceLicense) - Method in class com.atlassian.confluence.license.validator.DataCenterLicenseExpiryValidator
 
validate(ConfluenceLicense) - Method in class com.atlassian.confluence.license.validator.DataCenterNumberOfUsersValidator
 
validate(ConfluenceLicense) - Method in class com.atlassian.confluence.license.validator.LegacyClusterLicenseValidator
 
validate(ConfluenceLicense) - Method in class com.atlassian.confluence.license.validator.LegacyServerLicenseValidator
 
validate(ConfluenceLicense) - Method in class com.atlassian.confluence.license.validator.LegacyV1LicenseValidator
 
validate(ConfluenceLicense) - Method in interface com.atlassian.confluence.license.validator.LicenseValidator
 
validate(Element) - Method in class com.atlassian.confluence.plugin.descriptor.FieldMappingsProviderModuleDescriptor
 
validate(Element) - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.EdgeTypeModuleDescriptor
 
validate(AqlParser.MapKeyContext, AqlParser.MapPathContext, AqlParser.MapExprValueContext) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.ContentPropertyFieldHandler
 
validate(Object) - Method in class com.atlassian.confluence.util.misc.AlternateRequiredStringValidator
 
validate(Object) - Method in class com.atlassian.confluence.util.misc.CssColourValidator
 
validate(Object) - Method in class com.atlassian.confluence.util.misc.DateFormatValidator
 
validate(String) - Method in class com.atlassian.confluence.content.render.xhtml.validation.StorageXhtmlValidator
 
validate(String) - Method in interface com.atlassian.confluence.content.render.xhtml.validation.XmlValidator
 
validate(String) - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
validate(String) - Method in interface com.atlassian.confluence.license.LicenseService
Validates the given encrypted license.
validate(String) - Method in class com.atlassian.confluence.license.rest.resource.LicenseResource
 
validate(String, Product) - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
validate(String, Product) - Method in interface com.atlassian.confluence.license.LicenseService
Validates the given encrypted license.
validate(Collection<Label>, Space) - Method in class com.atlassian.confluence.api.impl.service.content.LabelledContentSpaceValidator
 
validateAddCategory(String, String) - Method in interface com.atlassian.confluence.api.service.content.CategoryService.Validator
Validates if a user can add a category in a specified space.
validateAddDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultContentRestrictionServiceValidator
 
validateAddDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService.Validator
Validates that: OperationKey supplied is supported Subject supplied is either User or a Group and does exist Content specified exists AND can be viewed by the currently logged-in user Currently logged-in user is allowed to alter ContentRestrictions on and edit the content specified
validateAddLabels(ContentId, Label...) - Method in interface com.atlassian.confluence.api.service.content.ContentLabelService.Validator
Validates that the list of labels can be added to the given content
validateAddMembership(String, String) - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that the requesting user has permission to add the given user to the given group.
validateAddRestrictions(ContentId, Collection<? extends ContentRestriction>) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultContentRestrictionServiceValidator
 
validateAddRestrictions(ContentId, Collection<? extends ContentRestriction>) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService.Validator
Validates that: Content specified exists AND can be viewed by the currently logged-in user Currently logged-in user is allowed to alter ContentRestrictions on and edit the content specified Input data is enough to proceed with the operation Input data should not conflict with any restrictions existing
validateAdminPermissionOnSystem() - Method in class com.atlassian.confluence.api.impl.service.system.ClusterServiceImpl.ValidatorImpl
 
validateAdminPermissionOnSystem() - Method in interface com.atlassian.confluence.api.service.system.ClusterService.Validator
 
validateAgainstApiModel(RelatableEntity, RelatableEntity, RelationDescriptor) - Static method in class com.atlassian.confluence.internal.relations.RelationUtils
Helper method, which can be used to validate relation based on input parameters.
validateAndConvertToStorageFormat(ConfluenceActionSupport, String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
validateAndConvertToStorageFormat(ConfluenceActionSupport, String, RenderContext) - Method in interface com.atlassian.confluence.content.render.xhtml.FormatConverter
Validates, and adds any errors to the action.
validateAndConvertToStorageFormat(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
validateAndConvertToStorageFormat(String, RenderContext) - Method in interface com.atlassian.confluence.content.render.xhtml.FormatConverter
Validates, throwing exceptions if failures found.
validateAnonymousPermissions(Collection<SpacePermission>) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.GlobalPermissionsValidator
Validates if permissions can be granted to anonymous users
validateArchive(Space) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceValidatorImpl
 
validateArchive(Space) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.Validator
Validate that a Space can be archived, including permission checks.
validateAtLeastOneAdminPermissionExists(Space, Set<SpacePermission>) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.SpacePermissionsValidator
 
validateAttachments() - Method in class com.atlassian.confluence.impl.pages.actions.AttachmentUploadHelper
 
validateAttachments() - Method in class com.atlassian.confluence.util.AttachFileHelper
Deprecated.
 
validateAWSJoinConfig(String, String, String, String, String, String, String, String) - Method in interface com.atlassian.confluence.cluster.ClusterSetupValidator
Validates all the parameters for an AWS cluster.
validateAWSJoinConfig(String, String, String, String, String, String, String, String) - Method in class com.atlassian.confluence.cluster.DefaultClusterSetupValidator
 
validateBackupJob(BackupRestoreJob, BackupRestoreSettings, JobScope) - Method in class com.atlassian.confluence.impl.backuprestore.backup.AbstractBackupService
 
validateCaptcha(String, String) - Method in interface com.atlassian.confluence.security.CaptchaManager
validate captcha response
validateCaptcha(String, String) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
validateChangeMyPassword(PasswordChangeDetails) - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that the input supplied for changing current user's password is valid.
validateChangePassword(String, String) - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that the input supplied for changing a user's password is valid.
validateClusterHome(String) - Method in interface com.atlassian.confluence.cluster.ClusterSetupValidator
Validates just the cluster Home.
validateClusterHome(String) - Method in class com.atlassian.confluence.cluster.DefaultClusterSetupValidator
 
validateClusterJoinMethod(String) - Method in interface com.atlassian.confluence.cluster.ClusterSetupValidator
 
validateClusterJoinMethod(String) - Method in class com.atlassian.confluence.cluster.DefaultClusterSetupValidator
 
validateClusterName(String) - Method in interface com.atlassian.confluence.cluster.ClusterSetupValidator
Validates just the cluster Name.
validateClusterName(String) - Method in class com.atlassian.confluence.cluster.DefaultClusterSetupValidator
 
validateConfluenceAdmin() - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that the requesting user has Confluence Admin permissions.
validateContentForPageCreate(Content) - Method in class com.atlassian.confluence.api.impl.service.content.draft.LegacyDraftValidator
 
validateContentForPageCreate(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentDraftService.DraftValidator
Validate the publish new draft operation.
validateContentForPageUpdate(Content, ContentDraftService.ConflictPolicy) - Method in class com.atlassian.confluence.api.impl.service.content.draft.LegacyDraftValidator
 
validateContentForPageUpdate(Content, ContentDraftService.ConflictPolicy) - Method in interface com.atlassian.confluence.api.service.content.ContentDraftService.DraftValidator
Validate the publish edit draft operation.
validateContentManagementCommandParam(Object...) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
 
validateContentManagementCommandParam(Object...) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.ContentCommandSupport
Validate parameters
validateContentType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.finder.BlogPostFetcher
 
validateContentType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
validateCreate(Content) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl.ValidatorImpl
 
validateCreate(Content) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
validateCreate(Content) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
validateCreate(Content) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
validateCreate(Content) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
validateCreate(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentService.Validator
Validate that a piece of content can be included, including permission checks.
validateCreate(Content) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
 
validateCreate(Content) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
Validate the create operation
validateCreate(JsonContentProperty) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService.Validator
Validate that a content property can be created, including permission checks.
validateCreate(JsonSpaceProperty) - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService.Validator
Validate that a space property can be created, including permission checks.
validateCreate(JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyValidatorImpl
 
validateCreate(Space, boolean) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceValidatorImpl
 
validateCreate(Space, boolean) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.Validator
Validate that a Space can be added, including permission checks.
validateCreate(ContentTemplate) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService.Validator
Validate that the specified contentTemplate can be created by the current user.
validateCreate(ConfluenceUser, Content, Class<? extends ContentEntityObject>) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
validateCreate(ConfluenceUser, Content, Class<? extends ContentEntityObject>) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Perform common validation checks for creation of content in a space
validateCreate(String) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupValidator
 
validateCreate(String) - Method in interface com.atlassian.confluence.api.service.people.GroupService.Validator
Validate that the logged-in user has permission to create a group with the given name.
validateCreate(S, RelationDescriptor<S, T>, T) - Method in interface com.atlassian.confluence.api.service.relations.RelationService.Validator
Validate create operation
validateCreateInstance(ContentBlueprintInstance) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService.Validator
Validate instance is legit to create draft/page instance.
validateCreatePersonalSpaceForSelf(PersonalSpaceDetailsForCreation) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceValidatorImpl
 
validateCreatePersonalSpaceForSelf(PersonalSpaceDetailsForCreation) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.Validator
Validate that a personal Space can be created for self, including permission checks.
validateCreatePersonalSpaceForUser(PersonalSpaceDetailsForCreation, String) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceValidatorImpl
 
validateCreatePersonalSpaceForUser(PersonalSpaceDetailsForCreation, String) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.Validator
Validate that a personal Space can be created for a target User, including permission checks.
validateCursor(LimitedRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.BlogPostFetcher
 
validateCursor(LimitedRequest) - Method in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
validateCursor(String) - Method in class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
validateDelete(Content) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl.ValidatorImpl
 
validateDelete(Content) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService.Validator
Validate that an Attachment can be deleted, including permission checks.
validateDelete(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentService.Validator
Validate that a piece of content can be deleted, including permission checks.
validateDelete(ContentId) - Method in class com.atlassian.confluence.api.impl.service.content.draft.LegacyDraftValidator
 
validateDelete(ContentId) - Method in interface com.atlassian.confluence.api.service.content.ContentDraftService.DraftValidator
Validates whether a draft can be deleted
validateDelete(ContentId, int) - Method in interface com.atlassian.confluence.api.service.content.ContentVersionService.Validator
Validate delete operation
validateDelete(JsonContentProperty) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService.Validator
Validate that a content property can be deleted, including permission checks.
validateDelete(JsonSpaceProperty) - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService.Validator
Validate that a space property can be deleted, including permission checks.
validateDelete(JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyValidatorImpl
 
validateDelete(Space) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceValidatorImpl
 
validateDelete(Space) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.Validator
Validate that a Space can be deleted, including permission checks.
validateDelete(ContentTemplateId) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService.Validator
Validate that a piece of contentTemplate can be deleted, including permission checks.
validateDelete(Person) - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that the current user has permissions to remove the given person
validateDelete(String) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupValidator
 
validateDelete(String) - Method in interface com.atlassian.confluence.api.service.people.GroupService.Validator
Validate that the logged-in user has permission to delete a group with the given name.
validateDelete(S, RelationDescriptor<S, T>, T) - Method in interface com.atlassian.confluence.api.service.relations.RelationService.Validator
Validate delete operation
validateDeleteAllDirectRestrictions(ContentId) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultContentRestrictionServiceValidator
 
validateDeleteAllDirectRestrictions(ContentId) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService.Validator
Validates that: Content specified exists AND can be viewed by the currently logged-in user Currently logged-in user is allowed to alter ContentRestrictions on and edit the content specified
validateDeleteAllWithType(Relatable, RelationDescriptor<S, T>) - Method in interface com.atlassian.confluence.api.service.relations.RelationService.Validator
Validate the delete all operation
validateDeleteDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultContentRestrictionServiceValidator
 
validateDeleteDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService.Validator
Validates that: OperationKey supplied is supported Subject supplied is either User or a Group Content specified exists AND can be viewed by the currently logged-in user Currently logged-in user is allowed to alter ContentRestrictions on and edit the content specified
validateDirectoryConfiguration(Directory, EnumSet<DirectoryValidationContext>) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
validateDisable(String) - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that the requesting user has permission to disable the given user.
validateDoSet() - Method in class com.atlassian.confluence.user.actions.SetUserPasswordAction
 
validateDuplicatePageTitle() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
validateDuplicatePageTitle() - Method in class com.atlassian.confluence.pages.actions.EditBlogPostAction
Blog posts are allowed to have duplicate titles as long as they are on different days.
validateEditCategory(String, String) - Method in interface com.atlassian.confluence.api.service.content.CategoryService.Validator
Validates if a user can edit a category in a specified space.
validateEditUser(UserForm, MessageHolder) - Method in class com.atlassian.confluence.user.DefaultUserFormValidator
 
validateEditUser(UserForm, MessageHolder) - Method in interface com.atlassian.confluence.user.UserFormValidator
Validates that an existing User can be updated with UserForm data.
validateEditUserAllowRename(UserForm, MessageHolder) - Method in class com.atlassian.confluence.user.DefaultUserFormValidator
 
validateEditUserAllowRename(UserForm, MessageHolder) - Method in interface com.atlassian.confluence.user.UserFormValidator
Validates that an existing User can be updated with UserForm data.
validateEmptyTrash(String) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceValidatorImpl
 
validateEmptyTrash(String) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.Validator
Validate that a Space can be trash emptied, including permission checks.
validateEnable(String) - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that the requesting user has permission to enable the given user.
validateExtensionsForCreate(Map<String, Object>, SimpleValidationResult.Builder) - Method in interface com.atlassian.confluence.content.apisupport.CommentExtensionsSupport
Validation hook for create operations.
validateExtensionsForCreate(Map<String, Object>, SimpleValidationResult.Builder) - Method in class com.atlassian.confluence.content.apisupport.NullCommentExtensionsSupport
 
validateExtensionsForUpdate(Comment, Map<String, Object>, SimpleValidationResult.Builder) - Method in interface com.atlassian.confluence.content.apisupport.CommentExtensionsSupport
Validation hook for update operations.
validateExtensionsForUpdate(Comment, Map<String, Object>, SimpleValidationResult.Builder) - Method in class com.atlassian.confluence.content.apisupport.NullCommentExtensionsSupport
 
validateFetch(S, RelationDescriptor<S, T>, T) - Method in interface com.atlassian.confluence.api.service.relations.RelationService.Validator
Validate fetch operation to check whether a user can view the specifed relation
validateFindRelatedContentLabelsPaginated(String, String) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceLabelServiceImpl.ValidatorImpl
 
validateFindRelatedContentLabelsPaginated(String, String) - Method in interface com.atlassian.confluence.api.service.content.SpaceLabelService.Validator
Validates if find can be performed related to the label on a given space.
validateFindUsersWatchingContentPaginated(ContentId) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl.ValidatorImpl
 
validateFindUsersWatchingContentPaginated(ContentId) - Method in interface com.atlassian.confluence.api.service.watch.WatchService.Validator
Validate that the requesting User can view the list of Users watching the given Content identified by contentId.
validateFindUsersWatchingSpacePaginated(String) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl.ValidatorImpl
 
validateFindUsersWatchingSpacePaginated(String) - Method in interface com.atlassian.confluence.api.service.watch.WatchService.Validator
Validate that the requesting User can view the list of Users watching the given Space identified by spaceKey.
validateFormEncodedToken(HttpServletRequest) - Method in class com.atlassian.sal.confluence.xsrf.ConfluenceXsrfTokenValidator
 
validateFormEncodedToken(HttpServletRequest) - Method in class it.com.atlassian.confluence.sal.MockXsrfTokenValidator
 
validateGet(ContentId) - Method in interface com.atlassian.confluence.api.service.content.ContentVersionService.Validator
Validate get operation
validateGet(ContentTemplateId) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService.Validator
Validate that current user has permission to view a particular template.
validateGet(String) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceValidatorImpl
 
validateGet(String) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.Validator
Validate that a Space can be retrieved, including permission checks.
validateGetInstanceMetrics() - Method in class com.atlassian.confluence.api.impl.service.instance.InstanceMetricsServiceValidatorImpl
 
validateGetInstanceMetrics() - Method in interface com.atlassian.confluence.api.service.instance.InstanceMetricsServiceValidator
Validate that the requesting user is able to view instance metrics.
validateGetRestrictions(ContentId) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultContentRestrictionServiceValidator
 
validateGetRestrictions(ContentId) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService.Validator
Validates whether content specified exists and whether currently logged in user can read restrictions on a content specified.
validateGetRestrictionsForOperation(ContentId, OperationKey) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultContentRestrictionServiceValidator
 
validateGetRestrictionsForOperation(ContentId, OperationKey) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService.Validator
Validates whether OperationKey supplied is supported, whether content specified exists, whether currently logged in user can read restrictions on a content specified
validateGetServerInformation() - Method in class com.atlassian.confluence.api.impl.service.server.ServerInformationServiceValidatorImpl
 
validateGetServerInformation() - Method in interface com.atlassian.confluence.api.service.server.ServerInformationServiceValidator
Validate that the requesting user is able to view server information.
validateGuardPermissionExistsForAnonymousUsers(Collection<SpacePermission>, Collection<SpacePermission>, String) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.AbstractPermissionsValidator
Validates that guard permission it exists for anonymous users.
validateGuardPermissionExistsForGroup(Collection<SpacePermission>, Collection<SpacePermission>, String, String) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.AbstractPermissionsValidator
Validates that guard permission it exists for the given group.
validateGuardPermissionExistsForSubject(Collection<SpacePermission>, Collection<SpacePermission>, String, Function<SpacePermission, Boolean>) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.AbstractPermissionsValidator
 
validateGuardPermissionExistsForUnlicensedUsers(Collection<SpacePermission>, Collection<SpacePermission>, String) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.AbstractPermissionsValidator
Validates that guard permission it exists for unlicensed users.
validateGuardPermissionExistsForUser(Collection<SpacePermission>, Collection<SpacePermission>, String, ConfluenceUser) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.AbstractPermissionsValidator
Validates that guard permission it exists for the given user.
validateHasDirectRestrictionsForSubject(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultContentRestrictionServiceValidator
 
validateHasDirectRestrictionsForSubject(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService.Validator
Validates that: OperationKey supplied is supported Subject supplied is either User or a Group Content specified exists AND can be viewed by the currently logged-in user
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
Ensure that a page has been provided and that its title will not be a duplicate in the target space.
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.blogpost.MoveBlogPostToTopOfSpaceCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.blogpost.RevertBlogPostCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.comment.CreateCommentCommandImpl
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.comment.CreateCommentFromEditorCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.comment.DeleteCommentCommandImpl
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.comment.EditCommentCommandImpl
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.comment.EditCommentFromEditorCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.ConvertPageToBlogPostCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
Ensure that an AbstractPage has been provided and that its title is valid.
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.CreatePageCommandImpl
Ensure that a page has been provided and that its title will not be a duplicate in the target space.
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.CreatePageFromExistingCommandImpl
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.DeleteBlogPostCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.DeletePageCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.MovePageCommandImpl
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.MovePageToTopOfSpaceCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.RemoveAbstractPageVersionCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.RevertPageCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.RevertPageOrderCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.page.SetPageOrderCommand
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.RenderContentCommandImpl
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.content.service.space.DeleteSpaceCommand
Deprecated.
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.core.service.AbstractServiceCommand
Template method for implementations to perform validation.
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.labels.service.AddLabelsCommandImpl
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.labels.service.RemoveLabelCommandImpl
 
validateInternal(ServiceCommandValidator) - Method in class com.atlassian.confluence.labels.service.ValidateLabelsCommandImpl
 
validateJNDIScheme() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
validateKey(SimpleValidationResult.Builder, String) - Static method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyValidator
 
validateKubernetesJoinConfig() - Method in interface com.atlassian.confluence.cluster.ClusterSetupValidator
 
validateKubernetesJoinConfig() - Method in class com.atlassian.confluence.cluster.DefaultClusterSetupValidator
 
validateLabel() - Method in class com.atlassian.confluence.pages.actions.ValidateLabelAjaxAction
 
ValidateLabelAjaxAction - Class in com.atlassian.confluence.pages.actions
 
ValidateLabelAjaxAction() - Constructor for class com.atlassian.confluence.pages.actions.ValidateLabelAjaxAction
 
validateLabelExists(String) - Method in class com.atlassian.confluence.api.impl.service.content.LabelServiceImpl.ValidatorImpl
 
validateLabelExists(String) - Method in interface com.atlassian.confluence.api.service.content.LabelService.Validator
Validates if a label exists with a valid label name.
validateLabelExists(String) - Method in interface com.atlassian.confluence.rest.client.RemoteLabelService.Validator
Validates if a label exists with a valid label name.
validateLabels(Iterable<Label>) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Validates the list of labels
validateLabels(Iterable<Label>) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
validateLabels(Collection<String>) - Method in class com.atlassian.confluence.labels.service.LabelValidationHelper
 
validateLabels(List<Label>) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
validateLabelsCommand(ServiceCommand) - Static method in class com.atlassian.confluence.ui.rest.service.content.LegacyLabelHelper
Deprecated.
 
ValidateLabelsCommand - Interface in com.atlassian.confluence.labels.service
 
ValidateLabelsCommandImpl - Class in com.atlassian.confluence.labels.service
 
validateLables(Collection<String>) - Method in class com.atlassian.confluence.labels.service.LabelValidationHelper
validateLicense() - Method in class com.atlassian.confluence.setup.actions.AbstractConfluenceLicenseAction
 
validateLicense(String) - Method in interface com.atlassian.confluence.license.LicenseWebFacade
 
validateLicense(String) - Method in class com.atlassian.confluence.license.LicenseWebFacadeTemplate
 
validateLicenseForPlugin(String, Product) - Method in interface com.atlassian.confluence.license.LicenseWebFacade
 
validateLicenseForPlugin(String, Product) - Method in class com.atlassian.confluence.license.LicenseWebFacadeTemplate
 
validateLimitedUseConfluencePermissionExistsForUnlicensedUsers(Collection<SpacePermission>, Collection<SpacePermission>) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.GlobalPermissionsValidator
Validates that guard permission (LIMITEDUSECONFLUENCE) exists for unlicensed users.
validateMacroForm() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
validateMacroMissingContextVariables(UserMacroConfig) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
validateMulticastClusterJoinConfig(Boolean, String) - Method in interface com.atlassian.confluence.cluster.ClusterSetupValidator
Validates just the cluster address, for a multicast cluster.
validateMulticastClusterJoinConfig(Boolean, String) - Method in class com.atlassian.confluence.cluster.DefaultClusterSetupValidator
 
validateMultipleProductLicenses(Set<RawProductLicense>, Locale) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
validateNetworkInterface(String) - Method in interface com.atlassian.confluence.cluster.ClusterSetupValidator
Validates just the cluster network address
validateNetworkInterface(String) - Method in class com.atlassian.confluence.cluster.DefaultClusterSetupValidator
 
validateNewMacroName(String) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
validateNewUser(UserForm, MessageHolder) - Method in class com.atlassian.confluence.user.DefaultUserFormValidator
 
validateNewUser(UserForm, MessageHolder) - Method in interface com.atlassian.confluence.user.UserFormValidator
Validate that a new User specified by the given UserForm can be added to the system.
validateNewUserBySignup(UserForm, MessageHolder) - Method in class com.atlassian.confluence.user.DefaultUserFormValidator
 
validateNewUserBySignup(UserForm, MessageHolder) - Method in interface com.atlassian.confluence.user.UserFormValidator
Validates that a new User can be created via the Sign Up process with the supplied UserForm data.
validateProductLicense(String, String, Locale) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
validatePropertiesAgainstBackupJob(BackupRestoreJob, BackupProperties) - Method in class com.atlassian.confluence.impl.backuprestore.restore.BackupPropertiesValidator
 
validatePurge(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentTrashService.Validator
Validate that a piece of content can be purged, including permission checks.
validateRemoveMembership(String, String) - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that the requesting user has permission to remove the given user from the given group.
validateRestore(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentTrashService.Validator
Validate that a piece of content can be restored, including permission checks.
validateRestore(ContentId, VersionRestoreParameters) - Method in interface com.atlassian.confluence.api.service.content.ContentVersionService.Validator
Validate restore operation
validateRestore(Space) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceValidatorImpl
 
validateRestore(Space) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.Validator
Validate that a Space can be restored, including permission checks.
validateSchemaUpdateIfNeeded() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
 
validateSchemaUpdateIfNeeded() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
validateSchemaUpdateIfNeeded() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
validateSearchLanguage(SearchLanguage) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchLanguageChecker
 
validateSearchLanguage(SearchLanguage) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchLanguageChecker
 
validateSearchLanguage(SearchLanguage) - Method in interface com.atlassian.confluence.search.v2.analysis.SearchLanguageChecker
Returns ValidationResult which is valid if the search language is supported and invalid otherwise.
validateSelfAccessRetained(Map<String, Collection<ContentPermission>>) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
Validates that currently logged in user will have direct specific ContentPermission specified for self in case when provided contentPermissionByPermissionTypeMap will become the actual ContentPermissions.
validateSignup(String, MessageHolder) - Method in interface com.atlassian.confluence.plugins.easyuser.SignupValidator
Adds validation errors if the user cannot sign up.
validateSignup(String, MessageHolder) - Method in class com.atlassian.confluence.user.DefaultSignupValidator
 
validateSignup(String, MessageHolder) - Method in interface com.atlassian.confluence.user.SignupValidator
Adds validation errors if the user cannot sign up.
validateSiteRestoreJob(BackupRestoreJob, BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.restore.RestoreJobValidator
 
validateSpaceBackupJob(BackupRestoreJob, BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.backup.SpaceBackupService
 
validateSpaceRestoreJob(BackupRestoreJob, BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.restore.RestoreJobValidator
 
validateSupportedOp(T, Set<T>) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.ContentPropertyValueExpressionValidator
 
validateTCPIPClusterJoinConfig(String) - Method in interface com.atlassian.confluence.cluster.ClusterSetupValidator
Validates the cluster peers, for a TCPIP cluster.
validateTCPIPClusterJoinConfig(String) - Method in class com.atlassian.confluence.cluster.DefaultClusterSetupValidator
 
validateToken(HttpServletRequest) - Method in class com.atlassian.confluence.security.service.DefaultXsrfTokenService
 
validateToken(HttpServletRequest) - Method in interface com.atlassian.confluence.security.service.XsrfTokenService
Validate if the given request contains the token bound to the request's session.
validateTrash(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentTrashService.Validator
Validate that a piece of content can be trashed, including permission checks.
validateUnlicensedUsersPermissions(Collection<SpacePermission>) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.GlobalPermissionsValidator
Validates if permissions can be granted to unlicensed users
validateUpdate() - Method in class com.atlassian.confluence.api.impl.service.colorscheme.GlobalColorSchemeServiceImpl.ValidatorImpl
 
validateUpdate() - Method in interface com.atlassian.confluence.api.service.colorscheme.GlobalColorSchemeService.Validator
Validate that global color scheme can be updated, including permission checks.
validateUpdate(Content, ContentEntityObject) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl.ValidatorImpl
 
validateUpdate(Content, Attachment) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
validateUpdate(Content, BlogPost) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
validateUpdate(Content, Comment) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
validateUpdate(Content, Page) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
validateUpdate(Content, T) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
 
validateUpdate(Content, T) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
Validate the update operation
validateUpdate(JsonContentProperty) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService.Validator
Validate that a content property can be updated, including permission checks.
validateUpdate(JsonSpaceProperty) - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService.Validator
Validate that a space property can be updated, including permission checks.
validateUpdate(JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyValidatorImpl
 
validateUpdate(Space) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceValidatorImpl
 
validateUpdate(Space) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.Validator
Validate that a Space can be updated, including permission checks.
validateUpdate(ContentTemplate) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService.Validator
 
validateUpdate(ConfluenceUser, Content, ContentEntityObject) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
validateUpdate(ConfluenceUser, Content, ContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
Perform common validation checks for updating content
validateUpdate(String) - Method in class com.atlassian.confluence.api.impl.service.colorscheme.SpaceColorSchemeServiceImpl.ValidatorImpl
 
validateUpdate(String) - Method in interface com.atlassian.confluence.api.service.colorscheme.SpaceColorSchemeService.Validator
Validate that space color scheme can be updated, including permission checks.
validateUpdateRestrictions(ContentId, Collection<? extends ContentRestriction>) - Method in class com.atlassian.confluence.api.impl.service.permissions.DefaultContentRestrictionServiceValidator
 
validateUpdateRestrictions(ContentId, Collection<? extends ContentRestriction>) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService.Validator
Validates that: Content specified exists AND can be viewed by the currently logged-in user Input data is enough to proceed with the operation Currently logged-in user is allowed to alter ContentRestrictions on and edit the content specified Returns first of the failed validation results or a ValidationResult which is both authorised and valid.
validateUpdateUser(UserDetailsForUpdate) - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that the input supplied for changing current user's details is valid.
validateUpdateUser(String, UserDetailsForUpdate) - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that the input supplied for changing other user's details is valid.
validateUpload() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
validateUseConfluencePermissionExistsForAnonymousUser(Collection<SpacePermission>, Collection<SpacePermission>) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.GlobalPermissionsValidator
Validates that guard permission (USECONFLUENCE) exists for anonymous users.
validateUseConfluencePermissionExistsForGroup(Collection<SpacePermission>, Collection<SpacePermission>, String) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.GlobalPermissionsValidator
Validates that guard permission (USECONFLUENCE) exists for the given group.
validateUseConfluencePermissionExistsForUser(Collection<SpacePermission>, Collection<SpacePermission>, ConfluenceUser) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.GlobalPermissionsValidator
Validates that guard permission (USECONFLUENCE) exists for the given user.
validateUseConfluencePermissionWillBeAdded(Collection<SpacePermission>) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.GlobalPermissionsValidator
Validates that guard permission (USECONFLUENCE) will be added.
validateUserCreate(UserDetailsForCreation) - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate the correctness of user details for a new user creation
validateValue(SimpleValidationResult.Builder, String, JsonString) - Static method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyValidator
 
validateView() - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupValidator
 
validateView() - Method in interface com.atlassian.confluence.api.service.people.GroupService.Validator
Validate that the logged-in user has permission to view groups.
validateView() - Method in interface com.atlassian.confluence.api.service.people.PersonService.Validator
Validate that current user can view user profiles
validateView(String) - Method in class com.atlassian.confluence.api.impl.service.colorscheme.SpaceColorSchemeServiceImpl.ValidatorImpl
 
validateView(String) - Method in interface com.atlassian.confluence.api.service.colorscheme.SpaceColorSchemeService.Validator
Validate that space color scheme can be updated, including permission checks.
validateViewSpacePermissionExistsForAnonymousUser(Space, Collection<SpacePermission>) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.SpacePermissionsValidator
Validates that Read Space permission exists for anonymous users.
validateViewSpacePermissionExistsForGroup(Space, Collection<SpacePermission>, String) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.SpacePermissionsValidator
Validates that Read Space permission exists for the given group.
validateViewSpacePermissionExistsForUser(Space, Collection<SpacePermission>, ConfluenceUser) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.SpacePermissionsValidator
Validates that Read Space permission exists for the given user.
validateViewSpacePermissionWillBeAdded(Collection<SpacePermission>) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.SpacePermissionsValidator
 
validateWatchContent(UserKey, ContentId) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl.ValidatorImpl
 
validateWatchContent(UserKey, ContentId) - Method in interface com.atlassian.confluence.api.service.watch.WatchService.Validator
Validate that the user can watch a Content.
validateWatchSpace(UserKey, String) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl.ValidatorImpl
 
validateWatchSpace(UserKey, String) - Method in interface com.atlassian.confluence.api.service.watch.WatchService.Validator
Validate that the user can see a Space.
validateZipFile(File) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Validates if a file is a zip file
ValidatingRelationDescriptor<S extends Relatable,T extends Relatable> - Interface in com.atlassian.confluence.api.model.relations
A RelationDescriptor which provides a method to perform validation on descriptor operations.
ValidatingRelationDescriptorRegistry - Class in com.atlassian.confluence.api.impl.service.relation
Registry for mapping RelationDescriptor to a corresponding ValidatingRelationDescriptor.
ValidatingRelationDescriptorRegistry() - Constructor for class com.atlassian.confluence.api.impl.service.relation.ValidatingRelationDescriptorRegistry
 
Validation<T> - Class in com.atlassian.confluence.validation
This class is basically an Either where left represents fail and right represents success.
ValidationAwareJsonator - Class in com.atlassian.confluence.json.jsonator
 
ValidationAwareJsonator() - Constructor for class com.atlassian.confluence.json.jsonator.ValidationAwareJsonator
 
ValidationError - Class in com.atlassian.confluence.core.service
 
ValidationError - Interface in com.atlassian.confluence.api.model.validation
Represents a single validation error within a ValidationResult.
ValidationError(String, Object...) - Constructor for class com.atlassian.confluence.core.service.ValidationError
 
ValidationErrorDeserializerJackson2 - Class in com.atlassian.confluence.rest.v2.api.model.validation
Used to deserialise validation errors.
ValidationErrorJsonator - Class in com.atlassian.confluence.json.jsonator
 
ValidationErrorJsonator(I18NBeanFactory) - Constructor for class com.atlassian.confluence.json.jsonator.ValidationErrorJsonator
 
ValidationException - Exception in com.atlassian.confluence.content.render.xhtml.validation
A checked exception thrown when there is an XML validation error.
ValidationException(String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.validation.ValidationException
 
ValidationException(Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.validation.ValidationException
 
ValidationResult - Interface in com.atlassian.confluence.api.model.validation
Stores the results after an API Service validateX() method is called.
ValidationResultMatchers - Class in com.atlassian.confluence.api.testsupport.matchers.model.permissions
Matchers to support tests on ValidationResults.
validator() - Method in class com.atlassian.confluence.api.impl.service.colorscheme.GlobalColorSchemeServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.colorscheme.SpaceColorSchemeServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.CategoryServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.ContentLabelServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.ContentTrashServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.ContentVersionServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.draft.ContentDraftServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.draft.LegacyContentDraftServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.draft.SharedContentDraftServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.LabelServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.SpaceLabelServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
validator() - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.relation.RelationServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.system.ClusterServiceImpl
 
validator() - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
validator() - Method in interface com.atlassian.confluence.api.service.colorscheme.GlobalColorSchemeService
 
validator() - Method in interface com.atlassian.confluence.api.service.colorscheme.SpaceColorSchemeService
 
validator() - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
Provides a validator for validating actions on the AttachmentService and checking permissions related to attachments on Content
validator() - Method in interface com.atlassian.confluence.api.service.content.CategoryService
Returns a validator for category operations.
validator() - Method in interface com.atlassian.confluence.api.service.content.ContentDraftService
 
validator() - Method in interface com.atlassian.confluence.api.service.content.ContentLabelService
Provides a validator for validating actions on the ContentLabelService and checking permissions related to labels on Content
validator() - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService
 
validator() - Method in interface com.atlassian.confluence.api.service.content.ContentService
Get the validator view of the ContentService.
validator() - Method in interface com.atlassian.confluence.api.service.content.ContentTrashService
Get the validator view of this service.
validator() - Method in interface com.atlassian.confluence.api.service.content.ContentVersionService
return an instance of ContentVersionService.Validator
validator() - Method in interface com.atlassian.confluence.api.service.content.LabelService
Get the validator view of LabelService.
validator() - Method in interface com.atlassian.confluence.api.service.content.SpaceLabelService
Get the validator view of the Space Service.
validator() - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService
 
validator() - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Get the validator view of the Space Service.
validator() - Method in interface com.atlassian.confluence.api.service.people.GroupService
Get the validator view of the GroupService.
validator() - Method in interface com.atlassian.confluence.api.service.people.PersonService
Get the validator of the Person Service.
validator() - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
 
validator() - Method in interface com.atlassian.confluence.api.service.relations.RelationService
 
validator() - Method in interface com.atlassian.confluence.api.service.system.ClusterService
Get the validator view of ClusterService
validator() - Method in interface com.atlassian.confluence.api.service.watch.WatchService
Get the validator of the WatchService.
validator() - Method in class com.atlassian.confluence.impl.retention.InMemorySpacePropertyService
 
validator() - Method in class com.atlassian.confluence.plugins.contentproperty.ContentPropertyServiceImpl
 
validator() - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyServiceImpl
 
validator() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
Remote validation is not currently supported, this method exists to satisfy the RemoteProxyCreator
validator() - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
validator() - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
Remote validation not supported
validator() - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService
 
validator() - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl
 
validator() - Method in interface com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeService
 
validator() - Method in class com.atlassian.confluence.rest.client.RemoteGlobalColorSchemeServiceImpl
 
validator() - Method in interface com.atlassian.confluence.rest.client.RemoteLabelService
Get the validator view of LabelService.
validator() - Method in class com.atlassian.confluence.rest.client.RemoteLabelServiceImpl
 
validator() - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Get the validator of the Person Service.
validator() - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
validator() - Method in interface com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupService
 
validator() - Method in class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl
 
validator() - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeService
 
validator() - Method in class com.atlassian.confluence.rest.client.RemoteSpaceColorSchemeServiceImpl
 
validator() - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePropertyService
 
validator() - Method in class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl
 
validator() - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Get the validator view of the Space Service.
validator() - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
validator() - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
Get the validator of the WatchService.
validator() - Method in class com.atlassian.integrationtest.confluence.api.service.content.MockContentPropertyService
 
validator(ContentTemplateType) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService
Return the Validator for operations.
ValidatorImpl() - Constructor for class com.atlassian.confluence.api.impl.service.colorscheme.GlobalColorSchemeServiceImpl.ValidatorImpl
 
ValidatorImpl() - Constructor for class com.atlassian.confluence.api.impl.service.colorscheme.SpaceColorSchemeServiceImpl.ValidatorImpl
 
ValidatorImpl() - Constructor for class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl.ValidatorImpl
 
ValidatorImpl() - Constructor for class com.atlassian.confluence.api.impl.service.content.LabelServiceImpl.ValidatorImpl
 
ValidatorImpl() - Constructor for class com.atlassian.confluence.api.impl.service.content.SpaceLabelServiceImpl.ValidatorImpl
 
ValidatorImpl() - Constructor for class com.atlassian.confluence.api.impl.service.system.ClusterServiceImpl.ValidatorImpl
 
ValidatorImpl() - Constructor for class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl.ValidatorImpl
 
ValidLicenseContextListener - Class in com.atlassian.confluence.setup
 
ValidLicenseContextListener() - Constructor for class com.atlassian.confluence.setup.ValidLicenseContextListener
 
value - Variable in class com.atlassian.confluence.api.model.BaseApiEnum
 
value - Variable in class com.atlassian.confluence.api.model.content.FormattedBody.BaseFormattedBodyBuilder
 
value - Variable in class com.atlassian.confluence.internal.security.DebuggingString
 
value - Variable in class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
 
value - Variable in enum class com.atlassian.confluence.search.SearchLanguage
 
value() - Method in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
 
value() - Element in annotation interface com.atlassian.confluence.content.render.xhtml.macro.annotation.RequiresFormat
Defines the format type required by the execute() method on Macros
value() - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreference
 
value() - Element in annotation interface com.atlassian.confluence.internal.index.config.ConditionalOnSearchPlatform
The search platform that should be checked.
value() - Element in annotation interface com.atlassian.confluence.macro.AsyncRenderSafe
 
value() - Element in annotation interface com.atlassian.confluence.plugins.restapi.annotations.LimitRequestSize
 
value() - Element in annotation interface com.atlassian.confluence.test.util.SystemProperty.Set
 
value() - Element in annotation interface com.atlassian.confluence.util.test.ScanningSuite.Excludes
 
value() - Element in annotation interface com.atlassian.confluence.util.test.ScanningSuite.Filter
 
value() - Element in annotation interface com.atlassian.confluence.util.test.ScanningSuite.Includes
 
value() - Element in annotation interface com.atlassian.confluence.util.test.ScanningSuite.IncludeWithAnnotation
 
value() - Element in annotation interface com.atlassian.confluence.util.test.ScanningSuite.MustIncludes
 
value() - Element in annotation interface com.atlassian.confluence.xwork.http.HttpMethodRequired
Deprecated.
Require the current request to use one of the methods listed.
value(int) - Method in class com.atlassian.confluence.impl.search.v2.lucene.CaseInsensitiveSortComparator
 
value(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
value(JsonString) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
 
value(String) - Method in class com.atlassian.confluence.api.model.content.FormattedBody.BaseFormattedBodyBuilder
 
value(String) - Method in class com.atlassian.confluence.api.model.content.MacroParameterInstance.MacroParameterBuilder
 
valueCount() - Method in class com.atlassian.confluence.cache.CacheOperations
 
valueFromString(SearchRestrictionEntityTranslator.SupportedType, String) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts from a String to a value type.
valueOf(ContentType) - Static method in class com.atlassian.confluence.api.model.permissions.TargetType
Return the TargetType for the given ContentType
valueOf(String) - Static method in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
valueOf(String) - Static method in class com.atlassian.confluence.api.model.pagination.SpaceCursor
 
valueOf(String) - Static method in class com.atlassian.confluence.api.model.permissions.TargetType
Return the TargetType for the given type string.
valueOf(String) - Static method in class com.atlassian.confluence.util.longrunning.LongRunningTaskId
 
valueOf(JobId) - Static method in class com.atlassian.confluence.schedule.ScheduledJobKey
Deprecated.
 
valueOf(String) - Static method in enum class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl.MergeMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.api.model.accessmode.AccessMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.api.model.backuprestore.JobOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.api.model.backuprestore.JobScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.api.model.backuprestore.JobSource
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.api.model.backuprestore.JobState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.api.model.content.Content.IdProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class com.atlassian.confluence.api.model.content.ContentRepresentation
 
valueOf(String) - Static method in class com.atlassian.confluence.api.model.content.ContentStatus
Return the ContentType for the given type string.
valueOf(String) - Static method in class com.atlassian.confluence.api.model.content.ContentType
Return the ContentType for the given type string.
valueOf(String) - Static method in class com.atlassian.confluence.api.model.content.id.ContentId
Don't use this method - it's just for Jersey QueryParam automatic conversion.
valueOf(String) - Static method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
Deprecated.
since 5.6 Don't use. Use JsonContentPropertyId.deserialise(String) instead.
valueOf(String) - Static method in enum class com.atlassian.confluence.api.model.content.Label.Prefix
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class com.atlassian.confluence.api.model.content.SpaceStatus
 
valueOf(String) - Static method in class com.atlassian.confluence.api.model.content.template.ContentTemplateType
 
valueOf(String) - Method in class com.atlassian.confluence.api.model.content.webresource.ResourceType
 
valueOf(String) - Static method in class com.atlassian.confluence.api.model.Depth
 
valueOf(String) - Static method in class com.atlassian.confluence.api.model.link.LinkType
 
valueOf(String) - Static method in enum class com.atlassian.confluence.api.model.pagination.CursorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class com.atlassian.confluence.api.model.people.SubjectType
 
valueOf(String) - Static method in class com.atlassian.confluence.api.model.people.UserStatus
Return the UserStatus for the given status string.
valueOf(String) - Static method in class com.atlassian.confluence.api.model.permissions.InheritedRestrictionType
 
valueOf(String) - Static method in class com.atlassian.confluence.api.model.permissions.OperationKey
 
valueOf(String) - Static method in enum class com.atlassian.confluence.api.model.retention.AgeUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.api.model.retention.RuleScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class com.atlassian.confluence.api.service.content.ContentDraftService.ConflictPolicy
 
valueOf(String) - Static method in enum class com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyPermissionService.PermissionLevel
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.backuprestore.BackupRestoreJob.ConfigurationFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.cache.CacheStatisticsCapability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.cache.CoreCache
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.cluster.ClusterJoinConfig.ClusterJoinType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.cluster.ReIndexingScopeThreadLocal.ReIndexingScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.cluster.ZduStatus.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.CustomContentManager.SortField
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.CustomContentManager.SortOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.render.xhtml.macro.annotation.Format
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.render.xhtml.MacroBodyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.render.xhtml.MarshallingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCellType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.service.DefaultRenderingService.RenderMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.service.DraftService.DraftType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.content.service.page.MovePageCommandHelper.MovePageMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.core.ApiRestEntityFactory.SchemaType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.core.PermissionOverrideExtension.Decision
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.core.persistence.hibernate.CacheMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao.Cacheability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.ComparisonResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.core.VersionChildOwnerPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.dmz.relations.RelationshipTypeEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.MonitoringType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.event.events.plugin.PluginDisableEvent.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.event.events.security.LoginDetails.CaptchaState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.event.events.security.LoginDetails.LoginSource
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent.SpaceLogoActions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator.SupportedType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.audit.handler.AuditAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJobState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.backuprestore.statistics.SkippedObjectsReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.content.duplicatetags.internal.Node.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure.Reason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessageTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.hibernate.query.InClauseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.pages.actions.PageAwareHelper.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.retention.RemovalType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.retention.RetentionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.retention.rules.ContentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.schedule.caesium.TimeoutPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.security.access.ActionAccessChecker.AccessDecision
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.security.access.SpacePermissionSubjectType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.system.task.SystemMaintenanceTaskType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreference.PreferenceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.impl.xsrf.StrutsXSRFSecurityLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.importexport.impl.ExportDescriptor.Source
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.importexport.impl.ExportScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.importexport.resource.DownloadResourcePrefixEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.index.SourceNodeExitAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.index.status.ReIndexError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.index.status.ReIndexStage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.index.status.ReindexType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionJournalEntryTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.content.collab.IncludeOwnContentEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionStateService.DatabaseConnectionState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.diagnostics.ipd.mail.ConnectionVerifier.AuthenticationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent.DiskType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.health.JohnsonEventLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.health.JohnsonEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.health.LifecyclePhase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.index.attachment.AttachmentStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.index.event.ReIndexStartedAnalyticsEvent.IndexingMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.index.Index
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.labels.LabelableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.languages.LocaleInfo.SelectionReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.legacyapi.model.content.ContentRepresentation
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.legacyapi.model.content.Label.Prefix
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.legacyapi.model.content.Permission
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.logging.sink.LogEvent.Level
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.macro.count.MacroCreateCustomMetricsDefinitions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.macro.Macro.BodyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.macro.Macro.OutputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.macro.params.SortType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.macro.query.InclusionCriteria
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.macro.xhtml.MacroMigrationPoint
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.mail.notification.listeners.NotificationApiDarkFeature
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.mail.notification.listeners.NotificationTemplate
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.mail.notification.Notification.WatchType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.pages.Attachment.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.pages.AttachmentDataStorageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionSearchType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.pages.CommentStatus.Value
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.pages.PageDeleteTrigger
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.pages.PageUpdateTrigger
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStreamType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceService.Style
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderPermissionCheck
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.contentproperty.index.schema.SchemaFieldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.edgeindex.EdgeIndexBuilder.RebuildCondition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.edgeindex.IndexTaskType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.edgeindex.model.EdgeType.DeletionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.graphql.providers.IconFieldsProvider.PathType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Index
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Store
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider.EntitiesTab
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchConfluenceSpaceLimitHealthStatus.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchHealthStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.opensearch.johnson.JohnsonError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.synchrony.api.CollaborativeEditingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager.ExternalProcessState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.renderer.ConfluenceRenderContextOutputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.rest.serialization.jackson2.enrich.SchemaType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.rest.v2.api.annotation.RateLimited.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.AdditionalStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.rss.FeedType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.schedule.audit.AuditingAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.schedule.ExecutionStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.schedule.managers.SchedulerRunDetailsPurgeMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.contentnames.QueryToken.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.IndexManager.IndexQueueFlushMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.queue.JournalEntryType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.ReIndexOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.SearchLanguage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.SearchPlatform
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.service.ContentTypeEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.service.DateRangeEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.service.SpaceCategoryEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.service.UserSearchQueryParameters.UserCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.BooleanOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.ClauseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.Index.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.lucene.SearchIndex
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRangeQueryType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery.Boost
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.SearchManager.EntityVersionPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.SearchResultType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.SearchSort.Order
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.SearchSort.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.search.v2.sort.UserAttributeSort.UserAttribute
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionServiceState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.ErrorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent.ContentStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService.LockName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord.ServiceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.TriggerEvent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpacePermissionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSidType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation.MessageLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.security.login.LoginResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.server.ApplicationState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.servlet.download.AttachmentSecurityLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.servlet.download.DispositionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.servlet.simpledisplay.PathConversionAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.setup.BuildInformation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.setup.DatabaseEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.setup.SetupLocks.Lock
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider.ContextItems
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.spaces.SpaceStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.spaces.SpaceUpdateTrigger
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor.Permission
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor.Propagation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.status.service.systeminfo.CloudPlatformType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.test.util.Log4J2Logger.LogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.themes.events.FaviconChangedEvent.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.themes.events.StylesheetChangedEvent.StylesheetChangeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.themes.ThemeResource.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.upgrade.ddl.NullChoice
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.user.AuthenticatedUserImpersonator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.user.crowd.DirectoryState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.user.UserVerificationTokenType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.util.LoggingUncaughtExceptionHandler
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.util.MobileUtils.MobileOS
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.util.SearchTermType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.util.test.annotations.UserJourney.Priority
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.util.test.rules.Log4J2Logger.LogLevel
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.util.test.ScanningSuite.Ordering
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.validation.MessageLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.atlassian.confluence.xhtml.api.MacroDefinitionMarshallingStrategy
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl.MergeMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.model.accessmode.AccessMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.model.backuprestore.JobOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.model.backuprestore.JobScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.model.backuprestore.JobSource
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.model.backuprestore.JobState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.model.content.Content.IdProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.model.content.Label.Prefix
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.model.pagination.CursorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in class com.atlassian.confluence.api.model.people.SubjectType
 
values() - Static method in enum class com.atlassian.confluence.api.model.retention.AgeUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.model.retention.RuleScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyPermissionService.PermissionLevel
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.backuprestore.BackupRestoreJob.ConfigurationFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.cache.CacheStatisticsCapability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.cache.CoreCache
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.cluster.ClusterJoinConfig.ClusterJoinType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.cluster.ReIndexingScopeThreadLocal.ReIndexingScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.cluster.ZduStatus.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.CustomContentManager.SortField
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.CustomContentManager.SortOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.render.xhtml.macro.annotation.Format
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.render.xhtml.MacroBodyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.render.xhtml.MarshallingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCellType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.service.DefaultRenderingService.RenderMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.service.DraftService.DraftType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.content.service.page.MovePageCommandHelper.MovePageMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.core.ApiRestEntityFactory.SchemaType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.core.PermissionOverrideExtension.Decision
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.core.persistence.hibernate.CacheMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao.Cacheability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.ComparisonResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.core.VersionChildOwnerPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.dmz.relations.RelationshipTypeEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.MonitoringType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.event.events.plugin.PluginDisableEvent.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.event.events.security.LoginDetails.CaptchaState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.event.events.security.LoginDetails.LoginSource
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent.SpaceLogoActions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator.SupportedType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.audit.handler.AuditAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJobState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.backuprestore.statistics.SkippedObjectsReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterJoinMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.content.duplicatetags.internal.Node.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure.Reason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessageTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.hibernate.query.InClauseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.pages.actions.PageAwareHelper.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.retention.RemovalType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.retention.RetentionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.retention.rules.ContentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.schedule.caesium.TimeoutPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.security.access.ActionAccessChecker.AccessDecision
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.security.access.SpacePermissionSubjectType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.system.task.SystemMaintenanceTaskType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreference.PreferenceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.impl.xsrf.StrutsXSRFSecurityLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.importexport.impl.ExportDescriptor.Source
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.importexport.impl.ExportScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.importexport.resource.DownloadResourcePrefixEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.index.SourceNodeExitAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.index.status.ReIndexError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.index.status.ReIndexStage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.index.status.ReindexType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionJournalEntryTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.content.collab.IncludeOwnContentEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionStateService.DatabaseConnectionState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.diagnostics.ipd.mail.ConnectionVerifier.AuthenticationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent.DiskType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.health.JohnsonEventLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.health.JohnsonEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.health.LifecyclePhase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.index.attachment.AttachmentStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.index.event.ReIndexStartedAnalyticsEvent.IndexingMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.index.Index
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.labels.LabelableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.languages.LocaleInfo.SelectionReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.legacyapi.model.content.ContentRepresentation
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.legacyapi.model.content.Label.Prefix
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.legacyapi.model.content.Permission
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.logging.sink.LogEvent.Level
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.macro.count.MacroCreateCustomMetricsDefinitions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.macro.Macro.BodyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.macro.Macro.OutputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.macro.params.SortType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.macro.query.InclusionCriteria
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.macro.xhtml.MacroMigrationPoint
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.mail.notification.listeners.NotificationApiDarkFeature
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.mail.notification.listeners.NotificationTemplate
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.mail.notification.Notification.WatchType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.pages.Attachment.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.pages.AttachmentDataStorageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionSearchType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.pages.CommentStatus.Value
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.pages.PageDeleteTrigger
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.pages.PageUpdateTrigger
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.pages.persistence.dao.AttachmentDataStreamType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
values() - Static method in enum class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceService.Style
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderPermissionCheck
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.contentproperty.index.schema.SchemaFieldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.edgeindex.EdgeIndexBuilder.RebuildCondition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.edgeindex.IndexTaskType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.edgeindex.model.EdgeType.DeletionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.graphql.providers.IconFieldsProvider.PathType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Index
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Store
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider.EntitiesTab
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchConfluenceSpaceLimitHealthStatus.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchHealthStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.opensearch.johnson.JohnsonError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.synchrony.api.CollaborativeEditingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager.ExternalProcessState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.renderer.ConfluenceRenderContextOutputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.rest.serialization.jackson2.enrich.SchemaType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.rest.v2.api.annotation.RateLimited.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.AdditionalStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.atlassian.confluence.rpc.auth.TokenMap
 
values() - Static method in enum class com.atlassian.confluence.rss.FeedType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.schedule.audit.AuditingAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.schedule.ExecutionStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.schedule.managers.SchedulerRunDetailsPurgeMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.contentnames.QueryToken.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.IndexManager.IndexQueueFlushMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.queue.JournalEntryType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.ReIndexOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.SearchLanguage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.SearchPlatform
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.service.ContentTypeEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.service.DateRangeEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.service.SpaceCategoryEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.service.UserSearchQueryParameters.UserCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.BooleanOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.ClauseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.Index.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.lucene.SearchIndex
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRangeQueryType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery.Boost
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.SearchManager.EntityVersionPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.SearchResultType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.SearchSort.Order
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.SearchSort.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.search.v2.sort.UserAttributeSort.UserAttribute
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.DenormalisedPermissionServiceState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionFailAnalyticsEvent.ErrorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent.ContentStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService.LockName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord.ServiceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.TriggerEvent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpacePermissionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain.DenormalisedSidType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation.MessageLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.security.login.LoginResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.server.ApplicationState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.servlet.download.AttachmentSecurityLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.servlet.download.DispositionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.servlet.simpledisplay.PathConversionAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.setup.BuildInformation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.setup.DatabaseEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.setup.SetupLocks.Lock
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider.ContextItems
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.spaces.SpaceStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.spaces.SpaceUpdateTrigger
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor.Permission
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor.Propagation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.status.service.systeminfo.CloudPlatformType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.test.util.Log4J2Logger.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.themes.events.FaviconChangedEvent.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.themes.events.StylesheetChangedEvent.StylesheetChangeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.themes.ThemeResource.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.upgrade.ddl.NullChoice
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.user.AuthenticatedUserImpersonator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.user.crowd.DirectoryState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.user.UserVerificationTokenType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.util.LoggingUncaughtExceptionHandler
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.util.MobileUtils.MobileOS
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.util.SearchTermType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.util.test.annotations.UserJourney.Priority
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.util.test.rules.Log4J2Logger.LogLevel
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.util.test.ScanningSuite.Ordering
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.validation.MessageLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.atlassian.confluence.xhtml.api.MacroDefinitionMarshallingStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Static variable in class com.atlassian.confluence.api.model.people.SubjectType
 
valuesOf(Iterable<String>) - Static method in class com.atlassian.confluence.api.model.permissions.TargetType
Return the TargetTypes for the given set of type strings.
valuesOf(Iterable<String>) - Static method in class com.atlassian.confluence.api.model.content.ContentType
Return the ContentTypes for the given set of type strings.
valueToString(Object) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts the value to a String.
valueType() - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreference
 
ValueWrapper - Class in com.atlassian.confluence.functest.rest.admin.model
 
ValueWrapper() - Constructor for class com.atlassian.confluence.functest.rest.admin.model.ValueWrapper
 
ValueWrapper(String) - Constructor for class com.atlassian.confluence.functest.rest.admin.model.ValueWrapper
 
Variable - Interface in com.atlassian.confluence.pages.templates.variables
 
VariableFactory - Class in com.atlassian.confluence.pages.templates.variables
 
VariableFactory() - Constructor for class com.atlassian.confluence.pages.templates.variables.VariableFactory
 
VariableMap() - Constructor for class com.atlassian.confluence.plugin.webresource.CssSubstitutionTransformer.VariableMap
 
VCACHE_TASK_WRAPPER - Static variable in class com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
Deprecated.
 
VCacheCasUtils - Class in com.atlassian.confluence.impl.vcache
This class was copied from the atlassian-util-vcache library, The methods are direct copies from this library at version 1.1.3
VCacheCasUtils() - Constructor for class com.atlassian.confluence.impl.vcache.VCacheCasUtils
 
VCacheFactoryBean - Class in com.atlassian.confluence.impl.vcache
A Spring FactoryBean which creates a VCacheFactory suitable for use by Confluence.
VCacheFactoryBean(CacheFactory, CacheSettingsDefaultsProvider, VCacheRequestContextManager, VCacheFlusher) - Constructor for class com.atlassian.confluence.impl.vcache.VCacheFactoryBean
 
VCacheFlusher - Class in com.atlassian.confluence.impl.vcache
An implementation of CacheFlusher which flushes VCache instances.
VCacheFlusher() - Constructor for class com.atlassian.confluence.impl.vcache.VCacheFlusher
 
VCacheRequestContextFilter - Class in com.atlassian.confluence.impl.vcache
A Servlet Filter which ensures that a VCache request context is setup for each request, and also logs the cache metrics.
VCacheRequestContextFilter() - Constructor for class com.atlassian.confluence.impl.vcache.VCacheRequestContextFilter
 
vCacheRequestContextManager - Variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
VCacheRequestContextManager - Class in com.atlassian.confluence.impl.vcache
An implementation of VCacheRequestContextOperations which provides a simple interface to client code.
VCacheRequestContextManager(String) - Constructor for class com.atlassian.confluence.impl.vcache.VCacheRequestContextManager
 
VCacheRequestContextOperations - Interface in com.atlassian.confluence.vcache
 
VCacheRequestContextOperations.Action<T,X extends Throwable> - Interface in com.atlassian.confluence.vcache
 
VelMethodDebugDecorator - Class in com.atlassian.confluence.util.velocity.debug
 
VelMethodDebugDecorator(VelMethod) - Constructor for class com.atlassian.confluence.util.velocity.debug.VelMethodDebugDecorator
 
VELOCITY_LOG - Static variable in class com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator
Deprecated.
since 5.10. Use a private slfj Logger instead.
VELOCITY_RESOURCES - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
VelocityConfig - Class in com.atlassian.confluence.impl.velocity
Defines essential Velocity beans.
VelocityConfig() - Constructor for class com.atlassian.confluence.impl.velocity.VelocityConfig
 
VelocityContextItemModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A module descriptor to add items to the Velocity contexts used everywhere.
VelocityContextItemModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.VelocityContextItemModuleDescriptor
 
VelocityContextItemProvider - Interface in com.atlassian.confluence.setup.velocity
A provider of items for a Velocity context
VelocityDecorator - Class in com.atlassian.confluence.themes
 
VelocityDecorator() - Constructor for class com.atlassian.confluence.themes.VelocityDecorator
 
VelocityEngineResolver - Interface in com.atlassian.confluence.servlet.simpledisplay
 
VelocityFriendlyPageBuilderService - Class in com.atlassian.confluence.setup.velocity
Shim class to allow various PageBuilderService and WebResourceUrlProvider methods to be accessed from Velocity, which does not have the luxury of being able to pass in enum constants.
VelocityFriendlyPageBuilderService(PageBuilderService, WebResourceAssemblerFactory, WebResourceUrlProvider, ConfluenceWebResourceService) - Constructor for class com.atlassian.confluence.setup.velocity.VelocityFriendlyPageBuilderService
 
VelocityFriendlySoyTemplateRenderer - Class in com.atlassian.confluence.plugins.soy
A template renderer shim with an interface suitable for use from VelocityTemplates.
VelocityFriendlySoyTemplateRenderer(TemplateRenderer) - Constructor for class com.atlassian.confluence.plugins.soy.VelocityFriendlySoyTemplateRenderer
 
VelocityHelperService - Interface in com.atlassian.confluence.plugin.services
 
VelocityI18nTransformer - Class in com.atlassian.confluence.plugin.webresource.aui
Renders Velocity resources - intended for i18n only, not dynamic Velocity content.
VelocityI18nTransformer() - Constructor for class com.atlassian.confluence.plugin.webresource.aui.VelocityI18nTransformer
 
VelocityRenderingContextBeans - Class in com.atlassian.confluence.impl.velocity
Defines any additional beans constructed primarily for use in VelocityContextItemProvider's.
VelocityRenderingContextBeans() - Constructor for class com.atlassian.confluence.impl.velocity.VelocityRenderingContextBeans
 
VelocityRenderingContextProvidersConfig - Class in com.atlassian.confluence.impl.velocity
Defines all VelocityContextItemProvider beans and therewith constructs the ContextItemProviderChain.
VelocityRenderingContextProvidersConfig() - Constructor for class com.atlassian.confluence.impl.velocity.VelocityRenderingContextProvidersConfig
 
VelocityResultAction - Class in com.atlassian.confluence.xss
Simple SUCCESS returning action with associated template path and exploit string to be used for Anti-XSS setting testing.
VelocityResultAction() - Constructor for class com.atlassian.confluence.xss.VelocityResultAction
 
VelocityResultOverride - Interface in com.atlassian.confluence.themes
 
VelocitySafeRequestScopeThemeService - Class in com.atlassian.confluence.themes.request
 
VelocitySafeRequestScopeThemeService(UserManager, ThemeService, UserThemeService) - Constructor for class com.atlassian.confluence.themes.request.VelocitySafeRequestScopeThemeService
 
VelocitySitemeshPage - Class in com.atlassian.confluence.impl.sitemesh
A Velocity-safe Sitemesh HTMLPage implementation that also implements DecoratablePage.
VelocitySitemeshPage - Class in com.atlassian.confluence.util.profiling
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1 use VelocitySitemeshPage
VelocitySitemeshPage(HTMLPage) - Constructor for class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
VelocitySitemeshPage(HTMLPage) - Constructor for class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
VelocityTranslatedDownloadableResource - Class in com.atlassian.confluence.plugin.webresource.aui
Renders Velocity resources - intended for i18n only, not dynamic Velocity content.
VelocityTranslatedDownloadableResource(DownloadableResource) - Constructor for class com.atlassian.confluence.plugin.webresource.aui.VelocityTranslatedDownloadableResource
 
VelocityUtil - Class in com.atlassian.confluence.util
Utility class for use in Velocity templates.
VelocityUtil() - Constructor for class com.atlassian.confluence.util.VelocityUtil
 
VelocityUtils - Class in com.atlassian.confluence.util.velocity
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6 for removal in 9.0 Use VelocityHelperService
VelocityUtils() - Constructor for class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
vendorName(String) - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon.Builder
 
verify(long) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterSafetyManager
 
verify(long) - Method in class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
verify(long) - Method in interface com.atlassian.confluence.cluster.safety.ClusterSafetyManager
Ensures cluster is safe.
verify(long) - Method in class com.atlassian.confluence.cluster.safety.NoopClusterSafetyManager
 
verifyAdminUserOrManageSubscriptionScope() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
verifyAdminUserOrReadAllScope() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
verifyCollationOfDatabase(Connection, String, String[], String) - Method in interface com.atlassian.confluence.setup.DatabaseCollationVerifier
Validates the database collation for a given connection.
verifyCollationOfDatabase(Connection, String, String[], String) - Method in class com.atlassian.confluence.setup.DefaultDatabaseVerifier
 
verifyConnection(MailServer) - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.mail.ConnectionVerifier
Verifies connection to a mail server.
verifyConnection(MailServer) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming.DefaultIncomingConnectionVerifier
 
verifyCredentials(String, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
verifyDatabase(String, Connection) - Method in interface com.atlassian.confluence.setup.DatabaseVerifier
Validates the database connection by performing various checks according to the db type e.g., the collation and isolation level for MySQL.
verifyDatabase(String, Connection) - Method in class com.atlassian.confluence.setup.DefaultDatabaseVerifier
 
verifyDatabaseDetails(String, DatabaseDetails) - Method in interface com.atlassian.confluence.setup.DatabaseVerifier
Deprecated.
verifyDatabaseDetails(String, DatabaseDetails) - Method in class com.atlassian.confluence.setup.DefaultDatabaseVerifier
 
verifyDatabaseSetup(Properties) - Method in class com.atlassian.confluence.setup.dbcheck.MySQLChecker
 
verifyDatasource(String, String) - Method in interface com.atlassian.confluence.setup.DatabaseVerifier
Deprecated.
verifyDatasource(String, String) - Method in class com.atlassian.confluence.setup.DefaultDatabaseVerifier
 
verifyFeature(String) - Method in interface com.atlassian.confluence.setup.settings.FeatureService
Deprecated.
Verify that a featureKey is registered
verifyFeatures(Set<String>) - Method in interface com.atlassian.confluence.setup.settings.FeatureService
Deprecated.
Verify that all keys in a set are registered.
verifyIsPermitted(Class<?>, String, Class<?>...) - Method in interface com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker
verifyPermission(Class<?>, Method) - Method in class com.atlassian.confluence.impl.security.access.DefaultAnnotatedPermitChecker
 
verifyPermission(Class<?>, Method) - Method in interface com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker
Check input class and method have required annotation or not
verifyPermission(Class<?>, Method) - Method in class com.atlassian.confluence.impl.security.access.NoCheckAnnotatedPermitChecker
 
verifyPersonalSpaceCreation(ConfluenceUser) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
Deprecated.
since 4.2.7 will be removed in a future release
verifyUrl(String) - Static method in class com.atlassian.confluence.util.UrlUtils
Checks if the supplied URL is valid.
version - Enum constant in enum class com.atlassian.confluence.api.model.content.Content.IdProperties
 
version - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
version - Variable in class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebView
 
version - Variable in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ParanoidObjectDataInputStream
 
version() - Method in class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule
 
version(int) - Method in class com.atlassian.confluence.api.model.content.ContentSelector.ContentSelectorBuilder
 
version(Version) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
version(Version) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
 
version(Version) - Method in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalContentNav
 
version(Expansions) - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
 
version(Reference<Version>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
version(Reference<Version>) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
 
Version - Class in com.atlassian.confluence.api.model.content
Represents the version of a piece of Content.
VERSION - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
VERSION - Static variable in class com.atlassian.confluence.api.model.content.JsonContentProperty.Expansions
 
VERSION - Static variable in class com.atlassian.confluence.api.model.content.JsonSpaceProperty.Expansions
 
VERSION - Static variable in class com.atlassian.confluence.impl.retention.rules.RetentionRuleFormatter
 
VERSION - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
VERSION - Static variable in class com.atlassian.confluence.rest.client.impl.RemoteContentVersionServiceImpl
 
VERSION - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
VERSION_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
 
VERSION_NUMBER - Static variable in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
 
VERSION_NUMBER - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
VERSION_PARAMETER - Static variable in class com.atlassian.confluence.servlet.download.AttachmentUrlParser
 
Version.Expansions - Class in com.atlassian.confluence.api.model.content
 
Version.VersionBuilder - Class in com.atlassian.confluence.api.model.content
Creates Version instances.
VersionChildOwnerPolicy - Enum Class in com.atlassian.confluence.core
This enum dictates the policies used when saving children for CEOs and CCEOs in regard to the version of the parent they belong to
VersionCommentExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Appends the version comment of a ContentEntityObject to its searchable text.
VersionCommentExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.VersionCommentExtractor
 
VersionContributorSummary - Class in com.atlassian.confluence.impl.contributors
Value transfer object for the results of hibernate query 'confluence.content_findEditContributors'.
VersionContributorSummary(long, ConfluenceUser) - Constructor for class com.atlassian.confluence.impl.contributors.VersionContributorSummary
 
VersionContributorSummary(Long, Long, ConfluenceUser) - Constructor for class com.atlassian.confluence.impl.contributors.VersionContributorSummary
 
Versioned - Interface in com.atlassian.confluence.core
A Confluence object that can exist in multiple versions.
VersionedHibernateObjectDao<T extends ConfluenceEntityObject & Versioned> - Class in com.atlassian.confluence.core.persistence.hibernate
 
VersionedHibernateObjectDao() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
 
VersionFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
Creates Version instances from hibernate objects.
VersionFactory(PersonFactory) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.VersionFactory
 
VersionFinderFactory - Class in com.atlassian.confluence.api.impl.service.content.finder
Factory create a VersionFinder for ContentVersionService
VersionFinderFactory(FinderProxyFactory, ContentEntityManagerInternal, VersionFactory, ContentFactory) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.VersionFinderFactory
 
VersionHardRemovalScheduledJob - Class in com.atlassian.confluence.impl.retention.schedule
 
VersionHardRemovalScheduledJob(VersionRemovalService, GlobalRetentionPolicyManager, RetentionFeatureChecker, RetentionRulesChecker, FastVersionRemovalService) - Constructor for class com.atlassian.confluence.impl.retention.schedule.VersionHardRemovalScheduledJob
 
VersionHistory - Class in com.atlassian.confluence.core
A record of an upgrade performed on Confluence.
VersionHistory() - Constructor for class com.atlassian.confluence.core.VersionHistory
 
VersionHistory(int, Date) - Constructor for class com.atlassian.confluence.core.VersionHistory
 
VersionHistory(int, Date, String) - Constructor for class com.atlassian.confluence.core.VersionHistory
 
VersionHistoryDao - Interface in com.atlassian.confluence.core.persistence
 
VersionHistoryDaoInternal - Interface in com.atlassian.confluence.internal.persistence
A Dao for VersionHistory.
VersionHistoryEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
VersionHistoryEntity(VersionHistory) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.VersionHistoryEntity
 
VersionHistoryEntity(UpgradeHistoryService.Upgrade) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.VersionHistoryEntity
 
VersionHistoryEntityList - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
VersionHistoryEntityList(List<VersionHistoryEntity>) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.VersionHistoryEntityList
 
VersionHistorySummary - Class in com.atlassian.confluence.core
That bit of a ContentEntityObject relevant to a version history
VersionHistorySummary(long, int, ConfluenceUser, Date, String) - Constructor for class com.atlassian.confluence.core.VersionHistorySummary
Deprecated.
since 6.4.0
VersionHistorySummary(long, int, ConfluenceUser, List<ConfluenceUser>, Date, String) - Constructor for class com.atlassian.confluence.core.VersionHistorySummary
Deprecated.
since 6.4.0
VersionHistorySummary(long, int, String, Date, String) - Constructor for class com.atlassian.confluence.core.VersionHistorySummary
VersionHistorySummary(ContentEntityObject) - Constructor for class com.atlassian.confluence.core.VersionHistorySummary
 
VersionHistorySummary.Builder - Class in com.atlassian.confluence.core
 
VersionHistorySummaryCollaborator - Class in com.atlassian.confluence.core
Represents a collaborator and the version history of a piece of content they have worked on.
VersionHistorySummaryCollaborator(long, int, Date, String, ConfluenceUser, ConfluenceUser) - Constructor for class com.atlassian.confluence.core.VersionHistorySummaryCollaborator
 
VersionMismatchException - Exception in com.atlassian.confluence.rpc
Exception thrown when a user tries to save a page (or other content object) that has been modified by somebody else.
VersionMismatchException() - Constructor for exception com.atlassian.confluence.rpc.VersionMismatchException
 
VersionMismatchException(String) - Constructor for exception com.atlassian.confluence.rpc.VersionMismatchException
 
VersionMismatchException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.VersionMismatchException
 
VersionMismatchException(Throwable) - Constructor for exception com.atlassian.confluence.rpc.VersionMismatchException
 
VersionNumberComparator - Class in com.atlassian.confluence.upgrade
Comparator that attempts to place software version numbers (i.e.
VersionNumberComparator() - Constructor for class com.atlassian.confluence.upgrade.VersionNumberComparator
 
VersionNumberExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts and indexes content version
VersionNumberExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.VersionNumberExtractor
 
VersionNumberFunction - Class in com.atlassian.confluence.plugins.soy
 
VersionNumberFunction() - Constructor for class com.atlassian.confluence.plugins.soy.VersionNumberFunction
 
versionRemovalEventPublisher - Variable in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
VersionRemovalEventPublisher - Class in com.atlassian.confluence.impl.retention
 
VersionRemovalEventPublisher(EventPublisher) - Constructor for class com.atlassian.confluence.impl.retention.VersionRemovalEventPublisher
 
VersionRemovalException - Exception in com.atlassian.confluence.impl.retention.exception
 
VersionRemovalException(long) - Constructor for exception com.atlassian.confluence.impl.retention.exception.VersionRemovalException
 
VersionRemovalJobCompletedEvent - Class in com.atlassian.confluence.impl.retention.schedule
 
VersionRemovalJobCompletedEvent(VersionRemovalJobType, PageVersionRemovalSummary, AttachmentVersionRemovalSummary) - Constructor for class com.atlassian.confluence.impl.retention.schedule.VersionRemovalJobCompletedEvent
 
VersionRemovalJobEventListener - Class in com.atlassian.confluence.impl.retention.analytics.listener
 
VersionRemovalJobEventListener(EventPublisher) - Constructor for class com.atlassian.confluence.impl.retention.analytics.listener.VersionRemovalJobEventListener
 
VersionRemovalJobType - Enum Class in com.atlassian.confluence.impl.retention.schedule
 
VersionRemovalService - Interface in com.atlassian.confluence.impl.retention
 
VersionRestoreParameters - Class in com.atlassian.confluence.api.service.content
Version Restore requires a few parameters, these parameters are used by ContentVersionService.restore() method.
VersionRestoreParameters.VersionRestoreParametersBuilder - Class in com.atlassian.confluence.api.service.content
 
VersionRestoreParametersBuilder() - Constructor for class com.atlassian.confluence.api.service.content.VersionRestoreParameters.VersionRestoreParametersBuilder
 
VERSIONS - Static variable in class com.atlassian.confluence.impl.retention.rules.RetentionRuleFormatter
 
VERSIONS_REMOVAL_STATUS_KEY - Static variable in class com.atlassian.confluence.impl.retention.DefaultSoftCleanupStatusService
 
VersionSoftRemovalScheduledJob - Class in com.atlassian.confluence.impl.retention.schedule
 
VersionSoftRemovalScheduledJob(VersionRemovalService, GlobalRetentionPolicyManager, RetentionFeatureChecker, RetentionRulesChecker, FastVersionRemovalService) - Constructor for class com.atlassian.confluence.impl.retention.schedule.VersionSoftRemovalScheduledJob
 
VersionSpecificDocumentationBean - Class in com.atlassian.confluence.util.i18n
Constructs a version specific link to Confluence's documentation.
VersionSpecificDocumentationBean(String, I18NBean) - Constructor for class com.atlassian.confluence.util.i18n.VersionSpecificDocumentationBean
 
VersionSpecificDocumentationBeanFactory - Class in com.atlassian.confluence.util.i18n
DocumentationBeanFactory which returns VersionSpecificDocumentationBeans for the Confluence instance.
VersionSpecificDocumentationBeanFactory(I18NBeanFactory) - Constructor for class com.atlassian.confluence.util.i18n.VersionSpecificDocumentationBeanFactory
 
versionTag() - Method in record class com.atlassian.confluence.upgrade.UpgradeHistoryService.Upgrade
Returns the value of the versionTag record component.
View - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.macro.annotation.Format
Confluence rendered view format (HTML)
VIEW - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.MarshallingType
 
VIEW - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.ContentRepresentation
Deprecated.
HTML representation for viewing in a web page
VIEW - Enum constant in enum class com.atlassian.confluence.macro.xhtml.MacroMigrationPoint
 
VIEW - Static variable in class com.atlassian.confluence.api.model.content.ContentRepresentation
HTML representation for viewing in a web page
VIEW - Static variable in class com.atlassian.confluence.security.Permission
 
VIEW_PAGE - Enum constant in enum class com.atlassian.confluence.pages.PageUpdateTrigger
 
VIEW_PERMISSION - Static variable in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
VIEW_PERMISSION - Static variable in class com.atlassian.confluence.security.ContentPermission
 
VIEW_PERMISSION_USERS - Static variable in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
 
VIEW_PROFILE - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Permission
Deprecated.
 
VIEW_SPACE_PERMISSION_TYPES - Static variable in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
VIEW_USER_PROFILES_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
Deprecated.
ViewAttachmentLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewAttachmentLinkMarshaller(XmlStreamWriterTemplate, PageManager, ContentEntityManager, AttachmentManager, PermissionManager, Marshaller<UnresolvedLink>, Marshaller<Link>, StaxStreamMarshaller<Link>, DraftManager, HrefEvaluator, Marshaller<UnresolvedLink>, ResourceIdentifierContextUtility, ModelToRenderedClassMapper) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewAttachmentLinkMarshaller
 
ViewAttachmentLinkMarshallingStrategy - Class in com.atlassian.confluence.content.render.xhtml.view.link
Encapsulates all the extra marshalling concerns of a link to attachment for the view context.
ViewAttachmentLinkMarshallingStrategy(AttachmentResourceIdentifierResolver) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewAttachmentLinkMarshallingStrategy
 
ViewBlogPostLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewBlogPostLinkMarshaller(ResourceIdentifierResolver<BlogPostResourceIdentifier, BlogPost>, XmlStreamWriterTemplate, Marshaller<Link>, CommonLinkAttributesWriter, Marshaller<Link>, HrefEvaluator, StaxStreamMarshaller<Link>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewBlogPostLinkMarshaller
 
ViewBlogPostsByDateAction - Class in com.atlassian.confluence.pages.actions
 
ViewBlogPostsByDateAction() - Constructor for class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction
 
viewBodyTypeAwareRenderer - Variable in class com.atlassian.confluence.rss.AbstractRenderSupport
 
ViewChangeIndexQueueAction<T extends IndexTask> - Class in com.atlassian.confluence.impl.admin.actions
Action to support viewing the changes index queue
ViewChangeIndexQueueAction() - Constructor for class com.atlassian.confluence.impl.admin.actions.ViewChangeIndexQueueAction
 
ViewChangesSinceLastEditAction - Class in com.atlassian.confluence.pages.actions
 
ViewChangesSinceLastEditAction() - Constructor for class com.atlassian.confluence.pages.actions.ViewChangesSinceLastEditAction
 
ViewChangesSinceLastLoginAction - Class in com.atlassian.confluence.pages.actions
 
ViewChangesSinceLastLoginAction() - Constructor for class com.atlassian.confluence.pages.actions.ViewChangesSinceLastLoginAction
 
ViewContentEntityLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewContentEntityLinkMarshaller(ContentEntityResourceIdentifierResolver, PermissionManager, XmlStreamWriterTemplate, Marshaller<UnresolvedLink>, CommonLinkAttributesWriter, Marshaller<Link>, HrefEvaluator, StaxStreamMarshaller<Link>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewContentEntityLinkMarshaller
 
ViewContentIndexQueueAction<T extends IndexTask> - Class in com.atlassian.confluence.impl.admin.actions
Action to support viewing the content index queue
ViewContentIndexQueueAction() - Constructor for class com.atlassian.confluence.impl.admin.actions.ViewContentIndexQueueAction
 
ViewCreatePageLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewCreatePageLinkMarshaller(XmlStreamWriterTemplate, PermissionManager, Marshaller<Link>, CommonLinkAttributesWriter, Marshaller<Link>, StaxStreamMarshaller<PageResourceIdentifier>, SpaceManager, XsrfTokenGenerator) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewCreatePageLinkMarshaller
 
ViewDefaultDecoratorAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
ViewDefaultDecoratorAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.ViewDefaultDecoratorAction
 
ViewDiffOfDraftAction - Class in com.atlassian.confluence.diff.actions
 
ViewDiffOfDraftAction() - Constructor for class com.atlassian.confluence.diff.actions.ViewDiffOfDraftAction
 
ViewDraftLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
In the Editor, if you are working on a new page then the context object is the Draft for this page.
ViewDraftLinkMarshaller(CommonLinkAttributesWriter, Marshaller<Link>, XmlStreamWriterTemplate, StaxStreamMarshaller<Link>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewDraftLinkMarshaller
 
Viewed - Interface in com.atlassian.confluence.event.events.types
Indicates that the implementation represents a view event.
ViewEmbeddedImageMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.embed
 
ViewEmbeddedImageMarshaller(XmlStreamWriterTemplate, AttachedImageMarshaller) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.ViewEmbeddedImageMarshaller
 
ViewEmbeddedImageTitleWriter - Class in com.atlassian.confluence.content.render.xhtml.view.embed
Wraps another EmbeddedImageTagWriter and ensures that a title attribute is written if required.
ViewEmbeddedImageTitleWriter(EmbeddedImageTagWriter) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.ViewEmbeddedImageTitleWriter
 
ViewEmoticonMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.inline
Marshal an emoticon for display.
ViewEmoticonMarshaller(XMLOutputFactory, EmoticonDisplayMapper, UserI18NBeanFactory, HrefEvaluator) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.inline.ViewEmoticonMarshaller
 
ViewFollowAction - Class in com.atlassian.confluence.user.actions
Action used by the follow tab
ViewFollowAction() - Constructor for class com.atlassian.confluence.user.actions.ViewFollowAction
 
ViewFollowersAction - Class in com.atlassian.confluence.user.actions
 
ViewFollowersAction() - Constructor for class com.atlassian.confluence.user.actions.ViewFollowersAction
 
ViewFollowingAction - Class in com.atlassian.confluence.user.actions
 
ViewFollowingAction() - Constructor for class com.atlassian.confluence.user.actions.ViewFollowingAction
 
ViewGeneralConfigEvent - Class in com.atlassian.confluence.event.events.admin
 
ViewGeneralConfigEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.ViewGeneralConfigEvent
 
ViewGlobalPermissionsAction - Class in com.atlassian.confluence.security.actions
 
ViewGlobalPermissionsAction() - Constructor for class com.atlassian.confluence.security.actions.ViewGlobalPermissionsAction
 
ViewHeadingFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.view
Transforms headings ({@code <h1>..<h2>) tags in the storage format into the view format which ads an id to the tag so that it may be used in Table of contents or other references.<p>
ViewHeadingFragmentTransformer(XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.ViewHeadingFragmentTransformer
 
ViewHtmlAnchorFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.view
 
ViewHtmlAnchorFragmentTransformer(SettingsManager, XMLOutputFactory, XMLEventFactory, XmlEventReaderFactory, HrefEvaluator, UserI18NBeanFactory, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.ViewHtmlAnchorFragmentTransformer
 
ViewIdAndTypeLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewIdAndTypeLinkMarshaller(IdAndTypeResourceIdentifierResolver, PermissionManager, XmlStreamWriterTemplate, Marshaller<UnresolvedLink>, CommonLinkAttributesWriter, Marshaller<Link>, Marshaller<Link>, HrefEvaluator, StaxStreamMarshaller<Link>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
ViewImageAttributeWriter - Class in com.atlassian.confluence.content.render.xhtml.view.embed
 
ViewImageAttributeWriter(XMLStreamWriter) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.ViewImageAttributeWriter
 
ViewImageAttributeWriter(XMLStreamWriter, boolean) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.ViewImageAttributeWriter
 
ViewIndexQueueAction - Class in com.atlassian.confluence.admin.actions
Deprecated.
since 7.9 because Confluence now has multiple index queues. Use ViewChangeIndexQueueAction or ViewContentIndexQueueAction
ViewIndexQueueAction() - Constructor for class com.atlassian.confluence.admin.actions.ViewIndexQueueAction
Deprecated.
 
ViewingContentCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Only display the link if the user is viewing content (pages or blogs) but *only* viewing it - not editing, viewing info, attachments, etc.
ViewingContentCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ViewingContentCondition
 
ViewingOwnProfileCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
A condition to check whether you are currently viewing your own profile or not.
ViewingOwnProfileCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ViewingOwnProfileCondition
 
ViewInlineCommentMarkerMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker
 
ViewInlineCommentMarkerMarshaller(XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker.ViewInlineCommentMarkerMarshaller
 
ViewInlineTaskConstants - Class in com.atlassian.confluence.content.render.xhtml.view.inlinetask
 
ViewInlineTaskConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
ViewInlineTaskMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.inlinetask
 
ViewInlineTaskMarshaller(XMLOutputFactory, MarshallingRegistry) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskMarshaller
 
ViewInlineTaskUnmarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.inlinetask
 
ViewInlineTaskUnmarshaller(XmlEventReaderFactory, ContentPropertyManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskUnmarshaller
 
ViewLabelAction - Class in com.atlassian.confluence.plugins.labels.actions
Action for viewing a label.
ViewLabelAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.ViewLabelAction
 
ViewLicenseEvent - Class in com.atlassian.confluence.event.events.admin
This event is fired when admin visits license details page.
ViewLicenseEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.ViewLicenseEvent
 
ViewLinkBodyMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
Marshals link bodies for view.
ViewLinkBodyMarshaller(Marshaller<EmbeddedImage>, ResourceIdentifierResolver<SpaceResourceIdentifier, Space>, ResourceIdentifierResolver<ContentEntityResourceIdentifier, ContentEntityObject>, ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Addressable>, ConfluenceUserResolver, ResourceIdentifierMatcher, ResourceIdentifierContextUtility, ShortcutLinksManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkBodyMarshaller
 
ViewLinkMarshallerFactory - Interface in com.atlassian.confluence.content.render.xhtml.view.link
A factory specifically for creating Marshaller involved in the view rendering of Links.
ViewLinkMarshallerFactoryImpl - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewLinkMarshallerFactoryImpl(ResourceIdentifierResolver<PageResourceIdentifier, Page>, ResourceIdentifierResolver<BlogPostResourceIdentifier, BlogPost>, ResourceIdentifierResolver<PageTemplateResourceIdentifier, PageTemplate>, SpaceManager, PermissionManager, XmlStreamWriterTemplate, Marshaller<Link>, HrefEvaluator, Marshaller<Link>, ConfluenceUserResolver, PersonalInformationManager, GlobalSettingsManager, CommonLinkAttributesWriter, XsrfTokenGenerator) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactoryImpl
 
ViewLinkMarshallerFactoryImpl(ResourceIdentifierResolver<PageResourceIdentifier, Page>, ResourceIdentifierResolver<BlogPostResourceIdentifier, BlogPost>, ResourceIdentifierResolver<PageTemplateResourceIdentifier, PageTemplate>, SpaceManager, PermissionManager, XmlStreamWriterTemplate, Marshaller<Link>, HrefEvaluator, Marshaller<Link>, ConfluenceUserResolver, PersonalInformationManager, GlobalSettingsManager, CommonLinkAttributesWriter, XsrfTokenGenerator) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkMarshallerFactoryImpl
ViewLinkMarshallerMetricsKey - Class in com.atlassian.confluence.content.render.xhtml.view.link
A MarshallerMetricsAccumulationKey for use by the various view link marshallers.
ViewLinkSubMarshallerFactory - Interface in com.atlassian.confluence.content.render.xhtml.view.link
A factory for creating the Marshallers required by the ResourceIdentifier specific "higher level" link marshallers.
ViewLinkSubMarshallerFactoryImpl - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewLinkSubMarshallerFactoryImpl(Marshaller<EmbeddedImage>, ResourceIdentifierResolver<SpaceResourceIdentifier, Space>, ResourceIdentifierResolver<ContentEntityResourceIdentifier, ContentEntityObject>, ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Addressable>, ConfluenceUserResolver, ResourceIdentifierMatcher, ResourceIdentifierContextUtility, XmlStreamWriterTemplate, ModelToRenderedClassMapper, ShortcutLinksManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkSubMarshallerFactoryImpl
 
ViewMacroErrorPlaceholder - Interface in com.atlassian.confluence.content.render.xhtml.view.macro
An interface for a component that can render an error message when a failure occurs during macro execution.
ViewMacroErrorPlaceholderImpl - Class in com.atlassian.confluence.content.render.xhtml.view.macro
 
ViewMacroErrorPlaceholderImpl(I18NBeanFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroErrorPlaceholderImpl
 
ViewMacroMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.macro
 
ViewMacroMarshaller(MacroManager, Marshaller<MacroDefinition>, ViewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser, EventPublisher, ConfluenceMonitoring, MacroAsyncRenderWhitelist, MacroMetadataManager, MacroSchemaMigrator, ViewMacroWrapper, MacroRenderingMonitor) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshaller
 
ViewMacroMarshallerFactory - Interface in com.atlassian.confluence.content.render.xhtml.view.macro
A factory specifically for creating Marshaller for MacroDefinitions involved in the view rendering of Links.
ViewMacroMarshallerFactoryImpl - Class in com.atlassian.confluence.content.render.xhtml.view.macro
 
ViewMacroMarshallerFactoryImpl(MacroManager, ViewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser, EventPublisher, XMLOutputFactory, PlaceholderUrlFactory, ConfluenceMonitoring, MacroAsyncRenderWhitelist, MacroMetadataManager, MacroSchemaMigrator, ViewMacroWrapper, MacroRenderingMonitor) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshallerFactoryImpl
 
ViewMacroWrapper - Interface in com.atlassian.confluence.content.render.xhtml.view.macro
Wrapper Macro into div element if fragment contains more than 1 level xml elements otherwise update class and add attributes to root element.
ViewMailQueueAction - Class in com.atlassian.confluence.admin.actions.mail
getMailQueue() returns an ErrorQueuedTaskQueue.
ViewMailQueueAction() - Constructor for class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction
 
ViewMailServersAction - Class in com.atlassian.confluence.admin.actions.mail
 
ViewMailServersAction() - Constructor for class com.atlassian.confluence.admin.actions.mail.ViewMailServersAction
 
ViewMembersOfGroupAction - Class in com.atlassian.confluence.user.actions
 
ViewMembersOfGroupAction() - Constructor for class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
ViewModelToRenderedClassMapper - Class in com.atlassian.confluence.content.render.xhtml.view
 
ViewModelToRenderedClassMapper() - Constructor for class com.atlassian.confluence.content.render.xhtml.view.ViewModelToRenderedClassMapper
 
ViewMyDraftsAction - Class in com.atlassian.confluence.user.actions
 
ViewMyDraftsAction() - Constructor for class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
ViewMyDraftsEvent - Class in com.atlassian.confluence.event.events.profile
 
ViewMyDraftsEvent(ViewMyDraftsAction) - Constructor for class com.atlassian.confluence.event.events.profile.ViewMyDraftsEvent
 
ViewMyEmailSettingsAction - Class in com.atlassian.confluence.user.actions
 
ViewMyEmailSettingsAction() - Constructor for class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction
 
ViewMyFavouritesAction - Class in com.atlassian.confluence.user.actions
Allow a user to view there personal labels.
ViewMyFavouritesAction() - Constructor for class com.atlassian.confluence.user.actions.ViewMyFavouritesAction
 
ViewMyFavouritesEvent - Class in com.atlassian.confluence.event.events.profile
 
ViewMyFavouritesEvent(ViewMyFavouritesAction) - Constructor for class com.atlassian.confluence.event.events.profile.ViewMyFavouritesEvent
 
ViewMyLabelsAction - Class in com.atlassian.confluence.plugins.labels.actions
Cloned from com.atlassian.confluence.user.actions.ViewMyLabelsAction in confluence-core
ViewMyLabelsAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.ViewMyLabelsAction
 
ViewMyProfileAction - Class in com.atlassian.confluence.user.actions
 
ViewMyProfileAction() - Constructor for class com.atlassian.confluence.user.actions.ViewMyProfileAction
 
ViewMySettingsAction - Class in com.atlassian.confluence.user.actions
Action to view the logged in user's preferences (homepage, timezone, and language).
ViewMySettingsAction() - Constructor for class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
ViewMyWatchesEvent - Class in com.atlassian.confluence.event.events.profile
 
ViewMyWatchesEvent(EditNotificationsAction) - Constructor for class com.atlassian.confluence.event.events.profile.ViewMyWatchesEvent
 
ViewNetworkEvent - Class in com.atlassian.confluence.event.events.profile
 
ViewNetworkEvent(ViewFollowAction) - Constructor for class com.atlassian.confluence.event.events.profile.ViewNetworkEvent
 
ViewOrUpdateLicenseAction - Class in com.atlassian.confluence.admin.actions
View and update the license key for this Confluence installation
ViewOrUpdateLicenseAction() - Constructor for class com.atlassian.confluence.admin.actions.ViewOrUpdateLicenseAction
 
ViewPageAction - Class in com.atlassian.confluence.pages.actions
 
ViewPageAction() - Constructor for class com.atlassian.confluence.pages.actions.ViewPageAction
 
ViewPageActionPathConverter - Class in com.atlassian.confluence.pages.actions
 
ViewPageActionPathConverter(PageManager, PermissionManager) - Constructor for class com.atlassian.confluence.pages.actions.ViewPageActionPathConverter
 
ViewPageAttachmentsAction - Class in com.atlassian.confluence.pages.actions
 
ViewPageAttachmentsAction() - Constructor for class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
 
ViewPageLayoutMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.pagelayouts
 
ViewPageLayoutMarshaller(XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.pagelayouts.ViewPageLayoutMarshaller
 
ViewPageLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewPageLinkMarshaller(ResourceIdentifierResolver<PageResourceIdentifier, Page>, XmlStreamWriterTemplate, Marshaller<CreatePageLink>, CommonLinkAttributesWriter, Marshaller<Link>, HrefEvaluator, StaxStreamMarshaller<Link>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewPageLinkMarshaller
 
ViewPageTemplateAction - Class in com.atlassian.confluence.plugins.templates.actions
 
ViewPageTemplateAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.ViewPageTemplateAction
 
ViewPageTemplateLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewPageTemplateLinkMarshaller(ResourceIdentifierResolver<PageTemplateResourceIdentifier, PageTemplate>, XmlStreamWriterTemplate, Marshaller<Link>, CommonLinkAttributesWriter, HrefEvaluator, StaxStreamMarshaller<Link>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewPageTemplateLinkMarshaller
 
viewPermissionUsersString() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
 
ViewPlaceholderMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.placeholder
Renders the placeholder for templates, but for pages / blogs nothing rendered for a placeholder.
ViewPlaceholderMarshaller(XmlStreamWriterTemplate) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.placeholder.ViewPlaceholderMarshaller
 
ViewPreviousVersionsAction - Class in com.atlassian.confluence.pages.actions
 
ViewPreviousVersionsAction() - Constructor for class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction
 
ViewRecentlyUpdatedSpaceContentAction - Class in com.atlassian.confluence.spaces.actions
extend super class so we can set cookie
ViewRecentlyUpdatedSpaceContentAction() - Constructor for class com.atlassian.confluence.spaces.actions.ViewRecentlyUpdatedSpaceContentAction
 
viewRenderer - Variable in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
viewRenderer - Variable in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
viewRenderer - Variable in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
ViewScheduledJobsAction - Class in com.atlassian.confluence.plugins.schedule.admin.action
 
ViewScheduledJobsAction() - Constructor for class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction
 
ViewScheduledJobsHistoryAction - Class in com.atlassian.confluence.plugins.schedule.admin.action
Gets the job history for a specific job.
ViewScheduledJobsHistoryAction() - Constructor for class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsHistoryAction
 
ViewShortcutLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewShortcutLinkMarshaller(ShortcutLinksManager, Marshaller<UnresolvedLink>, XmlStreamWriterTemplate, CommonLinkAttributesWriter, Marshaller<Link>, StaxStreamMarshaller<ShortcutResourceIdentifier>, StaxStreamMarshaller<Link>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewShortcutLinkMarshaller
 
ViewSourceAction - Class in com.atlassian.confluence.plugins.viewsource
 
ViewSourceAction() - Constructor for class com.atlassian.confluence.plugins.viewsource.ViewSourceAction
 
ViewSourceResource - Class in com.atlassian.confluence.plugins.viewsource.api.v1
 
ViewSourceResource(ContentEntityManager, PermissionManager, Renderer) - Constructor for class com.atlassian.confluence.plugins.viewsource.api.v1.ViewSourceResource
 
VIEWSPACE - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.SpacePermissionType
 
VIEWSPACE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
View content within the space, including pages, blogposts etc.
ViewSpaceAction - Class in com.atlassian.confluence.spaces.actions
 
ViewSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.ViewSpaceAction
 
ViewSpaceContentAction - Class in com.atlassian.confluence.spaces.actions
 
ViewSpaceContentAction() - Constructor for class com.atlassian.confluence.spaces.actions.ViewSpaceContentAction
 
ViewSpaceDirectoryAction - Class in com.atlassian.confluence.plugins.spacedirectory
 
ViewSpaceDirectoryAction(SpaceManager, SpaceLogoManager, PredefinedSearchBuilder, SearchManager) - Constructor for class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
ViewSpaceLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewSpaceLinkMarshaller(SpaceResourceIdentifierResolver, PermissionManager, XmlStreamWriterTemplate, CommonLinkAttributesWriter, Marshaller<Link>, Marshaller<UnresolvedLink>, HrefEvaluator, StaxStreamMarshaller<Link>, Marshaller<Link>, I18NBeanFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewSpaceLinkMarshaller
 
ViewSpacePermissionDefaultsAction - Class in com.atlassian.confluence.security.actions
 
ViewSpacePermissionDefaultsAction() - Constructor for class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction
 
ViewSpacePermissionsAction - Class in com.atlassian.confluence.security.actions
 
ViewSpacePermissionsAction() - Constructor for class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
 
ViewSpaceSummaryAction - Class in com.atlassian.confluence.spaces.actions
 
ViewSpaceSummaryAction() - Constructor for class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
 
ViewSystemClasspathAction - Class in com.atlassian.confluence.admin.actions
Action for the View System Classpath page
ViewSystemClasspathAction() - Constructor for class com.atlassian.confluence.admin.actions.ViewSystemClasspathAction
 
ViewSystemInfoAction - Class in com.atlassian.confluence.admin.actions
 
ViewSystemInfoAction() - Constructor for class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
Keep the blank constructor so Struts can construct the action
ViewSystemInfoAction(ServletContext) - Constructor for class com.atlassian.confluence.admin.actions.ViewSystemInfoAction
This constructor is used by the error page (500page.jsp) to create a new action after the ActionContext has been reset.
ViewTableWrappingFragmentTransformer - Class in com.atlassian.confluence.content.render.xhtml.view
When tables are displayed they should be wrapped in a div.
ViewTableWrappingFragmentTransformer(XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.ViewTableWrappingFragmentTransformer
 
ViewTimeMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.time
 
ViewTimeMarshaller(XMLOutputFactory, DateFormatService) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.time.ViewTimeMarshaller
 
ViewTrashAction - Class in com.atlassian.confluence.pages.actions
 
ViewTrashAction() - Constructor for class com.atlassian.confluence.pages.actions.ViewTrashAction
 
ViewTrustedApplicationsAction - Class in com.atlassian.confluence.admin.actions.trust
An action to list the trusted applications.
ViewTrustedApplicationsAction() - Constructor for class com.atlassian.confluence.admin.actions.trust.ViewTrustedApplicationsAction
 
ViewUnidentifiedAttachmentMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.embed
Writes out placeholder images for an unidentified images in view mode.
ViewUnidentifiedAttachmentMarshaller(PlaceholderUrlFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.ViewUnidentifiedAttachmentMarshaller
 
ViewUnknownMacroMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.macro
Display a provided MacroDefinition as an 'unknown macro' (in view).
ViewUnknownMacroMarshaller(XMLOutputFactory, PlaceholderUrlFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.macro.ViewUnknownMacroMarshaller
 
ViewUnresolvedLinkBodyMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
Encapsulates the logic on how to marshal the delegate / wrapped link inside an UnresolvedLink.
ViewUnresolvedLinkBodyMarshaller(Marshaller<EmbeddedImage>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkBodyMarshaller
 
ViewUnresolvedLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewUnresolvedLinkMarshaller(XmlStreamWriterTemplate, StaxStreamMarshaller<ResourceIdentifier>, Marshaller<Link>, ModelToRenderedClassMapper) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkMarshaller
 
ViewUserAction - Class in com.atlassian.confluence.user.actions
 
ViewUserAction() - Constructor for class com.atlassian.confluence.user.actions.ViewUserAction
 
ViewUserActivityAction - Class in com.atlassian.confluence.user.actions
Used by the activity tab
ViewUserActivityAction() - Constructor for class com.atlassian.confluence.user.actions.ViewUserActivityAction
 
ViewUserHistoryAction - Class in com.atlassian.confluence.user.actions
 
ViewUserHistoryAction() - Constructor for class com.atlassian.confluence.user.actions.ViewUserHistoryAction
 
ViewUserLinkMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.link
 
ViewUserLinkMarshaller(ConfluenceUserResolver, XmlStreamWriterTemplate, CommonLinkAttributesWriter, Marshaller<Link>, Marshaller<Link>, StaxStreamMarshaller<UserResourceIdentifier>, StaxStreamMarshaller<Link>, PersonalInformationManager, HrefEvaluator, GlobalSettingsManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.link.ViewUserLinkMarshaller
 
ViewUserProfileAction - Class in com.atlassian.confluence.user.actions
 
ViewUserProfileAction() - Constructor for class com.atlassian.confluence.user.actions.ViewUserProfileAction
 
VISIBILITY_OWNER - Static variable in class com.atlassian.confluence.labels.Namespace
Labels in this namespace are only visible to that label's owner
VISIBILITY_PUBLIC - Static variable in class com.atlassian.confluence.labels.Namespace
Labels in this namespace are visible to anyone who can see the labeled content
VISIBILITY_SYSTEM - Static variable in class com.atlassian.confluence.labels.Namespace
Labels in this namespace are set and removed by the system, and are not shown in the UI
VISIBLE_ADMINS_ONLY - Static variable in class com.atlassian.confluence.renderer.UserMacroConfig
 
VISIBLE_ALL_USERS - Static variable in class com.atlassian.confluence.renderer.UserMacroConfig
 
VisibleChildPagesAnalyticsEvent - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
An analytics event which is sent when method BulkPermissionService.getVisibleChildPages(ConfluenceUser, Set, boolean) is called.
VisibleChildPagesAnalyticsEvent(int, boolean, long, boolean, long, boolean) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleChildPagesAnalyticsEvent
An analytic event which is sent when method BulkPermissionService.getVisibleChildPages(ConfluenceUser, Set, boolean) is called.
VisibleChildPagesAnalyticsEvent(int, boolean, long, boolean, long, boolean, Integer) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleChildPagesAnalyticsEvent
An analytic event which is sent when method BulkPermissionService.getVisibleChildPages(ConfluenceUser, Set, boolean) is called.
VisibleLabelFilter - Class in com.atlassian.confluence.labels
This filters a list of label objects, returning those labels from the list that the specified user should see.
VisibleLabelFilter() - Constructor for class com.atlassian.confluence.labels.VisibleLabelFilter
 
VisibleLabelFilter(String) - Constructor for class com.atlassian.confluence.labels.VisibleLabelFilter
 
VisiblePagesInSpaceAnalyticsEvent - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
An analytics event which is sent when method BulkPermissionService.getAllVisiblePagesInSpace(ConfluenceUser, long) is called.
VisiblePagesInSpaceAnalyticsEvent(int, boolean, long, boolean) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisiblePagesInSpaceAnalyticsEvent
An analytic event which is sent when method BulkPermissionService.getAllVisiblePagesInSpace(ConfluenceUser, long) is called.
VisiblePagesInSpaceAnalyticsEvent(int, boolean, long, boolean, Integer) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisiblePagesInSpaceAnalyticsEvent
An analytic event which is sent when method BulkPermissionService.getAllVisiblePagesInSpace(ConfluenceUser, long) is called.
VisibleTopLevelPagesAnalyticsEvent - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
An analytics event which is sent when method BulkPermissionService.getVisibleTopLevelPages(ConfluenceUser, long) is called.
VisibleTopLevelPagesAnalyticsEvent(int, boolean, long, boolean) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleTopLevelPagesAnalyticsEvent
An analytic event which is sent when method BulkPermissionService.getVisibleTopLevelPages(ConfluenceUser, long) is called.
VisibleTopLevelPagesAnalyticsEvent(int, boolean, long, boolean, Integer) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.VisibleTopLevelPagesAnalyticsEvent
An analytic event which is sent when method BulkPermissionService.getVisibleTopLevelPages(ConfluenceUser, long) is called.
visit(AttachmentManagerInternal) - Method in interface com.atlassian.confluence.impl.pages.attachments.AttachmentManagerEventListener.VisitorEvent
 
visit(LabelManager) - Method in interface com.atlassian.confluence.impl.labels.LabelManagerEventListener.VisitorEvent
 
visit(LabelManager) - Method in interface com.atlassian.confluence.impl.labels.NotificationManagerEventListener.VisitorEvent
 
visit(LinkManager) - Method in interface com.atlassian.confluence.impl.content.links.LinkManagerEventListener.VisitorEvent
 
visit(DocValuesFieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(DocValuesFieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(DoubleFieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(DoubleFieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(FieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(FieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(FloatFieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(FloatFieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(IntFieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(IntFieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(LongFieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(LongFieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(BinaryFieldMapping) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingVisitor
 
visit(BooleanFieldMapping) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingVisitor
 
visit(DateFieldMapping) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingVisitor
 
visit(DoubleFieldMapping) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingVisitor
 
visit(FloatFieldMapping) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingVisitor
 
visit(IntFieldMapping) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingVisitor
 
visit(LongFieldMapping) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingVisitor
 
visit(NestedStringFieldMapping) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingVisitor
 
visit(StringFieldMapping) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingVisitor
 
visit(TextFieldMapping) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMappingVisitor
 
visit(NumericDocValuesFieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(NumericDocValuesFieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(SortedDocValuesFieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(SortedDocValuesFieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(StoredFieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(StoredFieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(StringFieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(StringFieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(TextFieldDescriptor) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
visit(TextFieldDescriptor) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
visit(ConfluenceIndexer, ChangeIndexer) - Method in interface com.atlassian.confluence.impl.search.IndexerEventListener.VisitorEvent
 
VISUALS - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
VolatileSingleTenantRegistry - Class in com.atlassian.confluence.tenant
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
VolatileSingleTenantRegistry() - Constructor for class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
Deprecated.
 

W

waitForEvent(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
waitForEvent(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Waits for an event to occur and returns when it has finished.
waitForEvent(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
waitForEventQueue(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
waitForEventQueue(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Waits for all events in queue to be processed.
waitForEventQueue(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
waitForRecentEntriesToBecomeVisible() - Method in interface com.atlassian.confluence.api.service.journal.JournalService
Waits long enough to ensure that entries added before calling this method will be available to subsequent call to JournalService.processNewEntries(JournalIdentifier, int, Function).
waitForRecentEntriesToBecomeVisible() - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
waitForRecentEntriesToBecomeVisible() - Method in class com.atlassian.confluence.impl.journal.DefaultJournalService
 
waitForRecentEntriesToBecomeVisible() - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Waits long enough to ensure that entries added before calling this method will be available to subsequent call to JournalManager.processNewEntries(JournalIdentifier, int, Function).
WAITING - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexNodeStatus.State
 
waitUntilAllGlobalJobsComplete() - Method in class com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutor
 
waitUntilAllJobsFinish(Collection<Future<?>>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ObjectPersister
 
waitUntilAllStageJobsComplete() - Method in class com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutor
 
waitUntilAllStageJobsComplete(Duration) - Method in class com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutor
 
waitUntilJobFinishes(Long) - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
wanProtocolVersion - Variable in class com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ParanoidObjectDataInputStream
 
WARN - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessageTypes
 
WARN - Enum constant in enum class com.atlassian.confluence.logging.sink.LogEvent.Level
 
WARN - Enum constant in enum class com.atlassian.confluence.test.util.Log4J2Logger.LogLevel
 
WARN - Enum constant in enum class com.atlassian.confluence.util.test.rules.Log4J2Logger.LogLevel
Deprecated.
 
WARN_IGNORE_COPY_ATTACHMENT - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
WARN_IGNORE_COPY_PERMISSION - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
WARN_IGNORE_DELETE_PAGE - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
WARN_IGNORE_EDIT_RESTRICTED - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
WARN_IGNORE_VIEW_RESTRICTED - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
WARN_RENAME_PAGE - Enum constant in enum class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
 
warning(String, String, Serializable...) - Method in class com.atlassian.confluence.plugins.opensearch.healthchecks.util.SupportHealthStatusFactory
 
WARNING - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
WARNING - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventLevel
 
WARNING - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation.MessageLevel
 
WARNING - Enum constant in enum class com.atlassian.confluence.validation.MessageLevel
 
wasCanonical(String, User) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
Check if a user was canonical before renaming to the userWithNewUsername
wasCreatedBy(User) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
wasCreatedBy(User) - Method in class com.atlassian.confluence.pages.ReadOnlyAttachment
Deprecated.
 
wasCreatedBy(User) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
wasEnabled() - Method in class com.atlassian.confluence.event.events.cluster.ClusterMaintenanceBannerEvent
 
wasEnabled() - Method in class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.Monitoring
 
wasIssuedAfter(Date) - Method in class com.atlassian.confluence.user.UserVerificationToken
 
wasMigrationPerformed(ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DelegatingMigrationAwareFragmentTransformer
 
wasMigrationPerformed(ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.MigrationAware
Given a ConversionContext that was previously used to perform a migration, determine if that context contains information that indicates whether a "migration" was performed.
wasMigrationPerformed(ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.DelegatingStorageMacroMarshaller
 
wasMigrationPerformed(ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUserResourceIdentifierMarshaller
 
wasMigrationPerformed(ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformer
 
wasRecreated() - Method in class com.atlassian.confluence.search.FlushStatistics
 
wasUserKeyTranslated(UserKey) - Method in class com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter.RewriteResult
 
watchContent(UserKey, ContentId) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
watchContent(UserKey, ContentId) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
Create a watch to the given content
watchContentCompletionStage(UserKey, ContentId) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
watchContentCompletionStage(UserKey, ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
Create a watch to the given content
watcher(User) - Method in class com.atlassian.confluence.api.model.watch.ContentWatch.ContentWatchBuilder
 
watcher(User) - Method in class com.atlassian.confluence.api.model.watch.SpaceWatch.SpaceWatchBuilder
 
WatchExamples - Class in com.atlassian.confluence.plugins.restapi.examples
 
WatchExamples() - Constructor for class com.atlassian.confluence.plugins.restapi.examples.WatchExamples
 
WATCHING_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.WatchExamples
 
watchPage(long) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
watchPage(String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a watch for the current user on the page or blog post with the specified page ID.
watchPage(String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
watchPage(String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
watchPage(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
watchPage(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
watchPageForUser(long, String) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
watchPageForUser(String, long, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a watch to a specific page or blog post for a particular user.
watchPageForUser(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
watchPageForUser(String, long, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
watchPageForUser(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
watchPageForUser(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
WatchPid - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
WatchService - Interface in com.atlassian.confluence.api.service.watch
API service for managing content watchers.
WatchService.Validator - Interface in com.atlassian.confluence.api.service.watch
Provides methods for validating the permissions to watch / unwatch space / content / labels.
WatchServiceImpl - Class in com.atlassian.confluence.api.impl.service.watch
 
WatchServiceImpl(ConfluenceUserResolver, PermissionManager, NotificationManager, SpaceManager, SpaceService, ContentEntityManager, ContentService, AccessModeService, PersonFactory, PaginationService) - Constructor for class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
WatchServiceImpl.ValidatorImpl - Class in com.atlassian.confluence.api.impl.service.watch
 
watchSpace(UserKey, String) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
watchSpace(UserKey, String) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
Create a watch to the given space
watchSpace(UserKey, String, List<ContentType>) - Method in class com.atlassian.confluence.api.impl.service.watch.WatchServiceImpl
 
watchSpace(UserKey, String, List<ContentType>) - Method in interface com.atlassian.confluence.api.service.watch.WatchService
Create a watch to the given space
watchSpace(String) - Method in class com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
 
watchSpace(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a watch for the current user on the space with the specified space key.
watchSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
watchSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
watchSpace(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
watchSpace(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
watchSpaceCompletionStage(UserKey, String) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
watchSpaceCompletionStage(UserKey, String) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
Create a watch to the given space
watchSpaceCompletionStage(UserKey, String, List<ContentType>) - Method in class com.atlassian.confluence.rest.client.impl.RemoteWatchServiceImpl
 
watchSpaceCompletionStage(UserKey, String, List<ContentType>) - Method in interface com.atlassian.confluence.rest.client.RemoteWatchService
Remove a watch to the blog posts in a given space
WEB_CRAWLER - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
WEB_CRAWLER - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
WEB_FRAGMENT_INNER_CONTEXT - Static variable in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
 
WEB_ITEM_LIST - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
WEB_ITEM_LOCATION - Static variable in class com.atlassian.confluence.pages.actions.BrowseSpaceAction
 
WEB_ITEM_LOCATION - Static variable in class com.atlassian.confluence.pages.actions.SpaceToolsAction
 
WEB_PANEL_LIST - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
WEB_RESOURCE_HELPER - Static variable in class com.atlassian.confluence.setup.velocity.WebResourceContextItemProvider
 
WEB_RESOURCE_TEMP_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
WEB_SECTION_LIST - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
WEB_UI - Static variable in class com.atlassian.confluence.api.model.link.LinkType
 
WEBAPP_CONTEXT_PATH_KEY - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
WebAppContextPathCheck - Class in com.atlassian.confluence.setup.johnson
Check that the web app context path is set properly
WebAppContextPathCheck() - Constructor for class com.atlassian.confluence.setup.johnson.WebAppContextPathCheck
 
WebContextFactory - Interface in com.atlassian.confluence.web.service
 
WebContextFactoryImpl - Class in com.atlassian.confluence.web.service
 
WebContextFactoryImpl(ContentEntityManager, I18NBeanFactory, LocaleManager, FormatSettingsManager, SpaceManager, TimeZoneManager) - Constructor for class com.atlassian.confluence.web.service.WebContextFactoryImpl
 
WebContextFactoryImpl.GhettoHelper - Class in com.atlassian.confluence.web.service
 
WebContextFactoryImpl.GhettoHelper.GhettoAction - Class in com.atlassian.confluence.web.service
 
WebFragmentResource - Class in com.atlassian.confluence.plugins.restapi.experimental.resources
Rest wrapper for the WebViewService.
WebFragmentResource(WebViewService) - Constructor for class com.atlassian.confluence.plugins.restapi.experimental.resources.WebFragmentResource
 
WEBHOOK - Static variable in class com.atlassian.confluence.plugins.restapi.examples.WebhookExamples
 
WEBHOOK_ID - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
WebhookExamples - Class in com.atlassian.confluence.plugins.restapi.examples
 
WebhookExamples() - Constructor for class com.atlassian.confluence.plugins.restapi.examples.WebhookExamples
 
WebImagesDownloadResourceManager - Class in com.atlassian.confluence.importexport.resource
 
WebImagesDownloadResourceManager(ResourceAccessor, ContextPathHolder) - Constructor for class com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceManager
 
WebImagesDownloadResourceReader - Class in com.atlassian.confluence.importexport.resource
 
WebImagesDownloadResourceReader(String, InputStreamSource) - Constructor for class com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceReader
 
WebInterface - Interface in com.atlassian.confluence.plugin.descriptor.web
An object that produces a WebInterfaceContext for rendering web fragments.
WebInterfaceContext - Interface in com.atlassian.confluence.plugin.descriptor.web
When rendering web fragments, this context is used for retrieval of Confluence content information.
webInterfaceManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
webInterfaceManager - Variable in class com.atlassian.confluence.web.ConfluenceWebMenuManager
 
WebItemView - Class in com.atlassian.confluence.api.model.web
 
WebItemView(WebItemView.Builder) - Constructor for class com.atlassian.confluence.api.model.web.WebItemView
 
WebItemView.Builder - Class in com.atlassian.confluence.api.model.web
 
webLicenseFacade - Variable in class com.atlassian.confluence.setup.actions.AbstractConfluenceLicenseAction
 
WebLink - Class in com.atlassian.confluence.content.render.xhtml.links
A model object representing a web link in Confluence content as opposed to a Confluence resource link.
WebLink(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.WebLink
 
WebMenu - Class in com.atlassian.confluence.web
Represents a menu in the Confluence web interface.
WebMenu(String) - Constructor for class com.atlassian.confluence.web.WebMenu
 
WebMenuManager - Interface in com.atlassian.confluence.web
 
WebMenuSection - Class in com.atlassian.confluence.web
Represents a section in a Confluence menu in the web interface.
WebMenuSection(String, String, String, String, List<? extends WebItemModuleDescriptor>) - Constructor for class com.atlassian.confluence.web.WebMenuSection
 
WebPanelFunction - Class in com.atlassian.confluence.plugins.soy
 
WebPanelFunction(DynamicWebInterfaceManager) - Constructor for class com.atlassian.confluence.plugins.soy.WebPanelFunction
 
WebPanelView - Class in com.atlassian.confluence.api.model.web
 
WebPanelView(String, String, String, String, String, String, int) - Constructor for class com.atlassian.confluence.api.model.web.WebPanelView
 
WebPanelView.Builder - Class in com.atlassian.confluence.api.model.web
 
WebPanelViewWithColour - Class in com.atlassian.confluence.api.testsupport.model.web
 
WebPanelViewWithColour(String, WebPanelView) - Constructor for class com.atlassian.confluence.api.testsupport.model.web.WebPanelViewWithColour
 
webresource - Variable in class com.atlassian.confluence.api.model.content.FormattedBody.BaseFormattedBodyBuilder
 
webresource(Reference<WebResourceDependencies>) - Method in class com.atlassian.confluence.api.model.content.FormattedBody.BaseFormattedBodyBuilder
 
webresource(WebResourceDependencies) - Method in class com.atlassian.confluence.api.model.content.FormattedBody.BaseFormattedBodyBuilder
 
WebResourceContextItemProvider - Class in com.atlassian.confluence.setup.velocity
Context map provider for information from the WebResourceManager and its kin.
WebResourceContextItemProvider(PageBuilderService, WebResourceAssemblerFactory, WebResourceUrlProvider, ConfluenceWebResourceService, LocaleManager) - Constructor for class com.atlassian.confluence.setup.velocity.WebResourceContextItemProvider
 
WebResourceDependencies - Class in com.atlassian.confluence.api.model.content.webresource
A model for web resources that a FormattedBody's various ContentRepresentation might require to render properly on the client.
WebResourceDependencies(List<String>, List<String>, Map<ResourceType, List<URI>>, Map<ResourceType, HtmlString>, SuperBatchWebResources) - Constructor for class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies
 
WebResourceDependencies.Expansions - Class in com.atlassian.confluence.api.model.content.webresource
Holds the string representable of the expandable fields of WebResourceDependencies.
WebResourceDependencies.WebResourceDependenciesBuilder - Class in com.atlassian.confluence.api.model.content.webresource
WebResourceDependenciesFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
Factory for WebResourceDependencies, containing logic for calculating expansions.
WebResourceDependenciesFactory(ConfluenceWebResourceService, ContextPathHolder) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.WebResourceDependenciesFactory
 
WebResourceDependenciesRecorder - Interface in com.atlassian.confluence.plugin.webresource
Records the usages of various web resources when they are rendered.
WebResourceDependenciesRecorder.RecordedResources - Interface in com.atlassian.confluence.plugin.webresource
Holds the various resources that are recorded from WebResourceDependenciesRecorder.recordResources(Callable).
webResourceDispatcher(Globals) - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
WebResourceDispatcher - Interface in com.atlassian.confluence.plugin.webresource
Delegate to Router to dispatch web resource request
webResourceIntegration(PluginAccessor, PluginDirectoryProvider, SettingsManager, Counter, LocaleManager, ContextPathHolder, I18NBeanFactory, ConfluenceCDNStrategyFactory, PluginEventManager, DarkFeaturesManager, DarkFeatureManager, LanguageManager, EventPublisher, ApplicationProperties) - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
webResourceIntegration(PluginAccessor, PluginDirectoryProvider, SetupLocaleManager, DefaultI18NBeanFactory, PluginEventManager, DarkFeatureManager, EventPublisher, HttpContext, ApplicationProperties) - Method in class com.atlassian.confluence.impl.setup.wiring.SetupConfluenceWebresourceManagerWiring
 
webResourceManager - Variable in class com.atlassian.confluence.rss.AbstractRenderSupport
 
webResourceManager(WebResourceAssemblerFactory, LegacyPageBuilderService, PluginResourceLocator, WebResourceIntegration, WebResourceUrlProvider, ResourceBatchingConfiguration, PluginAccessor, ResourceAccessor, SettingsManager, DefaultConfluenceWebResourceService) - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
webResourceManager(WebResourceAssemblerFactory, LegacyPageBuilderService, PluginResourceLocator, WebResourceUrlProvider, ResourceBatchingConfiguration) - Method in class com.atlassian.confluence.impl.setup.wiring.SetupConfluenceWebresourceManagerWiring
 
WebResourceModuleDescriptorDelegate - Class in com.atlassian.confluence.plugin.dev
 
WebResourceModuleDescriptorDelegate(WebResourceModuleDescriptor) - Constructor for class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
 
webresources() - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder.RecordedResources
 
WebResourcesBuilder - Interface in com.atlassian.confluence.api.model.content.webresource
An interface for building the uris and tags for web resource expansions.
WebSectionView - Class in com.atlassian.confluence.api.model.web
 
WebSectionView(String, String, List<WebItemView>, String) - Constructor for class com.atlassian.confluence.api.model.web.WebSectionView
 
WebSectionView.Builder - Class in com.atlassian.confluence.api.model.web
 
WebSectionViewWithColour - Class in com.atlassian.confluence.api.testsupport.model.web
 
WebSectionViewWithColour(String, WebSectionView) - Constructor for class com.atlassian.confluence.api.testsupport.model.web.WebSectionViewWithColour
 
WEBSUDO - Static variable in class com.atlassian.confluence.web.ResponseHeaderNames
 
WEBSUDO_ALLOWLIST_CIDR_PROPERTY - Static variable in class com.atlassian.confluence.security.websudo.WebSudoIPAllowListManager
Name of system property which is used to provide list of allowed CIDRs for websudo action
WEBSUDO_ALLOWLIST_ENABLED_PROPERTY - Static variable in class com.atlassian.confluence.security.websudo.WebSudoIPAllowListManager
Name of system property which is used to enabled or disable IP allowlist for websudo action
WEBSUDO_ALLOWLIST_IP_PROPERTY - Static variable in class com.atlassian.confluence.security.websudo.WebSudoIPAllowListManager
Name of system property which is used to provide list of allowed IPs for websudo action
WebSudoEnforcer - Class in com.atlassian.confluence.impl.webapp.security.enforcer
Enforces a WebSudo session for actions annotated by WebSudoRequired.
WebSudoEnforcer(WebSudoManager) - Constructor for class com.atlassian.confluence.impl.webapp.security.enforcer.WebSudoEnforcer
 
WebSudoIPAllowListManager - Class in com.atlassian.confluence.security.websudo
This class allows to check if the client's IP address is in the IP allowlist for websudo action
WebSudoIPAllowListManager(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.security.websudo.WebSudoIPAllowListManager
 
webSudoManager - Variable in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
WebSudoManager - Interface in com.atlassian.confluence.security.websudo
Manages the WebSudo related access to Request, Response and Session objects and provides a method to determine if an XWork action should be treated as a WebSudo resource (WebSudoManager.matches(String, Class, java.lang.reflect.Method).
WebSudoMessage - Class in com.atlassian.confluence.security.websudo
Message used to feedback to the user of an open websudo session
WebSudoMessage(String) - Constructor for class com.atlassian.confluence.security.websudo.WebSudoMessage
 
WebSudoRequiredException - Exception in com.atlassian.confluence.rpc
Exception thrown when a user needs a websudo session before a RPC method can be used.
WebSudoRequiredException() - Constructor for exception com.atlassian.confluence.rpc.WebSudoRequiredException
 
WebSudoRequiredException(String) - Constructor for exception com.atlassian.confluence.rpc.WebSudoRequiredException
 
WebSudoRequiredException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.WebSudoRequiredException
 
WebSudoRequiredException(Throwable) - Constructor for exception com.atlassian.confluence.rpc.WebSudoRequiredException
 
WebView - Interface in com.atlassian.confluence.api.service.web
 
WebViewService - Interface in com.atlassian.confluence.api.service.web
 
WebViewServiceImpl - Class in com.atlassian.confluence.web.service
 
WebViewServiceImpl(DynamicWebInterfaceManager, WebMenuManager, WebContextFactory, MimeBodyPartRecorder, DataSourceFactory, Map<String, List<String>>) - Constructor for class com.atlassian.confluence.web.service.WebViewServiceImpl
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
WeightedPluginModuleTracker<M,D extends com.atlassian.plugin.ModuleDescriptor<M> & com.atlassian.plugin.web.api.descriptors.WeightedDescriptor> - Class in com.atlassian.confluence.plugin.descriptor
Tracks module descriptors in sorted order, based on their weights.
WeightedPluginModuleTracker(PluginAccessor, PluginEventManager, Class<D>) - Constructor for class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
 
WELCOME_MESSAGE_TEMPLATE_KEY - Static variable in interface com.atlassian.confluence.content.service.WelcomeMessageService
 
WELCOME_MESSAGE_TEMPLATE_NAME - Static variable in interface com.atlassian.confluence.content.service.WelcomeMessageService
 
WelcomeEmailBuilder - Class in com.atlassian.confluence.user.notifications
Creates NotificationData instances for new users.
WelcomeEmailBuilder(SettingsManager, DataSourceFactory, UserVerificationTokenManager) - Constructor for class com.atlassian.confluence.user.notifications.WelcomeEmailBuilder
 
WelcomeMessageMacro - Class in com.atlassian.confluence.plugins.macros.dashboard
 
WelcomeMessageMacro() - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.WelcomeMessageMacro
 
WelcomeMessageService - Interface in com.atlassian.confluence.content.service
A service to retrieve the welcome message
wereAnyUserKeysNotTranslated() - Method in class com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter.RewriteResult
 
wereAnyUserKeysTranslated() - Method in class com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter.RewriteResult
 
when(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
 
when(Date) - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
 
where(String) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the content of the "where" clause.
WHISPHER_DEFAULT_ENDPOINT - Static variable in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
WHISPHER_DEFAULT_ENDPOINT - Static variable in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
WHISPHER_ENDPOINT_PROPERTY - Static variable in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
WHISPHER_ENDPOINT_PROPERTY - Static variable in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
WhitelistConfluenceAccessManager - Class in com.atlassian.confluence.security.access
An implementation of AccessManager SPI which is then used by OutboundWhitelist This class then plays a role in filtering outbound URLs.
WhitelistConfluenceAccessManager(ConfluenceUserResolver, ConfluenceAccessManager) - Constructor for class com.atlassian.confluence.security.access.WhitelistConfluenceAccessManager
 
WhitespaceAnalyzerDescriptor - Class in com.atlassian.confluence.plugins.index.api
 
WhitespaceAnalyzerDescriptor() - Constructor for class com.atlassian.confluence.plugins.index.api.WhitespaceAnalyzerDescriptor
 
WhitespaceAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer
Provides an OpenSearch analyzer for WhitespaceAnalyzerDescriptor.
WhitespaceAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.WhitespaceAnalyzerProvider
 
WhitespaceTokenizerDescriptor - Class in com.atlassian.confluence.search.v2.analysis
The whitespace tokenizer breaks text into terms whenever it encounters a whitespace character.
WhitespaceTokenizerDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.WhitespaceTokenizerDescriptor
 
WholeTableExporter - Interface in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
Implementation allows to export all the records from the table.
width(int) - Method in class com.atlassian.confluence.api.model.web.Icon.Builder
 
WIDTH_IMAGE_ATTR - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
WIKI - Static variable in class com.atlassian.confluence.api.model.content.ContentRepresentation
Legacy WIKI representation
WIKI - Static variable in class com.atlassian.confluence.core.BodyType
Body is legacy wiki markup (will be auto-converted to XHTML)
WikiConvertingHtmlDiffer - Class in com.atlassian.confluence.diff
A Differ implementation that will inspect the BodyType of the content being diff'd and convert any wiki content to HTML prior to diffing using the supplied DaisyHtmlDiffer delegate.
WikiConvertingHtmlDiffer(WikiToStorageConverter, DaisyHtmlDiffer) - Constructor for class com.atlassian.confluence.diff.WikiConvertingHtmlDiffer
 
WikiLinkableContentEntityBuilder<T extends ContentEntityObject & HasLinkWikiMarkup> - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
WikiLinkableContentEntityBuilder(GlobalSettingsManager, DateEntityFactory, UserEntityHelper) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.WikiLinkableContentEntityBuilder
 
WikiLinkBasedResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
A resource identifier representing just the raw data of the link to preserve links which could not be resolved.
WikiLinkBasedResourceIdentifier(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.WikiLinkBasedResourceIdentifier
 
WikiMarkupContentEntityObjectMigrationWorkSource - Class in com.atlassian.confluence.content.render.xhtml.migration
Source that provides batches of ContentEntityObjects that require migration.
WikiMarkupContentEntityObjectMigrationWorkSource(ContentDao, int) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.WikiMarkupContentEntityObjectMigrationWorkSource
 
WikiMarkupContentEntityObjectMigrationWorkSource(ContentDao, int, int) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.WikiMarkupContentEntityObjectMigrationWorkSource
 
wikiNameToVariable(String) - Static method in class com.atlassian.confluence.pages.templates.variables.VariableFactory
 
WikiRendererContextKeys - Class in com.atlassian.confluence.renderer
 
WikiRendererContextKeys() - Constructor for class com.atlassian.confluence.renderer.WikiRendererContextKeys
 
WikiRenderException - Exception in com.atlassian.confluence.renderer
 
WikiRenderException(String) - Constructor for exception com.atlassian.confluence.renderer.WikiRenderException
 
WikiRenderException(String, Throwable) - Constructor for exception com.atlassian.confluence.renderer.WikiRenderException
 
WikiRenderException(Throwable) - Constructor for exception com.atlassian.confluence.renderer.WikiRenderException
 
WikiSoapService - Class in com.atlassian.confluence.rpc.soap
SOAP API for wikimarkup formatted input and output.
WikiSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.WikiSoapService
 
wikiStyleRenderer - Variable in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
wikiStyleRenderer - Variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
wikiStyleRenderer - Variable in class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
 
wikiStyleRenderer - Variable in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
wikiStyleRenderer - Variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
wikiStyleRenderer - Variable in class com.atlassian.confluence.user.actions.SiteSupportAction
 
WikiTemplateHandler - Class in com.atlassian.confluence.pages.templates
 
WikiTemplateHandler(EditorFormatService, SpaceManagerInternal) - Constructor for class com.atlassian.confluence.pages.templates.WikiTemplateHandler
 
WikiToEditorHtmlMigrator - Class in com.atlassian.confluence.content.render.xhtml.migration
Convert a wiki formatted String into Confluence Editor format HTML.
WikiToStorageConverter - Interface in com.atlassian.confluence.xhtml.api
Defines operations for converting wiki format to storage format.
WikiToStorageConverterImpl - Class in com.atlassian.confluence.impl.content.render.xhtml
 
WikiToStorageConverterImpl(ExceptionTolerantMigrator) - Constructor for class com.atlassian.confluence.impl.content.render.xhtml.WikiToStorageConverterImpl
 
WikiToXhtmlConversionData - Class in com.atlassian.confluence.tinymceplugin.rest.entities
The data required to request conversion of wiki data to XHTML.
WikiToXhtmlConversionData() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.WikiToXhtmlConversionData
 
WikiToXhtmlConversionData(String, long, String, boolean, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.WikiToXhtmlConversionData
 
WikiToXhtmlMigrationUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Convert all wiki formatted content to XHTML content as part of the upgrade.
WikiToXhtmlMigrationUpgradeTask(SiteMigrator) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.WikiToXhtmlMigrationUpgradeTask
 
WikiToXhtmlMigrator - Class in com.atlassian.confluence.content.render.xhtml.migration
Convert wiki formatted text to the XHTML format used for storage from Confluence 4.0.
WikiToXhtmlMigrator(RendererConfiguration, LinkRenderer, EmbeddedResourceRenderer, ErrorReportingV2Renderer) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.WikiToXhtmlMigrator
 
WikiXhtmlConverter - Class in com.atlassian.confluence.tinymceplugin.rest
Resource that will accept wiki content and return its XHTML equivalent.
WikiXhtmlConverter(EditorFormatService, ContentEntityManager, PageTemplateManager, SpaceManager) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.WikiXhtmlConverter
 
WildcardTextFieldQuery - Class in com.atlassian.confluence.search.v2.query
 
WildcardTextFieldQuery(String, String, BooleanOperator) - Constructor for class com.atlassian.confluence.search.v2.query.WildcardTextFieldQuery
 
WildcardTextFieldQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
WildcardTextFieldQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.WildcardTextFieldQueryMapper
 
willExecuteWebSudoRequest(HttpServletRequest) - Method in class com.atlassian.sal.confluence.websudo.ConfluenceWebSudoManager
 
WINDOWS - Enum constant in enum class com.atlassian.confluence.util.MobileUtils.MobileOS
 
WINK - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
with(User, String, String) - Static method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem
Deprecated.
Mandatory parametrisation in order to construct a PreRenderedMailNotificationQueueItem instance.
with(String, Object) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
with(String, Object) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withAcceptFilter(Predicate<EdgeTargetInfo>) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter.Builder
 
withAccessToken(String) - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials.Builder
 
withActionInvocation(ActionInvocation) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withActionInvocation(ActionInvocation) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withActionInvocation(ActionInvocation) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withActionMapping(ActionMapping) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withActionMapping(ActionMapping) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withActionName(String) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withActionName(String) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withAncestorOf(Group) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupFinderImpl
 
withAncestorOf(Group) - Method in interface com.atlassian.confluence.api.service.people.GroupService.GroupFinder
Restrict the finder to find groups that are ancestor of the given group
withAncestorOf(Group) - Method in class com.atlassian.confluence.impl.service.finder.people.NoopGroupFinder
 
withAnchor(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
withAnchor(Optional<String>) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
withAnyStatus() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withAnyStatus() - Method in interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Don't restrict the fetched content on status.
withAnyStatus() - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withAnyStatus() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withAnyStatus() - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFinder
 
withApplication(Map<String, Object>) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withApplication(Map<String, Object>) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withArchivedResultCount(Optional<Integer>) - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
withAttachmentBy(String) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentDeleteOptionsBuilder
 
withAttachmentBy(String, int) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentDeleteOptionsBuilder
 
withAttachmentBy(String, int, String) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentDeleteOptionsBuilder
 
withBatchSize(int) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
withBatchUpdate(ILuceneConnection.BatchUpdateAction) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Perform multiple writes to the index.
withBatchUpdate(ILuceneConnection.BatchUpdateAction) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
Blocks and waits until all write operations to the index complete.
withBatchUpdate(BatchUpdateAction) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
withBatchUpdate(BatchUpdateAction) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessor
 
withBatchUpdate(BatchUpdateAction) - Method in class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
 
withBatchUpdate(BatchUpdateAction) - Method in interface com.atlassian.confluence.search.v2.SearchIndexAccessor
Execute the update action in a batch.
withBody(LinkBody<?>) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
withBody(Optional<LinkBody<?>>) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
withBootstrapClasses(List<Class<?>>) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
Classes required to bootstrap a sandbox process.
withChanges(long) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
 
withCharacterCounting(Streamable, Effect<Long>) - Static method in class com.atlassian.confluence.content.render.xhtml.Streamables
withConcurrencyLevel(int) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
Number of sandbox processes.
withConfiguration(String) - Static method in class com.atlassian.confluence.ConfigureJohnson
Creates an instance of this rule in which Johnson uses the given configuration file.
withContainer(Container) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withContainer(Container) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Restrict the fetched content to those with the given Container, this will by proxy restrict to certain types of content, as different types of content can have different types of containers.
withContainer(Container) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withContainer(Container) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withContainer(Container) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withContainerId(long) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentDeleteOptionsBuilder
 
withContainerId(ContentId) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService.AttachmentFinder
Restrict the attachments returned to those with the given parent.
withContainerId(ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService.RemoteAttachmentFinder
 
withContainerId(ContentId) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
 
withContent(long) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
 
withContentContainingLabels(Iterable<Label>) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withContentContainingLabels(List<String>) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
 
withContentContainingLabels(List<String>) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceFinder
 
withContentContainingLabels(List<String>) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopSpaceFinder
 
withContentId(ContentId) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
 
withContentId(ContentId) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService.ParameterContentPropertyFinder
 
withContentId(ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteParameterContentPropertyFinder
 
withContentId(ContentId) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
 
withContentIds(List<ContentId>) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService.ParameterContentPropertyFinder
 
withContentIds(List<ContentId>) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteParameterContentPropertyFinder
 
withContentIds(List<ContentId>) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
 
withContentProperty(boolean) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withContentType(String) - Method in class com.atlassian.confluence.content.service.ContentLocatorBuilder
 
withContentVersion(int) - Method in interface com.atlassian.confluence.api.service.content.ContentMacroService.MacroInstanceFinder
Apply a filter for the content to search, if this is not specified the latest version of the content will be used.
withContentVersion(int) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
 
withContentVersion(int) - Method in interface com.atlassian.confluence.rest.client.RemoteContentMacroService.RemoteMacroFinder
 
withContext(ServletContext) - Static method in class com.atlassian.confluence.ConfigureJohnson
Creates an instance of this rule in which Johnson uses the given context.
withContributor(ConfluenceUser) - Method in class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
withConversionErrors(Map<String, ConversionData>) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withConversionErrors(Map<String, ConversionData>) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withCopyAttachment(boolean) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withCopyLabel(boolean) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withCopyPermission(boolean) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withCountingCharacters(Streamable, Consumer<Long>) - Static method in class com.atlassian.confluence.content.render.xhtml.Streamables
Produces a Streamable which counts the number of characters written to another Streamable's writer.
withCreatedDate(LocalDate) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withCreatedDate(LocalDate) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Restrict the fetched content to those created / published on the given date
withCreatedDate(LocalDate) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withCreatedDate(LocalDate) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withCreatedDate(LocalDate) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteParameterContentFinder
 
withCronSchedule(JobConfig, String, TimeZone) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
Returns a new JobConfig with the new cronExpression and time zone if its schedule is of type CRON_EXPRESSION and the time zone has changed.
withDebugPortOffset(Integer) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
Opens debug port for each sandbox process starting with given offset.
withDefaultConfiguration() - Static method in class com.atlassian.confluence.ConfigureJohnson
Creates an instance of this rule in which Johnson uses the default configuration file, namely "johnson-config.xml".
withDefaultOptions(DefaultBulkOptions) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentDeleteOptionsBuilder
 
withDeleted(long) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
 
withDepth(Depth) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceContentImpl
 
withDepth(Depth) - Method in interface com.atlassian.confluence.api.service.content.ChildContentService.ChildContentFinder
Applies a depth filter to the content found under this parent and retrieved by the finder.
withDepth(Depth) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceContentFinder
Applies a depth filter the content in this space retrieved by the finder, presently only pages participate in the space content hierarchy, the depth filter has no effect on other content type
withDepth(Depth) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
 
withDepth(Depth) - Method in interface com.atlassian.confluence.rest.client.RemoteChildContentService.RemoteChildContentFinder
Set the depth to retrieve content on the ChildContentFinder
withDepth(Depth) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceContentFinder
Set the depth to retrieve content on the SpaceContentFinder
withDepth(Depth) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl
 
withDestinationResourceIdentifier(ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
withDestinationResourceIdentifier(Optional<ResourceIdentifier>) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
withDestinationUrl(String) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport.Builder
 
withDocuments(long) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
 
withEdgeTypes(List<String>) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter.Builder
 
withEmptyFolder(boolean) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
 
withErrorConsumer(SandboxErrorConsumer) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
The sandbox server and SandboxTask log a debug message by writing it to standard error.
withEscapingTableName(HibernateConfig, String) - Static method in class com.atlassian.confluence.upgrade.ddl.DropTableIfExistsCommand
Create the command which will take care of escaping table name itself
withExceptionSupplier(BiFunction<String, ValidationResult, ? extends ServiceException>) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
withExemption(Runnable) - Method in class com.atlassian.confluence.security.DefaultPermissionManager
 
withExemption(Runnable) - Method in interface com.atlassian.confluence.security.PermissionManager
Execute the given task with permission exemption.
withExemption(Supplier<T>) - Method in class com.atlassian.confluence.api.impl.service.permissions.OperationServiceImpl
 
withExemption(Supplier<T>) - Method in interface com.atlassian.confluence.api.service.permissions.OperationService
Execute the given task with permission exemption.
withExtraContext(Map<String, Object>) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withExtraContext(Map<String, Object>) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withFilename(String) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService.AttachmentFinder
Restrict the attachments fetched to those with the given filename.
withFilename(String) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService.RemoteAttachmentFinder
 
withFilename(String) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
 
withHash(String) - Method in interface com.atlassian.confluence.api.service.content.ContentMacroService.MacroInstanceFinder
withHash(String) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
withHash(String) - Method in interface com.atlassian.confluence.rest.client.RemoteContentMacroService.RemoteMacroFinder
withHasRetentionPolicy(boolean) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
 
withHasRetentionPolicy(boolean) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceFinder
Filter spaces that have retention policies or not
withHasRetentionPolicy(boolean) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopSpaceFinder
 
withHasRetentionPolicy(boolean) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceFinder
Filter spaces that have retention policies or not
withHasRetentionPolicy(boolean) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
 
withHasRetentionPolicy(boolean) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withHeading(String) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
 
withId(long) - Method in class com.atlassian.confluence.content.service.ContentLocatorBuilder
 
withId(long) - Method in class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
withId(ContentId) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withId(ContentId) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService.AttachmentFinder
Restrict the attachment returned by the fetch methods to those with the given attachmentId
withId(ContentId) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ContentFinder
Restrict the fetched content to that with the given ContentId
withId(ContentId) - Method in interface com.atlassian.confluence.api.service.content.ContentVersionService.ParameterVersionFinder
When query with Id, it will return list of Versions ordered by descending version.
withId(ContentId) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withId(ContentId) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withId(ContentId) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentVersionServiceImpl.RemoteVersionFinderImpl
 
withId(ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService.RemoteAttachmentFinder
 
withId(ContentId) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
 
withId(ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFinder
 
withId(ContentId) - Method in interface com.atlassian.confluence.rest.client.RemoteContentVersionService.RemoteParameterVersionFinder
 
withId(ContentId, ContentId...) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withId(ContentId, ContentId...) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Restrict the fetched content to those with the given ids, requires at least two ContentIds.
withId(ContentId, ContentId...) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withId(ContentId, ContentId...) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withId(ContentId, ContentId...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFinder
Note : currently unsupported Restrict the fetched content to those with the given ids, requires at least two ContentIds.
withId(JsonContentPropertyId) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService.ContentPropertyFinder
 
withId(JsonContentPropertyId) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteContentPropertyFinder
 
withId(JsonContentPropertyId) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
 
withId(ContentTemplateId) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService.TemplateFinder
 
withId(ContentTemplateId) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
 
withId(ContentTemplateId) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService.RemoteTemplateFinder
 
withId(Iterable<ContentId>) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withId(Iterable<ContentId>) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Restrict the fetched content to those with the given ids
withId(Iterable<ContentId>) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withId(Iterable<ContentId>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withId(Iterable<ContentId>) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFinder
Note : currently unsupported Restrict the fetched content to those with the given ids
withIdAndVersion(ContentId, int) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withIdAndVersion(ContentId, int) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ContentFinder
Restrict the fetched content to that matching the given version
withIdAndVersion(ContentId, int) - Method in interface com.atlassian.confluence.api.service.content.ContentVersionService.VersionFinder
When Version is set, search will find the particular version and return a single version.
withIdAndVersion(ContentId, int) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withIdAndVersion(ContentId, int) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withIdAndVersion(ContentId, int) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentVersionServiceImpl.RemoteVersionFinderImpl
 
withIdAndVersion(ContentId, int) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFinder
 
withIdAndVersion(ContentId, int) - Method in interface com.atlassian.confluence.rest.client.RemoteContentVersionService.RemoteVersionFinder
 
withIds(List<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentDeleteOptionsBuilder
 
withIds(List<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.IdListAttachmentDeleteOptionsBuilder
 
withIds(Set<Long>) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
 
withIds(Set<Long>) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceFinder
 
withIds(Set<Long>) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopSpaceFinder
 
withIndices(List<Index>) - Method in interface com.atlassian.confluence.search.v2.ISearch
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0. Use ISearch.toBuilder()
withInputStream(InputStream) - Method in interface com.atlassian.confluence.util.io.InputStreamConsumer
 
withIsFavourited(boolean) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
 
withIsFavourited(boolean) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceFinder
 
withIsFavourited(boolean) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopSpaceFinder
 
withIsFavourited(boolean) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceFinder
 
withIsFavourited(boolean) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
 
withIsFavourited(boolean) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withJavaOptions(String...) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
 
withJitterSecs(int) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
atlassian-scheduler doesn't support schedule jittering.
withJitterSecs(Map<String, Serializable>, int) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
atlassian-scheduler doesn't support schedule jittering.
withKey(String) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService.ParameterContentPropertyFinder
withKey(String) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteParameterContentPropertyFinder
withKey(String) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
 
withKeyAndArgs(BulkSimpleMessageTypes, String, Object...) - Static method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
Creates a new SimpleMessage with the given key and arguments.
withKeyAndArgs(String, Object...) - Static method in class com.atlassian.confluence.api.model.messages.SimpleMessage
Creates a new SimpleMessage with the given key and arguments.
withKeyAndArgs(String, Object...) - Static method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
 
withKeys(String...) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
 
withKeys(String...) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceFinder
 
withKeys(String...) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopSpaceFinder
 
withKeys(String...) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceFinder
 
withKeys(String...) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
 
withLabel(Label) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withLabels(Label...) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
 
withLabels(Label...) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceFinder
 
withLabels(Label...) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopSpaceFinder
 
withLabels(Label...) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceFinder
 
withLabels(Label...) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
 
withLabels(Iterable<Label>) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withLastModificationDate(Date) - Method in class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
withLastModifier(ConfluenceUser) - Method in class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
withLazyParameter(String, Supplier<?>) - Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
withLimit(int) - Method in interface com.atlassian.confluence.search.v2.ISearch
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0. Use ISearch.toBuilder()
withLocale(Locale) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withLocale(Locale) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withLocation(Collection<String>) - Method in interface com.atlassian.confluence.api.service.content.ChildContentService.ChildContentFinder
Apply a content filter to the content found under this parent and retrieved by the finder.
withLocation(Collection<String>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
 
withLocation(Collection<String>) - Method in interface com.atlassian.confluence.rest.client.RemoteChildContentService.RemoteChildContentFinder
Set the location(s) to retrieve the content from
withLocator(ContentLocator) - Method in class com.atlassian.confluence.api.impl.service.content.finder.ContentFinderImpl
 
withLocator(ContentLocator) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ContentFinder
Restrict the fetched content to that matching the given ContentLocator, a ContentLocator identifies a single piece of content.
withLocator(ContentLocator) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withLocator(ContentLocator) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withLocator(ContentLocator) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFinder
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
withLogLevel(Level) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
 
withLowercase(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping.Builder
Set whether to support a lowercase version of the field
withMacroBody(MacroBody) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withMacroId(MacroId) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withMacroId(Option<MacroId>) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
withMacroId(String) - Method in interface com.atlassian.confluence.api.service.content.ContentMacroService.MacroInstanceFinder
Apply a filter of the macroId, this is currently mandatory.
withMacroId(String) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
 
withMacroId(String) - Method in interface com.atlassian.confluence.rest.client.RemoteContentMacroService.RemoteMacroFinder
 
withMacroId(String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withMacroIdentifier(MacroId) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withMacroIdentifier(String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withMax(long) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
 
withMaxEdgeInfo(int) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter.Builder
 
withMaxProcessedEntries(int) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
withMediaType(String) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService.AttachmentFinder
Restrict the attachments fetched to those with the given file type, these file types should match the string representation of a type in javax.ws.rs.core.MediaType
withMediaType(String) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService.RemoteAttachmentFinder
 
withMediaType(String) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
 
withMember(User) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupFinderImpl
 
withMember(User) - Method in interface com.atlassian.confluence.api.service.people.GroupService.GroupFinder
Filter to groups that have the given person as a member
withMember(User) - Method in class com.atlassian.confluence.impl.service.finder.people.NoopGroupFinder
 
withMember(User) - Method in interface com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupService.RemoteGroupFinder
 
withMember(User) - Method in class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl.RemoteGroupFinderImpl
 
withMembershipOf(Group) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupFinderImpl
 
withMembershipOf(Group) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl.PersonFinderImpl
 
withMembershipOf(Group) - Method in interface com.atlassian.confluence.api.service.people.GroupService.GroupFinder
Restrict the finder to find groups that are members of the given group
withMembershipOf(Group) - Method in interface com.atlassian.confluence.api.service.people.PersonService.PersonFinder
Restrict the finder to just users that are members of the given group
withMembershipOf(Group) - Method in class com.atlassian.confluence.impl.service.finder.people.NoopGroupFinder
 
withMembershipOf(Group) - Method in class com.atlassian.confluence.impl.service.finder.people.NoopPersonFinder
 
withMembershipOf(Group) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService.RemotePersonFinder
 
withMembershipOf(Group) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl.RemotePersonFinderImpl
 
withMemoryInMegabytes(int) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
Limits memory of sandbox process.
withMessageKey(String, String...) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport.Builder
 
withMinimumMemoryInMb(int) - Method in interface com.atlassian.confluence.util.sandbox.SandboxSpec.SpecBuilder
Minimum JVM heap memory requirement for sandbox process
withMinimumStackInMb(int) - Method in interface com.atlassian.confluence.util.sandbox.SandboxSpec.SpecBuilder
Minimum amount of heap memory sandbox JVM should have
withName(String) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupFinderImpl
 
withName(String) - Method in class com.atlassian.confluence.api.model.content.AttachmentUpload
Create a new AttachmentUpload object from this one, changing the logical filename but keeping other fields.
withName(String) - Method in interface com.atlassian.confluence.api.service.people.GroupService.GroupFinder
Restrict the fetched group to matching the given groupName
withName(String) - Method in class com.atlassian.confluence.impl.service.finder.people.NoopGroupFinder
 
withName(String) - Static method in enum class com.atlassian.confluence.internal.health.JohnsonEventLevel
Returns the enum value with the given level name.
withName(String) - Static method in enum class com.atlassian.confluence.internal.health.JohnsonEventType
Returns the enum value with the given event name.
withName(String) - Method in interface com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupService.RemoteGroupFinder
 
withName(String) - Method in class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl.RemoteGroupFinderImpl
 
withName(String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withNameConflictResolver(PageNameConflictResolver) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withNewTransaction(Callable<Boolean>) - Method in class com.atlassian.confluence.impl.hibernate.HibernateSessionManager5
 
withOldVersion(boolean) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
 
withOptions() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
 
withoutEscapingTableName(HibernateConfig, String) - Static method in class com.atlassian.confluence.upgrade.ddl.DropTableIfExistsCommand
Create the command which will use passed tableName as is, without trying to escape it
withoutJitterSecs(Map<String, Serializable>) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
 
withoutTenantPermit(Callable<T>) - Static method in class com.atlassian.confluence.impl.tenant.ThreadLocalTenantGate
Deprecated.
Close all gates for the given closure on the current thread.
withPageContentTranformer(PageContentTransformer) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withPageContext(PageContext) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withPageContext(PageContext) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withPageCopyOptions(PageCopyOptions) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withPageId(Long...) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.delete.PageDeleteOptions.Builder
 
withPageIds(Collection<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.delete.PageDeleteOptions.Builder
 
withParameter(String, String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withParameters(Map<String, String>) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withParameters(HttpParameters) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withParameters(HttpParameters) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withParameters(HttpParameters) - Method in class com.atlassian.confluence.user.actions.EditMyProfileAction
 
withParameters(HttpParameters) - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
withParentOf(Group) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupFinderImpl
 
withParentOf(Group) - Method in interface com.atlassian.confluence.api.service.people.GroupService.GroupFinder
Restrict the finder to find groups that are parents of the given group
withParentOf(Group) - Method in class com.atlassian.confluence.impl.service.finder.people.NoopGroupFinder
 
withParentVersion(int) - Method in interface com.atlassian.confluence.api.service.content.ChildContentService.ChildContentFinder
Specifies the which version of the parent content to use when looking for children.
withParentVersion(int) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
 
withParentVersion(int) - Method in interface com.atlassian.confluence.rest.client.RemoteChildContentService.RemoteChildContentFinder
Specifies the which version of the parent content to use when looking for children.
withPermission(String) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withPrefixNameConflictResolver(boolean, String) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withPrefixNameConflictResolver(boolean, String, int) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withPrefixNameConflictResolver(String) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withProgressMeter(ProgressMeter) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
withProperties(Properties) - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials.Builder
 
withPropertyKey(String) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService.ParameterContentPropertyFinder
 
withPropertyKey(String) - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService.SpacePropertyFinder
 
withPropertyKey(String) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyFinderImpl
 
withPropertyKey(String) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteParameterContentPropertyFinder
 
withPropertyKey(String) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
 
withPropertyKey(String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePropertyService.RemoteSpacePropertyFinder
 
withPropertyKey(String) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl
 
withPropertyKeys(List<String>) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService.ParameterContentPropertyFinder
 
withPropertyKeys(List<String>) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteParameterContentPropertyFinder
 
withPropertyKeys(List<String>) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
 
withQuery(SearchQuery) - Method in interface com.atlassian.confluence.search.v2.ISearch
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0. Use ISearch.toBuilder()
withReader(ILuceneConnection.ReaderAction) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Idempotent operation.
withReader(ILuceneConnection.ReaderAction) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
withReader(EnumSet<SearchIndex>, ILuceneConnection.ReaderAction) - Method in class com.atlassian.confluence.impl.search.v2.lucene.MultiReaderBasedConnection
 
withReader(EnumSet<SearchIndex>, ILuceneConnection.ReaderAction) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.MultiConnection
 
withReadOnlyAccessExemption(Callable<T>) - Method in class com.atlassian.confluence.api.impl.service.accessmode.AccessModeServiceImpl
 
withReadOnlyAccessExemption(Callable<T>) - Method in interface com.atlassian.confluence.api.service.accessmode.AccessModeService
Execute a method that needs to be exempt from read-only access check in the permission manager layer.
withReadOnlyAccessExemptionCompletionStage(Callable<T>) - Method in interface com.atlassian.confluence.rest.client.RemoteAccessModeService
Execute a method that needs to be exempt from read-only access check in the permission manager layer.
withReadOnlyAccessExemptionCompletionStage(Callable<T>) - Method in class com.atlassian.confluence.rest.client.RemoteAccessModeServiceImpl
 
withRefreshToken(String) - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials.Builder
 
withRelatedContentMessages(ContentEntityObject, long, List<? extends ContentEntityObject>, boolean) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentManagementMultiEventsCommand
Create a list of JournalMessage instances for a content and its related contents.
withReplaceNameConflictResolver(String, String) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withRequestContext(Runnable) - Method in interface com.atlassian.confluence.vcache.VCacheRequestContextOperations
Wraps the supplied Runnable in a request context
withRequestContext(Callable<T>) - Method in interface com.atlassian.confluence.vcache.VCacheRequestContextOperations
Wraps the supplied Callable in a request context
withRequestId(String) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withResolved(KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, NullValueProvider, Set<String>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.EnrichedMapDeserializer
It resolves contextualisation to MapDeserializer and this is erroneous for EnrichedMapDeserializer and also we always need EnrichedMapDeserializer .
withResolved(KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, NullValueProvider, Set<String>, Set<String>) - Method in class com.atlassian.confluence.rest.serialization.jackson2.EnrichedMapDeserializer
It resolves contextualisation to MapDeserializer and this is erroneous for EnrichedMapDeserializer and also we always need EnrichedMapDeserializer .
withRestrictionsHash(String) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
 
withSchemaVersion(int) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withScope(ReIndexingScopeThreadLocal.ReIndexingScope, Runnable) - Static method in class com.atlassian.confluence.cluster.ReIndexingScopeThreadLocal
Execute a Runnable with specified scope
withScoreConfig(ScoreConfig) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter.Builder
 
withSearch(ILuceneConnection.SearcherAction) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
 
withSearch(ILuceneConnection.SearcherAction) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
This implementation does not respect the boolean return of the of the ILuceneConnection.SearcherAction.perform(IndexSearcher) method
withSearch(EnumSet<SearchIndex>, ILuceneConnection.SearcherAction) - Method in class com.atlassian.confluence.impl.search.v2.lucene.MultiReaderBasedConnection
 
withSearch(EnumSet<SearchIndex>, ILuceneConnection.SearcherAction) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.MultiConnection
 
withSearcher(long, ILuceneConnection.SearcherWithTokenAction<T>) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Perform a search with the specified search token.
withSearcher(long, ILuceneConnection.SearcherWithTokenAction<T>) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
withSearcher(ILuceneConnection.SearcherWithTokenAction<T>) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Perform a search that can be later continued via the search token passed to ILuceneConnection.SearcherWithTokenAction.perform(IndexSearcher, long).
withSearcher(ILuceneConnection.SearcherWithTokenAction<T>) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
withSearcher(EnumSet<SearchIndex>, long, ILuceneConnection.SearcherWithTokenAction<T>) - Method in class com.atlassian.confluence.impl.search.v2.lucene.MultiReaderBasedConnection
 
withSearcher(EnumSet<SearchIndex>, long, ILuceneConnection.SearcherWithTokenAction<T>) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.MultiConnection
 
withSearcher(EnumSet<SearchIndex>, ILuceneConnection.SearcherWithTokenAction<T>) - Method in class com.atlassian.confluence.impl.search.v2.lucene.MultiReaderBasedConnection
 
withSearcher(EnumSet<SearchIndex>, ILuceneConnection.SearcherWithTokenAction<T>) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.MultiConnection
 
withSearchLanguage(SearchLanguage) - Method in class com.atlassian.confluence.internal.index.lucene.LuceneFieldVisitor
 
withSearchLanguage(SearchLanguage) - Method in interface com.atlassian.confluence.plugins.index.api.FieldVisitor
Deprecated.
 
withServletContext(ServletContext) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withServletContext(ServletContext) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withServletRequest(HttpServletRequest) - Method in class com.atlassian.confluence.accessmode.actions.ReadOnlyAccessAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, no replacement.
withServletRequest(HttpServletRequest) - Method in class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, no replacement.
withServletRequest(HttpServletRequest) - Method in class com.atlassian.confluence.importexport.actions.ExportSpaceAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, no replacement.
withServletRequest(HttpServletRequest) - Method in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, no replacement.
withServletRequest(HttpServletRequest) - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, no replacement.
withServletRequest(HttpServletRequest) - Method in class com.atlassian.confluence.pages.actions.AttachFileAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, no replacement.
withServletRequest(HttpServletRequest) - Method in class com.atlassian.confluence.security.actions.NotPermittedAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, no replacement.
withServletRequest(HttpServletRequest) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withServletRequest(HttpServletRequest) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withServletRequest(HttpServletRequest) - Method in class com.atlassian.confluence.user.actions.LogoutAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, no replacement.
withServletResponse(HttpServletResponse) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withServletResponse(HttpServletResponse) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withServletResponse(HttpServletResponse) - Method in class com.atlassian.confluence.user.actions.LogoutAction
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1, no replacement.
withSession(Map<String, Object>) - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
withSession(Map<String, Object>) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withSession(Map<String, Object>) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withSkipLinkUpdates(boolean) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
withSpace(Space) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService.ParameterTemplateFinder
 
withSpace(Space) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
 
withSpace(Space) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService.RemoteParameterTemplateFinder
 
withSpace(Space...) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withSpace(Space...) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Restrict the fetched content to those in the given spaces.
withSpace(Space...) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withSpace(Space...) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withSpace(Space...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteParameterContentFinder
 
withSpaceIds(Set<Long>) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withSpaceKey(String) - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService.SpacePropertyFinder
 
withSpaceKey(String) - Method in class com.atlassian.confluence.content.service.ContentLocatorBuilder
 
withSpaceKey(String) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyFinderImpl
 
withSpaceKey(String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePropertyService.RemoteSpacePropertyFinder
 
withSpaceKey(String) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl
 
withSpaceKey(String) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withSpaceKeys(Iterable<String>) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withSpaceStatus(SpaceStatus) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withSpaceType(SpaceType) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
withStackInMegabytes(int) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
Sets the default stack size of sandbox process threads.
withStartupTimeLimit(Duration) - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
Sandbox process taking longer that this time to start will be killed.
withStatistic(TrashRemovalStatistic, Runnable) - Static method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatisticThreadLocal
Perform some trash removal actions while recording statistics into a stats holder
withStatus(ContentStatus...) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withStatus(ContentStatus...) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Restrict the fetched content to that matching the given statuses.
withStatus(ContentStatus...) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withStatus(ContentStatus...) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withStatus(ContentStatus...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFinder
 
withStatus(SpaceStatus) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
 
withStatus(SpaceStatus) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceFinder
 
withStatus(SpaceStatus) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopSpaceFinder
 
withStatus(SpaceStatus) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceFinder
 
withStatus(SpaceStatus) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
 
withStatus(ClientTokenMetadata.ClientTokenStatus) - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials.Builder
 
withStatus(Iterable<ContentStatus>) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withStatus(Iterable<ContentStatus>) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Restrict the fetched content to that matching the given statuses.
withStatus(Iterable<ContentStatus>) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withStorage(Streamable) - Static method in class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
 
withStorageAndTransform(Streamable, Streamable) - Static method in class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
 
withStorageVersion(String) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withStreamConsumer(InputStream, InputStreamConsumer<T>) - Static method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.ThumbnailRenderer
Call the InputStreamConsumer with input stream ensuring that the input stream gets closed properly afterwards.
withStreamWriter(XMLStreamWriter, Writer) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlStreamWriterCallback
 
withTarget(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
withTarget(Optional<String>) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
withTenantPermit(Callable<T>) - Static method in class com.atlassian.confluence.impl.tenant.ThreadLocalTenantGate
Deprecated.
Open all gates for the given closure on the current thread.
withTimeZone(JobConfig, TimeZone) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
Returns a new JobConfig with the specified time zone if its schedule is of type CRON_EXPRESSION and the time zone has changed.
withTitle(String) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withTitle(String) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Restrict the fetched content to those with the given title
withTitle(String) - Method in class com.atlassian.confluence.content.service.ContentLocatorBuilder
 
withTitle(String) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withTitle(String) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withTitle(String) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteParameterContentFinder
 
withTokenId(String) - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials.Builder
 
withTooltip(String) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
withTooltip(Optional<String>) - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
 
withTotalPageNeedToCopy(int) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport.Builder
 
withTranslation(String) - Static method in class com.atlassian.confluence.api.model.messages.SimpleMessage
Used when a message only has a translated string at creation time, usually in English.
withTranslation(String) - Static method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
Used when a message only has a translated string at creation time, usually in English.
withType(ContentType...) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
withType(ContentType...) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder
Restrict the fetched content to those matching the given contentType
withType(ContentType...) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
withType(ContentType...) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
withType(ContentType...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteParameterContentFinder
 
withType(SpaceType) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
 
withType(SpaceType) - Method in interface com.atlassian.confluence.api.service.content.SpaceService.SpaceFinder
 
withType(SpaceType) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopSpaceFinder
 
withType(SpaceType) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceFinder
 
withType(SpaceType) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
 
withType(ContentTemplateType) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService.ParameterTemplateFinder
 
withTypedParameter(String, Object) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withTypedParameters(Map<String, Object>) - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
withUnscheduleJobAfterTimestampMillis(long, int, Date) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
atlassian-scheduler interval jobs don't support repeat count.
withUnscheduleJobAfterTimestampMillis(Map<String, Serializable>, long, int, Date) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
atlassian-scheduler doesn't support repeat count.
withUser(ConfluenceUser) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
withUserKey(UserKey) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl.PersonFinderImpl
 
withUserKey(UserKey) - Method in interface com.atlassian.confluence.api.service.people.PersonService.PersonFinder
Restrict the finder to just the user with the given userKey
withUserKey(UserKey) - Method in class com.atlassian.confluence.impl.service.finder.people.NoopPersonFinder
 
withUserKey(UserKey) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService.RemotePersonFinder
 
withUserKey(UserKey) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl.RemotePersonFinderImpl
 
withUsername(String) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl.PersonFinderImpl
 
withUsername(String) - Method in interface com.atlassian.confluence.api.service.people.PersonService.PersonFinder
Restrict the finder to just user with the given username
withUsername(String) - Method in class com.atlassian.confluence.impl.service.finder.people.NoopPersonFinder
 
withUsername(String) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService.RemotePersonFinder
 
withUsername(String) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl.RemotePersonFinderImpl
 
withUserName(String) - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials.Builder
 
withValid(boolean) - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
 
withValueStack(ValueStack) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withValueStack(ValueStack) - Method in class com.atlassian.confluence.struts.compat.ActionContext
Deprecated.
 
withValueStack(ValueStack) - Method in class com.atlassian.confluence.struts.compat2.ActionContext
 
withVersion(int) - Method in class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
withVersionComment(String) - Method in class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
withWriter(ILuceneConnection.WriterAction) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Add (write) documents to the index
withWriter(ILuceneConnection.WriterAction) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
Blocks and waits until all write operations to the index complete.
WORD - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Used when rendering is occurring in a Word document, such as from using Confluence's "Edit in Word" option
WORD - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
WORD_TEMPLATE - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
WORD97_TEMPLATE - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
WORDS_PER_MINUTE - Static variable in class com.atlassian.confluence.impl.pages.readtime.DefaultEstimatedReadTimeService
 
workerThreadCount() - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerConfiguration
 
WorkingDirectory - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
WorkSourceBatchRunner<T> - Class in com.atlassian.confluence.content.render.xhtml.migration
This class is typically the basis for upgrade or migration tasks that need to manipulate a large amount of content.
WorkSourceBatchRunner(String, int, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.WorkSourceBatchRunner
 
wrap(boolean, Callable<T>) - Static method in class com.atlassian.confluence.impl.tenant.ThreadLocalTenantGate
Deprecated.
 
wrap(ConfluenceCache<K, V>) - Method in interface com.atlassian.confluence.impl.cache.whitelist.CacheOperationsWhitelistService
Puts a wrapper around a ConfluenceCache that checks operations invoked on the cache to ensure that they are permitted by the whitelist.
wrap(ConversionContext, Macro.OutputType, String, MacroDefinition) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.DefaultViewMacroWrapper
 
wrap(ConversionContext, Macro.OutputType, String, MacroDefinition) - Method in interface com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroWrapper
Execute macro wrapping.
wrap(ConversionContext, Macro.OutputType, String, MacroDefinition, boolean) - Method in interface com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroWrapper
wrap(Object, ClusterEvent) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventWrapperService
 
wrap(Object, ClusterEvent) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterEventWrapperService
 
wrap(Object, ClusterEvent) - Method in interface com.atlassian.confluence.event.events.cluster.ClusterEventWrapperService
 
wrap(Runnable) - Method in interface com.atlassian.confluence.impl.util.concurrent.TaskWrapper
 
wrap(Collection<? extends Callable<T>>) - Method in interface com.atlassian.confluence.impl.util.concurrent.TaskWrapper
 
wrap(Callable<T>) - Method in interface com.atlassian.confluence.impl.util.concurrent.TaskWrapper
 
wrap(ExecutorService) - Static method in class com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
Deprecated.
 
wrap(ExecutorService, TaskWrapper...) - Static method in class com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
Deprecated.
 
wrap(ScheduledExecutorService) - Static method in class com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
Deprecated.
 
wrapCache(ConfluenceCache<K, V>) - Method in class com.atlassian.confluence.impl.cache.AbstractConfluenceCacheAspect
 
wrapCache(ConfluenceCache<K, V>) - Method in class com.atlassian.confluence.impl.cache.ConfluenceMonitoringCacheAspect
 
wrapCallback(Callable<T>) - Method in enum class com.atlassian.confluence.user.AuthenticatedUserImpersonator
 
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceAnalyzer
 
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceUnstemmedAnalyzer
 
wrapEvent(Object) - Method in interface com.atlassian.confluence.impl.cluster.event.TopicEventCluster
 
wrapEvent(Object) - Method in class com.atlassian.confluence.impl.cluster.hazelcast.event.HazelcastTopicEventCluster
 
wrappedQuery - Variable in class com.atlassian.confluence.impl.search.v2.lucene.WrappingQuery
 
WrappingFormatter - Class in com.atlassian.confluence.impl.search.summary
A highlight formatter that wraps the term with two strings, before and after.
WrappingFormatter(String, String) - Constructor for class com.atlassian.confluence.impl.search.summary.WrappingFormatter
 
WrappingQuery - Class in com.atlassian.confluence.impl.search.v2.lucene
A base Query class for custom Query subclasses, especially in plugins, so that they can be handled properly during term extraction in highlight scoring.
WrappingQuery(Query) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.WrappingQuery
 
WritableDirectoryExistsCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
WritableDirectoryExistsCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.WritableDirectoryExistsCondition
 
WritableDirectoryExistsCriteria - Interface in com.atlassian.confluence.admin.criteria
 
WritableDirectoryForGroupsExistsCriteria - Interface in com.atlassian.confluence.admin.criteria
 
WritableDownloadResourceManager - Interface in com.atlassian.confluence.importexport.resource
An interface for managers that support reading and writing of downloadable resources.
write(char[]) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
write(char[], int, int) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
write(char[], int, int) - Method in class com.atlassian.confluence.search.v2.extractor.util.StringBuilderWriter
 
write(int) - Method in class com.atlassian.confluence.logging.LoggingOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
write(long, LiteSearchResultCacheEntry) - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.AdaptiveLabelCacheDao
Writes cached data to the persistent cache A previous record will be overwritten
write(long, LiteSearchResultCacheEntry) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.DatabaseBasedAdaptiveLabelCacheDaoImpl
 
write(String) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
write(String, int, int) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
writeAdditionalAttributes(UnresolvedLink, XMLStreamWriter, Marshaller<Link>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.link.EditorUnresolvedLinkMarshaller
 
writeAdditionalAttributes(UnresolvedLink, XMLStreamWriter, Marshaller<Link>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkMarshaller
 
writeAllReferencedSimpleObjects(Collection<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
Objects would have references to users, labels etc.
writeAsEncodedUnicode(Writer) - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
writeAttribute(String, String) - Method in class com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
Write the supplied attribute name and value, unless the value is blank in which case nothing will be written.
writeAttribute(String, String, String, String) - Method in class com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
Writes the attribute with the given prefix and namespace, if the prefix or namespace is blank ImageAttributeWriter.writeAttribute(String, String) will be called.
writeAttribute(XMLStreamWriter, QName, String) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Write an attribute and its value on the provided XMLStreamWriter
writeAttributes(EmbeddedImage) - Method in class com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
 
writeAttributes(EmbeddedImage) - Method in class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageImageAttributeWriter
 
writeAttributes(EmbeddedImage) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.EmbeddedWrapperAttributeWriter
 
writeAttributes(EmbeddedImage) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.ViewImageAttributeWriter
 
writeAttributes(String, String, EmbeddedImage) - Method in class com.atlassian.confluence.content.render.xhtml.ImageAttributeWriter
 
writeBackupDescriptor(BackupContainerWriter, ExportScope, boolean, Collection<String>, Long) - Method in class com.atlassian.confluence.impl.backuprestore.backup.BackupDescriptorWriter
BackupDescriptorWriter was created as an equivalent of the existing legacy code from com.atlassian.confluence.importexport.impl.AbstractXmlExporter (will disapper in Confluence 8.0).
writeBody(Writer) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
writeBody(Writer) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
writeChangeDocument(SearchIndexWriter, Searchable) - Method in class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
writeChangeDocument(SearchIndexWriter, Searchable) - Method in class com.atlassian.confluence.internal.search.tasks.AddPrefetchChangeDocumentIndexTask
 
writeCommonAttributes(Link, XMLStreamWriter, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.view.link.CommonLinkAttributesWriter
Writes attributes common to any link
writeCommonAttributes(Link, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.DefaultCommonLinkAttributesWriter
 
writeCommonAttributes(MacroDefinition, XMLStreamWriter) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.CommonMacroAttributeWriter
 
writeConfluenceResourceTags(Writer, ConfluenceWebResourceService.Style, String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceService
Write all html resource tags to the given writer.
writeConfluenceResourceTags(Writer, ConfluenceWebResourceService.Style, String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceService
 
writeContentId(XMLStreamWriter, String) - Method in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskMarshaller
 
writeData(ObjectDataOutput) - Method in class com.atlassian.confluence.cluster.hazelcast.AlwaysNullMapMergePolicy
 
writeData(ObjectDataOutput) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventWrapper
 
writeEmbeddedImageTag(XMLStreamWriter, Writer, Attachment, String, String, EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorEmbeddedImageTitleWriter
 
writeEmbeddedImageTag(XMLStreamWriter, Writer, Attachment, String, String, EmbeddedImage, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.view.embed.EmbeddedImageTagWriter
 
writeEmbeddedImageTag(XMLStreamWriter, Writer, Attachment, String, String, EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.SimpleEmbeddedImageTagWriter
 
writeEmbeddedImageTag(XMLStreamWriter, Writer, Attachment, String, String, EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.ViewEmbeddedImageTitleWriter
 
writeFileLocally(JobScope, String, Supplier<InputStream>) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
Writes a local file with a given name and given InputStream based on the JobScope.
writeHead(Writer) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
writeHead(Writer) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
writeInlineTaskImage(XMLStreamWriter, InlineTaskListItem) - Method in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskMarshaller
 
writeInlineTaskImage(XMLStreamWriter, InlineTaskListItem) - Method in class com.atlassian.confluence.diff.marshallers.DiffInlineTaskMarshaller
 
writeMessage(String) - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4Reporter
 
writeObject(ImportedObjectV2) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriter
Writes an object to the stash.
writeObject(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriterImpl
 
writeObjects(Collection<EntityObjectReadyForExport>) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriter
 
writeObjects(Collection<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
 
writeObjects(Collection<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
writeObjectsAndNotifyOtherExporters(Collection<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
writePage(Writer) - Method in interface com.atlassian.confluence.impl.sitemesh.DecoratablePage
 
writePage(Writer) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
writePage(Writer) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
Deprecated.
 
writePluginData(BackupContainerWriter, DatabaseExporterHelper) - Method in class com.atlassian.confluence.impl.backuprestore.backup.SiteBackupService
 
writePluginData(List<? extends ModuleDescriptor<BackupRestoreProvider>>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.PluginDataWriter
 
writePngToStream(BufferedImage, HttpServletResponse) - Static method in class com.atlassian.confluence.content.render.image.ImageRenderUtils
Write the image (expected to be a PNG image) to the servlet output stream of the response.
writeRawXML(XMLStreamWriter, Writer, Streamable) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Write raw XML properly on the provided Writer, which is wrapped by a XMLStreamWriter
writeRenderedContent(Writer, CharSequence, Map<?, ?>) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
writeRenderedContent(Writer, String, Map<?, ?>) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
writeRenderedTemplate(Writer, String, Map<?, ?>) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
writeRenderedTemplate(Writer, String, Context) - Static method in class com.atlassian.confluence.util.velocity.VelocityUtils
Deprecated.
 
writeStartElement(XMLStreamWriter, QName) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Write the element start on the provided XMLStreamWriter
writeStatusAttribute(XMLStreamWriter, InlineTaskListItem) - Method in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskMarshaller
 
writeStreamToFile(InputStream, File, Long) - Static method in class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataUtil
Writes stream to destination file.
writeStreamToPath(InputStream, FileStore.Path, Long) - Static method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataUtil
Writes stream to destination file.
writeTo(Writer) - Method in interface com.atlassian.confluence.content.render.xhtml.Streamable
Write the contents of the streamable to the provided writer.
writeToLog(boolean) - Method in class com.atlassian.confluence.status.SystemErrorInformationLogger
This is essentially a straight translation of the JSP into Java code.
writeToString(Streamable) - Static method in class com.atlassian.confluence.content.render.xhtml.Streamables
Write the contents of a streamable to a string.
wysiwygContent - Variable in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
The editor content.
wysiwygContent - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
wysiwygConverter - Variable in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
WysiwygConverterAction - Class in com.atlassian.confluence.pages.actions
Convert between XHtml and wiki markup.
WysiwygConverterAction() - Constructor for class com.atlassian.confluence.pages.actions.WysiwygConverterAction
 

X

X_FORWARDED_FOR_KEY - Static variable in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
XalanXslTransformer - Class in com.atlassian.confluence.xml
An implementation of the XslTransformer interface which will perform transforms using the Xalan Transformer.
XalanXslTransformer() - Constructor for class com.atlassian.confluence.xml.XalanXslTransformer
 
XHTML - Static variable in class com.atlassian.confluence.core.BodyType
Body is XHTML storage format
XHTML_NAMESPACE - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
XHTML_NAMESPACE_URI - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
XhtmlAttachmentLinksUpdater - Class in com.atlassian.confluence.content.render.xhtml.links
 
XhtmlAttachmentLinksUpdater(XmlEventReaderFactory, XMLOutputFactory, XMLEventFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.XhtmlAttachmentLinksUpdater
 
XhtmlCamelCaseLinkMigrationRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
Handles conversion of camelCase links to XHTML links during migration.
XhtmlCamelCaseLinkMigrationRendererComponent(ConfluenceRendererConfiguration, Marshaller<Link>, LinkResolver) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlCamelCaseLinkMigrationRendererComponent
 
XhtmlCleaner - Interface in com.atlassian.confluence.content.render.xhtml
Deprecated.
since 5.1.4 See StorageFormatCleaner and RenderedContentCleaner instead.
XhtmlCleaner.AppliedRuleDescription - Class in com.atlassian.confluence.content.render.xhtml
Deprecated.
since 5.1.4 See StorageFormatCleaner instead.
XhtmlCleaner.Result - Class in com.atlassian.confluence.content.render.xhtml
Deprecated.
since 5.1.4 See StorageFormatCleaner instead.
XhtmlCleaningInterceptor - Class in com.atlassian.confluence.content.render.xhtml.storage
A Hibernate interceptor that will silently cleanup security issues with XHTML content on saving to the database.
XhtmlCleaningInterceptor(StorageFormatCleaner) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.XhtmlCleaningInterceptor
 
XhtmlCleaningInterceptor(StorageFormatCleaner, Supplier<Boolean>) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.XhtmlCleaningInterceptor
this allows us to check wether site is reindexing or not
XhtmlConstants - Class in com.atlassian.confluence.content.render.xhtml
 
XhtmlConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
XhtmlConstants.Attribute - Class in com.atlassian.confluence.content.render.xhtml
 
xhtmlContent - Variable in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
XhtmlContent - Interface in com.atlassian.confluence.xhtml.api
Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
XhtmlEmbeddedRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
Migrate images and convert any other embedded types to the multimedia macro.
XhtmlEmbeddedRendererComponent(Marshaller<MacroDefinition>, MacroParameterTypeParser) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmbeddedRendererComponent
 
XhtmlEmbeddedResourceRenderer - Class in com.atlassian.confluence.content.render.xhtml.migration
 
XhtmlEmbeddedResourceRenderer(Marshaller, EmbeddedResourceResolver) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmbeddedResourceRenderer
 
XhtmlEmoticonRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
A migration renderer component that will convert emoticon's in wiki format to the new Xhtml storage format.
XhtmlEmoticonRendererComponent(StorageEmoticonMarshaller, IconManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmoticonRendererComponent
 
XhtmlEntityResolver - Class in com.atlassian.confluence.xml
An entity resolver for XHTML entities which will read the entities from the classpath (not the web) and is suitable for use in both STaX and SAX based parsing of XHTML.
XhtmlEntityResolver() - Constructor for class com.atlassian.confluence.xml.XhtmlEntityResolver
 
XhtmlException - Exception in com.atlassian.confluence.content.render.xhtml
 
XhtmlException() - Constructor for exception com.atlassian.confluence.content.render.xhtml.XhtmlException
 
XhtmlException(String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.XhtmlException
 
XhtmlException(String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.XhtmlException
This constructor will create a non-localisable XhtmlException.
XhtmlException(Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.XhtmlException
 
XhtmlFragmentTimeoutEvent - Class in com.atlassian.confluence.content.render.xhtml
An event sent when a XhtmlTimeoutException occurs when rendering a fragment.
XhtmlFragmentTimeoutEvent(Object, ContentEntityObject, long, long) - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlFragmentTimeoutEvent
 
XhtmlLinkRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
 
XhtmlLinkRendererComponent(LinkResolver, Marshaller<Link>, SubRenderer, StorageFormatCleaner) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlLinkRendererComponent
 
XhtmlLinksUpdater - Class in com.atlassian.confluence.content.render.xhtml.links
Updates all canonical links in an XHTML document to reflect a modified space key or title or both.
XhtmlLinksUpdater(XmlEventReaderFactory, XMLOutputFactory, XMLEventFactory, Marshaller<ResourceIdentifier>, ResourceIdentifierFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
 
XhtmlMacroManager - Class in com.atlassian.confluence.macro.xhtml
Listens for PluginModuleEnabledEvent and PluginModuleDisabledEvent to register Macros with itself.
XhtmlMacroManager(EventPublisher) - Constructor for class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
XhtmlMacroModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
XhtmlMacroModuleDescriptor(AutodetectModuleFactoryHolder, MacroMetadataParser) - Constructor for class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
 
XhtmlMacroRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
 
XhtmlMacroRendererComponent(MacroManager, MacroMigrationManager, Marshaller<MacroDefinition>, MacroReplacementRendererRepository, MacroDefinitionDeserializer) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlMacroRendererComponent
 
XhtmlMacroTimeoutEvent - Class in com.atlassian.confluence.content.render.xhtml
An event sent when a XhtmlTimeoutException occurs when rendering a Macro.
XhtmlMacroTimeoutEvent(Object, String, ContentEntityObject, long, long) - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlMacroTimeoutEvent
 
XhtmlMigrationLinkResolver - Class in com.atlassian.confluence.content.render.xhtml.migration
Converts wiki link text to xhtml link objects for migration.
XhtmlMigrationLinkResolver(ContentEntityObjectDao, GlobalSettingsManager, ConfluenceUserResolver, PermissionManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlMigrationLinkResolver
 
XhtmlOutgoingLinksExtractor - Class in com.atlassian.confluence.content.render.xhtml.links
You should note that this implementation of the OutgoingLinksExtractor is actually a 'reference' extractor.
XhtmlOutgoingLinksExtractor(XmlEventReaderFactory, Unmarshaller<ResourceIdentifier>, String, String, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.XhtmlOutgoingLinksExtractor
 
XhtmlParsingException - Exception in com.atlassian.confluence.content.render.xhtml
 
XhtmlParsingException(int, int, String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.XhtmlParsingException
 
XhtmlResourceIdentifierExtractor - Class in com.atlassian.confluence.impl.content.render.prefetch.xhtml
Scans storage format content and extracts any resource identifiers found within.
XhtmlResourceIdentifierExtractor(XmlEventReaderFactory, Unmarshaller<ResourceIdentifier>) - Constructor for class com.atlassian.confluence.impl.content.render.prefetch.xhtml.XhtmlResourceIdentifierExtractor
 
XhtmlRoundTripMigrator - Class in com.atlassian.confluence.content.render.xhtml.migration
Migrate content to the current storage format using a simple storage to storage fragment transformer.
XhtmlRoundTripMigrator(FragmentTransformer, XmlEventReaderFactory, Predicate<ConversionContext>) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlRoundTripMigrator
 
XhtmlSoapService - Class in com.atlassian.confluence.rpc.soap
 
XhtmlSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
XhtmlTemplateHandler - Class in com.atlassian.confluence.pages.templates
Processes XHTML templates.
XhtmlTemplateHandler(XmlOutputFactory, XmlEventReaderFactory, FormatConverter, XMLEventFactory, TemplateI18nHandler, StorageFormatCleaner, SpaceManager) - Constructor for class com.atlassian.confluence.pages.templates.XhtmlTemplateHandler
 
XhtmlTemplateUtils - Class in com.atlassian.confluence.pages.templates
Helper to make it easier to convert between the storage format and different types of variables.
XhtmlTemplateUtils() - Constructor for class com.atlassian.confluence.pages.templates.XhtmlTemplateUtils
 
XhtmlTemplateVariableRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
Renders wiki markup template variables as XHTML template variables.
XhtmlTemplateVariableRendererComponent(XMLOutputFactory, XMLEventFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlTemplateVariableRendererComponent
 
XhtmlTimeoutException - Exception in com.atlassian.confluence.content.render.xhtml
A checked exception indicating that an Xhtml Conversion has exceeded its allocated time limit.
XhtmlVisitor - Interface in com.atlassian.confluence.xhtml.api
A visitor is used to capture XML events that occur during a parse of an XHTML document.
XhtmlWikiMarkupMacroMigrator - Class in com.atlassian.confluence.macro.xhtml
A Migrator that accepts storage format XHTML and will attempt to convert any instances of unmigrated-wiki-markup macros found to be direct storage XHTML format and therefore replacing the unmigrated-wiki-markup block.
XhtmlWikiMarkupMacroMigrator(XhtmlContent, ExceptionTolerantMigrator) - Constructor for class com.atlassian.confluence.macro.xhtml.XhtmlWikiMarkupMacroMigrator
 
XhtmlXalanXslTransformer - Class in com.atlassian.confluence.xml
An XslTransformer that expects to transform XHTML input documents and will be automatically configured to resolve XHTML entities (without going out to the W3C site).
XhtmlXalanXslTransformer(EntityResolver) - Constructor for class com.atlassian.confluence.xml.XhtmlXalanXslTransformer
 
XLS - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
XLSX - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
XML - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
Used when rendering is occurring in an XML export, such as from using Confluence's export space mechanism
XML - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl.OSPSType
 
XML - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
XML - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
XmlAttributeEncodingFilter - Class in com.atlassian.confluence.content.render.xhtml
A Cyberneko filter to cope with a common mistake made by plugin developers in Confluence.
XmlAttributeEncodingFilter() - Constructor for class com.atlassian.confluence.content.render.xhtml.XmlAttributeEncodingFilter
 
XMLBackupContainerReader - Class in com.atlassian.confluence.impl.backuprestore.restore.container
 
XMLBackupContainerReader(ZipFile, ImportedObjectV1ToV2Converter, PluginDataReader) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.container.XMLBackupContainerReader
 
XmlBackupContainerWriter - Class in com.atlassian.confluence.impl.backuprestore.backup.container
This class is used to create a zip container with XML formatted backup files.
XmlBackupContainerWriter(File, ArchiveWriter, AttachmentDataFileSystem, PluginDataWriter, AttachmentDaoInternal) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
 
XmlBackupContainerWriter(File, ArchiveWriter, AttachmentDataFileSystem, PluginDataWriter, AttachmentDaoInternal, Instant) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
 
XmlDescriptorSchemaReader - Class in com.atlassian.confluence.plugins.contentproperty.index.config
Reads content properties index schema from a XML document.
XmlDescriptorSchemaReader() - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.config.XmlDescriptorSchemaReader
 
XmlEntityExpander - Interface in com.atlassian.confluence.content.render.xhtml
 
XMLEntityResolver - Interface in com.atlassian.confluence.xml
An entity resolver will read the entity definitions from the classpath (not the web) and is suitable for use in both STaX and SAX based parsing of XHTML.
XMLEventFactoryProvider - Interface in com.atlassian.confluence.content.render.xhtml
This exists to provide a 'safe' way to access , without it there may be weird classloader issues.
XmlEventReaderFactory - Interface in com.atlassian.confluence.content.render.xhtml
Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlEventToNodeConverter - Class in com.atlassian.confluence.impl.content.duplicatetags.internal
Converts XMLEvent to the instance of the special class Node required for duplicate tag processing.
XmlEventToNodeConverter() - Constructor for class com.atlassian.confluence.impl.content.duplicatetags.internal.XmlEventToNodeConverter
 
XmlExporter - Class in com.atlassian.confluence.importexport.impl
Deprecated.
since 7.14 Replaced by com.atlassian.confluence.impl.importexport.SpaceBackupExporter
XmlExporter() - Constructor for class com.atlassian.confluence.importexport.impl.XmlExporter
Deprecated.
 
XmlFragmentBodyEventReader - Class in com.atlassian.confluence.content.render.xhtml
Exposes the events of the body of a fragment, but does not include any events for the start and end tags of the fragment.
XmlFragmentEventReader - Class in com.atlassian.confluence.content.render.xhtml
Exposes the events of the body of a fragment including the start and end element of the fragment.
XmlFragmentEventReader(XMLEventReader) - Constructor for class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
XmlImporter - Interface in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
XMLNodeSkipper - Class in com.atlassian.confluence.content.render.xhtml.view.excerpt
XMLNodeSkipper receives an iterator of xmlEvents with the first element an XML startEvent, this node and all child nodes are skipped by advancing the iterator past the corresponding endEvent.
XMLNodeSkipper(Iterator<XMLEvent>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.excerpt.XMLNodeSkipper
 
xmlOutputFactory - Variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
 
XmlOutputFactory - Interface in com.atlassian.confluence.content.render.xhtml
This was introduced mainly because XMLOutputFactory is an abstract class :(
XmlOutputFactoryProvider - Interface in com.atlassian.confluence.content.render.xhtml
An interface for the XmlOutputFactoryProvider.
XmlResource - Class in com.atlassian.confluence.util.test.rules
Deprecated.
since 7.20 no replacement
XmlResource(Class, String) - Constructor for class com.atlassian.confluence.util.test.rules.XmlResource
Deprecated.
 
XmlRpcModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.rpc
 
XmlRpcModuleDescriptor(ModuleFactory, RpcServer) - Constructor for class com.atlassian.confluence.plugin.descriptor.rpc.XmlRpcModuleDescriptor
 
XmlRpcServer - Class in com.atlassian.confluence.rpc.xmlrpc
 
XmlRpcServer() - Constructor for class com.atlassian.confluence.rpc.xmlrpc.XmlRpcServer
 
XmlRpcUtils - Class in com.atlassian.confluence.rpc.xmlrpc
 
XmlRpcUtils() - Constructor for class com.atlassian.confluence.rpc.xmlrpc.XmlRpcUtils
 
XmlStreamWriterCallback - Interface in com.atlassian.confluence.content.render.xhtml
 
xmlStreamWriterTemplate - Variable in class com.atlassian.confluence.content.render.xhtml.view.embed.EmbeddedImageMarshaller
 
xmlStreamWriterTemplate - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
XmlStreamWriterTemplate - Interface in com.atlassian.confluence.content.render.xhtml
 
XmlValidator - Interface in com.atlassian.confluence.content.render.xhtml.validation
Validates XML.
XSLDiffPostProcessor - Class in com.atlassian.confluence.diff
A DiffPostProcessor that will apply a configured XSL stylesheet to the Document.
XSLDiffPostProcessor(String) - Constructor for class com.atlassian.confluence.diff.XSLDiffPostProcessor
 
XsltMailContentProcessor - Class in com.atlassian.confluence.mail
Transform email content by applying an XSL transform to it.
XsltMailContentProcessor(String, XslTransformer, XMLEntityResolver, HtmlToXmlConverter) - Constructor for class com.atlassian.confluence.mail.XsltMailContentProcessor
 
XslTransformer - Interface in com.atlassian.confluence.xml
Implemented by a component that can apply an XSL transform to provided XML input.
XsltTransformerResolver - Interface in com.atlassian.confluence.xml
Resolves a TransformerFactory which can be used for XSLT processing and parsing.
XsrfTokenEnforcer - Class in com.atlassian.confluence.impl.webapp.security.enforcer
Enforces XSRF token checks for protected actions.
XsrfTokenEnforcer(XsrfTokenValidationManager) - Constructor for class com.atlassian.confluence.impl.webapp.security.enforcer.XsrfTokenEnforcer
 
XsrfTokenExpiredAction - Class in com.atlassian.confluence.core.actions
Global result for an xsrf token timeout.
XsrfTokenExpiredAction() - Constructor for class com.atlassian.confluence.core.actions.XsrfTokenExpiredAction
 
XsrfTokenService - Interface in com.atlassian.confluence.security.service
Service for generating and validating XSRF tokens for any given request.
XsrfTokenValidationManager - Interface in com.atlassian.confluence.impl.xsrf
Defines global XSRF token validation rules.
XSTREAM_11_STORAGE_PROPERTY - Static variable in class com.atlassian.confluence.impl.xstream.DefaultConfluenceXStreamManager
 
XSTREAM_ALLOW_LIST_PROPERTY - Static variable in class com.atlassian.confluence.impl.xstream.DefaultConfluenceXStreamManager
 
XSTREAM_WHITE_LIST_DEPRECATED_PROPERTY - Static variable in class com.atlassian.confluence.impl.xstream.DefaultConfluenceXStreamManager
 
XStream111 - Class in com.atlassian.confluence.impl.xstream
Unfortunately XStream's implementation has broken compatibility with new converters post 1.1.1 This class provides backward compatibility to XML format from XStream version 1.1.1
XStream111(ReflectionProvider, ClassLoaderReference) - Constructor for class com.atlassian.confluence.impl.xstream.XStream111
 
XStreamBandanaSerializer - Class in com.atlassian.confluence.setup.bandana
XStream Bandana serializer implementation.
XStreamBandanaSerializer(ConfluenceXStream) - Constructor for class com.atlassian.confluence.setup.bandana.XStreamBandanaSerializer
 
XStreamBandanaSerializer(XStream) - Constructor for class com.atlassian.confluence.setup.bandana.XStreamBandanaSerializer
Deprecated.
since 7.10.0 Use Bandana Manager directly as it contains deserialization capabilities or use XStreamBandanaSerializer(ConfluenceXStream confluenceXStream) instead
XStreamBandanaSerializerFactory - Class in com.atlassian.confluence.setup.bandana
Implementation of BandanaSerializerFactory which returns XStream based serializers.
XStreamBandanaSerializerFactory(ConfluenceXStreamManager) - Constructor for class com.atlassian.confluence.setup.bandana.XStreamBandanaSerializerFactory
 
XStreamManager - Class in com.atlassian.confluence.setup.xstream
Deprecated.
since 7.10.0 Use ConfluenceXStreamManager's bean(DefaultConfluenceXStreamManager) instead
XStreamManager(Map) - Constructor for class com.atlassian.confluence.setup.xstream.XStreamManager
Deprecated.
 
XStreamManager(Map<String, String>, ClassLoader) - Constructor for class com.atlassian.confluence.setup.xstream.XStreamManager
Deprecated.
since 7.10.0. Use XStreamManager(Map<String, String> aliases, ClassLoader classLoader, XStreamSecurityConfigurator securityConfigurator) instead.
XStreamManager(Map<String, String>, ClassLoader, XStreamSecurityConfigurator) - Constructor for class com.atlassian.confluence.setup.xstream.XStreamManager
Deprecated.
 
XStreamManager(Map<String, String>, Map<Converter, Integer>, ClassLoader) - Constructor for class com.atlassian.confluence.setup.xstream.XStreamManager
Deprecated.
since 7.10.0. Use XStreamManager(Map<String, String> aliases, ClassLoader classLoader, XStreamSecurityConfigurator securityConfigurator) instead.
XStreamSecurityConfigurator - Class in com.atlassian.confluence.impl.xstream.security
Configures allow-list security framework.
XStreamSecurityConfigurator() - Constructor for class com.atlassian.confluence.impl.xstream.security.XStreamSecurityConfigurator
 
XStreamSecurityModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Module Descriptor to allow plugins to provide multiple options to configure security allow types in XStream.
XStreamSecurityModuleDescriptor(ModuleFactory, XStreamSecurityConfigurator, EventPublisher) - Constructor for class com.atlassian.confluence.plugin.descriptor.XStreamSecurityModuleDescriptor
 
XStreamStateChangeEvent - Class in com.atlassian.confluence.event.events.plugin
Confluence event to control XStream resets when a plugin with xstream security goes through lifecycle phases.
XStreamStateChangeEvent(Object) - Constructor for class com.atlassian.confluence.event.events.plugin.XStreamStateChangeEvent
 
XWorkModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Deprecated.
since 8.7.0
XWorkModuleDescriptor(ModuleFactory, EventPublisher, ConfigurationManager, MultipartUploadConfigurator, OgnlAllowListConfigurator) - Constructor for class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
Deprecated.
 
XWorkStateChangeEvent - Class in com.atlassian.confluence.event.events.plugin
An event to indicate a Struts runtime configuration reload is required.
XWorkStateChangeEvent(Object) - Constructor for class com.atlassian.confluence.event.events.plugin.XWorkStateChangeEvent
 
XWorkValidationResultSupport - Class in com.atlassian.confluence.validation
Helps push API level Service ValidationResult values into MessageHolders.
XWorkValidationResultSupport() - Constructor for class com.atlassian.confluence.validation.XWorkValidationResultSupport
 

Y

YEAR - Enum constant in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
Limit a date's resolution to year granularity.
YEARS - Enum constant in enum class com.atlassian.confluence.api.model.retention.AgeUnit
 
YELLOW - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchHealthStatus
 
YELLOW_STAR - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
YES - Enum constant in enum class com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderPermissionCheck
 
YES - Enum constant in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Store
 
YESTERDAY - Static variable in class com.atlassian.confluence.impl.search.v2.lucene.SinceDateQueryFactory
 

Z

ZduFinalizationRequestEvent - Class in com.atlassian.confluence.event.events.cluster
Cluster event triggered when ZDU state has changed i.e.
ZduFinalizationRequestEvent(Object) - Constructor for class com.atlassian.confluence.event.events.cluster.ZduFinalizationRequestEvent
 
ZduManager - Interface in com.atlassian.confluence.cluster
This is a publicly available component used by the ZDU plugin
ZduStartEvent - Class in com.atlassian.confluence.event.events.admin
Local event triggered when ZDU state has changed to enable.
ZduStartEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.ZduStartEvent
 
ZduStatus - Class in com.atlassian.confluence.cluster
POJO for returning ZDU state
ZduStatus(ZduStatus.State, String) - Constructor for class com.atlassian.confluence.cluster.ZduStatus
 
ZduStatus.State - Enum Class in com.atlassian.confluence.cluster
These do not map one to one to ZDU states, they just provide enough information for Confluence to interact with the ZDU Plugin Values of this type are stored in the DB via ZduStatusEntity
ZduStatusDao - Interface in com.atlassian.confluence.internal.persistence
Dao for storing state related to Zero Downtime Upgrades
ZduStatusEntity - Class in com.atlassian.confluence.internal
State of Zero Downtime Upgrades
ZduStatusEntity(ZduStatus.State, String, int) - Constructor for class com.atlassian.confluence.internal.ZduStatusEntity
 
zip(OutputStream) - Method in class com.atlassian.confluence.util.ZipUtility
Zip the files to the given destination.
zip(Optional<A>, Optional<B>) - Static method in class com.atlassian.confluence.impl.util.OptionalUtils
Zips the two given optionals into an optional of a pair.
ZIP - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
ZIP - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
ZipDataCompressor - Class in com.atlassian.confluence.internal.util.io
Zip compression/decompression implementation of DataCompressor.
ZipDataCompressor() - Constructor for class com.atlassian.confluence.internal.util.io.ZipDataCompressor
 
ZipkinHttpClientInterceptorManager - Interface in com.atlassian.confluence.util.zipkin.api
Manager for obtaining the HttpClient interceptors required for handling Zipkin communications.
ZipkinTracingFilter - Class in com.atlassian.confluence.web.filter
Filter for using Brave for using Zipkin to trace requests.
ZipkinTracingFilter() - Constructor for class com.atlassian.confluence.web.filter.ZipkinTracingFilter
 
ZipUtility - Class in com.atlassian.confluence.util
Copied from Fisheye com.cenqua.fisheye.util.Zipper User: pkamal Date: Oct 16, 2009 Time: 1:46:08 PM To change this template use File | Settings | File Templates.
ZipUtility() - Constructor for class com.atlassian.confluence.util.ZipUtility
 
ZipUtility(ZipUtility.FileHandler) - Constructor for class com.atlassian.confluence.util.ZipUtility
 
ZipUtility.FileHandler - Interface in com.atlassian.confluence.util
Callback that allows to transform/exchange the file to be added to the zip file.

_

_analyzerKind() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.StandardLanguageAnalyzerVariant
 
_annotateThisClassWithProvider() - Method in class com.atlassian.confluence.rest.v2.api.exception.ServiceExceptionMapper
Deprecated.
This method exists to remind developers that they need to annotate the implementing class with jersey's javax.ws.rs.ext.Provider annotation.
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