- ABORT - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.ConflictPolicy
-
If a conflict occurs the update is aborted with a ConflictException which converts to a http 409 error
- AboutPageAction - Class in com.atlassian.confluence.about
-
- AboutPageAction() - Constructor for class com.atlassian.confluence.about.AboutPageAction
-
- AboutPagePanelModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.aboutpage
-
- AboutPagePanelModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.aboutpage.AboutPagePanelModuleDescriptor
-
- AbsoluteHrefEvaluator - Class in com.atlassian.confluence.content.render.xhtml.links
-
Produces absolute URL's / HREF's for the specified object.
- AbsoluteHrefEvaluator(HrefEvaluator, SettingsManager, ContextPathHolder) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.AbsoluteHrefEvaluator
-
- AbstractActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
-
- AbstractActionBreadcrumb(Action) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractActionBreadcrumb
-
- AbstractAttachmentCopier - Class in com.atlassian.confluence.pages.persistence.dao
-
This method implements some of the methods from the AttachmentDao.AttachmentCopier interface.
- AbstractAttachmentCopier() - Constructor for class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
-
- AbstractAttachmentLink - Class in com.atlassian.confluence.links
-
Class represents a link to an attachment.
- AbstractAttachmentLink(GenericLinkParser) - Constructor for class com.atlassian.confluence.links.AbstractAttachmentLink
-
- AbstractAuditListener - Class in com.atlassian.confluence.impl.audit.listener
-
Abstract superclass for all audit listeners that provides some useful common functionality like i18n string handling
- AbstractAuditListener(AuditManager, AuditHandlerService, AuditRecordEntityFactory, AuditListenerHelper, AuditBroker, AuditFormatConverter) - Constructor for class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
-
- AbstractAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
-
BeanPostProcessor implementation
that wraps each eligible bean with an AOP proxy, delegating to specified interceptors
before invoking the bean itself.
- AbstractAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- AbstractAwareInterceptor - Class in com.atlassian.confluence.setup.webwork
-
- AbstractAwareInterceptor() - Constructor for class com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor
-
- AbstractBackupRestoreAction - Class in com.atlassian.confluence.importexport.actions
-
- AbstractBackupRestoreAction() - Constructor for class com.atlassian.confluence.importexport.actions.AbstractBackupRestoreAction
-
- AbstractBlogPostsAction - Class in com.atlassian.confluence.pages.actions
-
- AbstractBlogPostsAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
-
- AbstractBootstrapApplicationListener<E extends org.springframework.context.ApplicationEvent> - Class in com.atlassian.confluence.setup
-
- AbstractBootstrapApplicationListener() - Constructor for class com.atlassian.confluence.setup.AbstractBootstrapApplicationListener
-
- AbstractBootstrapHotSwappingFilter - Class in com.atlassian.confluence.util
-
Abstact filter class which will delegate to a particular filter once the container manager is setup.
- AbstractBootstrapHotSwappingFilter() - Constructor for class com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
-
- AbstractBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
-
- AbstractBreadcrumb() - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
-
- AbstractBreadcrumb(String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
-
- AbstractBreadcrumb(String, String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
-
- AbstractBulkPageAction<OPTIONS extends DefaultBulkOptions,CONTEXT extends BulkExecutionContext> - Class in com.atlassian.confluence.pages.persistence.dao.bulk
-
- AbstractBulkPageAction(OPTIONS) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.AbstractBulkPageAction
-
- AbstractChainableSearchFilter - Class in com.atlassian.confluence.search.v2
-
A super class that defines standard AND and OR chaining behaviour.
- AbstractChainableSearchFilter() - Constructor for class com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
-
- AbstractClusterAwareQuartzJobBean - Class in com.atlassian.confluence.setup.quartz
-
- AbstractClusterAwareQuartzJobBean() - Constructor for class com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
-
Deprecated.
- AbstractClusterSafetyManager - Class in com.atlassian.confluence.cluster.safety
-
Contains common functionality for clustered and standalone safety managers
- AbstractClusterSafetyManager(ClusterSafetyDao, EventPublisher, ClusterManager, LicenseService) - Constructor for class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
-
- AbstractColourScheme - Class in com.atlassian.confluence.themes
-
- AbstractColourScheme() - Constructor for class com.atlassian.confluence.themes.AbstractColourScheme
-
- AbstractCommandAction - Class in com.atlassian.confluence.pages.actions
-
CommandAction-implementing class that delegates to a CommandActionHelper.
- AbstractCommandAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractCommandAction
-
- AbstractConfigLongRunningTask - Class in com.atlassian.confluence.plugins.synchrony.tasks
-
Abstract class for long running tasks which change Collaborative Editing configuration
Usually, this is a change to the collaborative editing mode (on, limited, off) as well as restart.
- AbstractConfigLongRunningTask(SynchronyConfigurationManager, SynchronyProcessManager, SynchronyMonitor, CacheManager, SynchronyConfigTaskTracker, EventPublisher, CollaborativeEditingModeDuration) - Constructor for class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
-
- AbstractConstraintCreationUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
An abstract upgrade task for when you just want to run a bunch of constraint creation statements from a properties
file.
- AbstractConstraintCreationUpgradeTask(SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AbstractConstraintCreationUpgradeTask
-
- AbstractContentEntity - Class in com.atlassian.confluence.it
-
- AbstractContentEntity() - Constructor for class com.atlassian.confluence.it.AbstractContentEntity
-
Deprecated.
- AbstractContentEntity(AbstractContentEntity) - Constructor for class com.atlassian.confluence.it.AbstractContentEntity
-
Deprecated.
- AbstractContentEntityLink - Class in com.atlassian.confluence.links.linktypes
-
- AbstractContentEntityLink(GenericLinkParser) - Constructor for class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink
-
- AbstractContentEntityObjectHibernateDao<T extends ContentEntityObject> - Class in com.atlassian.confluence.internal.persistence.hibernate
-
- AbstractContentEntityObjectHibernateDao() - Constructor for class com.atlassian.confluence.internal.persistence.hibernate.AbstractContentEntityObjectHibernateDao
-
- AbstractContentEntityRenderSupport<T extends ContentEntityObject> - Class in com.atlassian.confluence.rss
-
- AbstractContentEntityRenderSupport() - Constructor for class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
-
- AbstractContentEntityReport - Class in com.atlassian.confluence.mail.reports
-
- AbstractContentEntityReport(ContentEntityObject, ChangeDigestReport) - Constructor for class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
-
- AbstractContentNotificationsListener - Class in com.atlassian.confluence.mail.notification.listeners
-
- AbstractCopyPageHierarchyEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
-
TODO: Document this class / interface here
- AbstractCopyPageHierarchyEvent(Object, Page, Page, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractCopyPageHierarchyEvent
-
- AbstractCreateAndEditPageAction - Class in com.atlassian.confluence.pages.actions
-
- AbstractCreateAndEditPageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
-
- AbstractCreatePageAction - Class in com.atlassian.confluence.pages.actions
-
Functions shared between creating pages and blog posts.
- AbstractCreatePageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
-
- AbstractCreateSpaceAction - Class in com.atlassian.confluence.spaces.actions
-
- AbstractCreateSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractCreateSpaceAction
-
- AbstractDatabaseCollationRule - Class in com.atlassian.confluence.impl.health.checks.rules
-
Convenient superclass for Database Collation Health Check Rules.
- AbstractDatabaseCollationRule(ErrorMessageProvider, URL, DatabaseCollationVerifier, DatabaseHelper, HibernateConfig, String[]) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.AbstractDatabaseCollationRule
-
- AbstractDatabaseCreationAction - Class in com.atlassian.confluence.setup.actions
-
- AbstractDatabaseCreationAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
-
- AbstractDatabaseSetupRule - Class in com.atlassian.confluence.impl.health.checks.rules
-
Convenient superclass for Database Setup Health Check Rules.
- AbstractDecoratorAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
-
- AbstractDecoratorAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
-
- AbstractDeferredRunUpgradeTask - Class in com.atlassian.confluence.upgrade
-
- AbstractDeferredRunUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.AbstractDeferredRunUpgradeTask
-
- AbstractDialog - Class in com.atlassian.confluence.pageobjects.component.dialog
-
- AbstractDialog(String) - Constructor for class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
-
Deprecated.
- AbstractDiffPagesAction - Class in com.atlassian.confluence.pages.actions
-
- AbstractDiffPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
-
- AbstractDraftResult - Class in com.atlassian.confluence.tinymceplugin.rest
-
- AbstractDraftResult() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.AbstractDraftResult
-
- AbstractDraftResult(Long, Long, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.AbstractDraftResult
-
- AbstractEdgeType - Class in com.atlassian.confluence.plugins.edgeindex.edge
-
- AbstractEdgeType() - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.AbstractEdgeType
-
- AbstractEditorAwareWebDriverTest - Class in com.atlassian.confluence.webdriver
-
The base-base class for Confluence Editor WebDriver tests.
- AbstractEditorAwareWebDriverTest() - Constructor for class com.atlassian.confluence.webdriver.AbstractEditorAwareWebDriverTest
-
- AbstractEditorContentWebDriverTest - Class in com.atlassian.confluence.webdriver
-
Base class for Confluence Editor Content WebDriver tests
Makes easier to run all the editor content related tests in the same Confluence editor page sequentially.
- AbstractEditorContentWebDriverTest() - Constructor for class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
- AbstractEditorPage<T extends AbstractViewPage,U extends AbstractEditorPage> - Class in com.atlassian.confluence.pageobjects.page.content
-
- AbstractEditorPage(Class<T>, Class<U>, String) - Constructor for class com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage
-
Deprecated.
- AbstractEditorWebDriverTest - Class in com.atlassian.confluence.webdriver
-
Base class for Confluence Editor WebDriver tests
Makes it easier to run all the tests in the same Confluence editor page sequentially.
- AbstractEditorWebDriverTest() - Constructor for class com.atlassian.confluence.webdriver.AbstractEditorWebDriverTest
-
- AbstractEditPageAction - Class in com.atlassian.confluence.pages.actions
-
- AbstractEditPageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractEditPageAction
-
- AbstractEditPageTemplateAction - Class in com.atlassian.confluence.plugins.templates.actions
-
- AbstractEditPageTemplateAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
-
- AbstractEditPermissionAction - Class in com.atlassian.confluence.security.actions
-
- AbstractEditPermissionAction() - Constructor for class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
-
- AbstractEditPermissionsAdministrator - Class in com.atlassian.confluence.security.administrators
-
Contains all the common functionality of the global and space edit permissions administrators
- AbstractEditPermissionsAdministrator(SpacePermissionManager, PermissionResolver, SetSpacePermissionChecker, SearchEntitiesManager, UserAccessor) - Constructor for class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
-
- AbstractEditPermissionsAdministrator(SpacePermissionManager, PermissionResolver, SetSpacePermissionChecker, UserAccessor) - Constructor for class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
-
- AbstractEditSpaceAction - Class in com.atlassian.confluence.spaces.actions
-
- AbstractEditSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
-
- AbstractEditStylesheetPage - Class in com.atlassian.confluence.pageobjects.page.admin
-
- AbstractEditStylesheetPage() - Constructor for class com.atlassian.confluence.pageobjects.page.admin.AbstractEditStylesheetPage
-
Deprecated.
- AbstractEntityPaginationAction<T extends com.atlassian.user.Entity> - Class in com.atlassian.confluence.user.actions
-
- AbstractEntityPaginationAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction
-
- AbstractEntityPaginationAction(int) - Constructor for class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction
-
- AbstractExceptionTolerantMigrator - Class in com.atlassian.confluence.content.render.xhtml.migration
-
- AbstractExceptionTolerantMigrator() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.AbstractExceptionTolerantMigrator
-
- AbstractExporterImpl - Class in com.atlassian.confluence.importexport.impl
-
Abstract exporter that only deals with simple general export utility methods
like where the files go.
- AbstractExporterImpl() - Constructor for class com.atlassian.confluence.importexport.impl.AbstractExporterImpl
-
- AbstractExtractorModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
-
Abstract class for extractor module descriptors
- AbstractExtractorModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.AbstractExtractorModuleDescriptor
-
- AbstractFileRestoreAction - Class in com.atlassian.confluence.importexport.actions
-
- AbstractFileRestoreAction() - Constructor for class com.atlassian.confluence.importexport.actions.AbstractFileRestoreAction
-
- AbstractFinder<T> - Class in com.atlassian.confluence.api.impl.service.content.finder
-
- AbstractFinder(Expansion...) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.AbstractFinder
-
- AbstractGadgetAdminTab - Class in com.atlassian.confluence.pageobjects.component.admin
-
- AbstractGadgetAdminTab() - Constructor for class com.atlassian.confluence.pageobjects.component.admin.AbstractGadgetAdminTab
-
Deprecated.
- AbstractGroupAction - Class in com.atlassian.confluence.user.actions
-
- AbstractGroupAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractGroupAction
-
- AbstractHealthCheck - Class in com.atlassian.confluence.impl.health
-
Convenient superclass for health checks.
- AbstractHealthCheck(Iterable<HealthCheck>) - Constructor for class com.atlassian.confluence.impl.health.AbstractHealthCheck
-
- AbstractHealthCheckRule - Class in com.atlassian.confluence.impl.health.checks.rules
-
Superclass for Health Check Rules.
- AbstractHealthCheckRule(ErrorMessageProvider, URL, String, JohnsonEventType) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
-
- AbstractHibernateAttachmentDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
-
Abstract class that defines the basic methods necessary for saving Attachments
to a database.
- AbstractHibernateAttachmentDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
-
- AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
-
This attachment copier will copy attachment streams from the current instance of
AbstractHibernateAttachmentDao to another.
- AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
-
This attachment migrator will migrate attachment streams from the current instance of
AbstractHibernateAttachmentDao to another.
- AbstractHtmlGeneratingMacro - Class in com.atlassian.confluence.renderer.radeox.macros
-
To be used by macros which generate large amounts of HTML which they don't want any further processing done on.
- AbstractHtmlGeneratingMacro() - Constructor for class com.atlassian.confluence.renderer.radeox.macros.AbstractHtmlGeneratingMacro
-
- AbstractI18NResource - Class in com.atlassian.confluence.util.i18n
-
- AbstractI18NResource() - Constructor for class com.atlassian.confluence.util.i18n.AbstractI18NResource
-
- AbstractImportAction - Class in com.atlassian.confluence.importexport.actions
-
- AbstractImportAction() - Constructor for class com.atlassian.confluence.importexport.actions.AbstractImportAction
-
- AbstractIndexContentUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
- AbstractInjectableWebDriverTest - Class in com.atlassian.confluence.webdriver
-
- AbstractInjectableWebDriverTest() - Constructor for class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
-
Deprecated.
- AbstractJob - Class in com.atlassian.quartz.jobs
-
- AbstractJob() - Constructor for class com.atlassian.quartz.jobs.AbstractJob
-
Deprecated.
- AbstractJournalIndexTaskQueue<T extends IndexTask> - Class in com.atlassian.confluence.search.queue
-
Abstract base class for
IndexTaskQueue implementations that are backed by the journal.
- AbstractJournalIndexTaskQueue(JournalService, AnyTypeDao, IndexFlushRequester) - Constructor for class com.atlassian.confluence.search.queue.AbstractJournalIndexTaskQueue
-
- AbstractJUnit3RestAcceptanceTest - Class in com.atlassian.confluence.it.rest
-
- AbstractJUnit3RestAcceptanceTest() - Constructor for class com.atlassian.confluence.it.rest.AbstractJUnit3RestAcceptanceTest
-
Deprecated.
- AbstractLabelableEntityObject - Class in com.atlassian.confluence.core
-
- AbstractLabelableEntityObject() - Constructor for class com.atlassian.confluence.core.AbstractLabelableEntityObject
-
- AbstractLabelDisplayingAction - Class in com.atlassian.confluence.plugins.labels.actions
-
A nice abstract class for actions which display label/s on a global AND per space basis.
- AbstractLabelDisplayingAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.AbstractLabelDisplayingAction
-
- AbstractLabelEntityBean - Class in com.atlassian.confluence.labels.actions
-
This class was created during i18n to ensure
all the Label beans have access to the getText() methods
in the ConfluenceActionSupport class.
- AbstractLabelEntityBean() - Constructor for class com.atlassian.confluence.labels.actions.AbstractLabelEntityBean
-
- AbstractLabelsCommand - Class in com.atlassian.confluence.labels.service
-
Provides basic label methods that should be common to all label commands
- AbstractLabelsCommand(User, long, String, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.AbstractLabelsCommand
-
- AbstractLabelSection - Class in com.atlassian.confluence.pageobjects.component.labels
-
- AbstractLabelSection(PageElement) - Constructor for class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
-
Deprecated.
- AbstractLabelSection.Label - Class in com.atlassian.confluence.pageobjects.component.labels
-
Deprecated.
- AbstractLicenseAction - Class in com.atlassian.confluence.setup.actions
-
- AbstractLicenseAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractLicenseAction
-
- AbstractLicenseExceptionHandler<E extends Exception> - Class in com.atlassian.confluence.license.exception.handler
-
- AbstractLicenseExceptionHandler(I18NBean) - Constructor for class com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler
-
- AbstractLikeEvent - Class in com.atlassian.confluence.event.events.like
-
- AbstractLikeEvent(Object, User, ContentEntityObject) - Constructor for class com.atlassian.confluence.event.events.like.AbstractLikeEvent
-
- AbstractLikeEventRenderContextProvider - Class in com.atlassian.confluence.plugins.like.notifications
-
- AbstractLikeEventRenderContextProvider(CachedContentFinder, UserAccessor, FollowManager, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.like.notifications.AbstractLikeEventRenderContextProvider
-
- AbstractLink - Class in com.atlassian.confluence.links
-
An abstract link defines a source page (the source of the link) and is the superclass for all Link objects.
- AbstractLink() - Constructor for class com.atlassian.confluence.links.AbstractLink
-
- AbstractLinkEnricher - Class in com.atlassian.confluence.plugins.restapi.enrich
-
- AbstractLinkEnricher(RestNavigationService, GraphQL) - Constructor for class com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher
-
- AbstractLinkRenamingBean - Class in com.atlassian.confluence.util
-
- AbstractLinkRenamingBean(ContentEntityObject, SpaceContentEntityObject, String, String) - Constructor for class com.atlassian.confluence.util.AbstractLinkRenamingBean
-
- AbstractLoginSignupAction - Class in com.atlassian.confluence.user.actions
-
- AbstractLoginSignupAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
-
- AbstractLogoAction - Class in com.atlassian.confluence.spaces.actions
-
- AbstractLogoAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractLogoAction
-
- AbstractLookAndFeelAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
-
- AbstractLookAndFeelAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
-
- AbstractLuceneMapperModuleDescriptor<T> - Class in com.atlassian.confluence.plugin.descriptor.search
-
- AbstractLuceneMapperModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
-
- AbstractLuceneSearchResult - Class in com.atlassian.confluence.search.v2.lucene
-
- AbstractLuceneSearchResult(Function<String, ConfluenceUser>) - Constructor for class com.atlassian.confluence.search.v2.lucene.AbstractLuceneSearchResult
-
- AbstractMailNotificationQueueItem - Class in com.atlassian.confluence.mail.template
-
An abstract mail notification queue item that provides default implementations of most methods.
- AbstractMailNotificationQueueItem(String) - Constructor for class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
-
- AbstractMailNotificationQueueItem(String, String) - Constructor for class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
-
- AbstractManagedScheduledJob - Class in com.atlassian.confluence.schedule
-
Implements common properties for various implementations of ManagedScheduledJob.
- AbstractManagedScheduledJob(JobDetail, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
-
- AbstractManagedScheduledJob(String, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
-
For atlassian-scheduler.
- AbstractManagedScheduledJob(String, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy) - Constructor for class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
-
For atlassian-scheduler.
- AbstractManagedScheduledJob(String, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy, boolean) - Constructor for class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
-
For atlassian-scheduler.
- AbstractMessageManager - Class in com.atlassian.confluence.util.message
-
- AbstractMessageManager() - Constructor for class com.atlassian.confluence.util.message.AbstractMessageManager
-
- AbstractNav - Class in com.atlassian.confluence.plugins.rest.navigation.impl
-
A stateless base class for the nav builders that is safe for the delegating nav builder
to extend directly.
- AbstractNav() - Constructor for class com.atlassian.confluence.plugins.rest.navigation.impl.AbstractNav
-
- AbstractNotificationCondition - Class in com.atlassian.confluence.plugin.descriptor.mail.conditions
-
- AbstractNotificationCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
-
- AbstractNotificationsListener<T extends com.atlassian.event.Event> - Class in com.atlassian.confluence.mail.notification.listeners
-
- AbstractNotificationsListener() - Constructor for class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
-
- AbstractObjectPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
-
- AbstractObjectPersister() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
-
- AbstractOperationContext<TRIGGER extends OperationTrigger> - Class in com.atlassian.confluence.core
-
- AbstractOperationContext(AbstractOperationContext.BaseBuilder<?, TRIGGER>) - Constructor for class com.atlassian.confluence.core.AbstractOperationContext
-
- AbstractOperationContext.BaseBuilder<T extends AbstractOperationContext.BaseBuilder,TRIGGER extends OperationTrigger> - Class in com.atlassian.confluence.core
-
- AbstractPage - Class in com.atlassian.confluence.pages
-
Parent of the concrete Page and BlogPost classes
- AbstractPage() - Constructor for class com.atlassian.confluence.pages.AbstractPage
-
- AbstractPageAction - Class in com.atlassian.confluence.pages.actions
-
- AbstractPageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPageAction
-
- AbstractPageAwareAction - Class in com.atlassian.confluence.pages.actions
-
Parent class for actions which operate on AbstractPages (pages or blog posts).
- AbstractPageAwareAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
-
- AbstractPageDao - Interface in com.atlassian.confluence.pages.persistence.dao
-
- AbstractPageDaoInternal - Interface in com.atlassian.confluence.internal.pages.persistence
-
Dao for Abstract Page.
- AbstractPageEntity - Class in com.atlassian.confluence.it
-
- AbstractPageEntity() - Constructor for class com.atlassian.confluence.it.AbstractPageEntity
-
Deprecated.
- AbstractPageEntity(AbstractPageEntity) - Constructor for class com.atlassian.confluence.it.AbstractPageEntity
-
Deprecated.
- AbstractPageHierarchyEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
-
TODO: Document this class / interface here
- AbstractPageHierarchyEvent(Object, Page, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractPageHierarchyEvent
-
- AbstractPageLink - Class in com.atlassian.confluence.links.linktypes
-
- AbstractPageLink(GenericLinkParser, PageContext) - Constructor for class com.atlassian.confluence.links.linktypes.AbstractPageLink
-
- AbstractPageLinkRenamingBean - Class in com.atlassian.confluence.util
-
Common base class for renaming links to different page types.
- AbstractPageLinkRenamingBean(ContentEntityObject, SpaceContentEntityObject, String, String) - Constructor for class com.atlassian.confluence.util.AbstractPageLinkRenamingBean
-
- AbstractPageLocator - Class in com.atlassian.confluence.content.service.page
-
- AbstractPageLocator() - Constructor for class com.atlassian.confluence.content.service.page.AbstractPageLocator
-
- AbstractPageTemplateAction - Class in com.atlassian.confluence.plugins.templates.actions
-
- AbstractPageTemplateAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
-
- AbstractPageTemplateMigrationUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Base class for upgrade tasks that want to migrate page templates from one format to another.
- AbstractPageTemplateMigrationUpgradeTask(SiteMigrator) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AbstractPageTemplateMigrationUpgradeTask
-
- AbstractPaginatedListAction - Class in com.atlassian.confluence.pages.actions
-
- AbstractPaginatedListAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
-
- AbstractPaginatedListAction(int) - Constructor for class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
-
- AbstractParameterListQuery<T> - Class in com.atlassian.confluence.search.v2.query
-
Abstract superclass for queries holding a list of parameters of a single type.
- AbstractParameterListQuery(T) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractParameterListQuery
-
- AbstractParameterListQuery(Collection<T>) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractParameterListQuery
-
- AbstractPathConverter - Class in com.atlassian.confluence.servlet.simpledisplay
-
- AbstractPathConverter() - Constructor for class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
-
Deprecated.
- AbstractPermissionsAction - Class in com.atlassian.confluence.security.actions
-
- AbstractPermissionsAction() - Constructor for class com.atlassian.confluence.security.actions.AbstractPermissionsAction
-
- AbstractPermissionsDelegate<TARGET> - Class in com.atlassian.confluence.security.delegate
-
- AbstractPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
-
- AbstractPluginData - Class in com.atlassian.confluence.plugin.persistence
-
- AbstractPluginData() - Constructor for class com.atlassian.confluence.plugin.persistence.AbstractPluginData
-
- AbstractPreviewPageAction - Class in com.atlassian.confluence.pages.actions
-
- AbstractPreviewPageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
-
- AbstractRelationDescriptor<S extends Relatable,T extends Relatable> - Class in com.atlassian.confluence.api.model.relations
-
Relation descriptor, which should be used as a base class for all custom relation descriptors.
- AbstractRelationDescriptor(String) - Constructor for class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
-
- AbstractRelationDescriptor(String, Class<S>, Class<T>) - Constructor for class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
-
- AbstractRemoteChildContentFinder(AbstractRemoteService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
-
- AbstractRemoteChildContentService - Class in com.atlassian.confluence.rest.client
-
- AbstractRemoteChildContentService(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService
-
- AbstractRemoteChildContentService.AbstractRemoteChildContentFinder - Class in com.atlassian.confluence.rest.client
-
- AbstractRemoteContentFinder(AbstractRemoteContentService, Expansion...) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
-
- AbstractRemoteContentLabelService - Class in com.atlassian.confluence.rest.client
-
- AbstractRemoteContentLabelService(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
-
- AbstractRemoteContentService - Class in com.atlassian.confluence.rest.client
-
ContentService implementation that communicates with Confluence remotely.
- AbstractRemoteContentService(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteContentService
-
- AbstractRemoteContentService.AbstractRemoteContentFinder - Class in com.atlassian.confluence.rest.client
-
- AbstractRemotePageSummary - Class in com.atlassian.confluence.rpc.soap.beans
-
- AbstractRemotePageSummary() - Constructor for class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
-
- AbstractRemotePageSummary(AbstractPage) - Constructor for class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
-
- AbstractRemoteService<P> - Class in com.atlassian.confluence.rest.client
-
Common parent class of all Confluence API Remote Service implementations, handling authentication and REST
infrastructure.
- AbstractRemoteService(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteService
-
- AbstractRemoteService(AbstractRemoteService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteService
-
- AbstractRemoteService(AuthenticatedWebResourceProvider, PromisingExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteService
-
- AbstractRemoteWebView - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment
-
WebView implementation that communicates with Confluence remotely.
- AbstractRemoteWebView(AbstractRemoteService) - Constructor for class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebView
-
- AbstractRemoteWebViewService - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment
-
WebViewService implementation that communicates with Confluence remotely.
- AbstractRemoteWebViewService(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebViewService
-
- AbstractRemoveAttachmentAction - Class in com.atlassian.confluence.pages.actions
-
- AbstractRemoveAttachmentAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
-
- AbstractRendererExporterImpl - Class in com.atlassian.confluence.importexport.impl
-
- AbstractRendererExporterImpl() - Constructor for class com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl
-
- AbstractRendererExporterImpl.ContentConverter - Class in com.atlassian.confluence.importexport.impl
-
- AbstractRenderSupport<T> - Class in com.atlassian.confluence.rss
-
- AbstractRenderSupport() - Constructor for class com.atlassian.confluence.rss.AbstractRenderSupport
-
- AbstractRequestResourceFilter - Class in com.atlassian.confluence.plugins.restapi.filters
-
A resource filter that only supports request filtering.
- AbstractRequestResourceFilter() - Constructor for class com.atlassian.confluence.plugins.restapi.filters.AbstractRequestResourceFilter
-
- AbstractResource - Class in com.atlassian.confluence.plugins.rest.resources
-
- AbstractResource(UserAccessor, SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.resources.AbstractResource
-
- AbstractResponseResourceFilter - Class in com.atlassian.confluence.plugins.restapi.filters
-
A resource filter that only supports response filtering.
- AbstractResponseResourceFilter() - Constructor for class com.atlassian.confluence.plugins.restapi.filters.AbstractResponseResourceFilter
-
- AbstractRestAcceptanceTest - Class in com.atlassian.confluence.it.rest
-
- AbstractRestAcceptanceTest() - Constructor for class com.atlassian.confluence.it.rest.AbstractRestAcceptanceTest
-
Deprecated.
- AbstractScheduledJob - Class in com.atlassian.confluence.schedule
-
- AbstractScheduledJob(JobRunner, JobConfig, boolean) - Constructor for class com.atlassian.confluence.schedule.AbstractScheduledJob
-
- AbstractSearch - Class in com.atlassian.confluence.search.v2
-
- AbstractSearch(SearchQuery, SearchSort, SearchFilter, int, int) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearch
-
- AbstractSearch(SearchQuery, SearchSort, SearchFilter, ResultFilter) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearch
-
- AbstractSearch(SearchQuery, SearchSort, SearchFilter, int, int, ResultFilter) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearch
-
- AbstractSearchCrowdUsersAction - Class in com.atlassian.confluence.user.actions
-
Searches for users using the CrowdService and
Query
- AbstractSearchCrowdUsersAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
-
- AbstractSearchRequestBuilder<T extends SearchRequest> - Class in com.atlassian.confluence.internal.user
-
- AbstractSearchRequestBuilder() - Constructor for class com.atlassian.confluence.internal.user.AbstractSearchRequestBuilder
-
- AbstractSearchResult - Class in com.atlassian.confluence.search.v2
-
Abstract base implementation of SearchResult taken from LuceneSearchResult after removing dependency from Lucene classes
- AbstractSearchResult(Function<String, ConfluenceUser>) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearchResult
-
- AbstractSearchUsersAction - Class in com.atlassian.confluence.user.actions
-
- AbstractSearchUsersAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractSearchUsersAction
-
Deprecated.
- AbstractSelectBundleAction - Class in com.atlassian.confluence.setup.actions
-
- AbstractSelectBundleAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractSelectBundleAction
-
- AbstractServiceCommand - Class in com.atlassian.confluence.core.service
-
Base implementation of
ServiceCommand that takes care of the internal logic related to the order in which
the various operations must be performed.
- AbstractServiceCommand() - Constructor for class com.atlassian.confluence.core.service.AbstractServiceCommand
-
- AbstractSetupAction - Class in com.atlassian.confluence.setup.actions
-
This action communicates with BootstrapManager.
- AbstractSetupAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractSetupAction
-
- AbstractSetupDatabaseAction - Class in com.atlassian.confluence.setup.actions
-
- AbstractSetupDatabaseAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
-
- AbstractSetupEmailAction - Class in com.atlassian.confluence.setup.actions
-
- AbstractSetupEmailAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
-
- AbstractSingleEntityLocator - Class in com.atlassian.confluence.core.service
-
Base class for SingleEntityLocator that enforces the contract between getEntity and
getEntities
- AbstractSingleEntityLocator() - Constructor for class com.atlassian.confluence.core.service.AbstractSingleEntityLocator
-
- AbstractSort - Class in com.atlassian.confluence.search.v2.sort
-
Abstract superclass for simple sort types that just sort in a particular direction on some field.
- AbstractSort(String, SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.AbstractSort
-
Constructs a sort.
- AbstractSpaceAction - Class in com.atlassian.confluence.spaces.actions
-
- AbstractSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
-
- AbstractSpaceActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
-
Common class for all Breadcrumbs with an Action and a Space.
- AbstractSpaceActionBreadcrumb(Action, Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractSpaceActionBreadcrumb
-
- AbstractSpaceAdminAction - Class in com.atlassian.confluence.spaces.actions
-
- AbstractSpaceAdminAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractSpaceAdminAction
-
- AbstractSpaceBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
-
- AbstractSpaceBreadcrumb(Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractSpaceBreadcrumb
-
- AbstractSpaceContentListener - Class in com.atlassian.confluence.spaces.listeners
-
- AbstractSpaceContentListener(FormatConverter, I18NBeanFactory, LocaleManager, PageManager, SystemTemplateManager, PluginAccessor, XhtmlContent) - Constructor for class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
-
- AbstractSpaceExport - Class in com.atlassian.confluence.pageobjects.page.space
-
- AbstractSpaceExport(Space) - Constructor for class com.atlassian.confluence.pageobjects.page.space.AbstractSpaceExport
-
Deprecated.
- AbstractSpacePermissionManager - Class in com.atlassian.confluence.security
-
- AbstractSpacePermissionManager(PermissionCheckExemptions, ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, Supplier<UserAccessor>, AccessModeManager) - Constructor for class com.atlassian.confluence.security.AbstractSpacePermissionManager
-
- AbstractStaticResourceAwareFilter - Class in com.atlassian.confluence.web.filter
-
CONFSERVER-58180
due the following change in DefaultServlet http://svn.apache.org/viewvc?view=revision&revision=1845799 our
static resources are no longer served with the correct Content-Type header.
- AbstractStaticResourceAwareFilter() - Constructor for class com.atlassian.confluence.web.filter.AbstractStaticResourceAwareFilter
-
- AbstractSynchronyWasDownEvent - Class in com.atlassian.confluence.plugins.synchrony.api.events
-
- AbstractTab - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
-
Shared tab logic.
- AbstractTab(HttpContext, I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AbstractTab
-
- AbstractTemplatePageAction - Class in com.atlassian.confluence.pages.actions
-
An abstract action for actions that use page templates.
- AbstractTemplatePageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
-
- AbstractTestHarness - Class in com.atlassian.confluence.util.test
-
Abstract test harness with all the default includes and excludes.
- AbstractTestHarness() - Constructor for class com.atlassian.confluence.util.test.AbstractTestHarness
-
- AbstractTestReport - Class in com.atlassian.confluence.renderer.radeox.macros.junit.report
-
- AbstractTestReport() - Constructor for class com.atlassian.confluence.renderer.radeox.macros.junit.report.AbstractTestReport
-
- AbstractTextFieldQueryMapper<T extends SearchQuery> - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- AbstractTextFieldQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AbstractTextFieldQueryMapper
-
- AbstractThemeAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
-
- AbstractThemeAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
-
- AbstractTrustedApplicationAction - Class in com.atlassian.confluence.admin.actions.trust
-
Base class for all the trusted application actions.
- AbstractTrustedApplicationAction() - Constructor for class com.atlassian.confluence.admin.actions.trust.AbstractTrustedApplicationAction
-
- AbstractUnzipper - Class in com.atlassian.confluence.util.zip
-
- AbstractUnzipper() - Constructor for class com.atlassian.confluence.util.zip.AbstractUnzipper
-
- AbstractUpdateLicenseAction - Class in com.atlassian.confluence.admin.actions
-
Perform the update of a Confluence license.
- AbstractUpdateLicenseAction() - Constructor for class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
-
- AbstractUpgradeManager - Class in com.atlassian.confluence.upgrade
-
- AbstractUpgradeManager() - Constructor for class com.atlassian.confluence.upgrade.AbstractUpgradeManager
-
- AbstractUpgradeTask - Class in com.atlassian.confluence.upgrade
-
A useful base class for UpgradeTasks.
- AbstractUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.AbstractUpgradeTask
-
- AbstractUserMappingUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Upgrade task to ensure that for all the user names in Confluence a ConfluenceUser object
exist.
- AbstractUserMappingUpgradeTask(ConfluenceUserDao, BatchOperationManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AbstractUserMappingUpgradeTask
-
- AbstractUserProfileAction - Class in com.atlassian.confluence.user.actions
-
- AbstractUserProfileAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractUserProfileAction
-
- AbstractUserQuery - Class in com.atlassian.confluence.search.v2.query
-
- AbstractUserQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractUserQuery
-
- AbstractUserQuery(UserKey) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractUserQuery
-
- AbstractUserQueryMapper<T extends AbstractUserQuery> - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- AbstractUserQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AbstractUserQueryMapper
-
- AbstractUsersAction - Class in com.atlassian.confluence.user.actions
-
- AbstractUsersAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractUsersAction
-
- AbstractVersionedEntityObject - Class in com.atlassian.confluence.core
-
- AbstractVersionedEntityObject() - Constructor for class com.atlassian.confluence.core.AbstractVersionedEntityObject
-
- AbstractViewAction - Class in com.atlassian.confluence.plugins.schedule.admin.action
-
- AbstractViewAction() - Constructor for class com.atlassian.confluence.plugins.schedule.admin.action.AbstractViewAction
-
- AbstractViewAttachmentsAction - Class in com.atlassian.confluence.pages.actions
-
- AbstractViewAttachmentsAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
-
- AbstractViewPage - Class in com.atlassian.confluence.pageobjects.page.content
-
- AbstractViewPage() - Constructor for class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
-
Deprecated.
- AbstractViewPage(String) - Constructor for class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
-
Deprecated.
- AbstractViewPage(AbstractPageEntity) - Constructor for class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
-
Deprecated.
- AbstractWatch - Class in com.atlassian.confluence.api.model.watch
-
- AbstractWebDriverTest - Class in com.atlassian.confluence.webdriver
-
- AbstractWebDriverTest() - Constructor for class com.atlassian.confluence.webdriver.AbstractWebDriverTest
-
Deprecated.
- AbstractXmlExporter - Class in com.atlassian.confluence.importexport.impl
-
abstract class that deals strictly with the conversion of a objects to an xml stream
- AbstractXmlExporter() - Constructor for class com.atlassian.confluence.importexport.impl.AbstractXmlExporter
-
- accept(Collection<AuditEntity>) - Method in class com.atlassian.confluence.api.impl.service.audit.DatabaseAuditConsumer
-
- accept(TCPIPClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
-
- accept(MulticastClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
-
- accept(AWSClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
-
- accept(KubernetesClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
-
- accept(MarshallerMetrics) - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsConsumer
-
- accept(T) - Method in interface com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao.SatiableConsumer
-
Performs this operation on the given argument.
- accept(String, String) - Method in interface com.atlassian.confluence.util.sandbox.SandboxErrorConsumer
-
- AcceptanceTestHelper - Class in com.atlassian.confluence.it
-
- AcceptanceTestHelper() - Constructor for class com.atlassian.confluence.it.AcceptanceTestHelper
-
- AcceptLiveDocsFilter - Class in com.atlassian.confluence.search.lucene.filter
-
Wraps a delegate Filter and ensures that only live (non-deleted) docs are accepted through this filter.
- AcceptLiveDocsFilter(Filter) - Constructor for class com.atlassian.confluence.search.lucene.filter.AcceptLiveDocsFilter
-
- acceptsDocsOutOfOrder() - Method in class com.atlassian.confluence.plugins.edgeindex.GroupByEdgeTargetCollector
-
- ACCESS_MODE - Static variable in interface com.atlassian.confluence.internal.accessmode.AccessModeManager
-
- AccessDenied - Class in com.atlassian.confluence.impl.security.access
-
A simple return type representing the state where a user (logged in our anonymous) does not have access to Confluence
or a given permission type is invalid for a user (depending on their
AccessStatus), so they cannot be granted
the permission.
- AccessLogFilter - Class in com.atlassian.confluence.util
-
Logs the username and request URL via log4j.
- AccessLogFilter() - Constructor for class com.atlassian.confluence.util.AccessLogFilter
-
- AccessMode - Enum in com.atlassian.confluence.api.model.accessmode
-
This enum defines different mode that Confluence is running on
- AccessModeManager - Interface in com.atlassian.confluence.internal.accessmode
-
This interface should be used internally in core only
- AccessModeResource - Class in com.atlassian.confluence.functest.rest.admin
-
Backdoor REST resource for toggling read-only mode
- AccessModeResource(AccessModeService, SettingsManager) - Constructor for class com.atlassian.confluence.functest.rest.admin.AccessModeResource
-
- AccessModeResource - Class in com.atlassian.confluence.plugins.restapi.resources
-
Resource for plugins to check the access mode set on Confluence.
- AccessModeResource(AccessModeService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AccessModeResource
-
- AccessModeService - Interface in com.atlassian.confluence.api.service.accessmode
-
- accessModeService - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
-
- AccessModeServiceImpl - Class in com.atlassian.confluence.api.impl.service.accessmode
-
- AccessModeServiceImpl(AccessModeManager, PermissionManager, EventPublisher, LicenseService) - Constructor for class com.atlassian.confluence.api.impl.service.accessmode.AccessModeServiceImpl
-
- AccessStatus - Interface in com.atlassian.confluence.security.access
-
Represents the type of access to Confluence a user has.
- acknowledge() - Method in class com.atlassian.confluence.user.extras.aggregation.rest.InternalAggregationResource
-
- action - Variable in class com.atlassian.confluence.pages.actions.beans.FileStorer
-
- action - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractActionBreadcrumb
-
- ActionAccessChecker - Class in com.atlassian.confluence.impl.security.access
-
Grants or denies the current user access to the action method currently being invoked, depending on which access
check annotations are present.
- ActionAccessChecker(ConfluenceAccessManager, EventPublisher, VCacheFactory) - Constructor for class com.atlassian.confluence.impl.security.access.ActionAccessChecker
-
- ActionAccessChecker.AccessDecision - Enum in com.atlassian.confluence.impl.security.access
-
- ActionContextCleanUp - Class in com.atlassian.confluence.plugin.servlet.filter
-
Backport of WebWork 2.2.7 ActionContextCleanUp, with fixes from Struts 2 2.2.1 version.
- ActionContextCleanUp() - Constructor for class com.atlassian.confluence.plugin.servlet.filter.ActionContextCleanUp
-
- ActionHelper - Class in com.atlassian.confluence.pages.actions
-
TODO come up with decent name for this
- ActionHelper() - Constructor for class com.atlassian.confluence.pages.actions.ActionHelper
-
- ActionImports - Class in com.atlassian.confluence.plugins.lookandfeel
-
Additional imports for Actions.
- ActionImports(SoyTemplateRenderer, XsrfTokenGenerator, I18nResolver, FaviconManager, EventPublisher) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.ActionImports
-
- ActionViewData - Annotation Type in com.atlassian.confluence.xwork
-
Annotation to mark a method whose return value should be passed to the view.
- ActionViewDataMappings - Annotation Type in com.atlassian.confluence.xwork
-
Annotation to mark a method that returns a map of view data.
- activateOptions() - Method in class com.atlassian.confluence.logging.ConfluenceHomeLogAppender
-
Activate the default Appender (ConsoleAppender).
- activatePicker() - Method in class com.atlassian.confluence.pageobjects.component.editor.EditorTablePicker
-
Deprecated.
Opens the table picker dropdown if it is currently closed.
- activateUser(String) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
-
Deprecated.
- activateUser(String) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
-
- activateUser(String) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
-
Deprecated.
- active(boolean) - Method in class com.atlassian.confluence.user.extras.entities.UserEntity.Builder
-
- ActiveDirectoryDirectoryConfiguration - Class in com.atlassian.confluence.it.usermanagement
-
Configuration with a read-write AD directory followed by an internal directory.
- ActiveDirectoryDirectoryConfiguration() - Constructor for class com.atlassian.confluence.it.usermanagement.ActiveDirectoryDirectoryConfiguration
-
- ActiveObjectsTestResource - Class in com.atlassian.confluence.plugin
-
- ActiveObjectsTestResource(ActiveObjects, TransactionTemplate, SpaceManager, UserAccessor) - Constructor for class com.atlassian.confluence.plugin.ActiveObjectsTestResource
-
- ActiveThemeCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
-
Active theme condition.
- ActiveThemeCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ActiveThemeCondition
-
- ActiveUserSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
Filters out documents representing users that are nolonger active e.g.
- ActiveUserSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- ActiveUserSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ActiveUserSearchFilterMapper
-
- Activity - Interface in com.atlassian.confluence.util.profiling
-
Represents an activity that is being monitored.
- ACTIVITY_UNAVAILABLE - Static variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
-
- ActivityAjaxResponse - Class in com.atlassian.confluence.core
-
- ActivityAjaxResponse(String, String, String) - Constructor for class com.atlassian.confluence.core.ActivityAjaxResponse
-
- ActivityMonitor - Interface in com.atlassian.confluence.util.profiling
-
Represents the ability to record current activity in the system.
- ActivitySnapshot - Class in com.atlassian.confluence.util.profiling
-
Represents a snapshot of an activity currently being performed.
- ActivitySnapshot(long, long, String, String, String, String) - Constructor for class com.atlassian.confluence.util.profiling.ActivitySnapshot
-
- actual() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
-
- adaptInterface(Object, Class, Class, Object) - Static method in class com.atlassian.confluence.util.AopUtils
-
Adapt an interface of an object via a delegate
- AdaptiveThresholdPredicate - Class in com.atlassian.confluence.pages.thumbnail.renderer
-
- AdaptiveThresholdPredicate() - Constructor for class com.atlassian.confluence.pages.thumbnail.renderer.AdaptiveThresholdPredicate
-
Deprecated.
- ADD - Static variable in class bucket.search.persistence.IndexQueueEntry
-
Deprecated.
- add() - Method in class com.atlassian.confluence.admin.actions.ConfigureLog4jAction
-
Add a new entry to the Log4j Configuration.
- add() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
-
- add(E) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
-
- add(T) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusteredFifoBuffer
-
- add(XMLEvent) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
-
- add(XMLEventReader) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
-
- add(Fragment) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment
-
Add a fragment to this paragraph fragment.
- add(Fragment) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragmentsBuffer
-
- add(Callable<InputStream>...) - Method in class com.atlassian.confluence.core.InputStreamSerializer
-
- add(Application) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationManager
-
- add(E) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
-
- add(int, E) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
-
- add(SimpleSiteStructure.ExportableItem) - Method in class com.atlassian.confluence.it.export.SimpleSiteStructure
-
- add(Json) - Method in class com.atlassian.confluence.json.json.JsonArray
-
- add() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection
-
Deprecated.
- add(RecentUpdate) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
-
- add(T) - Method in class com.atlassian.confluence.rest.api.model.RestList
-
- add(int, T) - Method in class com.atlassian.confluence.rest.api.model.RestList
-
- add(ComposableScoreFunction, double) - Method in class com.atlassian.confluence.search.v2.score.AverageScoreFunction.Builder
-
- add(Long, String, boolean, boolean, String, HttpServletRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.PageResource
-
Create a top level comment on the identified content using the HTML supplied from the Editor.
- add(Long, Long, String, boolean, boolean, String, HttpServletRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.PageResource
-
Create a reply to to the identified comment.
- add(Application, PasswordCredential) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdApplicationDao
-
- add(Group) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdGroupDao
-
Adds the passed in group by calling the delegate dao's add method.
- add(User, PasswordCredential) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdUserDao
-
- add(URL, String) - Method in class com.atlassian.confluence.util.classpath.ClasspathClasses
-
Associates a class with a JAR.
- add(String, File) - Method in class com.atlassian.confluence.util.ZipUtility
-
Adds a file with a corresponding path to use in the actual zip archive.
- add(String, String) - Method in class com.atlassian.confluence.web.UrlBuilder
-
Adds a parameter to the URL.
- add(String, String[]) - Method in class com.atlassian.confluence.web.UrlBuilder
-
Retrieving parameters from a ServletRequest will provide you with
String array values.
- add(String, long) - Method in class com.atlassian.confluence.web.UrlBuilder
-
Adds a parameter to the URL.
- add(String, int) - Method in class com.atlassian.confluence.web.UrlBuilder
-
Adds a parameter to the URL.
- add(String, boolean) - Method in class com.atlassian.confluence.web.UrlBuilder
-
Adds a parameter to the URL.
- add(Application, PasswordCredential) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateApplicationDao
-
- add(Directory) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateDirectoryDao
-
- add(Group) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateGroupDao
-
- add(User, PasswordCredential) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateUserDao
-
- add(ServiceReference, Tenant, Function<S, ?>) - Method in class com.atlassian.sal.confluence.lifecycle.ExecutionStrategyTemplate
-
- add(ServiceReference, Tenant, Function<S, ?>) - Method in class com.atlassian.sal.confluence.lifecycle.ModuleExecutionFilter
-
- add(ServiceReference, Tenant, Function<S, ?>) - Method in interface com.atlassian.sal.confluence.lifecycle.ServiceExecutionStrategy
-
- add(ServiceReference, Tenant, Function<S, ?>) - Method in class com.atlassian.sal.confluence.lifecycle.ServiceExecutionStrategyComposite
-
- ADD_SEPARATOR - Static variable in class com.atlassian.confluence.labels.CombinedLabel
-
- addAction(Element, PackageConfig) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
-
- addActionError(String, Object...) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
-
Adds an error to the current action which will be displayed to the user.
- addActionError(String) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
-
- addActionError(String, Object...) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
-
- addActionError(String) - Method in interface com.atlassian.confluence.validation.MessageHolder
-
- addActionError(String, Object...) - Method in interface com.atlassian.confluence.validation.MessageHolder
-
- addActionInfo(String, Object...) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
-
- addActionInfo(String, Object...) - Method in interface com.atlassian.confluence.validation.MessageHolder
-
- addActionMessage(String, Object...) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
-
Adds a message to the current action which will be displayed to the user.
- addActionSuccess(String, Object...) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
-
- addActionSuccess(String, Object...) - Method in interface com.atlassian.confluence.validation.MessageHolder
-
- addActionWarning(String, Object...) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
-
- addActionWarning(String, Object...) - Method in interface com.atlassian.confluence.validation.MessageHolder
-
- addAlias(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
-
Adds an alias name for the parameter.
- addAll(Iterable<E>) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
-
- addAll(Iterable<Callable<InputStream>>) - Method in class com.atlassian.confluence.core.InputStreamSerializer
-
- addAll(Collection) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
-
- addAll(int, Collection) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
-
- addAll(int, Collection<? extends T>) - Method in class com.atlassian.confluence.rest.api.model.RestList
-
- addAll(Collection<? extends T>) - Method in class com.atlassian.confluence.rest.api.model.RestList
-
- addAll(Set<? extends Group>) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdGroupDao
-
Removes all the adding groups from the cache and delegates to the addAll method of the delegate DAO.
- addAll(Set<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdUserDao
-
Removes all the adding users from the cache if they exist and delegates to the addAll method of the delegate DAO.
- addAll(URL, Collection<String>) - Method in class com.atlassian.confluence.util.classpath.ClasspathClasses
-
Associates all the given classes with a JAR.
- addAll(Map<String, Object>) - Method in class com.atlassian.confluence.web.UrlBuilder
-
Add multiple parameters to the URL from a map.
- addAll(Set<? extends Group>) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateGroupDao
-
- addAll(Set<HibernateMembership>) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembershipDao
-
- addAll(Set<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateUserDao
-
- addAllDataSources(Iterable<DataSource>) - Method in class com.atlassian.confluence.core.InputStreamSerializer
-
- addAllErrors(Collection<UpgradeError>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
-
- addAllMessages(MessageHolder, ValidationResult) - Static method in class com.atlassian.confluence.validation.XWorkValidationResultSupport
-
- addAllPermissions(Set<SpacePermission>) - Method in class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
-
Adds the given set of permissions if the current user has permission to do so, otherwise does nothing silently.
- addAllPermissions(Set<SpacePermission>) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
-
Adds the given set of permissions if the current user has permission to do so, otherwise does nothing silently.
- addAllSpaceGroupPermissionsExceptAdmin(String, String) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
-
- addAllSpaceUserPermissionsExceptAdmin(String, String) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
-
- addAllToContext(Map<String, Serializable>) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
-
- addAllUsers(Application, Collection<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
-
- addAllUsersToGroup(long, Collection<String>, String) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdMembershipDao
-
- addAllUsersToGroup(long, Collection<String>, String) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembershipDao
-
- addAnchor(String) - Method in class com.atlassian.confluence.web.UrlBuilder
-
Sets an anchor for the URL.
- addAnonymousPermissionsToSpace(String, String[], String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Add Space Permissions for anonymous users
- addAnonymousPermissionsToSpace(String, String[], String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addAnonymousPermissionsToSpace(String, String[], String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addAnonymousPermissionsToSpace(String, Vector, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addAnonymousPermissionsToSpace(String, Vector, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addAnonymousPermissionToSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Add a Space Permission for anonymous users
- addAnonymousPermissionToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addAnonymousPermissionToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addAnonymousPermissionToSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addAnonymousPermissionToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addAnonymousUsePermission(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
- addAnonymousUsePermission() - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
- addAnonymousUsePermission(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addAnonymousUsePermission(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addAnonymousUsePermission(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addAnonymousUsePermission(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addAnonymousViewUserProfilePermission(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
This permission can only be set if the anonymous user already has 'use' permission.
- addAnonymousViewUserProfilePermission() - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
- addAnonymousViewUserProfilePermission(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addAnonymousViewUserProfilePermission(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addAnonymousViewUserProfilePermission(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addAnonymousViewUserProfilePermission(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addAnyMessages(MessageHolder, ServiceException) - Static method in class com.atlassian.confluence.validation.XWorkValidationResultSupport
-
- addApplicationActivity(MauApplicationKey) - Method in class com.atlassian.confluence.api.impl.service.event.mau.MauEventServiceImpl
-
- addApplicationActivity(MauApplicationKey) - Method in interface com.atlassian.confluence.api.service.event.mau.MauEventService
-
Mark this request represents a user activity in a specific sub-product (such as TC, CQ)
The default application is Confluence, event if there is no call to this method during the request
- addAppliedRuleDescription(StorageFormatCleaner.AppliedRuleDescription) - Method in class com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.Result
-
- addAppliedRuleDescription(XhtmlCleaner.AppliedRuleDescription) - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
-
Deprecated.
- addAssociatedActionForResources(Class) - Method in class com.atlassian.quartz.jobs.AbstractJob
-
Deprecated.
- addAttachedImageId(Long) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageUnresolvedCommentCountAggregator
-
Add the id of content into the collection.
- addAttachment(Attachment) - Method in class com.atlassian.confluence.core.ContentEntityObject
-
- addAttachment() - Method in class com.atlassian.confluence.it.api.TestAttachmentFactory
-
- addAttachment(ContentId, Attachment) - Method in class com.atlassian.confluence.it.rpc.delegates.AttachmentRpc
-
- addAttachment(String, long, RemoteAttachment, byte[]) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Add a new attachment to a ContentEntityObject.
- addAttachment(long, RemoteAttachment, byte[]) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
-
- addAttachment(String, long, RemoteAttachment, byte[]) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addAttachment(String, long, RemoteAttachment, byte[]) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addAttachment(String, String, Hashtable, byte[]) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addAttachment(String, String, Hashtable, byte[]) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addAttachmentData(String, InputStream) - Method in class com.atlassian.confluence.it.export.SimpleSiteStructure
-
- addAttachments(ContentId, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
-
- addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
-
- addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
-
- addAttachments(ContentId, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
-
Add one or more attachments to a piece of
Content.
- addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
-
Add one or more attachments to a piece of
Content.
- addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
-
Add one or more attachments to a piece of
Content.
- addAttachments(int) - Method in class com.atlassian.confluence.it.api.TestAttachmentFactory
-
- addAttachments(int, MediaType) - Method in class com.atlassian.confluence.it.api.TestAttachmentFactory
-
- addAttachments(ContentId, Attachment...) - Method in class com.atlassian.confluence.it.rpc.delegates.AttachmentRpc
-
- addAttachments(ContentId, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
-
- addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
-
- addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
-
- addAttachments(ContentId, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
-
- addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
-
- addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
-
- addAttachmentsCompletionStage(ContentId, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
-
Add one or more attachments to a piece of
Content.
- addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
-
- addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
-
- addAttachmentsCompletionStage(ContentId, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
-
- addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
-
- addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
-
- addBasicAuthenticationHeader(User, Map<String, String>) - Method in class com.atlassian.confluence.it.HeadersHelper
-
- addBlankPage() - Method in class com.atlassian.confluence.pageobjects.component.dialog.CreateDialog
-
Deprecated.
- addBlogPost(BlogPost) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
-
- addBlogPost(PageReport) - Method in class com.atlassian.confluence.mail.reports.SpaceReport
-
- addBuildToHistory(int) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateVersionHistoryDao
-
- addBuildToHistory(int) - Method in interface com.atlassian.confluence.core.persistence.VersionHistoryDao
-
The version history consists of a list of builds that Confluence has been successfully upgraded to
- addBundle(ResourceBundle) - Method in class com.atlassian.confluence.util.i18n.ResourceBundlesCollector
-
Adds a resource bundle that is not tied to any particular locale
- addBundles(Map<String, ResourceBundle>) - Method in class com.atlassian.confluence.util.i18n.ResourceBundlesCollector
-
- addCaptchaGroups(Collection) - Method in interface com.atlassian.confluence.security.CaptchaManager
-
Method adds a Collection of group names to the existing groups for the captcha group setting.
- addCaptchaGroups(Collection) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
-
- addCategory(Category, int) - Method in class com.atlassian.confluence.search.contentnames.ResultTemplate
-
Add a category.
- AddChangeDocumentIndexTask - Class in com.atlassian.confluence.search.lucene.tasks
-
Responsible for removing and adding a change document for versioned content to the index.
- AddChangeDocumentIndexTask(Searchable, DocumentBuilder) - Constructor for class com.atlassian.confluence.search.lucene.tasks.AddChangeDocumentIndexTask
-
- addChild(T) - Method in interface com.atlassian.confluence.core.Hierarchical
-
- addChild(Comment) - Method in class com.atlassian.confluence.pages.Comment
-
- addChild(ContentNode) - Method in class com.atlassian.confluence.pages.ContentNode
-
- addChild(Page) - Method in class com.atlassian.confluence.pages.Page
-
- addChildren(List<ContentNode>) - Method in class com.atlassian.confluence.pages.ContentNode
-
- addClass(Class) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
Helper method to add the .class file for the given class
- addClass(String, JarSet) - Method in class com.atlassian.confluence.util.classpath.ClasspathJarSets
-
- addClasspathResource(String, String) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
- addClasspathResource(String, String, String) - Method in class com.atlassian.confluence.it.web.FileUpload
-
- addClasspathResource(String, String, String, String) - Method in class com.atlassian.confluence.it.web.FileUpload
-
- addCollapsedEntries(Set<? extends K>) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
-
- addCollapsedEntries(Iterable<? extends K>) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
-
- addCollapsedEntry(K) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
-
- addCollapsedTag(ResourceType) - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.SuperBatchWebResourcesBuilder
-
- addCollapsedTag(ResourceType) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
-
- addCollapsedTag(ResourceType) - Method in interface com.atlassian.confluence.api.model.content.webresource.WebResourcesBuilder
-
The builder should have a collapsed tag entry for the given resource type.
- addCollapsedUris(ResourceType) - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.SuperBatchWebResourcesBuilder
-
- addCollapsedUris(ResourceType) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
-
- addCollapsedUris(ResourceType) - Method in interface com.atlassian.confluence.api.model.content.webresource.WebResourcesBuilder
-
The builder should have a collapsed uri list for the given resource type.
- addComment(Comment) - Method in class com.atlassian.confluence.core.ContentEntityObject
-
- addComment() - Static method in class com.atlassian.confluence.it.content.EditContentBean
-
- addComment(WebTester) - Static method in class com.atlassian.confluence.it.content.EditContentBean
-
- addComment() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- addComment(Comment) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
-
- addComment(CommentReport) - Method in class com.atlassian.confluence.mail.reports.SpaceReport
-
- addComment(String, RemoteComment) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Adds a comment to a page or blog post
- addComment(RemoteComment) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
-
- addComment(String, RemoteComment) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addComment(String, RemoteComment) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addComment(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addComment(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- AddCommentAction - Class in com.atlassian.confluence.pages.actions
-
- AddCommentAction() - Constructor for class com.atlassian.confluence.pages.actions.AddCommentAction
-
- addCommentAuthor(String) - Method in class com.atlassian.confluence.mail.reports.CommentReport
-
- addCommentToObject(ContentEntityObject, Comment, String) - Method in interface com.atlassian.confluence.pages.CommentManager
-
- addCommentToObject(ContentEntityObject, Comment, String, NewCommentDeduplicator) - Method in interface com.atlassian.confluence.pages.CommentManager
-
Add a new comment if the given deduplicator determines that it's not a duplicate, or just return the existing duplicate otherwise.
- addCommentToObject(ContentEntityObject, Comment, String) - Method in class com.atlassian.confluence.pages.DefaultCommentManager
-
- addCommentToObject(ContentEntityObject, Comment, String, NewCommentDeduplicator) - Method in class com.atlassian.confluence.pages.DefaultCommentManager
-
- addCommentToPage(AbstractPage, Comment, String) - Method in interface com.atlassian.confluence.pages.CommentManager
-
Deprecated.
- addCommentToPage(AbstractPage, Comment, String) - Method in class com.atlassian.confluence.pages.DefaultCommentManager
-
- addConstraints() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAddMissingConstraintsUpgradeTask
-
- addContentEntity(ContentEntityObject) - Method in class com.atlassian.confluence.user.history.UserHistory
-
- addContentNotification(User, ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
-
- addContentNotification(User, ContentEntityObject) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
-
- addContentPermission(ContentPermission, ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
-
Add permissions to the content entity objecct through the manager.
- addContentPermission(ContentPermission, ContentEntityObject) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
-
Adds a new current content permission to the CEO if it doesn't have it
already.
- addContentPermission(ContentPermission) - Method in class com.atlassian.confluence.security.ContentPermissionSet
-
- addContentPropertyToSearchableText(CustomContentEntityObject, StringBuffer, String) - Method in class com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertiesExtractor
-
- addContentWatch(long) - Method in class com.atlassian.confluence.plugins.rest.resources.ContentWatchesResource
-
- addContentWatcher(UserKey, String, ContentId) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
-
Create a new watcher for the given user and content id.
- addContextItem(String, Object) - Method in class com.atlassian.confluence.mail.template.VelocityMailBuilder
-
- addContextParams(WebResource, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewImpl
-
- addContextPath(String, ContextPathHolder) - Static method in class com.atlassian.confluence.util.UrlUtils
-
Adds the context path to the given url, if required.
- addCrowdDirectory(CrowdDirectoryConfiguration) - Method in class com.atlassian.confluence.it.admin.UserDirectories
-
Deprecated.
- addCrowdDirectory(CrowdDirectoryConfiguration, UserDirectories.ConfigurationCallback) - Method in class com.atlassian.confluence.it.admin.UserDirectories
-
Deprecated.
- addCustomContent(CustomContentEntityObject) - Method in class com.atlassian.confluence.core.ContentEntityObject
-
- addCustomMetric(String, long) - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsCollector
-
Records a custom metric, as required by the client code.
- addCustomSpaceType(String) - Static method in class com.atlassian.confluence.spaces.SpaceType
-
- addDailyReportNotfication(User) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
-
- addDailyReportNotfication(User) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
-
- addDailyReportNotification(ConfluenceUser) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
-
- addDailyReportNotification(ConfluenceUser) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
-
- addDataSource(DataSource...) - Method in class com.atlassian.confluence.core.InputStreamSerializer
-
- addDateField(Document, long) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeDateFieldHelper
-
- addDefaultSpecials() - Method in class com.atlassian.confluence.renderer.radeox.ContentPreserver
-
- addDeferredOperation(PrimitiveId, Set<TransientHibernateHandle>, Operation) - Method in class com.atlassian.confluence.importexport.xmlimport.DeferredOperations
-
- addDelegatedAuthLdapDirectory(Map<String, String>, UserDirectories.ConfigurationCallback) - Method in class com.atlassian.confluence.it.admin.UserDirectories
-
Deprecated.
- addDirectory(Directory) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
-
- addDirectoryMapping(Application, Directory, boolean, OperationType...) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationManager
-
- addDirectoryMapping(long, long, boolean, OperationType...) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdApplicationDao
-
- addDirectoryMapping(long, long, boolean, OperationType...) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateApplicationDao
-
- addDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
-
- addDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
-
Adds singular direct
ContentRestriction for
operationKey and
subject to the content identified by
contentId parameter.
- addDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
-
- addDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
-
- addDirectRestrictionForSubjectCompletionStage(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
-
Adds singular direct
ContentRestriction for
operationKey and
subject to the content identified by
contentId parameter.
- addDirectRestrictionForSubjectCompletionStage(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
-
- addDisableCachingHeaders(HttpServletRequest, HttpServletResponse) - Static method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceDownloadUtils
-
- AddDocumentIndexTask - Class in com.atlassian.confluence.search.lucene.tasks
-
Adds a searchable to the index.
- AddDocumentIndexTask(Searchable, DocumentBuilder) - Constructor for class com.atlassian.confluence.search.lucene.tasks.AddDocumentIndexTask
-
- addDoNotNotifyAgain(String) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
-
- addDynamicModule(Plugin, Element) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
-
- AddEdgeDocumentIndexTask - Class in com.atlassian.confluence.plugins.edgeindex.lucene.tasks
-
- AddEdgeDocumentIndexTask(Document) - Constructor for class com.atlassian.confluence.plugins.edgeindex.lucene.tasks.AddEdgeDocumentIndexTask
-
- addEditRestrictionToCurrentUser() - Method in class com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
-
Deprecated.
- addEmoticonsAsSpecial() - Method in class com.atlassian.confluence.renderer.radeox.ContentPreserver
-
- addEnumValue(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
-
Adds an enum value to the paramter.
- addError(String, Object...) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
-
- addError(ValidationError) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
-
- addError(UpgradeError) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
-
- addError(String) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
-
- addErrorMessage(String, String...) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport.Builder
-
- addErrors(List<ValidationError>) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
-
- addException(PageTemplateMigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
-
- addException(ContentMigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
-
- addException(SettingsMigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
-
- addExceptionEntities(List<ConfluenceEntityObject>, boolean) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
-
Helper method to add a collection of entities to the current exception entities
- addExceptionEntity(ConfluenceEntityObject) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
-
- addExceptionSupplier(Function2<String, ValidationResult, ? extends ServiceException>) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
-
- addExistingProfilePicture(String, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Attempts to add a existing profile picture to a user's profile.
- addExistingProfilePicture(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
-
- addExistingProfilePicture(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
-
Attempts to add a existing profile picture to a user's profile.
- addExistingProfilePicture(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
-
- addExpansions(WebResource, Expansion[]) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
-
add the expansions to the WebResource as a query param, this specifies which properties
on the results to expand
- addExplicitIdMapping(TransientHibernateHandle, Serializable) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
-
- AddFavouriteAction - Class in com.atlassian.confluence.labels.actions
-
Makes a page or blogpost the favourite of the specified user.
- AddFavouriteAction() - Constructor for class com.atlassian.confluence.labels.actions.AddFavouriteAction
-
- addField(FieldDescriptor) - Method in class com.atlassian.confluence.internal.index.v2.AtlassianDocument
-
- addFieldError(String, String, Object...) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
-
- addFieldError(String, String, Object[]) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
-
Adds an error to the current action which will be displayed next to the specified field.
- addFieldError(String, String) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
-
- addFieldError(String, String) - Method in interface com.atlassian.confluence.validation.MessageHolder
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.content.CustomContentSearchExtractor
-
- addFields(Collection<FieldDescriptor>) - Method in class com.atlassian.confluence.internal.index.v2.AtlassianDocument
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.plugin.descriptor.ExtractorModuleDescriptor.BackwardsCompatibleExtractor
-
Deprecated.
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertiesExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.plugins.macrousage.extractor.MacroExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.AddressableExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.AttachmentExtractedTextExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.AttachmentMimeTypeExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.AttachmentOwnerContentTypeExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.CommentExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.ConfluenceAttachmentMetadataExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.ContentEntityMetadataExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.ContentPermissionsExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.DefaultSearchableContentExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.EntityDateExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.Extractor2ToExtractorAdapter
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.HomePageExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.HtmlEntityFilterExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.LastModifierNameContentExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.LastModifierNameExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.PersonalInformationExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.SpaceDescriptionUsernameExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.SpaceKeyAndNameExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.SpaceTypeExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.TitleExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.UntokenizedTitleExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.VersionCommentExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.VersionNumberExtractor
-
- addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.LabelExtractor
-
- addFieldValidationError(String, String) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
-
Add a new validation error.
- addFieldValidationError(String, String, Object...) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
-
Add a new validation error.
- addFieldValidationError(FieldValidationError) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
-
- addFieldValidationError(String, String) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
-
Add a new validation error.
- addFieldValidationError(String, String, Object...) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
-
Add a new validation error.
- addFieldValidationError(FieldValidationError) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
-
Add a new field validation error.
- addFile(String, File) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
- AddForeignKeyCommand - Class in com.atlassian.confluence.upgrade.ddl
-
A command for creating a named foreign key constraint between two columns
- addFormattedJava(String, String...) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
- addFormattedResource(String, String...) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
- addGlobalAnonymousPermissions(GlobalPermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
-
- addGlobalGroupPermissions(String, GlobalPermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
-
- addGlobalPermission(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Add global permissions for a user or group
- addGlobalPermission(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
- addGlobalPermission(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addGlobalPermission(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addGlobalPermission(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addGlobalPermission(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addGlobalPermissions(String, String[], String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Add a global permission for a user or group
- addGlobalPermissions(String[], String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
- addGlobalPermissions(String, String[], String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addGlobalPermissions(String, String[], String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addGlobalPermissions(String, Vector, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addGlobalPermissions(String, Vector, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addGlobalStylesheet(String) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
-
- addGlobalStylesheet(String) - Method in interface com.atlassian.confluence.themes.StylesheetManager
-
Adds a global stylesheet to customize the look and feel of Confluence
- addGlobalUnlicensedAuthenticatedPermissions(GlobalPermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
-
- addGlobalUserPermissions(String, GlobalPermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
-
- addGroup(String) - Method in class bucket.user.DefaultUserAccessor
-
Deprecated.
- addGroup(String) - Method in interface bucket.user.UserAccessor
-
Deprecated.
Creates a group with the specified name and returns it.
- addGroup(Application, GroupTemplate) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
-
- addGroup(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Adds a new group
- addGroup(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
-
Adds the specified group.
- addGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addGroup(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addGroup(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addGroup(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
-
Adds a group with the specified name.
- addGroupAnyCase(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
-
- addGroupAnyCase(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
-
Allows addition of a group without enforcing that the name be all lower case.
- addGroupAnyCase(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
-
- addGroupMapping(Application, Directory, String) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationManager
-
- addGroupMapping(long, long, String) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdApplicationDao
-
- addGroupMapping(long, long, String) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateApplicationDao
-
- addGroupPermissionsRow(Group) - Method in class com.atlassian.confluence.it.space.SpacePermissions
-
- addGroupToGroup(Application, String, String) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
-
- addGroupToGroup(Group, Group) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
-
Deprecated.
- addGroupToGroup(Group, Group) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
-
- addGroupToGroup(Group, Group) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
-
Deprecated.
Add childGroup to parentGroup.
- addGroupToGroup(long, String, String) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdMembershipDao
-
- addGroupToGroup(long, String, String) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembershipDao
-
- addGuardPermissionToGroups(List<String>, UserAccessor, String) - Method in class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
-
Add the guard permissions for each group if they exist
- addGuardPermissionToGroups(List<String>, UserAccessor, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
-
Add the guard permissions for each group if they exist
- addGuardPermissionToUsers(List<String>, UserAccessor, String) - Method in class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
-
Add the guard permissions for each user if they exist
- addGuardPermissionToUsers(List<String>, UserAccessor, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
-
Add the guard permissions for each user if they exist
- AddHibernateVersionColumnUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Create the new HibernateVersion column (CONF-32286)
- AddHibernateVersionColumnUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddHibernateVersionColumnUpgradeTask
-
- addHistory(ScheduledJobKey, ScheduledJobHistory, Date) - Method in class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
-
- addHistory(ScheduledJobKey, ScheduledJobHistory, Date) - Method in class com.atlassian.confluence.schedule.persistence.dao.ClusterSafeScheduledJobDao
-
- addHistory(ScheduledJobKey, ScheduledJobHistory, Date) - Method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobDao
-
Adds to an event to the history to the cache, and updates the nextOccurrence in the ScheduledJobStatus.
- addHistory(ScheduledJobHistory) - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
-
- addIfMissing(ConstraintChecker, Deduper, ConstraintCreator) - Method in class com.atlassian.confluence.internal.upgrade.constraint.UniqueConstraintAddition
-
Add a required unique constraint if missing from the DB
- addIndividualGroupRestriction(ContentId, OperationKey, Group) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
-
Adds singular direct
ContentRestriction for
operationKey and
group for the content identified by
contentId parameter.
- addIndividualUserRestriction(ContentId, OperationKey, UserKey, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
-
Adds singular direct
ContentRestriction for
operationKey and
user for the content identified by
contentId parameter.
- addIpRestriction(String) - Method in class com.atlassian.confluence.it.admin.TrustedApplication
-
- addItem(InlineTaskListItem) - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskList
-
- addItems(WebItemView...) - Method in class com.atlassian.confluence.api.model.web.WebSectionView.Builder
-
- addItems(Iterable<WebItemView>) - Method in class com.atlassian.confluence.api.model.web.WebSectionView.Builder
-
- AdditionalImports - Class in com.atlassian.confluence.plugins.restapi
-
ComponentImports required by components created indirectly, e.g.
- AdditionalImports(DarkFeatureManager, UserManager) - Constructor for class com.atlassian.confluence.plugins.restapi.AdditionalImports
-
- additionalParams(Map<String, String>) - Method in class com.atlassian.confluence.it.content.EditContentBean.CreateByUrlBuilder
-
- addJava(String, String) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
- addJavaClass(Class<?>) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
Adds the given class, and all its nested classes, including anonymous ones (assuming they follow the $n naming convention).
- addJobs(ScheduledJobKey, RunOutcome, Integer, Integer) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Add job run details that has been stored for more than the time threshold in days.
- addJobs(ScheduledJobKey, RunOutcome, Integer, Integer) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.SchedulerRpc
-
- addKey(String, String) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
-
Add permission for a user to access a certain path.
- addKey(String, User) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
-
- addKey(String, User) - Method in interface com.atlassian.confluence.security.GateKeeper
-
Permit a user to download a particular resource.
- addKey(String, String) - Method in interface com.atlassian.confluence.security.GateKeeper
-
Permit a user to download a particular resource.
- addLabel(String, AbstractContentEntity) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- addLabel(long, long) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Adds a label to the content specified by the supplied contentId
- addLabel(String, AbstractContentEntity) - Method in class com.atlassian.confluence.it.rpc.LabelsRpc
-
- addLabel(long, long) - Method in class com.atlassian.confluence.it.rpc.LabelsRpc
-
Adds a label to the content specified by the supplied contentId
- addLabel(String, AbstractContentEntity) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcLabelsClient
-
- addLabel(long, long) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcLabelsClient
-
Adds a label to the content specified by the supplied contentId
- addLabel(Labelable, Label) - Method in class com.atlassian.confluence.labels.CachingLabelManager
-
- addLabel(Labelable, Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
-
- addLabel(Labelable, Label) - Method in interface com.atlassian.confluence.labels.LabelManager
-
Add a label to the specified content.
- addLabel(Labelable, LabelManager) - Method in class com.atlassian.confluence.labels.ParsedLabelName
-
- addLabel(Space, String) - Method in interface com.atlassian.confluence.labels.SpaceLabelManager
-
Adds a label to a space.
- addLabel(Space, String) - Method in class com.atlassian.confluence.labels.SpaceLabelManagerImpl
-
- addLabel(String) - Method in class com.atlassian.confluence.pageobjects.component.dialog.LabelsDialog
-
Deprecated.
Types in the label input and clicks add.
- addLabel() - Method in class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
-
- addLabel(LabelEntity) - Method in class com.atlassian.confluence.plugins.rest.entities.LabelEntityList
-
- addLabel(Space, String) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
-
- addLabel(Label) - Method in class com.atlassian.confluence.user.history.UserHistory
-
- addLabel(String, LabelManager, Labelable) - Static method in class com.atlassian.confluence.util.LabelUtil
-
Adds the label to the specified object.
- addLabel(String, LabelManager, Labelable, ConfluenceUser) - Static method in class com.atlassian.confluence.util.LabelUtil
-
Adds the label to the specified object.
- AddLabelAction - Class in com.atlassian.confluence.plugins.labels.actions
-
Adds a label to a page or blog post
Used for JSON requests, a list of the labels added are available under the 'labels' key
of the bean.
- AddLabelAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
-
- AddLabelAjaxAction - Class in com.atlassian.confluence.pages.actions
-
- AddLabelAjaxAction() - Constructor for class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
-
- addLabelAndWait(String) - Method in class com.atlassian.confluence.pageobjects.component.dialog.LabelsDialog
-
Deprecated.
Types in the label input and clicks add.
- addLabelById(String, long, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Adds a label with the given ID to the object with the given ContentEntityObject ID.
- addLabelById(long, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
-
- addLabelById(String, long, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addLabelById(String, long, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addLabelById(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addLabelById(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addLabelByName(String, String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Adds a label to the object with the given ContentEntityObject ID.
- addLabelByName(String, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
-
- addLabelByName(String, String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addLabelByName(String, String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addLabelByName(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addLabelByName(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addLabelByNameToSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Adds a label to the object with the given ContentEntityObject ID.
- addLabelByNameToSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
-
- addLabelByNameToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addLabelByNameToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addLabelByNameToSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addLabelByNameToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addLabelByObject(Object, Page) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Adds a label to the specified page
- addLabelByObject(Object, Page) - Method in class com.atlassian.confluence.it.rpc.LabelsRpc
-
Adds a label to the specified page
- addLabelByObject(Object, Page) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcLabelsClient
-
Adds a label to the specified page
- addLabelByObject(String, RemoteLabel, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Adds the given label object to the object with the given ContentEntityObject ID.
- addLabelByObject(RemoteLabel, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
-
- addLabelByObject(String, RemoteLabel, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addLabelByObject(String, RemoteLabel, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addLabelByObject(String, Hashtable, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addLabelByObject(String, Hashtable, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addLabelling(Labelling) - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
-
- addLabelling(Labelling) - Method in interface com.atlassian.confluence.labels.EditableLabelable
-
- addLabelNotification(User, Label) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
-
- addLabelNotification(User, Label) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
-
- addLabels(ContentId, Iterable<Label>) - Method in class com.atlassian.confluence.api.impl.service.content.ContentLabelServiceImpl
-
- addLabels(ContentId, Iterable<Label>) - Method in interface com.atlassian.confluence.api.service.content.ContentLabelService
-
Adds the given labels to the specified content
- addLabels(long, Iterable<Label>) - Method in interface com.atlassian.confluence.legacyapi.service.content.AttachmentService
-
Deprecated.
Adds the given labels to the specified content
- addLabels(long, Iterable<Label>) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
-
Deprecated.
Adds the given labels to the specified content
- addLabels(long, Iterable<Label>) - Method in interface com.atlassian.confluence.legacyapi.service.content.TemplateService
-
Deprecated.
Adds the given labels to the specified content
- addLabels(ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentLabelsResource
-
Adds a list of labels to the specified content.
- addLabels(ContentId, Iterable<Label>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
-
- addLabels(ContentId, Iterable<Label>) - Method in interface com.atlassian.confluence.rest.client.RemoteContentLabelService
-
- addLabels(Long, List<Label>) - Method in class com.atlassian.confluence.ui.rest.content.LegacyAttachmentResource
-
Deprecated.
- addLabels(Long, List<Label>) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
-
Deprecated.
- addLabels(Long, List<Label>) - Method in class com.atlassian.confluence.ui.rest.content.LegacyTemplateResource
-
Deprecated.
- addLabels(long, Iterable<Label>) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyAttachmentServiceImpl
-
Deprecated.
- addLabels(long, Iterable<Label>) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
-
Deprecated.
- addLabels(long, Iterable<Label>) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyTemplateServiceImpl
-
Deprecated.
- AddLabelsCommand - Interface in com.atlassian.confluence.labels.service
-
Takes a string of comma separated labels and adds them to a
Page or Blog Post for the specified user.
- AddLabelsCommandImpl - Class in com.atlassian.confluence.labels.service
-
- AddLabelsCommandImpl(String, User, long, String, LabelManager, PermissionManager, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.AddLabelsCommandImpl
-
- addLabelsCompletionStage(ContentId, Iterable<Label>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
-
- addLabelsCompletionStage(ContentId, Iterable<Label>) - Method in interface com.atlassian.confluence.rest.client.RemoteContentLabelService
-
Adds the given labels to the specified content
- addLabelToLabelable(long, LabelableType, String) - Method in class com.atlassian.confluence.it.rpc.LabelsRpc
-
- addLabelToLabelable(long, LabelableType, String) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcLabelsClient
-
- addLabelToLabelable(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
-
- addLabelToLabelable(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
-
Adds a label to a labelable, because the public RPC API doesn't let you do it.
- addLabelToLabelable(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
-
- addLabelToSpace(String, Space) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Adds a label to the specified space
- AddLabelToSpaceAction - Class in com.atlassian.confluence.spaces.actions
-
labels are added to the Space's SpaceDescription object
- AddLabelToSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
-
- addLabelWatch(long) - Method in class com.atlassian.confluence.plugins.rest.resources.LabelWatchesResource
-
- addLatch(Class, CountDownLatch) - Method in class com.atlassian.confluence.test.rpc.EventLatchManager
-
- addLdapDirectory(NewDirectoryType, LdapDirectoryPermission, Map<String, String>) - Method in class com.atlassian.confluence.it.admin.UserDirectories
-
Deprecated.
- addLdapDirectory(NewDirectoryType, LdapDirectoryPermission, Map<String, String>, UserDirectories.ConfigurationCallback) - Method in class com.atlassian.confluence.it.admin.UserDirectories
-
Deprecated.
- addLicensingError() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
-
- addLike(ContentEntityObject, User) - Method in class com.atlassian.confluence.like.DefaultLikeManager
-
- addLike(ContentEntityObject, User) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
-
- addLike(ContentEntityObject, User) - Method in interface com.atlassian.confluence.like.LikeEntityDao
-
Add a like on the content entity for the given user.
- addLike(ContentEntityObject, User) - Method in interface com.atlassian.confluence.like.LikeManager
-
Add a like for the provided user.
- addLike(Long) - Method in class com.atlassian.confluence.plugins.like.rest.resources.LikableContentResource
-
- addLikeForUser(long, User) - Method in class com.atlassian.confluence.it.Likes
-
- addLink(Link) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
-
- addLink(LinkType, String) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
-
- addLink(Link) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
-
- addLink(LinkType, String) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
-
- addLink(Link) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
-
- addLink(LinkType, String) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
-
- addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.entities.AttachmentEntity
-
Add a link to the list
- addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.entities.ContentEntity
-
- addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.entities.SpaceEntity
-
- addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.entities.UserEntity
-
- addLink(Link) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
-
- addListener(CacheEntryListener<K, V>, boolean) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
-
- addListener(CacheEntryListener<K, V>, boolean) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
-
- addLocal(Group) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdGroupDao
-
- addLocal(Group) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateGroupDao
-
- addLoggingEntry(String, LoggingAndProfiling.LogLevel) - Method in class com.atlassian.confluence.it.admin.LoggingAndProfiling
-
- addMacroUsage(MacroDefinition, Macro) - Method in class com.atlassian.confluence.macro.count.DefaultMacroCounter
-
- addMacroUsage(MacroDefinition, Macro) - Method in interface com.atlassian.confluence.macro.count.MacroCounter
-
Record a single usage of the given macro.
- addMailboxesForUsers(User...) - Method in class com.atlassian.confluence.it.mail.MailFacade
-
- addMailboxForUser(User) - Method in class com.atlassian.confluence.it.mail.MailFacade
-
- addMailboxForUser(MailUser) - Method in class com.atlassian.confluence.it.mail.MailFacade
-
- addMailServer(String, String, String, int, String, String, String) - Method in class com.atlassian.confluence.it.rpc.MailRpc
-
- addMailServer(String, String, String, String, int, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
-
- addMailServer(String, String, String, String, int, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
-
Add a POP server to poll for emails in a particular account.
- addMailServer(String, String, String, String, int, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
-
- addManagedScheduledJob(ManagedScheduledJob) - Method in class com.atlassian.confluence.schedule.managers.DefaultManagedScheduledJobRegistry
-
- addManagedScheduledJob(ManagedScheduledJob) - Method in interface com.atlassian.confluence.schedule.managers.ManagedScheduledJobRegistry
-
Registers a job in the registry.
- addMapping(String) - Method in class bucket.core.persistence.hibernate.MappingResources
-
Deprecated.
- addMappingResources(List<String>) - Method in class bucket.core.persistence.hibernate.schema.SchemaHelper
-
- addMarshallerMetricsConsumer(MarshallerMetricsConsumer) - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
-
- addMarshallerMetricsConsumer(MarshallerMetricsConsumer) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
-
- addMatchGroup(List<ContentNameMatch>) - Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
-
Add a grouped list of matches.
- addMembership(Group, User) - Method in class bucket.user.DefaultUserAccessor
-
Deprecated.
- addMembership(String, String) - Method in class bucket.user.DefaultUserAccessor
-
Deprecated.
- addMembership(Group, User) - Method in interface bucket.user.UserAccessor
-
Deprecated.
- addMembership(String, String) - Method in interface bucket.user.UserAccessor
-
Deprecated.
- addMembership(Group, User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
-
Adds the specified user to this group.
- addMembership(Group, User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
-
Deprecated.
- addMenu() - Method in class com.atlassian.confluence.pageobjects.component.header.ConfluenceMainHeader
-
- AddMenu - Class in com.atlassian.confluence.pageobjects.component.menu
-
- AddMenu() - Constructor for class com.atlassian.confluence.pageobjects.component.menu.AddMenu
-
- addMessage(Message) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus.LongTaskBuilder
-
- addMessage(Message) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
-
- addMessage(Message) - Method in class com.atlassian.confluence.util.message.AbstractMessageManager
-
- addMessage(Message) - Method in class com.atlassian.confluence.util.message.DefaultMessageManager
-
- addMessage(Message) - Method in interface com.atlassian.confluence.util.message.MessageManager
-
Add a message
- AddMissingOsPropertyIndexUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Add an OS_PROPERTYENTRY index missed in instances freshly installed with Confluence 5.6 - 5.8
See more details in https://extranet.atlassian.com/x/eADd_/
- AddMissingOsPropertyIndexUpgradeTask(DdlExecutor) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddMissingOsPropertyIndexUpgradeTask
-
- AddMissingUnmanagedUniqueConstraintsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Because of CONFSERVER-38706, some unique constraints which are not managed by Hibernate have been missing
for instances freshly installed with Confluence 5.6 - 5.8.
- AddMissingUnmanagedUniqueConstraintsUpgradeTask(ConstraintChecker, Deduper, ConstraintCreator, EventPublisher) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddMissingUnmanagedUniqueConstraintsUpgradeTask
-
- addMust(SearchQuery) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
-
Adds the specified SearchQuery to the "must match" criteria.
- addMust(Collection<? extends SearchQuery>) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
-
Adds the specified Collection<SearchQuery> to the "must match"
criteria.
- addMust(BooleanQueryFactory) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
-
- addMust(U) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- addMust(U...) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- addMust(Collection<? extends T>) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- addMustNot(SearchQuery) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
-
Adds the specified SearchQuery to the "must not match" criteria.
- addMustNot(Collection<? extends SearchQuery>) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
-
Adds the specified Collection<SearchQuery> to the "must not
match" criteria.
- addMustNot(BooleanQueryFactory) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
-
- addMustNot(U) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- addMustNot(U...) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- addMustNot(Collection<? extends T>) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- addNamedEntityGraph(String, EntityGraph<T>) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
-
- addNamedQuery(String, Query) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
-
- addObserver(SessionFactoryObserver) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
-
- Addon - Class in com.atlassian.confluence.plugins.maintenance.model
-
Simple POJO class to store the add-on's information
- Addon.Builder - Class in com.atlassian.confluence.plugins.maintenance.model
-
- AddOnUserConsumesLicensePredicate - Class in com.atlassian.confluence.user
-
- AddOnUserConsumesLicensePredicate(Supplier<UnfilteredCrowdService>) - Constructor for class com.atlassian.confluence.user.AddOnUserConsumesLicensePredicate
-
Deprecated.
- addOperation(Operation) - Method in class com.atlassian.confluence.importexport.xmlimport.OperationSet
-
- addOption(String, String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
-
Adds an option key/value pair for this parameter.
- addOptions(Map<String, String>) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
-
- addOutgoingLink(OutgoingLink) - Method in class com.atlassian.confluence.core.ContentEntityObject
-
- addPage(Page) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
-
- addPage(PageReport) - Method in class com.atlassian.confluence.mail.reports.SpaceReport
-
- addPageRequest(WebResource, PageRequest) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
-
- addPageRequestParams(WebResource, PageRequest) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
-
Adds start and limit query params to honour the pageRequest values
- addPageTemplate(PageTemplate) - Method in class com.atlassian.confluence.spaces.Space
-
- addPageToFavourites(User, AbstractPage) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
-
- addPageToFavourites(User, AbstractPage) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
-
Add a page or blog post to a user's favourites by attaching a personal label to the space.
- addParam(String, Object) - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.AbstractNav
-
- addParam(String, Object) - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.BaseNav
-
- addParam(String, String) - Method in class com.atlassian.confluence.rest.serialization.RestData.RestDataBuilder
-
- addParameter(String, String) - Method in class com.atlassian.confluence.api.model.content.MacroInstance.MacroBuilder
-
- addParameter(String, String) - Method in class com.atlassian.confluence.it.macro.MarkupHelper.Macro
-
- addParameter(String, String) - Method in class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
-
- addParameter(String, Object) - Method in class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective
-
- addParameterAlias(String) - Method in class com.atlassian.confluence.macro.params.BaseParameter
-
- addParameterPlaceholder(Object) - Method in class com.atlassian.crowd.embedded.hibernate2.HQLQueryHibernate2
-
Overrides the parent method because Hibernate 2 does not support JQL-style
positional parameters.
- addPathConverter(int, PathConverter) - Method in class com.atlassian.confluence.servlet.simpledisplay.DefaultPathConverterManager
-
- addPathConverter(int, PathConverter) - Method in interface com.atlassian.confluence.servlet.simpledisplay.PathConverterManager
-
- addPermission(ContentPermission) - Method in class com.atlassian.confluence.core.ContentEntityObject
-
Adds a ContentPermission.
- addPermission(String) - Method in class com.atlassian.confluence.plugins.rest.entities.SpaceEntityUserPermissions
-
- addPermission(SpacePermission) - Method in class com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator
-
Adds the given permission if the current user has permission to do so and updates the current active user count.
- addPermission(SpacePermission) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
-
Adds the given permission if the current user has permission to do so, otherwise does nothing silently.
- addPermission(SpacePermission) - Method in class com.atlassian.confluence.security.administrators.EditSpacePermissionsAdministrator
-
- addPermission(SpacePermission) - Method in class com.atlassian.confluence.spaces.Space
-
- addPermissionsToSpace(String, String[], String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Add Space Permissions for a user or group
- addPermissionsToSpace(String[], String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
- addPermissionsToSpace(String, String[], String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addPermissionsToSpace(String, String[], String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addPermissionsToSpace(String, Vector, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addPermissionsToSpace(String, Vector, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addPermissionToSpace(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Add a Space Permission for a user or group
- addPermissionToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
Add a given permission for a particular group/user to the given space.
- addPermissionToSpace(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addPermissionToSpace(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addPermissionToSpace(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addPermissionToSpace(String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addPermissionType(SpacePermission) - Method in class com.atlassian.confluence.security.actions.PermissionRow
-
- addPermissionTypeTo(String, List<String>) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
-
- addPersonalInformation(PersonalInformation) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
-
- addPersonalSpace(String, RemoteSpace, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
- addPersonalSpace(RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
- addPersonalSpace(String, RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addPersonalSpace(String, RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addPersonalSpace(String, Hashtable, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addPersonalSpace(String, Hashtable, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addPersonalSpaceWithDefaultPermissions(String, RemoteSpace, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
- addPersonalSpaceWithDefaultPermissions(RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
- addPersonalSpaceWithDefaultPermissions(String, RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addPersonalSpaceWithDefaultPermissions(String, RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addPluginInformation(String, String, String) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
- addPluginInformation(String, String, String, int) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
- addPluginInformation(String, String, String, int, Map<String, String>) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
- addPopMailServer(String, String, String) - Method in class com.atlassian.confluence.it.mail.MailFacade
-
- addProductLicense(String, String) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
-
- addProfilePicture(String, String, String, byte[]) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Attempts to add a profile picture to a user's profile
- addProfilePicture(String, String, String, String, byte[]) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Add a profile picture to a user's profile
- addProfilePicture(String, String, String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
-
Add a profile picture to a user's profile
- addProfilePicture(String, String, String, String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addProfilePicture(String, String, String, String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addProfilePicture(String, String, String, String, byte[]) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addProfilePicture(String, String, String, String, byte[]) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addProperty(Pair<String, Object>) - Method in class com.atlassian.confluence.rest.api.model.RestObject
-
- addProperty(String, String) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
-
- addRedirect(ConfluenceUser, String) - Method in class com.atlassian.confluence.plugins.pulp.impl.PulpRedirectDaoImpl
-
- addRedirect(ConfluenceUser, String) - Method in interface com.atlassian.confluence.plugins.pulp.PulpRedirectDao
-
Records the given user as having been redirected to the PULP for the given version of Confluence.
- addReferenceFrom(OutgoingLink) - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
-
- addReferralLink(ReferralLink) - Method in class com.atlassian.confluence.core.ContentEntityObject
-
- addRelation(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
-
- addRelation(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in interface com.atlassian.confluence.internal.relations.RelationManager
-
Create a new relation between 2 entities.
- addRemoteAddress(Application, RemoteAddress) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationManager
-
- addRemoteAddress(long, RemoteAddress) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdApplicationDao
-
- addRemoteAddress(long, RemoteAddress) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateApplicationDao
-
- addRequestParemeterAuthentication(String, User) - Method in class com.atlassian.confluence.it.HeadersHelper
-
- addResource(String, String) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
- addResource(PartSource, String, String) - Method in class com.atlassian.confluence.it.web.FileUpload
-
- Addressable - Interface in com.atlassian.confluence.core
-
Any addressable object has a URL and title.
- AddressableExtractor - Class in com.atlassian.confluence.search.lucene.extractor
-
Extractor responsible for indexing the title and url path of
Addressable content.
- AddressableExtractor() - Constructor for class com.atlassian.confluence.search.lucene.extractor.AddressableExtractor
-
- addressFromIpString(String) - Static method in class com.atlassian.confluence.util.ClusterUtils
-
Takes a raw IP string and converts it to an InetAddress.
- addRestriction(String) - Method in class com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
-
- addRestriction(TrustedApplicationRestriction) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
-
- addRestrictions(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
-
- addRestrictions(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
-
Attempts to add all the restrictions specified to a piece of content identified by contentId.
- addRestrictions(ContentId, String, PageResponse<ContentRestriction>) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
-
Adds all the restrictions specified to a piece of content identified by contentId.
- addRestrictions(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
-
- addRestrictions(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
-
- addRestrictionsCompletionStage(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
-
Attempts to add all the restrictions specified to a piece of content identified by contentId.
- addRestrictionsCompletionStage(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
-
- addResultTypes(PackageConfig, Element) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
-
- addRightFooterLink(String, String) - Method in class com.atlassian.confluence.mail.notification.listeners.PerNotificationData
-
Add a link that appears in the bottom-right of the notification.
- addRootNode(ContentNode) - Method in class com.atlassian.confluence.pages.ContentTree
-
- addRunDetails(JobId, RunDetails) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetailsDao
-
- addRunDetails(JobId, Date, RunOutcome, String) - Method in class com.atlassian.confluence.schedule.managers.DefaultSchedulerRunDetailsManager
-
- addRunDetails(JobId, Date, RunOutcome, String) - Method in interface com.atlassian.confluence.schedule.managers.SchedulerRunDetailsManager
-
Delegates the task to the underlying Scheduler Service since the ConfluenceSchedulerService bean is not accessible from the add-on
- addsAncestor(Long, Long, int) - Method in class com.atlassian.confluence.pages.ancestors.AncestorsDao
-
Adds one record to CONFANCESTORS table
- addSchedulerListener(Scheduler) - Static method in class com.atlassian.confluence.schedule.quartz.DeprecateQuartz
-
Only adds the listener in dev mode - the warnings should never be logged in production.
- addSection() - Method in class com.atlassian.confluence.pageobjects.component.editor.PageLayout2Toolbar
-
Deprecated.
- addSection(String, String, List<? extends WebItemModuleDescriptor>) - Method in class com.atlassian.confluence.web.WebMenu
-
Adds a section to the menu with the given name and list of items.
- addShortcut(String, String) - Method in class com.atlassian.confluence.renderer.ShortcutLinks
-
- addShortcutLink(String, ShortcutLinkConfig) - Method in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
-
Add a shortcut.
- addShortcutLink(String, ShortcutLinkConfig) - Method in interface com.atlassian.confluence.renderer.ShortcutLinksManager
-
- addShould(SearchQuery) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
-
Adds the specified SearchQuery to the "should match" criteria.
- addShould(Collection<? extends SearchQuery>) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
-
Adds the specified Collection<SearchQuery> to the "should match"
criteria.
- addShould(BooleanQueryFactory) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
-
- addShould(U) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- addShould(U...) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- addShould(Collection<? extends T>) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- addSingleton(String, Object) - Method in class com.atlassian.confluence.setup.ConfluenceListableBeanFactory
-
- addSingletonFactory(String, ObjectFactory) - Method in class com.atlassian.confluence.setup.ConfluenceListableBeanFactory
-
- addSmtpServer(String, String, String, String, int) - Method in class com.atlassian.confluence.it.admin.MailServerPage
-
Adds a SMTP server to the Confluence configuration
- addSmtpServer(String, String, String, String, int) - Method in class com.atlassian.confluence.it.oldconfluence.OldAdminConsole
-
Adds a SMTP server to the Confluence configuration
- addSmtpServer(String, String, String, String, int) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- addSmtpServer(String, String, String, String, int, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- addSmtpServer(String, String, String, String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
-
- addSmtpServer(String, String, String, String, String, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
-
- addSmtpServer(String, String, String, String, String, int, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
-
- addSmtpServer(String, String, String, String, String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
-
Add an SMTP mail server.
- addSmtpServer(String, String, String, String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
-
- addSmtpServer(String, String, String, String, String, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
-
- addSpace(String, RemoteSpace) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
- addSpace(RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
- addSpace(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addSpace(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addSpace(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addSpace(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addSpaceAnonymousPermissions(String, SpacePermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
-
- addSpaceGroup(String, RemoteSpaceGroup) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
- addSpaceGroup(RemoteSpaceGroup) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
- 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
-
- addSpaceGroup(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addSpaceGroupPermissions(String, String, SpacePermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
-
- addSpaceName(String, Page) - Method in class com.atlassian.confluence.plugins.doctheme.DocThemeHelper
-
- addSpaceNotification(User, Space) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
-
- addSpaceNotification(User, Space, ContentTypeEnum) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
-
- addSpaceNotification(User, Space) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
-
- addSpaceNotification(User, Space, ContentTypeEnum) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
-
Add a space notification for a particular content type.
- AddSpaceNotificationAction - Class in com.atlassian.confluence.mail.notification.actions
-
- AddSpaceNotificationAction() - Constructor for class com.atlassian.confluence.mail.notification.actions.AddSpaceNotificationAction
-
- AddSpacePermissionSubjectColumnUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Add the 'subject' column to the SpacePermission table.
- AddSpacePermissionSubjectColumnUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddSpacePermissionSubjectColumnUpgradeTask
-
- AddSpaceStatusColumnUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Populate the space status column.
- AddSpaceStatusColumnUpgradeTask(SessionFactory, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddSpaceStatusColumnUpgradeTask
-
- addSpaceStylesheet(String, String) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
-
- addSpaceStylesheet(String, String) - Method in interface com.atlassian.confluence.themes.StylesheetManager
-
Adds a space stylesheet to customize the look and feel of a single space within Confluence.
- AddSpaceToFavouriteAjaxAction - Class in com.atlassian.confluence.labels.actions
-
Makes a page or blogpost the favourite of the specified user.
- AddSpaceToFavouriteAjaxAction() - Constructor for class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
-
- addSpaceToFavourites(User, Space) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
-
- addSpaceToFavourites(User, Space) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
-
Add a space to a user's favourites by attaching a personal label to the space.
- AddSpaceToFavouritesAction - Class in com.atlassian.confluence.labels.actions
-
- AddSpaceToFavouritesAction() - Constructor for class com.atlassian.confluence.labels.actions.AddSpaceToFavouritesAction
-
- addSpaceUnlicensedAuthenticatedPermissions(String, SpacePermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
-
- addSpaceUserPermissions(String, String, SpacePermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
-
- addSpaceWatch(UserKey, String, List<ContentType>, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
-
Create a new watcher for the given user and space key.
- addSpaceWithDefaultPermissions(String, RemoteSpace) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
- addSpaceWithDefaultPermissions(RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
-
- addSpaceWithDefaultPermissions(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addSpaceWithDefaultPermissions(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addSpecial(String) - Method in class com.atlassian.confluence.renderer.radeox.ContentPreserver
-
- addSpecial(String, String) - Method in class com.atlassian.confluence.renderer.radeox.ContentPreserver
-
- AddTeamLabelToSpaceAction - Class in com.atlassian.confluence.spaces.actions
-
- AddTeamLabelToSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AddTeamLabelToSpaceAction
-
- addTemplateImage(DataSource) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
-
Adds a datasource to the current set of datasources for all emails.
- addTemplateImage(DataSource) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
-
Adds a datasource to the current set of datasources for 1 instance of notification.
- addTenant(Tenant) - Method in class com.atlassian.confluence.tenant.BroadcastingTenantRegistry
-
- addTenant(Tenant) - Method in interface com.atlassian.confluence.tenant.TenantRegistry
-
- addTenant(Tenant) - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
-
- addTerm(Term) - Method in class com.atlassian.confluence.search.lucene.filter.MultiTermFilter
-
- addTest(TestReport) - Method in class com.atlassian.confluence.renderer.radeox.macros.junit.report.TestCaseReport
-
- addTest(TestReport) - Method in interface com.atlassian.confluence.renderer.radeox.macros.junit.report.TestReport
-
- addTest(TestReport) - Method in class com.atlassian.confluence.renderer.radeox.macros.junit.report.TestSuiteReport
-
- addTextComment(String) - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- addTimingEvent(String, long) - Static method in class com.atlassian.confluence.event.events.analytics.HttpRequestStats
-
- addToContext(String, Serializable) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
-
- addToFollowing(String, String) - Method in class com.atlassian.confluence.plugins.like.rest.resources.UserResource
-
- addToGroup(String, String) - Method in class bucket.user.providers.CachingAccessProvider
-
Deprecated.
- addToGroup(String, String) - Method in class bucket.user.providers.ChainedAccessProvider
-
Deprecated.
- addToGroup() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
-
- addToGroup(String, String) - Method in class com.atlassian.confluence.user.providers.jira.JiraJdbcAccessProvider
-
Deprecated.
Overriding as JdbcAccessProvider is broken (uses userName instead of membershipUserName in query etc)
- addToHistory(ContentEntityObject) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
-
- addTopLevelTab(String, WebSectionModuleDescriptor, WebItemModuleDescriptor, Iterable<WebItemModuleDescriptor>, Map<String, Object>) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabs
-
- addTopLevelTab(String, WebItemModuleDescriptor, Map<String, Object>) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabs
-
- addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.AnonymousAccessEnabledUrlReadingCondition
-
- addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.BuildNumberUrlReadingCondition
-
- addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ClusterUrlReadingCondition
-
- addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ConfluenceFlavourUrlReadingCondition
-
Deprecated.
- addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.DarkFeatureEnabledUrlReadingCondition
-
- addToUrl(UrlBuilder, Coordinate) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.DarkFeatureEnabledUrlReadingCondition
-
- addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.SystemAdministratorUrlReadingCondition
-
- addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.UserLoggedInUrlReadingCondition
-
- addToUrl(UrlBuilder, Coordinate) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.UserLoggedInUrlReadingCondition
-
- addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.user.extras.aggregation.impl.ShouldDisplayDirectoryAggregationWarningUrlReadingCondition
-
- addToWebFragmentContext(String, String) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
-
Adds a key/value pair to the Web-Fragment context.
- addTrackbackLink(TrackbackLink) - Method in class com.atlassian.confluence.core.ContentEntityObject
-
- addTrustedApplication(Application, RequestConditions) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
- addUncategorizedMigrationException(MigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
-
- AddUniqueAttachmentIdConstraintToAttachmentDataUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
This task adds a unique constraint to the AttachmentId column on the AttachmentData table.
- AddUniqueAttachmentIdConstraintToAttachmentDataUpgradeTask(SessionFactory, AlterTableExecutor, DdlExecutor, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddUniqueAttachmentIdConstraintToAttachmentDataUpgradeTask
-
- AddUniqueConstraintCommand - Class in com.atlassian.confluence.upgrade.ddl
-
Represents a unique constraint on a set of columns.
- AddUniqueConstraintCommand(String, Collection<String>) - Constructor for class com.atlassian.confluence.upgrade.ddl.AddUniqueConstraintCommand
-
- addUnsatisfiedObjectDependencies(Set<TransientHibernateHandle>, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
-
Defer the saving of an object because it has referential dependencies on some objects that have not yet been
imported, but that can not be temporarily left null.
- addUpdateMacro(UserMacroConfig) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
-
Add the updated macro to the user macro library.
- addUpdateMacro(UserMacroConfig) - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
-
- addUrl(String) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.ApplicationNavigatorRpc
-
- addUrlRestriction(String) - Method in class com.atlassian.confluence.it.admin.TrustedApplication
-
- addUser(String, String, String, String, String[]) - Method in class bucket.user.DefaultUserAccessor
-
- addUser(String, String, String, String) - Method in class bucket.user.DefaultUserAccessor
-
Deprecated.
- addUser(String, String, String, String, String[]) - Method in interface bucket.user.UserAccessor
-
- addUser(String, String, String, String) - Method in interface bucket.user.UserAccessor
-
- addUser(Application, UserTemplate, PasswordCredential) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
-
- addUser(Application, UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
-
- addUser(String, String, String) - Method in class com.atlassian.confluence.it.mail.MailServices
-
Adds a user to the mail service.
- addUser(User) - Method in class com.atlassian.confluence.it.mail.MailServices
-
Adds a user to the mail service.
- addUser(MailUser) - Method in class com.atlassian.confluence.it.mail.MailServices
-
- addUser(User) - Method in class com.atlassian.confluence.pageobjects.component.form.MultiUserPicker
-
Deprecated.
Searches for the given user and adds them by waiting and clicking in the results drop down.
- addUser(User) - Method in class com.atlassian.confluence.pageobjects.component.form.UserWatcherPicker
-
Deprecated.
- addUser(UserEntity) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.UserEntityList
-
- addUser(String, RemoteUser, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Adds a user with the given RemoteUser object and password
- addUser(String, RemoteUser, String, boolean) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Adds a user with the given RemoteUser object and password
- addUser(RemoteUser, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
-
Adds user.
- addUser(String, RemoteUser, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addUser(String, RemoteUser, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addUser(String, RemoteUser, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addUser(String, RemoteUser, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addUser(String, Hashtable, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addUser(String, Hashtable, String, boolean) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addUser(String, Hashtable, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addUser(String, Hashtable, String, boolean) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addUserAnyCase(String, String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
-
- addUserAnyCase(String, String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
-
Allows addition of a user without enforcing that the username be all lower case.
- addUserAnyCase(String, String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
-
- addUserCategory(UserSearchQueryParameters.UserCategory) - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters.Builder
-
- AddUserMacroAction - Class in com.atlassian.confluence.admin.actions.macros
-
Action for adding a user macro
- AddUserMacroAction() - Constructor for class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction
-
- addUserPermissionsRow(User) - Method in class com.atlassian.confluence.it.space.SpacePermissions
-
- addUserProfilePicture(String) - Method in class com.atlassian.confluence.it.user.UserProfile
-
Adds the given File as the user's profile picture.
- addUserToGroup(Application, String, String) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
-
- addUserToGroup(String) - Method in class com.atlassian.confluence.it.admin.ViewUser
-
- addUserToGroup(Group) - Method in class com.atlassian.confluence.it.admin.ViewUser
-
- addUserToGroup(String, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- addUserToGroup(User, Group) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- addUserToGroup(String, String) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
-
Deprecated.
- addUserToGroup(User, Group) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
-
Deprecated.
- addUserToGroup(String, String) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
-
- addUserToGroup(User, Group) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
-
- addUserToGroup(String, String) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
-
Deprecated.
- addUserToGroup(User, Group) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
-
Deprecated.
- addUserToGroup(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
- addUserToGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
-
Add user to the specified group.
- addUserToGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
-
- addUserToGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- addUserToGroup(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
-
- addUserToGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
-
- addUserToGroup(User, String) - Static method in class com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator
-
- addUserToGroup(long, String, String) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdMembershipDao
-
- addUserToGroup(long, String, String) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembershipDao
-
- addUsingShortcut() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection
-
Deprecated.
- addUsingShortcut(String) - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection
-
Deprecated.
Trigger the comment dialog using the keyboard shortcut and immediately type more keys.
- addValidationError(String, Object...) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
-
Add a new validation error.
- addValidationError(String, Object...) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
-
Add a new validation error.
- addValidationErrors(ConfluenceActionSupport) - Method in class com.atlassian.confluence.api.impl.service.content.ApiBackedActionHelper
-
- addValidationErrors(ConfluenceActionSupport) - Method in class com.atlassian.confluence.core.actions.ServiceBackedActionHelper
-
- addVelocityContextParam(String, Object) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
-
- addViewRestrictionToCurrentUser() - Method in class com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
-
Deprecated.
- addWarnMessage(String, String...) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport.Builder
-
- AddWatchLink - Class in com.atlassian.confluence.user.notifications
-
Represents the link needed to add a watch for a given piece of content
- AddWatchLink(AbstractPage) - Constructor for class com.atlassian.confluence.user.notifications.AddWatchLink
-
Create a link to represent adding a watch on a page
- AddWatchLink(Space, ContentTypeEnum) - Constructor for class com.atlassian.confluence.user.notifications.AddWatchLink
-
Create a link to represent adding a watch on a page
- addWebFragmentContext() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
-
Copies the current state of this context and stores it in a sub-map.
- addWithFallback() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection
-
Deprecated.
This will be removed when we completely remove slow comment
- addWorkingEntity(ConfluenceEntityObject) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
-
Add to the entities to be exported.
- ADG_DATE_FORMAT - Static variable in class com.atlassian.confluence.api.impl.service.datetime.DateFormatServiceImpl
-
- ADG_DATE_FORMATTER - Static variable in class com.atlassian.confluence.api.impl.service.datetime.DateFormatServiceImpl
-
- ADGS_ANONYMOUS_PROFILE_PATH - Static variable in class com.atlassian.confluence.user.actions.ProfilePictureInfo
-
- ADGS_DEFAULT_PROFILE_PATH - Static variable in class com.atlassian.confluence.user.actions.ProfilePictureInfo
-
- ADMIN - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
-
- admin - Variable in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- ADMIN - Static variable in class com.atlassian.confluence.it.User
-
Deprecated.
- ADMIN_JSP_ROLE - Static variable in class com.atlassian.confluence.security.ConfluenceRoleMapper
-
- ADMIN_LIMIT - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
-
Deprecated.
- ADMIN_SELECTED_MACRO_LIBRARY - Static variable in class com.atlassian.confluence.user.SessionKeys
-
- ADMIN_SELECTED_PLUGIN - Static variable in class com.atlassian.confluence.user.SessionKeys
-
- ADMIN_SPACE_PERMISSION - Static variable in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
- ADMIN_UI_KEYS - Static variable in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
-
- AdminActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
-
- AdminActionBreadcrumb(Action) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AdminActionBreadcrumb
-
- AdminAddedUserEvent - Class in com.atlassian.confluence.event.events.user
-
- AdminAddedUserEvent(User) - Constructor for class com.atlassian.confluence.event.events.user.AdminAddedUserEvent
-
- AdminAuditListener - Class in com.atlassian.confluence.impl.audit.listener
-
- AdminAuditListener(AuditManager, AuditHandlerService, AuditRecordEntityFactory, AuditListenerHelper, AuditBroker, AuditFormatConverter) - Constructor for class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
-
- AdminBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
-
Represents "Administration" in "Dashboard > Administration > Do some admin action"
- AdminCheckInterceptor - Class in com.atlassian.confluence.test.rpc
-
Check that all calls through this interceptor are performed by a user with administration permissions.
- AdminCheckInterceptor() - Constructor for class com.atlassian.confluence.test.rpc.AdminCheckInterceptor
-
- AdminConfigurationCriteria - Interface in com.atlassian.confluence.admin.criteria
-
Encapsulates select configuration parameters or values
for Confluence and determines whether those parameters or values meet
a specified programmatic acceptance criteria.
- AdminConsole - Class in com.atlassian.confluence.it.admin
-
- ADMINISTER - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
-
- ADMINISTER - Static variable in class com.atlassian.confluence.security.Permission
-
- ADMINISTER_PERMISSION_TYPES - Static variable in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
-
- ADMINISTER_SPACE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
-
- AdministrationConsoleAction - Class in com.atlassian.confluence.admin.actions
-
- AdministrationConsoleAction() - Constructor for class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
-
- ADMINISTRATORS - Static variable in class com.atlassian.confluence.it.Group
-
Deprecated.
- AdminItemSearchSectionProvider - Class in com.atlassian.confluence.plugins.quicknav.admin
-
Section provider for quick nav that includes admin items in the results.
- AdminItemSearchSectionProvider(WebInterfaceManager, PermissionManager) - Constructor for class com.atlassian.confluence.plugins.quicknav.admin.AdminItemSearchSectionProvider
-
- AdminRpc - Class in com.atlassian.confluence.it.rpc.delegates.admin
-
Wrapper for the other admin-RPC classes.
- AdminRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.AdminRpc
-
- AdminSoapService - Class in com.atlassian.confluence.rpc.soap.services
-
A Soap service holding functionality for Confluence Administrators.
- AdminSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.services.AdminSoapService
-
- AdminTask - Class in com.atlassian.confluence.admin.tasks
-
A discrete, actionable task that an administrator should be aware of.
An AdminTask aims to encapsulate goals around (correctly) affecting high-value changes to
Confluence that could or should be made in order to get the best out of Confluence.
- AdminTask(AdminTaskConfig, AdminTaskData) - Constructor for class com.atlassian.confluence.admin.tasks.AdminTask
-
- AdminTaskConfig - Interface in com.atlassian.confluence.admin.tasks
-
Encapsulates the non-serializable system components of an
AdminTask.
- AdminTaskData - Class in com.atlassian.confluence.admin.tasks
-
A serializable object which maintains the state of completion and other metadata
relating to a particular
AdminTask.
- AdminTaskData() - Constructor for class com.atlassian.confluence.admin.tasks.AdminTaskData
-
- AdminTaskData(Date, String, String, String) - Constructor for class com.atlassian.confluence.admin.tasks.AdminTaskData
-
- AdminTasklistManager - Interface in com.atlassian.confluence.admin
-
- AdminUiProperties - Interface in com.atlassian.confluence.setup.settings.init
-
- ADVANCED_PANEL - Static variable in class com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
-
Deprecated.
- AdvancedSearchTipsAction - Class in com.atlassian.confluence.pages.actions
-
- AdvancedSearchTipsAction() - Constructor for class com.atlassian.confluence.pages.actions.AdvancedSearchTipsAction
-
- AdviseReturnedValueAdvice - Class in com.atlassian.confluence.spring.aop
-
Simple AOP advice for adding advice to the returned value of advised methods
- AdviseReturnedValueAdvice() - Constructor for class com.atlassian.confluence.spring.aop.AdviseReturnedValueAdvice
-
- advisorsPreFiltered() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Return whether the Advisors returned by the subclass are pre-filtered
to match the bean's target class already, allowing the ClassFilter check
to be skipped when building advisors chains for AOP invocations.
- AffectedObject - Class in com.atlassian.confluence.api.model.audit
-
Value object that models an object that has been affected by or associated with a particular audit record.
- affectedObject(AffectedObject) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
-
- AffectedObject.Builder - Class in com.atlassian.confluence.api.model.audit
-
- AffectedObjectEntity - Class in com.atlassian.confluence.impl.audit
-
- AffectedObjectEntity(String, String, AuditRecordEntity) - Constructor for class com.atlassian.confluence.impl.audit.AffectedObjectEntity
-
- after(ActionInvocation, String) - Method in class com.atlassian.confluence.core.ResultLoggingInterceptor
-
- after(ActionInvocation, String) - Method in class com.atlassian.confluence.event.EventPublisherInterceptor
-
- after(Date) - Static method in class com.atlassian.confluence.util.test.matchers.DateMatchers
-
- after() - Method in class com.atlassian.confluence.webdriver.rules.CancelAnyAlert
-
- after(ActionInvocation, String) - Method in class com.atlassian.confluence.xwork.ConfluenceValidationInterceptor
-
Does nothing in this implementation.
- after(ActionInvocation, String) - Method in class com.atlassian.confluence.xwork.HttpRequestStatsInterceptor
-
- afterAdd() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
-
Common processing to be performed by all subclasses after the add operation.
- afterAdd() - Method in class com.atlassian.confluence.pages.actions.CreatePageFromTemplateAction
-
- afterConfigurationLoaded() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
-
- afterEdit() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
-
Common processing to be performed by all subclasses after the edit operation.
- afterFind() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchFinder
-
- afterMigrationFrom() - Method in class com.atlassian.confluence.pages.attachments.CachingAttachmentDao
-
- afterMigrationFrom() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
-
Perform any tasks necessary after Attachment data has been moved from
this data store to another.
- afterMigrationFrom() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
-
Perform any tasks necessary after Attachment data has been moved from
this data store to another.
- afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao
-
In this implementation, we leave the filesystem as is, and don't
remove the attachments that have just been moved to another data store.
- afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
-
Deprecated.
In this implementation, we leave the filesystem as is, and don't
remove the attachments that have just been moved to another data store.
- afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
-
This implementation removes all Attachments and
passes the migration tasks onto the AttachmentDataDao
- afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
-
Once a data migration has occurred, remove all records from the table,
as they are no longer necessary, and we don't want foreign key violations
to occur when removing Attachments.
- afterProcessBatch() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchProcessor
-
- afterProcessCollection() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchProcessor
-
- afterProcessIndividual() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchProcessor
-
- afterPropertiesSet() - Method in class bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
-
Deprecated.
- afterPropertiesSet() - Method in class com.atlassian.confluence.cache.DefaultCacheConfigManager
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.cache.DefaultCacheSettingsManager
-
Deprecated.
- afterPropertiesSet() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheConfigFileStore
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheConfigManager
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.cache.hazelcast.hibernate.HazelcastHibernateRegionFactory
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.cache.hibernate.HibernateCacheFactory.InstanceHolder
-
Deprecated.
- afterPropertiesSet() - Method in class com.atlassian.confluence.cluster.ClusterAwareFactoryBean
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelCastOsgiListener
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.content.DefaultContentTypeManager
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.event.listeners.ThumbnailRemovingListener
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.impl.cache.hibernate.HibernateClusterAwareCacheManager
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceLocalSessionFactoryBean
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.impl.journal.JournalStateResettingListener
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStoreAide
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.plugin.dev.DeprecatedPluginModuleListener
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.plugin.XWorkObjectFactoryConfigurator
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.PluggableEdgeTypeRepository
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.like.actions.NotificationsAction
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.like.notifications.dao.CacheBackedNotificationDao
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroTabProvider
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.pulp.VersionManager
-
When confluence is upgraded this records the version and the date it was upgraded to the version history plugin settings
- afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyInteropBootstrap
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.search.v2.lucene.Slf4JInfoStream
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.setup.velocity.NamedBeanContextItemProvider
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.spring.johnson.JohnsonConfigFactoryBean
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.spring.johnson.JohnsonEventContainerFactoryBean
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.user.crowd.CachedCrowdGroupDao
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.user.crowd.CachedCrowdUserDao
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.user.crowd.ConfluenceSpringContextInstanceFactory
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.util.profiling.ConfluenceUsageInfoInstrumentProvider
-
- afterPropertiesSet() - Method in class com.atlassian.confluence.util.profiling.DefaultConfluenceMonitoringController
-
- afterPropertiesSet() - Method in class com.atlassian.sal.confluence.lifecycle.TenantAwareLifecycleManager
-
- afterPropertiesSet() - Method in class com.atlassian.sal.confluence.upgrade.ImportFinishedListener
-
- afterTransactionBegin(Transaction) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
-
- afterTransactionCompletion(Transaction) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
-
- AggregateNameConflictResolver - Class in com.atlassian.confluence.pages.persistence.dao.bulk.impl
-
Will aggregate name from other PageNameConflictResolvers.
- AggregateNameConflictResolver(PageNameConflictResolver...) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.impl.AggregateNameConflictResolver
-
- AggregationWarningManager - Class in com.atlassian.confluence.user.extras.aggregation.impl
-
- AggregationWarningManager(UserAccessor, PermissionManager, PluginSettingsFactory, TransactionTemplate, CrowdDirectoryService, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.user.extras.aggregation.impl.AggregationWarningManager
-
- AjaxLoginCompleteAction - Class in com.atlassian.confluence.user.actions
-
Simple action for redirecting to after logging in via the ajax authentication handler.
- AjaxLoginCompleteAction() - Constructor for class com.atlassian.confluence.user.actions.AjaxLoginCompleteAction
-
- AjaxResponse - Class in com.atlassian.confluence.util.ajax
-
- ALACARTE_ONDEMAND - Static variable in class com.atlassian.confluence.it.Space
-
Deprecated.
- AlertEntityImpl - Class in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
-
- AlertEntityImpl() - Constructor for class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
-
- AlertEntityImpl(Alert) - Constructor for class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
-
- AliasedKey - Class in com.atlassian.confluence.security.persistence.dao.hibernate
-
Hibernate data transfer object for cryptographic keys
- AliasedKey() - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey
-
- ALL - Static variable in class com.atlassian.confluence.api.model.content.webresource.ResourceType
-
All to denote all the tags.
- ALL - Static variable in class com.atlassian.confluence.api.model.Depth
-
- ALL - Static variable in class com.atlassian.confluence.it.feed.SpaceScope
-
- ALL - Static variable in class com.atlassian.confluence.it.global.SiteSearch.SpecialSpaceOptions
-
- ALL - Static variable in interface com.atlassian.confluence.search.v2.SpaceCategories
-
- ALL_CATEGORIES - Static variable in interface com.atlassian.confluence.search.v2.SpaceCategories
-
- ALL_GRAMS - Static variable in class com.atlassian.confluence.search.lucene.filter.ConfluenceNGramTokenFilter
-
Deprecated.
- ALL_JOBS_TTL_MILLIS - Static variable in interface com.atlassian.confluence.schedule.managers.SchedulerRunDetailsManager
-
The time-to-live of outdated run details that will be purged
The default value is 90 days, which can be overridden by the system property "all.jobs.ttl.minutes" with the hour granularity
- allContent(int) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
-
- AllContentTab - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
-
Implements the "All Updates" tab
- AllContentTab(HttpContext, I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AllContentTab
-
- allEventsDismissible() - Static method in class com.atlassian.confluence.setup.johnson.JohnsonUtils
-
Indicates whether all johnson events have dismissible attribute equal to true.
- AllMacroMetadataCache<T extends com.atlassian.plugin.ModuleDescriptor<Macro> & MacroMetadataSource> - Class in com.atlassian.confluence.impl.macro.metadata
-
Caches a map of macro metadata by macro names loaded using the given a macro module descriptor class and a macro
module descriptor predicate.
- AllMacroMetadataCache(VCacheFactory, AllMacroMetadataProvider<T>, EventListenerRegistrar) - Constructor for class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataCache
-
- AllMacroMetadataLoader<T extends com.atlassian.plugin.ModuleDescriptor<Macro> & MacroMetadataSource> - Class in com.atlassian.confluence.impl.macro.metadata
-
Loads a map of macro metadata by macro names when given a macro module
descriptor class and a macro module descriptor predicate.
- AllMacroMetadataLoader(PluginAccessor, MacroFallbackParser) - Constructor for class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataLoader
-
- AllMacroMetadataProvider<T extends com.atlassian.plugin.ModuleDescriptor<Macro> & MacroMetadataSource> - Interface in com.atlassian.confluence.impl.macro.metadata
-
Provider that returns a map of macro metadata by macro names when given a
macro module descriptor class and a macro module descriptor predicate.
- ALLOW_DAILY_BACKUP_KEY - Static variable in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
-
- ALLOW_MANUAL_BACKUP_DOWNLOAD_KEY - Static variable in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
-
- ALLOW_SITE_SUPPORT_EMAIL_KEY - Static variable in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
-
- AllowAllAnnotationAction - Class in com.atlassian.confluence.httpmethod
-
- AllowAllAnnotationAction() - Constructor for class com.atlassian.confluence.httpmethod.AllowAllAnnotationAction
-
- allowAnonymousAccess(String) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
-
Allow all users, including the anonymous user, access to a particular path.
- allowAnonymousAccess(String) - Method in interface com.atlassian.confluence.security.GateKeeper
-
Allow access to a resource for any user, including the anonymous user.
- allowConcurrentExecution() - Method in class com.atlassian.quartz.jobs.AbstractJob
-
Deprecated.
- allowedCondition1Keys() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
-
- allowedCondition1Keys() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
-
- allowedInReadOnlyMode(boolean) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
-
- allowedTransform1Keys() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
-
- allowedTransform1Keys() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
-
- AllQuery - Class in com.atlassian.confluence.search.v2.query
-
Represent an entire set of documents.
- AllQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- AllQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AllQueryMapper
-
- allRows() - Method in class com.atlassian.confluence.it.jsoup.JsoupTable
-
- AllTimerSnapshotsModel - Class in com.atlassian.confluence.plugins.monitoring.rest
-
Data transfer object to match the DataTables AJAX API.
- AllTimerSnapshotsModel() - Constructor for class com.atlassian.confluence.plugins.monitoring.rest.AllTimerSnapshotsModel
-
- AllTimerSnapshotsModel(List<TimerSnapshotModel>) - Constructor for class com.atlassian.confluence.plugins.monitoring.rest.AllTimerSnapshotsModel
-
- AlphabeticalGroupingSupport - Class in com.atlassian.confluence.util.actions
-
This class provides support for grouping a collection of data alphabetically.
- AlphabeticalGroupingSupport(Collection) - Constructor for class com.atlassian.confluence.util.actions.AlphabeticalGroupingSupport
-
- AlphabeticalLabelGroupingSupport - Class in com.atlassian.confluence.util.actions
-
This class provides support for grouping a collection of data alphabetically.
- AlphabeticalLabelGroupingSupport(Collection) - Constructor for class com.atlassian.confluence.util.actions.AlphabeticalLabelGroupingSupport
-
- AlphabeticalListLabelsAction - Class in com.atlassian.confluence.plugins.labels.actions
-
- AlphabeticalListLabelsAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
-
- AlphabeticalListPagesAction - Class in com.atlassian.confluence.pages.actions
-
- AlphabeticalListPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
-
- ALREADY_SETUP - Static variable in class com.atlassian.confluence.setup.actions.SetupCheckInterceptor
-
- AlreadyClusteredException - Exception in com.atlassian.confluence.cluster
-
- AlreadyClusteredException(ClusterInformation) - Constructor for exception com.atlassian.confluence.cluster.AlreadyClusteredException
-
- AlreadyExistsException - Exception in com.atlassian.confluence.rpc
-
Exception thrown when a user tries to create an object that already exists
- AlreadyExistsException() - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
-
- AlreadyExistsException(String) - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
-
- AlreadyExistsException(Throwable) - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
-
- AlreadyExistsException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
-
- AlterColumnCommand - Class in com.atlassian.confluence.upgrade.ddl
-
Superclass for all alter column actions.
- AlterColumnCommand(ConfluenceHibernateConfig, String) - Constructor for class com.atlassian.confluence.upgrade.ddl.AlterColumnCommand
-
- AlterColumnNullabilityCommand - Class in com.atlassian.confluence.upgrade.ddl
-
Marks a column as not null or nullable.
- AlterColumnNullabilityCommand(ConfluenceHibernateConfig, String, String, NullChoice) - Constructor for class com.atlassian.confluence.upgrade.ddl.AlterColumnNullabilityCommand
-
Create an alter column to null/not null action.
- ALTERNATE - Static variable in class com.atlassian.confluence.plugins.rest.entities.documentation.LinkExamples
-
- ALTERNATE_PDF - Static variable in class com.atlassian.confluence.plugins.rest.entities.documentation.LinkExamples
-
- AlternateRequiredStringValidator - Class in com.atlassian.confluence.util.misc
-
- AlternateRequiredStringValidator() - Constructor for class com.atlassian.confluence.util.misc.AlternateRequiredStringValidator
-
- AlternativeDirectoryResourceLoaderSupportingStaticPlugin - Class in com.atlassian.confluence.plugin.dev
-
Supports the AlternativeDirectoryResourceLoader for StaticPlugins.
- AlternativeDirectoryResourceLoaderSupportingStaticPlugin() - Constructor for class com.atlassian.confluence.plugin.dev.AlternativeDirectoryResourceLoaderSupportingStaticPlugin
-
- AlternativePagesLocator - Class in com.atlassian.confluence.pages
-
Finds possible content matches for a supplied title and space.
- AlternativePagesLocator(PageManager, PermissionManager, Space, String) - Constructor for class com.atlassian.confluence.pages.AlternativePagesLocator
-
- alterPassword(User, String) - Method in class bucket.user.DefaultUserAccessor
-
Deprecated.
- alterPassword(User, String) - Method in interface bucket.user.UserAccessor
-
Deprecated.
- alterPassword(User, String) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
-
- alterPassword(User, String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
-
Deprecated.
- alterTable(String, List<? extends AlterTableCommand>) - Method in interface com.atlassian.confluence.upgrade.ddl.AlterTableExecutor
-
Perform a set of table altering actions on a given table.
- alterTable(String, List<? extends AlterTableCommand>) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
-
- AlterTableCommand - Interface in com.atlassian.confluence.upgrade.ddl
-
Interface for all alter table commands.
- AlterTableExecutor - Interface in com.atlassian.confluence.upgrade.ddl
-
Executes all the various database-specific table altering commands.
- alwaysMaskEmail(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
Masks an email address by replacing '@' with 'at' and '.' with 'dot'.
- AlwaysNullMapMergePolicy - Class in com.atlassian.confluence.cluster.hazelcast
-
Merge policy that takes neither entry, emptying out the keys in the merging map
- AlwaysNullMapMergePolicy() - Constructor for class com.atlassian.confluence.cluster.hazelcast.AlwaysNullMapMergePolicy
-
- AlwaysTransformMacroBody - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
-
Condition that specifies that the macro body should always be transformed.
- AlwaysTransformMacroBody() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.AlwaysTransformMacroBody
-
- amdEnabled() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
-
- AmpsOverridesManager - Interface in com.atlassian.confluence.upgrade
-
- AnalyticsEventReport - Class in com.atlassian.confluence.it.analytics
-
Represents a JSON report from the Analytics Client plugin
- AnalyticsEventReport() - Constructor for class com.atlassian.confluence.it.analytics.AnalyticsEventReport
-
- AnalyticsEventReport.Event - Class in com.atlassian.confluence.it.analytics
-
- AnalyticsEvictionProgressTracking - Class in com.atlassian.confluence.pages.collab.impl.tracking
-
Listener of eviction process which pushes events to analytics
- AnalyticsEvictionProgressTracking(EventPublisher) - Constructor for class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
-
- AnalyticsHelper - Class in com.atlassian.confluence.it.analytics
-
A helper class which controls and queries the Analytics plugin via REST.
- AnalyticsHelper(User, String) - Constructor for class com.atlassian.confluence.it.analytics.AnalyticsHelper
-
- AnalyticsHelper.Mode - Enum in com.atlassian.confluence.it.analytics
-
- AnalyzerFilter - Class in com.atlassian.confluence.search.lucene.filter
-
- AnalyzerFilter(TokenStream, String, Analyzer) - Constructor for class com.atlassian.confluence.search.lucene.filter.AnalyzerFilter
-
Construct a token stream filtering the given input.
- AnalyzerSwitcherQueryNodeProcessor - Class in com.atlassian.confluence.search.lucene.queryparser
-
- AnalyzerSwitcherQueryNodeProcessor() - Constructor for class com.atlassian.confluence.search.lucene.queryparser.AnalyzerSwitcherQueryNodeProcessor
-
- AncestorRebuildException - Exception in com.atlassian.confluence.pages.ancestors
-
Thrown when there is a problem rebuilding the page ancestor tree.
- AncestorRebuildException() - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
-
- AncestorRebuildException(String) - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
-
- AncestorRebuildException(String, Throwable) - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
-
- AncestorRebuildException(Throwable) - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
-
- ancestors(Iterable<Content>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
-
- ANCESTORS - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
-
- AncestorsDao - Class in com.atlassian.confluence.pages.ancestors
-
JDBC methods for operations with CONFANCESTORS table
- AncestorsDao(SessionFactory, EventPublisher) - Constructor for class com.atlassian.confluence.pages.ancestors.AncestorsDao
-
- AncestorsRepairer - Class in com.atlassian.confluence.pages.ancestors
-
This ancestors repairer checks page trees and finds pages with broken ancestors
Then it sends this information to PageRepairWorker, which fixes pages in small separated transactions
- AncestorsRepairer(SpaceManager, AncestorsDao) - Constructor for class com.atlassian.confluence.pages.ancestors.AncestorsRepairer
-
- AncestorsRepairJob - Class in com.atlassian.confluence.pages.ancestors
-
AncestorsRepairJob fixes ancestors in CONFANCESTORS table
- AncestorsRepairJob(AncestorsRepairer) - Constructor for class com.atlassian.confluence.pages.ancestors.AncestorsRepairJob
-
- AncestorsUpdateEvent - Class in com.atlassian.confluence.event.events.security
-
AncestorsUpdateEvent is fired when ancestors are changed.
- AncestorsUpdateEvent(Long, List<Long>) - Constructor for class com.atlassian.confluence.event.events.security.AncestorsUpdateEvent
-
- anchor - Variable in class com.atlassian.confluence.links.linktypes.AbstractPageLink
-
- ANCHOR_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
-
- and(SearchFilter) - Method in class com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
-
- and(SearchFilter) - Method in interface com.atlassian.confluence.search.v2.SearchFilter
-
Combines this filter with the one specified, returning a new filter.
- and(SearchFilter) - Method in class com.atlassian.confluence.search.v2.searchfilter.BooleanSearchFilter
-
- and(SearchFilter) - Method in class com.atlassian.confluence.search.v2.searchfilter.ChainedSearchFilter
-
Deprecated.
- and(SearchFilter) - Method in class com.atlassian.confluence.search.v2.searchfilter.MatchAllDocsFilter
-
- and(SearchFilter) - Method in class com.atlassian.confluence.search.v2.searchfilter.MatchNoDocsFilter
-
- andContext(Map<String, Object>) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
-
- andContextEntry(String, Object) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
-
Add an entry to the context used for rendering the body.
- andQuery(SearchQuery...) - Static method in class com.atlassian.confluence.search.v2.query.BooleanQuery
-
Build an AND query from one or more subqueries.
- andRelatedBodyPart(DataSource) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
-
- andRelatedBodyParts(Iterable<DataSource>) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
-
- andReplyTo(String) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
-
- andSender(User) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
-
- andTemplateLocation(String) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
-
Set the location of the template specified as templateFileName in the constructor.
- AnnotatedMethodTemplate<A extends Annotation> - Class in com.atlassian.confluence.util.test.rules
-
Template for writing rules which read configuration from a method annotation.
- AnnotatedMethodTemplate(Class) - Constructor for class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
-
- annotationClass - Variable in class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
-
- AnnotationMacroBodyTranformationCondition - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
-
- AnnotationMacroBodyTranformationCondition(MacroManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.AnnotationMacroBodyTranformationCondition
-
- anonymous() - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
-
- Anonymous - Class in com.atlassian.confluence.api.model.people
-
- Anonymous(Icon) - Constructor for class com.atlassian.confluence.api.model.people.Anonymous
-
- Anonymous(Icon, String) - Constructor for class com.atlassian.confluence.api.model.people.Anonymous
-
- ANONYMOUS - Static variable in class com.atlassian.confluence.it.User
-
Deprecated.
Represents anonymous users, i.e.
- Anonymous - Class in com.atlassian.confluence.legacyapi.model.people
-
- Anonymous(Icon) - Constructor for class com.atlassian.confluence.legacyapi.model.people.Anonymous
-
Deprecated.
- anonymous() - Method in interface com.atlassian.confluence.legacyapi.service.people.PersonService
-
Deprecated.
- anonymous() - Method in class com.atlassian.confluence.ui.rest.builder.LegacyPersonBuilder
-
Deprecated.
- anonymous() - Method in class com.atlassian.confluence.ui.rest.service.people.LegacyPersonServiceImpl
-
Deprecated.
- ANONYMOUS_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.UserExamples
-
- ANONYMOUS_EXPORT_VIEW - Static variable in class com.atlassian.confluence.api.model.content.ContentRepresentation
-
HTML representation for viewing, but with absolute urls, instead of relative urls in the markup, and macros are rendered as though
it is viewed by an anonymous user.
- ANONYMOUS_LAST_MODIFIER_ID - Static variable in class com.atlassian.confluence.search.lucene.extractor.LastModifierNameExtractor
-
Constant to represent the value for an anonymous last modifier in the index
- ANONYMOUS_PROFILE - Static variable in class com.atlassian.confluence.user.actions.ProfilePictureInfo
-
- ANONYMOUS_PROFILE_PATH - Static variable in class com.atlassian.confluence.user.actions.ProfilePictureInfo
-
- ANONYMOUS_USER_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.UserNav
-
- ANONYMOUS_USER_TYPE - Static variable in class com.atlassian.confluence.api.model.people.Person
-
- AnonymousAccessEnabledUrlReadingCondition - Class in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
-
Loads a web resource based when anonymous access is enabled.
- AnonymousAccessEnabledUrlReadingCondition(SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.AnonymousAccessEnabledUrlReadingCondition
-
- anonymousPermissionRow - Variable in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
-
- AnonymousUserInfoFilter - Class in com.atlassian.confluence.search.lucene.filter
-
Exclude all anonymous user info
- AnonymousUserInfoFilter() - Constructor for class com.atlassian.confluence.search.lucene.filter.AnonymousUserInfoFilter
-
- AnonymousUserInfoSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
- AnonymousUserInfoSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- AnonymousUserInfoSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AnonymousUserInfoSearchFilterMapper
-
Deprecated.
- AnonymousUserPermissionsService - Interface in com.atlassian.confluence.security.service
-
A service for managing permissions for the anonymous Confluence user.
- answer(InvocationOnMock) - Method in class com.atlassian.confluence.util.test.EchoAnswer
-
Deprecated.
- answer(InvocationOnMock) - Method in class com.atlassian.confluence.util.test.RunRunnableAnswer
-
- AnyTypeDao - Interface in com.atlassian.confluence.core.persistence
-
DAO for loading persistent objects of various types
- anyTypeDao - Variable in class com.atlassian.confluence.search.queue.AbstractJournalIndexTaskQueue
-
- AopUtils - Class in com.atlassian.confluence.util
-
Utilities for aspect oriented programming
- AopUtils() - Constructor for class com.atlassian.confluence.util.AopUtils
-
- API_REVISION - Static variable in class com.atlassian.confluence.pages.Attachment
-
- API_REVISION_V2 - Static variable in class com.atlassian.confluence.pages.Attachment
-
- ApiBackedActionHelper - Class in com.atlassian.confluence.api.impl.service.content
-
- ApiBackedActionHelper(ValidationResult) - Constructor for class com.atlassian.confluence.api.impl.service.content.ApiBackedActionHelper
-
- ApiDarkFeatureHelper - Class in com.atlassian.confluence.it.api
-
Contains a registry of modules that are disabled by default whilst the confluence api is under active development.
- ApiDarkFeatureHelper() - Constructor for class com.atlassian.confluence.it.api.ApiDarkFeatureHelper
-
- ApiEntityConverter - Class in com.atlassian.confluence.it.api
-
Converts API Model entities into test-support objects like Page and Blogpost.
- ApiEntityConverter() - Constructor for class com.atlassian.confluence.it.api.ApiEntityConverter
-
- ApiEnum - Interface in com.atlassian.confluence.api.model
-
Flags API Model classes that represent enums, but are not Java enums.
- ApiPreconditions - Class in com.atlassian.confluence.api.service.exceptions
-
- ApiPreconditions() - Constructor for class com.atlassian.confluence.api.service.exceptions.ApiPreconditions
-
- ApiRestEntityFactory - Interface in com.atlassian.confluence.core
-
Factory for producing REST entities for serialization to Json, and entity property enrichment.
- ApiRestEntityFactory.SchemaType - Enum in com.atlassian.confluence.core
-
- ApiSerializerModuleFactory - Class in com.atlassian.confluence.api.serialization
-
Create a serializer module factory to allow api model objects to be serialized.
- ApiSerializerModuleFactory() - Constructor for class com.atlassian.confluence.api.serialization.ApiSerializerModuleFactory
-
- ApiSupportProvider - Interface in com.atlassian.confluence.content.apisupport
-
Allows api support to be accessed for a given content type.
- APOSTROPHE - Static variable in class com.atlassian.confluence.it.User
-
Deprecated.
A sample test user that contains an apostrophe in the username and fullname.
- APP_CONFLUENCE - Static variable in class com.atlassian.confluence.api.model.event.mau.MauApplicationKey
-
- append(LoggingEvent) - Method in class com.atlassian.confluence.admin.actions.TestAppender
-
- append(String) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
-
Returns a HealthCheckMessage Builder with the given text appended.
- append(LoggingEvent) - Method in class com.atlassian.confluence.impl.logging.LogMessageRecordingAppender
-
- append(LoggingEvent) - Method in class com.atlassian.confluence.logging.ConfluenceHomeLogAppender
-
Append to the current delegate Appender.
- append(LoggingEvent) - Method in class com.atlassian.confluence.logging.EventPublishingAppender
-
- append(CharSequence) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
-
- append(CharSequence, int, int) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
-
- append(char) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
-
- append(LoggingEvent) - Method in class com.atlassian.confluence.util.profiling.ProfilingLogAppender
-
- appendAmpersandOrQuestionMark(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
Appends an ampersand if the given string already contains a question mark, or a question mark otherwise.
- appendFilterIfNotPresent(SearchFilter, SearchFilter) - Static method in class com.atlassian.confluence.search.v2.searchfilter.SearchFilterUtils
-
Append the specified filter as a top-level filter with an AND operator if it doesn't exist anywhere in the tree
- appendLink(String, String, boolean) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
-
Creates a hyperlink.
- appendList(String...) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
-
- appendList(Iterable<String>) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
-
- appendStackTrace(StringBuffer, Throwable) - Static method in class com.atlassian.confluence.util.PatternLayoutWithStackTrace
-
- appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlCamelCaseLinkMigrationRendererComponent
-
- appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmoticonRendererComponent
-
- appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlTemplateVariableRendererComponent
-
- appendUnresolvedLink(StringBuffer, Link) - Method in class com.atlassian.confluence.renderer.radeox.filters.LinkTestFilter
-
- appendWildcard(String) - Method in class com.atlassian.confluence.user.actions.AbstractSearchUsersAction
-
Deprecated.
- appendWildcard(String) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
-
- APPLICATION_NAME - Static variable in class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
-
- ApplicationCache - Interface in com.atlassian.confluence.user.crowd
-
Caches Embedded Crowd Application objects by name to avoid frequent retrieval from the database.
- ApplicationConfigurationLicenseStore - Class in com.atlassian.confluence.license.store
-
- ApplicationConfigurationLicenseStore(ApplicationConfiguration, LicenseManager) - Constructor for class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStore
-
- ApplicationConfigurationLicenseStoreAide - Class in com.atlassian.confluence.license.store
-
- ApplicationConfigurationLicenseStoreAide(ApplicationConfigurationLicenseStore, EventPublisher) - Constructor for class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStoreAide
-
- ApplicationLinkStatusInterrogator - Class in com.atlassian.confluence.plugins.pulp.wrm
-
A utility class that provides a simple interface to query the status of the user-configured application links.
- ApplicationLinkStatusInterrogator(ReadOnlyApplicationLinkService, ApplinkStatusService) - Constructor for class com.atlassian.confluence.plugins.pulp.wrm.ApplicationLinkStatusInterrogator
-
- ApplicationNavigatorRpc - Class in com.atlassian.confluence.it.rpc.delegates.admin
-
- ApplicationNavigatorRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.ApplicationNavigatorRpc
-
- ApplicationPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
-
- ApplicationPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
-
- ApplicationPersistentType - Class in com.atlassian.crowd.embedded.hibernate2.types
-
- ApplicationPersistentType() - Constructor for class com.atlassian.crowd.embedded.hibernate2.types.ApplicationPersistentType
-
- ApplicationState - Enum in com.atlassian.confluence.server
-
The current state of the server.
- ApplicationStatusService - Interface in com.atlassian.confluence.server
-
Monitors for the state of the server.
- ApplicationStatusServlet - Class in com.atlassian.confluence.servlet
-
Servlet that provides application status information.
- ApplicationStatusServlet() - Constructor for class com.atlassian.confluence.servlet.ApplicationStatusServlet
-
- ApplicationStatusStartupListener - Class in com.atlassian.confluence.impl.event
-
Basic event listener for notify ApplicationStatusService that lifecycle modules have run.
- ApplicationStatusStartupListener(MutableApplicationStatusService) - Constructor for class com.atlassian.confluence.impl.event.ApplicationStatusStartupListener
-
- ApplicationWebhookEvent - Enum in com.atlassian.confluence.internal.webhooks
-
- ApplicationWebhookEventProvider - Class in com.atlassian.confluence.internal.webhooks
-
- ApplicationWebhookEventProvider() - Constructor for class com.atlassian.confluence.internal.webhooks.ApplicationWebhookEventProvider
-
- ApplicationWebhookEventPublisher - Class in com.atlassian.confluence.internal.webhooks
-
- ApplicationWebhookEventPublisher(EventListenerRegistrar, WebhookJsonEventFactory, WebhookService, DarkFeatureManager) - Constructor for class com.atlassian.confluence.internal.webhooks.ApplicationWebhookEventPublisher
-
- ApplicationWebhookPayloadProvider - Class in com.atlassian.confluence.internal.webhooks
-
- ApplicationWebhookPayloadProvider() - Constructor for class com.atlassian.confluence.internal.webhooks.ApplicationWebhookPayloadProvider
-
- ApplicationWebhooksConfiguration - Class in com.atlassian.confluence.internal.webhooks
-
- ApplicationWebhooksConfiguration() - Constructor for class com.atlassian.confluence.internal.webhooks.ApplicationWebhooksConfiguration
-
- AppliedRuleDescription(String, List<String>) - Constructor for class com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.AppliedRuleDescription
-
- AppliedRuleDescription(String, List<String>) - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.AppliedRuleDescription
-
Deprecated.
- ApplinksStatusWrmDataProvider - Class in com.atlassian.confluence.plugins.pulp.wrm
-
Provides the PULP with WRM data about the status of the user-configured application links.
- ApplinksStatusWrmDataProvider(ApplicationLinkStatusInterrogator) - Constructor for class com.atlassian.confluence.plugins.pulp.wrm.ApplinksStatusWrmDataProvider
-
- apply(DataSource) - Method in class bucket.core.persistence.hibernate.ConfluenceConnectionProviderSupplier
-
Deprecated.
- apply(ImageDimensions) - Method in class com.atlassian.confluence.content.render.image.FreeMemoryAwareImageRenderPredicate
-
Deprecated.
- apply(ImageDimensions) - Method in class com.atlassian.confluence.content.render.image.SimpleImageRenderPredicate
-
Deprecated.
- apply(T, int, int) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.BatchTask
-
- apply(ContentEntityObject, int, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentEntityMigrationBatchTask
-
- apply(T, int, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.IndexingBatchTask
-
- apply(ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.MigrationAware.MigrationPerformedPredicate
-
- apply(Object) - Method in class com.atlassian.confluence.core.persistence.HsqldbPredicate
-
- apply(Object) - Method in class com.atlassian.confluence.event.TypeWhitelist
-
- apply(ConfluenceUser) - Method in class com.atlassian.confluence.follow.DefaultFollowManager.UserCanUseConfluencePredicate
-
Deprecated.
- apply(Throwable) - Method in class com.atlassian.confluence.htmlunit.PageSourceWrappingExceptionTransformer
-
- apply(Class<T>, ModuleDescriptorPredicate<Macro>) - Method in class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataCache
-
- apply(Class<T>, ModuleDescriptorPredicate<Macro>) - Method in class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataLoader
-
- apply(String) - Method in class com.atlassian.confluence.impl.search.v2.UserLookupHelper
-
- apply(Long, Integer) - Method in class com.atlassian.confluence.internal.index.attachment.AttachmentTextExtractionFunction
-
- apply(SearchResult) - Method in class com.atlassian.confluence.internal.search.contentnames.v2.DefaultSearchResultTransformer
-
- apply(Statement, FrameworkMethod, Object) - Method in class com.atlassian.confluence.it.AcceptanceTestHelper
-
Deprecated.
- apply(Label) - Method in class com.atlassian.confluence.labels.SpecialLabelFilter
-
- apply(Label) - Method in class com.atlassian.confluence.labels.VisibleLabelFilter
-
- apply(Locale, String, String) - Method in interface com.atlassian.confluence.languages.TranslationTransform
-
- apply(Object) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.GsonJsonableFactory
-
- apply(Dimensions) - Method in class com.atlassian.confluence.pages.thumbnail.renderer.AdaptiveThresholdPredicate
-
Deprecated.
- apply(Dimensions) - Method in class com.atlassian.confluence.pages.thumbnail.renderer.SimpleThresholdPredicate
-
Deprecated.
- apply(Locale, String, String) - Method in class com.atlassian.confluence.plugin.MockTestTranslationTransform
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.labels.soy.LabelLinkServerFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.BaseUrlFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.DarkFeatureFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.DocLinkFunction
-
Deprecated.
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.FormatDateFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.FormatDateTimeFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.FormatTimeFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.FriendlyFormatDateTimeFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.GetContentTypeI18nKeyFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.GetUserByNameFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.ImportResourceFunction
-
Usage:
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.ItemsForSectionFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.PanelsForLocationFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.SectionsForLocationFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.SiteTitleFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.StaticResourceUrlPrefixFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.VersionNumberFunction
-
- apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.WebPanelFunction
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneAverageScoreFunction
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneDoubleFieldValueSource
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneExpDecayFunction
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneFactorScoreFunction
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneFloatFieldValueSource
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneGaussDecayFunction
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneIntFieldValueSource
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneLinearDecayFunction
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneLongFieldValueSource
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneMaxScoreFunction
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneMinScoreFunction
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneMultiplyScoreFunction
-
- apply(AtomicReader, int) - Method in interface com.atlassian.confluence.search.v2.lucene.score.LuceneScoreFunction
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneStaircaseFunction
-
- apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneSumScoreFunction
-
- apply(double, double) - Method in enum com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
-
- apply(double) - Method in enum com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
-
- apply(ContentEntityObject, int, int) - Method in class com.atlassian.confluence.upgrade.upgradetask.ChangeSpaceDescriptionsBodyTypeTask
-
- apply(ContentEntityObject, int, int) - Method in class com.atlassian.confluence.upgrade.upgradetask.ConvertToRelativeLinksTask
-
- apply(String) - Method in class com.atlassian.confluence.user.AddOnUserConsumesLicensePredicate
-
Deprecated.
Determines whether or not a username's corresponding user consumes a Confluence license.
- apply(SandboxCallbackContext, T) - Method in interface com.atlassian.confluence.util.sandbox.SandboxCallback
-
- apply(SandboxTaskContext, T) - Method in interface com.atlassian.confluence.util.sandbox.SandboxTask
-
Applies this task to the given argument.
- apply(Statement, Description) - Method in class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
-
- apply(Statement, Description) - Method in class com.atlassian.confluence.util.test.rules.MockitoTestRule
-
- apply(Statement, Description) - Method in class com.atlassian.confluence.util.test.rules.TestResource
-
- apply(HttpServletResponse) - Method in interface com.atlassian.confluence.web.filter.CachingHeaders
-
Applies the caching headers to the response.
- apply(Statement, Description) - Method in class com.atlassian.confluence.webdriver.rules.DefaultMethodRules
-
- apply(Statement, Description) - Method in class com.atlassian.confluence.webdriver.rules.DisableSslVerificationRule
-
- apply(ServiceReference) - Method in class com.atlassian.sal.confluence.lifecycle.SpringManagedModuleReferenceParser
-
- apply(Object) - Method in enum com.atlassian.sal.confluence.usersettings.ConfluenceUserSettingsService.PrefixStrippingFunction
-
- applyChildVersioningPolicy(Versioned, ObjectDao) - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
-
- applyChildVersioningPolicy(Versioned, ObjectDaoInternal<?>) - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
-
- applyChildVersioningPolicy(Versioned, ObjectDao) - Method in class com.atlassian.confluence.core.ContentEntityObject
-
- applyChildVersioningPolicy(Versioned, ObjectDaoInternal<?>) - Method in class com.atlassian.confluence.core.ContentEntityObject
-
- applyChildVersioningPolicy(Versioned, ObjectDao) - Method in interface com.atlassian.confluence.core.Versioned
-
- applyChildVersioningPolicy(Versioned, ObjectDaoInternal<?>) - Method in interface com.atlassian.confluence.core.Versioned
-
- applyDecorator(Page, Decorator, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
-
- ApplyDecoratorDirective - Class in com.atlassian.confluence.setup.velocity
-
An ApplyDecorator directive for Sitemesh.
- ApplyDecoratorDirective() - Constructor for class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective
-
- ApplyDecoratorDirective.DirectiveStack - Class in com.atlassian.confluence.setup.velocity
-
- applyForAnnotation(Statement, Description, A) - Method in class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
-
- applyForAnnotation(Statement, Description, Log4JLogger.Record) - Method in class com.atlassian.confluence.util.test.rules.Log4JLogger
-
- applyForAnnotation(Statement, Description, SystemProperties.Set) - Method in class com.atlassian.confluence.util.test.rules.SystemProperties
-
- applyInBatches(Iterable<I>, int, int, Function<I, O>) - Method in interface com.atlassian.confluence.core.BatchOperationManager
-
Executes a task for each item in a collection in batches with configurable batch size
- applyInBatches(Iterable<I>, int, Function<I, O>) - Method in interface com.atlassian.confluence.core.BatchOperationManager
-
Executes a task for each item in a collection in batches
- applyInChunks(Iterable<I>, int, int, Function<List<I>, List<O>>) - Method in interface com.atlassian.confluence.core.BatchOperationManager
-
Processes a collection of items in chunks until a given number of processed items is reached, the processed items
are then returned.
- applyPermissionChanges(Collection<SpacePermission>, Collection<SpacePermission>) - Method in class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
-
- applyPermissionChanges(Collection<SpacePermission>, Collection<SpacePermission>) - Method in class com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator
-
Given the old permissions and new permissions, apply necessary permission
changes to make old permissions the same as new permissions, then reset the current active user count.
- applyPermissionChanges(Collection<SpacePermission>, Collection<SpacePermission>) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
-
Given the old permissions and new permissions, apply necessary permission
changes to make old permissions the same as new permissions
- applyPlaceholderChrome() - Method in class com.atlassian.confluence.macro.DefaultImagePlaceholder
-
- applyPlaceholderChrome() - Method in interface com.atlassian.confluence.macro.ImagePlaceholder
-
Returns true if the image should have the macro placeholder chrome applied to it.
- applyTransactionTimeout(Query, SessionFactory) - Static method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
-
- applyTransactionTimeout(Criteria, SessionFactory) - Static method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
-
- applyValidation(Function<T, Validation<A>>) - Method in class com.atlassian.confluence.validation.Validation
-
- appNav - Variable in class com.atlassian.confluence.it.rpc.delegates.admin.AdminRpc
-
- APU - Static variable in class com.atlassian.confluence.it.User.Simpsons
-
- ArabicAnalyzer - Class in com.atlassian.confluence.search.lucene.analyzers.unstemmed
-
- ArabicAnalyzer(Version) - Constructor for class com.atlassian.confluence.search.lucene.analyzers.unstemmed.ArabicAnalyzer
-
- ARCHIVED - Static variable in class com.atlassian.confluence.api.model.content.SpaceStatus
-
- archived - Variable in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
-
- archivedResultCount() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
-
- archivedResultCount - Variable in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
-
- archivedResultCount(Option<Integer>) - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
-
- ArchivedSpacesSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
Filters archived spaces (and their contents) out of search results.
- ArchivedSpacesSearchFilter(boolean, SpaceManager) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.ArchivedSpacesSearchFilter
-
Construct the filter
- ArchivedSpacesSearchFilter(boolean) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.ArchivedSpacesSearchFilter
-
- ArchivedSpacesSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- ArchivedSpacesSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ArchivedSpacesSearchFilterMapper
-
Deprecated.
- archiveSpace(Space) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- archiveSpace() - Method in class com.atlassian.confluence.it.space.SpaceAdmin
-
- archiveSpace(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
-
- archiveSpace(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
-
Archive the space.
- areApplicationLinksInstalled() - Method in class com.atlassian.confluence.plugins.pulp.wrm.ApplicationLinkStatusInterrogator
-
- areEditorResourcesPreLoaded() - Method in class com.atlassian.confluence.pageobjects.page.content.ViewPage
-
Deprecated.
True if the page has preloaded all the resources the editor needs
to initialise
- areEmailAddressesPrivate() - Method in class com.atlassian.confluence.setup.settings.Settings
-
- args(Object...) - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage.SimpleMessageBuilder
-
- args(Object...) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage.BulkSimpleMessageBuilder
-
- args(Object...) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- arguments(Object...) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
-
Set the arguments to be substituted into the query.
- arraySize(int[]) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- arrived() - Method in class com.atlassian.confluence.tenant.SystemTenant
-
Signal that the system tenant has arrived, typically done after the AtlassianBootstrapManager.setSetupComplete(boolean)
has been called.
- AS_EXPANSION - Static variable in class com.atlassian.confluence.api.model.Expansion
-
- asAnonymousUser(Callable<T>) - Method in enum com.atlassian.confluence.user.AuthenticatedUserImpersonator
-
- asCDataEncodedString() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
-
Yuck this makes me sick.
- ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.CreatedSort
-
Sorts by created date (ascending)
- ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FavouriteSort
-
Sorts by last modified (ascending)
- ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FilenameSort
-
Sorts by filename (ascending)
- ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FilesizeSort
-
Sorts by file size (ascending)
- ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FullnameSort
-
Sorts by fullname (ascending)
- ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.ModifiedSort
-
Sorts by last modified (ascending)
- ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.TitleSort
-
Sorts by title (ascending)
- asCharacters() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
-
- ASCIIFoldingTokenFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
-
Folds a token into an ascii one.
- ASCIIFoldingTokenFilterDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.ASCIIFoldingTokenFilterDescriptor
-
- ASCIILanguageAnalyzer - Class in org.apache.lucene.analysis
-
- ASCIILanguageAnalyzer(Analyzer) - Constructor for class org.apache.lucene.analysis.ASCIILanguageAnalyzer
-
- asCurrent() - Method in class com.atlassian.confluence.api.model.content.ContentSelector
-
Returns a copy of this selector with status current and no version set.
- asDateString(DateTime) - Static method in class com.atlassian.confluence.rest.serialization.Dates
-
Converts the given DateTime object to a String.
- asEither() - Method in class com.atlassian.confluence.validation.Validation
-
Returns an either projection of this validation.
- asEndElement() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
-
- asFunction(Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ModelFactory
-
- asHtml() - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage
-
returns the current message state formatted as HTML
- asKey() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
-
- asList() - Method in class com.atlassian.confluence.content.ContentProperties
-
You shouldn't use this directly, content properties should be managed by the
ContentEntityObject.
- asLong() - Method in class com.atlassian.confluence.api.model.content.id.ContentId
-
- asLong() - Method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
-
- asLongTaskId() - Method in class com.atlassian.confluence.util.longrunning.LongRunningTaskId
-
- asMultimap() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertyIndexSchema
-
Returns content property index schema as a map (content property key) => (schema fields).
- asOptional() - Method in class com.atlassian.confluence.api.model.reference.ExpandedReference
-
- asPercentage(long, long) - Static method in class com.atlassian.confluence.cache.CacheStatisticsHelper
-
- assemble(Serializable, Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
-
- assemble(Serializable, Object) - Method in class com.atlassian.confluence.impl.hibernate.GenericEnumUserType
-
- assemble(Serializable, Object) - Method in class com.atlassian.confluence.impl.hibernate.HibernateUserType
-
- assemble(Serializable, Object) - Method in class com.atlassian.hibernate.BucketClobStringType
-
- assemble(Serializable, Object) - Method in class org.springframework.orm.hibernate.support.BlobInputStreamType
-
- assertAbsoluteUrlAttributeEndsWith(Element, String, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
-
- assertAtLoginPage(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertAtLoginPage(String, WebTester) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertAttachmentSecurityLevel(AttachmentSecurityLevel) - Method in class com.atlassian.confluence.it.admin.EditSecurityConfiguration
-
- assertBodyDoesNotContainPageTitle(MimeMessage, Page) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertButtonIsDisabled() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
-
Deprecated.
- assertButtonIsEnabled() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
-
Deprecated.
- assertCanAddComment() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- assertCanAdminister() - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
-
- assertCanAdminister(Space) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
-
- assertCanAdminister() - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
-
- assertCanAdminister(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
-
- assertCanCreateBlogPost(Space) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
-
- assertCanCreateBlogPost(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
-
- assertCanCreatePage(Space) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
-
- assertCanCreatePage(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
-
- assertCanEdit() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- assertCanExport(Space) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
-
- assertCanExport(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
-
- assertCanModify(AbstractPage) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
-
- assertCanModify(AbstractPage) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
-
- assertCanModifyObject(Object, String) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
-
Determines if the current user can modify/edit the given object
- assertCanModifyObject(Object, String) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
-
- assertCannotRequestAccess(ViewContentBean) - Static method in class com.atlassian.confluence.it.content.ContentBeanMatchers
-
- assertCanRemove(AbstractPage) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
-
- assertCanRemove(AbstractPage) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
-
Throw an exception if the user can't remove the given page.
- assertCanRequestAccess(ViewContentBean) - Static method in class com.atlassian.confluence.it.content.ContentBeanMatchers
-
- assertCanView(AbstractPage) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
-
- assertCanView(Space) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
-
- assertCanView(AbstractPage) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
-
- assertCanView(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
-
- assertCausesNotPermittedException(ConfluenceRpc, String, Object...) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
-
Execute an RPC call with the expectation that it will throw a RemoteException
- assertCausesRemoteException(ConfluenceRpc, String, Object...) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
-
Execute an RPC call with the expectation that it will throw a RemoteException
- assertChanges(CacheStatistics, int, int) - Method in class com.atlassian.confluence.it.admin.CacheStatisticsChangeTracker
-
- assertConfluenceLicense(AtlassianLicense) - Method in class com.atlassian.confluence.license.DefaultLicenseService
-
- assertCorrectMessageRecipients(MailFacade, User) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertCurrentSpacesTabContains(Space) - Method in class com.atlassian.confluence.it.dashboard.SpacesListMacro
-
- assertCurrentSpacesTabDoesNotContains(Space) - Method in class com.atlassian.confluence.it.dashboard.SpacesListMacro
-
- assertDeleteButtonDisabled() - Method in class com.atlassian.confluence.it.admin.DeleteUserProfilePicture
-
- assertDeleteButtonEnabled() - Method in class com.atlassian.confluence.it.admin.DeleteUserProfilePicture
-
- assertDoesNotContain(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertDoesNotExist(JSoupFinder) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
-
- assertEditorHtml(String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
Asserts that the HTML content of the editor matches the given HTML - use with care, HTML produced by the editor
can be inconsistent across browsers, and HTML content returned by TinyMCE is 'cleaned up'.
- assertEditorHtml(String, boolean) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
Asserts that the HTML content of the editor matches the given HTML - use with care, HTML produced by the editor
can be inconsistent across browsers, and HTML content returned by TinyMCE is 'cleaned up'.
- assertEditorHtmlContains(String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
Asserts that the HTML content of the editor contains the given HTML - use with care, HTML produced by the editor
can be inconsistent across browsers, and HTML content returned by TinyMCE is 'cleaned up'.
- assertEditorHtmlDoesNotContain(String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
Asserts that the HTML content of the editor does not contain the given HTML - use with care, HTML
produced by the editor can be inconsistent across browsers.
- assertEditorText(String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
Asserts that the textual content of the editor matches the given string - use with care, there can be spacing
inconsistencies across browsers.
- assertElementAttributeValue(String, String, String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
- assertElementAttributeValueMatches(String, String, Matcher<String>) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
- assertElementNumberOfMatches(int, String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
Asserts that the number of matches for a particular selector query within the editor content is consistent
with the expected quantity
- assertElementText(String, String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
Asserts that text in the provided selection within the editor content matches the given string.
- assertElementText(String, String, String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
Asserts that text in the provided selection within the editor content matches the given string.
- assertElementTextContains(String, String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
Asserts that text in the provided selection within the editor content contains the given string.
- assertEquals(Document) - Method in class com.atlassian.confluence.util.test.rules.XmlResource
-
- assertExists(JSoupFinder) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
-
- assertFirstRecipient(MimeMessage, User) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertHasAttribute(Element, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
-
- assertHasAttribute(Element, String, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
-
- assertHasDataAttribute(Element, String, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
-
- assertHasMail(List<MimeMessage>, User, String...) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
Assert at least one email among those received by user matches all the excerpts.
- assertHasNoPartWithHeader(MimeMessage, String, String) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertHasNoSearchResults(SiteSearch) - Static method in class com.atlassian.confluence.it.global.SiteSearchMatchers
-
- assertHasNoViewPermission() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- assertHasPartWithHeader(MimeMessage, String, String) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertHasSearchResults(SiteSearch) - Static method in class com.atlassian.confluence.it.global.SiteSearchMatchers
-
- assertHasText(JSoupFinder, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
-
- assertHasViewPermission() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- assertHeaderContains(String, String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
-
- assertHeaderEquals(String, String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
-
- assertHeaderMissing(String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
-
- assertHeaderNotEquals(String, String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
-
- assertHeaderNotPresent(String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
-
- assertHeaderStartsWith(String, String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
-
- assertHostOrPortNotReachable() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
-
Deprecated.
- assertImageIsPresentWithSrcUrlThatContains(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Provide our own implementation of JWebUnit.assertImagePresent(String, String) that asserts the image name with
a contains check rather than equals.
- assertIsInvalidSessionException(Throwable) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
-
- assertIsLoggedInAs(User) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertIsNotFoundException(Throwable) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
-
- assertIsNotPermittedException(Throwable) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
-
- assertIsNotViewable(ViewContentBean) - Static method in class com.atlassian.confluence.it.content.ContentBeanMatchers
-
- assertIsPermissionException(Throwable) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
-
- assertIsRawBinary(AttachmentDataStreamType) - Static method in class com.atlassian.confluence.pages.persistence.dao.LegacyAttachmentDataDaoSupport
-
- assertIsRemoteException(Throwable) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
-
- assertIsRestricted(ViewContentBean) - Static method in class com.atlassian.confluence.it.content.ContentBeanMatchers
-
- assertIsViewable(ViewContentBean) - Static method in class com.atlassian.confluence.it.content.ContentBeanMatchers
-
- assertJsonEquals(String, ObjectNode, ObjectNode) - Static method in class com.atlassian.confluence.it.web.JsonAssertions
-
- assertJsonEquals(String, ArrayNode, ArrayNode) - Static method in class com.atlassian.confluence.it.web.JsonAssertions
-
- assertJsonEquals(String, JsonNode, JsonNode) - Static method in class com.atlassian.confluence.it.web.JsonAssertions
-
- assertLinkNotPresentWithAttribute(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertLinkNotPresentWithHrefContaining(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertLinkPresentWithAttribute(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertLinkPresentWithAttribute(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertLinkPresentWithHref(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertLinkPresentWithHrefContaining(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertLinkPresentWithTextAndHref(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertMailNotSent(MailFacade) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertMailReceived(MailFacade, int) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertMailReceived(MailFacade) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertNoChangeComment(int) - Method in class com.atlassian.confluence.it.content.ViewContentHistoryBean
-
Asserts that no changeComment exists for a version.
- assertNoProfilePicturesFoundForUser(String) - Method in class com.atlassian.confluence.it.admin.DeleteUserProfilePicture
-
- assertOnContentPage() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
-
Deprecated.
- assertPageAndSpaceTitle(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that the title equals the passed pageTitle plus separator plus spaceTitle plus site suffix
(usually SITE_TITLE_SUFFIX).
- assertPageAndSpaceTitle(String, String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that the title equals the passed pageTitle plus separator plus spaceTitle plus site suffix
(usually SITE_TITLE_SUFFIX).
- assertPageTitle(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that the title equals the passed pageTitle plus the site suffix (usually SITE_TITLE_SUFFIX)
e.g.
- assertPageTitle(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that the title equals the passed pageTitle plus the site suffix (usually SITE_TITLE_SUFFIX)
e.g.
- assertPageTitleAnyOf(List<String>) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that the title is found within the specified collection of titles
plus the site suffix (usually SITE_TITLE_SUFFIX).
- assertPageTitleEquals(WebTester, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that the title equals the passed pageTitle plus the site suffix (usually SITE_TITLE_SUFFIX)
e.g.
- assertPageTitleEquals(String, WebTester, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that the title equals the passed pageTitle plus the site suffix (usually SITE_TITLE_SUFFIX)
e.g.
- assertPasswordOrUserIsNotCorrect() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
-
Deprecated.
- assertProductLicense(AtlassianLicense, Product) - Method in class com.atlassian.confluence.license.DefaultLicenseService
-
- assertProfilePictureDeletedSuccessfully(String) - Method in class com.atlassian.confluence.it.admin.DeleteUserProfilePicture
-
- assertRelativeUrlAttributeEndsWith(Element, String, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
-
- assertServerResponseContains(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertSiteTitleInFormIs(String) - Method in class com.atlassian.confluence.it.admin.SiteLogoPage
-
- assertStandardHeaders(MimeMessage, User, AbstractPageEntity) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertStandardNotificationHeaders(MimeMessage, String, String, String) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertStandardNotificationHeaders(MimeMessage, String, String) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
-
- assertStartsWith(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertStatusCode(int) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertStatusCode(int, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Assert the status code and should the assertion fail then include the supplied failure message.
- assertTabNotPresent(SpacesListMacro.SpacesTab) - Method in class com.atlassian.confluence.it.dashboard.SpacesListMacro
-
- assertTabNotVisible(String) - Method in class com.atlassian.confluence.it.dashboard.WebDashboard
-
- assertTabPresent(SpacesListMacro.SpacesTab) - Method in class com.atlassian.confluence.it.dashboard.SpacesListMacro
-
- assertTabVisible(String) - Method in class com.atlassian.confluence.it.dashboard.WebDashboard
-
- assertTestFailed() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatasourcePage
-
- assertTestSucceeded() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
-
Deprecated.
- assertTextNotPresentInPageSource(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
- assertTextPresentInPageSource(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that the given text is in the page source.
- assertTextsPresentInOrder(String...) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that all the given texts appear in the current response in the order in which they appear in the array.
- assertTextsPresentInOrder(String[], String[]) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that all the given expected texts appear in the current response in the order in which they appear in
the array, with none of the unexpected Strings occurring in-between.
- assertThatIndexQueueEntryHasBeenProcessed(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
-
- assertThatIndexQueueEntryHasBeenProcessed(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
-
- assertThatIndexQueueEntryHasBeenProcessed(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
-
- assertThatMostRecentIndexEntriesHaveBeenProcessed(ContentEntity...) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- assertThatMostRecentIndexEntriesHaveBeenProcessed(Iterable<? extends ContentEntity>) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- assertTitleEquals(WebTester, String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that the title equals the passed pageTitle plus separator plus spaceTitle plus site suffix
(usually SITE_TITLE_SUFFIX).
- assertTitleEquals(String, WebTester, String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
-
Asserts that the title equals the passed pageTitle plus separator plus spaceTitle plus site suffix
(usually SITE_TITLE_SUFFIX).
- assertUserIsNotWatchingSpace() - Method in class com.atlassian.confluence.it.content.PagesCollectorBean
-
- assertUserIsWatchingSpace() - Method in class com.atlassian.confluence.it.content.PagesCollectorBean
-
- assignParentPage(ContentEntityObject, Page) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
-
- assignParentPage(ContentEntityObject, Page) - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
-
- assignSpace(ContentEntityObject, Space) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
-
- assignSpace(ContentEntityObject, Space) - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
-
- associatedObject(AffectedObject) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
-
- associatedObjects(Set<AffectedObject>) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
-
- asStartElement() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
-
- asString() - Method in class com.atlassian.confluence.cluster.shareddata.PluginSharedDataKey
-
- asString() - Method in enum com.atlassian.confluence.it.rpc.RpcLogDestination
-
The string form of the log level.
- asString(Expansions) - Static method in class com.atlassian.confluence.rest.api.model.ExpansionsParser
-
Converts a
Expansions collection into a single string.
- asString(Expansion[]) - Static method in class com.atlassian.confluence.rest.api.model.ExpansionsParser
-
Converts a collection of
Expansions into a single string.
- asString() - Method in class com.atlassian.confluence.schedule.ScheduledJobKey
-
Returns the key in the following format:
- asStringOrNull(Level) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.LoggingRpc
-
- asTenant(Tenant, Callable<T>) - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
-
- asText() - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage
-
returns the current message state formatted as text
- asTimeString(Date) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
-
Converts the given Date object to a String using.
- asTimeString(DateTime) - Static method in class com.atlassian.confluence.rest.serialization.Dates
-
Converts the given DateTime object to a String.
- asUser(Callable<T>, User) - Method in enum com.atlassian.confluence.user.AuthenticatedUserImpersonator
-
Impersonates the given user during the execution of the given callback.
- asUser(ConfluenceUser) - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
-
- asXhtmlMarkup() - Method in class com.atlassian.confluence.it.macro.MarkupHelper.Macro
-
- AsymmetricKeyFactory - Interface in com.atlassian.confluence.security.trust
-
Simple interface for generating public/private key pairs
- AsyncExportFinishedEvent - Class in com.atlassian.confluence.event.events.admin
-
- AsyncExportFinishedEvent(Object, String, String, String) - Constructor for class com.atlassian.confluence.event.events.admin.AsyncExportFinishedEvent
-
- AsyncImportFinishedEvent - Class in com.atlassian.confluence.event.events.admin
-
- AsyncImportFinishedEvent(Object, ImportContext) - Constructor for class com.atlassian.confluence.event.events.admin.AsyncImportFinishedEvent
-
- AsyncImportStartedEvent - Class in com.atlassian.confluence.event.events.admin
-
Published at the beginning of an import.
- AsyncImportStartedEvent(Object, ImportContext) - Constructor for class com.atlassian.confluence.event.events.admin.AsyncImportStartedEvent
-
- AsyncLikeCreatedEvent - Class in com.atlassian.confluence.event.events.like
-
Asynchronous version of LikeCreatedEvent
- AsyncLikeCreatedEvent(Object, User, long) - Constructor for class com.atlassian.confluence.event.events.like.AsyncLikeCreatedEvent
-
- AsyncLikeEvent - Class in com.atlassian.confluence.event.events.like
-
- AsyncLikeEvent(Object, User, long) - Constructor for class com.atlassian.confluence.event.events.like.AsyncLikeEvent
-
- AsyncLikeRemovedEvent - Class in com.atlassian.confluence.event.events.like
-
Asynchronous version of LikeRemovedEvent
- AsyncLikeRemovedEvent(Object, User, long) - Constructor for class com.atlassian.confluence.event.events.like.AsyncLikeRemovedEvent
-
- AsyncPluginDisableEvent - Class in com.atlassian.confluence.event.events.plugin
-
- 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
-
- AsyncPluginInstallEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginInstallEvent
-
- AsyncPluginModuleDisableEvent - Class in com.atlassian.confluence.event.events.plugin
-
- AsyncPluginModuleDisableEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginModuleDisableEvent
-
- AsyncPluginModuleEnableEvent - Class in com.atlassian.confluence.event.events.plugin
-
- AsyncPluginModuleEnableEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginModuleEnableEvent
-
- AsyncPluginUninstallEvent - Class in com.atlassian.confluence.event.events.plugin
-
- AsyncPluginUninstallEvent(Object, String, String) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginUninstallEvent
-
- AsyncRenderSafe - Annotation Type in com.atlassian.confluence.macro
-
Used to annotate a macro that is safe to be rendered asynchronously on a page without requiring a page refresh
- ATLASSIAN_CDN_FEATURE_FLAG - Static variable in class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
-
- ATLASSIAN_HTML_SAFE_ANNOTATION - Static variable in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeAnnotationUtils
-
- ATLASSIAN_LICENSE_KEY - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
-
- AtlassianChangeDocumentBuilder - Class in com.atlassian.confluence.internal.index.v2
-
- AtlassianChangeDocumentBuilder(List<Extractor3>) - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianChangeDocumentBuilder
-
Constructs a change document builder.
- AtlassianContentDocumentBuilder - Class in com.atlassian.confluence.internal.index.v2
-
- AtlassianContentDocumentBuilder(List<Extractor3>, EventPublisher, Supplier<Boolean>) - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianContentDocumentBuilder
-
- AtlassianContentDocumentBuilder.FieldName - Class in com.atlassian.confluence.internal.index.v2
-
- AtlassianDiagnosticsLogAppender - Class in com.atlassian.confluence.logging
-
- AtlassianDiagnosticsLogAppender() - Constructor for class com.atlassian.confluence.logging.AtlassianDiagnosticsLogAppender
-
- AtlassianDocument - Class in com.atlassian.confluence.internal.index.v2
-
- AtlassianDocument() - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianDocument
-
- AtlassianDocument(Collection<FieldDescriptor>) - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianDocument
-
- AtlassianDocumentBuilder<T> - Interface in com.atlassian.confluence.internal.index.v2
-
- AtlassianInstrumentationConfluenceMonitoring - Class in com.atlassian.confluence.util.profiling
-
An implementation of the Confluence Monitoring interfaces that's based upon the Atlassian Instrumentation library.
- AtlassianInstrumentationConfluenceMonitoring(ControllableInstrumentRegistry, MutableRegistryConfiguration, MeterRegistry) - Constructor for class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
-
- AtlassianInstrumentationControl - Interface in com.atlassian.confluence.util.profiling
-
Provides operations to allow Confluence's uses of the atlassian-instrumentation library to be manipulated from plugins.
- AtlassianProfilingRegistrar - Class in com.atlassian.confluence.impl.metrics
-
Responsible for registering various strategies with Atlassian Profiling.
- AtlassianProfilingRegistrar(MeterRegistry, ConfluenceProfilerStrategy) - Constructor for class com.atlassian.confluence.impl.metrics.AtlassianProfilingRegistrar
-
- AtlassianXMLDatabinder - Class in com.atlassian.confluence.importexport.impl
-
- AtlassianXMLDatabinder(SessionFactoryImplementor, String, HibernateObjectHandleTranslator) - Constructor for class com.atlassian.confluence.importexport.impl.AtlassianXMLDatabinder
-
- attachActionIconImages(String, NotificationContext) - Method in class com.atlassian.confluence.plugin.descriptor.mail.DefaultNotificationRenderManager
-
- attachActionIconImages(String, NotificationContext) - Method in interface com.atlassian.confluence.plugin.descriptor.mail.NotificationRenderManager
-
Multipart MIME encodes webItem icons for use in ADG Notifications
- attachAvatar(NotificationData) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
-
- AttachedImageMarshaller - Interface in com.atlassian.confluence.content.render.xhtml.view.embed
-
Marshal an
EmbeddedImage for an image attached to content, rather than referring to an external resource.
- AttachedImageRenderHelper - Interface in com.atlassian.confluence.content.render.xhtml.view.embed
-
This helper is used for rendering the attached images.
- AttachedImageRenderHelperImpl - Class in com.atlassian.confluence.content.render.xhtml.view.embed
-
- AttachedImageRenderHelperImpl(CommentManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageRenderHelperImpl
-
- AttachedImagesAction - Class in com.atlassian.confluence.pages.actions
-
- AttachedImagesAction() - Constructor for class com.atlassian.confluence.pages.actions.AttachedImagesAction
-
- AttachedImageUnresolvedCommentCountAggregator - Class in com.atlassian.confluence.content.render.xhtml.view.embed
-
- AttachedImageUnresolvedCommentCountAggregator(CommentManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageUnresolvedCommentCountAggregator
-
- attachFile(File) - Method in class com.atlassian.confluence.it.AttachmentsTester
-
- attachFile(File, String) - Method in class com.atlassian.confluence.it.AttachmentsTester
-
Click the attach file link, attach a given file with a given comment and submit the attachment form.
- attachFile(String, String) - Method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
-
- attachFile(String, String, String) - Method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
-
- AttachFileAction - Class in com.atlassian.confluence.pages.actions
-
Upload attachments via a multipart request.
- AttachFileAction() - Constructor for class com.atlassian.confluence.pages.actions.AttachFileAction
-
- attachFileFromPath(String, String) - Method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
-
- AttachFileHelper - Class in com.atlassian.confluence.util
-
- AttachFileHelper(MultiPartRequestWrapper, int) - Constructor for class com.atlassian.confluence.util.AttachFileHelper
-
- attachFiles(ContentEntityObject) - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentStorer
-
- attachFileWithName(String, InputStream, String) - Method in class com.atlassian.confluence.it.AttachmentsTester
-
Click the attach file link, attach a given file with a given comment and submit the attachment form.
- ATTACHMENT - Static variable in class com.atlassian.confluence.api.model.content.ContentType
-
- ATTACHMENT - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
-
- Attachment - Class in com.atlassian.confluence.it
-
- Attachment(ContentEntity, String, String, String, byte[], boolean) - Constructor for class com.atlassian.confluence.it.Attachment
-
- Attachment(ContentEntity, String, String, String, byte[]) - Constructor for class com.atlassian.confluence.it.Attachment
-
- Attachment(Attachment, String, byte[]) - Constructor for class com.atlassian.confluence.it.Attachment
-
- Attachment(ContentEntity, File, String) - Constructor for class com.atlassian.confluence.it.Attachment
-
- Attachment(ContentEntity, String, String, String) - Constructor for class com.atlassian.confluence.it.Attachment
-
- Attachment(ContentEntity, Attachment) - Constructor for class com.atlassian.confluence.it.Attachment
-
- attachment - Variable in class com.atlassian.confluence.links.AbstractAttachmentLink
-
- attachment - Variable in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
-
- Attachment - Class in com.atlassian.confluence.pages
-
- Attachment() - Constructor for class com.atlassian.confluence.pages.Attachment
-
- Attachment(String, String, long, String, boolean) - Constructor for class com.atlassian.confluence.pages.Attachment
-
- Attachment(String, String, long, String) - Constructor for class com.atlassian.confluence.pages.Attachment
-
Constructs a new Attachment.
- Attachment.AttachmentBuilder - Class in com.atlassian.confluence.it
-
Deprecated.
- Attachment.Type - Enum in com.atlassian.confluence.pages
-
An enum of basic Attachment types with a text description of each type.
- ATTACHMENT_CONTAINER_POSTING_DAY - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
-
- ATTACHMENT_CONTAINER_SPACE_KEY - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
-
- ATTACHMENT_CONTAINER_TITLE - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
-
- ATTACHMENT_COPY_ATTR - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
-
Used to flag whether the attachment should be copied
- ATTACHMENT_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
-
- ATTACHMENT_ENTITY - Static variable in class com.atlassian.confluence.plugins.rest.entities.documentation.AttachmentEntityExampleDocument
-
- ATTACHMENT_ENTITY_LIST_EXPANDED - Static variable in class com.atlassian.confluence.plugins.rest.entities.documentation.AttachmentEntityExampleDocument
-
- ATTACHMENT_FILE_NAME_UNTOKENIZED - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- ATTACHMENT_FILE_SIZE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- ATTACHMENT_ICON - Static variable in class com.atlassian.confluence.links.linktypes.AttachmentLink
-
- ATTACHMENT_MIME_TYPE - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
-
- ATTACHMENT_NICE_TYPE - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
-
Stores a general type for multiple MIME types; multiple MIME types may map to one description,
e.g.
- ATTACHMENT_OWNER_CONTENT_TITLE - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
-
- ATTACHMENT_OWNER_CONTENT_TYPE - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
-
Stores the fully qualified class name of the content that owns the attachment
- ATTACHMENT_REQUEST_UPDATE_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
-
- ATTACHMENT_RESOURCE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
-
- ATTACHMENT_STATUS - Static variable in interface com.atlassian.confluence.internal.index.attachment.AttachmentStatusManager
-
- ATTACHMENT_STORAGE_DATABASE - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
-
- ATTACHMENT_STORAGE_FILE_SYSTEM - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
-
- ATTACHMENT_STORAGE_WEBDAV - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
-
- ATTACHMENT_SUBDIRECTORY_NAME - Static variable in class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao
-
- AttachmentBatchUploadCompletedEvent - Class in com.atlassian.confluence.event.events.content.attachment
-
An event indicating that o batch of one or more visible attachments have completed
uploading.
- AttachmentBatchUploadCompletedEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentBatchUploadCompletedEvent
-
- AttachmentBatchUploadCompletedEvent(Object, List<Attachment>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentBatchUploadCompletedEvent
-
- attachmentBean - Variable in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
-
- AttachmentBean - Class in com.atlassian.confluence.pages.actions.beans
-
- AttachmentBean() - Constructor for class com.atlassian.confluence.pages.actions.beans.AttachmentBean
-
- AttachmentBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
-
- AttachmentBreadcrumb(Attachment) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AttachmentBreadcrumb
-
- AttachmentBuilder() - Constructor for class com.atlassian.confluence.it.Attachment.AttachmentBuilder
-
Deprecated.
- AttachmentCache - Class in com.atlassian.confluence.pages.attachments
-
Caches the IDs of current attachments by the normal lookup mechanism: content ID +
file name.
- AttachmentCache(VCacheFactory) - Constructor for class com.atlassian.confluence.pages.attachments.AttachmentCache
-
- AttachmentCommentComparator - Class in com.atlassian.confluence.util
-
- AttachmentCommentComparator() - Constructor for class com.atlassian.confluence.util.AttachmentCommentComparator
-
- AttachmentComparator - Class in com.atlassian.confluence.util
-
- AttachmentComparator(String, boolean) - Constructor for class com.atlassian.confluence.util.AttachmentComparator
-
Create an AttachmentComparator that will sort by the specified field.
- AttachmentContainerResourceIdentifier - Interface in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
-
A marker interface for attachment container resource identifiers.
- AttachmentContentId - Class in com.atlassian.confluence.api.model.content.id
-
- AttachmentContentStatusPreProcessor - Class in com.atlassian.confluence.importexport.impl
-
Exports of upgraded attachments from Confluence 5.7 and lower may have a blank content status field for Attachment
objects.
- AttachmentContentStatusPreProcessor() - Constructor for class com.atlassian.confluence.importexport.impl.AttachmentContentStatusPreProcessor
-
- AttachmentContentStatusUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask.attachmentceo
-
- AttachmentContentStatusUpgradeTask(SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.attachmentceo.AttachmentContentStatusUpgradeTask
-
- AttachmentContentTypeApiSupport - Class in com.atlassian.confluence.api.impl.service.content.typebinding
-
- AttachmentContentTypeApiSupport(ContentEntityManager, ContentFactory, AttachmentManagerInternal, PaginationService, PermissionManager, ApiSupportProvider, ContentCreator, ThumbnailManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
-
- AttachmentCountContextProvider - Class in com.atlassian.confluence.pages.attachments
-
Provides the number of attachments on a given page.
- AttachmentCountContextProvider() - Constructor for class com.atlassian.confluence.pages.attachments.AttachmentCountContextProvider
-
- AttachmentCreateEvent - Class in com.atlassian.confluence.event.events.content.attachment
-
An event indicating that one or more visible attachments have been added to a piece of content.
- AttachmentCreateEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentCreateEvent
-
Construct a new AttachmentCreateEvent.
- AttachmentCreateEvent(Object, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentCreateEvent
-
- AttachmentCreateEvent(Object, List<Attachment>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentCreateEvent
-
- AttachmentCreateEvent(Object, Attachment, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentCreateEvent
-
- AttachmentCreationDateComparator - Class in com.atlassian.confluence.util
-
- AttachmentCreationDateComparator() - Constructor for class com.atlassian.confluence.util.AttachmentCreationDateComparator
-
- AttachmentDao - Interface in com.atlassian.confluence.pages.persistence.dao
-
This interface defines the methods for classes acting as a DAO
at the level of meta-data storage for Attachments.
- AttachmentDao.AttachmentCopier - Interface in com.atlassian.confluence.pages.persistence.dao
-
- AttachmentDao.AttachmentMigrator - Interface in com.atlassian.confluence.pages.persistence.dao
-
- AttachmentDaoFactory - Interface in com.atlassian.confluence.pages.persistence.dao
-
This interface defines a method by which an implementing class
can return a wired AttachmentDao instance, given a particular
data DAO.
- AttachmentDaoInternal - Interface in com.atlassian.confluence.internal.pages.persistence
-
Dao for Attachments.
- AttachmentData - Class in com.atlassian.confluence.pages
-
This class encapsulates Attachment metadata and maintains an InputStream that represents
the data for the Attachment object.
- AttachmentData() - Constructor for class com.atlassian.confluence.pages.AttachmentData
-
- AttachmentData(int, Attachment, InputStream) - Constructor for class com.atlassian.confluence.pages.AttachmentData
-
- AttachmentDataDao - Interface in com.atlassian.confluence.pages.persistence.dao
-
This interface defines the methods for classes acting as a DAO at
the level of data storage for Attachments.
- AttachmentDataExistsException - Exception in com.atlassian.confluence.pages
-
This exception should be used when attachment data was found, when it
should not have existed.
- AttachmentDataExistsException(String) - Constructor for exception com.atlassian.confluence.pages.AttachmentDataExistsException
-
- AttachmentDataFileSystem - Interface in com.atlassian.confluence.pages.persistence.dao.filesystem
-
Represents the filesystem used to store attachment data files.
- AttachmentDataFileSystemException - Exception in com.atlassian.confluence.pages.persistence.dao.filesystem
-
- AttachmentDataFileSystemException(String, Throwable) - Constructor for exception com.atlassian.confluence.pages.persistence.dao.filesystem.AttachmentDataFileSystemException
-
- AttachmentDataFileSystemException(String) - Constructor for exception com.atlassian.confluence.pages.persistence.dao.filesystem.AttachmentDataFileSystemException
-
- AttachmentDataFileSystemFactory - Interface in com.atlassian.confluence.pages.persistence.dao.filesystem
-
Factory to returns an AttachmentDataFileSystem instance according to system configuration.
- AttachmentDataNotFoundException - Exception in com.atlassian.confluence.pages
-
This exception can be used when no Attachment data was found, but was expected.
- AttachmentDataNotFoundException(String) - Constructor for exception com.atlassian.confluence.pages.AttachmentDataNotFoundException
-
- AttachmentDataNotFoundException(String, Throwable) - Constructor for exception com.atlassian.confluence.pages.AttachmentDataNotFoundException
-
- AttachmentDataStorageType - Enum in com.atlassian.confluence.pages
-
- 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 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
-
- AttachmentDownload - Class in com.atlassian.confluence.servlet.download
-
- AttachmentDownload() - Constructor for class com.atlassian.confluence.servlet.download.AttachmentDownload
-
- AttachmentDownloadPathCache - Class in com.atlassian.confluence.pages
-
Cache for attachment download paths.
- AttachmentDownloadPathCache(VCacheFactory) - Constructor for class com.atlassian.confluence.pages.AttachmentDownloadPathCache
-
- AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey - Class in com.atlassian.confluence.pages
-
- 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
-
- AttachmentEditorHtmlProvider - Class in com.atlassian.confluence.plugins.dragdrop.providers
-
Provides editorHtml metadata on a Content attachment entity.
- AttachmentEditorHtmlProvider(DragAndDropService, ContentEntityManager) - Constructor for class com.atlassian.confluence.plugins.dragdrop.providers.AttachmentEditorHtmlProvider
-
- AttachmentEntity - Class in com.atlassian.confluence.plugins.rest.entities
-
- AttachmentEntity() - Constructor for class com.atlassian.confluence.plugins.rest.entities.AttachmentEntity
-
- AttachmentEntityBuilder - Class in com.atlassian.confluence.plugins.rest.entities.builders
-
- AttachmentEntityBuilder(AnyTypeDao, DefaultRestAttachmentManager) - Constructor for class com.atlassian.confluence.plugins.rest.entities.builders.AttachmentEntityBuilder
-
- AttachmentEntityExampleDocument - Class in com.atlassian.confluence.plugins.rest.entities.documentation
-
- AttachmentEntityExampleDocument() - Constructor for class com.atlassian.confluence.plugins.rest.entities.documentation.AttachmentEntityExampleDocument
-
- AttachmentEntityList - Class in com.atlassian.confluence.plugins.rest.entities
-
- AttachmentEntityList() - Constructor for class com.atlassian.confluence.plugins.rest.entities.AttachmentEntityList
-
- AttachmentEntityList(int, ListWrapperCallback<AttachmentEntity>) - Constructor for class com.atlassian.confluence.plugins.rest.entities.AttachmentEntityList
-
- AttachmentEvent - Class in com.atlassian.confluence.event.events.content.attachment
-
Parent class for all attachment related events.
- AttachmentEvent(Object, List<Attachment>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
-
Constructs a multi-attachment event.
- AttachmentEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
-
Convenience method.
- 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.
- AttachmentExtractedTextExtractor - Class in com.atlassian.confluence.search.lucene.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() - Constructor for class com.atlassian.confluence.search.lucene.extractor.AttachmentExtractedTextExtractor
-
Default constructor needed by plugin system.
- AttachmentExtractedTextExtractor(AttachmentExtractedTextManager, AttachmentStatusManager, ApplicationStatusService, AttachmentTextExtractionService, Function<Attachment, Boolean>) - Constructor for class com.atlassian.confluence.search.lucene.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
-
- 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
-
- 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
-
- AttachmentIdClashResolver - Class in com.atlassian.confluence.upgrade.upgradetask.attachmentceo
-
Reassigns IDs to entries in the attachments table that have IDs that clash with entries in the content table
- AttachmentIdClashResolver(Session, IdentifierGenerator, AttachmentDataStorageType, ILuceneConnection, ThumbnailManager, SynchronizationManager, boolean, boolean, HierarchicalMultiStreamAttachmentDataFileSystem) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.attachmentceo.AttachmentIdClashResolver
-
- 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
-
- AttachmentLabellingUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
- AttachmentLabellingUpgradeTask(AlterTableExecutor) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AttachmentLabellingUpgradeTask
-
- 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
-
- AttachmentLinkRenamingBean - Class in com.atlassian.confluence.util
-
- AttachmentLinkRenamingBean(ContentEntityObject, String, String) - Constructor for class com.atlassian.confluence.util.AttachmentLinkRenamingBean
-
Create a bean to rename the attachment filename throughout a given ContentEntityObject's content.
- AttachmentLinkRenamingBean(ContentEntityObject, ContentEntityObject, String, String) - Constructor for class com.atlassian.confluence.util.AttachmentLinkRenamingBean
-
Create a bean to update attachment links throughout a given ContentEntityObject's content, changing the page to
which the links refer.
- AttachmentLinkRenamingBean(ContentEntityObject, String, String, ContentEntityObject, ContentEntityObject) - Constructor for class com.atlassian.confluence.util.AttachmentLinkRenamingBean
-
Create a bean to update links on a given page to reflect a change to an attachment.
- 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
-
- attachmentManager - Variable in class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
-
- attachmentManager - Variable in class com.atlassian.confluence.importexport.impl.FileXmlExporter
-
- 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 - Interface in com.atlassian.confluence.pages
-
- attachmentManager - Variable in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
-
- attachmentManager - Variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
-
- AttachmentManagerConfiguration - Interface in com.atlassian.confluence.pages.persistence.dao
-
- AttachmentManagerInternal - Interface in com.atlassian.confluence.internal.pages
-
Internal 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
-
- AttachmentMigrationAction - Class in com.atlassian.confluence.admin.actions
-
- AttachmentMigrationAction() - Constructor for class com.atlassian.confluence.admin.actions.AttachmentMigrationAction
-
Deprecated.
- AttachmentMigrationLongRunningTask - Class in com.atlassian.confluence.util.longrunning
-
- AttachmentMigrationLongRunningTask(String) - Constructor for class com.atlassian.confluence.util.longrunning.AttachmentMigrationLongRunningTask
-
- AttachmentMimeTypeExtractor - Class in com.atlassian.confluence.search.lucene.extractor
-
Adds a field for attachment mime type.
- AttachmentMimeTypeExtractor() - Constructor for class com.atlassian.confluence.search.lucene.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, UserAccessorInternal, TargetResolver, SpacePermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.delegates.AttachmentOperationDelegate
-
- AttachmentOwnerContentTypeExtractor - Class in com.atlassian.confluence.search.lucene.extractor
-
Extracts and indexes the classname of the content that owns an attachment.
- AttachmentOwnerContentTypeExtractor() - Constructor for class com.atlassian.confluence.search.lucene.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>) - 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
-
- 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
-
- AttachmentRemoveFileStoreIDsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Remove all FileStore IDs populated by FileStore mode 2.
- AttachmentRemoveFileStoreIDsUpgradeTask(SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AttachmentRemoveFileStoreIDsUpgradeTask
-
- AttachmentRenderSupport - Class in com.atlassian.confluence.rss
-
- AttachmentRenderSupport() - Constructor for class com.atlassian.confluence.rss.AttachmentRenderSupport
-
- AttachmentRepresentation() - Constructor for class com.atlassian.confluence.it.export.SimpleSiteStructure.AttachmentRepresentation
-
- AttachmentResource - Interface in com.atlassian.confluence.core
-
Represents a resource that exposes the required state to create a Confluence attachment.
- AttachmentResource - Class in com.atlassian.confluence.plugins.restapi.resources
-
CRUD operations for Attachments on Content.
- 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(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
-
- AttachmentResourceIdentifier(AttachmentContainerResourceIdentifier, 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
-
- AttachmentRpc - Class in com.atlassian.confluence.it.rpc.delegates
-
Makes remote calls to perform CRUD operations on Attachment Content entities, when the
ContentRpc
doesn't provide enough Attachment-specific behaviour.
- AttachmentRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.AttachmentRpc
-
- ATTACHMENTS - Static variable in class com.atlassian.confluence.it.global.SiteSearch.BuiltInContentTypes
-
- attachments - Variable in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- attachments(Space) - Static method in class com.atlassian.confluence.it.space.SpaceOperations
-
- 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.importexport.impl.AbstractXmlExporter
-
Directory into which attachments will be placed in the exported ZIP file
- ATTACHMENTS_PANEL - Static variable in class com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
-
Deprecated.
- 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.
- attachmentSearch(String) - Static method in class com.atlassian.confluence.it.global.SiteSearch
-
This can be removed once we fix CONFDEV-16505.
- AttachmentSearchAction - Class in com.atlassian.confluence.search.actions
-
Finds all the attachments on the selected page that match the provided filetype(s).
- AttachmentSearchAction() - Constructor for class com.atlassian.confluence.search.actions.AttachmentSearchAction
-
- AttachmentSecurityLevel - Enum 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
-
- 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(SettingsManager, ContextPathHolder, FileUploadManager, AttachmentManager, WebResourceUrlProvider, EventPublisher, ImageScaler) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
-
- AttachmentSizeComparator - Class in com.atlassian.confluence.util
-
- AttachmentSizeComparator() - Constructor for class com.atlassian.confluence.util.AttachmentSizeComparator
-
- 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
-
- AttachmentStatisticsDTO(int, int) - Constructor for class com.atlassian.confluence.pages.AttachmentStatisticsDTO
-
- AttachmentStatus - Enum 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.
- AttachmentsTester - Class in com.atlassian.confluence.it
-
- AttachmentsTester(WebTester) - Constructor for class com.atlassian.confluence.it.AttachmentsTester
-
- AttachmentStorageConfiguration - Class in com.atlassian.confluence.it.admin
-
- AttachmentStorageConfiguration(WebTester) - Constructor for class com.atlassian.confluence.it.admin.AttachmentStorageConfiguration
-
Deprecated.
- AttachmentStorageConfiguration() - Constructor for class com.atlassian.confluence.it.admin.AttachmentStorageConfiguration
-
Deprecated.
- AttachmentStorageConfiguration.StorageMethod - Enum in com.atlassian.confluence.it.admin
-
Deprecated.
- AttachmentStorageSetupAction - Class in com.atlassian.confluence.admin.actions
-
- AttachmentStorageSetupAction() - Constructor for class com.atlassian.confluence.admin.actions.AttachmentStorageSetupAction
-
Deprecated.
- attachmentStorageType - Variable in class com.atlassian.confluence.admin.actions.AttachmentStorageSetupAction
-
Deprecated.
- attachmentStorageTypes - Variable in class com.atlassian.confluence.admin.actions.AttachmentStorageSetupAction
-
Deprecated.
- AttachmentStorer - Class in com.atlassian.confluence.pages.actions.beans
-
- AttachmentStorer(AttachFileHelper) - Constructor for class com.atlassian.confluence.pages.actions.beans.AttachmentStorer
-
- attachmentsUrlPath(CustomContentEntityObject) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
-
Return the URL path to view the list of attachments on the content
- AttachmentTextExtraction - Interface in com.atlassian.confluence.index.attachment
-
- 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
-
- AttachmentToCeoConversionUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask.attachmentceo
-
- AttachmentToCeoConversionUpgradeTask(SessionFactory, DropForeignKeyConstraintCommandFactory, int, DdlExecutor, ThumbnailManager, ConfluenceIndexer, ILuceneConnection, AttachmentManager, SynchronizationManager, HierarchicalMultiStreamAttachmentDataFileSystem) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.attachmentceo.AttachmentToCeoConversionUpgradeTask
-
- AttachmentToContentMigrator - Class in com.atlassian.confluence.upgrade.upgradetask.attachmentceo
-
Migrates attachments from the attachments table to the content table.
- AttachmentToContentMigrator(Session, IdentifierGenerator, ConfluenceIndexer, DdlExecutor, DropForeignKeyConstraintCommandFactory, Map<Long, Long>, Set<Long>, boolean, boolean) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.attachmentceo.AttachmentToContentMigrator
-
- 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
- AttachmentTypeFilter - Class in com.atlassian.confluence.search.lucene.filter
-
Filters content that is of, or not of given attachment type(s).
- AttachmentTypeFilter(Set<Attachment.Type>, boolean) - Constructor for class com.atlassian.confluence.search.lucene.filter.AttachmentTypeFilter
-
Filter attachment according to given types.
- AttachmentTypeFilter(Set<Attachment.Type>) - Constructor for class com.atlassian.confluence.search.lucene.filter.AttachmentTypeFilter
-
- 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.
- AttachmentTypeQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- AttachmentTypeQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AttachmentTypeQueryMapper
-
Deprecated.
- AttachmentTypeSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
- AttachmentTypeSearchFilter(Set<Attachment.Type>, boolean) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.AttachmentTypeSearchFilter
-
- AttachmentTypeSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- AttachmentTypeSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AttachmentTypeSearchFilterMapper
-
- 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
-
- 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
-
- AttachmentUploadRequest - Class in com.atlassian.confluence.pages.actions
-
Converts an attachment upload multipart request into a list of
AttachmentResource objects
which is suitable for storing in Confluence via a
FileStorer.
- AttachmentUploadRequest(MultiPartRequestWrapper) - 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.
- 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
- AttachmentUtils - Class in com.atlassian.confluence.pages
-
- AttachmentUtils() - Constructor for class com.atlassian.confluence.pages.AttachmentUtils
-
- 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
-
- 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
-
- attemptInvalidSpaceImport(File) - Method in class com.atlassian.confluence.it.export.Importer
-
Attempt to import a space backup that is expected to fail.
- 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
-
- attributeAdded(HttpSessionBindingEvent) - Method in class com.atlassian.confluence.util.http.ConfluenceAttributeListener
-
Deprecated.
- attributeRemoved(HttpSessionBindingEvent) - Method in class com.atlassian.confluence.event.listeners.HttpSessionRegistrarAttributeListener
-
- attributeRemoved(HttpSessionBindingEvent) - Method in class com.atlassian.confluence.util.http.ConfluenceAttributeListener
-
Deprecated.
- attributeReplaced(HttpSessionBindingEvent) - Method in class com.atlassian.confluence.event.listeners.HttpSessionRegistrarAttributeListener
-
- attributeReplaced(HttpSessionBindingEvent) - Method in class com.atlassian.confluence.util.http.ConfluenceAttributeListener
-
Deprecated.
- attributes() - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment
-
- AUDIT_I18N_PREFIX - Static variable in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
-
- AUDIT_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
-
- AuditAction - Enum in com.atlassian.confluence.impl.audit.handler
-
Whether entity was added or removed.
- auditAction(ScheduledJobKey, String) - Method in interface com.atlassian.confluence.schedule.audit.AuditService
-
Audits an action to a job such as run, enable, disable.
- auditAction(ScheduledJobKey, String) - Method in class com.atlassian.confluence.schedule.audit.DefaultAuditService
-
- AuditAffectedObjects - Class in com.atlassian.confluence.impl.audit
-
String constants for audit object labels.
- AuditBrokerEventRegistrar - Class in com.atlassian.confluence.api.impl.service.audit
-
The broker needs to receive framework startup events to implement buffering.
- AuditBrokerEventRegistrar(EventPublisher, BufferingOnStartupAuditBroker) - Constructor for class com.atlassian.confluence.api.impl.service.audit.AuditBrokerEventRegistrar
-
- AuditCategories - Class in com.atlassian.confluence.impl.audit
-
String constants for audit categories.
- AuditCleanerJob - Class in com.atlassian.confluence.internal.audit
-
- AuditCleanerJob(AuditManager, SettingsManager) - Constructor for class com.atlassian.confluence.internal.audit.AuditCleanerJob
-
- auditCronJobScheduleChange(ScheduledJobKey, String, String) - Method in interface com.atlassian.confluence.schedule.audit.AuditService
-
Audits a schedule change to a cron job.
- auditCronJobScheduleChange(ScheduledJobKey, String, String) - Method in class com.atlassian.confluence.schedule.audit.DefaultAuditService
-
- 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(AuditRecordEntityFactory, I18NBeanFactory, LocaleManager) - 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
-
- AuditLoggingSchemaUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Marks the three audit logging tables listed in AuditRecord.hbm.xml
- AuditLoggingSchemaUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AuditLoggingSchemaUpgradeTask
-
- AuditLogResource - Class in com.atlassian.confluence.functest.rest.admin
-
Backdoor REST resource for clearing the audit logs
- AuditLogResource(AuditService) - Constructor for class com.atlassian.confluence.functest.rest.admin.AuditLogResource
-
- auditLogRpc - Variable in class com.atlassian.confluence.it.rpc.delegates.admin.AdminRpc
-
- AuditLogRpc - Class in com.atlassian.confluence.it.rpc.delegates.admin
-
- AuditLogRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.AuditLogRpc
-
- auditManager - Variable in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
-
- AuditManager - Interface in com.atlassian.confluence.internal.audit
-
Internal audit record manager
- AuditRecord - Class in com.atlassian.confluence.api.model.audit
-
Value object that models all data for a single Audit log record
- AuditRecord.Builder - Class in com.atlassian.confluence.api.model.audit
-
- AuditRecordDao - Interface in com.atlassian.confluence.internal.audit.persistence.dao
-
- AuditRecordEntity - Class in com.atlassian.confluence.impl.audit
-
- AuditRecordEntityFactory - Class in com.atlassian.confluence.impl.audit
-
Factory for creating {@link AuditRecordEntity) instances
- AuditRecordEntityFactory(I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.impl.audit.AuditRecordEntityFactory
-
- AuditRecordFactory - Class in com.atlassian.confluence.api.impl.service.audit.factory
-
- AuditRecordFactory() - Constructor for class com.atlassian.confluence.api.impl.service.audit.factory.AuditRecordFactory
-
- auditRecords() - Static method in class com.atlassian.confluence.rest.api.model.pagination.PaginationLimits
-
- AuditResource - Class in com.atlassian.confluence.plugins.restapi.resources
-
- AuditResource(AuditService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AuditResource
-
- AuditResponse(List<AuditRecord>) - Constructor for class com.atlassian.confluence.it.audit.RemoteAuditServiceImpl.AuditResponse
-
- AuditSearchUtils - Class in com.atlassian.confluence.impl.audit
-
- AuditSearchUtils() - Constructor for class com.atlassian.confluence.impl.audit.AuditSearchUtils
-
- AuditService - Interface in com.atlassian.confluence.api.service.audit
-
Provides methods for creating and retrieving audit records, as well as configuring the audit record retention period
- AuditService - Interface in com.atlassian.confluence.schedule.audit
-
An interface for Scheduled Job Auditing.
- AuditService.AuditCSVWriter - Interface in com.atlassian.confluence.api.service.audit
-
Streaming CSV writer for exporting audit records
- AuditService.AuditRecordFinder - Interface in com.atlassian.confluence.api.service.audit
-
Finder for audit records.
- AuditService.Validator - Interface in com.atlassian.confluence.api.service.audit
-
Validator for audit records
- AuditServiceImpl - Class in com.atlassian.confluence.api.impl.service.audit
-
- AuditServiceImpl(AuditManager, AuditRecordFactory, AuditRecordEntityFactory, PaginationService, UserAccessor, PermissionManager, SettingsManager, EventPublisher, TimeZoneManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.api.impl.service.audit.AuditServiceImpl
-
- auditSimpleJobScheduleChange(ScheduledJobKey, Long, Long) - Method in interface com.atlassian.confluence.schedule.audit.AuditService
-
Audits a schedule change to a simple job.
- auditSimpleJobScheduleChange(ScheduledJobKey, 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.
- AUIDropdownMenu - Class in com.atlassian.confluence.pageobjects.component.menu
-
- AUIDropdownMenu(String) - Constructor for class com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
-
Deprecated.
- AuiMessage - Class in com.atlassian.confluence.pageobjects.component
-
- AuiMessage() - Constructor for class com.atlassian.confluence.pageobjects.component.AuiMessage
-
Deprecated.
- AuiMessage(By) - Constructor for class com.atlassian.confluence.pageobjects.component.AuiMessage
-
Deprecated.
- authContext - Variable in class com.atlassian.confluence.plugins.easyuser.EasyUserResource
-
- authContext - Variable in class com.atlassian.confluence.plugins.easyuser.EasyUserSignupSettingsResource
-
- authContext - Variable in class com.atlassian.confluence.plugins.keyboardshortcuts.ShortcutSettingsResource
-
- authContext - Variable in class com.atlassian.confluence.plugins.rest.resources.AbstractResource
-
- authContext - Variable in class com.atlassian.confluence.tinymceplugin.rest.MarkdownXhtmlConverter
-
- authContext - Variable in class com.atlassian.confluence.tinymceplugin.rest.WikiXhtmlConverter
-
- authenticate(String, String) - Method in class bucket.user.DefaultUserAccessor
-
Deprecated.
- authenticate(String, String) - Method in class bucket.user.providers.ChainedCredentialsProvider
-
Deprecated.
- authenticate(String, String) - Method in interface bucket.user.UserAccessor
-
Deprecated.
- authenticate(Application, PasswordCredential) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationManager
-
- authenticate(String, String) - Method in class com.atlassian.confluence.security.login.DefaultLoginManager
-
- authenticate(String, String) - Method in interface com.atlassian.confluence.security.login.LoginManager
-
Try to authenticate a user given the userName and password.
- authenticate(Principal, String) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
-
- 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
-
- 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 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
-
- 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 WebResources for Remote API clients.
- AuthenticatedWebResourceProvider(Client, String, String) - Constructor for class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
-
- authenticateUser(Application, String, PasswordCredential) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
-
- Authentication - Interface in com.atlassian.confluence.event.events.types
-
Indicates that the implementation represents an authentication event.
- 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(Throwable) - Constructor for exception com.atlassian.confluence.rpc.AuthenticationFailedException
-
- AuthenticationFailedException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.AuthenticationFailedException
-
- 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
-
- authenticationSuccess(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.security.trust.seraph.ConfluenceSeraphAuthenticationListener
-
- authenticationSuccess(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.confluence.oauth.seraph.ConfluenceSeraphAuthenticationListener
-
- Authenticator - Class in com.atlassian.confluence.util.http
-
- 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
-
- authFallback - Variable in class com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
-
Deprecated.
- author(User) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
-
- AUTHOR_USER_TYPE - Static variable in class com.atlassian.confluence.internal.audit.AuditFormatConverter
-
- authoriseUserAndEstablishSession(HttpServletRequest, HttpServletResponse, Principal) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
-
- authoriseUserAndEstablishSession(HttpServletRequest, HttpServletResponse, Principal) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
-
- 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
-
- AuthorSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
Filter by a query on author.
- AuthorSearchFilter(String) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.AuthorSearchFilter
-
- AuthorSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- AuthorSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AuthorSearchFilterMapper
-
- Autocomplete - Class in com.atlassian.confluence.pageobjects.component.form
-
- Autocomplete() - Constructor for class com.atlassian.confluence.pageobjects.component.form.Autocomplete
-
Deprecated.
- AutocompleteField - Class in com.atlassian.confluence.pageobjects.component.form
-
- AutocompleteField(PageElement, PageBinder) - Constructor for class com.atlassian.confluence.pageobjects.component.form.AutocompleteField
-
Deprecated.
- AutocompleteLabelsAction - Class in com.atlassian.confluence.plugins.labels.actions
-
- AutocompleteLabelsAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
-
- autocompleteMacro(String) - Method in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
-
Deprecated.
- 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
-
- AutodetectClassPrefixModuleFactory - Class in com.atlassian.confluence.plugin
-
- AutodetectClassPrefixModuleFactory(HostContainer) - Constructor for class com.atlassian.confluence.plugin.AutodetectClassPrefixModuleFactory
-
Deprecated.
- AutodetectModuleFactoryHolder - Class in com.atlassian.confluence.plugin
-
- AutodetectModuleFactoryHolder(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.AutodetectModuleFactoryHolder
-
Deprecated.
- autoLoginEmbeddingCredentialsInUrl(User, Class<M>, Object...) - Method in class com.atlassian.confluence.pageobjects.ConfluenceTestedProduct
-
Deprecated.
Faster way of login when in testing environment by embedding the credentials in the url,
so we don't have to visit the login page every single time.
- 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
-
- autoSynchronise() - Method in class com.atlassian.confluence.it.usermanagement.ExternalUserSynchroniser
-
Deprecated.
- autowireComponent(Object) - Method in class com.atlassian.confluence.spring.DelegatingContainerContext
-
- 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
-
- 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.search.v2.lucene.boosting.BM25LSimilarity
-
- awaitTermination(long, TimeUnit) - Method in class com.atlassian.confluence.rest.client.PromisingExecutorService
-
Deprecated.
- 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
-
- AzureCloudPlatform - Class in com.atlassian.confluence.status.service.systeminfo
-
- AzureCloudPlatform() - Constructor for class com.atlassian.confluence.status.service.systeminfo.AzureCloudPlatform
-
- back(Class<P>, Object...) - Method in class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
Deprecated.
- back - Variable in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
-
- back - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
-
- BACKGROUND_COLOR - Static variable in class com.atlassian.confluence.security.DistortedCaptchaEngine
-
- backup(OutputStream) - Method in interface com.atlassian.confluence.importexport.plugin.BackupRestoreProvider
-
- BACKUP_JOB_KEY - Static variable in class com.atlassian.confluence.schedule.ScheduleUtil
-
- BACKUP_SET_PATH_ALLOWED - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
-
- BackupAction - Class in com.atlassian.confluence.importexport.actions
-
- BackupAction() - Constructor for class com.atlassian.confluence.importexport.actions.BackupAction
-
- backupAttachments() - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
-
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.importexport.impl.FileXmlExporter
-
- backupEntities(HibernateObjectHandleTranslator, ProgressMeter) - Method in class com.atlassian.confluence.importexport.impl.AbstractXmlExporter
-
- backupEverything(HibernateObjectHandleTranslator, ProgressMeter) - Method in class com.atlassian.confluence.importexport.impl.AbstractXmlExporter
-
- backupEverything(HibernateObjectHandleTranslator, ProgressMeter) - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
-
copies attachments, templates and config files
- BackupExporter - Class in com.atlassian.confluence.importexport.impl
-
Converts _all_ objects in confluence to xml (used for making site-wide backups).
- BackupExporter() - Constructor for class com.atlassian.confluence.importexport.impl.BackupExporter
-
- BackupImporter - Class in com.atlassian.confluence.importexport.xmlimport
-
- BackupImporter() - Constructor for class com.atlassian.confluence.importexport.xmlimport.BackupImporter
-
- BackupJob - Class in com.atlassian.confluence.importexport.impl
-
Runs the daily backup job.
- BackupJob(ImportExportManager, SettingsManager) - Constructor for class com.atlassian.confluence.importexport.impl.BackupJob
-
- BackupParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
-
Converts the XML backups into Hibernate data structures for restoring space, site
- BackupParser(ImportProcessor) - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.BackupParser
-
- BackupParserUtil - Class in com.atlassian.confluence.importexport.xmlimport
-
Helper methods for creating and parsing backup files.
- BackupParserUtil() - Constructor for class com.atlassian.confluence.importexport.xmlimport.BackupParserUtil
-
- backupPluginData() - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
-
- backupResources() - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
-
- BackupRestoreException - Exception in com.atlassian.confluence.importexport.plugin
-
- BackupRestoreException(String, Throwable) - Constructor for exception com.atlassian.confluence.importexport.plugin.BackupRestoreException
-
- 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
-
- 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
-
- 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.importexport.impl.FileXmlExporter
-
- 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.search.actions.SearchSiteAction.BackwardsCompatibility
-
Deprecated.
- BackwardsCompatibleExtractor(Extractor) - Constructor for class com.atlassian.confluence.plugin.descriptor.ExtractorModuleDescriptor.BackwardsCompatibleExtractor
-
Deprecated.
- badConfiguredHome(HomeHealthCheckFailure.Reason, String) - Static method in class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure
-
- badRequestException() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
-
- 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(Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.BadRequestException
-
- BadRequestException(String, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.BadRequestException
-
- BadRequestException(String, ValidationResult) - Constructor for exception com.atlassian.confluence.api.service.exceptions.BadRequestException
-
- badRequestExceptionSupplier() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
-
- bandana - Variable in class com.atlassian.confluence.it.rpc.delegates.admin.AdminRpc
-
- 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
-
- 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
-
- bandanaManager - Variable in class com.atlassian.confluence.user.actions.AbstractSearchUsersAction
-
Deprecated.
- 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
-
- 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
-
- BandanaResource - Class in com.atlassian.confluence.functest.rest.admin
-
Modifies Bandana storage.
- BandanaResource(BandanaManager) - Constructor for class com.atlassian.confluence.functest.rest.admin.BandanaResource
-
- BandanaRpc - Class in com.atlassian.confluence.it.rpc.delegates.admin
-
Makes remote calls to the BandanaManager.
- BandanaRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.BandanaRpc
-
- 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.
- BandanaUserVerificationTokenDao - Class in com.atlassian.confluence.user.persistence.dao
-
- BandanaUserVerificationTokenDao(BandanaManager) - Constructor for class com.atlassian.confluence.user.persistence.dao.BandanaUserVerificationTokenDao
-
- BandanaXmlParser - Interface in com.atlassian.confluence.setup.bandana
-
- BankAccount - Interface in com.atlassian.confluence.plugin
-
A simple test entity
- 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
-
- BART - Static variable in class com.atlassian.confluence.it.User.Simpsons
-
- base64Decode(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- base64Encode(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- BASE_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalSynchronyDataNav
-
- BASE_PATH - Static variable in interface com.atlassian.confluence.rest.api.services.RestNavigationService
-
- BASE_URL - Static variable in class com.atlassian.confluence.it.RestHelper
-
- 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.impl.RestNavigationImpl
-
provides a nav builder that knows about the base rest api path.
- 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
-
- BaseConstantScoreQueryMapper<T extends SearchQuery> - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
A base LuceneQueryMapper class that produces ConstantScoreQuery, removing any effect of
the query from the lucene scoring, this is equivalent of using a LuceneFilter.
- BaseConstantScoreQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.BaseConstantScoreQueryMapper
-
- 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
-
- BaseHttpRetrievalMacro - Class in com.atlassian.confluence.renderer.v2.macros
-
- BaseHttpRetrievalMacro() - Constructor for class com.atlassian.confluence.renderer.v2.macros.BaseHttpRetrievalMacro
-
- BaseHttpRetrievalService - Class in com.atlassian.confluence.util.http
-
- BaseHttpRetrievalService() - Constructor for class com.atlassian.confluence.util.http.BaseHttpRetrievalService
-
Deprecated.
- 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
-
- BaseNav - Class in com.atlassian.confluence.plugins.rest.navigation.impl
-
- BaseNav(String, String) - Constructor for class com.atlassian.confluence.plugins.rest.navigation.impl.BaseNav
-
- BaseOperationCheck - Class in com.atlassian.confluence.api.model.permissions.spi
-
- BaseOperationCheck(OperationKey, TargetType) - Constructor for class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
-
- 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
-
- baseResourceProvider - Variable in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- BaseResponseHandler<T> - Class in com.atlassian.confluence.setup.bundles.upm.responsehandlers
-
- BaseResponseHandler() - Constructor for class com.atlassian.confluence.setup.bundles.upm.responsehandlers.BaseResponseHandler
-
- BaseSearchResult - Interface in com.atlassian.confluence.search.v2
-
A simpler super interface of SearchResult.
- baseUrl(String) - Method in class com.atlassian.confluence.api.model.settings.GlobalSettings.GlobalSettingsBuilder
-
- baseUrl() - Method in interface com.atlassian.confluence.api.nav.Navigation
-
- baseUrl() - Method in class com.atlassian.confluence.it.rest.AbstractJUnit3RestAcceptanceTest
-
Deprecated.
- baseUrl - Variable in class com.atlassian.confluence.it.rest.AbstractRestAcceptanceTest
-
Deprecated.
- baseUrl - Variable in class com.atlassian.confluence.plugins.rest.navigation.impl.BaseNav
-
- baseUrl() - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.RestNavigationImpl
-
- BASEURL_PLUGIN - Static variable in class com.atlassian.confluence.it.plugin.TestPlugins
-
- BaseUrlFunction - Class in com.atlassian.confluence.plugins.soy
-
- BaseUrlFunction(SettingsManager) - 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
-
- BaseUrlSelector - Interface in com.atlassian.confluence.it
-
- BaseUrlThreadLocal - Class in com.atlassian.confluence
-
- BaseUrlThreadLocal() - Constructor for class com.atlassian.confluence.BaseUrlThreadLocal
-
- BasicAuthenticator - Class in com.atlassian.confluence.util.http.httpclient
-
- BasicAuthenticator() - Constructor for class com.atlassian.confluence.util.http.httpclient.BasicAuthenticator
-
Deprecated.
- 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_FOR_REMOVING - Static variable in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAddMissingConstraintsClearDataUpgradeTask
-
- BATCH_SIZE_PROP - Static variable in class com.atlassian.confluence.content.render.xhtml.migration.DefaultSiteMigrator
-
- BatchableWorkSource<T> - Interface in com.atlassian.confluence.content.render.xhtml.migration
-
Source of migration work that can be broken up into batches.
- 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(List<RenderResult>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.BatchedRenderResult
-
- BatchedRenderResult() - 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
-
- BatchIndexer - Interface in com.atlassian.confluence.internal.index
-
Provides an abstraction for implementation that indexes large amount of data.
- BATCHING_CHUNK_SIZE - Static variable in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
-
- BatchingMultiEventPublisher - Class in com.atlassian.confluence.event
-
- BatchingMultiEventPublisher(HibernateSessionManager, EventPublisher) - Constructor for class com.atlassian.confluence.event.BatchingMultiEventPublisher
-
- 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
-
- 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
-
- beanDestroyed() - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeLuceneConnectionFactory
-
- BeanNameCacheResult - Interface in com.atlassian.confluence.cache.spring
-
Result of a call to the BeanNameTypeCache.get method.
- BeanNameTypeCache - Class in com.atlassian.confluence.cache.spring
-
A caching class used to improve the startup speed of Confluence, it has also shown improvements to systems
under load.
- BeanNameTypeCache() - Constructor for class com.atlassian.confluence.cache.spring.BeanNameTypeCache
-
- 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, Object[], Object) - Method in class com.atlassian.confluence.cache.WarnBeforeMethodAdvice
-
Deprecated.
- before(ActionInvocation) - Method in class com.atlassian.confluence.event.EventPublisherInterceptor
-
- before() - Method in class com.atlassian.confluence.webdriver.rules.CancelAnyAlert
-
- before(ActionInvocation) - Method in class com.atlassian.confluence.xwork.ConfluenceValidationInterceptor
-
Gets the current action and its context and calls
ActionValidatorManager.validate(java.lang.Object, java.lang.String).
- before(ActionInvocation) - Method in class com.atlassian.confluence.xwork.HttpRequestStatsInterceptor
-
- 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.crowd.embedded.hibernate2.batch.Hibernate2BatchFinder
-
- beforeProcessBatch() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchProcessor
-
- beforeProcessCollection() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchProcessor
-
- beforeProcessIndividual() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchProcessor
-
- beforeResult(ActionInvocation, String) - Method in class com.atlassian.confluence.validation.MessageLoadingPreResultListener
-
- 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(Object...) - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceProgressMonitor
-
- begin(ProgressMonitor.Task, Object...) - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceProgressMonitor
-
- beginRequest() - Method in class com.atlassian.confluence.jmx.RequestMetrics
-
- beginTransaction(T...) - Method in interface com.atlassian.confluence.impl.hibernate.bulk.BulkTransaction
-
- beginTransaction(T...) - Method in class com.atlassian.confluence.impl.hibernate.bulk.HibernateBulkTransaction
-
- belongsTo(User) - Method in class com.atlassian.confluence.user.PersonalInformation
-
Returns true if this object belongs to the specified user.
- bind() - Method in class com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
-
Deprecated.
- binder - Variable in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
-
Deprecated.
- binder - Variable in class com.atlassian.confluence.pageobjects.page.content.RenderedContent
-
Deprecated.
- bits() - Method in class com.atlassian.confluence.search.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
-
- BLANK_PARAM - Static variable in class com.atlassian.confluence.pageobjects.component.dialog.MacroForm
-
Deprecated.
- BlobInputStreamType - Class in org.springframework.orm.hibernate.support
-
LobType that allows InputStreams to be saved as BLOBs to a database.
- BlobInputStreamType() - Constructor for class org.springframework.orm.hibernate.support.BlobInputStreamType
-
- 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.
- blocksStartupButNotLicenseInconsistency() - 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_DATE_PATTERN - Static variable in class com.atlassian.confluence.core.DefaultFormatSettingsManager
-
- 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_POSTS - Static variable in class com.atlassian.confluence.it.global.SiteSearch.BuiltInContentTypes
-
- 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.
- BlogPathConverter() - Constructor for class com.atlassian.confluence.servlet.simpledisplay.BlogPathConverter
-
- BlogPost - Class in com.atlassian.confluence.it
-
- BlogPost(Space, String, String) - Constructor for class com.atlassian.confluence.it.BlogPost
-
Deprecated.
- BlogPost(Space, String, String, Date) - Constructor for class com.atlassian.confluence.it.BlogPost
-
Deprecated.
- BlogPost(BlogPost) - Constructor for class com.atlassian.confluence.it.BlogPost
-
Deprecated.
- blogPost - Variable in class com.atlassian.confluence.it.TestData
-
- BlogPost - Class in com.atlassian.confluence.pages
-
- BlogPost() - Constructor for class com.atlassian.confluence.pages.BlogPost
-
- BLOGPOST_MACRO - Static variable in class com.atlassian.confluence.it.Macro
-
- BlogPostBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
-
- BlogPostBreadcrumb(BlogPost) - Constructor for class com.atlassian.confluence.util.breadcrumbs.BlogPostBreadcrumb
-
- 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.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 - 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
-
- BlogPostDaoInternal - Interface in com.atlassian.confluence.internal.pages.persistence
-
Dao for BlogPosts.
- BlogPostDateBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
-
- BlogPostDateBreadcrumb(Space, String, String, String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.BlogPostDateBreadcrumb
-
- BlogPostDateBreadcrumb(String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.BlogPostDateBreadcrumb
-
- BlogPostDateBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs.spaceia
-
- 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
-
- 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
-
- BlogPostEvent(Object, BlogPost, boolean) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
-
- BlogPostEvent(Object, BlogPost, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
-
- BlogPostInfoViewEvent - Class in com.atlassian.confluence.event.events.content.blogpost
-
- BlogPostInfoViewEvent(Object, BlogPost) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostInfoViewEvent
-
- 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
-
- BlogPostLinkRenamingBean - Class in com.atlassian.confluence.util
-
- BlogPostLinkRenamingBean(ContentEntityObject, SpaceContentEntityObject, String, String) - Constructor for class com.atlassian.confluence.util.BlogPostLinkRenamingBean
-
- 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
-
- BlogPostOperationDelegate - Class in com.atlassian.confluence.api.impl.service.permissions.delegates
-
- BlogPostOperationDelegate(BlogPostPermissionsDelegate, UserAccessorInternal, 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
-
- BlogPostStatisticsDTO(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
-
- BlogPostTrashedEvent(Object, BlogPost, User, boolean) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostTrashedEvent
-
- 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
-
- 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
-
- BLUEPRINT - Static variable in class com.atlassian.confluence.api.model.content.template.ContentTemplateType
-
- BM25LSimilarity - Class in com.atlassian.confluence.search.v2.lucene.boosting
-
Extension of BM25 which shifts the term frequency normalization formula
to bosst scores of very long documents.
- BM25LSimilarity(float, float, float) - Constructor for class com.atlassian.confluence.search.v2.lucene.boosting.BM25LSimilarity
-
BM25 with the supplied parameter values.
- BM25LSimilarity() - Constructor for class com.atlassian.confluence.search.v2.lucene.boosting.BM25LSimilarity
-
BM25 with these default values:
k1 = 1.25,
b = 0.4.
d = 0.5.
- 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(ContentBody) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
-
- BODY - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
-
- body(String) - Method in class com.atlassian.confluence.api.model.content.MacroInstance.MacroBuilder
-
- body(Map<ContentRepresentation, ContentBody>) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
-
- body(ContentBody) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
-
- BODY - Static variable in class com.atlassian.confluence.api.model.content.template.ContentTemplate.Expansions
-
- body(MacroBody) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
-
- body - Variable in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
-
- 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
-
- BodyContentDao - Interface in com.atlassian.confluence.core.persistence
-
- BodyContentHibernateDao - Class in com.atlassian.confluence.core.persistence.hibernate
-
This DAO is used to support the migration of wiki formatted content to XHTML formatted.
- BodyContentHibernateDao() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.BodyContentHibernateDao
-
- 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
-
- BodyTypeAwareRenderer(Renderer, WikiStyleRenderer) - Constructor for class com.atlassian.confluence.content.render.xhtml.compatibility.BodyTypeAwareRenderer
-
- BodyTypeFactory - Interface in com.atlassian.confluence.core
-
Describes a factory responsible for providing a consistent and fixed set of BodyType instances to other components.
- BodyTypeUserType - Class in com.atlassian.confluence.core
-
A UserType implementation for the BodyType enum.
- BodyTypeUserType() - Constructor for class com.atlassian.confluence.core.BodyTypeUserType
-
- BodyTypeUserTypeBase - Class in com.atlassian.confluence.core
-
Required so that BodyTypeUserType can be marked as Serializable.
- BodyTypeUserTypeBase() - Constructor for class com.atlassian.confluence.core.BodyTypeUserTypeBase
-
- 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
-
- BooleanOperator - Enum 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(Set<? extends SearchQuery>, Set<? extends SearchQuery>, Set<? extends SearchQuery>) - Constructor for class com.atlassian.confluence.search.v2.query.BooleanQuery
-
- 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.
- 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.
- BooleanQuery.Builder - Class in com.atlassian.confluence.search.v2.query
-
- BooleanQueryBuilder() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryBuilders.BooleanQueryBuilder
-
- BooleanQueryBuilder<T> - Class in com.atlassian.confluence.search.v2
-
Since 5.9
- BooleanQueryBuilder() - Constructor for class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- BooleanQueryFactory - Class in com.atlassian.confluence.macro.query
-
- 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
-
- 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.search.v2.lucene.mapper
-
- BooleanQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.BooleanQueryMapper
-
- BooleanQueryMapper(LuceneSearchMapper) - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.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.
- BooleanSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
- BooleanSearchFilter(Collection<? extends SearchFilter>, Collection<? extends SearchFilter>, Collection<? extends SearchFilter>) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.BooleanSearchFilter
-
- BooleanSearchFilter.Builder - Class in com.atlassian.confluence.search.v2.searchfilter
-
- BooleanSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- BooleanSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.BooleanSearchFilterMapper
-
- boolQuery() - Static method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryBuilders
-
- boost(float) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- boost(IndexReader, int, float) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostByModificationDateStrategy
-
Deprecated.
- boost(IndexReader, Map<String, Object>, int, float) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostByModificationDateStrategy
-
Deprecated.
- boost(IndexReader, SearchQueryParameters, int, float) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostByModificationDateStrategy
-
Deprecated.
- boost(IndexReader, int, float) - Method in interface com.atlassian.confluence.search.v2.lucene.boosting.BoostingStrategy
-
Deprecated.
Apply a relevant boost to the specified document with the specified score.
- boost(IndexReader, Map<String, Object>, int, float) - Method in interface com.atlassian.confluence.search.v2.lucene.boosting.BoostingStrategy
-
Deprecated.
Apply a relevant boost to the specified document with the specified score.
- boost(IndexReader, SearchQueryParameters, int, float) - Method in interface com.atlassian.confluence.search.v2.lucene.boosting.BoostingStrategy
-
Deprecated.
Apply a relevant boost to the specified document with the specified score.
- boost(IndexReader, int, float) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostPreferredSpaceStrategy
-
Deprecated.
- boost(IndexReader, Map<String, Object>, int, float) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostPreferredSpaceStrategy
-
Deprecated.
- boost(IndexReader, SearchQueryParameters, int, float) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostPreferredSpaceStrategy
-
Deprecated.
- BOOST_MONTH_AGO - Static variable in class com.atlassian.confluence.search.v2.query.BoostByDateMilestoneRules
-
- BOOST_ONE_YEAR_AGO - Static variable in class com.atlassian.confluence.search.v2.query.BoostByDateMilestoneRules
-
- BOOST_SIX_MONTH_AGO - Static variable in class com.atlassian.confluence.search.v2.query.BoostByDateMilestoneRules
-
- BOOST_THREE_MONTH_AGO - Static variable in class com.atlassian.confluence.search.v2.query.BoostByDateMilestoneRules
-
- BOOST_TODAY - Static variable in class com.atlassian.confluence.search.v2.query.BoostByDateMilestoneRules
-
- BOOST_WEEK_AGO - Static variable in class com.atlassian.confluence.search.v2.query.BoostByDateMilestoneRules
-
- BOOST_YESTERDAY - Static variable in class com.atlassian.confluence.search.v2.query.BoostByDateMilestoneRules
-
- BoostByDateMilestoneRules - Class in com.atlassian.confluence.search.v2.query
-
- BoostByDateMilestoneRules.BoostFactor - Class in com.atlassian.confluence.search.v2.query
-
- BoostByDateMilestoneRules.DateMilestone - Class in com.atlassian.confluence.search.v2.query
-
- BoostByModificationDateSearcherInitialisation - Class in com.atlassian.confluence.search.v2.lucene.boosting
-
- BoostByModificationDateSearcherInitialisation() - Constructor for class com.atlassian.confluence.search.v2.lucene.boosting.BoostByModificationDateSearcherInitialisation
-
Deprecated.
- BoostByModificationDateStrategy - Class in com.atlassian.confluence.search.v2.lucene.boosting
-
- BoostByModificationDateStrategy() - Constructor for class com.atlassian.confluence.search.v2.lucene.boosting.BoostByModificationDateStrategy
-
Deprecated.
- BoostFactor(long, float) - Constructor for class com.atlassian.confluence.search.v2.query.BoostByDateMilestoneRules.BoostFactor
-
- BoostingQuery - Class in com.atlassian.confluence.search.v2.lucene.boosting
-
- BoostingQuery(Query, SearchQueryParameters, BoostingStrategy) - Constructor for class com.atlassian.confluence.search.v2.lucene.boosting.BoostingQuery
-
Deprecated.
- BoostingQuery - Class in com.atlassian.confluence.search.v2.query
-
- BoostingQuery(SearchQuery, SearchQueryParameters) - Constructor for class com.atlassian.confluence.search.v2.query.BoostingQuery
-
Deprecated.
- BoostingQueryFactory - Interface in com.atlassian.confluence.search.v2.lucene.boosting
-
- BoostingQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- BoostingQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.BoostingQueryMapper
-
Deprecated.
- BoostingStrategy - Interface in com.atlassian.confluence.search.v2.lucene.boosting
-
- BoostPreferredSpaceStrategy - Class in com.atlassian.confluence.search.v2.lucene.boosting
-
- BoostPreferredSpaceStrategy() - Constructor for class com.atlassian.confluence.search.v2.lucene.boosting.BoostPreferredSpaceStrategy
-
Deprecated.
- BoostQueryFactoryImpl - Class in com.atlassian.confluence.search.v2.lucene.boosting
-
- BoostQueryFactoryImpl(PluggableBoostingStrategy) - Constructor for class com.atlassian.confluence.search.v2.lucene.boosting.BoostQueryFactoryImpl
-
Deprecated.
- bootstrap - Variable in class com.atlassian.confluence.it.rpc.delegates.admin.AdminRpc
-
- bootstrap() - Method in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
-
- 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.
- 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
-
- BootstrapAttachmentLocationResolver - Class in com.atlassian.confluence.pages.persistence.dao
-
This implementation returns the location of the default Confluence attachments directory,
as set by the BootstrapManager.
- BootstrapAttachmentLocationResolver() - Constructor for class com.atlassian.confluence.pages.persistence.dao.BootstrapAttachmentLocationResolver
-
- 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.webwork
-
- BootstrapAwareInterceptor() - Constructor for class com.atlassian.confluence.setup.webwork.BootstrapAwareInterceptor
-
- bootstrapCluster() - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationHelper
-
Checks whether clustering is enabled, and bootstraps the cluster manager with
an appropriate configuration
- bootstrapCluster() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
-
- bootstrapCluster() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
-
- 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
-
- bootstrapManager - Variable in class com.atlassian.confluence.importexport.impl.AbstractXmlExporter
-
- BootstrapManager - Interface in com.atlassian.confluence.setup
-
Controls the bootstrapping of Confluence - starting essential, core services.
- BootstrapManagerInternal - Interface in com.atlassian.confluence.setup
-
Intenal interface of Bootstrap Manager
- BootstrapPropertiesProvider - Class in com.atlassian.confluence.setup
-
- BootstrapPropertiesProvider(BootstrapManager) - Constructor for class com.atlassian.confluence.setup.BootstrapPropertiesProvider
-
- 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
-
- BootstrapRpc - Class in com.atlassian.confluence.it.rpc.delegates.admin
-
- BootstrapRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.BootstrapRpc
-
- bootstrapSharedConfiguration(SharedConfigurationMap) - Method in interface com.atlassian.confluence.setup.BootstrapManager
-
- bootstrapSharedConfiguration(SharedConfigurationMap) - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
-
- 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
-
- BORDER - Static variable in interface com.atlassian.confluence.themes.ColourScheme
-
- 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
-
- BraveFactoryBean - Class in com.atlassian.confluence.util.zipkin.impl
-
Responsible for creating the Brave instance used by Confluence.
- BraveFactoryBean(String, SpanCollector) - Constructor for class com.atlassian.confluence.util.zipkin.impl.BraveFactoryBean
-
- BraveZipkinHttpClientInterceptorManager - Class in com.atlassian.confluence.util.zipkin.impl
-
- BraveZipkinHttpClientInterceptorManager(Brave) - Constructor for class com.atlassian.confluence.util.zipkin.impl.BraveZipkinHttpClientInterceptorManager
-
- BRAZILIAN - Static variable in class com.atlassian.confluence.setup.settings.Settings
-
- 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.resources
-
REST resource for getting displayable breadcrumbs for confluence content
- BreadcrumbResource(ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Object>, UserAccessor, I18NBeanFactory, ContextPathHolder, PermissionManager, SpacePermissionManager, BreadcrumbGenerator) - Constructor for class com.atlassian.confluence.plugins.rest.resources.BreadcrumbResource
-
- BreadcrumbResource.Crumb - Class in com.atlassian.confluence.plugins.rest.resources
-
- Breadcrumbs - Class in com.atlassian.confluence.pageobjects.component.header
-
- Breadcrumbs() - Constructor for class com.atlassian.confluence.pageobjects.component.header.Breadcrumbs
-
Deprecated.
- BREADCRUMBS_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
-
- breadCrumbWithSelectedText(String) - Method in class com.atlassian.confluence.pageobjects.component.dialog.MovePageDialog
-
Deprecated.
- 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.AbstractIndexContentUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AbstractPageTemplateMigrationUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AddHibernateVersionColumnUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AddMissingOsPropertyIndexUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AddMissingUnmanagedUniqueConstraintsUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AddSpacePermissionSubjectColumnUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AddSpaceStatusColumnUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AddUniqueAttachmentIdConstraintToAttachmentDataUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.attachmentceo.AttachmentContentStatusUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.attachmentceo.AttachmentToCeoConversionUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AttachmentLabellingUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AttachmentRemoveFileStoreIDsUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AuditLoggingSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.CheckAndFixSQLServerCatalogNameInJDBCConnectionUrlUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ConditionallyEnableMailArchivePluginUpgradeTask
-
The only action of this task is to enable the Mail plugin, which is backwards-compatible.
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ContainedCustomContentEntityObjectUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ContentIndexUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ContentParentTypeFixingUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionUserDeduplicationUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ContentTypeIndexUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ConvertToRelativeLinksUpgradeTask
-
This data cleanup task isn't in response to a format change, so doesn't break backward compatibility.
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.CorrectCsvAttachmentMimeTypeUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.CorrectPNGImageAttachmentMimeTypeUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.CrowdUsersUserMappingUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DefaultSpaceContentPageLayoutsUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DefaultSpaceContentToPageTemplateUpgradeTask
-
After downgrading from above 5.0 the default space content will be lost, but that should be acceptable.
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DeferredMacroExecutionUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DeleteDidYouMeanIndexFolderUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DeleteTemporaryAttachmentUploadsUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DisableBackupJobUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DisableConfluenceInvitePluginUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DropAndRecreateSynchronyEventsIndexUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DropAndUpdateContentIndexesUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DropContentLockTableUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DropSpaceGroupTablesUpgradeTask
-
SpaceGroup has not been used since around 2010.
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DropTrackBackAndReferrerTablesUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.EhCacheConfigMigrationUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAddMissingConstraintsClearDataUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAddMissingConstraintsUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAttributeMappingUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdMembershipAggregationUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.FixWrongSpaceLinksUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.GenericContentPropertiesUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.Hibernate5ConstraintNamesPostSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.Hibernate5ConstraintNamesPreSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.IndexDraftsUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.InitialiseIndexJournalStateUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.InstallationDateUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.JiraIssueMacroServerParamsUpgradeTask
-
This upgrade task enforces a migration which should have happened when the applink was renumbered.
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.LikesDanglingFKCleanupUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.LikesSqlConstraintsUpgradeTask
-
The old lack of constraint didn't required anything of the data.
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.LoginInfoDuplicateEntryRemovalUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.LowerCaseUsernameReferencesUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.MailConvertToCustomContentUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.MailServerTimeoutUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.MailServerUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateDocThemeSettingsToCustomPageSettings
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateIndexTaskQueueToJournalUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateMailArchiveConfigurationUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateOndemandDocThemeCustomizations
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.MsSqlServerAoUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.NewColourUpgradeTask
-
This upgrade task is a nicety that should not prevent downgrade.
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.NotificationPageColumnUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.NullModificationDateDraftUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.OnDemandSpacePermissionsDefaultUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.PageTemplateWikiToXhtmlMigrationUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.PageTemplateXhtmlRoundTripMigrationUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.PersonalSpaceCreatorCheckUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.PopulateLowerFieldsUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RebuildFavouriteContentIndexUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RebuildIndexUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ReferencedUsersUserMappingUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ReindexAllBlogsUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ReindexAllSpacesUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RelationConstraintsPostSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RelationConstraintsPreSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RelationServiceUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RemoveConfluenceThreadDumpPluginUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RemoveEmailToPageWelcomeUpgradeTask
-
We never want to put this message in and that's fine.
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RemoveESIndexJournalVerifierUpgradeTask
-
false as older versions may register the job during startup
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RemoveESIndexQueueFlushJobUpgradeTask
-
false as older versions may register the job during startup
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RemoveFixedWidthThemeUpgradeTask
-
Nothing will have a fixedwidth theme after downgrade but that is okay.
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RemoveInvalidSpaceWatchersUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RemovePeopleDirectoryDuplicatesUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RemovePluginLicenseStoragePluginUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RemoveRemoteAppsPluginUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RenameEhcachePropertiesUpgradeTask
-
Doesn't affect db
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ServerADGSUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SetAttachmentStorageSettingForClustersUpgradeTask
-
Attachment storage location setting has not effect on exports/imports
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SynchronyBtfOffUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SynchronyEvictionEventsPostSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SynchronyEvictionEventsPreSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SynchronyEvictionPropertiesCleanupUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SynchronyEvictionSnapshotPreSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SynchronyEvictionSnapshotsPostSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.UnindexContentTypeUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.UnindexUserStatusUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.UpdateSpacePermissionsIndexUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.UserIndexingUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.UserKeyReferenceUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.UserMappingLowerUsernameSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.UserMappingSchemaUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.WelcomeMessageUpgradeTask
-
This breaks backward compatibility with earlier versions of Confluence.
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.WikiToXhtmlMigrationUpgradeTask
-
- breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.XhtmlRoundTripMigrationUpgradeTask
-
- BroadcastingTenantRegistry - Class in com.atlassian.confluence.tenant
-
Decorator for TenantRegistry which publishes the events specified in the Atlassian Tenancy API.
- BroadcastingTenantRegistry(TenantRegistry, EventPublisher) - Constructor for class com.atlassian.confluence.tenant.BroadcastingTenantRegistry
-
- BROWSE_MACROS_TITLE - Static variable in class com.atlassian.confluence.pageobjects.component.dialog.MacroBrowserDialog
-
Deprecated.
- 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
-
- BrowserLanguageUtils - Class in com.atlassian.confluence.languages
-
Helper methods for picking up request languages.
- BrowserLanguageUtils() - Constructor for class com.atlassian.confluence.languages.BrowserLanguageUtils
-
- BrowserUserAgentLoggingRule - Class in com.atlassian.confluence.webdriver.rules
-
- BrowserUserAgentLoggingRule() - Constructor for class com.atlassian.confluence.webdriver.rules.BrowserUserAgentLoggingRule
-
- 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
-
- browseToDefaultSpaceLogoConfig() - Method in class com.atlassian.confluence.it.admin.AdminConsole
-
- browseToFollow() - Method in class com.atlassian.confluence.it.user.UserProfile
-
- browseToGeneralConfig() - Method in class com.atlassian.confluence.it.admin.AdminConsole
-
- browseToSecurityConfig() - Method in class com.atlassian.confluence.it.admin.AdminConsole
-
- browseToTimeZoneSelection() - Method in class com.atlassian.confluence.it.user.UserProfile
-
- 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
-
- BrowseUsersPermissionsFilter - Class in com.atlassian.confluence.search.lucene.filter
-
- BrowseUsersPermissionsFilter(User, PermissionManager) - Constructor for class com.atlassian.confluence.search.lucene.filter.BrowseUsersPermissionsFilter
-
Deprecated.
- BrowseUsersPermissionsFilterFactory - Class in com.atlassian.confluence.search.lucene.filter
-
- BrowseUsersPermissionsFilterFactory(PermissionManager) - Constructor for class com.atlassian.confluence.search.lucene.filter.BrowseUsersPermissionsFilterFactory
-
- bucket.core - package bucket.core
-
- bucket.core.actions - package bucket.core.actions
-
- bucket.core.comparators - package bucket.core.comparators
-
- bucket.core.persistence - package bucket.core.persistence
-
- bucket.core.persistence.hibernate - package bucket.core.persistence.hibernate
-
- bucket.core.persistence.hibernate.schema - package bucket.core.persistence.hibernate.schema
-
- bucket.search.persistence - package bucket.search.persistence
-
- bucket.search.persistence.dao - package bucket.search.persistence.dao
-
- bucket.user - package bucket.user
-
- bucket.user.persistence.dao.hibernate - package bucket.user.persistence.dao.hibernate
-
- bucket.user.propertyset - package bucket.user.propertyset
-
- bucket.user.providers - package bucket.user.providers
-
- 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.
- BucketGroupDAO - Class in bucket.user.persistence.dao.hibernate
-
- BucketGroupDAO() - Constructor for class bucket.user.persistence.dao.hibernate.BucketGroupDAO
-
Deprecated.
- BucketHibernateConfigProvider - Class in bucket.user
-
- BucketHibernateConfigProvider() - Constructor for class bucket.user.BucketHibernateConfigProvider
-
Deprecated.
- 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
-
- BUFFER_RESPONSE - Static variable in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
-
- build(ContentEntityObject, BodyContent, ContentRepresentation) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentBodyFactory
-
- build(ContentEntityObject, Expansions, ContentFactory) - Method in class com.atlassian.confluence.api.impl.service.content.factory.VersionFactory
-
- build(WebResourceDependenciesRecorder.RecordedResources, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.WebResourceDependenciesFactory
-
- build() - Method in class com.atlassian.confluence.api.model.audit.AffectedObject.Builder
-
- build() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
-
- build() - Method in class com.atlassian.confluence.api.model.audit.ChangedValue.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.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.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.PageResponseImpl.Builder
-
- build() - Method in class com.atlassian.confluence.api.model.people.KnownUser.Builder
-
- 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.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.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.web.WebItemView.Builder
-
- build() - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters.VersionRestoreParametersBuilder
-
- build(T) - Static method in class com.atlassian.confluence.cache.option.Option.Builder
-
Deprecated.
- 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.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.util.sandbox.SandboxPoolConfiguration.Builder
-
- build() - Method in class com.atlassian.confluence.impl.vcache.metrics.CacheStatistics.CacheStatisticsBuilder
-
- build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.CollectionPropertyParser
-
- build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ComponentParser
-
- build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.CompositeIdParser
-
- build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.EnumPropertyParser
-
- build() - Method in interface com.atlassian.confluence.importexport.xmlimport.parser.FragmentParser
-
- build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ImportedObjectParser
-
- build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitiveIdParser
-
- build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitivePropertyParser
-
- build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ReferencePropertyParser
-
- build(Searchable) - Method in class com.atlassian.confluence.internal.index.v2.AtlassianChangeDocumentBuilder
-
- build(Searchable) - Method in class com.atlassian.confluence.internal.index.v2.AtlassianContentDocumentBuilder
-
Generates an Atlassian document using the extractors defined by construction of BaseDocumentBuilder.
- build(T) - Method in interface com.atlassian.confluence.internal.index.v2.AtlassianDocumentBuilder
-
- build() - Method in class com.atlassian.confluence.internal.relations.query.RelationQuery.Builder
-
- 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(WebhookEvent, AttachmentEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(WebhookEvent, BlogPostEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(BlueprintPageCreateEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(WebhookEvent, CommentEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(WebhookEvent, ContentEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(WebhookEvent, ConfluenceEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(WebhookEvent, GroupEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(WebhookEvent, LabelEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(PageChildrenReorderEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(PageMoveEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(PageUpdateEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(WebhookEvent, PageEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(WebhookEvent, SpaceEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(WebhookEvent, ThemeChangedEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build(WebhookEvent, UserEvent) - Method in class com.atlassian.confluence.internal.webhooks.WebhookJsonEventFactory
-
- build() - Method in class com.atlassian.confluence.it.Attachment.AttachmentBuilder
-
Deprecated.
- build() - Method in class com.atlassian.confluence.it.content.ViewContentBean.Builder
-
- 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.template.PreRenderedMailNotificationQueueItem.Builder
-
- build() - Method in class com.atlassian.confluence.pages.CommentStatus.Builder
-
- 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(AqlParser.MapKeyContext, AqlParser.MapPathContext, AqlParser.MapExprValueContext, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.ContentPropertyFieldHandler
-
- build(SetExpressionData, Iterable<String>) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.StringContentPropertyAliasFieldHandler
-
- build(EqualityExpressionData, 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() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter.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(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.AttachmentEntityBuilder
-
- build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.AttachmentEntityBuilder
-
- build(Comment) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.CommentEntityBuilder
-
- build(T) - Method in interface com.atlassian.confluence.plugins.rest.entities.builders.ContentEntityBuilder
-
Builds a REST ContentEntity for the given CEO
- build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.CustomContentEntityBuilder
-
- build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.DefaultContentEntityBuilder
-
- build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.DefaultContentEntityBuilder
-
- build(T) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.DefaultContentEntityBuilder
-
- build(Page) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.PageContentEntityBuilder
-
- build(PersonalInformation) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.PersonalInformationContentEntityBuilder
-
- build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.PersonalInformationContentEntityBuilder
-
- build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.PersonalInformationContentEntityBuilder
-
- build(SearchResult) - Method in interface com.atlassian.confluence.plugins.rest.entities.builders.SearchEntityBuilder
-
Builds a REST ContentEntity for the given search result
- build(SearchResult) - Method in interface com.atlassian.confluence.plugins.rest.entities.builders.SearchEntityBuilder
-
Builds a REST ContentEntity for the given search result
- build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.SpaceEntityBuilder
-
- build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.SpaceEntityBuilder
-
- build(Space) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.SpaceEntityBuilder
-
- build(User) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.UserEntityBuilder
-
- build(T) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.WikiLinkableContentEntityBuilder
-
- build(Label) - Method in class com.atlassian.confluence.plugins.rest.entities.LabelEntityBuilder
-
- 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() - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResponse.Builder
-
- build() - Method in class com.atlassian.confluence.rest.api.model.RestList.Builder
-
- build() - Method in class com.atlassian.confluence.rest.serialization.RestData.RestDataBuilder
-
- 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.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.bundles.upm.UpmClient.UpmClientBuilder
-
- build() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetailsBuilder
-
- build(DatabaseDetails) - 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(BodyContent, ContentRepresentation) - Method in class com.atlassian.confluence.ui.rest.builder.LegacyContentBodyBuilder
-
Deprecated.
- build() - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
-
- build() - Method in class com.atlassian.confluence.user.extras.entities.UserEntity.Builder
-
- build(Duration) - Method in interface com.atlassian.confluence.util.sandbox.SandboxSpec.SpecBuilder
-
Build the specification object with specified request time limit
- build() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
-
- 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.impl.AbstractNav
-
- buildAction(ActionConfig) - Method in class com.atlassian.confluence.plugin.ConfluencePluginObjectFactory
-
- buildAdvisors(String, Object[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Determine the advisors for the given bean, including the specific interceptors
as well as the common interceptor, all adapted to the Advisor interface.
- 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.entities.builders.UserEntityBuilder
-
- buildAnonymousPermissionRow() - Method in class com.atlassian.confluence.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.entities.AttachmentEntityList
-
- buildBaseUrl(HttpServletRequest, List) - Method in class com.atlassian.confluence.renderer.radeox.macros.AbstractHtmlGeneratingMacro
-
create baseurl so that the urls that appear in the template/view for a macro are not dependent on certain actions
this will allow the macro to be used in more than one place
- 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.impl.AbstractNav
-
- buildCheckboxParameterName(String) - Method in class com.atlassian.confluence.security.actions.PermissionRow
-
- buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class com.atlassian.confluence.cache.hazelcast.hibernate.HazelcastHibernateRegionFactory
-
- buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class com.atlassian.confluence.impl.cache.hibernate.ConfluenceRegionFactory
-
- buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class com.atlassian.confluence.impl.hibernate.HibernateJvmVCacheRegionFactory
-
- buildContent(ContentEntityObject, List<ContentStatus>, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
-
- buildContentPropertyFrom(CustomContentEntityObject, Expansions) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
-
Convert the given CustomContentEntityObject into a corresponding ContentProperty.
- buildContentPropertyFromFunction(Content, Expansions) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
-
- buildContentPropertyFromFunction() - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
-
- buildContentPropertySearchSort(ContentPropertySchemaField, SearchSort.Order, SortField.Type) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
-
- buildContextFrom(ConfluenceUser, NotificationData) - Method in class com.atlassian.confluence.user.notifications.WelcomeEmailBuilder
-
- buildCreateBlogPost() - Method in class com.atlassian.confluence.it.content.EditContentBean.CreateByUrlBuilder
-
- buildCreatePage() - Method in class com.atlassian.confluence.it.content.EditContentBean.CreateByUrlBuilder
-
- buildDateEntity(Date) - Method in interface com.atlassian.confluence.plugins.rest.manager.DateEntityFactory
-
- buildDateEntity(Date) - Method in class com.atlassian.confluence.plugins.rest.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
-
- buildDelegate() - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
-
- BuildEdgeIndexServlet - Class in com.atlassian.confluence.plugins.edgeindex.servlet
-
- BuildEdgeIndexServlet(PermissionManager, EdgeIndexBuilder, XsrfTokenService, I18NBeanFactory) - 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.graphql.GraphQLPagination
-
- buildEditGlobalPermissionAdministrator(User, 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
-
- buildEditSpaceAdministrator(Space, User, List<String>, List<String>) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
-
Returns a space edit permissions administrator and populates its fields.
- buildEntityForUser(ConfluenceUser) - Method in class com.atlassian.confluence.plugins.rest.manager.UserEntityHelper
-
- buildEntityRegion(String, Properties, CacheDataDescription) - Method in class com.atlassian.confluence.cache.hazelcast.hibernate.HazelcastHibernateRegionFactory
-
- buildEntityRegion(String, Properties, CacheDataDescription) - Method in class com.atlassian.confluence.impl.cache.hibernate.ConfluenceRegionFactory
-
- buildEntityRegion(String, Properties, CacheDataDescription) - Method in class com.atlassian.confluence.impl.hibernate.HibernateJvmVCacheRegionFactory
-
- builder() - Static method in class com.atlassian.confluence.api.model.audit.AffectedObject
-
- Builder() - Constructor for class com.atlassian.confluence.api.model.audit.AffectedObject.Builder
-
- builder() - Static method in class com.atlassian.confluence.api.model.audit.AuditRecord
-
- builder(AuditRecord) - Static method in class com.atlassian.confluence.api.model.audit.AuditRecord
-
- Builder() - Constructor for class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
-
- Builder(AuditRecord) - Constructor for class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
-
- builder() - Static method in class com.atlassian.confluence.api.model.audit.ChangedValue
-
- Builder() - Constructor for class com.atlassian.confluence.api.model.audit.ChangedValue.Builder
-
- builder() - Static method in class com.atlassian.confluence.api.model.content.Content
-
- builder(ContentType) - Static method in class com.atlassian.confluence.api.model.content.Content
-
- builder(ContentType, long) - Static method in class com.atlassian.confluence.api.model.content.Content
-
- builder(ContentType, ContentId) - Static method in class com.atlassian.confluence.api.model.content.Content
-
- builder(Content) - Static method in class com.atlassian.confluence.api.model.content.Content
-
- 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(JsonContentProperty) - Static method in class com.atlassian.confluence.api.model.content.JsonContentProperty
-
Creates a builder, initialized from the given template.
- builder() - Static method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
-
Creates a builder.
- builder(JsonSpaceProperty) - Static method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
-
- builder(String) - Static method in class com.atlassian.confluence.api.model.content.Label
-
- 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.Space
-
- builder(Space) - Static method in class com.atlassian.confluence.api.model.content.Space
-
- 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(ContentBlueprintSpec) - 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
-
- builder(Version) - Static method in class com.atlassian.confluence.api.model.content.Version
-
- 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.locator.ContentLocator
-
- builder(LongTaskId) - Static method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
-
- 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() - Constructor for class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
-
- builder() - Static method in class com.atlassian.confluence.api.model.people.KnownUser
-
- Builder() - Constructor for class com.atlassian.confluence.api.model.people.KnownUser.Builder
-
- builder() - Static method in class com.atlassian.confluence.api.model.permissions.ContentRestriction
-
- builder(ContentRestriction) - 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(S, RelationDescriptor<S, T>, T) - Static method in class com.atlassian.confluence.api.model.relations.RelationInstance
-
- 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(T) - Static method in class com.atlassian.confluence.api.model.search.SearchResult
-
- Builder(T) - Constructor for class com.atlassian.confluence.api.model.search.SearchResult.Builder
-
- builder() - Static method in class com.atlassian.confluence.api.model.settings.GlobalSettings
-
- builder(ValidationResult) - Static method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
-
- Builder(ValidationResult) - Constructor for class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult.Builder
-
- builder() - Static method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
-
- Builder() - Constructor for class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
-
- builder() - Static method in class com.atlassian.confluence.api.model.web.WebItemView
-
- 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() - Static method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
-
builder method for VersionRestoreParameter
- Builder() - Constructor for class com.atlassian.confluence.cache.option.Option.Builder
-
Deprecated.
- builder() - Static method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
-
Creates an empty DefaultLinkBuilder
- builder(Link) - Static method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
-
Creates a DefaultLinkBuilder using an existing link
- 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() - Constructor for class com.atlassian.confluence.core.DefaultDeleteContext.Builder
-
- builder() - Method in class com.atlassian.confluence.core.DefaultDeleteContext.Builder
-
- builder() - Static method in class com.atlassian.confluence.core.DefaultSaveContext
-
- Builder() - Constructor for class com.atlassian.confluence.core.DefaultSaveContext.Builder
-
- builder() - Method in class com.atlassian.confluence.core.DefaultSaveContext.Builder
-
- Builder() - Constructor for class com.atlassian.confluence.core.VersionHistorySummary.Builder
-
- Builder(VersionHistorySummaryCollaborator) - Constructor for class com.atlassian.confluence.core.VersionHistorySummary.Builder
-
- Builder(VersionHistorySummary) - Constructor for class com.atlassian.confluence.core.VersionHistorySummary.Builder
-
- builder() - Static method in class com.atlassian.confluence.functest.rest.admin.model.PermissionChange
-
- Builder() - Constructor for class com.atlassian.confluence.functest.rest.admin.model.PermissionChange.Builder
-
- builder() - Static method in class com.atlassian.confluence.functest.rest.admin.model.SubjectPermissionChange
-
- builder(ContentEntityObject) - Static method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent
-
- Builder() - Constructor for class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent.Builder
-
- builder(ContentEntityObject) - Static method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent
-
- 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() - Static method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
-
- Builder() - Constructor for class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport.Builder
-
- builder() - Static method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration
-
- Builder() - Constructor for class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
-
- Builder(R, RelationDescriptor<?, ?>) - Constructor for class com.atlassian.confluence.internal.relations.query.RelationQuery.Builder
-
- builder() - Static method in class com.atlassian.confluence.internal.security.SpacePermissionContext
-
- builder(SpacePermissionContext) - Static method in class com.atlassian.confluence.internal.security.SpacePermissionContext
-
- Builder() - Constructor for class com.atlassian.confluence.internal.security.SpacePermissionContext.Builder
-
- 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.it.content.ViewContentBean
-
- builder(WebTester) - Static method in class com.atlassian.confluence.it.content.ViewContentBean
-
- 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() - Constructor for class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
-
- 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() - Constructor for class com.atlassian.confluence.pages.CommentStatus.Builder
-
- builder() - Static method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions
-
- Builder() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
-
- 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() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.Builder
-
- 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() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.delete.PageDeleteOptions.Builder
-
- 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() - 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.api.model.RestList.Builder
-
- builder() - Static method in class com.atlassian.confluence.rest.serialization.RestData
-
- builder() - Static method in class com.atlassian.confluence.search.service.UserSearchQueryParameters
-
- builder() - Static method in class com.atlassian.confluence.search.v2.query.BooleanQuery
-
- Builder() - Constructor for class com.atlassian.confluence.search.v2.query.BooleanQuery.Builder
-
- Builder() - Constructor for class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
-
- builder() - Static method in class com.atlassian.confluence.search.v2.query.TermQuery
-
- builder() - Static method in class com.atlassian.confluence.search.v2.score.AverageScoreFunction
-
- builder(double, double) - Static method in class com.atlassian.confluence.search.v2.score.DecayParameters
-
- builder() - Static method in class com.atlassian.confluence.search.v2.searchfilter.BooleanSearchFilter
-
- Builder() - Constructor for class com.atlassian.confluence.search.v2.searchfilter.BooleanSearchFilter.Builder
-
- builder() - Static method in class com.atlassian.confluence.search.v2.searchfilter.TermSearchFilter
-
- builder() - Static method in class com.atlassian.confluence.setup.bundles.upm.UpmClient
-
- 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(HibernateConfig) - Constructor for class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
-
- builder() - Static method in class com.atlassian.confluence.user.extras.entities.UserEntity
-
- Builder() - Constructor for class com.atlassian.confluence.user.extras.entities.UserEntity.Builder
-
- 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(String) - Static method in class com.atlassian.confluence.xhtml.api.MacroDefinition
-
The correct way to construct a new MacroDefinition.
- 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
-
- buildExternalRefs(Element, PackageConfig) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
-
- buildFilteredByMimeTypeAttachmentList(int, int, Set<String>) - Method in class com.atlassian.confluence.plugins.rest.entities.AttachmentEntityList
-
- buildFilteredByNiceTypeAttachmentList(int, int, Set<String>) - Method in class com.atlassian.confluence.plugins.rest.entities.AttachmentEntityList
-
- buildFor(Searchable) - Static method in class com.atlassian.confluence.search.lucene.ChangeDocumentIndexPolicy
-
Defines the conditions which must be met before a change document will be constructed for the specified searchable.
- buildFrom(AuditRecordEntity, Expansions) - Method in class com.atlassian.confluence.api.impl.service.audit.factory.AuditRecordFactory
-
- buildFrom(ContentSelector, Depth, Fauxpansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ChildContentFactory
-
- buildFrom(ContentEntityObject, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentFactory
-
- buildFrom(Iterable<HC>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentFactory
-
- buildFrom(PageTemplate, Expansions) - Method in interface com.atlassian.confluence.api.impl.service.content.factory.ContentTemplateFactory
-
- buildFrom(List<ConfluenceUser>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContributorsFactory
-
- buildFrom(PageTemplate, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.DefaultContentTemplateFactory
-
Convert from db entity object into model object.
- buildFrom(Label, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.LabelFactory
-
- buildFrom(H, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ModelFactory
-
- buildFrom(Iterable<HC>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ModelFactory
-
- buildFrom(ConfluenceUser, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
-
- buildFrom(String, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.SpaceFactory
-
- buildFrom(Space, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.SpaceFactory
-
- buildFrom(Group, Expansions) - Method in class com.atlassian.confluence.api.impl.service.people.GroupFactory
-
- buildFrom(ContentPermissionSet, LimitedRequest, Expansions) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionFactory
-
- buildFrom(ContentPermissionSet, Expansions) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionFactory
-
- buildFrom(S, Expansions) - Method in class com.atlassian.confluence.api.impl.service.relation.RelatableFactory
-
- 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(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(CustomContentEntityObject) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
-
Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.
- buildFrom(Space, CustomContentEntityObject, Expansions) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
-
- buildFrom(String, ContentEntityObject) - Static method in class com.atlassian.confluence.security.NeverPermittedContentPermissionSet
-
- buildFrom(ContentEntityObject, Expansions) - Method in class com.atlassian.confluence.ui.rest.builder.LegacyContentBuilder
-
Deprecated.
- buildFrom(Space, Expansions) - Method in class com.atlassian.confluence.ui.rest.builder.LegacySpaceSummaryBuilder
-
Deprecated.
- buildFrom(SendUserInviteEvent, String) - Method in class com.atlassian.confluence.user.notifications.InviteEmailBuilder
-
- buildFrom(String, User) - Method in class com.atlassian.confluence.user.notifications.SignupEmailBuilder
-
Builds a signup verification email for the given (new) user.
- buildFrom(ConfluenceUser) - Method in class com.atlassian.confluence.user.notifications.WelcomeEmailBuilder
-
- 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(UserAccessor) - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator
-
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.
- buildGroupPermissionTable(UserAccessor) - 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.entities
-
- BuildInfoEntity() - Constructor for class com.atlassian.confluence.plugins.rest.entities.BuildInfoEntity
-
- BuildInfoEntity(String, Date, String, String, String) - Constructor for class com.atlassian.confluence.plugins.rest.entities.BuildInfoEntity
-
- BuildInfoEntity(BuildInformation) - Constructor for class com.atlassian.confluence.plugins.rest.entities.BuildInfoEntity
-
- BuildInfoResource - Class in com.atlassian.confluence.plugins.rest.resources
-
- BuildInfoResource(VersionHistoryDao) - Constructor for class com.atlassian.confluence.plugins.rest.resources.BuildInfoResource
-
- BuildInformation - Enum in com.atlassian.confluence.setup
-
Singleton which provides build and version information for the Confluence application.
- buildInitialFactories() - Method in class com.atlassian.confluence.security.CleanCaptchaEngine
-
Deprecated.
- buildInitialFactories() - Method in class com.atlassian.confluence.security.DistortedCaptchaEngine
-
- buildInterceptorList(Element, PackageConfig) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
-
- buildLinks(ContentConvertible) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentExtensionsFactory
-
- buildLoggingContext(ActionInvocation) - Method in class com.atlassian.confluence.util.LoggingContextInterceptor
-
- 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.
- buildMetadata(Map<ContentEntityObject, Supplier<Content>>, Fauxpansions) - Method in interface com.atlassian.confluence.api.impl.service.content.factory.ContentMetadataFactory
-
- buildMetadata(Map<ContentEntityObject, Supplier<Content>>, Fauxpansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.DefaultContentMetadataFactory
-
- 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.
- buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class com.atlassian.confluence.cache.hazelcast.hibernate.HazelcastHibernateRegionFactory
-
- buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class com.atlassian.confluence.impl.cache.hibernate.ConfluenceRegionFactory
-
- buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class com.atlassian.confluence.impl.hibernate.HibernateJvmVCacheRegionFactory
-
- BuildNumber - Class in com.atlassian.confluence.upgrade
-
- BuildNumber(String) - Constructor for class com.atlassian.confluence.upgrade.BuildNumber
-
- BuildNumber(Integer) - Constructor for class com.atlassian.confluence.upgrade.BuildNumber
-
Builds a build number.
- buildNumber - Variable in class com.atlassian.confluence.upgrade.BuildNumber
-
- 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, AqlParser.RangeOpContext, Double) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
-
- buildNumberRangeQuery(ContentPropertySchemaField, AqlParser.EqOpContext, Double) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
-
- buildNumberRangeQuery(ContentPropertySchemaField, N, N, boolean, boolean) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
-
Build a generic range query for any number type between 'from' and 'to'.
- 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
-
- buildPackageContext(Element, Configuration) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
-
- 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
-
- buildParameterName(String, String) - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UnlicensedPermissionRow
-
- buildParameterName(String, String) - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UserPermissionRow
-
- buildPath() - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.AbstractNav
-
- buildPermissionsFromWebForm(Space, Map<String, ?>, String) - Method in class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
-
Private implementation that doesn't check to ensure space key is null
- buildPermissionsFromWebForm(Map, String) - Method in class com.atlassian.confluence.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 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
- buildPermissionsFromWebForm(Map, String) - Method in class com.atlassian.confluence.security.administrators.EditSpacePermissionsAdministrator
-
- 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, Properties) - Method in class com.atlassian.confluence.cache.hazelcast.hibernate.HazelcastHibernateRegionFactory
-
- buildQueryResultsRegion(String, Properties) - Method in class com.atlassian.confluence.impl.cache.hibernate.ConfluenceRegionFactory
-
- buildQueryResultsRegion(String, Properties) - 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.
- buildRef(ContentEntityObject, Fauxpansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentFactory
-
- buildRef(ContentEntityObject, Reference<Content>, List<ConfluenceUser>, Fauxpansions, ContentFactory) - Method in class com.atlassian.confluence.api.impl.service.content.factory.HistoryFactory
-
- buildRef(ContentEntityObject, Fauxpansions, ContentFactory) - Method in class com.atlassian.confluence.api.impl.service.content.factory.VersionFactory
-
- buildReference(ContentId) - Static method in class com.atlassian.confluence.api.model.content.Content
-
- buildReference(ContentSelector) - Static method in class com.atlassian.confluence.api.model.content.Content
-
- buildReference(Reference<Content>) - Static method in class com.atlassian.confluence.api.model.content.History
-
- 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(String) - Static method in class com.atlassian.confluence.api.model.content.Space
-
builds a collapsed reference to the space with the given spaceKey
- buildReference(int) - Static method in class com.atlassian.confluence.api.model.content.Version
-
- buildReference(Reference<Content>, int) - Static method in class com.atlassian.confluence.api.model.content.Version
-
- 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.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.impl.AbstractNav
-
- 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.
- buildRequestString(String) - Static method in class com.atlassian.confluence.rest.client.graphql.GraphQLUtils
-
Build a request string for a graph-ql REST API request.
- buildRestEntityFrom(ContentEntityObject, Expansions) - Method in class com.atlassian.confluence.api.impl.DefaultApiRestEntityFactory
-
- buildRestEntityFrom(Space, 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 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.
- buildResults(Element, PackageConfig) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
-
- buildRuntimeConfiguration() - Method in class com.atlassian.confluence.setup.webwork.PluginAwareConfiguration
-
This methodName builds the internal runtime configuration used by Xwork for finding and configuring Actions from the
programmatic configuration data structures.
- buildSessionFactory(LocalSessionFactoryBuilder) - Method in class bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
-
Deprecated.
- buildSessionFactory(LocalSessionFactoryBuilder) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
-
- buildSiteSearch(SearchQueryParameters, int, int) - Method in class com.atlassian.confluence.search.service.DefaultPredefinedSearchBuilder
-
- 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
-
- buildTextSearchQuery(ContentPropertySchemaField, String) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
-
Build a generic text comparison query.
- buildTimestampsRegion(String, Properties) - Method in class com.atlassian.confluence.cache.hazelcast.hibernate.HazelcastHibernateRegionFactory
-
- buildTimestampsRegion(String, Properties) - Method in class com.atlassian.confluence.impl.cache.hibernate.ConfluenceRegionFactory
-
- buildTimestampsRegion(String, Properties) - 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.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.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.
- buildUploadablePlugin() - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
-
Deprecated.
WARNING: UploadablePlugin may not be completely filled.
- buildUserPermissionTable(UserAccessor) - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator
-
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.
- buildUserPermissionTable(UserAccessor) - 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(String, int) - Method in class com.atlassian.confluence.search.service.DefaultPredefinedSearchBuilder
-
- buildUsersSearch(UserSearchQueryParameters, int, 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.
- 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.
- buildValidatorKey(Class, String) - Static method in class com.atlassian.confluence.xwork.ConfluenceActionValidatorManager
-
Builds a key for validators - used when caching validators.
- 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.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
-
- BuiltInContentTypes() - Constructor for class com.atlassian.confluence.it.global.SiteSearch.BuiltInContentTypes
-
- BULK_FETCH_USERS_BATCH_SIZE - Static variable in class com.atlassian.confluence.user.DefaultUserAccessor
-
- BULK_OPERATION - Static variable in class com.atlassian.confluence.core.DefaultDeleteContext
-
- BULK_OPERATION - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
-
- 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
- BulkExecutionContext - Interface in com.atlassian.confluence.impl.hibernate.bulk
-
This context will be passed through every process
- bulkFetchPersonalInformation(Collection<UserKey>) - Method in interface com.atlassian.confluence.impl.content.render.prefetch.PersonalInformationBulkDao
-
- bulkFetchPersonalInformation(Collection<UserKey>) - Method in class com.atlassian.confluence.user.persistence.dao.CachingPersonalInformationDao
-
Delegates immediately to the database, and then adds each of the results to the cache.
- bulkFetchPersonalInformation(Collection<UserKey>) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao
-
Bulk-fetches all PersonalInformation entities for the given UserKeys.
- 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(SubProgressMeter, Page) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.copy.BulkPageCopyExecutionContext
-
- BulkPageCopyExecutionContext(BulkPageCopyExecutionContext, 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
-
- BulkSimpleMessage - Class in com.atlassian.confluence.impl.hibernate.bulk
-
- BulkSimpleMessage.BulkSimpleMessageBuilder - Class in com.atlassian.confluence.impl.hibernate.bulk
-
- BulkSimpleMessageTypes - Enum 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 in com.atlassian.confluence.impl.hibernate.bulk
-
- BulkTransaction - Interface in com.atlassian.confluence.impl.hibernate.bulk
-
- BulkWriteIndexTask - Class in com.atlassian.confluence.search.lucene.tasks
-
- BulkWriteIndexTask(List<ConfluenceIndexTask>) - Constructor for class com.atlassian.confluence.search.lucene.tasks.BulkWriteIndexTask
-
Deprecated.
- 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
-
- BundledContentSpaceRemovalListener - Class in com.atlassian.confluence.core.listeners
-
Removes pages, blogs, templates, space descriptions and other objects in a space before it is deleted.
- BundledContentSpaceRemovalListener(PageManager, PageTemplateManager, LabelManager, SpaceDescriptionManager, BandanaPersister, I18NBeanFactory, EventPublisher) - Constructor for class com.atlassian.confluence.core.listeners.BundledContentSpaceRemovalListener
-
- BundledPluginLoaderFactory - Class in com.atlassian.confluence.plugin
-
- BundledPluginLoaderFactory(String, PluginDirectoryProvider, List<PluginFactory>, PluginEventManager) - Constructor for class com.atlassian.confluence.plugin.BundledPluginLoaderFactory
-
- BundledPluginLoaderFactory(PluginDirectoryProvider, List<PluginFactory>, PluginEventManager) - Constructor for class com.atlassian.confluence.plugin.BundledPluginLoaderFactory
-
- BundledTheme - Enum in com.atlassian.confluence.it.admin
-
- bundlePluginService - Variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
-
- BundlePluginService - Interface in com.atlassian.confluence.setup.bundles
-
- button(String) - Method in class com.atlassian.confluence.pageobjects.component.editor.MacroPropertyPanel
-
Deprecated.
Locates and clicks the <a> element for a given button id.
- BUTTON_VALUE_LIST - Static variable in class com.atlassian.confluence.util.LayoutHelper
-
- BY - Static variable in class com.atlassian.confluence.api.model.content.Version.Expansions
-
- by(Person) - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
-
- BY_OPERATION_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentRestrictionByOperationNav
-
- byAttribute(String, String) - Method in class com.atlassian.confluence.it.jsoup.JSoupFinder
-
- byCellType(String) - Method in class com.atlassian.confluence.it.jsoup.JSoupFinder
-
- byClassName(String) - Method in class com.atlassian.confluence.it.jsoup.JSoupFinder
-
- byCss(String) - Method in class com.atlassian.confluence.it.jsoup.JSoupFinder
-
- byDataAttribute(String, String) - Method in class com.atlassian.confluence.it.jsoup.JSoupFinder
-
- byId(String) - Method in class com.atlassian.confluence.it.jsoup.JSoupFinder
-
- byOperation(ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentRestrictionResource
-
Returns info about all restrictions by operation
- 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.
- byTagName(String) - Method in class com.atlassian.confluence.it.jsoup.JSoupFinder
-
- Bytes(long) - Constructor for class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
-
- bytes() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
-
- cache(K, V) - Method in class com.atlassian.confluence.cache.CacheOperations
-
- CACHE - Static variable in class com.atlassian.confluence.impl.audit.AuditAffectedObjects
-
- cache - Variable in class com.atlassian.confluence.it.rpc.delegates.admin.AdminRpc
-
- CACHE_ARGUMENT - Static variable in class bucket.user.propertyset.CacheAwarePropertySet
-
Deprecated.
- CACHE_KEY - Static variable in class com.atlassian.confluence.pages.persistence.dao.hibernate.PageIdCache
-
- CACHE_KEY - Static variable in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
-
- CACHE_KEY - Static variable in class com.atlassian.confluence.security.CachingSpacePermissionManager
-
- CACHE_KEY - Static variable in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
-
- CACHE_KEY - Static variable in class com.atlassian.confluence.util.DefaultUserChecker
-
- CACHE_KEY_PROFILE_PROVIDER_HANDLES - Static variable in class bucket.user.providers.CachingProfileProvider
-
Deprecated.
- CACHE_KEY_PROFILE_PROVIDER_PROPERTY_SETS - Static variable in class bucket.user.providers.CachingProfileProvider
-
Deprecated.
- CACHE_KEY_PROPERTY_SETS_REFERENCES_CACHE - Static variable in class bucket.user.providers.CachingProfileProvider
-
Deprecated.
- CACHE_LAAS_ID - Static variable in class com.atlassian.confluence.impl.vcache.metrics.CacheStatistics
-
- CACHE_MAX_ENTRIES_LOCAL_HEAP_CONFIG_KEY_PREFIX - Static variable in class com.atlassian.confluence.cache.ehcache.EhCacheConfigManager
-
- CACHE_NAME_PREFIX - Static variable in interface com.atlassian.confluence.cache.CacheStatisticsManager
-
- CacheableDirectoryInstanceLoader - Class in com.atlassian.confluence.user.crowd
-
Caches the underlying remote directory base by id.
- CacheableDirectoryInstanceLoader(DelegatingDirectoryInstanceLoader, EventListenerRegistrar, CacheFactory) - Constructor for class com.atlassian.confluence.user.crowd.CacheableDirectoryInstanceLoader
-
- CacheAwarePropertySet - Class in bucket.user.propertyset
-
- CacheAwarePropertySet() - Constructor for class bucket.user.propertyset.CacheAwarePropertySet
-
Deprecated.
- CacheAwarePropertySet - Class in com.atlassian.confluence.impl.propertyset
-
- CacheAwarePropertySet() - Constructor for class com.atlassian.confluence.impl.propertyset.CacheAwarePropertySet
-
Deprecated.
- CacheBackedLuceneSearchMapperRegistry - Class in com.atlassian.confluence.search.v2.lucene
-
- CacheBackedLuceneSearchMapperRegistry(PluginAccessor) - Constructor for class com.atlassian.confluence.search.v2.lucene.CacheBackedLuceneSearchMapperRegistry
-
Deprecated.
- CacheBackedNotificationDao - Class in com.atlassian.confluence.plugins.like.notifications.dao
-
Employs a cache to provide temporary caching of notifications.
- CacheBackedNotificationDao(VCacheFactory) - Constructor for class com.atlassian.confluence.plugins.like.notifications.dao.CacheBackedNotificationDao
-
- cacheCanUseConfluence(User, boolean) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
-
- cacheCanUseConfluence(User, boolean) - Static method in class com.atlassian.confluence.security.ThreadLocalPermissionsCache
-
- CacheCompactor - Interface in com.atlassian.confluence.cache
-
Interface indicting a class can 'compact' caches.
- CacheCompactorSupport - Class in com.atlassian.confluence.impl.cache
-
- 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).
- CachedConfigurationProvider - Class in com.atlassian.confluence.setup.webwork
-
An XWork configuration provider that caches the configuration generated by the provided configuration provider after
the first initialisation.
- CachedConfigurationProvider(ConfigurationProvider) - Constructor for class com.atlassian.confluence.setup.webwork.CachedConfigurationProvider
-
Construct a cached configuration provider using the supplied provider as the initial source of configuration.
- CachedCrowdApplicationDao - Class in com.atlassian.confluence.user.crowd
-
- CachedCrowdApplicationDao() - Constructor for class com.atlassian.confluence.user.crowd.CachedCrowdApplicationDao
-
- CachedCrowdEntityCacheKey - Class in com.atlassian.confluence.user.crowd
-
A composite key between an entity name and a directory Id.
- CachedCrowdEntityCacheKey(long, String) - Constructor for class com.atlassian.confluence.user.crowd.CachedCrowdEntityCacheKey
-
- CachedCrowdEntityCacheKey(User) - Constructor for class com.atlassian.confluence.user.crowd.CachedCrowdEntityCacheKey
-
- CachedCrowdEntityCacheKey(Group) - Constructor for class com.atlassian.confluence.user.crowd.CachedCrowdEntityCacheKey
-
- CachedCrowdGroupDao - Class in com.atlassian.confluence.user.crowd
-
A caching decorator for an InternalUserDao.
- CachedCrowdGroupDao(InternalGroupDao, CacheFactory) - Constructor for class com.atlassian.confluence.user.crowd.CachedCrowdGroupDao
-
- CachedCrowdInternalDirectoryGroup - Class in com.atlassian.confluence.user.crowd
-
Immutable group for caching
- CachedCrowdInternalDirectoryGroup(InternalDirectoryGroup) - Constructor for class com.atlassian.confluence.user.crowd.CachedCrowdInternalDirectoryGroup
-
- CachedCrowdInternalMembershipDao - Class in com.atlassian.confluence.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.user.crowd.CachedCrowdInternalMembershipDao
-
- CachedCrowdMembershipCacheKey - Class in com.atlassian.confluence.user.crowd
-
- CachedCrowdMembershipDao - Class in com.atlassian.confluence.user.crowd
-
Caches membership information.
- CachedCrowdMembershipDao(MembershipDao, MembershipCache, GroupMembershipCache, GroupMembershipCache) - Constructor for class com.atlassian.confluence.user.crowd.CachedCrowdMembershipDao
-
- CachedCrowdUser - Class in com.atlassian.confluence.user.crowd
-
Immutable Timestamped user for caching
- CachedCrowdUser(TimestampedUser) - Constructor for class com.atlassian.confluence.user.crowd.CachedCrowdUser
-
- CachedCrowdUserDao - Class in com.atlassian.confluence.user.crowd
-
A caching decorator for an InternalUserDao.
- CachedCrowdUserDao(InternalUserDao, CacheFactory, EventPublisher) - Constructor for class com.atlassian.confluence.user.crowd.CachedCrowdUserDao
-
- CachedIntrospectionResultsClearingClassLoader - Class in com.atlassian.confluence.setup.quartz
-
Class loader which is not registered within list of accepted CLs in
CachedIntrospectionResults and therefore all introspection results made by it will be
weak references
- CachedIntrospectionResultsClearingClassLoader(ClassLoader) - Constructor for class com.atlassian.confluence.setup.quartz.CachedIntrospectionResultsClearingClassLoader
-
- 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.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.user.crowd.CachedOption
-
- CachedOption(CachedOption.Availability, T) - Constructor for class com.atlassian.confluence.user.crowd.CachedOption
-
- CachedRewriteMatch - Class in com.atlassian.confluence.servlet.rewrite
-
- CachedRewriteMatch(String, String, String) - Constructor for class com.atlassian.confluence.servlet.rewrite.CachedRewriteMatch
-
- CachedScheduledJobDao - Class in com.atlassian.confluence.schedule.persistence.dao
-
Provides an implementation for storing data used by the ScheduleJobManager.
- CachedScheduledJobDao(Cache, BandanaManager) - Constructor for class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
-
- CachedScheduledJobDao(VCacheFactory, BandanaManager) - Constructor for class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
-
- CacheException(Throwable) - Constructor for exception com.atlassian.confluence.impl.vcache.SynchronousExternalCache.CacheException
-
- cacheFactory - Variable in class bucket.user.providers.CachingAccessProvider
-
Deprecated.
- cacheFactory - Variable in class bucket.user.providers.CachingCredentialsProvider
-
Deprecated.
- cacheFactory - Variable in class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
-
- CacheFlusher - Interface in com.atlassian.confluence.impl.cache
-
Provides operations for flushing (i.e.
- cacheFlusher(CacheManager) - Static method in interface com.atlassian.confluence.impl.cache.CacheFlusher
-
- CacheFlushingPostImportTask - Class in com.atlassian.confluence.importexport
-
Clears any caches that require it after an import has been done.
- CacheFlushingPostImportTask(SpacePermissionManager, EventPublisher) - Constructor for class com.atlassian.confluence.importexport.CacheFlushingPostImportTask
-
- cacheHasProfilePicture(User, ProfilePictureInfo) - Static method in class com.atlassian.confluence.user.ThreadLocalProfilePictureCache
-
- CacheKey - Interface in com.atlassian.confluence.it.admin
-
Interface for cache keys in Confluence.
- cacheManager - Variable in class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
-
- CacheMetricsKeys - Enum in com.atlassian.confluence.impl.vcache.metrics
-
Types of common metrics supported by caches.
- CacheMode - Enum 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
-
- cachePermissionExemption(User, boolean) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
-
- cachePermissionExemption(User, boolean) - Static method in class com.atlassian.confluence.security.ThreadLocalPermissionsCache
-
- CacheResource - Class in com.atlassian.confluence.functest.rest.admin
-
Interacts with the CacheManager.
- CacheResource(CacheManager, CacheStatisticsManager, CacheConfigManager) - Constructor for class com.atlassian.confluence.functest.rest.admin.CacheResource
-
- CacheRpc - Class in com.atlassian.confluence.it.rpc.delegates.admin
-
Interacts the with cache and gets statistics.
- CacheRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.CacheRpc
-
- CacheSettingsManager - Interface in com.atlassian.confluence.cache
-
A manager for cache settings, provides operations for retrieving, runtime update and saving settings to persistent
storage.
- cacheSpacePermission(User, String, Space, boolean) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
-
- cacheSpacePermission(User, String, Space, boolean) - Static method in class com.atlassian.confluence.security.ThreadLocalPermissionsCache
-
- CacheStatistics - Interface in com.atlassian.confluence.cache
-
Interface for reporting cache statistics
- CacheStatistics - Class in com.atlassian.confluence.impl.vcache.metrics
-
Represents instrumentation data for caches.
- CacheStatistics(String, List<String>, String, long, long, double, Map<String, ?>, long, long) - Constructor for class com.atlassian.confluence.impl.vcache.metrics.CacheStatistics
-
- CacheStatistics - Class in com.atlassian.confluence.it.admin
-
Represents the statistics for a specific cache.
- CacheStatistics(Integer, Integer) - Constructor for class com.atlassian.confluence.it.admin.CacheStatistics
-
- CacheStatistics.CacheStatisticsBuilder - Class in com.atlassian.confluence.impl.vcache.metrics
-
- CacheStatistics.Capability - Enum in com.atlassian.confluence.it.admin
-
- CacheStatisticsAction - Class in com.atlassian.confluence.cache
-
- CacheStatisticsAction() - Constructor for class com.atlassian.confluence.cache.CacheStatisticsAction
-
Deprecated.
- CacheStatisticsBuilder() - Constructor for class com.atlassian.confluence.impl.vcache.metrics.CacheStatistics.CacheStatisticsBuilder
-
- CacheStatisticsCapability - Enum in com.atlassian.confluence.cache
-
Describes optional capabilities as exposed by the Cache Statistics service
- CacheStatisticsChangeTracker - Class in com.atlassian.confluence.it.admin
-
Helper to check the changes in cache statistics.
- CacheStatisticsChangeTracker(CacheStatistics) - Constructor for class com.atlassian.confluence.it.admin.CacheStatisticsChangeTracker
-
- 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.
- CacheStatisticsPage - Class in com.atlassian.confluence.it.admin
-
Deprecated.
- CacheStatisticSupplier - Class in com.atlassian.confluence.plugins.monitoring
-
- CacheStatisticSupplier(CacheStatisticsManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.monitoring.CacheStatisticSupplier
-
- CacheStatisticsUtils - Class in com.atlassian.confluence.impl.vcache.metrics
-
Various utilities for Cache Statistics.
- cacheType() - Method in class com.atlassian.confluence.cache.hazelcast.monitoring.DistributedCacheInvalidationCounter
-
- cacheUserAccessStatus(User, AccessStatus) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
-
- CachingAccessProvider - Class in bucket.user.providers
-
- CachingAccessProvider() - Constructor for class bucket.user.providers.CachingAccessProvider
-
Deprecated.
- CachingAttachmentDao - Class in com.atlassian.confluence.pages.attachments
-
- CachingAttachmentDao(AttachmentDaoInternal, AttachmentCache) - Constructor for class com.atlassian.confluence.pages.attachments.CachingAttachmentDao
-
- CachingAttachmentManager - Class in com.atlassian.confluence.pages
-
Caches the download paths of attachments.
- CachingAttachmentManager(AttachmentManagerInternal, AttachmentDownloadPathCache) - Constructor for class com.atlassian.confluence.pages.CachingAttachmentManager
-
- 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
-
- 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.
- CachingConfluenceUserDao(ConfluenceUserDao, VCacheFactory) - Constructor for class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
-
- CachingConfluenceUserPropertySetFactory - Class in com.atlassian.confluence.user
-
A PropertySetFactory specific for ConfluenceUsers that wraps another PropertySetFactory and maintains a cache of its
PropertySets.
- CachingConfluenceUserPropertySetFactory(PropertySetFactory, VCacheFactory) - Constructor for class com.atlassian.confluence.user.CachingConfluenceUserPropertySetFactory
-
- CachingCredentialsProvider - Class in bucket.user.providers
-
- CachingCredentialsProvider() - Constructor for class bucket.user.providers.CachingCredentialsProvider
-
Deprecated.
- 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
-
- CachingInheritedContentPermissionManager - Class in com.atlassian.confluence.core
-
- CachingInheritedContentPermissionManager() - Constructor for class com.atlassian.confluence.core.CachingInheritedContentPermissionManager
-
- CachingJournalStateStore - Class in com.atlassian.confluence.impl.journal
-
- CachingJournalStateStore(JournalStateStore, VCacheFactory) - Constructor for class com.atlassian.confluence.impl.journal.CachingJournalStateStore
-
- CachingLabelManager - Class in com.atlassian.confluence.labels
-
- CachingLabelManager(LabelManagerInternal, VCacheFactory, EventListenerRegistrar) - Constructor for class com.atlassian.confluence.labels.CachingLabelManager
-
- CachingNotificationDao - Class in com.atlassian.confluence.impl.mail.notification.persistence
-
Caching for NotificationDao.
- CachingNotificationDao(NotificationDaoInternal) - Constructor for class com.atlassian.confluence.impl.mail.notification.persistence.CachingNotificationDao
-
- CachingPageDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
-
This maintains a cache of (space key, page title) -> (page id) mappings.
- CachingPageDao(PageDaoInternal, PageIdCache) - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.CachingPageDao
-
- CachingPageDao(PageDaoInternal, VCacheFactory) - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.CachingPageDao
-
- CachingPersistentDecoratorDao - Class in com.atlassian.confluence.impl.themes.persistence
-
- CachingPersistentDecoratorDao(SessionFactory, VCacheFactory) - Constructor for class com.atlassian.confluence.impl.themes.persistence.CachingPersistentDecoratorDao
-
- CachingPersonalInformationDao - Class in com.atlassian.confluence.user.persistence.dao
-
Caches personal information IDs by username to improve performance by using the
Hibernate second-level cache more effectively.
- CachingPersonalInformationDao(PersonalInformationDaoInternal, VCacheFactory) - Constructor for class com.atlassian.confluence.user.persistence.dao.CachingPersonalInformationDao
-
- CachingPluginStateStore - Class in com.atlassian.confluence.plugin
-
Wrapper for PluginPersistentStateStore that caches retrieved values.
- CachingPluginStateStore(PluginPersistentStateStore, VCacheFactory) - Constructor for class com.atlassian.confluence.plugin.CachingPluginStateStore
-
- CachingProfileProvider - Class in bucket.user.providers
-
- CachingProfileProvider() - Constructor for class bucket.user.providers.CachingProfileProvider
-
Deprecated.
- CachingSpacePermissionManager - Class in com.atlassian.confluence.security
-
Implementation of SpacePermissionManager that implements caching before a SpacePermission is requested,
saved or removed from the SpacePermissionDao.
- CachingSpacePermissionManager(SpacePermissionDao, PermissionCheckExemptions, SpacePermissionDefaultsStoreFactory, CacheFactory, EventPublisher, ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, Supplier<UserAccessor>, AccessModeManager) - Constructor for class com.atlassian.confluence.security.CachingSpacePermissionManager
-
- calculateCapacityPercentage(long, long) - Static method in class com.atlassian.confluence.cache.CacheStatisticsHelper
-
- calculateConfluenceResourceUris(ConfluenceWebResourceService.Style, String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceService
-
Computes the resource uris required by the given space.
- 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
-
- 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.
- 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.cache.ehcache.config.migration.EhCacheConfigMigrator
-
This method allows an upgrade task in Confluence Core to invoke this class without requiring visibility of the class.
- call() - Method in class com.atlassian.confluence.cluster.hazelcast.CollectClusterInvariants
-
- call() - Method in class com.atlassian.confluence.cluster.hazelcast.CollectNodeStatus
-
- call(String, int, int) - Method in interface com.atlassian.confluence.userstatus.tag.TagCallback
-
Deprecated.
- call() - Method in class com.atlassian.sal.confluence.lifecycle.ServiceExecutionTemplate
-
- callbackContext() - Method in interface com.atlassian.confluence.util.sandbox.SandboxSpec
-
Callback context object for this sandbox instance
- callOtherGetQueryOverload(HibernateContentQueryFactory, Session, Object...) - Static method in class com.atlassian.confluence.impl.hibernate.HibernateContentQueryFactoryDefaults
-
- callOtherGetQueryOverload(HibernateContentQueryFactory, EntityManager, Object...) - Static method in class com.atlassian.confluence.impl.hibernate.HibernateContentQueryFactoryDefaults
-
- CAMELCASE_LINK_PATTERN - Static variable in interface com.atlassian.confluence.links.LinkManager
-
- CamelCaseLinkRenamingBean - Class in com.atlassian.confluence.util
-
- CamelCaseLinkRenamingBean(ContentEntityObject, SpaceContentEntityObject, String, String) - Constructor for class com.atlassian.confluence.util.CamelCaseLinkRenamingBean
-
- can(DirectoryConfigurationCapability) - Method in class com.atlassian.confluence.it.usermanagement.ActiveDirectoryDirectoryConfiguration
-
- can(DirectoryConfigurationCapability) - Method in class com.atlassian.confluence.it.usermanagement.CrowdDirectoryConfiguration
-
Deprecated.
- can(DirectoryConfigurationCapability) - Method in class com.atlassian.confluence.it.usermanagement.CrowdSSODirectoryConfiguration
-
- can(DirectoryConfigurationCapability) - Method in class com.atlassian.confluence.it.usermanagement.DefaultDirectoryConfiguration
-
Deprecated.
- can(DirectoryConfigurationCapability) - Method in interface com.atlassian.confluence.it.usermanagement.DirectoryConfiguration
-
Deprecated.
Returns true if this configuration supports the required capability during acceptance tests, otherwise false.
- can(DirectoryConfigurationCapability) - Method in class com.atlassian.confluence.it.usermanagement.LdapReadOnlyDirectoryConfiguration
-
- can(DirectoryConfigurationCapability) - Method in class com.atlassian.confluence.it.usermanagement.LdapReadOnlyLocalGroupsDirectoryConfiguration
-
- can(DirectoryConfigurationCapability) - Method in class com.atlassian.confluence.it.usermanagement.LdapReadWriteDirectoryConfiguration
-
- canAddAttachment() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- canAddBlogPost() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- canAddComment() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
Returns true if the Add Comment link is present.
- canAddPage() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- canAddPermission(SpacePermission) - Method in class com.atlassian.confluence.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.CreateUserAction
-
- 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(User, Object) - Method in class com.atlassian.confluence.it.api.test.plugin.DummyPermissionDelegate
-
- canAdminister(User, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
-
- canAdminister(Project, String) - Method in class com.atlassian.confluence.plugins.navlinks.spi.impl.NavlinksProjectPermissionManager
-
- canAdminister(User, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
-
- canAdminister(User, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
-
- canAdminister(User, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
-
- canAdminister(User, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
-
- canAdminister(User, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
-
- canAdminister(User, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
-
- canAdminister(User, Group) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
-
Unsupported.
- canAdminister(User, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
-
- canAdminister(User, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
-
- canAdminister(User, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
-
- canAdminister(User, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
-
- canAdminister(User, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
-
- canAdminister(User, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
-
- canAdminister(User, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canAdminister(User, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
-
- canAdminister(User, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
-
- canAdminister(User, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
-
- canAdminister(User, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canAdminister(User, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
-
Unsupported.
- canAdminister(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
-
- canAdminister(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
-
- 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.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() - Method in class com.atlassian.confluence.it.admin.EditGeneralConfiguration
-
- cancel() - Method in class com.atlassian.confluence.it.admin.EditMaintenance
-
- cancel() - Method in class com.atlassian.confluence.it.admin.EditSecurityConfiguration
-
- cancel() - Method in class com.atlassian.confluence.it.content.EditAttachmentsBean
-
- cancel() - Method in class com.atlassian.confluence.it.content.EditContentBean
-
- cancel() - Method in class com.atlassian.confluence.pageobjects.component.form.MultiPicker
-
Deprecated.
Cancels the select2 dropdown by pressing the Escape key.
- cancel() - Method in class com.atlassian.confluence.pageobjects.page.admin.AbstractEditStylesheetPage
-
Deprecated.
- cancel() - Method in class com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage
-
Deprecated.
- cancel() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection.EditComment
-
Deprecated.
Cancel a comment in the quick editor
- cancel() - Method in class com.atlassian.confluence.pageobjects.page.user.EditUserProfilePage
-
Deprecated.
- cancelAnyAlert - Variable in class com.atlassian.confluence.webdriver.AbstractEditorAwareWebDriverTest
-
- cancelAnyAlert - Variable in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
- CancelAnyAlert - Class in com.atlassian.confluence.webdriver.rules
-
- CancelAnyAlert() - Constructor for class com.atlassian.confluence.webdriver.rules.CancelAnyAlert
-
- CancelAnyAlert(WebDriver) - Constructor for class com.atlassian.confluence.webdriver.rules.CancelAnyAlert
-
- cancelAnyAlertClassRule - Static variable in class com.atlassian.confluence.webdriver.AbstractEditorAwareWebDriverTest
-
- cancelAnyEditorAuiModalDialog - Variable in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
- CancelAnyEditorAuiModalDialog - Class in com.atlassian.confluence.webdriver.rules
-
- CancelAnyEditorAuiModalDialog() - Constructor for class com.atlassian.confluence.webdriver.rules.CancelAnyEditorAuiModalDialog
-
- cancelCreateTemplate(String, String) - Method in class com.atlassian.confluence.it.admin.GlobalTemplatesPage
-
- cancelEditor() - Method in class com.atlassian.confluence.webdriver.EditorContextInitialiser
-
- 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
-
- 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
-
- cancelPicker() - Method in class com.atlassian.confluence.pageobjects.component.editor.EditorTablePicker
-
Deprecated.
Cancels the table picker dropdown if it is currently opened.
- cancelWithDirtyEditor() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection.EditComment
-
Deprecated.
Cancel a comment in the quick editor, with a dirty editor.
- cancelWithoutWaitForBind() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection.EditComment
-
Deprecated.
Cancel a comment in the quick editor without waiting for bind
- CanClusterCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
-
- CanClusterCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.CanClusterCondition
-
- canComment() - Method in class com.atlassian.confluence.pageobjects.page.content.ViewPage
-
Deprecated.
- canComment(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
-
- canConvert(Class) - Method in class com.atlassian.confluence.setup.xstream.EnumConverter
-
- canConvert(Class) - Method in class com.atlassian.confluence.setup.xstream.XStreamSecurityClassFilter
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.it.api.test.plugin.DummyPermissionDelegate
-
- 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(User, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
-
Determines if the specified user has permissions to create groups
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canCreate(User, Object) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
-
Determines if the specified user has permissions to create users
- canCreate(User, Object) - Method in interface com.atlassian.confluence.security.PermissionDelegate
-
- canCreateAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
-
- 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
- canCreateBlogPost(User, Space) - Method in class com.atlassian.confluence.security.PermissionHelper
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.it.api.test.plugin.DummyPermissionDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canCreateInTarget(User, Class) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
-
- 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.it.admin.UserDirectory
-
Deprecated.
- canDisable() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
-
- canDisable() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
-
- canEdit() - Method in class com.atlassian.confluence.it.admin.UserDirectory
-
Deprecated.
- canEdit(User, Object) - Method in class com.atlassian.confluence.it.api.test.plugin.DummyPermissionDelegate
-
- canEdit() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- canEdit() - Method in class com.atlassian.confluence.pageobjects.page.content.ViewPage
-
Deprecated.
- canEdit(User, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
-
- canEdit(User, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
-
- canEdit(User, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
-
- canEdit(User, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
-
- canEdit(User, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
-
- canEdit(User, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
-
- canEdit(User, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
-
- canEdit(User, 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(User, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
-
- canEdit(User, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
-
- canEdit(User, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
-
- canEdit(User, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
-
- canEdit(User, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
-
- canEdit(User, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
-
- canEdit(User, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canEdit(User, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
-
- canEdit(User, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
-
- canEdit(User, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
-
- canEdit(User, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canEdit(User, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
-
Determines if the specified user can edit the target user.
- canEdit(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
-
- canEdit(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
-
- canEdit() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
-
- CanEditSpaceStylesCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
-
- CanEditSpaceStylesCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.CanEditSpaceStylesCondition
-
- canEnable() - Method in class com.atlassian.confluence.it.admin.UserDirectory
-
Deprecated.
- canEncodeStateIntoUrl() - Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
-
- 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.model.Expansions
-
- canExpand(String) - Method in class com.atlassian.confluence.legacyapi.service.Expansions
-
Deprecated.
- canExport(User, Object) - Method in class com.atlassian.confluence.it.api.test.plugin.DummyPermissionDelegate
-
- canExport(User, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
-
- canExport(User, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
-
- canExport(User, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
-
- canExport(User, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
-
- canExport(User, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
-
We've decided that most objects aside from spaces should not support canExport.
- canExport(User, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
-
- canExport(User, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
-
- canExport(User, Group) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
-
Unsupported.
- canExport(User, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
-
- canExport(User, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
-
- canExport(User, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
-
- canExport(User, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
-
- canExport(User, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
-
- canExport(User, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
-
- canExport(User, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canExport(User, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
-
- canExport(User, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
-
- canExport(User, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
-
- canExport(User, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canExport(User, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
-
Unsupported.
- canExport(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
-
- canExport(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
-
- canFollowUser() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
-
- canHandle(HttpServletRequest) - Method in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.EventKbArticleClickedHandler
-
- canHandle(HttpServletRequest) - Method in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.GeneralKbArticleLinkClickedHandler
-
- canInitialiseContainer() - Method in class com.atlassian.confluence.setup.ConfluenceBootstrappedContextLoaderListener
-
- 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(String) - Method in class com.atlassian.confluence.user.crowd.CacheableDirectoryInstanceLoader
-
- canManageEntityLinksFor(EntityReference) - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
- 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(User, BlogPost, Object, String) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
-
- canMove(User, Page, Object, String) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
-
- canMove(User, Object, Object, String) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canMove(User, Object, Object, String) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canMove(User, TARGET, Object, String) - Method in interface com.atlassian.confluence.security.PermissionDelegate
-
- canMoveDown() - Method in class com.atlassian.confluence.it.admin.UserDirectory
-
Deprecated.
- canMoveUp() - Method in class com.atlassian.confluence.it.admin.UserDirectory
-
Deprecated.
- 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
-
- canonicalGroupMapping(Iterable<G>) - Static method in class com.atlassian.confluence.user.crowd.NameUtils
-
- 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
-
- canonicalMapping(Iterable<String>) - Static method in class com.atlassian.confluence.user.crowd.NameUtils
-
- 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
-
- canPerform(Person, Operation, Iterable<Target>) - Method in class com.atlassian.confluence.api.impl.service.permissions.OperationServiceImpl
-
- canPerform(Person, Target) - Method in class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
-
- canPerform(Person, Iterable<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 interface com.atlassian.confluence.api.model.permissions.spi.OperationCheck
-
Check whether the specified Person can perform this operation on ALL of the specified targets.
- 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 interface com.atlassian.confluence.api.service.permissions.OperationService
-
Check whether the specified Person can perform a particular operation on each of the specified targets.
- canPerformAccordingToState(Person, Target) - Method in class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
-
- canPerformAccordingToState(Person, Iterable<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 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, Iterable<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 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, 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, RelationDescriptor<S, T>, T) - Static method in class com.atlassian.confluence.api.model.relations.RelationDescriptors
-
- canRelate(S, T) - Method in interface com.atlassian.confluence.api.model.relations.ValidatingRelationDescriptor
-
- canRemove() - Method in class com.atlassian.confluence.it.admin.UserDirectory
-
Deprecated.
- canRemove() - Method in class com.atlassian.confluence.it.admin.ViewUser
-
- canRemove(User, Object) - Method in class com.atlassian.confluence.it.api.test.plugin.DummyPermissionDelegate
-
- canRemove(String) - Method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
-
Returns true if the 'Remove' link is present for the given attachment name.
- canRemove(User, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
-
- canRemove(User, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
-
- canRemove(User, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
-
- canRemove(User, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
-
- canRemove(User, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
-
- canRemove(User, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
-
- canRemove(User, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
-
- canRemove(User, Group) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
-
Determines if the specified user can remove the target group.
- canRemove(User, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
-
- canRemove(User, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
-
- canRemove(User, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
-
- canRemove(User, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
-
- canRemove(User, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
-
- canRemove(User, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
-
- canRemove(User, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canRemove(User, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
-
- canRemove(User, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
-
- canRemove(User, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
-
- canRemove(User, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canRemove(User, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
-
Determines if the specified user can remove the target user.
- canRemove(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
-
- canRemove(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
-
- canRemove(Group) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
-
- canRemove() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
-
- canRemoveAttachment(Attachment) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
-
- canRemoveComment(String) - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- canRemoveGroup(Group) - Method in class com.atlassian.confluence.it.admin.ManageGroups
-
- canRemoveHierarchy(User, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
-
- canRemoveHierarchy(User, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
-
- canRemoveHierarchy(User, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canRemoveHierarchy(User, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canRemoveHierarchy(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
-
- canRemoveHierarchy(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
-
- canRemovePagePermission() - Method in class com.atlassian.confluence.it.content.ContentInfoBean
-
- canRemoveVersion(String, int) - Method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
-
Returns true if the 'Remove' link is present for the given attachment name and version.
- canRename() - Method in class com.atlassian.confluence.user.actions.EditUserAction
-
- canRender(SearchResult) - Method in interface com.atlassian.confluence.plugin.SearchResultRenderer
-
Indicates if this paricular plugin can (and want) to render the given search result.
- canRender(SearchResult) - Method in class com.atlassian.confluence.search.DefaultSearchResultResultRenderer
-
- canRender(String, String) - Method in class com.atlassian.confluence.util.QuickPageRenderBean
-
- canReply() - Method in class com.atlassian.confluence.it.content.CommentBean
-
- canRequestAccess() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
Returns true if the request access button link is present.
- canRunAdhoc() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
-
- canRunAdhoc() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
-
- canSetPermission(User, SpacePermission) - Method in class com.atlassian.confluence.security.DefaultSetSpacePermissionChecker
-
Checks whether the specified user can set the specified space permission.
- canSetPermission(User, SpacePermission) - Method in interface com.atlassian.confluence.security.SetSpacePermissionChecker
-
- canSetPermission(User, SpacePermission) - Method in class com.atlassian.confluence.security.SpacePermissionDefaultsPermissionChecker
-
- 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.
- canSetPermissionOnGroup(String, String) - Method in class com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator
-
Returns whether the remote user can set the required permission for the group(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.
- canSetPermissionOnUser(String, ConfluenceUser) - Method in class com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator
-
Returns whether the remote user can set the required permission for the user (used by velocity)
- canSetPermissions(User, Object) - Method in class com.atlassian.confluence.it.api.test.plugin.DummyPermissionDelegate
-
- canSetPermissions(User, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
-
- canSetPermissions(User, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
-
- canSetPermissions(User, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
-
- canSetPermissions(User, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
-
- canSetPermissions(User, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
-
- canSetPermissions(User, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
-
- canSetPermissions(User, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
-
- canSetPermissions(User, 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(User, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
-
- canSetPermissions(User, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
-
- canSetPermissions(User, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
-
- canSetPermissions(User, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
-
- canSetPermissions(User, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
-
- canSetPermissions(User, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
-
- canSetPermissions(User, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canSetPermissions(User, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
-
- canSetPermissions(User, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
-
- canSetPermissions(User, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
-
- canSetPermissions(User, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canSetPermissions(User, 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(User, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
-
- canSetPermissions(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
-
- canSetSystemAdministratorPermission() - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
-
Determines whether the logged in user can set the system admin permission.
- canSetSystemAdministratorPermission() - Method in class com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator
-
Returns whether the user can set the administrator permissions (used by velocity)
- 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.
- canSynchronise() - Method in class com.atlassian.confluence.it.admin.UserDirectory
-
Deprecated.
- canUpdate() - Method in class com.atlassian.confluence.user.actions.EditUserAction
-
- canUseConfluence(User) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
-
- canUseConfluence() - Method in interface com.atlassian.confluence.security.access.AccessStatus
-
- canUseConfluence(User) - Static method in class com.atlassian.confluence.security.ThreadLocalPermissionsCache
-
- canUseConfluenceCheck(User) - Method in class com.atlassian.confluence.plugins.rest.filter.CanUseFilter
-
- canUseConfluenceCheck(User) - Method in class com.atlassian.confluence.plugins.rest.filter.CanUseWithAnyConfluenceAccessFilter
-
- CanUseFilter - Class in com.atlassian.confluence.plugins.rest.filter
-
A filter which checks if the current user is permitted to use Confluence.
- CanUseFilter(PermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.filter.CanUseFilter
-
- 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.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.filter.CanUseWithAnyConfluenceAccessFilter
-
- canView(User, Object) - Method in class com.atlassian.confluence.it.api.test.plugin.DummyPermissionDelegate
-
- canView(User) - Method in class com.atlassian.confluence.it.api.test.plugin.DummyPermissionDelegate
-
- canView(User, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
-
- canView(User) - 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(User) - Method in class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
-
- canView(User, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
-
Return true if a user is licensed to use Confluence i.e.
- canView(User) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
-
- canView(User, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
-
- canView(User, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
-
- canView(User, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
-
- canView(User, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
-
- canView(User, 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(User) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
-
- canView(User, Group) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
-
Determines if the specified user can view the target group.
- canView(User) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
-
- canView(User, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
-
- canView(User, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
-
- canView(User) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
-
- canView(User, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
-
- canView(User, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
-
- canView(User, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
-
- canView(User) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
-
- canView(User, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
-
- canView(User) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
-
- canView(User, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canView(User) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
-
- canView(User, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
-
- canView(User) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
-
- canView(User, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
-
- canView(User, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
-
- canView(User) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
-
- canView(User, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canView(User) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
-
- canView(User, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
-
Determines if the specified user can view the target user.
- canView(User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
-
- canView(User, 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
-
- canViewPage(User, String, String) - Method in class com.atlassian.confluence.security.PermissionHelper
-
- canViewPage(User, long) - Method in class com.atlassian.confluence.security.PermissionHelper
-
- Captcha - Class in com.atlassian.confluence.it.content.security
-
- Captcha(WebTester) - Constructor for class com.atlassian.confluence.it.content.security.Captcha
-
- 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_RESPONSE_ID - Static variable in class com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
-
Deprecated.
- 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 - Interface in com.atlassian.confluence.security
-
- captchaManager - Variable in class com.atlassian.confluence.user.actions.SiteSupportAction
-
- 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
- captchaVisibleCondition() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection.EditComment
-
Deprecated.
Checks to see if Captcha is present in the quick editor
- 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.search.lucene
-
A Lucene SortComparator that will convert field text to lower case effectively rendering all comparisons case
insensitive.
- CaseInsensitiveSortComparatorSource - Class in com.atlassian.confluence.search.lucene
-
- CaseInsensitiveSortComparatorSource() - Constructor for class com.atlassian.confluence.search.lucene.CaseInsensitiveSortComparatorSource
-
- CaseInsensitiveSortMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- CaseInsensitiveSortMapper(String) - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.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
-
- 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
-
- 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
-
- 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
- ChainedAccessProvider - Class in bucket.user.providers
-
- ChainedAccessProvider() - Constructor for class bucket.user.providers.ChainedAccessProvider
-
Deprecated.
- 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.
- ChainedCredentialsProvider - Class in bucket.user.providers
-
- ChainedCredentialsProvider() - Constructor for class bucket.user.providers.ChainedCredentialsProvider
-
Deprecated.
- ChainedImportedObjectPreProcessor - Class in com.atlassian.confluence.importexport
-
A container that runs an ImportedObject through multiple ImportedObjectPreProcessors in sequence.
- ChainedImportedObjectPreProcessor(List<ImportedObjectPreProcessor>) - Constructor for class com.atlassian.confluence.importexport.ChainedImportedObjectPreProcessor
-
- ChainedProfileProvider - Class in bucket.user.providers
-
- ChainedProfileProvider() - Constructor for class bucket.user.providers.ChainedProfileProvider
-
Deprecated.
- ChainedSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
- ChainedSearchFilter(List<? extends SearchFilter>, List<ChainedSearchFilter.Operator>) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.ChainedSearchFilter
-
Deprecated.
Constructs a chained search filter.
- ChainedSearchFilter(List<? extends SearchFilter>, ChainedSearchFilter.Operator) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.ChainedSearchFilter
-
Deprecated.
Constructs a chained search filter.
- ChainedSearchFilter(SearchFilter...) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.ChainedSearchFilter
-
Deprecated.
Constructs a chained search filter that AND's the list of specified filters.
- ChainedSearchFilter.Operator - Enum in com.atlassian.confluence.search.v2.searchfilter
-
Deprecated.
Logic operator to allow clients to specify whether to apply a logical AND or OR between the result of filters
- ChainedSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- ChainedSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ChainedSearchFilterMapper
-
Deprecated.
- ChainedSearchFilterMapper(LuceneSearchMapper) - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ChainedSearchFilterMapper
-
Deprecated.
- ChainedUserProvider - Class in bucket.user.providers
-
- ChainedUserProvider() - Constructor for class bucket.user.providers.ChainedUserProvider
-
Deprecated.
- ChainedVelocityContext - Class in com.atlassian.confluence.velocity.context
-
Replace the chaining provided by AbstractContext
because it has broken implementations of containsKey() and getKeys() in Velocity 1.5.
- ChainedVelocityContext(Context) - Constructor for class com.atlassian.confluence.velocity.context.ChainedVelocityContext
-
Creates a new chained context using the provided delegate context for secondary lookups.
- CHANGE_DOCUMENT_AND_AUTHOR_ID - Static variable in class com.atlassian.confluence.internal.index.lucene.LuceneChangeExtractor.FieldName
-
- CHANGE_DOCUMENT_GROUP_ID - Static variable in class com.atlassian.confluence.internal.index.lucene.LuceneChangeExtractor.FieldName
-
- changeAttachmentCreatedDate(Attachment, Date) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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
-
- changeBlogPostModificationDate(long, Date) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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
-
- changeColorScheme() - Method in class com.atlassian.confluence.admin.actions.lookandfeel.ColourSchemeAction
-
- changeCommentCreatedDate(Comment, Date) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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, DefaultPermissionManager, 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
-
- ChangeDocumentExtractorModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
-
A module descriptor for extractors.
- ChangeDocumentExtractorModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.ChangeDocumentExtractorModuleDescriptor
-
- ChangeDocumentIdBuilder - Class in com.atlassian.confluence.search.lucene
-
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.search.lucene.ChangeDocumentIdBuilder
-
- ChangeDocumentIndexPolicy - Class in com.atlassian.confluence.search.lucene
-
Policy that defines what Searchables should be indexed as change documents.
- ChangeDocumentIndexPolicy() - Constructor for class com.atlassian.confluence.search.lucene.ChangeDocumentIndexPolicy
-
- ChangeDocumentIndexPolicy.PolicyCheckResult - Class in com.atlassian.confluence.search.lucene
-
- changedValue(ChangedValue) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
-
- ChangedValue - Class in com.atlassian.confluence.api.model.audit
-
Class that models a particular value or parameter that was added/modified/removed by an auditable action.
- ChangedValue.Builder - Class in com.atlassian.confluence.api.model.audit
-
- ChangedValueEntity - Class in com.atlassian.confluence.impl.audit
-
- ChangedValueEntity(String, String, String, AuditRecordEntity) - Constructor for class com.atlassian.confluence.impl.audit.ChangedValueEntity
-
- changedValues(List<ChangedValue>) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
-
- changeGlobalPermissions(List<SubjectPermissionChange>) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
-
Enable or disable one or more global permissions for one or more groups, users, or anonymous.
- changeGlobalUnlicensedAuthenticatedPermissions(List<PermissionChange>) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
-
Enable or disable one or more global permissions for unlicensed authenticated users.
- ChangeIndexer - Interface in com.atlassian.confluence.search
-
Indexer for changes.
- changeJobGroupState(String, Map<String, Object>) - Method in class com.atlassian.confluence.functest.rest.admin.SchedulerResource
-
Pauses all jobs in a group.
- changeJobState(String, String, Map<String, Object>) - Method in class com.atlassian.confluence.functest.rest.admin.SchedulerResource
-
Controls a single job.
- changeLanguage(ConfluenceRpc, String, Logger) - Static method in class com.atlassian.confluence.it.LanguageSetup
-
- changeLoggerLevel(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
-
- changeLoggerLevel(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
-
- changeLoggerLevel(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
-
- 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.
- changeMyPassword(String, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Attempts to change the current user's old password with the specified new password
- 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(long, Date) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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(long, Date) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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(String, String) - Method in class bucket.user.providers.ChainedCredentialsProvider
-
Deprecated.
- changePassword(String, String) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
-
Deprecated.
- changePassword(String, String) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
-
- changePassword(String, String) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
-
Deprecated.
Change a user's password.
- changeProfile() - Method in class com.atlassian.confluence.admin.actions.ConfigureLog4jAction
-
- changeProfiling() - Method in class com.atlassian.confluence.admin.actions.ConfigureLog4jAction
-
- CHANGES - Static variable in class com.atlassian.confluence.search.v2.searchfilter.SearchResultTypeSearchFilter
-
- 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.
- ChangeSetKey - Class in com.atlassian.confluence.renderer.radeox.macros
-
- ChangeSetKey(String, String) - Constructor for class com.atlassian.confluence.renderer.radeox.macros.ChangeSetKey
-
- 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
-
- changeSmtpFromName(String) - Method in class com.atlassian.confluence.it.mail.MailFacade
-
- changeSmtpServerHost(String, int) - Method in class com.atlassian.confluence.it.mail.MailFacade
-
- 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
-
- ChangeSpaceDescriptionsBodyTypeUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
This upgrade task has two responsibilities:
(1) update all SpaceDescriptions that have a BodyContent with type BodyType.XHTML back to BodyType.WIKI.
(2) resolve all entity references introduced as a result of erroneously marking SpaceDescription's as XHTML to begin with.
- ChangeSpaceDescriptionsBodyTypeUpgradeTask(PlatformTransactionManager, ContentDao, BatchTask<ContentEntityObject>, int) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ChangeSpaceDescriptionsBodyTypeUpgradeTask
-
- changeSpacePermissions(String, List<SubjectPermissionChange>) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
-
Enable or disable one or more space permissions for one or more groups, users, or anonymous.
- changeSpaceUnlicensedAuthenticatedPermissions(String, List<PermissionChange>) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
-
Enable or disable one or more space permissions for unlicensed authenticated users.
- ChangesSearch - Class in com.atlassian.confluence.search.v2
-
Represents a search against change information.
- ChangesSearch(SearchQuery, SearchSort, SearchFilter, ResultFilter) - Constructor for class com.atlassian.confluence.search.v2.ChangesSearch
-
- ChangesSearch(SearchSort, SearchFilter, ResultFilter) - Constructor for class com.atlassian.confluence.search.v2.ChangesSearch
-
- ChangesSearch(SearchQuery, SearchSort, SearchFilter, int, int) - Constructor for class com.atlassian.confluence.search.v2.ChangesSearch
-
- changeUserPassword(String, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Attempts to set the specified password for the specified user
- changeUserPassword(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
Change a user's password
- changeUserPassword(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
-
Changes the 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
-
- characters(char[], int, int) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
-
- characters(char[], int, int) - Method in class com.atlassian.confluence.it.export.XmlSiteExportHandler
-
Note that a SAX driver is free to chunk the character data any way it wants, so you cannot count on all
of the character data content of an element arriving in a single characters event.
- 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(String) - Method in class com.atlassian.confluence.plugins.rest.resources.PrototypeUserSession
-
Deprecated.
Checks that the remote user (from the browser) matches the currently-logged-in user.
- 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) - 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.
- CHECK_TEST_TEARDOWN - Static variable in class com.atlassian.confluence.it.TestProperties
-
Deprecated.
- checkAgainst(PermissionDelegate, User, Object) - Method in class com.atlassian.confluence.security.Permission
-
- CheckAndFixSQLServerCatalogNameInJDBCConnectionUrlUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
This task will check, and fix the catalog name being used in the JDBC connection url
used in confluence.cfg.xml to be correctly cased.
- CheckAndFixSQLServerCatalogNameInJDBCConnectionUrlUpgradeTask(BootstrapManager, String, DatabaseHelper, ApplicationConfig, TomcatConfigHelper) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.CheckAndFixSQLServerCatalogNameInJDBCConnectionUrlUpgradeTask
-
- checkArgumentKey(String) - Static method in class com.atlassian.sal.confluence.usersettings.ConfluenceUserSettingsService
-
- checkArgumentValue(String) - Static method in class com.atlassian.sal.confluence.usersettings.ConfluenceUserSettingsService
-
- checkBuildNumbers(BuildNumber, BuildNumber, BuildNumber) - Method in class com.atlassian.confluence.setup.BuildNumberChecker
-
- 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
-
- 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(Notification<LikePayload>, ServerConfiguration, Maybe<Either<NotificationAddress, RoleRecipient>>) - Method in class com.atlassian.confluence.plugins.like.notifications.AbstractLikeEventRenderContextProvider
-
- checkedCreate(LikeEvent) - Method in class com.atlassian.confluence.plugins.like.notifications.CreateLikeEventPayloadTransformer
-
- checkHaveSomethingToExport() - Method in class com.atlassian.confluence.importexport.impl.AbstractExporterImpl
-
- checkifBuildNumberInRange(String, Integer, Integer) - Method in interface com.atlassian.confluence.setup.settings.BuildNumberRangeChecker
-
- checkJdk14() - Method in class com.atlassian.confluence.setup.actions.SelectSetupStepAction
-
- ChecklistAction - Class in com.atlassian.confluence.setup.actions
-
- ChecklistAction() - Constructor for class com.atlassian.confluence.setup.actions.ChecklistAction
-
Deprecated.
- 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
-
- checkSignupAllowed() - Method in class com.atlassian.confluence.user.actions.SignUpAction
-
- checkTicket() - Method in class com.atlassian.confluence.tenant.DefaultTenantTicketCollector
-
- checkTicket() - Method in interface com.atlassian.confluence.tenant.TenantTicketCollector
-
- 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
-
- CHEESE_MACRO - Static variable in class com.atlassian.confluence.it.Macro
-
- 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
-
- ChildContentProvider(ChildContentService) - Constructor for class com.atlassian.confluence.plugins.graphql.providers.ChildContentProvider
-
- ChildContentResource - Class in com.atlassian.confluence.plugins.restapi.resources
-
- 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
-
- ChildContentServiceImpl(ChildSupport, ContentEntityManager, PermissionManager, FinderProxyFactory) - Constructor for class com.atlassian.confluence.api.impl.service.content.ChildContentServiceImpl
-
- childMap(Expansions) - Static method in class com.atlassian.confluence.rest.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(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(Depth) - Method in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
-
- children(ContentType, 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(ContentId, String, Integer, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ChildContentResource
-
Returns a map of the direct children of a piece of Content.
- 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.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.manager.ChildrenListWrapperCallback
-
- childrenOfType(ContentId, ContentType, String, Integer, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ChildContentResource
-
Returns the direct children of a piece of Content, limited to a single child type.
- ChildSupport - Class in com.atlassian.confluence.api.impl.service.content.factory
-
- ChildSupport(ContentTypeApiSupportProvider, NavigationService, ContentEntityManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.ChildSupport
-
- CHINESE - Static variable in class com.atlassian.confluence.setup.settings.Settings
-
- ChineseAnalyzer - Class in com.atlassian.confluence.search.lucene.analyzers.unstemmed
-
A analyzer for European languages which will tokenize, apply the standard filter and lower case.
- ChineseAnalyzer(Version) - Constructor for class com.atlassian.confluence.search.lucene.analyzers.unstemmed.ChineseAnalyzer
-
- ChooseDatabasePage - Class in com.atlassian.confluence.it.setup.steps
-
- ChooseDatabasePage(WebTester) - Constructor for class com.atlassian.confluence.it.setup.steps.ChooseDatabasePage
-
- chooseExportType(ExportType) - Method in class com.atlassian.confluence.pageobjects.page.space.AbstractSpaceExport
-
Deprecated.
- chooseFile(Attachment) - Method in class com.atlassian.confluence.pageobjects.component.dialog.ImageBrowserDialog
-
Deprecated.
- chooseFile(Attachment) - Method in class com.atlassian.confluence.pageobjects.component.dialog.SearchPanelInImageBrowserDialog
-
Deprecated.
- chooseGroup() - Method in class com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
-
- chooseImage(Attachment) - Method in class com.atlassian.confluence.pageobjects.component.dialog.ImageBrowserDialog
-
Deprecated.
- chooseSimpleForm() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
-
Deprecated.
- chooseTemplateToCreatePageUrl() - Method in class com.atlassian.confluence.it.Space
-
Deprecated.
- chooseTemplateToCreatePageUrl(long) - Method in class com.atlassian.confluence.it.Space
-
Deprecated.
- ChooseThemeAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
-
- ChooseThemeAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.ChooseThemeAction
-
- ChooseThemeAction - Class in com.atlassian.confluence.spaces.actions
-
- ChooseThemeAction() - Constructor for class com.atlassian.confluence.spaces.actions.ChooseThemeAction
-
- chooseUrl() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
-
Deprecated.
- chooseUser() - Method in class com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
-
- 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
-
- chunkExists(ClientIdentity, ChunkETag) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.TrackingFileStoreClient
-
- chunkExists(ClientIdentity, ChunkETag) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.TrackingMediaApiClient
-
- CJK - Static variable in class com.atlassian.confluence.setup.settings.Settings
-
- 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.index.lucene.LuceneContentExtractor.FieldName
-
- CLASS_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- 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
-
- ClassLoaderDelegate - Class in com.atlassian.confluence.plugin.dev
-
- ClassLoaderDelegate(ClassLoader) - Constructor for class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
-
- classNameFromFile(String) - Method in class com.atlassian.confluence.junit3.ClassPathTestCollector
-
- classNameFromFile(String) - Method in class com.atlassian.confluence.test.qunit.QUnitTestCollector
-
- classNameFromFile(String) - Static method in class com.atlassian.confluence.test.qunit.QUnitTestCollectorCriteria
-
- Classpath - Class in com.atlassian.confluence.it.resource
-
- Classpath() - Constructor for class com.atlassian.confluence.it.resource.Classpath
-
Deprecated.
- 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
-
- classpathResource(String) - Method in class com.atlassian.confluence.it.Attachment.AttachmentBuilder
-
Deprecated.
- ClassPathTestCollector - Class in com.atlassian.confluence.junit3
-
- ClassPathTestCollector() - Constructor for class com.atlassian.confluence.junit3.ClassPathTestCollector
-
- ClasspathThemeStylesheet - Class in com.atlassian.confluence.themes
-
- ClasspathThemeStylesheet(String, String, String) - Constructor for class com.atlassian.confluence.themes.ClasspathThemeStylesheet
-
- ClasspathUploadablePlugin - Class in com.atlassian.confluence.it.plugin
-
- ClasspathUploadablePlugin(String, String, String) - Constructor for class com.atlassian.confluence.it.plugin.ClasspathUploadablePlugin
-
Specifies a plugin to be loaded from a classpath resource.
- ClassPathURIResolver - Class in com.atlassian.confluence.importexport.resolvers
-
Resolver that attempts to resolve or find a resource in the class path.
- ClassPathURIResolver() - Constructor for class com.atlassian.confluence.importexport.resolvers.ClassPathURIResolver
-
- 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
-
- classToTemplatePath(Class) - Static method in class com.atlassian.confluence.util.TemplateSupport
-
- clean(String) - Method in interface com.atlassian.confluence.content.ContentCleaner
-
- 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.
- 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.cache.jcaptcha.ConfluenceCachingCaptchaStore
-
- cleanBody(ContentCleaner) - Method in class com.atlassian.confluence.core.BodyContent
-
Cleans the stored body (marking it as such), and returns it.
- CleanCaptchaEngine - Class in com.atlassian.confluence.security
-
- CleanCaptchaEngine() - Constructor for class com.atlassian.confluence.security.CleanCaptchaEngine
-
Deprecated.
- 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
-
- cleanLoggingContext() - Method in class com.atlassian.confluence.util.LoggingContextInterceptor
-
- cleanOldRecords(Instant) - Method in class com.atlassian.confluence.impl.audit.DefaultAuditManager
-
- cleanOldRecords(Instant) - Method in interface com.atlassian.confluence.internal.audit.AuditManager
-
Remove all old audit records from before a certain time
- cleanOldRecords(Instant) - Method in interface com.atlassian.confluence.internal.audit.persistence.dao.AuditRecordDao
-
- cleanOldRecords(Instant) - Method in class com.atlassian.confluence.internal.audit.persistence.dao.hibernate.HibernateAuditRecordDao
-
- cleanQuietly(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
-
- cleanQuietly(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
-
- 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(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(String, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner
-
- cleanQuietly(String) - Method in interface com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner
-
Clean the specified String.
- 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, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.XhtmlCleaner
-
- cleanQuietly(String) - Method in interface com.atlassian.confluence.content.render.xhtml.XhtmlCleaner
-
Deprecated.
Clean the specified String.
- cleanQuietly(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
Sanitizes the input by removing unsafe elements or attributes.
- 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, int) - Constructor for class com.atlassian.confluence.importexport.impl.CleanTempDirectoryJob
-
- cleanUp(ServletRequest) - Static method in class com.atlassian.confluence.plugin.servlet.filter.ActionContextCleanUp
-
Clean up the request of threadlocals if this is the last execution
- cleanUp() - Method in class com.atlassian.confluence.schedule.jobs.PropertyEntryGardeningJob
-
- cleanup() - Method in class com.atlassian.confluence.upgrade.upgradetask.AddMissingUnmanagedUniqueConstraintsUpgradeTask
-
- cleanUp() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaKeyUniqueConstraintCleaner
-
- cleanup() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
-
- 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.
- cleanupEmptyAncestors(File, File) - Static method in class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataUtil
-
- 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
-
- cleanUpTempFiles() - Method in class com.atlassian.confluence.util.FileSanitizer
-
- cleanupUrl(String) - Method in class com.atlassian.confluence.renderer.v2.macros.BaseHttpRetrievalMacro
-
- 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.cluster.hazelcast.HazelcastClusteredFifoBuffer
-
- clear() - Static method in class com.atlassian.confluence.core.persistence.confluence.SessionFactoryTypeThreadLocal
-
- clear() - Method in class com.atlassian.confluence.impl.user.RegisteredUsersCache
-
- clear() - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
-
- clear() - Method in class com.atlassian.confluence.internal.labels.MostPopularCache
-
- clear() - Method in class com.atlassian.confluence.pageobjects.component.dropdown.QuickSearch
-
Deprecated.
- clear() - Method in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
-
Deprecated.
- clear() - Method in class com.atlassian.confluence.rest.api.model.RestList
-
- clear() - Method in class com.atlassian.confluence.rpc.auth.TokenMap
-
- clear() - Method in class com.atlassian.confluence.test.compilationmonitor.lesscss.LessCssCompilationRestResource
-
- clear() - Method in class com.atlassian.confluence.test.compilationmonitor.lesscss.LessCssCompilationStore
-
- 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() - 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
-
- clear() - Method in class com.atlassian.confluence.webdriver.AbstractWebDriverTest
-
Deprecated.
- clearAll() - Static method in class com.atlassian.confluence.util.logging.LoggingContext
-
Clears all MDC information on the current thread.
- clearAllFields() - Method in class com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
-
Deprecated.
- clearAllLatches(ConfluenceRpc) - Static method in class com.atlassian.confluence.it.rpc.EventWaitingLatch
-
It's advisable to clear all latches in a tearDown if multiple latches will be active concurrently.
- clearAllLatches() - Method in class com.atlassian.confluence.test.rpc.EventLatchManager
-
Clear all existing latches, return a collection of all classes for which latches existed.
- clearAllMappers() - Static method in class com.atlassian.confluence.search.v2.lucene.SearchMappersThreadLocal
-
Deprecated.
- clearAllRecords() - Method in class com.atlassian.confluence.it.rpc.delegates.admin.AuditLogRpc
-
- 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.
- clearCache() - Method in class com.atlassian.confluence.cache.spring.BeanNameTypeCache
-
Clears the cache.
- clearCaches() - Method in interface bucket.core.persistence.EntityObjectQueue
-
Deprecated.
Clear any underlying caches that might be kept as the queue is run through.
- clearCaches() - Method in class bucket.core.persistence.hibernate.HibernateEntityObjectQueue
-
Deprecated.
- clearContent() - Method in class com.atlassian.confluence.webdriver.AbstractEditorAwareWebDriverTest
-
- clearContent() - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
- clearContext() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
-
- clearCurrentThreadTransactionalCaches() - Method in class com.atlassian.confluence.cache.TransactionalCacheFactory
-
Intended for use in testing.
- clearCustomHtml() - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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
-
- clearEventLog() - Method in class com.atlassian.confluence.it.analytics.AnalyticsHelper
-
- ClearExpiredRememberMeTokensJob - Class in com.atlassian.confluence.user.rememberme
-
- ClearExpiredRememberMeTokensJob(ConfluenceRememberMeTokenDao) - Constructor for class com.atlassian.confluence.user.rememberme.ClearExpiredRememberMeTokensJob
-
- clearIndex() - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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.it.rpc.ConfluenceRpc
-
Deprecated.
- clearIndexQueue(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
-
- clearIndexQueue() - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
-
Support remote interface for clearing out the index queue.
- 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
-
- 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.
- clearLocalStorage() - Method in class com.atlassian.confluence.pageobjects.ConfluenceTestedProduct
-
Deprecated.
- clearMailQueue() - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- ClearOldMailErrors - Class in com.atlassian.confluence.mail.jobs
-
- ClearOldMailErrors(TaskQueueWithErrorQueue) - Constructor for class com.atlassian.confluence.mail.jobs.ClearOldMailErrors
-
- clearQueue(String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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
-
- clearRecordedMessages() - Static method in class com.atlassian.confluence.impl.logging.LogMessageRecordingAppender
-
- clearRequestCache() - Static method in class com.atlassian.confluence.util.RequestCacheThreadLocal
-
- clearSearch() - Method in class com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
-
Deprecated.
- clearSession() - Static method in class com.atlassian.confluence.webdriver.AbstractEditorAwareWebDriverTest
-
- clearSessionToken() - Method in class com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage
-
Deprecated.
- clearSystemProperty(String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Clear the specified System property on the Confluence server.
- 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.
- clearTimerStats() - Method in class com.atlassian.confluence.plugins.monitoring.rest.TimerStatsResource
-
- 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
-
- click() - Method in class com.atlassian.confluence.pageobjects.component.dropdown.QuickSearch
-
Deprecated.
- click() - Method in class com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedImage
-
Deprecated.
Click on the image.
- click() - Method in class com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedLink
-
Deprecated.
Click on the link.
- click() - Method in class com.atlassian.confluence.pageobjects.component.editor.MacroPlaceholder
-
Deprecated.
- click(Class<T>) - Method in class com.atlassian.confluence.pageobjects.component.editor.MacroPlaceholder
-
Deprecated.
- click(EditorMainToolbar.SimpleButton) - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar
-
Deprecated.
Clicks on a tinymce toolbar top level button
- click(FormatDropdownMenu.FormatItem) - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.FormatDropdownMenu
-
Deprecated.
Clicks on a item from the format dropdown menu
- click(InsertDropdownMenu.InsertItem) - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu
-
Deprecated.
Clicks on a item from the insert dropdown menu
- click(MoreFormattingDropdownMenu.FormatItem) - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.MoreFormattingDropdownMenu
-
Deprecated.
Clicks on a item from the more format dropdown menu
- click(Class<? extends MenuItem>, Object...) - Method in class com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
-
Deprecated.
- click(Class<? extends MenuItem>, Object...) - Method in interface com.atlassian.confluence.pageobjects.component.menu.Menu
-
Deprecated.
- clickBlockquote() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.FormatDropdownMenu
-
Deprecated.
- clickButton(String, boolean) - Method in class com.atlassian.confluence.pageobjects.component.dialog.Dialog
-
Deprecated.
- clickCancel() - Method in class com.atlassian.confluence.pageobjects.component.dialog.Dialog
-
Deprecated.
Clicks the 'Cancel' link (anything in the dialog with a "button-panel-cancel-link" class.
- clickCancel(Class<T>, Object...) - Method in class com.atlassian.confluence.pageobjects.component.dialog.MovePageDialog
-
Deprecated.
Click on the cancel button in the dialog.
- clickCancel() - Method in class com.atlassian.confluence.pageobjects.component.dialog.WikiMarkupDialog
-
Deprecated.
- clickCancel() - Method in class com.atlassian.confluence.pageobjects.page.content.Editor
-
Deprecated.
- clickCancel() - Method in class com.atlassian.confluence.pageobjects.page.content.SourceEditor
-
Deprecated.
- clickCancelAndWaitUntilClosed() - Method in class com.atlassian.confluence.pageobjects.component.dialog.Dialog
-
Deprecated.
- clickCloseXIcon() - Method in class com.atlassian.confluence.pageobjects.component.dialog.Dialog2
-
- clickColorButton() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar
-
Deprecated.
- clickCopy() - Method in class com.atlassian.confluence.it.content.ContentInfoBean
-
Clicks the 'copy' link on the Info page.
- clickCreateNewTemplate() - Method in class com.atlassian.confluence.it.space.SpaceTemplates
-
- clickDay(int) - Method in class com.atlassian.confluence.pageobjects.component.form.DatePicker
-
Deprecated.
- clickEdit() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection.Comment
-
- clickEdit() - Method in class com.atlassian.confluence.pageobjects.page.content.Editor
-
Deprecated.
- clickEditInlineMacro(String) - Method in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
-
Deprecated.
Click on the macro, than wait for the property panel to appear and click edit
- clickEditWithoutWaitForBind() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection.Comment
-
Deprecated.
- clickFind() - Method in class com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
-
Deprecated.
- clickFlushCache(String) - Method in class com.atlassian.confluence.it.admin.CacheStatisticsPage
-
Deprecated.
- clickHeading2() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.FormatDropdownMenu
-
Deprecated.
- clickInContent(By) - Method in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
-
Deprecated.
- clickInsert() - Method in class com.atlassian.confluence.pageobjects.component.dialog.ImageBrowserDialog
-
Deprecated.
- clickInsert() - Method in class com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
-
Deprecated.
- clickInsert() - Method in class com.atlassian.confluence.pageobjects.component.dialog.WikiMarkupDialog
-
Deprecated.
- clickInsertAndWaitUntilHidden() - Method in class com.atlassian.confluence.pageobjects.component.dialog.ImageBrowserDialog
-
Deprecated.
- clickInsertImage() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu
-
Deprecated.
- clickInsertLink() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu
-
Deprecated.
- clickInsertMacro() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu
-
Deprecated.
- clickItemWithText(String) - Method in class com.atlassian.confluence.pageobjects.component.form.Autocomplete
-
Deprecated.
- clickLink(String, boolean) - Method in class com.atlassian.confluence.pageobjects.component.dialog.Dialog
-
Deprecated.
- clickLinkSearchResult(String) - Method in class com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
-
Deprecated.
- clickLogo() - Method in class com.atlassian.confluence.pageobjects.component.header.ConfluenceHeader
-
Deprecated.
The Logo can go to several different places, so we need a method that doesn't bind straight to a page.
- clickMonospace() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.MoreFormattingDropdownMenu
-
Deprecated.
- clickNext() - Method in class com.atlassian.confluence.it.PaginationBean
-
- clickNext() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
-
Deprecated.
- clickNext() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatasourcePage
-
- clickOnCheckBox(String) - Method in class com.atlassian.confluence.pageobjects.component.dialog.MacroForm
-
Deprecated.
- clickOnElement(String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
-
Simulates clicking on the matched element in the editor content.
- clickOnEnabledIndentButton() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar
-
Deprecated.
- clickOnEnabledOutdentButton() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar
-
Deprecated.
- clickOnInlinetask(String) - Method in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
-
Deprecated.
Inline-task-list only have a small portion of the list item that can be clicked in order to toggle the checked
state.
- clickOverwrite() - Method in class com.atlassian.confluence.pageobjects.page.content.Editor
-
Deprecated.
- clickPage(int) - Method in class com.atlassian.confluence.it.PaginationBean
-
- clickPageMenu(String) - Method in class com.atlassian.confluence.pageobjects.component.dialog.Dialog
-
Deprecated.
- clickPreformatted() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.FormatDropdownMenu
-
Deprecated.
- clickPrev() - Method in class com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
-
Deprecated.
- clickPreview() - Method in class com.atlassian.confluence.pageobjects.page.content.Editor
-
Deprecated.
- clickPreviewInCommentEditor() - Method in class com.atlassian.confluence.pageobjects.page.content.Editor
-
Deprecated.
- clickPrevious() - Method in class com.atlassian.confluence.it.PaginationBean
-
- clickPreviousMonth() - Method in class com.atlassian.confluence.pageobjects.component.form.DatePicker
-
Deprecated.
- clickReplace() - Method in class com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
-
Deprecated.
- clickReply() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection.Comment
-
- clickReplyWithoutWaitForBind() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection.Comment
-
Deprecated.
Simply click the reply button and do not wait for a page object to be binded to the new editor.
- clickResetDefaultLogo() - Method in class com.atlassian.confluence.it.admin.SiteLogoPage
-
- clickRestrict() - Method in class com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
-
- clickSave() - Method in class com.atlassian.confluence.pageobjects.component.dialog.MacroBrowserDialog
-
Deprecated.
- clickSave() - Method in class com.atlassian.confluence.pageobjects.component.dialog.MacroForm
-
Deprecated.
- clickSave() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection.EditComment
-
Deprecated.
Clicks on the save button.
- clickSave() - Method in class com.atlassian.confluence.pageobjects.page.content.Editor
-
Deprecated.
- clickSaveAndVerifyNoPageReload() - Method in class com.atlassian.confluence.pageobjects.page.content.Editor
-
Deprecated.
- clickSearch() - Method in class com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
-
Deprecated.
- clickShowAllUsers() - Method in class com.atlassian.confluence.it.admin.ManageUsers
-
- clickSpacesListTab(SpacesListMacro.SpacesTab) - Method in class com.atlassian.confluence.it.dashboard.SpacesListMacro
-
Click on a space tab.
- clickStrikethrough() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.MoreFormattingDropdownMenu
-
Deprecated.
- clickSubscript() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.MoreFormattingDropdownMenu
-
Deprecated.
- clickSuperscript() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.MoreFormattingDropdownMenu
-
Deprecated.
- clickUndoButton() - Method in class com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage
-
Deprecated.
Perform click action to Undo Button in toolbar of editor
- clickUnlink() - Method in class com.atlassian.confluence.pageobjects.component.editor.LinkPropertyPanel
-
Deprecated.
Click on the unlink button, and return the resulting <span/> element.
- clickWikiMarkup() - Method in class com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu
-
Deprecated.
- client - Variable in class com.atlassian.confluence.it.rest.AbstractRestAcceptanceTest
-
Deprecated.
- client - Variable in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
-
Deprecated.
- client - Variable in class com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar
-
Deprecated.
- client - Variable in class com.atlassian.confluence.pageobjects.page.content.EditContentPage
-
Deprecated.
- Client() - Constructor for class com.atlassian.confluence.rest.client.model.ExceptionConverter.Client
-
- clone() - Method in class bucket.search.persistence.IndexQueueEntry
-
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.rpc.auth.TokenMap
-
- 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.
- cloneFile(ClientIdentity, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.FileStoreClientAdapter
-
Deprecated.
- cloneFile(ClientIdentity, String) - Method in interface com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.MediaApiClientAdapter
-
- cloneForUpdate(T) - Method in class com.atlassian.confluence.content.apisupport.ContentCreator
-
- close() - Method in interface bucket.core.persistence.EntityObjectQueue
-
Deprecated.
Release all resources (i.e.
- close() - Method in class bucket.core.persistence.hibernate.HibernateEntityObjectQueue
-
Deprecated.
- 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 class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
-
- close() - Method in class com.atlassian.confluence.impl.logging.LogMessageRecordingAppender
-
- close() - Method in interface com.atlassian.confluence.impl.profiling.DecoratorTimings.DecoratorTimer
-
- close() - Method in class com.atlassian.confluence.it.HeadersHelper.Response
-
- close() - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- close() - Method in class com.atlassian.confluence.it.rpc.delegates.admin.IndexRpc.Resumer
-
- close() - Method in class com.atlassian.confluence.it.web.HttpRequest
-
- close() - Method in class com.atlassian.confluence.logging.ConfluenceHomeLogAppender
-
- close() - Method in class com.atlassian.confluence.logging.EventPublishingAppender
-
- close() - Method in class com.atlassian.confluence.pageobjects.component.dialog.LabelsDialog
-
Deprecated.
- close() - Method in class com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
-
Deprecated.
- close() - Method in class com.atlassian.confluence.pageobjects.component.dialog.ViewDraftDiffDialog
-
Deprecated.
- close() - Method in class com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
-
Deprecated.
- close() - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.TrackingFileStoreClient
-
Deprecated.
- close() - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.TrackingMediaApiClient
-
- close() - Method in class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
-
- close() - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
-
- close() - Method in interface com.atlassian.confluence.search.IndexFlushRequester.Resumer
-
- close() - Method in interface com.atlassian.confluence.search.IndexFlushScheduler.Resumer
-
Deprecated.
- close() - Method in class com.atlassian.confluence.search.v2.lucene.Slf4JInfoStream
-
- close(Callable<T>) - Static method in class com.atlassian.confluence.tenant.TenantGate
-
Close all gates for the given closure on the current thread.
- 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.db.LatencyConnectionProvider
-
- 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 class com.atlassian.confluence.util.profiling.ProfilingLogAppender
-
- close() - Method in interface com.atlassian.confluence.util.profiling.Split
-
Default implementation stops the Split.
- closeConnection(Connection) - Method in class com.atlassian.confluence.util.db.LatencyConnectionProvider
-
- closeConnectionQuietly(Connection) - Static method in class com.atlassian.confluence.util.SQLUtils
-
Closes a connection without logging an error.
- closePageLayout2Menu() - Method in class com.atlassian.confluence.pageobjects.page.content.Editor
-
Deprecated.
Close page layouts toolbar
- closeQuietly(XMLEventReader) - 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(XMLEventWriter) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
-
- closeQuietly(XMLStreamWriter) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
-
- closeResultSetQuietly(ResultSet) - Static method in class com.atlassian.confluence.util.SQLUtils
-
Closes a ResultSet, ignoring errors.
- closeSearchAndReplaceMenu() - Method in class com.atlassian.confluence.pageobjects.page.content.Editor
-
Deprecated.
- closeSession(Session, SessionFactory) - Method in class com.atlassian.confluence.web.filter.ConfluenceOpenSessionInViewFilter
-
- closeStatementQuietly(Statement) - Static method in class com.atlassian.confluence.util.SQLUtils
-
Closes a Statement, ignoring errors.
- CloudAppEmbedResource - Class in com.atlassian.confluence.extra.paste.rest
-
- CloudAppEmbedResource(NonMarshallingRequestFactory) - Constructor for class com.atlassian.confluence.extra.paste.rest.CloudAppEmbedResource
-
- CloudPlatform - Interface in com.atlassian.confluence.status.service.systeminfo
-
Provides cloud platform-specific information like type and metadata urls
- cloudPlatform(CloudPlatformType) - Method in class com.atlassian.confluence.status.service.systeminfo.CloudPlatformMetadata.Builder
-
- 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 in com.atlassian.confluence.status.service.systeminfo
-
List of cloud platforms from which we support retrieving metadata for analytics
- CLUSTER - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
-
- CLUSTER_ADDRESS - 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_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
-
- 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, InetAddress) - Constructor for exception com.atlassian.confluence.cluster.ClusterAlreadyExistsException
-
- ClusterAlreadyExistsException(String, ClusterJoinConfig) - Constructor for exception com.atlassian.confluence.cluster.ClusterAlreadyExistsException
-
- ClusterAwareFactoryBean<T> - Class in com.atlassian.confluence.cluster
-
A Spring FactoryBean locates another bean in the context for a given type.
- ClusterAwareFactoryBean(ClusterManager) - Constructor for class com.atlassian.confluence.cluster.ClusterAwareFactoryBean
-
- 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
-
- 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
-
- ClusterConfig(InetAddress, String, int, File) - Constructor for class com.atlassian.confluence.cluster.ClusterConfig
-
- ClusterConfig(InetAddress, String, int, File, NetworkInterface) - Constructor for class com.atlassian.confluence.cluster.ClusterConfig
-
- ClusterConfigurationAction - Class in com.atlassian.confluence.admin.actions.cluster
-
Deprecated.
- ClusterConfigurationAction() - Constructor for class com.atlassian.confluence.admin.actions.cluster.ClusterConfigurationAction
-
Deprecated.
- ClusterConfigurationAction.ClusterNode - Class in com.atlassian.confluence.admin.actions.cluster
-
Deprecated.
- ClusterConfigurationHelper - Interface in com.atlassian.confluence.cluster
-
A facade for interacting with the clustering subsystem
- ClusterConfigurationHelperInternal - Interface in com.atlassian.confluence.impl.cluster
-
- 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 in com.atlassian.confluence.status.service.systeminfo
-
List of clustered database platforms from which we support retrieving metadata for analytics
- ClusteredImplementationBeanDefinitionDecorator - Class in com.atlassian.confluence.spring.namespace
-
A BeanDefinitionDecorator for handling the custom "confluence:clustered-implementation" attribute on Spring beans.
- ClusteredImplementationBeanDefinitionDecorator() - Constructor for class com.atlassian.confluence.spring.namespace.ClusteredImplementationBeanDefinitionDecorator
-
- ClusteredImplementationBeanRegistry - Class in com.atlassian.confluence.cluster
-
A registry of the beans in the system which are specifically "clustered implementations", i.e.
- ClusteredImplementationBeanRegistry() - Constructor for class com.atlassian.confluence.cluster.ClusteredImplementationBeanRegistry
-
- ClusteredLock - Interface in com.atlassian.confluence.cluster
-
- ClusteredTaskQueue - Class in com.atlassian.confluence.cluster
-
A task queue that represents a single queue across the cluster.
- ClusteredTaskQueue(String, ClusterManager) - Constructor for class com.atlassian.confluence.cluster.ClusteredTaskQueue
-
- ClusteredTaskQueueWithErrorQueue - Class in com.atlassian.confluence.cluster
-
- ClusteredTaskQueueWithErrorQueue(String, ClusterManager) - Constructor for class com.atlassian.confluence.cluster.ClusteredTaskQueueWithErrorQueue
-
- ClusteredTriggerListener - Class in com.atlassian.confluence.setup.quartz
-
- ClusteredTriggerListener(ClusterManager) - Constructor for class com.atlassian.confluence.setup.quartz.ClusteredTriggerListener
-
- 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
-
- ClusterEventBroadcaster() - Constructor for class com.atlassian.confluence.cluster.ClusterEventBroadcaster
-
- ClusterEventWrapper - Class in com.atlassian.confluence.event.events.cluster
-
Wraps an event for transmission to other nodes in the cluster.
- ClusterEventWrapper(Object, Event) - 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
-
- ClusterHeaderFilter - Class in com.atlassian.confluence.util
-
- ClusterHeaderFilter() - Constructor for class com.atlassian.confluence.util.ClusterHeaderFilter
-
- 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, String, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotCreatedEvent
-
- ClusterIndexSnapshotCreatedEvent(Object, String, String, long, String, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotCreatedEvent
-
Construct an event to that includes the name of the generated index snapshot.
- ClusterIndexSnapshotRequestEvent - Class in com.atlassian.confluence.event.events.cluster
-
Event to fire to ask for a snapshot of a lucene index.
- ClusterIndexSnapshotRequestEvent(Object, String, String, JournalIdentifier, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestEvent
-
Construct an event to request for a recovery snapshot of the index.
- ClusterIndexSnapshotRequestReceivedEvent - Class in com.atlassian.confluence.event.events.cluster
-
Event to fire to notify other nodes that this has received the request to take a snapshot of a lucene index.
- ClusterIndexSnapshotRequestReceivedEvent(Object, String, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestReceivedEvent
-
Construct an event to indicate that this node is about to take a snapshot of its lucene index.
- ClusterInformation - Interface in com.atlassian.confluence.cluster
-
- ClusterInvariants - Class in com.atlassian.confluence.cluster
-
This class contains all attributes of a cluster which must be identical between nodes
- ClusterInvariants() - Constructor for class com.atlassian.confluence.cluster.ClusterInvariants
-
- ClusterJoinConfig - Interface in com.atlassian.confluence.cluster
-
- ClusterJoinConfig.ClusterJoinType - Enum in com.atlassian.confluence.cluster
-
- ClusterJoinConfig.Decoder - Interface in com.atlassian.confluence.cluster
-
- ClusterLicenseExceededException - Exception in com.atlassian.confluence.cluster
-
- ClusterLicenseExceededException(String, InetAddress, int) - Constructor for exception com.atlassian.confluence.cluster.ClusterLicenseExceededException
-
- ClusterLicenseExceededException(String, ClusterJoinConfig, int) - Constructor for exception com.atlassian.confluence.cluster.ClusterLicenseExceededException
-
- 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) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterMaintenanceBannerEvent
-
- ClusterManager - Interface in com.atlassian.confluence.cluster
-
- ClusterNode(ClusterNodeInformation, NodeStatus) - Constructor for class com.atlassian.confluence.admin.actions.cluster.ClusterConfigurationAction.ClusterNode
-
Deprecated.
- ClusterNodeInformation - Interface in com.atlassian.confluence.cluster
-
- ClusterNotPermittedException - Exception in com.atlassian.confluence.cluster
-
- ClusterNotPermittedException() - Constructor for exception com.atlassian.confluence.cluster.ClusterNotPermittedException
-
- ClusterPage - Class in com.atlassian.confluence.it.setup.steps
-
- ClusterPage(WebTester) - Constructor for class com.atlassian.confluence.it.setup.steps.ClusterPage
-
- ClusterPanicAnalyticsEvent - Class in com.atlassian.confluence.cluster.safety
-
- ClusterPanicAnalyticsEvent(boolean, int, int, int) - Constructor for class com.atlassian.confluence.cluster.safety.ClusterPanicAnalyticsEvent
-
- ClusterPanicEvent - Class in com.atlassian.confluence.cluster.safety
-
- 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, Scheduler, 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.
- ClusterSafeScheduledJobDao - Class in com.atlassian.confluence.schedule.persistence.dao
-
- 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
-
- 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
-
- ClusterWideReindexEventListener(IndexManager) - Constructor for class com.atlassian.confluence.event.listeners.ClusterWideReindexEventListener
-
- CoarseGrainedCachingSpacePermissionManager - Class in com.atlassian.confluence.impl.security
-
Space permission manager that caches all permissions for each space.
- CoarseGrainedCachingSpacePermissionManager(PermissionCheckExemptions, VCacheFactory, SpacePermissionManagerInternal, SpacePermissionDao, EventPublisher, ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, Supplier<UserAccessor>, AccessModeManager) - Constructor for class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
-
- code() - Method in enum com.atlassian.confluence.it.content.ContentType
-
- code() - Method in enum com.atlassian.confluence.it.feed.Sort
-
- code() - Method in enum com.atlassian.confluence.rss.FeedType
-
- CollabEditingStatus() - Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.CollabEditorConfigRpc.CollabEditingStatus
-
- collabEditorConfigRpc - Variable in class com.atlassian.confluence.it.rpc.delegates.admin.AdminRpc
-
- CollabEditorConfigRpc - Class in com.atlassian.confluence.it.rpc.delegates.admin
-
Controls the collaborative editor configuration page via REST.
- CollabEditorConfigRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.CollabEditorConfigRpc
-
- CollabEditorConfigRpc.CollabEditingStatus - Class in com.atlassian.confluence.it.rpc.delegates.admin
-
- 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, SessionFactory, TransactionalExecutorFactory, 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
-
- collaborativeEditingHelper - Variable in class com.atlassian.confluence.core.DefaultContentEntityManager
-
- 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.
- CollaborativeEditingLimitedEvent - Class in com.atlassian.confluence.plugins.synchrony.api.events
-
Published when collaborative editing is switched to limited mode.
- CollaborativeEditingLimitedEvent(CollaborativeEditingMode, boolean, long) - Constructor for class com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingLimitedEvent
-
- CollaborativeEditingMode - Enum 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 - 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(T) - Static method in class com.atlassian.confluence.api.model.reference.Reference
-
Create a collapse reference to the given object.
- 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.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.plugins.edgeindex.GroupByEdgeTargetCollector
-
- CollectClusterInvariants - Class in com.atlassian.confluence.cluster.hazelcast
-
- CollectClusterInvariants(String) - Constructor for class com.atlassian.confluence.cluster.hazelcast.CollectClusterInvariants
-
- collectFilesInPath(String) - Method in class com.atlassian.confluence.junit3.ClassPathTestCollector
-
- collectFilesInPath(String) - Method in class com.atlassian.confluence.test.qunit.QUnitTestCollector
-
- 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(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(Content) - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.RestNavigationImpl
-
- collection(Space) - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.RestNavigationImpl
-
- CollectionEnricher - Interface in com.atlassian.confluence.plugins.restapi.enrich
-
Enriches collections with extra properties that participate in json or graph-ql serialization.
- CollectionProperty - Class in com.atlassian.confluence.importexport.xmlimport.model
-
- CollectionProperty(String, Collection<ImportedProperty>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.CollectionProperty
-
- CollectionPropertyParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
-
- CollectionPropertyParser() - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.CollectionPropertyParser
-
- CollectionUpdateOperation - Class in com.atlassian.confluence.importexport.impl
-
- CollectionUpdateOperation(ImportProcessorContext, TransientHibernateHandle, String, TransientHibernateHandle) - Constructor for class com.atlassian.confluence.importexport.impl.CollectionUpdateOperation
-
- CollectMetricsPredicate - Class in com.atlassian.confluence.impl.vcache
-
- CollectMetricsPredicate() - Constructor for class com.atlassian.confluence.impl.vcache.CollectMetricsPredicate
-
- CollectNodeStatus - Class in com.atlassian.confluence.cluster.hazelcast
-
- CollectNodeStatus(String) - Constructor for class com.atlassian.confluence.cluster.hazelcast.CollectNodeStatus
-
- collectTests() - Method in class com.atlassian.confluence.junit3.ClassPathTestCollector
-
- collectTests() - Method in interface com.atlassian.confluence.junit3.TestCollector
-
Returns an enumeration of Strings with qualified class names
- collectTests() - Method in class com.atlassian.confluence.test.qunit.JarTestCollector
-
- collectVCacheStats(RequestMetrics) - Static method in class com.atlassian.confluence.impl.vcache.metrics.CacheStatisticsUtils
-
- collectWhitespace(XMLEventReader) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
-
Collect whitespace from the given reader.
- collectWhitespace(StringBuilder, XMLEventReader) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
-
Collect whitespace from the given reader, into the given builder.
- 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
-
- ColorPickerDropdownMenu - Class in com.atlassian.confluence.pageobjects.component.editor.toolbars
-
- ColorPickerDropdownMenu() - Constructor for class com.atlassian.confluence.pageobjects.component.editor.toolbars.ColorPickerDropdownMenu
-
Deprecated.
- 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
-
- 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
-
- 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
-
- ColourPickerAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
-
- ColourPickerAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.ColourPickerAction
-
- colours - Variable in class com.atlassian.confluence.themes.BaseColourScheme
-
- ColourScheme - Interface in com.atlassian.confluence.themes
-
Poorly named.
- ColourSchemeAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
-
- ColourSchemeAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.ColourSchemeAction
-
- 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, String) - Constructor for class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent
-
- ColourSchemeChangedEvent(Object) - Constructor for class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent
-
- ColourSchemeChangedEvent(Object, String, String, String) - Constructor for class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent
-
- ColourSchemeChangedEvent(Object, Boolean, 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
-
- ColourSchemesSettings(String) - Constructor for class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
-
- ColourSchemesSettings(ColourSchemesSettings) - Constructor for class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
-
- ColoursWebResourceTransformer - Class in com.atlassian.confluence.plugin.webresource
-
- 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(String) - Method in class com.atlassian.confluence.upgrade.recovery.EchoEntityNameProcessor
-
- 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.admin - package com.atlassian.confluence.admin
-
- com.atlassian.confluence.admin.actions - package com.atlassian.confluence.admin.actions
-
- com.atlassian.confluence.admin.actions.cluster - package com.atlassian.confluence.admin.actions.cluster
-
- 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.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
-
Confluence implementation of the SAL timezone API.
- 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.factory - package com.atlassian.confluence.api.impl.service.audit.factory
-
- 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.longtasks - package com.atlassian.confluence.api.impl.service.longtasks
-
- com.atlassian.confluence.api.impl.service.longtasks.tasks - package com.atlassian.confluence.api.impl.service.longtasks.tasks
-
- 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.relation - package com.atlassian.confluence.api.impl.service.relation
-
- com.atlassian.confluence.api.impl.service.settings - package com.atlassian.confluence.api.impl.service.settings
-
- 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.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.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.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.service.accessmode - package com.atlassian.confluence.api.service.accessmode
-
- com.atlassian.confluence.api.service.audit - package com.atlassian.confluence.api.service.audit
-
- 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.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.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.search - package com.atlassian.confluence.api.service.search
-
- com.atlassian.confluence.api.service.settings - package com.atlassian.confluence.api.service.settings
-
- 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.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.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.util - package com.atlassian.confluence.api.util
-
- com.atlassian.confluence.applinks - package com.atlassian.confluence.applinks
-
- com.atlassian.confluence.cache - package com.atlassian.confluence.cache
-
- com.atlassian.confluence.cache.ehcache - package com.atlassian.confluence.cache.ehcache
-
- com.atlassian.confluence.cache.ehcache.config.migration - package com.atlassian.confluence.cache.ehcache.config.migration
-
- 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.hibernate - package com.atlassian.confluence.cache.hazelcast.hibernate
-
- 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.hibernate - package com.atlassian.confluence.cache.hibernate
-
- com.atlassian.confluence.cache.jcaptcha - package com.atlassian.confluence.cache.jcaptcha
-
- com.atlassian.confluence.cache.option - package com.atlassian.confluence.cache.option
-
- 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.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.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.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.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.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.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.label - package com.atlassian.confluence.event.events.label
-
- 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.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.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.event.queues - package com.atlassian.confluence.event.queues
-
- com.atlassian.confluence.extra.helloworldrpc - package com.atlassian.confluence.extra.helloworldrpc
-
- com.atlassian.confluence.extra.paste.rest - package com.atlassian.confluence.extra.paste.rest
-
- com.atlassian.confluence.extra.velocitydeprecation - package com.atlassian.confluence.extra.velocitydeprecation
-
- 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.model - package com.atlassian.confluence.functest.rest.admin.model
-
- com.atlassian.confluence.functest.rest.sidebar - package com.atlassian.confluence.functest.rest.sidebar
-
- com.atlassian.confluence.hosted.search.lucene.filter - package com.atlassian.confluence.hosted.search.lucene.filter
-
- com.atlassian.confluence.hosted.search.v2.lucene.mapper - package com.atlassian.confluence.hosted.search.v2.lucene.mapper
-
- com.atlassian.confluence.hosted.search.v2.searchfilter - package com.atlassian.confluence.hosted.search.v2.searchfilter
-
- com.atlassian.confluence.htmlunit - package com.atlassian.confluence.htmlunit
-
- 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.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.listener - package com.atlassian.confluence.impl.audit.listener
-
- com.atlassian.confluence.impl.cache - package com.atlassian.confluence.impl.cache
-
- com.atlassian.confluence.impl.cache.hibernate - package com.atlassian.confluence.impl.cache.hibernate
-
- com.atlassian.confluence.impl.cluster - package com.atlassian.confluence.impl.cluster
-
- com.atlassian.confluence.impl.concurrency - package com.atlassian.confluence.impl.concurrency
-
- com.atlassian.confluence.impl.content.encoding - package com.atlassian.confluence.impl.content.encoding
-
- 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.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.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.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.compression - package com.atlassian.confluence.impl.hibernate.compression
-
- com.atlassian.confluence.impl.hibernate.dialect - package com.atlassian.confluence.impl.hibernate.dialect
-
- 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.index - package com.atlassian.confluence.impl.index
-
- com.atlassian.confluence.impl.integration.jira.applinks - package com.atlassian.confluence.impl.integration.jira.applinks
-
- com.atlassian.confluence.impl.journal - package com.atlassian.confluence.impl.journal
-
Provides implementation of Journal Service.
- com.atlassian.confluence.impl.labels - package com.atlassian.confluence.impl.labels
-
- com.atlassian.confluence.impl.logging - package com.atlassian.confluence.impl.logging
-
- com.atlassian.confluence.impl.macro.metadata - package com.atlassian.confluence.impl.macro.metadata
-
- com.atlassian.confluence.impl.macro.schema - package com.atlassian.confluence.impl.macro.schema
-
- com.atlassian.confluence.impl.mail.notification.persistence - package com.atlassian.confluence.impl.mail.notification.persistence
-
- com.atlassian.confluence.impl.metrics - package com.atlassian.confluence.impl.metrics
-
- 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.profiling - package com.atlassian.confluence.impl.profiling
-
- com.atlassian.confluence.impl.propertyset - package com.atlassian.confluence.impl.propertyset
-
- com.atlassian.confluence.impl.schedule.caesium - package com.atlassian.confluence.impl.schedule.caesium
-
- 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.v2 - package com.atlassian.confluence.impl.search.v2
-
- 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.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.setup - package com.atlassian.confluence.impl.setup
-
- 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.themes - package com.atlassian.confluence.impl.themes
-
- com.atlassian.confluence.impl.themes.persistence - package com.atlassian.confluence.impl.themes.persistence
-
- com.atlassian.confluence.impl.upgrade - package com.atlassian.confluence.impl.upgrade
-
- 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.persistence.dao - package com.atlassian.confluence.impl.user.persistence.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.vcache.metrics - package com.atlassian.confluence.impl.vcache.metrics
-
Classes in this package mirror classes in com.atlassian.jira.instrumentation
package in Jira.
- com.atlassian.confluence.impl.webresource - package com.atlassian.confluence.impl.webresource
-
- 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.index - package com.atlassian.confluence.index
-
- com.atlassian.confluence.index.attachment - package com.atlassian.confluence.index.attachment
-
- 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.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.cache.hibernate - package com.atlassian.confluence.internal.cache.hibernate
-
- 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.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.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.lucene - package com.atlassian.confluence.internal.index.lucene
-
- com.atlassian.confluence.internal.index.v2 - package com.atlassian.confluence.internal.index.v2
-
- com.atlassian.confluence.internal.labels - package com.atlassian.confluence.internal.labels
-
- 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 - package com.atlassian.confluence.internal.pages
-
- com.atlassian.confluence.internal.pages.persistence - package com.atlassian.confluence.internal.pages.persistence
-
- com.atlassian.confluence.internal.pagination - package com.atlassian.confluence.internal.pagination
-
- 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.relations.query - package com.atlassian.confluence.internal.relations.query
-
- 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.v2 - package com.atlassian.confluence.internal.search.v2
-
- com.atlassian.confluence.internal.search.v2.lucene - package com.atlassian.confluence.internal.search.v2.lucene
-
- 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.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.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.internal.webhooks - package com.atlassian.confluence.internal.webhooks
-
- com.atlassian.confluence.it - package com.atlassian.confluence.it
-
- com.atlassian.confluence.it.admin - package com.atlassian.confluence.it.admin
-
- com.atlassian.confluence.it.analytics - package com.atlassian.confluence.it.analytics
-
- com.atlassian.confluence.it.api - package com.atlassian.confluence.it.api
-
- com.atlassian.confluence.it.api.test.plugin - package com.atlassian.confluence.it.api.test.plugin
-
- com.atlassian.confluence.it.api.test.plugin.apiavailable - package com.atlassian.confluence.it.api.test.plugin.apiavailable
-
- com.atlassian.confluence.it.audit - package com.atlassian.confluence.it.audit
-
- com.atlassian.confluence.it.content - package com.atlassian.confluence.it.content
-
- com.atlassian.confluence.it.content.security - package com.atlassian.confluence.it.content.security
-
- com.atlassian.confluence.it.dashboard - package com.atlassian.confluence.it.dashboard
-
- com.atlassian.confluence.it.export - package com.atlassian.confluence.it.export
-
- com.atlassian.confluence.it.feed - package com.atlassian.confluence.it.feed
-
- com.atlassian.confluence.it.global - package com.atlassian.confluence.it.global
-
- com.atlassian.confluence.it.http - package com.atlassian.confluence.it.http
-
- com.atlassian.confluence.it.jsoup - package com.atlassian.confluence.it.jsoup
-
Wrapper classes around the
JSoup parser in order to add CSS selector support.
- com.atlassian.confluence.it.macro - package com.atlassian.confluence.it.macro
-
- com.atlassian.confluence.it.mail - package com.atlassian.confluence.it.mail
-
- com.atlassian.confluence.it.maven - package com.atlassian.confluence.it.maven
-
- com.atlassian.confluence.it.oldconfluence - package com.atlassian.confluence.it.oldconfluence
-
- com.atlassian.confluence.it.plugin - package com.atlassian.confluence.it.plugin
-
- com.atlassian.confluence.it.plugin.blueprint - package com.atlassian.confluence.it.plugin.blueprint
-
- com.atlassian.confluence.it.resource - package com.atlassian.confluence.it.resource
-
- com.atlassian.confluence.it.rest - package com.atlassian.confluence.it.rest
-
- com.atlassian.confluence.it.rpc - package com.atlassian.confluence.it.rpc
-
- com.atlassian.confluence.it.rpc.delegates - package com.atlassian.confluence.it.rpc.delegates
-
- com.atlassian.confluence.it.rpc.delegates.admin - package com.atlassian.confluence.it.rpc.delegates.admin
-
- com.atlassian.confluence.it.rpc.delegates.admin.model - package com.atlassian.confluence.it.rpc.delegates.admin.model
-
- com.atlassian.confluence.it.rpc.xmlrpc - package com.atlassian.confluence.it.rpc.xmlrpc
-
- com.atlassian.confluence.it.setup - package com.atlassian.confluence.it.setup
-
- com.atlassian.confluence.it.setup.content - package com.atlassian.confluence.it.setup.content
-
- com.atlassian.confluence.it.setup.database - package com.atlassian.confluence.it.setup.database
-
- com.atlassian.confluence.it.setup.steps - package com.atlassian.confluence.it.setup.steps
-
- com.atlassian.confluence.it.setup.userdirectory - package com.atlassian.confluence.it.setup.userdirectory
-
- com.atlassian.confluence.it.space - package com.atlassian.confluence.it.space
-
- com.atlassian.confluence.it.system - package com.atlassian.confluence.it.system
-
- com.atlassian.confluence.it.user - package com.atlassian.confluence.it.user
-
- com.atlassian.confluence.it.usermanagement - package com.atlassian.confluence.it.usermanagement
-
- com.atlassian.confluence.it.web - package com.atlassian.confluence.it.web
-
- com.atlassian.confluence.jmx - package com.atlassian.confluence.jmx
-
- 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.junit3 - package com.atlassian.confluence.junit3
-
- com.atlassian.confluence.jwebunit - package com.atlassian.confluence.jwebunit
-
- com.atlassian.confluence.labels - package com.atlassian.confluence.labels
-
- com.atlassian.confluence.labels.actions - package com.atlassian.confluence.labels.actions
-
- 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.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.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.osgi - package com.atlassian.confluence.osgi
-
- com.atlassian.confluence.pageobjects - package com.atlassian.confluence.pageobjects
-
- com.atlassian.confluence.pageobjects.component - package com.atlassian.confluence.pageobjects.component
-
- com.atlassian.confluence.pageobjects.component.admin - package com.atlassian.confluence.pageobjects.component.admin
-
- com.atlassian.confluence.pageobjects.component.dashboard - package com.atlassian.confluence.pageobjects.component.dashboard
-
- com.atlassian.confluence.pageobjects.component.dialog - package com.atlassian.confluence.pageobjects.component.dialog
-
- com.atlassian.confluence.pageobjects.component.dropdown - package com.atlassian.confluence.pageobjects.component.dropdown
-
- com.atlassian.confluence.pageobjects.component.editor - package com.atlassian.confluence.pageobjects.component.editor
-
- com.atlassian.confluence.pageobjects.component.editor.toolbars - package com.atlassian.confluence.pageobjects.component.editor.toolbars
-
- com.atlassian.confluence.pageobjects.component.form - package com.atlassian.confluence.pageobjects.component.form
-
- com.atlassian.confluence.pageobjects.component.header - package com.atlassian.confluence.pageobjects.component.header
-
- com.atlassian.confluence.pageobjects.component.labels - package com.atlassian.confluence.pageobjects.component.labels
-
- com.atlassian.confluence.pageobjects.component.macro - package com.atlassian.confluence.pageobjects.component.macro
-
- com.atlassian.confluence.pageobjects.component.menu - package com.atlassian.confluence.pageobjects.component.menu
-
- com.atlassian.confluence.pageobjects.component.popup - package com.atlassian.confluence.pageobjects.component.popup
-
- com.atlassian.confluence.pageobjects.module - package com.atlassian.confluence.pageobjects.module
-
- com.atlassian.confluence.pageobjects.module.frame - package com.atlassian.confluence.pageobjects.module.frame
-
- com.atlassian.confluence.pageobjects.page - package com.atlassian.confluence.pageobjects.page
-
- com.atlassian.confluence.pageobjects.page.admin - package com.atlassian.confluence.pageobjects.page.admin
-
- com.atlassian.confluence.pageobjects.page.content - package com.atlassian.confluence.pageobjects.page.content
-
- com.atlassian.confluence.pageobjects.page.setup - package com.atlassian.confluence.pageobjects.page.setup
-
- com.atlassian.confluence.pageobjects.page.space - package com.atlassian.confluence.pageobjects.page.space
-
- com.atlassian.confluence.pageobjects.page.user - package com.atlassian.confluence.pageobjects.page.user
-
- 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.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.filesystem.filestore - package com.atlassian.confluence.pages.persistence.dao.filesystem.filestore
-
Provide external filesystem (FileStore) for persisting and processing attachment data.
- com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics - package com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics
-
- com.atlassian.confluence.pages.persistence.dao.filesystem.strategy - package com.atlassian.confluence.pages.persistence.dao.filesystem.strategy
-
- 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.thumbnail.renderer - package com.atlassian.confluence.pages.thumbnail.renderer
-
- 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.rpc - package com.atlassian.confluence.plugin.descriptor.rpc
-
- com.atlassian.confluence.plugin.descriptor.search - package com.atlassian.confluence.plugin.descriptor.search
-
- 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.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.descriptor - package com.atlassian.confluence.plugins.contentproperty.index.descriptor
-
- 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.doctheme - package com.atlassian.confluence.plugins.doctheme
-
- com.atlassian.confluence.plugins.dragdrop - package com.atlassian.confluence.plugins.dragdrop
-
- com.atlassian.confluence.plugins.dragdrop.providers - package com.atlassian.confluence.plugins.dragdrop.providers
-
- com.atlassian.confluence.plugins.dragdrop.rest - package com.atlassian.confluence.plugins.dragdrop.rest
-
- com.atlassian.confluence.plugins.dragdrop.service - package com.atlassian.confluence.plugins.dragdrop.service
-
- 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.lucene - package com.atlassian.confluence.plugins.edgeindex.lucene
-
- com.atlassian.confluence.plugins.edgeindex.lucene.tasks - package com.atlassian.confluence.plugins.edgeindex.lucene.tasks
-
- 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.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.exceptions - package com.atlassian.confluence.plugins.graphql.exceptions
-
- 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.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.link - package com.atlassian.confluence.plugins.link
-
- 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.monitoring.actions - package com.atlassian.confluence.plugins.monitoring.actions
-
- com.atlassian.confluence.plugins.monitoring.rest - package com.atlassian.confluence.plugins.monitoring.rest
-
- com.atlassian.confluence.plugins.navlinks.spi.impl - package com.atlassian.confluence.plugins.navlinks.spi.impl
-
- com.atlassian.confluence.plugins.pluginstartuptest - package com.atlassian.confluence.plugins.pluginstartuptest
-
- com.atlassian.confluence.plugins.pulp - package com.atlassian.confluence.plugins.pulp
-
- com.atlassian.confluence.plugins.pulp.impl - package com.atlassian.confluence.plugins.pulp.impl
-
- com.atlassian.confluence.plugins.pulp.wrm - package com.atlassian.confluence.plugins.pulp.wrm
-
- 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.dto - package com.atlassian.confluence.plugins.rest.dto
-
This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin.
- com.atlassian.confluence.plugins.rest.entities - package com.atlassian.confluence.plugins.rest.entities
-
- com.atlassian.confluence.plugins.rest.entities.builders - package com.atlassian.confluence.plugins.rest.entities.builders
-
- com.atlassian.confluence.plugins.rest.entities.documentation - package com.atlassian.confluence.plugins.rest.entities.documentation
-
- com.atlassian.confluence.plugins.rest.filter - package com.atlassian.confluence.plugins.rest.filter
-
- com.atlassian.confluence.plugins.rest.jersey.cachecontrol - package com.atlassian.confluence.plugins.rest.jersey.cachecontrol
-
- com.atlassian.confluence.plugins.rest.manager - package com.atlassian.confluence.plugins.rest.manager
-
- com.atlassian.confluence.plugins.rest.navigation.impl - package com.atlassian.confluence.plugins.rest.navigation.impl
-
- com.atlassian.confluence.plugins.rest.resources - package com.atlassian.confluence.plugins.rest.resources
-
- com.atlassian.confluence.plugins.rest.service - package com.atlassian.confluence.plugins.rest.service
-
- com.atlassian.confluence.plugins.restapi - package com.atlassian.confluence.plugins.restapi
-
- 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.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.schedule.admin.action - package com.atlassian.confluence.plugins.schedule.admin.action
-
- 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.servlet - package com.atlassian.confluence.plugins.servlet
-
- 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.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.test.jdk8compat - package com.atlassian.confluence.plugins.test.jdk8compat
-
- com.atlassian.confluence.plugins.test.jdk8compat.rest - package com.atlassian.confluence.plugins.test.jdk8compat.rest
-
- com.atlassian.confluence.plugins.test.jdk8compat.servlet - package com.atlassian.confluence.plugins.test.jdk8compat.servlet
-
- com.atlassian.confluence.plugins.test.jobconfig - package com.atlassian.confluence.plugins.test.jobconfig
-
- 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 - package com.atlassian.confluence.renderer.radeox
-
- com.atlassian.confluence.renderer.radeox.filters - package com.atlassian.confluence.renderer.radeox.filters
-
- com.atlassian.confluence.renderer.radeox.macros - package com.atlassian.confluence.renderer.radeox.macros
-
- com.atlassian.confluence.renderer.radeox.macros.junit - package com.atlassian.confluence.renderer.radeox.macros.junit
-
- com.atlassian.confluence.renderer.radeox.macros.junit.report - package com.atlassian.confluence.renderer.radeox.macros.junit.report
-
- 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.api.exception - package com.atlassian.confluence.rest.api.exception
-
- com.atlassian.confluence.rest.api.graphql - package com.atlassian.confluence.rest.api.graphql
-
- com.atlassian.confluence.rest.api.model - package com.atlassian.confluence.rest.api.model
-
- com.atlassian.confluence.rest.api.model.pagination - package com.atlassian.confluence.rest.api.model.pagination
-
- com.atlassian.confluence.rest.api.model.validation - package com.atlassian.confluence.rest.api.model.validation
-
- com.atlassian.confluence.rest.api.services - package com.atlassian.confluence.rest.api.services
-
- 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.serialization - package com.atlassian.confluence.rest.serialization
-
- com.atlassian.confluence.rest.serialization.enrich - package com.atlassian.confluence.rest.serialization.enrich
-
- com.atlassian.confluence.rest.serialization.graphql - package com.atlassian.confluence.rest.serialization.graphql
-
- 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.jobs - package com.atlassian.confluence.schedule.jobs
-
- com.atlassian.confluence.schedule.jobs.filedeletion - package com.atlassian.confluence.schedule.jobs.filedeletion
-
- 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.schedule.quartz - package com.atlassian.confluence.schedule.quartz
-
- com.atlassian.confluence.search - package com.atlassian.confluence.search
-
- com.atlassian.confluence.search.actions - package com.atlassian.confluence.search.actions
-
- 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.contentnames.lucene - package com.atlassian.confluence.search.contentnames.lucene
-
- com.atlassian.confluence.search.listeners - package com.atlassian.confluence.search.listeners
-
- com.atlassian.confluence.search.lucene - package com.atlassian.confluence.search.lucene
-
- com.atlassian.confluence.search.lucene.analyzers - package com.atlassian.confluence.search.lucene.analyzers
-
- com.atlassian.confluence.search.lucene.analyzers.unstemmed - package com.atlassian.confluence.search.lucene.analyzers.unstemmed
-
- com.atlassian.confluence.search.lucene.extractor - package com.atlassian.confluence.search.lucene.extractor
-
- com.atlassian.confluence.search.lucene.filter - package com.atlassian.confluence.search.lucene.filter
-
- com.atlassian.confluence.search.lucene.postprocessor - package com.atlassian.confluence.search.lucene.postprocessor
-
- com.atlassian.confluence.search.lucene.queryparser - package com.atlassian.confluence.search.lucene.queryparser
-
- com.atlassian.confluence.search.lucene.queue - package com.atlassian.confluence.search.lucene.queue
-
- com.atlassian.confluence.search.lucene.tasks - package com.atlassian.confluence.search.lucene.tasks
-
- com.atlassian.confluence.search.lucene.tokenizers - package com.atlassian.confluence.search.lucene.tokenizers
-
- 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.filter - package com.atlassian.confluence.search.v2.filter
-
- com.atlassian.confluence.search.v2.lucene - package com.atlassian.confluence.search.v2.lucene
-
- com.atlassian.confluence.search.v2.lucene.boosting - package com.atlassian.confluence.search.v2.lucene.boosting
-
- com.atlassian.confluence.search.v2.lucene.mapper - package com.atlassian.confluence.search.v2.lucene.mapper
-
- com.atlassian.confluence.search.v2.lucene.resultfilter - package com.atlassian.confluence.search.v2.lucene.resultfilter
-
- com.atlassian.confluence.search.v2.lucene.score - package com.atlassian.confluence.search.v2.lucene.score
-
- 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.searchfilter - package com.atlassian.confluence.search.v2.searchfilter
-
- com.atlassian.confluence.search.v2.sort - package com.atlassian.confluence.search.v2.sort
-
- 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.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.bundles - package com.atlassian.confluence.setup.bundles
-
- com.atlassian.confluence.setup.bundles.upm - package com.atlassian.confluence.setup.bundles.upm
-
- com.atlassian.confluence.setup.bundles.upm.models - package com.atlassian.confluence.setup.bundles.upm.models
-
- com.atlassian.confluence.setup.bundles.upm.responsehandlers - package com.atlassian.confluence.setup.bundles.upm.responsehandlers
-
- 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.quartz - package com.atlassian.confluence.setup.quartz
-
- 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.velocity - package com.atlassian.confluence.setup.velocity
-
- com.atlassian.confluence.setup.webwork - package com.atlassian.confluence.setup.webwork
-
- 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.johnson - package com.atlassian.confluence.spring.johnson
-
- com.atlassian.confluence.spring.namespace - package com.atlassian.confluence.spring.namespace
-
- 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.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.compilationmonitor.lesscss - package com.atlassian.confluence.test.compilationmonitor.lesscss
-
- com.atlassian.confluence.test.pluginsvelocityconfiguration - package com.atlassian.confluence.test.pluginsvelocityconfiguration
-
- com.atlassian.confluence.test.qunit - package com.atlassian.confluence.test.qunit
-
- com.atlassian.confluence.test.rpc - package com.atlassian.confluence.test.rpc
-
- com.atlassian.confluence.test.vendors - package com.atlassian.confluence.test.vendors
-
- 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.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.attachmentceo - package com.atlassian.confluence.upgrade.upgradetask.attachmentceo
-
- 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.providers.jira - package com.atlassian.confluence.user.providers.jira
-
- 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 from 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.matchers - package com.atlassian.confluence.util.test.matchers
-
- 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.validationtest.functest - package com.atlassian.confluence.validationtest.functest
-
- 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.warming - package com.atlassian.confluence.warming
-
- 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.webdriver - package com.atlassian.confluence.webdriver
-
- com.atlassian.confluence.webdriver.rules - package com.atlassian.confluence.webdriver.rules
-
- com.atlassian.confluence.webwork.converters - package com.atlassian.confluence.webwork.converters
-
- 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.http - package com.atlassian.confluence.xwork.http
-
- com.atlassian.crowd.embedded.atlassianuser - package com.atlassian.crowd.embedded.atlassianuser
-
- com.atlassian.crowd.embedded.hibernate2 - package com.atlassian.crowd.embedded.hibernate2
-
- com.atlassian.crowd.embedded.hibernate2.batch - package com.atlassian.crowd.embedded.hibernate2.batch
-
- com.atlassian.crowd.embedded.hibernate2.batch.operation - package com.atlassian.crowd.embedded.hibernate2.batch.operation
-
- com.atlassian.crowd.embedded.hibernate2.types - package com.atlassian.crowd.embedded.hibernate2.types
-
- com.atlassian.hibernate - package com.atlassian.hibernate
-
- com.atlassian.hibernate.dialect - package com.atlassian.hibernate.dialect
-
- com.atlassian.plugins.editor.actions - package com.atlassian.plugins.editor.actions
-
- com.atlassian.quartz - package com.atlassian.quartz
-
- com.atlassian.quartz.jobs - package com.atlassian.quartz.jobs
-
- com.atlassian.sal.confluence.executor - package com.atlassian.sal.confluence.executor
-
- 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.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.upgrade - package com.atlassian.sal.confluence.upgrade
-
- com.atlassian.sal.confluence.user - package com.atlassian.sal.confluence.user
-
- com.atlassian.sal.confluence.usersettings - package com.atlassian.sal.confluence.usersettings
-
- 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
-
- combine(Object...) - Static method in class com.atlassian.confluence.api.model.Expansion
-
Creates an Expansion made up of the given parts.
- 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(Collection<Query>, Collection<Query>, Collection<Query>, boolean) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryBuilders.BooleanQueryBuilder
-
- combine(Collection<Query>, Collection<Query>, Collection<Query>, float) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryBuilders.BooleanQueryBuilder
-
- combine(Collection<T>, Collection<T>, Collection<T>, boolean) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- combine(Collection<T>, Collection<T>, Collection<T>, float) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
-
- combine(Collection<SearchQuery>, Collection<SearchQuery>, Collection<SearchQuery>, boolean) - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery.Builder
-
- combine(Collection<SearchQuery>, Collection<SearchQuery>, Collection<SearchQuery>, float) - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery.Builder
-
- combine(Collection<SearchFilter>, Collection<SearchFilter>, Collection<SearchFilter>, boolean) - Method in class com.atlassian.confluence.search.v2.searchfilter.BooleanSearchFilter.Builder
-
- combine(Collection<SearchFilter>, Collection<SearchFilter>, Collection<SearchFilter>, float) - Method in class com.atlassian.confluence.search.v2.searchfilter.BooleanSearchFilter.Builder
-
- CombinedLabel - Class in com.atlassian.confluence.labels
-
- CombinedLabel(List) - Constructor for class com.atlassian.confluence.labels.CombinedLabel
-
- CombinedResourceBundleFactory - Class in com.atlassian.confluence.util.i18n
-
- CombinedResourceBundleFactory() - Constructor for class com.atlassian.confluence.util.i18n.CombinedResourceBundleFactory
-
- CommandActionHelper - Class in com.atlassian.confluence.core.service
-
Helper class for Webwork actions that want to execute a command.
- CommandActionHelper(ServiceCommand) - Constructor for class com.atlassian.confluence.core.service.CommandActionHelper
-
- 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 - Variable in class com.atlassian.confluence.event.events.content.comment.CommentEvent
-
- comment(String) - Method in class com.atlassian.confluence.it.Attachment.AttachmentBuilder
-
Deprecated.
- Comment - Class in com.atlassian.confluence.it
-
- Comment(AbstractPageEntity, String) - Constructor for class com.atlassian.confluence.it.Comment
-
Deprecated.
- Comment(AbstractPageEntity, String, long) - Constructor for class com.atlassian.confluence.it.Comment
-
Deprecated.
- Comment(AbstractPageEntity, Attachment, String, long) - Constructor for class com.atlassian.confluence.it.Comment
-
Deprecated.
- comment - Variable in class com.atlassian.confluence.it.TestData
-
- COMMENT - Static variable in class com.atlassian.confluence.legacyapi.model.content.ContentType
-
Deprecated.
- Comment(PageElement) - Constructor for class com.atlassian.confluence.pageobjects.page.content.CommentsSection.Comment
-
Deprecated.
- Comment - Class in com.atlassian.confluence.pages
-
- Comment() - Constructor for class com.atlassian.confluence.pages.Comment
-
- 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
-
- 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
-
- 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
-
- CommentBean - Class in com.atlassian.confluence.it.content
-
TODO: support threaded comments parsing
- 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) - 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 - 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.entities.builders
-
- CommentEntityBuilder(SettingsManager, DateEntityFactory, UserEntityHelper) - Constructor for class com.atlassian.confluence.plugins.rest.entities.builders.CommentEntityBuilder
-
- CommentEntityTree - Class in com.atlassian.confluence.plugins.rest.entities
-
Provides an expandable tree of comments
- CommentEntityTree() - Constructor for class com.atlassian.confluence.plugins.rest.entities.CommentEntityTree
-
- CommentEntityTree(int, List<Comment>) - Constructor for class com.atlassian.confluence.plugins.rest.entities.CommentEntityTree
-
- CommentEntityTreeExpander - Class in com.atlassian.confluence.plugins.rest.entities
-
- CommentEntityTreeExpander(RestContentManager) - Constructor for class com.atlassian.confluence.plugins.rest.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
-
- commentExists() - Method in class com.atlassian.confluence.it.content.CommentBean
-
- 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.search.lucene.extractor
-
- CommentExtractor() - Constructor for class com.atlassian.confluence.search.lucene.extractor.CommentExtractor
-
- 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.internal.pages
-
Internal version of the
CommentManager interface; see the package-info.java for rationale.
- CommentNotificationsListener - Class in com.atlassian.confluence.mail.notification.listeners
-
- CommentOperationDelegate - Class in com.atlassian.confluence.api.impl.service.permissions.delegates
-
- CommentOperationDelegate(CommentPermissionsDelegate, UserAccessorInternal, 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 - 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, WebInterfaceManager, 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) - 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) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
-
- COMMENTS - Static variable in class com.atlassian.confluence.it.global.SiteSearch.BuiltInContentTypes
-
- 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
-
Returns the comments of a content
- CommentsSection - Class in com.atlassian.confluence.pageobjects.page.content
-
- CommentsSection() - Constructor for class com.atlassian.confluence.pageobjects.page.content.CommentsSection
-
Deprecated.
- CommentsSection.Comment - Class in com.atlassian.confluence.pageobjects.page.content
-
Deprecated.
Represents a comment in view mode
- CommentsSection.EditComment - Class in com.atlassian.confluence.pageobjects.page.content
-
Deprecated.
Comment in edit mode (it can be a top level or reply comment as well)
- CommentsSection.NewComment - Class in com.atlassian.confluence.pageobjects.page.content
-
Deprecated.
Represents the editor for a new comment
- CommentsSection.NewReply - Class in com.atlassian.confluence.pageobjects.page.content
-
Deprecated.
Represents the editor for a new reply
- CommentsSection.QuickEdit - Class in com.atlassian.confluence.pageobjects.page.content
-
Deprecated.
Represent the editor for editing an existing comment
- CommentsSection.UserLogo - Class in com.atlassian.confluence.pageobjects.page.content
-
Deprecated.
Represent user profile in a quick comment
- CommentStatus - Class in com.atlassian.confluence.pages
-
- CommentStatus.Builder - Class in com.atlassian.confluence.pages
-
- CommentStatus.Value - Enum in com.atlassian.confluence.pages
-
Status values enum
- 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) - 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
-
- commit(TransactionStatus) - Method in class com.atlassian.confluence.spring.transaction.NoopTransactionManager
-
- commitTransaciton() - Method in interface com.atlassian.confluence.impl.hibernate.bulk.BulkTransaction
-
- commitTransaciton() - Method in class com.atlassian.confluence.impl.hibernate.bulk.HibernateBulkTransaction
-
- commonAttributeWriter - Variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
-
- 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
-
- CommonLinkAttributesWriter - Interface in com.atlassian.confluence.content.render.xhtml.view.link
-
Writes attributes common to any
Link.
- commonLinkAttributesWriter - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
-
- CommonMacroAttributeWriter - Interface in com.atlassian.confluence.content.render.xhtml.editor.macro
-
- 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(Object, Object) - Method in class bucket.core.comparators.CreationDateComparator
-
Deprecated.
- compare(Object, Object) - Method in class bucket.core.comparators.LastModificationDateComparator
-
Deprecated.
- 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(Page, Page) - Method in class com.atlassian.confluence.pages.ChildPositionComparator
-
- compare(String, String) - Method in class com.atlassian.confluence.pages.NaturalStringComparator
-
- 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(int, int) - Method in class com.atlassian.confluence.search.lucene.CaseInsensitiveSortComparator
-
- compare(Object, Object) - Method in class com.atlassian.confluence.security.trust.KeyPairComparator
-
- compare(String, String) - Method in class com.atlassian.confluence.upgrade.BuildNumberComparator
-
- compare(String, String) - Method in class com.atlassian.confluence.upgrade.VersionNumberComparator
-
- 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(Attachment, Attachment) - Method in class com.atlassian.confluence.util.AttachmentFileNameComparator
-
- compare(Object, Object) - Method in class com.atlassian.confluence.util.AttachmentNameComparator
-
- compare(Attachment, Attachment) - Method in class com.atlassian.confluence.util.AttachmentSizeComparator
-
- compare(Object, Object) - Method in class com.atlassian.confluence.util.ContentComparator
-
- 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.LabellingComparator
-
- compare(Space, Space) - Method in class com.atlassian.confluence.util.SpaceComparator
-
- compare(Object, Object) - Method in class com.atlassian.confluence.util.SpaceGroupComparator
-
Deprecated.
- 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.internal.search.v2.lucene.LuceneTermFieldComparator
-
- compareBottom(int) - Method in class com.atlassian.confluence.search.lucene.CaseInsensitiveSortComparator
-
- 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, T) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
-
- compareDocToValue(int, BytesRef) - Method in class com.atlassian.confluence.search.lucene.CaseInsensitiveSortComparator
-
- 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
-
- compareTo(Object) - Method in class com.atlassian.confluence.admin.actions.ConfigureLog4jAction.LoggingConfigEntry
-
- compareTo(Object) - Method in class com.atlassian.confluence.api.model.content.id.AttachmentContentId
-
Deprecated.
- compareTo(Object) - 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(T) - Method in interface com.atlassian.confluence.api.model.messages.Message
-
- compareTo(Object) - 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(Object) - Method in class com.atlassian.confluence.labels.Label
-
- compareTo(Object) - Method in class com.atlassian.confluence.labels.Namespace
-
- compareTo(Object) - Method in class com.atlassian.confluence.links.OutgoingLink
-
- compareTo(Object) - Method in class com.atlassian.confluence.links.ReferralLink
-
Deprecated.
Order by hit-count, descending.
- compareTo(MailQueueItem) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
-
- compareTo(MailQueueItem) - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
-
- compareTo(Object) - 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(Object) - Method in class com.atlassian.confluence.plugin.descriptor.AbstractExtractorModuleDescriptor
-
Module descriptors naturally sort from least to most priority
- compareTo(AttachmentTextExtractorModuleDescriptor) - Method in class com.atlassian.confluence.plugin.descriptor.AttachmentTextExtractorModuleDescriptor
-
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(Object) - Method in class com.atlassian.confluence.spaces.SpaceType
-
- compareTo(BuildNumber) - Method in class com.atlassian.confluence.upgrade.BuildNumber
-
- compareTo(Group) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdInternalDirectoryGroup
-
- compareTo(User) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdUser
-
- 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.crowd.embedded.atlassianuser.EmbeddedCrowdUser
-
Deprecated.
- compareValues(T, T) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
-
- compareValues(BytesRef, BytesRef) - Method in class com.atlassian.confluence.search.lucene.CaseInsensitiveSortComparator
-
- 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
-
- COMPILATION_MONITOR_PLUGIN - Static variable in class com.atlassian.confluence.it.plugin.TestPlugins
-
- 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.
- COMPLETED_TASK_CSS_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
-
- 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
-
- completeProgessMeter() - Method in class com.atlassian.confluence.importexport.Importer
-
- completeUrlEncode(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- completeUrlEncode(String) - Static method in class com.atlassian.confluence.util.HtmlUtil
-
- 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
-
- 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 bucket.core.persistence.hibernate.schema.SchemaHelper
-
Deprecated.
- COMPONENT_REFERENCE - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
-
- ComponentImports - Class in com.atlassian.confluence.plugins.edgeindex
-
- ComponentImports() - Constructor for class com.atlassian.confluence.plugins.edgeindex.ComponentImports
-
- ComponentImports - Class in com.atlassian.confluence.plugins.synchrony
-
This class is used to import the SAL user manager.
- 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
-
- ComponentParser() - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.ComponentParser
-
- ComponentProperty - Class in com.atlassian.confluence.importexport.xmlimport.model
-
- ComponentProperty(String, List<PrimitiveProperty>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.ComponentProperty
-
- ComposableScoreFunction - Interface in com.atlassian.confluence.search.v2.score
-
Marker interface for a function that can be composed by e.g.
- 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.
- 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.webwork
-
Simple immutable composite Velocity Context implementation that delegates
to a collection of other contexts.
- 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
-
- CompositeHostComponentProvider - Class in com.atlassian.confluence.plugin.osgi
-
- CompositeHostComponentProvider(Iterable<HostComponentProvider>) - Constructor for class com.atlassian.confluence.plugin.osgi.CompositeHostComponentProvider
-
- CompositeId - Class in com.atlassian.confluence.importexport.xmlimport.model
-
- CompositeId(List<PrimitiveProperty>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.CompositeId
-
- CompositeIdParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
-
- CompositeIdParser() - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.CompositeIdParser
-
- 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
-
- 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
-
- 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.
- 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(InputStreamSource) - Method in class com.atlassian.confluence.internal.util.io.DefaultDataCompressor
-
- compress(byte[]) - Method in class com.atlassian.confluence.internal.util.io.DefaultDataCompressor
-
- compress(InputStreamSource) - Method in class com.atlassian.confluence.internal.util.io.SnappyDataCompressor
-
- compress(byte[]) - Method in class com.atlassian.confluence.internal.util.io.SnappyDataCompressor
-
- compress(InputStreamSource) - Method in class com.atlassian.confluence.internal.util.io.ZipDataCompressor
-
- compress(byte[]) - Method in class com.atlassian.confluence.internal.util.io.ZipDataCompressor
-
- compress(InputStreamSource) - Method in interface com.atlassian.confluence.util.io.DataCompressor
-
- compress(byte[]) - Method in interface com.atlassian.confluence.util.io.DataCompressor
-
- compressCacheValue(Object) - Static method in class com.atlassian.confluence.impl.hibernate.compression.HibernateCachedValueCompression
-
- COMPRESSED - Static variable in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
-
- 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.
- computeConfluenceResourceUris(Option<ConfluenceWebResourceService.Style>, Option<String>) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceService
-
- computeConfluenceResourceUris(Option<ConfluenceWebResourceService.Style>, Option<String>) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceService
-
- computeDimensions() - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.DarkFeatureEnabledUrlReadingCondition
-
- computeDimensions() - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.UserLoggedInUrlReadingCondition
-
- computeDimensions() - Method in class com.atlassian.confluence.plugin.webresource.ColoursWebResourceTransformer
-
- computeIfAbsent(K, Supplier<T>) - Method in class com.atlassian.confluence.impl.util.collections.ConcurrentOperationMap
-
Deprecated.
- computeNorm(FieldInvertState) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.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
-
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.search.v2.lucene.boosting.BM25LSimilarity
-
- computeZipEntryName(Page) - Static method in class com.atlassian.confluence.it.export.SimpleHtmlSpaceExportStructure
-
- 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
- ConcurrentBatchIndexer - Class in com.atlassian.confluence.internal.index
-
- ConcurrentBatchIndexer(BatchIndexer, Integer) - Constructor for class com.atlassian.confluence.internal.index.ConcurrentBatchIndexer
-
- ConcurrentConversionUtil - Class in com.atlassian.confluence.util.misc
-
- ConcurrentConversionUtil() - Constructor for class com.atlassian.confluence.util.misc.ConcurrentConversionUtil
-
Deprecated.
- ConcurrentOperationMap<K,T> - Class in com.atlassian.confluence.impl.util.collections
-
- ConcurrentOperationMap() - Constructor for class com.atlassian.confluence.impl.util.collections.ConcurrentOperationMap
-
Deprecated.
- ConditionallyEnableMailArchivePluginUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
The mail archive feature is now packaged as a plugin and disabled by default.
- ConditionallyEnableMailArchivePluginUpgradeTask(PlatformTransactionManager, SessionFactory, PluginAccessor, PluginController) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ConditionallyEnableMailArchivePluginUpgradeTask
-
- ConditionalPropertySet - Class in com.atlassian.confluence.user.providers.jira
-
- ConditionalPropertySet() - Constructor for class com.atlassian.confluence.user.providers.jira.ConditionalPropertySet
-
Deprecated.
- conditionPasses(String) - Method in class com.atlassian.confluence.user.providers.jira.ConditionalPropertySet
-
Deprecated.
- CONF_ADMIN - Static variable in class com.atlassian.confluence.it.User
-
Deprecated.
A sample administrator user.
- CONF_ADMINS - Static variable in class com.atlassian.confluence.it.Group
-
Deprecated.
- CONF_LICENSE_STRING - Static variable in class com.atlassian.confluence.setup.actions.AbstractLicenseAction
-
- CONF_USERS - Static variable in class com.atlassian.confluence.it.Group
-
- config(GsonBuilder) - Method in interface com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.GsonJsonableFactory.GsonConfiger
-
Configures the passed in gsonBuilder then returns it back.
- 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
-
- configManager - Variable in class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
-
- ConfigurableBootstrapHotSwappingFilter - Class in com.atlassian.confluence.util
-
- ConfigurableBootstrapHotSwappingFilter() - Constructor for class com.atlassian.confluence.util.ConfigurableBootstrapHotSwappingFilter
-
- ConfigurableCache<K,V> - Interface in com.atlassian.confluence.cache
-
- ConfigurableLocalSessionFactoryBean - Class in bucket.core.persistence.hibernate
-
- ConfigurableLocalSessionFactoryBean(Function<DataSource, ConnectionProvider>) - Constructor for class bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
-
Deprecated.
- ConfigurableLocalSessionFactoryBean - Class in com.atlassian.confluence.impl.core.persistence.hibernate
-
A subclass of Spring's LocalSessionFactoryBean which changes how Hibernate is configured.
- ConfigurableLocalSessionFactoryBean(Function<DataSource, ConnectionProvider>) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
-
- ConfigurableLocalSessionFactoryBean(ConnectionProviderSupplier) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
-
- ConfigurableMappingResources - Class in com.atlassian.confluence.core.persistence.hibernate
-
This class allows to override and add to hibernate mappings defined in
Spring XML configuration.
- ConfigurableMappingResources(ConfluenceHibernateConfig) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.ConfigurableMappingResources
-
- ConfigurableResourceManager - Class in com.atlassian.confluence.util.velocity
-
Class to manage the text resource for the Velocity Runtime.
- ConfigurableResourceManager() - Constructor for class com.atlassian.confluence.util.velocity.ConfigurableResourceManager
-
- ConfigurableResourceManager.ResourceFactory - Interface in com.atlassian.confluence.util.velocity
-
Factory methods for Velocity resource objects
- 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
-
- ConfigurationMigrationEvent(Object) - Constructor for class com.atlassian.confluence.importexport.ConfigurationMigrationEvent
-
Deprecated.
- configure(Configuration) - Static method in class bucket.core.persistence.hibernate.MemoryOptimizedSingleTableEntityPersister
-
Deprecated.
- configure(ClusterConfig) - Method in interface com.atlassian.confluence.cluster.ClusterManager
-
Set a new cluster configuration.
- configure(ClusterConfig) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterManager
-
- configure(Configuration) - Static method in class com.atlassian.confluence.impl.core.persistence.hibernate.ConfluenceMemoryOptimizedSingleTableEntityPersister
-
- configure(Type, Properties, ServiceRegistry) - Method in class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGeneratorV5
-
- 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(WebTester, ConfluenceRpc) - Method in class com.atlassian.confluence.it.usermanagement.ActiveDirectoryDirectoryConfiguration
-
- configure(WebTester, ConfluenceRpc) - Method in class com.atlassian.confluence.it.usermanagement.CrowdDirectoryConfiguration
-
Deprecated.
- configure(WebTester, ConfluenceRpc) - Method in class com.atlassian.confluence.it.usermanagement.DefaultDirectoryConfiguration
-
Deprecated.
- configure(WebTester, ConfluenceRpc) - Method in interface com.atlassian.confluence.it.usermanagement.DirectoryConfiguration
-
Deprecated.
Changes the active configuration to match this configuration.
- configure(WebTester, ConfluenceRpc) - Method in class com.atlassian.confluence.it.usermanagement.LdapReadOnlyDirectoryConfiguration
-
- configure(WebTester, ConfluenceRpc) - Method in class com.atlassian.confluence.it.usermanagement.LdapReadOnlyLocalGroupsDirectoryConfiguration
-
- configure(WebTester, ConfluenceRpc) - Method in class com.atlassian.confluence.it.usermanagement.LdapReadWriteDirectoryConfiguration
-
- configure(Binder) - Method in class com.atlassian.confluence.pageobjects.module.ConfluenceComponentSupportModule
-
Deprecated.
- configure(Properties) - Method in class com.atlassian.confluence.util.db.LatencyConnectionProvider
-
- ConfigureCaptchaAction - Class in com.atlassian.confluence.admin.actions
-
- ConfigureCaptchaAction() - Constructor for class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
-
- configureClient(HttpClient) - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientProxyConfiguration
-
Deprecated.
Configures the provided HttpClient with the proxy settings, including proxy host and port and any
configured authentication schemes.
- configureCommentAware(CommentAware, CommentAwareHelper.ParameterSource, ConfluenceUser) - Method in class com.atlassian.confluence.impl.pages.actions.CommentAwareHelper
-
- configureDatabase(DatabaseDetails, boolean) - Method in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
-
- ConfigureDatabaseConnectionPage - Class in com.atlassian.confluence.pageobjects.page.setup
-
- ConfigureDatabaseConnectionPage() - Constructor for class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabaseConnectionPage
-
Deprecated.
- ConfigureDatabasePage - Class in com.atlassian.confluence.pageobjects.page.setup
-
- ConfigureDatabasePage() - Constructor for class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
-
Deprecated.
- configureDatasource(String, String) - Method in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
-
- ConfigureDatasourcePage - Class in com.atlassian.confluence.pageobjects.page.setup
-
Sets up the datasource of database
- ConfigureDatasourcePage() - Constructor for class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatasourcePage
-
- configuredBaseUrl() - Method in class com.atlassian.confluence.it.rest.AbstractJUnit3RestAcceptanceTest
-
Deprecated.
- 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
-
- configureHibernateSystem() - Static method in class bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
-
Deprecated.
- configureHibernateSystem() - Static method in class com.atlassian.confluence.impl.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
-
- ConfigureLanguageAction - Class in com.atlassian.confluence.admin.actions.languages
-
- ConfigureLanguageAction() - Constructor for class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
-
- ConfigureLog4jAction - Class in com.atlassian.confluence.admin.actions
-
Allows runtime configuration of Log4j.
- ConfigureLog4jAction() - Constructor for class com.atlassian.confluence.admin.actions.ConfigureLog4jAction
-
- ConfigureLog4jAction.LoggingConfigEntry - Class in com.atlassian.confluence.admin.actions
-
Represents a Log4j Config entry, corresponding to a Class or Package mapped to a Level.
- configureLogoFromAnywhere() - Static method in class com.atlassian.confluence.it.admin.DefaultSpaceLogo
-
- configureLogoFromAnywhere(WebTester) - Static method in class com.atlassian.confluence.it.admin.DefaultSpaceLogo
-
- ConfigureMobileAppsAction - Class in com.atlassian.confluence.admin.actions
-
Configure mobile apps action
- ConfigureMobileAppsAction() - Constructor for class com.atlassian.confluence.admin.actions.ConfigureMobileAppsAction
-
- 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
-
- ConfigureThemeAction - Class in com.atlassian.confluence.plugins.doctheme
-
- ConfigureThemeAction() - Constructor for class com.atlassian.confluence.plugins.doctheme.ConfigureThemeAction
-
- configureWebTester(WebTester, String, boolean) - Static method in class com.atlassian.confluence.it.WebTesterFactory
-
Deprecated.
This should only be used in JWebUnit WebTestCases, where the WebTester has already been created.
- confirm(Class<P>) - Method in class com.atlassian.confluence.pageobjects.component.dialog.ConfirmPasswordDialog
-
Deprecated.
- confirm(Class<T>) - Method in class com.atlassian.confluence.pageobjects.page.ConfluenceWebSudoPage
-
Deprecated.
- confirm(String, Class<T>) - Method in class com.atlassian.confluence.pageobjects.page.ConfluenceWebSudoPage
-
Deprecated.
- 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
-
- ConfirmPasswordDialog - Class in com.atlassian.confluence.pageobjects.component.dialog
-
- ConfirmPasswordDialog() - Constructor for class com.atlassian.confluence.pageobjects.component.dialog.ConfirmPasswordDialog
-
Deprecated.
- confLicenseString - Variable in class com.atlassian.confluence.setup.actions.AbstractLicenseAction
-
- conflictException() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
-
- 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, Throwable) - Constructor for exception com.atlassian.confluence.api.service.exceptions.ConflictException
-
- ConflictException(String, ValidationResult) - 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_DATABASE_CHOICE - Static variable in class com.atlassian.confluence.setup.DefaultBootstrapManager
-
- 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
-
- 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_NAMESPACE - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
-
- CONFLUENCE_NEWS_MACRO - Static variable in class com.atlassian.confluence.it.Macro
-
- CONFLUENCE_QUESTION - Static variable in class com.atlassian.confluence.license.util.ConfluenceLicenseUtils
-
- CONFLUENCE_QUICK_NAV_MACRO - Static variable in class com.atlassian.confluence.it.Macro
-
- 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.util.profiling.ConfluenceSitemeshDecorator
-
- CONFLUENCE_USAGE_INSTRUMENT_CACHE_KEY - Static variable in class com.atlassian.confluence.util.profiling.ConfluenceUsageInfoInstrumentProvider
-
- 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
-
- ConfluenceAbstractPage - Class in com.atlassian.confluence.pageobjects.page
-
- ConfluenceAbstractPage() - Constructor for class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
Deprecated.
- ConfluenceAbstractPageComponent - Class in com.atlassian.confluence.pageobjects.component
-
- ConfluenceAbstractPageComponent() - Constructor for class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
Deprecated.
- 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.security.AbstractSpacePermissionManager
-
- ConfluenceAccessManager - Interface in com.atlassian.confluence.security.access
-
Determines the access status of a user, which grants them a level of access to Confluence.
- ConfluenceActionSupport - Class in com.atlassian.confluence.core
-
Base class for all Confluence webwork actions.
- ConfluenceActionSupport() - Constructor for class com.atlassian.confluence.core.ConfluenceActionSupport
-
- ConfluenceActionValidatorManager - Class in com.atlassian.confluence.xwork
-
Copy of the XWork ActionValidatorManager that clears the context of validators before it caches them.
- ConfluenceActionValidatorManager() - Constructor for class com.atlassian.confluence.xwork.ConfluenceActionValidatorManager
-
- ConfluenceActivityFilter - Class in com.atlassian.confluence.util.profiling
-
- ConfluenceActivityFilter(ActivityMonitor) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceActivityFilter
-
- ConfluenceAdminHomePage - Class in com.atlassian.confluence.pageobjects.page.admin
-
- ConfluenceAdminHomePage() - Constructor for class com.atlassian.confluence.pageobjects.page.admin.ConfluenceAdminHomePage
-
Deprecated.
- 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
-
- confluenceAdministrators - Variable in class com.atlassian.confluence.setup.actions.SetupAdministrator
-
- 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
-
- ConfluenceAnalyzer - Class in com.atlassian.confluence.search.lucene
-
- ConfluenceAnalyzer(SettingsManager, UserDictionaryFactory) - Constructor for class com.atlassian.confluence.search.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
-
- ConfluenceAppConfig - Class in com.atlassian.confluence.setup
-
Configures the beans of the production spring application context.
- ConfluenceAppConfig() - Constructor for class com.atlassian.confluence.setup.ConfluenceAppConfig
-
- ConfluenceApplication - Class in com.atlassian.confluence.plugin
-
Required by the plugin system.
- ConfluenceApplication(String) - Constructor for class com.atlassian.confluence.plugin.ConfluenceApplication
-
- ConfluenceApplicationProperties - Class in com.atlassian.confluence.api.impl.sal
-
Confluence implementation of the AAL Web Properties.
- ConfluenceApplicationProperties(AtlassianBootstrapManager, SettingsManager, HttpContext) - Constructor for class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
-
- ConfluenceAspectJExpressionPointcut - Class in org.springframework.aop.aspectj
-
Spring Pointcut implementation
that uses the AspectJ weaver to evaluate a pointcut expression.
- ConfluenceAspectJExpressionPointcut() - Constructor for class org.springframework.aop.aspectj.ConfluenceAspectJExpressionPointcut
-
Create a new default ConfluenceAspectJExpressionPointcut.
- ConfluenceAspectJExpressionPointcut(Class<?>, String[], Class<?>[]) - Constructor for class org.springframework.aop.aspectj.ConfluenceAspectJExpressionPointcut
-
Create a new ConfluenceAspectJExpressionPointcut with the given settings.
- ConfluenceAttachmentMetadataExtractor - Class in com.atlassian.confluence.search.lucene.extractor
-
- ConfluenceAttachmentMetadataExtractor() - Constructor for class com.atlassian.confluence.search.lucene.extractor.ConfluenceAttachmentMetadataExtractor
-
- ConfluenceAttachmentMultipartConfig() - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource.ConfluenceAttachmentMultipartConfig
-
- ConfluenceAttributeListener - Class in com.atlassian.confluence.util.http
-
- ConfluenceAttributeListener() - Constructor for class com.atlassian.confluence.util.http.ConfluenceAttributeListener
-
Deprecated.
- ConfluenceAuditPolicy - Class in com.atlassian.confluence.api.impl.service.audit
-
- ConfluenceAuditPolicy() - Constructor for class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditPolicy
-
- 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
-
- 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
-
- ConfluenceBandanaPersister() - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
-
- ConfluenceBandanaRecord - Class in com.atlassian.confluence.setup.bandana
-
- 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.
- ConfluenceBaseUrlSelector - Class in com.atlassian.confluence.it
-
- ConfluenceBaseUrlSelector() - Constructor for class com.atlassian.confluence.it.ConfluenceBaseUrlSelector
-
- ConfluenceBaseUrlSelector(Logger) - Constructor for class com.atlassian.confluence.it.ConfluenceBaseUrlSelector
-
Deprecated.
- ConfluenceBeanDeserializerModifier() - Constructor for class com.atlassian.confluence.rest.serialization.SerializerModule.ConfluenceBeanDeserializerModifier
-
- ConfluenceBootstrapConstants - Interface in com.atlassian.confluence.setup
-
- ConfluenceBootstrappedContextLoaderListener - Class in com.atlassian.confluence.setup
-
Adds (relatively) user friendly error handling if the main spring context cannot be initialized.
- ConfluenceBootstrappedContextLoaderListener() - Constructor for class com.atlassian.confluence.setup.ConfluenceBootstrappedContextLoaderListener
-
- ConfluenceCache<K,V> - Interface in com.atlassian.confluence.cache
-
Base cache interface for all caches in confluence.
- ConfluenceCachingBandanaListener - Class in com.atlassian.confluence.setup.bandana
-
- ConfluenceCachingBandanaListener(BandanaPersister) - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceCachingBandanaListener
-
- ConfluenceCachingBandanaPersister - Class in com.atlassian.confluence.setup.bandana
-
Caching bandana persister that uses inline caching.
- ConfluenceCachingBandanaPersister(BandanaPersister, VCacheFactory) - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceCachingBandanaPersister
-
- ConfluenceCachingCaptchaStore - Class in com.atlassian.confluence.cache.jcaptcha
-
An implementation of CaptchaStore that stores captchas in Confluence's cache.
- ConfluenceCachingCaptchaStore(VCacheFactory) - Constructor for class com.atlassian.confluence.cache.jcaptcha.ConfluenceCachingCaptchaStore
-
- 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 - Class in com.atlassian.confluence.impl.webresource
-
Switch for CDN support.
- ConfluenceCDNStrategyFactory(Supplier<DarkFeaturesManager>, LicenseService, EventPublisher, CdnStrategyProvider) - Constructor for class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
-
- ConfluenceClassPathXmlApplicationContext - Class in com.atlassian.confluence.setup
-
Customisation of the Spring XML Application context that uses Confluence's custom bean factory, and allows the
context to support ServletContextAware beans despite not being a WebApplicationContext.
- ConfluenceClassPathXmlApplicationContext(String[], ServletContext) - Constructor for class com.atlassian.confluence.setup.ConfluenceClassPathXmlApplicationContext
-
- ConfluenceClassPathXmlApplicationContext(String[], ApplicationContext, ServletContext) - Constructor for class com.atlassian.confluence.setup.ConfluenceClassPathXmlApplicationContext
-
- ConfluenceClusterEnvironmentProvider - Class in com.atlassian.confluence.plugin
-
Atlassian plugins wrapper for ClusterManager
- ConfluenceClusterEnvironmentProvider(ClusterManager) - Constructor for class com.atlassian.confluence.plugin.ConfluenceClusterEnvironmentProvider
-
- ConfluenceComponentSupportModule - Class in com.atlassian.confluence.pageobjects.module
-
- ConfluenceComponentSupportModule(TestedProduct<? extends WebDriverTester>) - Constructor for class com.atlassian.confluence.pageobjects.module.ConfluenceComponentSupportModule
-
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
-
- 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(PluginHibernateSessionFactory) - Constructor for class com.atlassian.confluence.api.impl.sal.rdbms.ConfluenceConnectionProvider
-
- ConfluenceConnectionProviderSupplier - Class in bucket.core.persistence.hibernate
-
- ConfluenceConnectionProviderSupplier(HibernateConfig) - Constructor for class bucket.core.persistence.hibernate.ConfluenceConnectionProviderSupplier
-
Deprecated.
- 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
-
- ConfluenceContextRootPage - Class in com.atlassian.confluence.pageobjects.page
-
- ConfluenceContextRootPage() - Constructor for class com.atlassian.confluence.pageobjects.page.ConfluenceContextRootPage
-
Deprecated.
- 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
-
- 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.
- ConfluenceCrowdDirectoryService(ApplicationFactory, DirectoryInstanceLoader, DirectoryManager, ApplicationManager) - Constructor for class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
-
- ConfluenceCrowdSSOAuthenticator - Class in com.atlassian.confluence.user
-
- 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
-
- ConfluenceDaoBandanaPersister() - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
-
- ConfluenceDarkFeatureManager - Class in com.atlassian.confluence.api.impl.sal
-
- ConfluenceDarkFeatureManager(DarkFeaturesManager, UserAccessor, 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.util.profiling
-
Confluence decorator selector.
- ConfluenceDecoratorSelector(DecoratorMapper, String) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceDecoratorSelector
-
- 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
-
- 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
-
- 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
-
- 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
-
- ConfluenceErrorFilter - Class in com.atlassian.confluence.util
-
- ConfluenceErrorFilter() - Constructor for class com.atlassian.confluence.util.ConfluenceErrorFilter
-
- ConfluenceEvent - Class in com.atlassian.confluence.event.events
-
- ConfluenceEvent(Object) - Constructor for class com.atlassian.confluence.event.events.ConfluenceEvent
-
- 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>, VCacheRequestContextOperations) - Constructor for class com.atlassian.confluence.event.ConfluenceEventDispatcher
-
- ConfluenceEventManager - Class in com.atlassian.confluence.event
-
- ConfluenceEventManager(EventManager, SpringContextEventPublisher) - Constructor for class com.atlassian.confluence.event.ConfluenceEventManager
-
Deprecated.
- 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, Throwable) - Constructor for exception com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
-
- ConfluenceEventPropagatingException(String) - Constructor for exception com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
-
- ConfluenceEventPropagatingException(Throwable) - Constructor for exception com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
-
- ConfluenceEventPublisherManager - Class in com.atlassian.confluence.event
-
Implementation of the atlassian-events EventPublisher for use with an injected
EventDispatcher.
- ConfluenceEventPublisherManager(EventDispatcher, ListenerHandlersConfiguration) - Constructor for class com.atlassian.confluence.event.ConfluenceEventPublisherManager
-
- ConfluenceEventPublisherManager(EventDispatcher) - Constructor for class com.atlassian.confluence.event.ConfluenceEventPublisherManager
-
Creates a ConfluenceEventPublisherManager with a ListenerHandlersConfiguration containing
LegacyListenerHandler and AnnotatedMethodsListenerHandler
to support listeners implementing EventListener interface or the annotation EventListener.
- 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
-
- 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.search.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.search.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
-
- ConfluenceFlavour - Enum in com.atlassian.confluence.setup.settings
-
- ConfluenceFlavourCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
-
- ConfluenceFlavourCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ConfluenceFlavourCondition
-
Deprecated.
- ConfluenceFlavourService - Interface in com.atlassian.confluence.setup.settings
-
- ConfluenceFlavourUrlReadingCondition - Class in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
-
- ConfluenceFlavourUrlReadingCondition(ConfluenceFlavourService) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ConfluenceFlavourUrlReadingCondition
-
Deprecated.
- ConfluenceForgotPasswordPage - Class in com.atlassian.confluence.pageobjects.page
-
- ConfluenceForgotPasswordPage() - Constructor for class com.atlassian.confluence.pageobjects.page.ConfluenceForgotPasswordPage
-
Deprecated.
- ConfluenceFrameExecutor - Interface in com.atlassian.confluence.pageobjects.module.frame
-
- ConfluenceFrameExecutorTemplate - Class in com.atlassian.confluence.pageobjects.module.frame
-
- ConfluenceFrameExecutorTemplate() - Constructor for class com.atlassian.confluence.pageobjects.module.frame.ConfluenceFrameExecutorTemplate
-
Deprecated.
- ConfluenceFrameExecutorTemplate.Lenient - Class in com.atlassian.confluence.pageobjects.module.frame
-
Deprecated.
Tries to switch to the given frame before running the closure but does not escape if not possible.
- ConfluenceFrameExecutorTemplate.Strict - Class in com.atlassian.confluence.pageobjects.module.frame
-
Deprecated.
Switches to the given frame before running the closure and escapes if not possible.
- 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) - 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
-
Confluence wrapper around the atlassian-cache implementation of HazelcastCacheManager
- ConfluenceHazelcastCacheManager(HazelcastClusterManager, CacheManager, ConfluenceMonitoring, CacheSettingsManager, HazelcastHelper) - Constructor for class com.atlassian.confluence.cache.hazelcast.ConfluenceHazelcastCacheManager
-
- ConfluenceHeader - Class in com.atlassian.confluence.pageobjects.component.header
-
- ConfluenceHeader() - Constructor for class com.atlassian.confluence.pageobjects.component.header.ConfluenceHeader
-
Deprecated.
- 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
-
- ConfluenceHibernateAccessor - Class in com.atlassian.confluence.user
-
- ConfluenceHibernateAccessor(SessionFactory) - Constructor for class com.atlassian.confluence.user.ConfluenceHibernateAccessor
-
- ConfluenceHibernateConfig - Class in com.atlassian.confluence.core.persistence.hibernate
-
Hibernate configuration for Confluence.
- ConfluenceHibernateConfig() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateConfig
-
- ConfluenceHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject> - Class in com.atlassian.confluence.core.persistence.hibernate
-
Abstract superclass of all Confluence hibernate DAOs.
- 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
- Creates and drops the 'hibernate_unique_key' ResettableTableHiLoGenerator table
- 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
-
- ConfluenceHibernateTransactionManager(SessionFactory) - 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
-
- ConfluenceHomeLogAppender - Class in com.atlassian.confluence.logging
-
A Log4J appender which is aware of when the confluence.home property is set and will switch logging from the console
to within the confluence.home directory.
- ConfluenceHomeLogAppender() - Constructor for class com.atlassian.confluence.logging.ConfluenceHomeLogAppender
-
Creates the delegate Appenders although they are not ready for use until activateOptions()
is called.
- 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
-
- ConfluenceHtmlAnnotationEscaper() - Constructor for class com.atlassian.confluence.velocity.htmlsafe.ConfluenceHtmlAnnotationEscaper
-
Deprecated.
- ConfluenceHtmlEntityEncodingPolicy - Class in com.atlassian.confluence.util.velocity
-
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(TemplateHtmlEntityEncodingPolicy) - Constructor for class com.atlassian.confluence.util.velocity.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
-
- ConfluenceHtmlUnitConfig - Class in com.atlassian.confluence.htmlunit
-
- ConfluenceHtmlUnitConfig() - Constructor for class com.atlassian.confluence.htmlunit.ConfluenceHtmlUnitConfig
-
Deprecated.
- 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(SettingsManager, Advisor) - Constructor for class com.atlassian.confluence.api.impl.sal.ConfluenceHttpClientRequestFactory
-
- ConfluenceHttpClientTrustedRequestFactory - Class in com.atlassian.sal.confluence.net
-
- ConfluenceHttpClientTrustedRequestFactory(SettingsManager, HttpClientTrustedRequestFactory) - Constructor for class com.atlassian.sal.confluence.net.ConfluenceHttpClientTrustedRequestFactory
-
- 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
-
- ConfluenceHttpServlet - Class in com.atlassian.confluence.servlet
-
- ConfluenceHttpServlet() - Constructor for class com.atlassian.confluence.servlet.ConfluenceHttpServlet
-
Deprecated.
- 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
-
- ConfluenceIndexer - Interface in com.atlassian.confluence.search
-
- ConfluenceIndexManager - Interface in com.atlassian.confluence.search.lucene
-
- ConfluenceIndexManager.IndexQueueFlushMode - Enum in com.atlassian.confluence.search.lucene
-
- ConfluenceIndexTask - Interface in com.atlassian.confluence.search.lucene.tasks
-
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
-
- 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
-
- ConfluenceInternalHostApplication - Class in com.atlassian.confluence.applinks
-
Provides a bridge between Confluence and the External Application.
- ConfluenceInternalHostApplication(PluginAccessor, SettingsManager, ConfluenceSidManager, TypeAccessor, SpaceManager, PermissionManager, WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
-
- ConfluenceJacksonDeserializers() - Constructor for class com.atlassian.confluence.rest.serialization.SerializerModule.ConfluenceJacksonDeserializers
-
- ConfluenceJiraIntegrationSetupHelper - Class in com.atlassian.confluence.setup.actions
-
- ConfluenceJiraIntegrationSetupHelper(CrowdDirectoryService) - Constructor for class com.atlassian.confluence.setup.actions.ConfluenceJiraIntegrationSetupHelper
-
- 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
-
- ConfluenceLDAPCredentialsProvider - Class in com.atlassian.confluence.user
-
- ConfluenceLDAPCredentialsProvider() - Constructor for class com.atlassian.confluence.user.ConfluenceLDAPCredentialsProvider
-
- 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, EventPublisher) - 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
-
- 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
-
- 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
-
- ConfluenceListableBeanFactory - Class in com.atlassian.confluence.setup
-
Our own BeanFactory to enable the unregistering of child beans, as well as autowiring and more efficient toString().
- ConfluenceListableBeanFactory() - Constructor for class com.atlassian.confluence.setup.ConfluenceListableBeanFactory
-
- ConfluenceListableBeanFactory(BeanFactory) - Constructor for class com.atlassian.confluence.setup.ConfluenceListableBeanFactory
-
- 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(LocaleManager, UserAccessor, LanguageManager) - Constructor for class com.atlassian.sal.confluence.message.ConfluenceLocaleResolver
-
- ConfluenceLocaleResolver(LanguageManager, LocaleManager) - Constructor for class com.atlassian.sal.confluence.message.ConfluenceLocaleResolver
-
- ConfluenceLocalSessionFactoryBean - Class in com.atlassian.confluence.impl.hibernate
-
A specialisation of Spring's LocalSessionFactoryBean which adds
Confluence-specific functionality.
- ConfluenceLocalSessionFactoryBean(Function<DataSource, ConnectionProvider>) - Constructor for class com.atlassian.confluence.impl.hibernate.ConfluenceLocalSessionFactoryBean
-
- ConfluenceLocalSessionFactoryBean(ConnectionProviderSupplier) - Constructor for class com.atlassian.confluence.impl.hibernate.ConfluenceLocalSessionFactoryBean
-
- ConfluenceLocalSessionFactoryBeanForBackup - Class in com.atlassian.confluence.importexport.impl
-
- ConfluenceLocalSessionFactoryBeanForBackup() - Constructor for class com.atlassian.confluence.importexport.impl.ConfluenceLocalSessionFactoryBeanForBackup
-
- ConfluenceLocalSessionFactoryBeanForBackup(Function<DataSource, ConnectionProvider>) - Constructor for class com.atlassian.confluence.importexport.impl.ConfluenceLocalSessionFactoryBeanForBackup
-
- ConfluenceLocalSessionFactoryBeanForBackup(ConnectionProviderSupplier) - Constructor for class com.atlassian.confluence.importexport.impl.ConfluenceLocalSessionFactoryBeanForBackup
-
- 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
-
- ConfluenceLoginPage - Class in com.atlassian.confluence.pageobjects.page
-
- ConfluenceLoginPage() - Constructor for class com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
-
Deprecated.
- ConfluenceLoginPage(String) - Constructor for class com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
-
Deprecated.
- ConfluenceLuceneAnalyzerFactory - Class in com.atlassian.confluence.search.lucene
-
- ConfluenceLuceneAnalyzerFactory(SettingsManager, Analyzer, UserDictionaryFactory) - Constructor for class com.atlassian.confluence.search.lucene.ConfluenceLuceneAnalyzerFactory
-
- ConfluenceLuceneAnalyzerMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- ConfluenceLuceneAnalyzerMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ConfluenceLuceneAnalyzerMapper
-
- ConfluenceLuceneQueryParserFactory - Class in com.atlassian.confluence.search.lucene
-
- ConfluenceLuceneQueryParserFactory(LuceneAnalyzerFactory, Analyzer) - Constructor for class com.atlassian.confluence.search.lucene.ConfluenceLuceneQueryParserFactory
-
- ConfluenceLuceneQueryParserFactory(LuceneAnalyzerFactory, Analyzer, LuceneAnalyzerMapper, SearchLanguageProvider) - Constructor for class com.atlassian.confluence.search.lucene.ConfluenceLuceneQueryParserFactory
-
- ConfluenceMailAddress - Class in com.atlassian.confluence.mail.address
-
This object is used to house both internet addresses (parsed)
and addresses that are invalid.
- ConfluenceMailAddress(String) - Constructor for class com.atlassian.confluence.mail.address.ConfluenceMailAddress
-
- ConfluenceMailAddress(InternetAddress) - Constructor for class com.atlassian.confluence.mail.address.ConfluenceMailAddress
-
- ConfluenceMailAddress(ConfluenceMailAddress) - Constructor for class com.atlassian.confluence.mail.address.ConfluenceMailAddress
-
- ConfluenceMailAddress(Address) - Constructor for class com.atlassian.confluence.mail.address.ConfluenceMailAddress
-
- 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
-
- ConfluenceMailServerManager - Class in com.atlassian.confluence.mail
-
Confluence's implementation to manage MailServers CRUD.
- ConfluenceMailServerManager() - Constructor for class com.atlassian.confluence.mail.ConfluenceMailServerManager
-
- ConfluenceMainHeader - Class in com.atlassian.confluence.pageobjects.component.header
-
- ConfluenceMainHeader() - Constructor for class com.atlassian.confluence.pageobjects.component.header.ConfluenceMainHeader
-
Deprecated.
- 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
-
- ConfluenceMemoryOptimizedSingleTableEntityPersister - Class in com.atlassian.confluence.impl.core.persistence.hibernate
-
A memory optimized version of SingleTableEntityPersister, that lazy-creates seldom used
UniqueEntityLoader objects.
- ConfluenceMemoryOptimizedSingleTableEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, PersisterCreationContext) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.ConfluenceMemoryOptimizedSingleTableEntityPersister
-
- ConfluenceMenuItem - Class in com.atlassian.confluence.pageobjects.component.menu
-
- ConfluenceMenuItem(By) - Constructor for class com.atlassian.confluence.pageobjects.component.menu.ConfluenceMenuItem
-
Deprecated.
- ConfluenceMicrometer - Class in com.atlassian.confluence.impl.metrics
-
- ConfluenceMicrometer() - Constructor for class com.atlassian.confluence.impl.metrics.ConfluenceMicrometer
-
- 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.
- ConfluenceMonitoringControl - Interface in com.atlassian.confluence.util.profiling
-
- ConfluenceMonitoringLoader<K,V> - Class in com.atlassian.confluence.cache.hazelcast.monitoring
-
Wraps underlying loader and records stats for under it parent cache namespace
- ConfluenceMonitoringLoader(ConfluenceMonitoring, String, CacheLoader<K, V>) - Constructor for class com.atlassian.confluence.cache.hazelcast.monitoring.ConfluenceMonitoringLoader
-
- 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
-
- ConfluenceNGramTokenFilter - Class in com.atlassian.confluence.search.lucene.filter
-
- ConfluenceNGramTokenFilter(TokenStream, int, int, ConfluenceNGramTokenFilter.Callback) - Constructor for class com.atlassian.confluence.search.lucene.filter.ConfluenceNGramTokenFilter
-
Deprecated.
Creates NGramTokenFilter with given min and max n-grams.
- ConfluenceNGramTokenFilter(TokenStream, ConfluenceNGramTokenFilter.Callback) - Constructor for class com.atlassian.confluence.search.lucene.filter.ConfluenceNGramTokenFilter
-
Deprecated.
Creates NGramTokenFilter with default min and max n-grams.
- ConfluenceNGramTokenFilter.Callback - Interface in com.atlassian.confluence.search.lucene.filter
-
Deprecated.
Callback interface to allow filtering on n-gram tokens
- ConfluenceNoOpServlet - Class in com.atlassian.confluence.servlet
-
No op servlet for CONF-7953
- ConfluenceNoOpServlet() - Constructor for class com.atlassian.confluence.servlet.ConfluenceNoOpServlet
-
- ConfluenceOpenSessionInViewFilter - Class in com.atlassian.confluence.web.filter
-
Extracted from FlushingSpringSessionInViewFilter and FlushingSpringSessionInViewFilterForHibernate.
- ConfluenceOpenSessionInViewFilter() - Constructor for class com.atlassian.confluence.web.filter.ConfluenceOpenSessionInViewFilter
-
- 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
-
- ConfluencePage - Class in com.atlassian.confluence.it.global
-
- 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
-
- ConfluencePermissionEnforcer - Class in com.atlassian.sal.confluence.permission
-
- ConfluencePermissionEnforcer(I18nResolver, PermissionManager) - 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(PluginRegistry.ReadWrite, PluginAccessor, PluginPersistentStateStore, List<Object>, ModuleDescriptorFactory, PluginEventManager, List<String>, EventPublisher, PluginInstaller, SafeModeManager) - Constructor for class com.atlassian.confluence.plugin.ConfluencePluginManager
-
If you pass a String in the list of pluginLoaders, it will automagically be converted into a SinglePluginLoader
for a file with that string's name.
- ConfluencePluginObjectFactory - Class in com.atlassian.confluence.plugin
-
Custom ObjectFactory that will delegate to the provided class loader.
- ConfluencePluginObjectFactory(ClassLoader) - Constructor for class com.atlassian.confluence.plugin.ConfluencePluginObjectFactory
-
- ConfluencePluginSettings - Class in com.atlassian.sal.confluence.pluginsettings
-
- ConfluencePluginSettings(BandanaManager, ConfluenceBandanaContext, TransactionalHostContextAccessor) - Constructor for class com.atlassian.sal.confluence.pluginsettings.ConfluencePluginSettings
-
- ConfluencePluginSettingsFactory - Class in com.atlassian.sal.confluence.pluginsettings
-
- ConfluencePluginSettingsFactory(BandanaManager, TransactionalHostContextAccessor) - 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
-
- ConfluencePoolBasedEventExecutorFactory(EventThreadPoolConfiguration, EventThreadFactory, RejectedExecutionHandler) - Constructor for class com.atlassian.confluence.event.ConfluencePoolBasedEventExecutorFactory
-
- 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
-
- ConfluenceProductInstance - Class in com.atlassian.confluence.webdriver
-
- ConfluenceProductInstance() - Constructor for class com.atlassian.confluence.webdriver.ConfluenceProductInstance
-
- 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
-
Convenient way to break out creation of property sets for testing
- ConfluenceQuartzThreadPool - Class in com.atlassian.confluence.schedule.quartz
-
- ConfluenceQuartzThreadPool() - Constructor for class com.atlassian.confluence.schedule.quartz.ConfluenceQuartzThreadPool
-
- ConfluenceQuartzUtil - Class in com.atlassian.confluence.setup.quartz
-
Quartz related utility methods
- ConfluenceQuartzUtil() - Constructor for class com.atlassian.confluence.setup.quartz.ConfluenceQuartzUtil
-
- ConfluenceRegionFactory - Class in com.atlassian.confluence.impl.cache.hibernate
-
Statically prepare a RegionFactory for Hibernate L2 caches
- ConfluenceRegionFactory() - Constructor for class com.atlassian.confluence.impl.cache.hibernate.ConfluenceRegionFactory
-
- 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 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
-
- ConfluenceResourceDownloadRewriteRule - Class in com.atlassian.confluence.servlet.rewrite
-
This Tuckey URL RewriteRule will noramlise a URL and then make sure that it does
not attempt to use directory traversal to access the WEB-INF directory.
- ConfluenceResourceDownloadRewriteRule() - Constructor for class com.atlassian.confluence.servlet.rewrite.ConfluenceResourceDownloadRewriteRule
-
- ConfluenceResourceDownloadUtils - Class in com.atlassian.confluence.plugin.webresource
-
- ConfluenceResourceDownloadUtils() - Constructor for class com.atlassian.confluence.plugin.webresource.ConfluenceResourceDownloadUtils
-
- ConfluenceResourceFactory() - Constructor for class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager.ConfluenceResourceFactory
-
- ConfluenceRoleMapper - Class in com.atlassian.confluence.security
-
- ConfluenceRoleMapper() - Constructor for class com.atlassian.confluence.security.ConfluenceRoleMapper
-
- ConfluenceRpc - Class in com.atlassian.confluence.it.rpc
-
- ConfluenceRpc.Version - Enum in com.atlassian.confluence.it.rpc
-
Deprecated.
Enumeration of all supported versions of the Confluence remote API
- 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>, VCacheRequestContextOperations, Scheduler, ClusterLockService, ClusterManager, Supplier<JobListener>) - Constructor for class com.atlassian.confluence.impl.schedule.caesium.ConfluenceSchedulerService
-
- ConfluenceSchedulerService(CaesiumSchedulerConfiguration, RunDetailsDao, ClusteredJobDao, Set<String>, VCacheRequestContextOperations, Scheduler, ClusterLockService, ClusterManager) - 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, ConfluenceSchemaHelper) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaCreator
-
- ConfluenceSchemaCreator(SessionFactory, PlatformTransactionManager, HibernateMetadataSource, DdlExecutor, Supplier<Configuration>) - 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<String>, HibernateConfig, HibernateMetadataSource) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
-
- ConfluenceSearchProvider - Class in com.atlassian.sal.confluence.search
-
- ConfluenceSearchProvider(PredefinedSearchBuilder, SearchManager, SearchQueryParser, UserAccessor, ApplicationProperties) - Constructor for class com.atlassian.sal.confluence.search.ConfluenceSearchProvider
-
- ConfluenceSearchScope - Interface in com.atlassian.confluence.search
-
- 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
-
- ConfluenceSeraphAuthenticationListener - Class in com.atlassian.confluence.security.trust.seraph
-
- ConfluenceSeraphAuthenticationListener() - Constructor for class com.atlassian.confluence.security.trust.seraph.ConfluenceSeraphAuthenticationListener
-
- ConfluenceSeraphAuthenticationListener - Class in com.atlassian.sal.confluence.oauth.seraph
-
- ConfluenceSeraphAuthenticationListener(LoginManager) - Constructor for class com.atlassian.sal.confluence.oauth.seraph.ConfluenceSeraphAuthenticationListener
-
- ConfluenceServletContextFactory - Class in com.atlassian.confluence.servlet
-
- ConfluenceServletContextFactory() - Constructor for class com.atlassian.confluence.servlet.ConfluenceServletContextFactory
-
- ConfluenceServletDispatcher - Class in com.atlassian.confluence.servlet
-
This action sets the max size for MultipartRequests to be Integer.MAX_VALUE if the name of
the action is "restore.action"
- ConfluenceServletDispatcher() - Constructor for class com.atlassian.confluence.servlet.ConfluenceServletDispatcher
-
- 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.
- ConfluenceSignupPage - Class in com.atlassian.confluence.pageobjects.page
-
- ConfluenceSignupPage() - Constructor for class com.atlassian.confluence.pageobjects.page.ConfluenceSignupPage
-
Deprecated.
- ConfluenceSignupPage(boolean) - Constructor for class com.atlassian.confluence.pageobjects.page.ConfluenceSignupPage
-
Deprecated.
- ConfluenceSignupPage(String) - Constructor for class com.atlassian.confluence.pageobjects.page.ConfluenceSignupPage
-
Deprecated.
- ConfluenceSignupPage(URI) - Constructor for class com.atlassian.confluence.pageobjects.page.ConfluenceSignupPage
-
Deprecated.
- ConfluenceSitemeshDecorator - Class in com.atlassian.confluence.util.profiling
-
Renders Velocity decorators with a context map of objects provided by Confluence.
- ConfluenceSitemeshDecorator.ErrorHandlingStrategy - Interface in com.atlassian.confluence.util.profiling
-
- ConfluenceSitemeshErrorDecorator - Class in com.atlassian.confluence.util.profiling
-
Just like ConfluenceSitemeshDecorator, but specifically for rendering the decorator for errors.
- 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.setup.sitemesh
-
- ConfluenceSpaceDecoratorMapper() - Constructor for class com.atlassian.confluence.setup.sitemesh.ConfluenceSpaceDecoratorMapper
-
- ConfluenceSpringContextInstanceFactory - Class in com.atlassian.confluence.user.crowd
-
- ConfluenceSpringContextInstanceFactory(Map<Class<?>, String>) - Constructor for class com.atlassian.confluence.user.crowd.ConfluenceSpringContextInstanceFactory
-
- ConfluenceSpringDataSourceConnectionProvider - Class in com.atlassian.confluence.impl.core.persistence.hibernate
-
A LocalDataSourceConnectionProvider subclass that allows the DataSource object
to be set in the constructor.
- ConfluenceSpringDataSourceConnectionProvider(DataSource) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.ConfluenceSpringDataSourceConnectionProvider
-
- ConfluenceSpringHostContextAccessor - Class in com.atlassian.confluence.spring.transaction.interceptor
-
- ConfluenceSpringHostContextAccessor(PlatformTransactionManager, VCacheRequestContextOperations) - Constructor for class com.atlassian.confluence.spring.transaction.interceptor.ConfluenceSpringHostContextAccessor
-
- ConfluenceSpringNamespaceHandler - Class in com.atlassian.confluence.spring.namespace
-
The Spring NamespaceHandler for the "confluence" custom namespace.
- ConfluenceSpringNamespaceHandler() - Constructor for class com.atlassian.confluence.spring.namespace.ConfluenceSpringNamespaceHandler
-
- 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
-
- ConfluenceStartAnalyticsEventFactory - Class in com.atlassian.confluence.impl.startup
-
- ConfluenceStartAnalyticsEventFactory(PlatformTransactionManager, ClusterManager, LicenseService, SafeModeCommandLineArgumentsFactory, SystemInformationService, SandboxPoolConfiguration) - Constructor for class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
-
- ConfluenceStartAnalyticsEventPublisher - Class in com.atlassian.confluence.impl.startup
-
- ConfluenceStartAnalyticsEventPublisher(EventPublisher, TenantRegistry, ConfluenceStartAnalyticsEventFactory, ScheduledExecutorService) - Constructor for class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventPublisher
-
- ConfluenceStaticContextItemProvider - Class in com.atlassian.confluence.setup.velocity
-
Provides a context map containing default static utils available in all Velocity contexts provided
at any time in the lifecycle of Confluence.
- ConfluenceStaticContextItemProvider() - Constructor for class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider
-
- ConfluenceSynchronizationManager - Class in com.atlassian.confluence.core
-
Confluence transaction sycnhronization manager.
- ConfluenceSynchronizationManager() - Constructor for class com.atlassian.confluence.core.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
-
- ConfluenceTestedProduct - Class in com.atlassian.confluence.pageobjects
-
- ConfluenceTestedProduct(TestedProductFactory.TesterFactory<WebDriverTester>, ProductInstance) - Constructor for class com.atlassian.confluence.pageobjects.ConfluenceTestedProduct
-
Deprecated.
- ConfluenceTestedProduct(TestedProductFactory.TesterFactory<WebDriverTester>, ProductInstance, ConfluenceTestedProduct.LoginType) - Constructor for class com.atlassian.confluence.pageobjects.ConfluenceTestedProduct
-
Deprecated.
- ConfluenceTestedProduct.LoginType - Enum in com.atlassian.confluence.pageobjects
-
Deprecated.
- ConfluenceThreadLocalContextManager - Class in com.atlassian.confluence.api.impl.sal
-
Manages all thread local state for Confluence
- ConfluenceThreadLocalContextManager(Brave) - Constructor for class com.atlassian.confluence.api.impl.sal.ConfluenceThreadLocalContextManager
-
- ConfluenceThreadLocalDelegateExecutorFactory<C> - Class in com.atlassian.sal.confluence.executor
-
Instance of the executor factory tailored to Confluence
- ConfluenceThreadLocalDelegateExecutorFactory(ThreadLocalContextManager<C>, VCacheRequestContextOperations) - Constructor for class com.atlassian.sal.confluence.executor.ConfluenceThreadLocalDelegateExecutorFactory
-
- 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(UserAccessor, SettingsManager, TenantRegistry) - Constructor for class com.atlassian.confluence.api.impl.sal.timezone.ConfluenceTimeZoneManager
-
- ConfluenceTimingFilter - Class in com.atlassian.confluence.web.filter
-
Spring Bean based filter for monitoring web request times.
- ConfluenceTimingFilter(ConfluenceMonitoring) - Constructor for class com.atlassian.confluence.web.filter.ConfluenceTimingFilter
-
- ConfluenceTrackbackUtils - Class in com.atlassian.confluence.util
-
- ConfluenceTrackbackUtils() - Constructor for class com.atlassian.confluence.util.ConfluenceTrackbackUtils
-
Deprecated.
- 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.search.lucene
-
An analyzer that groups
non-stemming language analyzers, and delegates to the appropriate one
depending on the indexing language (
Settings.getIndexingLanguage().
- ConfluenceUnstemmedAnalyzer(SettingsManager) - Constructor for class com.atlassian.confluence.search.lucene.ConfluenceUnstemmedAnalyzer
-
- 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
-
- ConfluenceUser - Interface in com.atlassian.confluence.user
-
Describing a Confluence user.
- ConfluenceUserAccessResolver - Class in com.atlassian.confluence.impl.integration.jira.applinks
-
- ConfluenceUserAccessResolver(PermissionManager) - Constructor for class com.atlassian.confluence.impl.integration.jira.applinks.ConfluenceUserAccessResolver
-
- confluenceUserCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent.Builder
-
- confluenceUserDao - Variable in class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
-
- 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.
- 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(String, String, String) - Constructor for class com.atlassian.confluence.user.ConfluenceUserImpl
-
Create a new ConfluenceUserImpl with an automatically generated backing User.
- ConfluenceUserImpl(User) - Constructor for class com.atlassian.confluence.user.ConfluenceUserImpl
-
- 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(UserManager, ConfluenceUserDao) - Constructor for class com.atlassian.confluence.user.ConfluenceUserManager
-
- ConfluenceUserManager - Class in com.atlassian.sal.confluence.user
-
Authenticates a user against UserAccessor in Confluence.
- ConfluenceUserManager(UserAccessor, CrowdService, PermissionManager) - Constructor for class com.atlassian.sal.confluence.user.ConfluenceUserManager
-
- ConfluenceUserMenu - Class in com.atlassian.confluence.pageobjects.component.menu
-
- ConfluenceUserMenu() - Constructor for class com.atlassian.confluence.pageobjects.component.menu.ConfluenceUserMenu
-
Deprecated.
- ConfluenceUserPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
-
- ConfluenceUserPersister(ConfluenceUserDao, CrowdDirectoryService, InternalUserDao) - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.ConfluenceUserPersister
-
- ConfluenceUserPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
-
- ConfluenceUserPersisterFactory(ConfluenceUserDao, CrowdDirectoryService, InternalUserDao) - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.ConfluenceUserPersisterFactory
-
- ConfluenceUserPreferences - Class in com.atlassian.confluence.user
-
Provides strongly-typed accessors for Confluence user preferences.
- ConfluenceUserPreferences() - Constructor for class com.atlassian.confluence.user.ConfluenceUserPreferences
-
No-args constructor is used for anonymous user preferences
- ConfluenceUserPreferences(PropertySet) - Constructor for class com.atlassian.confluence.user.ConfluenceUserPreferences
-
- 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
-
- ConfluenceUserPropertySetFactory(HibernateConfigurationProvider) - Constructor for class com.atlassian.confluence.user.ConfluenceUserPropertySetFactory
-
- confluenceUsers - Variable in class com.atlassian.confluence.setup.actions.SetupAdministrator
-
- ConfluenceUserSettingsService - Class in com.atlassian.sal.confluence.usersettings
-
Confluence implementation of the SAL UserSettingsService.
- ConfluenceUserSettingsService(UserAccessor) - Constructor for class com.atlassian.sal.confluence.usersettings.ConfluenceUserSettingsService
-
- ConfluenceUserSettingsService.PrefixStrippingFunction - Enum in com.atlassian.sal.confluence.usersettings
-
- ConfluenceValidationInterceptor - Class in com.atlassian.confluence.xwork
-
Copy of the XWork validation interceptor that delegates to our own ActionValidatorManager.
- ConfluenceValidationInterceptor() - Constructor for class com.atlassian.confluence.xwork.ConfluenceValidationInterceptor
-
- ConfluenceVelocityCacheConfigurator - Class in com.atlassian.confluence.util.velocity
-
Bean that configures the confluence resource manager with the injected cache manager
- ConfluenceVelocityCacheConfigurator(VCacheFactory) - Constructor for class com.atlassian.confluence.util.velocity.ConfluenceVelocityCacheConfigurator
-
- ConfluenceVelocityManager - Class in com.atlassian.confluence.setup.webwork
-
Confluence specialisation of the WebWork velocity manager.
- ConfluenceVelocityManager() - Constructor for class com.atlassian.confluence.setup.webwork.ConfluenceVelocityManager
-
- ConfluenceVelocityResourceCache - Class in com.atlassian.confluence.util.velocity
-
Clearable velocity cache.
- ConfluenceVelocityResourceCache(VCacheFactory) - Constructor for class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
-
Create a resource cache using the provided cache manager.
- 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
- ConfluenceVelocityServlet - Class in com.atlassian.confluence.servlet
-
An improved WW VelocityServlet which doesn't load velocity twice!
- ConfluenceVelocityServlet() - Constructor for class com.atlassian.confluence.servlet.ConfluenceVelocityServlet
-
- 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
-
- ConfluenceWebItemModuleDescriptor() - 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
-
- ConfluenceWebMenuManager() - 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, Supplier<DarkFeaturesManager>, LanguageManager) - 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.
- ConfluenceWebResourceService - Interface in com.atlassian.confluence.plugin.webresource
-
Provides services related to writing Confluence html resource tags.
- ConfluenceWebResourceService.Style - Enum 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
-
- ConfluenceWebSudoBanner - Class in com.atlassian.confluence.pageobjects.component.header
-
- ConfluenceWebSudoBanner() - Constructor for class com.atlassian.confluence.pageobjects.component.header.ConfluenceWebSudoBanner
-
Deprecated.
- ConfluenceWebSudoManager - Class in com.atlassian.sal.confluence.websudo
-
Confluence implementation of the SAL WebSudoManager.
- ConfluenceWebSudoManager(SettingsManager, WebSudoManager) - Constructor for class com.atlassian.sal.confluence.websudo.ConfluenceWebSudoManager
-
- ConfluenceWebSudoPage - Class in com.atlassian.confluence.pageobjects.page
-
- ConfluenceWebSudoPage() - Constructor for class com.atlassian.confluence.pageobjects.page.ConfluenceWebSudoPage
-
Deprecated.
- ConfluenceWebWorkConfigLoader - Class in com.atlassian.confluence.setup.webwork
-
- ConfluenceWebWorkConfigLoader() - Constructor for class com.atlassian.confluence.setup.webwork.ConfluenceWebWorkConfigLoader
-
- ConfluenceWebWorkConfigLoaderCache - Class in com.atlassian.confluence.setup.webwork
-
- ConfluenceWebWorkConfigLoaderCache(EventPublisher, PluginEventManager) - Constructor for class com.atlassian.confluence.setup.webwork.ConfluenceWebWorkConfigLoaderCache
-
- ConfluenceWebWorkConfiguration - Class in com.atlassian.confluence.setup.webwork
-
Created by IntelliJ IDEA.
- ConfluenceWebWorkConfiguration() - Constructor for class com.atlassian.confluence.setup.webwork.ConfluenceWebWorkConfiguration
-
- 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
-
- ConfluenceXMLEventWriter(XMLEventWriter, Writer) - Constructor for class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
-
- ConfluenceXmlOutputFactory - Class in com.atlassian.confluence.content.render.xhtml
-
- 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
-
- ConfluenceXmlWebApplicationContext - Class in com.atlassian.confluence.setup
-
- ConfluenceXmlWebApplicationContext() - Constructor for class com.atlassian.confluence.setup.ConfluenceXmlWebApplicationContext
-
- ConfluenceXsrfTokenAccessor - Class in com.atlassian.sal.confluence.xsrf
-
- ConfluenceXsrfTokenAccessor(XsrfTokenGenerator) - Constructor for class com.atlassian.sal.confluence.xsrf.ConfluenceXsrfTokenAccessor
-
- ConfluenceXsrfTokenInterceptor - Class in com.atlassian.confluence.xwork
-
- ConfluenceXsrfTokenInterceptor() - Constructor for class com.atlassian.confluence.xwork.ConfluenceXsrfTokenInterceptor
-
- ConfluenceXsrfTokenValidator - Class in com.atlassian.sal.confluence.xsrf
-
- ConfluenceXsrfTokenValidator(XsrfTokenGenerator) - Constructor for class com.atlassian.sal.confluence.xsrf.ConfluenceXsrfTokenValidator
-
- ConfluenceXWorkTransactionInterceptor - Class in com.atlassian.confluence.setup.webwork
-
An interceptor that wraps the action execution in a single Hibernate transaction.
- ConfluenceXWorkTransactionInterceptor() - Constructor for class com.atlassian.confluence.setup.webwork.ConfluenceXWorkTransactionInterceptor
-
- 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
-
- ConnectionDao - Interface in com.atlassian.confluence.follow.persistence.dao
-
DAO for connections between followers and followees.
- ConnectionProviderSupplier - Interface in com.atlassian.confluence.impl.core.persistence.hibernate
-
- ConnectToJiraAction - Class in com.atlassian.confluence.setup.actions
-
- ConnectToJiraAction() - Constructor for class com.atlassian.confluence.setup.actions.ConnectToJiraAction
-
- ConnectToJiraSyncDirectoryAction - Class in com.atlassian.confluence.setup.actions
-
Synchronises the Jira directory and updates the admin user in the Confluence internal directory with the details of
the admin user (with the same username and password) from the Jira directory.
- ConnectToJiraSyncDirectoryAction() - Constructor for class com.atlassian.confluence.setup.actions.ConnectToJiraSyncDirectoryAction
-
- 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.search.v2.lucene.mapper
-
- ConstantScoreQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ConstantScoreQueryMapper
-
- constrainLength(String, int) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- constrainResults(List<T>, int, int) - Static method in class com.atlassian.confluence.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<S, T>, S, T, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
-
- constructRelationEntity(RelationEntity<ConfluenceUser, ContentEntityObject>, ConfluenceUser, ContentEntityObject, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
-
- 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.
- ContainedCustomContentEntityObjectUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
This upgrade task tracks the schema change that makes
CustomContentEntityObjects use the same PAGEID column as comments
Comments, for the same reason: so custom content can be contained by a content object.
- ContainedCustomContentEntityObjectUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ContainedCustomContentEntityObjectUpgradeTask
-
- Container - Interface in com.atlassian.confluence.api.model.content
-
A Model object that can hold one or more other objects.
- 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 - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
-
- container(T, Expansions) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
-
The return type of this method is intentionally broad.
- CONTAINER_CONTENT_TYPE - Static variable in class com.atlassian.confluence.search.lucene.extractor.PageContentEntityObjectExtractor.FieldNames
-
- CONTAINER_CONTENT_TYPE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- containerComponent(String) - Static method in class com.atlassian.confluence.util.LazyComponentReference
-
Deprecated.
Static factory that takes the component name and the type.
- containerComponent(String) - Static method in class com.atlassian.confluence.util.MemoizingComponentReference
-
Static factory that takes the component name and the type.
- containerDirectoryForAttachmentVersions(long, long, Optional<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.HierarchicalMultiStreamAttachmentDataFileSystem
-
Get the
File representing the directory that contains all the versions of an attachment
- containerEntity(ContentConvertible, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentExtensionsFactory
-
- 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
- ContainingContentTypeQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- ContainingContentTypeQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ContainingContentTypeQueryMapper
-
Deprecated.
- contains(Object) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
-
- contains(String, String) - Method in class com.atlassian.confluence.pageobjects.component.form.DynamicSelectElement
-
Deprecated.
Returns a timed query that checks whether an option with the expected text and
value is present in this field.
- contains(String) - Method in class com.atlassian.confluence.pageobjects.component.header.ConfluenceHeader
-
Deprecated.
- contains(long, String) - Method in class com.atlassian.confluence.pages.attachments.AttachmentCache
-
Returns true if the cache contains the composite key of content ID + file
name.
- contains(String, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.PageIdCache
-
- contains(ContentEntityObject) - Static method in class com.atlassian.confluence.renderer.ContentIncludeStack
-
- contains(Object) - Method in class com.atlassian.confluence.rest.api.model.RestList
-
- contains(ContentPermission) - 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.api.model.RestList
-
- containsAll(ContentPermissionSet) - Method in class com.atlassian.confluence.security.ContentPermissionSet
-
- containsAnnotationOfType(Collection<Annotation>, Class<? extends Annotation>) - Static method in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeAnnotationUtils
-
Detects whether a collection contains an annotation of a particular type
- containsBeanDefinition(String) - Method in class com.atlassian.confluence.setup.ConfluenceListableBeanFactory
-
Since you can't actually unregisterBeans we use a NULL_OBJECT to represent deleted ones.
- containsContent(Content) - Static method in class com.atlassian.confluence.it.api.ContainsContentMatcher
-
- containsContent(String) - Method in class com.atlassian.confluence.pageobjects.page.content.EditorPreview
-
Deprecated.
- ContainsContentMatcher - Class in com.atlassian.confluence.it.api
-
Like Matchers.contains but matches an api content object by id
- containsExperimentalExpansion(Expansion[]) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
-
- containsFetchProfileDefinition(String) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
-
- containsFilter(SearchFilter, Class<T>) - Static method in class com.atlassian.confluence.search.v2.searchfilter.SearchFilterUtils
-
Traverses the provided tree and checks whether it contains any filters of the specified class
- 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(Object) - Method in class com.atlassian.confluence.setup.webwork.CompositeContext
-
- containsKey(Object) - Method in class com.atlassian.confluence.util.collections.CompositeMap
-
- containsKey(Object) - Method in class com.atlassian.confluence.util.collections.LazyMap
-
- containsLinkTo(String, String) - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- containsMetadata(String) - Method in class com.atlassian.confluence.renderer.RenderResult
-
- containsPage(Page) - Method in class com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesContent
-
Deprecated.
- containsPattern(String) - Static method in class com.atlassian.confluence.it.RegexMatcher
-
- containsTextInQuickNavResults(String) - Method in class com.atlassian.confluence.pageobjects.page.SearchResultPage
-
Deprecated.
- containsTextInResults(String) - Method in class com.atlassian.confluence.pageobjects.page.SearchResultPage
-
Deprecated.
- containsUserValue(User) - Method in class com.atlassian.confluence.pageobjects.component.form.MultiUserPicker
-
Deprecated.
- 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(Reference<Content>) - Method in class com.atlassian.confluence.api.model.content.ContentBody.ContentBodyBuilder
-
- content(ContentSelector) - 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(Reference<Content>) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
-
- content(Content) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
-
- content(Reference<Content>) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
-
- CONTENT - Static variable in class com.atlassian.confluence.api.model.content.JsonContentProperty.Expansions
-
- content(Content) - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintInstance.Builder
-
- CONTENT - Static variable in class com.atlassian.confluence.api.model.content.Version.Expansions
-
- 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 - Static variable in class com.atlassian.confluence.api.model.permissions.ContentRestriction.Expansions
-
- content(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
-
create a content nav builder to reference a piece of content
- content(ContentId) - Method in interface com.atlassian.confluence.api.nav.Navigation
-
- 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(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 interface com.atlassian.confluence.api.nav.Navigation.ExperimentalNav
-
create a content nav builder to reference a piece of content
- content(ContentId) - Method in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalNav
-
- 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() - Method in interface com.atlassian.confluence.api.nav.Navigation.SpaceNav
-
- Content - Interface in com.atlassian.confluence.content
-
Placeholder for an improved API for handling Content.
- content - Variable in class com.atlassian.confluence.it.AbstractContentEntity
-
Deprecated.
- content() - Method in class com.atlassian.confluence.it.api.test.plugin.apiavailable.DummyApiAvailableTestResource
-
A rest resource that produces a static content object to test serialization, see RestApiContentAcceptanceTest
- content - Variable in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- Content - Class in com.atlassian.confluence.legacyapi.model.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 - Variable in class com.atlassian.confluence.pages.actions.beans.FileStorer
-
- content(Content) - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.RestNavigationImpl
-
- content(Reference<Content>) - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.RestNavigationImpl
-
- content(ContentId) - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.RestNavigationImpl
-
- content(ContentSelector) - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.RestNavigationImpl
-
- content(Expansions) - Static method in class com.atlassian.confluence.rest.api.model.pagination.PaginationLimits
-
Maximum number of content objects to return at a time, depending on which fields are expanded.
- 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.SearchFieldNames
-
- CONTENT - Static variable in class com.atlassian.confluence.search.v2.searchfilter.SearchResultTypeSearchFilter
-
- Content.ContentBuilder - Class in com.atlassian.confluence.api.model.content
-
- Content.Expansions - Class in com.atlassian.confluence.api.model.content
-
Provides property names that can be used to expand
Content objects.
- Content.IdProperties - Enum in com.atlassian.confluence.api.model.content
-
- Content2ContentHibernateRelationDao - Class in com.atlassian.confluence.internal.relations.dao.hibernate
-
- Content2ContentHibernateRelationDao(SessionFactory) - 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
-
- CONTENT_BODY - Static variable in class com.atlassian.confluence.internal.index.v2.AtlassianContentDocumentBuilder.FieldName
-
- 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_BY_LABEL_MACRO - Static variable in class com.atlassian.confluence.it.Macro
-
- CONTENT_CHILDREN_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
-
- 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.FieldName
-
- 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_FAVOURITE - Static variable in class com.atlassian.confluence.api.model.relations.FavouriteRelationDescriptor
-
The relation type for user Content favourites.
- CONTENT_FILE_SIZE_FIELD - Static variable in class com.atlassian.confluence.search.lucene.extractor.ConfluenceAttachmentMetadataExtractor
-
- CONTENT_HISTORY_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
-
- CONTENT_ID_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
-
- CONTENT_ID_FIELD - Static variable in class com.atlassian.confluence.search.lucene.extractor.ConfluenceAttachmentMetadataExtractor
-
- 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_NAME_UNSTEMMED_FIELD - Static variable in class com.atlassian.confluence.search.contentnames.lucene.LuceneContentNameSearcher
-
Deprecated.
- CONTENT_NAME_UNSTEMMED_FIELD - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- CONTENT_NAME_UNTOKENIZED - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
-
An untokenized version of the title of a piece of content to enable sorting on it
- CONTENT_NAME_UNTOKENIZED - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- CONTENT_NOT_FOUND_TRANSLATION - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
-
- CONTENT_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
-
- CONTENT_PATH - Static variable in class com.atlassian.confluence.it.rest.AbstractRestAcceptanceTest
-
Deprecated.
- CONTENT_PERM_SET_TABLE_NAME - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- CONTENT_PERM_TABLE_NAME - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- 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_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_REAL_TITLE_FIELD - Static variable in class com.atlassian.confluence.search.lucene.extractor.ConfluenceAttachmentMetadataExtractor
-
- 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_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_STATUS - Static variable in class com.atlassian.confluence.search.lucene.extractor.ContentEntityMetadataExtractor
-
- CONTENT_STATUS - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- CONTENT_STATUS_CURRENT - Static variable in class com.atlassian.confluence.upgrade.upgradetask.attachmentceo.AttachmentContentStatusUpgradeTask
-
- 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_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.links.TrackbackLink
-
Deprecated.
- 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.spaces.Space
-
- CONTENT_TYPE - Static variable in class com.atlassian.confluence.user.PersonalInformation
-
- CONTENT_TYPE_ATTACHMENT - Static variable in class com.atlassian.confluence.upgrade.upgradetask.attachmentceo.AttachmentContentStatusUpgradeTask
-
- CONTENT_TYPE_FIELD - Static variable in class com.atlassian.confluence.search.lucene.extractor.ConfluenceAttachmentMetadataExtractor
-
This actually refers to the type of the containing ContentEntityObject
- 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_URL_PATH_FIELD - Static variable in class com.atlassian.confluence.search.lucene.extractor.ConfluenceAttachmentMetadataExtractor
-
- CONTENT_VERSION - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
-
- CONTENT_VERSION - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- 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
-
- ContentActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
-
Represents a high level content action breadcrumb.
- ContentActionBreadcrumb(Action, Space, AbstractPage, DisplayableLabel, Breadcrumb) - Constructor for class com.atlassian.confluence.util.breadcrumbs.ContentActionBreadcrumb
-
- ContentBeanMatchers - Class in com.atlassian.confluence.it.content
-
- ContentBeanMatchers() - Constructor for class com.atlassian.confluence.it.content.ContentBeanMatchers
-
- 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
-
interface to expose DefaultContentBlueprintInstanceFactory to plugin, e.g.: CC
- 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(ContentRepresentation, String, Reference<Content>) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
-
- ContentBody(ContentRepresentation, String, Reference<Content>, Reference<WebResourceDependencies>) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
-
- ContentBody(ContentRepresentation, String, ContentId) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
-
- ContentBody(ContentRepresentation, String, Content) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
-
- ContentBody(ContentRepresentation, String) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
-
- ContentBody(ContentBody.ContentBodyBuilder) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
-
- ContentBody - Class in com.atlassian.confluence.legacyapi.model.content
-
- 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.api.impl.service.content
-
Used to convert a
ContentBody to a different representation
format.
- 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
-
- 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.entities
-
- ContentBodyEntity() - Constructor for class com.atlassian.confluence.plugins.rest.entities.ContentBodyEntity
-
- ContentBodyEntity(String, BodyType) - Constructor for class com.atlassian.confluence.plugins.rest.entities.ContentBodyEntity
-
- ContentBodyEntity(BodyContent) - Constructor for class com.atlassian.confluence.plugins.rest.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.search.lucene
-
- ContentBodyMaxSizeSystemProperty() - Constructor for class com.atlassian.confluence.search.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
-
- ContentBoostPostProcessor - Class in com.atlassian.confluence.search.lucene.postprocessor
-
Encapsulates the search ranking/boosting strategy in Confluence.
- ContentBoostPostProcessor(Map<String, Float>, Map<String, Float>) - Constructor for class com.atlassian.confluence.search.lucene.postprocessor.ContentBoostPostProcessor
-
Initialise to custom values
- ContentBuilder(ContentType) - Constructor for class com.atlassian.confluence.api.model.content.Content.ContentBuilder
-
- ContentBuilder(ContentType, ContentId) - Constructor for class com.atlassian.confluence.api.model.content.Content.ContentBuilder
-
- ContentBuilder(ContentType, long) - Constructor for class com.atlassian.confluence.api.model.content.Content.ContentBuilder
-
- ContentByUserMacro - Class in com.atlassian.confluence.renderer.radeox.macros
-
A macro to display all the content created by one user
- ContentByUserMacro() - Constructor for class com.atlassian.confluence.renderer.radeox.macros.ContentByUserMacro
-
- ContentCategoryFilter - Class in com.atlassian.confluence.search.lucene.filter
-
The content category filters are cached for fast access.
- ContentCategorySearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
- ContentCategorySearchFilter(Category) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.ContentCategorySearchFilter
-
- ContentCategorySearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- ContentCategorySearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ContentCategorySearchFilterMapper
-
- ContentCleaner - Interface in com.atlassian.confluence.content
-
- ContentComparator - Class in com.atlassian.confluence.util
-
- ContentComparator() - Constructor for class com.atlassian.confluence.util.ContentComparator
-
- ContentComparatorFactory - Class in com.atlassian.confluence.util
-
- ContentComparatorFactory() - Constructor for class com.atlassian.confluence.util.ContentComparatorFactory
-
- contentContains(String) - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection.Comment
-
Deprecated.
Returns true if the comment content contains the specific content
- ContentConverter(ContentTree, Renderer) - Constructor for class com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.ContentConverter
-
- ContentConvertible - Interface in com.atlassian.confluence.pages
-
Declares that the implementing class can be converted to an api
Content.
- ContentCreationComparator - Class in com.atlassian.confluence.util
-
- ContentCreationComparator() - Constructor for class com.atlassian.confluence.util.ContentCreationComparator
-
- ContentCreator - Class 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.
- ContentCreator(SpaceManager, ContentBodyConversionService, PermissionManager, PageManagerInternal, CustomContentManager, EventPublisher, DraftAttributesCopier, LabelManagerInternal, RelationManager, ContentEntityManagerInternal) - Constructor for class com.atlassian.confluence.content.apisupport.ContentCreator
-
- 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
-
Extracts Content links map from specific "hidden" _links map entries.
- ContentDeserializer(JsonDeserializer<?>) - Constructor for class com.atlassian.confluence.rest.serialization.ContentDeserializer
-
- ContentDetailAction - Interface in com.atlassian.confluence.util.breadcrumbs.spaceia
-
Identifies actions on the details of a Page/Blog, like Info, Attachments or History.
- ContentDraftManagerInternal - Interface in com.atlassian.confluence.internal
-
Internal 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(ContentEntity) - Method in class com.atlassian.confluence.it.Attachment.AttachmentBuilder
-
Deprecated.
- ContentEntity - Interface in com.atlassian.confluence.it
-
- ContentEntity - Class in com.atlassian.confluence.plugins.rest.entities
-
- ContentEntity() - Constructor for class com.atlassian.confluence.plugins.rest.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
-
- ContentEntityBuilder<T extends ContentEntityObject> - Interface in com.atlassian.confluence.plugins.rest.entities.builders
-
- 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.entities.documentation
-
- ContentEntityExampleDocument() - Constructor for class com.atlassian.confluence.plugins.rest.entities.documentation.ContentEntityExampleDocument
-
- ContentEntityExpander - Class in com.atlassian.confluence.plugins.rest.entities
-
- ContentEntityExpander(TransactionTemplate, RestContentManager) - Constructor for class com.atlassian.confluence.plugins.rest.entities.ContentEntityExpander
-
- ContentEntityHelper - Interface in com.atlassian.confluence.plugins.edgeindex.rest
-
- ContentEntityList - Class in com.atlassian.confluence.plugins.rest.entities
-
- ContentEntityList() - Constructor for class com.atlassian.confluence.plugins.rest.entities.ContentEntityList
-
- ContentEntityList(int, ListWrapperCallback<ContentEntity>) - Constructor for class com.atlassian.confluence.plugins.rest.entities.ContentEntityList
-
- ContentEntityListExampleDocument - Class in com.atlassian.confluence.plugins.rest.entities.documentation
-
- ContentEntityListExampleDocument() - Constructor for class com.atlassian.confluence.plugins.rest.entities.documentation.ContentEntityListExampleDocument
-
- ContentEntityManager - Interface in com.atlassian.confluence.core
-
- 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
-
- ContentEntityManagerInternal - Interface in com.atlassian.confluence.internal
-
- ContentEntityMapping - Class in com.atlassian.confluence.plugins.rest.manager
-
- ContentEntityMapping(ContentEntity, ContentEntityObject) - Constructor for class com.atlassian.confluence.plugins.rest.manager.ContentEntityMapping
-
- ContentEntityMetadataExtractor - Class in com.atlassian.confluence.search.lucene.extractor
-
- ContentEntityMetadataExtractor() - Constructor for class com.atlassian.confluence.search.lucene.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
-
- ContentEntityMigrationTaskWrapper(ExceptionTolerantMigrator, ExceptionReport, ContentDao, BatchableWorkSource<ContentEntityObject>, CacheManager, String, ContentEntityMigrationTaskWrapper.LoggingCallback) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.tasks.ContentEntityMigrationTaskWrapper
-
- ContentEntityMigrationTaskWrapper(ExceptionTolerantMigrator, ExceptionReport, ContentDao, BatchableWorkSource<ContentEntityObject>, String, ContentEntityMigrationTaskWrapper.LoggingCallback) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.tasks.ContentEntityMigrationTaskWrapper
-
- ContentEntityMigrationTaskWrapper(ExceptionTolerantMigrator, ExceptionReport, ContentDao, BatchableWorkSource<ContentEntityObject>, String, 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 - Class in com.atlassian.confluence.core
-
- ContentEntityObject() - Constructor for class com.atlassian.confluence.core.ContentEntityObject
-
- contentEntityObject - Variable in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
-
- ContentEntityObjectDao<T extends ContentEntityObject> - Interface in com.atlassian.confluence.core.persistence
-
- ContentEntityObjectDaoInternal<T extends ContentEntityObject> - Interface in com.atlassian.confluence.internal.persistence
-
A Dao for ContentEntityObjects.
- ContentEntityObjectHibernateDao - Class in com.atlassian.confluence.core.persistence.hibernate
-
- ContentEntityObjectHibernateDao() - Constructor for class com.atlassian.confluence.core.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
-
- contentEntityRemoved(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexManager
-
Update the index to reflect the deletion of the specified content entity.
- contentEntityRemoved(boolean, ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.LuceneEdgeIndexManager
-
- contentEntityRemoved(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.LuceneEdgeIndexManager
-
- 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(ContentDao) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContentEntityResourceIdentifierResolver
-
- ContentEntitySimulacrum - Class in com.atlassian.confluence.core
-
A very generic SpaceContentEntityObject, used to play pretends when rendering page templates in preview / view
modes.
- ContentEntitySimulacrum(Space, String, String) - Constructor for class com.atlassian.confluence.core.ContentEntitySimulacrum
-
- contentEntityVersionRemoved(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexManager
-
Update the index to reflect the deletion of the specified content entity version.
- contentEntityVersionRemoved(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.LuceneEdgeIndexManager
-
- 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
-
- ContentEvent(Object, boolean) - Constructor for class com.atlassian.confluence.event.events.content.ContentEvent
-
- ContentEvent(Object, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.ContentEvent
-
- ContentEventListener - Class in com.atlassian.confluence.test.vendors
-
- ContentEventListener(EventPublisher, ContentPropertyManager) - Constructor for class com.atlassian.confluence.test.vendors.ContentEventListener
-
- 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
-
- 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
-
- ContentFacade - Class in com.atlassian.confluence.util
-
Just a typical facade - it's useful for avoiding the duplication of behaviours
across various actions, helper classes, etc..
- ContentFacade() - Constructor for class com.atlassian.confluence.util.ContentFacade
-
- 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
-
- 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
-
- 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) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.ContentFinderFactory
-
- 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
-
- contentId(ContentId) - Method in class com.atlassian.confluence.api.model.content.ContentBody.ContentBodyBuilder
-
- ContentId - Class in com.atlassian.confluence.api.model.content.id
-
- contentId(ContentId) - Method in class com.atlassian.confluence.api.model.search.SearchContext.Builder
-
- contentId() - Method in class com.atlassian.confluence.api.model.search.SearchContext
-
- 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
-
- 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
-
- ContentIndexTask - Class in com.atlassian.confluence.search.lucene.tasks
-
- ContentIndexTask(List<ContentType>, List<ContentStatus>, JournalEntryType, PageDaoInternal, BatchOperationManager, IndexTaskFactory) - Constructor for class com.atlassian.confluence.search.lucene.tasks.ContentIndexTask
-
- ContentIndexUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Add a multi-column index to content table that speeds up many common queries.
- ContentIndexUpgradeTask(DdlExecutor) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ContentIndexUpgradeTask
-
- ContentInfoBean - Class in com.atlassian.confluence.it.content
-
Represents a View Information page for a Page or BlogPost.
- 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
-
- ContentLabelsResource(ContentLabelService) - 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
-
- ContentLink(Long, Option<SpaceSummary>, ContentType, String, String) - Constructor for class com.atlassian.confluence.legacyapi.model.content.ContentLink
-
Deprecated.
- ContentLink - Class in com.atlassian.confluence.links.linktypes
-
- ContentLink(GenericLinkParser, ContentEntityManager) - Constructor for class com.atlassian.confluence.links.linktypes.ContentLink
-
- 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
-
- 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() - Constructor for class com.atlassian.confluence.content.service.ContentLocatorBuilder
-
- ContentLocatorBuilder - Class in com.atlassian.confluence.legacyapi.model.content.locator
-
- 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, XhtmlContent, 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
-
- 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
-
- ContentModificationComparator - Class in com.atlassian.confluence.util
-
- ContentModificationComparator() - Constructor for class com.atlassian.confluence.util.ContentModificationComparator
-
- ContentNameArchivedSpacesFilter - Class in com.atlassian.confluence.search.lucene.filter
-
- ContentNameArchivedSpacesFilter(SpaceManager) - Constructor for class com.atlassian.confluence.search.lucene.filter.ContentNameArchivedSpacesFilter
-
Deprecated.
- 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.search.actions
-
- ContentNameSearchAction() - Constructor for class com.atlassian.confluence.search.actions.ContentNameSearchAction
-
Deprecated.
- ContentNameSearchContext - Class in com.atlassian.confluence.search.contentnames
-
- ContentNameSearchContext(Iterable<String>, String, int, HttpServletRequest) - Constructor for class com.atlassian.confluence.search.contentnames.ContentNameSearchContext
-
- 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.).
- ContentNameSearchPermissionsFilter - Class in com.atlassian.confluence.search.lucene.filter
-
- ContentNameSearchPermissionsFilter(UserAccessor, SpacePermissionsFilter, User) - Constructor for class com.atlassian.confluence.search.lucene.filter.ContentNameSearchPermissionsFilter
-
Deprecated.
- ContentNameSearchPermissionsFilterFactory - Class in com.atlassian.confluence.search.lucene.filter
-
- ContentNameSearchPermissionsFilterFactory(UserAccessor, SpacePermissionsFilterFactory) - Constructor for class com.atlassian.confluence.search.lucene.filter.ContentNameSearchPermissionsFilterFactory
-
Deprecated.
- 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
-
- 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
-
- 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.search.contentnames
-
- ContentNameSearchSectionsProviderModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.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
-
- ContentParentTypeFixingUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
When writing StorageToAoMigrationUpgradeTask in the Inline Tasks plugin, we discovered that CAC had some trashed
pages whose parent was a blog post.
- ContentParentTypeFixingUpgradeTask(SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ContentParentTypeFixingUpgradeTask
-
- ContentPermission - Class in com.atlassian.confluence.it.content.security
-
- ContentPermission(ContentPermission) - Constructor for class com.atlassian.confluence.it.content.security.ContentPermission
-
- ContentPermission(Entity, ContentPermissionType) - Constructor for class com.atlassian.confluence.it.content.security.ContentPermission
-
- 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
-
- ContentPermission(ContentPermission) - Constructor for class com.atlassian.confluence.security.ContentPermission
-
Copy constructor.
- ContentPermission(String, String, String) - Constructor for class com.atlassian.confluence.security.ContentPermission
-
- ContentPermission(String, String, ConfluenceUser) - Constructor for class com.atlassian.confluence.security.ContentPermission
-
- ContentPermissionConstraintsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Adds required multi-column unique constraints to the content permission tables.
- ContentPermissionConstraintsUpgradeTask(AlterTableExecutor, DdlExecutor, ContentPermissionConstraintsCleaner) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- 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.
- ContentPermissionEntityType - Enum in com.atlassian.confluence.it.content.security
-
- ContentPermissionEntry - Class in com.atlassian.confluence.it.content.security
-
- ContentPermissionEntry(ContentPermissionType, ContentPermissionEntityType, String) - Constructor for class com.atlassian.confluence.it.content.security.ContentPermissionEntry
-
- ContentPermissionEvent - Class in com.atlassian.confluence.event.events.security
-
Event triggered when the permissions change on an ContentEntityObject.
- ContentPermissionEvent(Object, ContentEntityObject, ContentPermission, boolean) - Constructor for class com.atlassian.confluence.event.events.security.ContentPermissionEvent
-
- ContentPermissionEvent(Object, ContentEntityObject, ContentPermission) - Constructor for class com.atlassian.confluence.event.events.security.ContentPermissionEvent
-
- 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 - Interface in com.atlassian.confluence.core
-
- contentPermissionManager - Variable in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
-
- 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.
- contentPermissionsCopy() - Method in class com.atlassian.confluence.security.ContentPermissionSet
-
Retrieve a copy of the content permissions.
- ContentPermissionSearchUtils - Class in com.atlassian.confluence.search.lucene
-
For changes to this class, ensure they are also made to:
https://stash.atlassian.com/projects/CONF/repos/elasticsearch-confluence/browse/src/main/java/com/atlassian/elasticsearch/plugin/ContentPermissionSearchUtils.java
- ContentPermissionSearchUtils() - Constructor for class com.atlassian.confluence.search.lucene.ContentPermissionSearchUtils
-
- ContentPermissionSet - Class in com.atlassian.confluence.security
-
- 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.
- ContentPermissionsExtractor - Class in com.atlassian.confluence.search.lucene.extractor
-
Extracts the content permissions set on a searchable object.
- ContentPermissionsExtractor() - Constructor for class com.atlassian.confluence.search.lucene.extractor.ContentPermissionsExtractor
-
- ContentPermissionsFilter - Class in com.atlassian.confluence.search.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(User, Iterable<String>) - Constructor for class com.atlassian.confluence.search.lucene.filter.ContentPermissionsFilter
-
Create a Lucene Filter that includes only pages that the user has permissions to see.
- ContentPermissionsLuceneSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- ContentPermissionsLuceneSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ContentPermissionsLuceneSearchFilterMapper
-
- ContentPermissionsSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
Filter for performing filtering by content permissions.
- 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
-
- ContentPermissionType - Enum in com.atlassian.confluence.it
-
Enum representing the different types of Content Permission available.
- ContentPermissionUserDeduplicationUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
This upgrade task finds and deletes any redundant duplicate identifier values in the configured list of tables and
columns.
- ContentPermissionUserDeduplicationUpgradeTask(SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionUserDeduplicationUpgradeTask
-
- ContentPermissionUtils - Class in com.atlassian.confluence.core
-
- ContentPreserver - Class in com.atlassian.confluence.renderer.radeox
-
- ContentPreserver() - Constructor for class com.atlassian.confluence.renderer.radeox.ContentPreserver
-
- 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 Lucene fields from content properties associated with given content, based on a dynamic schema.
- ContentPropertiesExtractor(ContentPropertyIndexSchemaManager, ContentPropertyExtractionManager, ContentPropertyService, PermissionManager, PluginAccessor) - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertiesExtractor
-
- 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
-
- ContentPropertyExtractionManager - Interface in com.atlassian.confluence.plugins.contentproperty.index.extractor
-
Encapsulates the logic of extracting Lucene fields from a given JSON, based on 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) - Constructor for class com.atlassian.confluence.plugins.contentproperty.search.fields.ContentPropertyFieldHandler
-
- ContentPropertyFieldSort - Class in com.atlassian.confluence.plugins.contentproperty.index.descriptor
-
A sort definition for a content property alias.
- ContentPropertyFieldSort(SearchSort.Order, String, SortField.Type) - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.descriptor.ContentPropertyFieldSort
-
- ContentPropertyFieldSortMapper - Class in com.atlassian.confluence.plugins.contentproperty.index.descriptor
-
Lucene sort mapper for a @{link ContentPropertyFieldSort}.
- ContentPropertyFieldSortMapper() - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.descriptor.ContentPropertyFieldSortMapper
-
- ContentPropertyFilterPreProcessor - Class in com.atlassian.confluence.importexport.impl
-
Export from 6.x may include content properties such as synchrony related ones,
which need to be filtered out on import
- ContentPropertyFilterPreProcessor(Set<String>) - Constructor for class com.atlassian.confluence.importexport.impl.ContentPropertyFilterPreProcessor
-
- ContentPropertyFinderFactory - Class in com.atlassian.confluence.plugins.contentproperty
-
- ContentPropertyFinderFactory(ContentService, PaginationService, CustomContentManager, PermissionManager, JsonPropertyFactory, TransactionalHostContextAccessor) - Constructor for class com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderFactory
-
- 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
-
- 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
-
- 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 the entity's
ContentProperties instead.
- ContentPropertyPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
-
- ContentPropertyPersister() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.ContentPropertyPersister
-
- ContentPropertyPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
-
- ContentPropertyPersisterFactory() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.ContentPropertyPersisterFactory
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ContentRepresentation - Class in com.atlassian.confluence.api.model.content
-
Enumeration of the different built-in ways that Confluence content bodies can be represented.
- ContentRepresentation() - Constructor for class com.atlassian.confluence.it.export.SimpleSiteStructure.ContentRepresentation
-
- ContentRepresentation - Enum in com.atlassian.confluence.legacyapi.model.content
-
- ContentResource - Class in com.atlassian.confluence.plugins.restapi.resources
-
REST wrapper for the ContentService.
- ContentResource(ContentService, SpaceService, ContentMacroService, ContentTrashService, CQLSearchService, ContentDraftService) - 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
-
- 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, UserAccessorInternal, NavigationService, ContentRestrictionService.Validator) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
-
- ContentRestrictionServiceImpl.MergeMode - Enum 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
-
- ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder - Class in com.atlassian.confluence.api.model.permissions
-
- ContentRpc - Class in com.atlassian.confluence.it.rpc.delegates
-
Makes remote calls to perform CRUD operations on Content entities.
- ContentRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.ContentRpc
-
- contents(String, String, String, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
-
Returns the content in this given space
- ContentSearch - Class in com.atlassian.confluence.search.v2
-
Represents a search against Confluence content.
- ContentSearch(SearchQuery, SearchSort, SearchFilter, ResultFilter) - Constructor for class com.atlassian.confluence.search.v2.ContentSearch
-
Construct a new Search.
- ContentSearch(SearchQuery, SearchSort, SearchFilter, int, int) - Constructor for class com.atlassian.confluence.search.v2.ContentSearch
-
- 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 - 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
-
- 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
-
- ContentServiceImpl(PermissionManager, ContentFactory, ContentFinderFactory, ContentTrashService, ApiSupportProvider, ContentEntityManagerInternal, UserChecker, Supplier<TouchRelationSupport>) - Constructor for class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
-
- ContentServiceImpl.ValidatorImpl - Class in com.atlassian.confluence.api.impl.service.content
-
- ContentStatus - Class in com.atlassian.confluence.api.model.content
-
The state of a piece of content.
- contentStatus(List<ContentStatus>) - Method in class com.atlassian.confluence.api.model.search.SearchContext.Builder
-
- contentStatuses() - Method in class com.atlassian.confluence.api.model.search.SearchContext
-
- ContentStatusFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
Filter content out of search results based on their content status, e.g.
- ContentStatusFilter(Collection<ContentStatus>) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.ContentStatusFilter
-
- ContentStatusFilter(ContentStatus...) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.ContentStatusFilter
-
- ContentStatusFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- ContentStatusFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ContentStatusFilterMapper
-
- contentsWithType(String, String, String, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
-
Returns the content in this given space with the given type
- 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
-
Interface to expose ContentTemplateFactory to plugin, such as CC
- contentTemplateId(ContentTemplateId) - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec.ContentBlueprintSpecBuilder
-
- contentTemplateId() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
-
- 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
-
- 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
-
- 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
-
- ContentTrashServiceImpl(PageManager, PermissionManager, PageService, BlogPostService, CommentService, Supplier<ContentService>, SpaceManager, AttachmentManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.ContentTrashServiceImpl
-
- ContentTree - Class in com.atlassian.confluence.legacyapi.model.content
-
- ContentTree(PartialList<ContentTree>, Content) - Constructor for class com.atlassian.confluence.legacyapi.model.content.ContentTree
-
Deprecated.
- ContentTree - Class in com.atlassian.confluence.pages
-
- ContentTree() - Constructor for class com.atlassian.confluence.pages.ContentTree
-
- 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
-
- ContentType - Class in com.atlassian.confluence.api.model.content
-
Represents a type of content.
- ContentType - Interface in com.atlassian.confluence.content
-
Interface for defining a pluggable content type.
- contentType() - Method in interface com.atlassian.confluence.core.PluginDataSourceFactory.ResourceView
-
- contentType - Static variable in class com.atlassian.confluence.it.api.test.plugin.apiavailable.DummyAvailableContentTypeSupport
-
- contentType(String) - Method in class com.atlassian.confluence.it.Attachment.AttachmentBuilder
-
Deprecated.
- ContentType - Enum in com.atlassian.confluence.it.content
-
- ContentType - Class in com.atlassian.confluence.legacyapi.model.content
-
- 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
-
- 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 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
-
- ContentTypeEnumProperty(String, String) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.ContentTypeEnumProperty
-
- ContentTypeEnumUserType - Class in com.atlassian.confluence.core.persistence.hibernate
-
- ContentTypeEnumUserType() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.ContentTypeEnumUserType
-
- contentTypeFilters(Set<RelatableEntityTypeEnum>) - Method in class com.atlassian.confluence.internal.relations.query.RelationQuery.Builder
-
- ContentTypeIndexUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Adds the c_contenttype_idx index for contenttype column in the content table.
- ContentTypeIndexUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ContentTypeIndexUpgradeTask
-
- 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
-
- contentTypeParam - Variable in class com.atlassian.confluence.macro.ContentFilteringMacro
-
Parameter to handle content type filtering.
- ContentTypeParameter - Class in com.atlassian.confluence.macro.query.params
-
- 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
- ContentTypeQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- ContentTypeQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ContentTypeQueryMapper
-
Deprecated.
- contentTypes - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
-
- 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(UserAccessor, ContentUiSupport) - Constructor for class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
-
- ContentTypeSearchDescriptor - Interface in com.atlassian.confluence.search.plugin
-
- 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.
- 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) - Constructor for class com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
-
- 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
-
- ContentUserKeyExtractor(StorageFormatUserRewriter) - Constructor for class com.atlassian.confluence.importexport.impl.ContentUserKeyExtractor
-
- 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(ContentVersionService) - Constructor for class com.atlassian.confluence.plugins.restapi.experimental.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
-
- contentVisibleCondition() - Method in class com.atlassian.confluence.pageobjects.page.content.ViewPage
-
Deprecated.
- contentVisibleCondition() - Method in class com.atlassian.confluence.pageobjects.page.content.ViewPageAnonymous
-
Deprecated.
- ContentWatch - Class in com.atlassian.confluence.api.model.watch
-
- ContentWatch(User, ContentId) - Constructor for class com.atlassian.confluence.api.model.watch.ContentWatch
-
- ContentWatchesResource - Class in com.atlassian.confluence.plugins.rest.resources
-
- ContentWatchesResource(NotificationManager, ContentEntityManager) - Constructor for class com.atlassian.confluence.plugins.rest.resources.ContentWatchesResource
-
- ContentWithTasksWorkSource - Class in com.atlassian.confluence.content.render.xhtml.migration
-
- ContentWithTasksWorkSource(PageManager, int) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.ContentWithTasksWorkSource
-
- context(Map<String, Object>) - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec.ContentBlueprintSpecBuilder
-
- context - Variable in class com.atlassian.confluence.importexport.Exporter
-
- context - Variable in class com.atlassian.confluence.importexport.Importer
-
- context() - Method in class com.atlassian.confluence.it.jsoup.JSoupFinder
-
- 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
-
- CONTEXT_KEY_DRAFT - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
-
- CONTEXT_KEY_EDIT_PAGE_RESTRICTED - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
-
- 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
-
- 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_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_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 bucket.core.persistence.hibernate.schema.SchemaUpdateListener
-
Deprecated.
- contextDestroyed(ServletContextEvent) - Method in class com.atlassian.confluence.impl.security.recovery.RecoveryContextListener
-
- contextDestroyed(ServletContextEvent) - Method in class com.atlassian.confluence.languages.ReloadBundlesContextListener
-
- 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 bucket.core.persistence.hibernate.schema.SchemaUpdateListener
-
Deprecated.
- contextInitialized(ServletContextEvent) - Method in class com.atlassian.confluence.impl.security.recovery.RecoveryContextListener
-
- contextInitialized(ServletContextEvent) - Method in class com.atlassian.confluence.languages.ReloadBundlesContextListener
-
- contextInitialized(ServletContextEvent) - Method in class com.atlassian.confluence.plugin.PluginFrameworkContextListener
-
- contextInitialized(ServletContextEvent) - Method in class com.atlassian.confluence.setup.ConfluenceBootstrappedContextLoaderListener
-
- 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
-
- ContextItemProviderChain() - Constructor for class com.atlassian.confluence.setup.velocity.ContextItemProviderChain
-
- contextMap(RssRenderItem<? extends T>, Timeout) - Method in class com.atlassian.confluence.rss.AbstractRenderSupport
-
- contextPath() - Method in interface com.atlassian.confluence.api.nav.Navigation
-
- contextPath - Variable in class com.atlassian.confluence.plugins.rest.navigation.impl.BaseNav
-
- contextPath() - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.RestNavigationImpl
-
- 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(Iterable<String>) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
-
- contexts() - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder.RecordedResources
-
- ContextUtils - Class in com.atlassian.confluence.velocity
-
Utilities for manipulating Velocity contexts.
- contextWithTimeout(ContentEntityObject, Timeout) - Static method in class com.atlassian.confluence.renderer.PageContext
-
- contractAbsoluteReferencesInContent(SpaceContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.links.LinksUpdater
-
- contractAbsoluteReferencesInContent(SpaceContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
-
- contractAbsoluteReferencesInContent(List<Page>, Space) - Method in class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
-
- 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>, Space) - Method in interface com.atlassian.confluence.links.RelatedContentRefactorer
-
- contractAbsoluteReferencesInContent(List<Page>) - 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 - 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(String) - Constructor for class com.atlassian.confluence.search.v2.query.ContributorQuery
-
- ContributorQuery(String, ConfluenceUserDao) - Constructor for class com.atlassian.confluence.search.v2.query.ContributorQuery
-
- ContributorQuery(UserKey) - Constructor for class com.atlassian.confluence.search.v2.query.ContributorQuery
-
- ContributorQuery(UserKey, ConfluenceUserDao) - Constructor for class com.atlassian.confluence.search.v2.query.ContributorQuery
-
- ContributorQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- ContributorQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ContributorQueryMapper
-
Deprecated.
- Contributors - Class in com.atlassian.confluence.api.model.content
-
- CONTRIBUTORS - Static variable in class com.atlassian.confluence.api.model.content.History.Expansions
-
- contributors(Reference<Contributors>) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
-
- Contributors.Builder - Class in com.atlassian.confluence.api.model.content
-
- Contributors.Expansions - Class in com.atlassian.confluence.api.model.content
-
- ContributorsFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
-
- 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
-
- 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 in com.atlassian.confluence.content.render.xhtml
-
XHTML Successor to RenderContextOutputType.
- ConversionContextPropertyName - Class in com.atlassian.confluence.content.render.xhtml
-
- ConversionContextPropertyName() - Constructor for class com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName
-
- convert(ContentRepresentation, String, ContentRepresentation, ContentEntityObject, Expansion...) - Method in interface com.atlassian.confluence.api.impl.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(ContentRepresentation, String, ContentRepresentation, ContentEntityObject, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionManagerImpl
-
- convert(ContentBody, ContentRepresentation) - Method in class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionServiceImpl
-
- 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) - Method in interface com.atlassian.confluence.api.service.content.ContentBodyConversionService
-
- convert(String) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultHtmlToXmlConverter
-
- 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(String) - Method in interface com.atlassian.confluence.content.render.xhtml.HtmlToXmlConverter
-
- convert(Attachment) - Method in class com.atlassian.confluence.json.jsonator.AttachmentJsonator
-
- convert(Breadcrumb) - Method in class com.atlassian.confluence.json.jsonator.BreadcrumbJsonator
-
- convert(ContentEntityObject) - Method in class com.atlassian.confluence.json.jsonator.ContentMetadataJsonator
-
- convert(Object) - Method in class com.atlassian.confluence.json.jsonator.DefaultJsonator
-
- convert(DocumentationLink) - Method in class com.atlassian.confluence.json.jsonator.DocumentationLinkJsonator
-
- convert(Entity) - Method in class com.atlassian.confluence.json.jsonator.EntityJsonator
-
- convert(Gsonable) - Method in class com.atlassian.confluence.json.jsonator.GsonJsonator
-
- convert(Message) - Method in class com.atlassian.confluence.json.jsonator.I18nJsonator
-
- convert(T) - Method in interface com.atlassian.confluence.json.jsonator.Jsonator
-
Creates a
Json representation of a given object
- convert(SearchResult) - Method in class com.atlassian.confluence.json.jsonator.SearchResultJsonator
-
- convert(ValidationAware) - Method in class com.atlassian.confluence.json.jsonator.ValidationAwareJsonator
-
- convert(ValidationError) - Method in class com.atlassian.confluence.json.jsonator.ValidationErrorJsonator
-
- convert(ContentBody, ContentRepresentation, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentBodyResource
-
Converts between content body representations.
- convert(Object) - Method in class com.atlassian.confluence.plugins.restapi.soy.Jackson2SoyPreDigester
-
- convert(ContentBody, ContentRepresentation) - Method in interface com.atlassian.confluence.rest.client.RemoteContentBodyConversionService
-
- convert(ContentBody, ContentRepresentation, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentBodyConversionService
-
- convert(ContentBody, ContentRepresentation) - Method in class com.atlassian.confluence.rest.client.RemoteContentBodyConversionServiceImpl
-
- convert(ContentBody, ContentRepresentation, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentBodyConversionServiceImpl
-
- convert(Object) - Method in class com.atlassian.confluence.rest.serialization.RestEntityConverter
-
- convert(Object, SchemaType) - Method in class com.atlassian.confluence.rest.serialization.RestEntityConverter
-
- convert(WikiToXhtmlConversionData) - Method in class com.atlassian.confluence.tinymceplugin.rest.MarkdownXhtmlConverter
-
- convert(WikiToXhtmlConversionData) - Method in class com.atlassian.confluence.tinymceplugin.rest.WikiXhtmlConverter
-
- 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.enrich.RestEntityEnrichmentManager
-
Converts the given entity into a RestEntity if the entity has the RestEnrichable annotation
or is a PageResponse that contains RestEnrichable entities.
- convertApiContentPageToItAttachments(PageResponse<Content>) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertApiContentToItAttachment(Content) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertApiContentToItBlogPost(Content) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertApiContentToItComment(Content) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertApiContentToItPage(Content) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertApiPersonToItUser(Person) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertApiSpaceToItSpace(Space) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertAttachmentsToUploads(Attachment...) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertAttachmentToUpload(Attachment) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertBeanToMap(Object) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- convertBody(Content, ContentRepresentation) - Method in class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionServiceImpl
-
- 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.
- convertBody(Content, ContentRepresentation) - Method in interface com.atlassian.confluence.api.service.content.ContentBodyConversionService
-
- convertBootstrapException(String, BootstrapException) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
-
- 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, 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) - Method in class com.atlassian.confluence.rest.client.RemoteContentBodyConversionServiceImpl
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- convertFromString(String, Class) - Method in class com.atlassian.confluence.webwork.converters.EnumTypeConverter
-
Converts one or more String values to the specified class.
- ConvertibleToJournalEntry - Interface in com.atlassian.confluence.search
-
- 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
-
- convertItAttachmentToApiContent(Attachment) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertItBlogPostToApiContent(BlogPost, ContentRepresentation) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertItCommentToApiContent(Comment, ContentRepresentation) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertItContentToApiContent(ContentEntity) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertItPageToApiContent(Page) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in the
ContentRepresentation.STORAGE format.
- convertItPageToApiContent(Page, ContentRepresentation) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in the
passed
ContentRepresentation format.
- convertItSpaceToApiSpace(Space) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- convertItUserToApiUser(User) - Static method in class com.atlassian.confluence.it.api.ApiEntityConverter
-
- 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.
- 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.
- convertMailFormatDate(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- convertMap(Map) - Static method in class com.atlassian.confluence.rpc.xmlrpc.Translator
-
- convertMapsToPages(List<Map<String, String>>) - Static method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcUtils
-
- 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
-
- convertServiceException(Exception) - Static method in class com.atlassian.confluence.rest.api.model.ExceptionConverter.Server
-
- convertsFromStorage() - Method in class com.atlassian.confluence.api.model.content.ContentRepresentation
-
- convertSidebarSettingXml(String) - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateOndemandDocThemeCustomizations.SidebarToDocthemeConverter
-
- 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(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
-
- convertStorageToView(BatchedRenderRequest...) - 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.
- convertStorageToView(BatchedRenderRequest...) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
-
Returns a view format fragments for the supplied renderRequests.
- convertsToStorage() - Method in class com.atlassian.confluence.api.model.content.ContentRepresentation
-
- 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.manager.DefaultRestAttachmentManager
-
- convertToAttachmentEntity(Attachment) - Method in interface com.atlassian.confluence.plugins.rest.manager.RestAttachmentManager
-
Convert a Confluence model object into its REST representation.
- convertToBoolean(Object) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- convertToBoolean(Object, boolean) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- convertToCharacter(Object) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- 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.manager.DefaultRestContentManager
-
- convertToContentEntity(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.rest.manager.RestContentManager
-
Convert a Confluence model object into its REST representation.
- 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.search.v2.lucene.LuceneSearchManager
-
- 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>, boolean) - Method in class com.atlassian.confluence.search.v2.SearchResultConverter
-
Deprecated.
- convertToEntities(Iterable<SearchResult>, SearchManager.EntityVersionPolicy) - Method in class com.atlassian.confluence.search.v2.SearchResultConverter
-
- convertToHistoricalVersion() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
-
- convertToHistoricalVersion() - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
-
- convertToHistoricalVersion() - Method in class com.atlassian.confluence.core.ContentEntityObject
-
- convertToHistoricalVersion() - Method in class com.atlassian.confluence.core.SpaceContentEntityObject
-
- convertToHistoricalVersion() - Method in interface com.atlassian.confluence.core.Versioned
-
Remove all data from the object that does not need to be saved by historical versions.
- convertToHistoricalVersion() - Method in class com.atlassian.confluence.pages.AbstractPage
-
- convertToHistoricalVersion() - Method in class com.atlassian.confluence.pages.Comment
-
- convertToHistoricalVersion() - Method in class com.atlassian.confluence.pages.Page
-
- convertToHistoricalVersion() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
-
- 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
-
- convertToInstance(ContentEntityObject, ContentBlueprintInstance, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.factory.DefaultContentBlueprintInstanceFactory
-
- convertToInteger(Object) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- convertToJournalEntry(JournalIdentifier) - Method in interface com.atlassian.confluence.search.ConvertibleToJournalEntry
-
Convert to journal entry.
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.AddChangeDocumentIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.AddDocumentIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.BulkWriteIndexTask
-
Deprecated.
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.ContentIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.DeleteChangeDocumentsIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.DeleteDocumentIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.NoOpIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.RebuildChangeDocumentsIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.ReindexAllBlogsIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.ReindexAllSpacesIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.ReindexAllUsersIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.ReindexUsersInGroupIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.UnindexContentTypeIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.UnIndexSpaceIndexTask
-
- convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.search.lucene.tasks.UpdateDocumentIndexTask
-
- convertToLuceneQuery(DateRangeQuery) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.DateRangeQueryMapper
-
- convertToLuceneQuery(MultiTermQuery) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.MultiTermQueryMapper
-
- convertToLuceneQuery(NumberRangeQuery) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.NumberRangeQueryMapper
-
- convertToLuceneQuery(TextQuery) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.TextQueryMapper
-
- convertToLuceneQuery(SearchQuery) - Method in class com.atlassian.confluence.search.v2.lucene.DelegatingLuceneSearchMapper
-
- convertToLuceneQuery(T) - Method in interface com.atlassian.confluence.search.v2.lucene.LuceneQueryMapper
-
Deprecated.
Convert a SearchQuery into a lucene query.
- convertToLuceneQuery(AllQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.AllQueryMapper
-
- convertToLuceneQuery(AttachmentTypeQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.AttachmentTypeQueryMapper
-
Deprecated.
- convertToLuceneQuery(T) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.BaseConstantScoreQueryMapper
-
- convertToLuceneQuery(BooleanQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.BooleanQueryMapper
-
- convertToLuceneQuery(BoostingQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.BoostingQueryMapper
-
Deprecated.
- convertToLuceneQuery(ConstantScoreQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.ConstantScoreQueryMapper
-
- convertToLuceneQuery(CustomContentTypeQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.CustomContentTypeQueryMapper
-
Deprecated.
- convertToLuceneQuery(DateRangeQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.DateRangeQueryMapper
-
Deprecated.
- convertToLuceneQuery(DoubleRangeQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.DoubleRangeQueryMapper
-
- convertToLuceneQuery(FunctionScoreQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.FunctionScoreQueryMapper
-
- convertToLuceneQuery(InheritedLabelQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.InheritedLabelQueryMapper
-
Deprecated.
- convertToLuceneQuery(IntegerRangeQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.IntegerRangeQueryMapper
-
- convertToLuceneQuery(LabelQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.LabelQueryMapper
-
Deprecated.
- convertToLuceneQuery(String) - Static method in class com.atlassian.confluence.search.v2.lucene.mapper.LabelQueryMapper
-
Deprecated.
- convertToLuceneQuery(LongRangeQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.LongRangeQueryMapper
-
- convertToLuceneQuery(MacroStorageVersionQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.MacroStorageVersionQueryMapper
-
- convertToLuceneQuery(MacroUsageQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.MacroUsageQueryMapper
-
Deprecated.
- convertToLuceneQuery(SearchQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.MatchNoDocsQueryMapper
-
- convertToLuceneQuery(MultiTextFieldQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.MultiTextFieldQueryMapper
-
Deprecated.
- convertToLuceneQuery(SearchQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.PermittedSpacesQueryMapper
-
- convertToLuceneQuery(PhraseQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.PhraseQueryMapper
-
- convertToLuceneQuery(PrefixQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.PrefixQueryMapper
-
- convertToLuceneQuery(QueryStringQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.QueryStringQueryMapper
-
- convertToLuceneQuery(SpanNearQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.SpanNearQueryMapper
-
- convertToLuceneQuery(TermQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.TermQueryMapper
-
- convertToLuceneQuery(TermRangeQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.TermRangeQueryMapper
-
- convertToLuceneQuery(TextFieldPrefixQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.TextFieldPrefixQueryMapper
-
Deprecated.
Converts the given query into a lucene query.
- convertToLuceneQuery(TextFieldQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.TextFieldQueryMapper
-
Converts the given query into a lucene query.
- convertToLuceneQuery(UserTextQuery) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.UserTextQueryMapper
-
- convertToLuceneResultFilter(ResultFilter) - Method in class com.atlassian.confluence.search.v2.lucene.DelegatingLuceneSearchMapper
-
- convertToLuceneResultFilter(ResultFilter) - Method in interface com.atlassian.confluence.search.v2.lucene.LuceneResultFilterMapper
-
Deprecated.
- convertToLuceneResultFilter(ResultFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.SubsetResultFilterMapper
-
- convertToLuceneSearchFilter(ExcludePersonalInformationSearchFilter) - Method in class com.atlassian.confluence.hosted.search.v2.lucene.mapper.ExcludePersonalInformationFilterMapper
-
- convertToLuceneSearchFilter(SearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.DelegatingLuceneSearchMapper
-
- convertToLuceneSearchFilter(T) - Method in interface com.atlassian.confluence.search.v2.lucene.LuceneSearchFilterMapper
-
Deprecated.
Convert a search filter into a lucene search filter.
- convertToLuceneSearchFilter(ActiveUserSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.ActiveUserSearchFilterMapper
-
- convertToLuceneSearchFilter(AnonymousUserInfoSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.AnonymousUserInfoSearchFilterMapper
-
Deprecated.
- convertToLuceneSearchFilter(ArchivedSpacesSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.ArchivedSpacesSearchFilterMapper
-
Deprecated.
- convertToLuceneSearchFilter(AttachmentTypeSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.AttachmentTypeSearchFilterMapper
-
- convertToLuceneSearchFilter(AuthorSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.AuthorSearchFilterMapper
-
- convertToLuceneSearchFilter(BooleanSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.BooleanSearchFilterMapper
-
- convertToLuceneSearchFilter(ChainedSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.ChainedSearchFilterMapper
-
Deprecated.
- convertToLuceneSearchFilter(ContentCategorySearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.ContentCategorySearchFilterMapper
-
- convertToLuceneSearchFilter(ContentPermissionsSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.ContentPermissionsLuceneSearchFilterMapper
-
- convertToLuceneSearchFilter(ContentStatusFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.ContentStatusFilterMapper
-
- convertToLuceneSearchFilter(CustomContentTypeSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.CustomContentTypeSearchFilterMapper
-
- convertToLuceneSearchFilter(DeactivatedUserSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.DeactivatedUserSearchFilterMapper
-
Deprecated.
- convertToLuceneSearchFilter(ExternallyDeletedUserSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.ExternallyDeletedUserSearchFilterMapper
-
- convertToLuceneSearchFilter(FieldValueSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.FieldValueSearchFilterMapper
-
- convertToLuceneSearchFilter(InSpaceSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.InSpaceSearchFilterMapper
-
- convertToLuceneSearchFilter(LabelsSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.LabelsSearchFilterMapper
-
Deprecated.
- convertToLuceneSearchFilter(LastModifierSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.LastModifierSearchFilterMapper
-
Deprecated.
- convertToLuceneSearchFilter(LastModifierUserSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.LastModifierUserSearchFilterMapper
-
- convertToLuceneSearchFilter(MatchAllDocsFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.MatchAllDocsFilterMapper
-
- convertToLuceneSearchFilter(MatchNoDocsFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.MatchNoDocsFilterMapper
-
- convertToLuceneSearchFilter(PrefixSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.PrefixSearchFilterMapper
-
- convertToLuceneSearchFilter(SearchResultTypeSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.SearchResultTypeSearchFilterMapper
-
- convertToLuceneSearchFilter(ShadowedUserSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.ShadowedUserSearchFilterMapper
-
- convertToLuceneSearchFilter(SearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.SiteSearchPermissionsSearchFilterMapper
-
- convertToLuceneSearchFilter(SpacePermissionsSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.SpacePermissionsSearchFilterMapper
-
Deprecated.
- convertToLuceneSearchFilter(TermSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.TermSearchFilterMapper
-
- convertToLuceneSearchFilter(TextSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.TextSearchFilterMapper
-
- convertToLuceneSearchFilter(UnlicensedUserSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.UnlicensedUserSearchFilterMapper
-
- convertToLuceneSearchFilter(ViewUserProfilePermissionsSearchFilter) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.ViewUserProfilePermissionsSearchFilterMapper
-
- convertToLuceneSort(SearchSort) - Method in class com.atlassian.confluence.plugins.contentproperty.index.descriptor.ContentPropertyFieldSortMapper
-
- convertToLuceneSort(SearchSort) - Method in class com.atlassian.confluence.search.v2.lucene.DelegatingLuceneSearchMapper
-
Converts a search sort into a lucene sort.
- convertToLuceneSort(T) - Method in interface com.atlassian.confluence.search.v2.lucene.LuceneSortMapper
-
Deprecated.
- convertToLuceneSort(SearchSort) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.CaseInsensitiveSortMapper
-
Deprecated.
Converts a search sort into a lucene sort.
- convertToLuceneSort(SearchSort) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.DefaultSortMapper
-
Deprecated.
Converts a search sort into a lucene sort.
- convertToLuceneSort(FavouriteSort) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.FavouriteSortMapper
-
- convertToLuceneSort(FieldSort) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.FieldSortMapper
-
Converts a search sort into a lucene sort.
- convertToLuceneSort(LowercaseFieldSort) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.LowercaseFieldSortMapper
-
Converts a search sort into a lucene sort.
- convertToLuceneSort(MultiSearchSort) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.MultiSearchSortMapper
-
- convertToLuceneSort(SearchSort) - Method in class com.atlassian.confluence.search.v2.lucene.mapper.NoOpSortMapper
-
- convertToNiceTeamLabel(String) - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
-
Used in velocity.
- 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(ContentDao, XhtmlLinksUpdater) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ConvertToRelativeLinksTask
-
- ConvertToRelativeLinksUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Converts any absolute links in storage format to relative links.
- ConvertToRelativeLinksUpgradeTask(PlatformTransactionManager, ContentDao, BatchTask<ContentEntityObject>, int) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ConvertToRelativeLinksUpgradeTask
-
- 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 class com.atlassian.confluence.api.model.validation.SimpleValidationResult
-
- convertToServiceException(String) - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
-
- convertToServiceException(UniformInterfaceException) - Static method in class com.atlassian.confluence.rest.client.model.ExceptionConverter.Client
-
Converts a Jersey
UniformInterfaceException, such as would be received by a client for a failed
request, into a
ServiceException.
- 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(Object) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- 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(Page) - Method in class com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.ContentConverter
-
- convertToXHtml(SpaceDescription) - Method in class com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.ContentConverter
-
- convertToXHtml(Comment) - Method in class com.atlassian.confluence.importexport.impl.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.
- convertValue(Map, Object, Class) - Method in class com.atlassian.confluence.webwork.converters.EnumTypeConverter
-
Converts the given object to a given type.
- convertValue(Map, Object, Class) - Method in class com.atlassian.confluence.webwork.converters.UserKeyTypeConverter
-
- convertVCacheMetrics(String, Map<String, Map<MetricLabel, ? extends LongMetric>>) - Static method in class com.atlassian.confluence.impl.vcache.metrics.CacheStatisticsUtils
-
- convertWikiBodyToStorage(T) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
-
- 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(String, long) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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, 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(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 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(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
-
- convertWikiMarkupToXHtml(ContentEntityObject, String, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
-
- convertWikiMarkupToXHtml(String, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
-
- 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 interface com.atlassian.confluence.xhtml.api.XhtmlContent
-
Returns the XHTML storage format equivalent of the supplied wikiContent (wiki markup).
- convertWikiToStorageFormat(String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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.
- 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(String, long) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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(String, String) - Method in interface com.atlassian.confluence.pages.wysiwyg.ConfluenceWysiwygConverter
-
Converts XHTML into wiki markup, without using page context
- convertXHtmlToWikiMarkup(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
-
- 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 - Static variable in class com.atlassian.confluence.event.events.security.LoginEvent
-
The user logged in via a remember me cookie.
- Copied - Interface in com.atlassian.confluence.event.events.types
-
Indicates that the implementation represents a copy event.
- COPY - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
-
- copy(Iterable<? extends T>) - Method in class com.atlassian.confluence.api.model.reference.ModelListBuilder
-
Replaces any existing contents in this builder with the contents of the list.
- copy(Map<? extends K, ? extends V>) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
-
Store CollapsedMap/NavMap but store values of other maps, including Enrichables.
- copy(int, int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
-
- copy() - Method in class com.atlassian.confluence.it.content.ContentInfoBean
-
Clicks the 'copy' link on the Info page and returns an
EditContentBean (representing the new page).
- copy() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- copy() - Method in class com.atlassian.confluence.labels.Labelling
-
- copy(EditableLabelable) - Method in class com.atlassian.confluence.labels.Labelling
-
Copies the current Labelling, but providing it with a new EditableLabelable.
- copy() - Method in class com.atlassian.confluence.pages.Attachment
-
- copy() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentCopier
-
Perform the copy
- copy() - Method in class com.atlassian.confluence.pages.persistence.dao.GeneralAttachmentCopier
-
- copy() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier
-
- copy() - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.AbstractNav
-
- copy(int, int) - Method in class com.atlassian.confluence.search.lucene.CaseInsensitiveSortComparator
-
- 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.CachingAttachmentManager
-
- copyAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
-
- copyAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
-
- 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) - 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.CachingAttachmentManager
-
- copyAttachments(ContentEntityObject, ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.pages.CachingAttachmentManager
-
- copyAttachments(ContentEntityObject, ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
-
- copyAttachments(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
-
- copyAttachments(ContentEntityObject, ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
-
- copyAttachments(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
-
- copyContentPermissions(AbstractPage, AbstractPage) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
-
- copyContentPermissions(ContentEntityObject, ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
-
Copies all content permissions from one content entity to another.
- copyContentPermissions(AbstractPage, AbstractPage) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
-
- copyContentPermissions(ContentEntityObject, ContentEntityObject) - 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.
- copyFile(ClientIdentity, String) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.TrackingFileStoreClient
-
- copyFile(ClientIdentity, String) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.TrackingMediaApiClient
-
- copyLatestVersion() - Method in class com.atlassian.confluence.pages.Attachment
-
Will copy all detail information of an attachment including :
- Content Properties
- File Name
- File Size
- Content Type
- And set version is 1
- copyLatestVersion() - Method in class com.atlassian.confluence.pages.Page
-
Copy page information
- copyOf(Message) - Static method in class com.atlassian.confluence.api.model.messages.SimpleMessage
-
- copyOf(WebInterfaceContext) - Static method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
-
- CopyPage - Class in com.atlassian.confluence.pageobjects.page.content
-
- CopyPage(Page) - Constructor for class com.atlassian.confluence.pageobjects.page.content.CopyPage
-
Deprecated.
- 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
-
- copyPageHierarchy(CopyPageHierarchyStartEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageHierarchyAuditListener
-
- 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
-
- 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
-
- copyPropertiesToManager() - Method in class com.atlassian.confluence.user.actions.UserDetailsMap
-
Copies all the properties found in this parameter map into the user details manager.
- copySpace(String, String) - Method in class com.atlassian.confluence.pageobjects.page.space.CopySpacePage
-
Deprecated.
- CopySpacePage - Class in com.atlassian.confluence.pageobjects.page.space
-
- CopySpacePage(Space) - Constructor for class com.atlassian.confluence.pageobjects.page.space.CopySpacePage
-
Deprecated.
- copyWithLimits(PageResponse) - Method in class com.atlassian.confluence.rest.api.model.RestPageRequest
-
- CORE_POOL_SIZE_KEY - Static variable in class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
-
- CoreContentNameSearchSectionSpecsProvider - Class in com.atlassian.confluence.internal.search.contentnames.v2
-
- CoreContentNameSearchSectionSpecsProvider(Function<SearchResult, ContentNameMatch>) - Constructor for class com.atlassian.confluence.internal.search.contentnames.v2.CoreContentNameSearchSectionSpecsProvider
-
- CoreFeaturesManager - Interface in com.atlassian.confluence.setup.settings
-
- 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
-
- CorrectCsvAttachmentMimeTypeUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
This upgrade task is to set the mime type for csv files to "text/csv".
- CorrectCsvAttachmentMimeTypeUpgradeTask(SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.CorrectCsvAttachmentMimeTypeUpgradeTask
-
- CorrectPNGImageAttachmentMimeTypeUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
CONF-26848 - This task will update the mime type for png images that incorrectly had it set to 'img/png'
If you run this task manually, you should flush the Attachments cache
- CorrectPNGImageAttachmentMimeTypeUpgradeTask(SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.CorrectPNGImageAttachmentMimeTypeUpgradeTask
-
- 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(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
-
- 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
- countAll(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.SchedulerResource
-
- countAllCommentVersions() - Method in interface com.atlassian.confluence.pages.CommentManager
-
Count the total number of comments of all types, including previous versions
- countAllCommentVersions() - Method in class com.atlassian.confluence.pages.DefaultCommentManager
-
- 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.CachingPageDao
-
- countAllPages() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
-
- countAllPages() - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
-
Counts the total number of all page entities across all spaces, including non-current pages
- countBlogsWithUnpublishedChanges() - Method in class com.atlassian.confluence.pages.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
-
- countChangeSets() - Method in interface com.atlassian.confluence.it.dashboard.Dashboard
-
- countChangeSets() - Method in class com.atlassian.confluence.it.dashboard.WebDashboard
-
- 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.content.DefaultCustomContentManager
-
- 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
-
- countComments(Collection<? extends Searchable>) - Method in interface com.atlassian.confluence.pages.CommentManager
-
- countComments(Searchable) - Method in interface com.atlassian.confluence.pages.CommentManager
-
- countComments(Collection<? extends Searchable>) - Method in class com.atlassian.confluence.pages.DefaultCommentManager
-
- countComments(Searchable) - Method in class com.atlassian.confluence.pages.DefaultCommentManager
-
- countComments(Collection<? extends Searchable>) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
-
Count all comments for each content in a collection
- countComments(Searchable) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
-
Count all comments in a searchable content
- countComments(Collection<? extends Searchable>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
-
- countComments(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, 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) - Method in interface com.atlassian.confluence.rest.client.RemoteCQLSearchService
-
- countContent(String, SearchContext) - 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 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 class com.atlassian.confluence.internal.persistence.hibernate.AbstractContentEntityObjectHibernateDao
-
- countContentBySpaceIdAndStatus(long, String) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.CachingPageDao
-
- countContentCompletionStage(String) - Method in interface com.atlassian.confluence.rest.client.RemoteCQLSearchService
-
- countContentCompletionStage(String, SearchContext) - 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 class com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
-
- countCurrentBlogs() - Method in class com.atlassian.confluence.pages.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.pages.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.CachingPageDao
-
- countCurrentPages() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
-
- countCurrentPages() - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
-
Counts the total number of current pages across all spaces
- countDirectMembersOfGroup(long, String, int) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdMembershipDao
-
- countDirectMembersOfGroup(long, String, int) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembershipDao
-
- countDraftBlogs() - Method in class com.atlassian.confluence.pages.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.pages.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.CachingPageDao
-
- countDraftPages() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
-
- countDraftPages() - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
-
Counts the number of pages that are drafts.
- countDrafts(User) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- countDrafts(String) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
-
- countDrafts(String) - Method in interface com.atlassian.confluence.pages.DraftManager
-
- 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, 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.
- countEntries(JournalIdentifier) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
-
Counts the number of entries in a journal.
- 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
-
- countJobRunDetails(ScheduledJobKey, RunOutcome) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Count job run details
- countJobRunDetails(ScheduledJobKey, RunOutcome) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.SchedulerRpc
-
- 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 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.CachingAttachmentDao
-
- countLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.CachingAttachmentManager
-
- 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
-
- 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.CachingAttachmentDao
-
- countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject, Date) - Method in class com.atlassian.confluence.pages.CachingAttachmentManager
-
- 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
-
- 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.CachingAttachmentDao
-
- countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.pages.CachingAttachmentManager
-
- 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
-
- countLicenseConsumingUsers() - Method in class com.atlassian.confluence.user.DefaultUserAccessor
-
- 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(Collection<? extends Searchable>) - Method in class com.atlassian.confluence.like.DefaultLikeManager
-
- countLikes(Searchable) - Method in class com.atlassian.confluence.like.DefaultLikeManager
-
- countLikes(Searchable) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
-
- countLikes(Collection<? extends Searchable>) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
-
- countLikes(Searchable) - Method in interface com.atlassian.confluence.like.LikeEntityDao
-
- 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
- countLikes(Searchable) - Method in interface com.atlassian.confluence.like.LikeManager
-
Count the number of likes for the given object
- countPagesInSubtree(Page) - Method in class com.atlassian.confluence.pages.DefaultPageManager
-
- countPagesInSubtree(Page) - Method in interface com.atlassian.confluence.pages.PageManager
-
Get number of descendant page including the input page
- countPagesInSubtree(Page) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.CachingPageDao
-
- 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
-
Return total descendant page including 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.pages.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.CachingPageDao
-
- countPagesWithUnpublishedChanges() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
-
- countPagesWithUnpublishedChanges() - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
-
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.
- 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
-
- 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.CommentManager
-
Count unresolved comments of comment containers.
- countUnresolvedComments(Collection<Long>) - Method in class com.atlassian.confluence.pages.DefaultCommentManager
-
- 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
-
- 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 interface com.atlassian.confluence.user.UserAccessor
-
Get a count of all unsynced users in Confluence.
- countUpdateItems() - Method in interface com.atlassian.confluence.it.dashboard.Dashboard
-
- countUpdateItems() - Method in class com.atlassian.confluence.it.dashboard.WebDashboard
-
- countUserMacrosWithoutMetadata() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
-
- countUserMacrosWithWikiTemplates() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
-
- countVersions(String) - Method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
-
- 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
-
- CP_OS_IDX_NAME - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- CP_UNIQUE_GROUP_CONSTRAINT - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- CP_UNIQUE_GROUP_CONSTRAINT_NAME - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- CP_UNIQUE_USER_CONSTRAINT - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- CP_UNIQUE_USER_CONSTRAINT_NAME - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- CP_UNIQUE_USER_GROUPS_CONSTRAINT - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- CP_UNIQUE_USER_GROUPS_CONSTRAINT_NAME - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- CPS_CONTENT_IDX_NAME - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- CPS_UNIQUE_TYPE_CONSTRAINT - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- CPS_UNIQUE_TYPE_CONSTRAINT_NAME - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentPermissionConstraintsUpgradeTask
-
- 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
-
- 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(String) - Method in class bucket.user.providers.CachingAccessProvider
-
Deprecated.
- create(String) - Method in class bucket.user.providers.CachingCredentialsProvider
-
Deprecated.
- create(String) - Method in class bucket.user.providers.CachingProfileProvider
-
Deprecated.
- create(String) - Method in class bucket.user.providers.ChainedUserProvider
-
Deprecated.
- create(boolean, Collection<ValidationError>) - Static method in class com.atlassian.confluence.api.impl.model.validation.CoreValidationResultFactory
-
- create(Content) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
-
- create(Content, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
-
- create(Space, boolean) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
-
- 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(RelationInstance<S, T>) - Method in class com.atlassian.confluence.api.impl.service.relation.RelationServiceImpl
-
- create(PageRequest, int) - Static method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
-
- 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 - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
-
- create(String, String, String, int) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
-
- create(String) - Method in class com.atlassian.confluence.api.model.web.WebPanelView.Builder
-
- create(String, String) - Method in class com.atlassian.confluence.api.model.web.WebSectionView.Builder
-
- create() - Static method in class com.atlassian.confluence.api.serialization.ApiSerializerModuleFactory
-
- create(JsonContentProperty) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService
-
Create a content property.
- create(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentService
-
Create a piece of content.
- create(Content, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentService
-
Create a piece of content.
- create(JsonSpaceProperty) - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService
-
Create a content property.
- 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(RelationInstance<S, T>) - Method in interface com.atlassian.confluence.api.service.relations.RelationService
-
Creates a directed relation between two relatable entities.
- create(Cache<K, V>, CacheLoader<K, V>) - Static method in class com.atlassian.confluence.cache.DeferredOperationsCache
-
- 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(UserKey) - Static method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
-
- 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(Class, Serializable) - Static method in class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
-
- create(EventPublisher) - Static method in class com.atlassian.confluence.event.TimingEventPublisher
-
- create(String, PropertySet, VCacheFactory, String) - Static method in class com.atlassian.confluence.impl.propertyset.CacheAwarePropertySet
-
Deprecated.
- create(ClusteredJob) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
-
- create(ClusteredJob) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
-
- create(ConfluenceUser) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
-
- create(E, RelationDescriptor) - Static method in class com.atlassian.confluence.internal.relations.query.RelationQuery
-
- create() - Method in class com.atlassian.confluence.internal.search.v2.CustomContentTypeQueryFactory
-
- create() - Method in class com.atlassian.confluence.internal.search.v2.SpaceCategoryQueryFactory
-
- create(String, String, List<String>) - Method in class com.atlassian.confluence.internal.upgrade.constraint.ConstraintCreator
-
- create(String) - Method in class com.atlassian.confluence.it.http.HttpHostFactory
-
- create(Space, boolean) - Method in class com.atlassian.confluence.it.rpc.delegates.SpaceRpc
-
- create() - Static method in class com.atlassian.confluence.it.TestData
-
- create(String, String) - Static method in class com.atlassian.confluence.labels.LabelParser
-
- create(Label) - Static method in class com.atlassian.confluence.labels.LabelParser
-
- create(MailServer) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
-
- create() - Method in class com.atlassian.confluence.pageobjects.page.space.CreatePageTemplate
-
Deprecated.
- create(String, DraftService.DraftType, String) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
-
- create(String, DraftService.DraftType, String, long) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
-
- create(String, 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(String, 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() - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.DefaultFileStoreClientIdentitySupplier
-
Deprecated.
- create() - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.DefaultFileStoreClientSupplier
-
Deprecated.
- create() - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.DefaultMediaApiClientIdentitySupplier
-
- create() - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.DefaultMediaApiClientSupplier
-
- create(Class<T>) - Method in class com.atlassian.confluence.plugin.ConfluenceHostContainer
-
- create(PluginAccessor, PluginEventManager, Class<D>) - Static method in class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
-
- create(Class<T>) - Method in class com.atlassian.confluence.plugin.ModuleDescriptorCacheFactory
-
Deprecated.
Creates a
ModuleDescriptorCache for the given
{moduleDescriptorClass} which will be update if plugin modules become
disabled or enabled.
- create(Class<T>, ModuleDescriptorPredicate) - Method in class com.atlassian.confluence.plugin.ModuleDescriptorCacheFactory
-
Deprecated.
- create(JsonContentProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.ContentPropertyServiceImpl
-
- create(ContentPropertySchemaField, Object, AqlParser.MapExprValueContext) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
-
- create(JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyServiceImpl
-
- create(AbstractMethod) - Method in class com.atlassian.confluence.plugins.rest.filter.PrototypeApiCacheControlResourceFilterFactory
-
- create(AbstractMethod) - Method in class com.atlassian.confluence.plugins.rest.jersey.cachecontrol.PreventCachingResourceFilterFactory
-
- create(AbstractMethod) - Method in class com.atlassian.confluence.plugins.restapi.enrich.EnricherResourceFilterFactory
-
- 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(AbstractMethod) - Method in class com.atlassian.confluence.plugins.restapi.filters.ReadOnlyAccessResourceFilterFactory
-
- create(AbstractMethod) - Method in class com.atlassian.confluence.plugins.restapi.filters.RequestSizeLimitingResourceFilterFactory
-
- create(ContentId, JsonContentProperty) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentPropertyResource
-
Creates a new content property.
- create(ContentId, String, JsonContentProperty) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentPropertyResource
-
Creates a new content property.
- create(String, JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePropertyResource
-
Creates a new space property.
- create(String, String, JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePropertyResource
-
Creates a new space property.
- create() - Static method in class com.atlassian.confluence.plugins.restapi.serialization.factory.SerializerModuleFactory
-
- create(ExternalProcessSettings) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.NonIdlingExternalProcessFactory
-
- create(T) - Method in interface com.atlassian.confluence.rest.api.services.RestEntityFactory
-
Creates a RestEntity that wraps the provided entity.
- create(T, boolean) - Method in interface com.atlassian.confluence.rest.api.services.RestEntityFactory
-
Creates a RestEntity that wraps the provided entity.
- create(Content) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
-
- create(Content, Expansion...) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
-
- create(ContentTemplate, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
-
- create(RelationInstance<S, T>) - Method in class com.atlassian.confluence.rest.client.impl.RemoteRelationServiceImpl
-
- create(JsonContentProperty) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService
-
- create(JsonContentProperty) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl
-
- create(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
-
- create(Content, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
-
- create(ContentTemplate, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService
-
- create(RelationInstance<S, T>) - Method in interface com.atlassian.confluence.rest.client.RemoteRelationService
-
- create(JsonSpaceProperty) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePropertyService
-
- create(JsonSpaceProperty) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl
-
- create(Space, boolean) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
-
- create(Space, boolean) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
-
- create() - Static method in class com.atlassian.confluence.rest.serialization.CustomSerializerModuleFactory
-
- create(T, boolean) - Method in class com.atlassian.confluence.rest.serialization.DefaultRestEntityFactory
-
- create(User) - Method in class com.atlassian.confluence.search.lucene.filter.BrowseUsersPermissionsFilterFactory
-
- create(User) - Method in class com.atlassian.confluence.search.lucene.filter.ContentNameSearchPermissionsFilterFactory
-
Deprecated.
- create(User) - Method in class com.atlassian.confluence.search.lucene.filter.SpacePermissionsFilterFactory
-
- create(SpacePermissionDao, CacheFactory) - Static method in class com.atlassian.confluence.security.SpacePermissionGroupNamesCache
-
Deprecated.
- create(Draft) - Static method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
-
Creates a DraftData without the content filled in.
- 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() - Method in class com.atlassian.confluence.util.misc.LazyReferenceAdapter
-
- create(Iterator<T>) - Static method in class com.atlassian.confluence.util.SingleUseIterable
-
Convenience static factory because constructors can't infer generic types.
- CREATE_ATTACHMENT_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
-
- CREATE_BLOGPOST_TITLE_TEXT - Static variable in class com.atlassian.confluence.it.content.EditContentBean
-
- CREATE_BLUEPRINT_PAGE_DRAFT_REQUEST_KEY - Static variable in class com.atlassian.confluence.schedule.jobs.PropertyEntryGardeningJob
-
- CREATE_BUTTON_LINK_ID - Static variable in class com.atlassian.confluence.it.content.EditContentBean
-
- CREATE_ICON - Static variable in class com.atlassian.confluence.links.linktypes.PageCreateLink
-
- CREATE_INDEX_COMMAND - Static variable in class com.atlassian.confluence.upgrade.upgradetask.ContentIndexUpgradeTask
-
- CREATE_PAGE_FORM_ID - Static variable in class com.atlassian.confluence.it.content.EditContentBean
-
- CREATE_PAGE_TITLE_TEXT - Static variable in class com.atlassian.confluence.it.content.EditContentBean
-
- CREATE_SPACE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
-
- 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, Draft, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
-
- 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
-
- 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
-
- createAccessProviderInstance() - Method in class com.atlassian.confluence.user.HibernateUserProviderFactory
-
- createAccount(BankAccount) - Method in class com.atlassian.confluence.plugin.ActiveObjectsTestResource
-
- createAccount() - Method in class com.atlassian.confluence.plugin.ActiveObjectsTestResource
-
- createAddChangeDocumentTask(Searchable) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
Constructs an add change document task.
- createAddDocumentTask(Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createAddDocumentTask(IndexableEdge) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createAddDocumentTask(String, UserKey, ContentEntityObject, Date, String) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createAddDocumentTask(Searchable) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createAdditionalDatabaseConstraints() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaCreator
-
creates constraints that SchemaExport cannot automatically generate from hibernate mapping files.
- createAdditionalDatabaseConstraints(Configuration) - Static method in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
-
- 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, Advisor, Class<T>) - 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, Class<T>, List<Advisor>) - Static method in class com.atlassian.confluence.util.AopUtils
-
Convenience method for creating an advised proxy
- 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.search.lucene.ConfluenceLuceneAnalyzerFactory
-
- createAndSetExportDirectory() - Method in class com.atlassian.confluence.importexport.impl.AbstractExporterImpl
-
- createAnonymousSpacePermission(String, Space) - Static method in class com.atlassian.confluence.security.SpacePermission
-
- createAttachment(long, Attachment) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createAttachment(ContentEntity, Attachment) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createAttachment(Attachment) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createAttachment(long, Attachment) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcAttachmentClient
-
- createAttachment(Attachment) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcContentClient
-
- createAttachment(long, Attachment) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcContentClient
-
- createAttachmentEntityListForContent(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.rest.manager.DefaultRestAttachmentManager
-
- createAttachmentEntityListForContent(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.rest.manager.RestAttachmentManager
-
- createAttachmentOnDraft(Attachment) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createAttachments(ContentId, ContentStatus, boolean, String, List<FilePart>, List<FilePart>, List<FilePart>, List<FilePart>) - Method in class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource
-
Add one or more attachments to a Confluence Content entity, with optional comments.
- createAttachmentScopedCssSelector(String) - Static method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
-
- createAuthContextFor(User) - Method in class com.atlassian.confluence.it.http.HttpClientContextFactory
-
- createAuthenticatedUsersSpacePermission(String, Space) - Static method in class com.atlassian.confluence.security.SpacePermission
-
Creates a permission which is granted to all authenticated (logged in) users
- createBean(Plugin, Class<T>) - Static method in class com.atlassian.confluence.plugin.LegacySpringContainerAccessor
-
Deprecated.
- createBeanFactory() - Method in class com.atlassian.confluence.setup.ConfluenceAnnotationConfigWebApplicationContext
-
- createBeanFactory() - Method in class com.atlassian.confluence.setup.ConfluenceClassPathXmlApplicationContext
-
- createBeanFactory() - Method in class com.atlassian.confluence.setup.ConfluenceXmlWebApplicationContext
-
- CreateBlog - Class in com.atlassian.confluence.pageobjects.page.content
-
- CreateBlog() - Constructor for class com.atlassian.confluence.pageobjects.page.content.CreateBlog
-
Deprecated.
- CreateBlog(Space) - Constructor for class com.atlassian.confluence.pageobjects.page.content.CreateBlog
-
Deprecated.
- createBlogPost(WebTester) - Static method in class com.atlassian.confluence.it.content.EditContentBean
-
- createBlogPost(String) - Static method in class com.atlassian.confluence.it.content.EditContentBean
-
- createBlogPost() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- createBlogPost(BlogPost) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createBlogPost(BlogPost, ContentRepresentation) - Method in class com.atlassian.confluence.it.rpc.delegates.ContentRpc
-
- createBlogPost(BlogPost) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcContentClient
-
- 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, Draft, 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, ContentEntityObject, 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, BlogPost, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
-
- createBooleanQueryFactory(String, MacroExecutionContext) - Method in class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
-
- createBuilder(String) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.DefaultEntityBuilderFactory
-
- createBuilder(String) - Method in interface com.atlassian.confluence.plugins.rest.entities.builders.EntityBuilderFactory
-
A builder for constructing a search REST entity from a search result
- createBuilder() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.ExternalProcessBuilderFactory
-
- createByUrlBuilder(Space, WebTester) - Static method in class com.atlassian.confluence.it.content.EditContentBean
-
- createCacheManagerFlusher(CacheManager) - Static method in interface com.atlassian.confluence.impl.cache.CacheFlusher
-
- createCallable(Callable<T>) - Method in class com.atlassian.sal.confluence.executor.ConfluenceThreadLocalDelegateExecutorFactory
-
- createCaptchaSettingsHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
-
- createChildPage(String, String) - Static method in class com.atlassian.confluence.it.content.EditContentBean
-
Returns a page creation bean by going directly to the URL of a page, then clicking on the
'Add Page' link on the page.
- createChildPage(String, String, WebTester) - Static method in class com.atlassian.confluence.it.content.EditContentBean
-
- createCluster(String, File, InetAddress) - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationHelper
-
- createCluster(String, File, InetAddress, String) - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationHelper
-
- 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, InetAddress) - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
-
Deprecated.
- createCluster(String, File, InetAddress, String) - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
-
Deprecated.
- createCluster(String, File, String, ClusterJoinConfig) - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
-
- createCluster(String, File, InetAddress) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
-
Deprecated.
- createCluster(String, File, InetAddress, String) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
-
Deprecated.
- createCluster(String, File, String, ClusterJoinConfig) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
-
- createCluster(String, String, String) - Method in class com.atlassian.confluence.it.setup.steps.ClusterPage
-
- createCluster(String, String, String, String) - Method in class com.atlassian.confluence.it.setup.steps.ClusterPage
-
- 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.
- createClusterFromStandalone(String, String, String, String) - Method in class com.atlassian.confluence.it.setup.steps.ClusterPage
-
- createCombinedResourceBundle(Iterable<? extends ResourceBundle>) - Static method in class com.atlassian.confluence.util.i18n.CombinedResourceBundleFactory
-
- createCommand() - Method in class com.atlassian.confluence.pages.actions.AbstractCommandAction
-
- 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(String, String, String, String) - Static method in class com.atlassian.confluence.upgrade.ddl.AddForeignKeyCommand
-
- createComment(Comment) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createComment(Comment, long) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
- createComment(Comment, ContentRepresentation) - Method in class com.atlassian.confluence.it.rpc.delegates.ContentRpc
-
- createComment(Comment) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcContentClient
-
- createComment(Comment, long) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcContentClient
-
- 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
-
- createCommentLocationPredicate(Collection<String>) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
-
- createCompleteComponent(Class) - Method in class com.atlassian.confluence.spring.DelegatingContainerContext
-
- createCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
-
- createCompletionStage(Content, Expansion...) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
-
- createCompletionStage(ContentTemplate, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
-
- createCompletionStage(RelationInstance<S, T>) - Method in class com.atlassian.confluence.rest.client.impl.RemoteRelationServiceImpl
-
- 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(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
-
Create a piece of content.
- createCompletionStage(Content, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
-
Create a piece of content.
- createCompletionStage(ContentTemplate, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService
-
- createCompletionStage(RelationInstance<S, T>) - Method in interface com.atlassian.confluence.rest.client.RemoteRelationService
-
Creates a directed relation between two relatable entities.
- 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
-
- createComponent(Class) - Method in class com.atlassian.confluence.spring.DelegatingContainerContext
-
- createComponents(String, Reader) - Method in class com.atlassian.confluence.search.lucene.analyzers.unstemmed.ArabicAnalyzer
-
- createComponents(String, Reader) - Method in class com.atlassian.confluence.search.lucene.analyzers.unstemmed.ChineseAnalyzer
-
- createComponents(String, Reader) - Method in class com.atlassian.confluence.search.lucene.analyzers.unstemmed.EuropeanAnalyzer
-
- createComponents(String, Reader) - Method in class com.atlassian.confluence.search.lucene.analyzers.unstemmed.GreekAnalyzer
-
- createComponents(String, Reader) - Method in class com.atlassian.confluence.search.lucene.analyzers.unstemmed.JapaneseAnalyzer
-
- createComponents(String, Reader) - Method in class com.atlassian.confluence.search.lucene.ConfluenceFilenameAnalyzer
-
- createComponents(String, Reader) - Method in class com.atlassian.confluence.search.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.
- createConfluenceHttpParametersHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
-
- createConfluenceSchema(Configuration, boolean) - Static method in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
-
- createConfluenceSchemaCreator(Configuration) - Static method in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
-
- createConstraintPredicate(HibernateConfig, SessionFactory) - Static method in class com.atlassian.confluence.upgrade.impl.HibernateCheckConstraint
-
- createContent(Content) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createContent(Content) - Method in class com.atlassian.confluence.it.rpc.delegates.ContentRpc
-
- createContent(Content, ContentStatus, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
-
Creates a new piece of Content or publishes the draft if the content id is present.
- CreateContentCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
-
- CreateContentCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.CreateContentCondition
-
- CreateContentCondition - Class in com.atlassian.confluence.plugins.dashboard
-
- CreateContentCondition() - Constructor for class com.atlassian.confluence.plugins.dashboard.CreateContentCondition
-
Deprecated.
- createContentEntityBuilder(Class<? extends T>) - Method in class com.atlassian.confluence.plugins.rest.entities.builders.DefaultEntityBuilderFactory
-
- createContentEntityBuilder(Class<? extends T>) - Method in interface com.atlassian.confluence.plugins.rest.entities.builders.EntityBuilderFactory
-
A builder for constructing a REST entity from a {{com.atlassian.confluence.core.ContentEntityObject}}
- createContentFinder(ContentServiceImpl, 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
-
- createContentIndexTask(List<ContentType>, List<ContentStatus>, JournalEntryType) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createContentPropertyFinder(Expansion...) - Method in class com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderFactory
-
- 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
-
- createContext(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.ConfluenceVelocityServlet
-
- createContext(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.setup.webwork.ConfluenceVelocityManager
-
- createContext(VelocityManager, OgnlValueStack, HttpServletRequest, HttpServletResponse, String) - Method in class com.atlassian.confluence.setup.webwork.EncodingVelocityResult
-
- createContextForTemplateView(Space, String, String) - Static method in class com.atlassian.confluence.core.ContentEntitySimulacrum
-
- 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, String...) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
-
- createCreateIndexCommand(String, String, boolean, 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
- createCreateIndexCommand(String, String, boolean, String...) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
-
Create a compound index
- createCreationDatePredicate(LocalDate) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
-
- createCredentialsProviderInstance() - Method in class com.atlassian.confluence.user.HibernateUserProviderFactory
-
- createCriteria(Session, Class) - Static method in class com.atlassian.crowd.embedded.hibernate2.CriteriaFactory
-
- createCronTrigger(String, String, String) - Method in class com.atlassian.confluence.schedule.quartz.CronTriggerFactory
-
- createCrowdDirectoryHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
-
- createCrowdUserHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
-
- createCssSelector(String, int) - Static method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
-
- createCustomContentEntity(Content, CustomContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.CustomContentTypeApiSupport
-
Set the extension properties on the entity.
- createCustomContentEntity(Content, CustomContentEntityObject) - Method in class com.atlassian.confluence.it.api.test.plugin.apiavailable.DummyAvailableContentTypeSupport
-
- createCustomHtmlSettingsHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
-
- CREATED - Static variable in class com.atlassian.confluence.core.ContentEntityObject
-
- Created - Interface in com.atlassian.confluence.event.events.types
-
Indicates that the implementation represents a creation event.
- 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
-
- 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(DateTime) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
-
- createdDate(Date) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
-
- createdDate(ReadableDateTime) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
-
- createdDate - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
-
- createdDateAfter(DateTime) - 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.internal.security.SpacePermissionContext
-
- createDefaultSpacePermissions(Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
-
- createDefaultSpacePermissions(Space) - Method in class com.atlassian.confluence.security.DefaultSpacePermissionManager
-
- 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
-
- createDefaultVelocityContext() - Method in class com.atlassian.confluence.plugin.services.DefaultVelocityHelperService
-
- 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.search.lucene.tasks.IndexTaskFactory
-
- createDeleteChangeDocumentsIndexTask(String) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createDeleteDocumentTask(Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createDeleteDocumentTask(IndexableEdge) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createDeleteDocumentTask(String) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createDeleteDocumentTask(Searchable) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createDeleteDocumentTask(String) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createDeleteEdgeByTargetIdAndUserTask(Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createDeleteEdgeByTargetIdAndUserTask(IndexableEdge) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createDeleteEdgeTargetingDocumentTask(Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createDeleteEdgeTargetingDocumentTask(IndexableEdge) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createDeleteEdgeTargetingDocumentTask(String) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- CreateDialog - Class in com.atlassian.confluence.pageobjects.component.dialog
-
- CreateDialog() - Constructor for class com.atlassian.confluence.pageobjects.component.dialog.CreateDialog
-
Deprecated.
- createDialog - Variable in class com.atlassian.confluence.pageobjects.page.DashboardPage
-
Deprecated.
- createDirectoryHierarchy(File, long) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.HierarchicalContentFileSystemHelper
-
Get the directory corresponding to the given content ID, creating the directory hierarchy as required.
- createDirectoryIfDoesntExist(File) - Static method in class com.atlassian.confluence.plugin.ConfluencePluginUtils
-
Create a directory if there is no directory, otherwise do nothing.
- createDraft(T, SaveContext) - Method in class com.atlassian.confluence.core.DefaultContentEntityManager
-
- createDraft(T, SaveContext) - Method in interface com.atlassian.confluence.internal.ContentDraftManagerInternal
-
- createDraft(String, String) - Method in interface com.atlassian.confluence.internal.pages.PageManagerInternal
-
This method creates a draft
- createDraft(String, String, long) - Method in interface com.atlassian.confluence.internal.pages.PageManagerInternal
-
This method creates a draft.
- createDraft(Draft) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createDraft() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
-
- createDraft() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
-
- createDraft(String, String) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
-
- createDraft(String, String, long) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
-
- createDraft(String, String) - Method in class com.atlassian.confluence.pages.DefaultPageManager
-
- createDraft(String, String, long) - Method in class com.atlassian.confluence.pages.DefaultPageManager
-
- 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.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
-
- 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
-
- 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
-
- 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
-
- createDTD() - Method in interface com.atlassian.confluence.xml.XMLEntityResolver
-
- createDynamicType(String, Map<String, Type>) - Method in class com.atlassian.confluence.plugins.graphql.DefaultGraphQL
-
- createDynamicType(String, Map<String, Type>) - Method in interface com.atlassian.confluence.rest.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
-
- createEntityManager() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
-
- createEntityManager(Map) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
-
- createEntityManager(SynchronizationType) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
-
- createEntityManager(SynchronizationType, Map) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
-
- createExceptionHandler() - Method in class com.atlassian.confluence.license.LicenseWebFacadeTemplate
-
- createExcerpt(Content) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
-
- createExcerpt(ContentEntityObject, String) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
-
- createExcerpt(ContentEntityObject, String, Set<String>, int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
-
- createExcerpt(ContentEntityObject, String, ExcerptConfig) - 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
-
- 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, 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 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.
- createExportDirectory() - Method in class com.atlassian.confluence.importexport.impl.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.
- createFailureResultMap(IllegalArgumentException) - Static method in class com.atlassian.confluence.ui.rest.content.LegacyRestHelper
-
Deprecated.
Creates a JSON serializable response when a request fails
- createFeed(ISearch, FeedProperties) - Method in class com.atlassian.confluence.rss.DefaultFeedBuilder
-
- createFeed(ISearch, FeedProperties) - Method in interface com.atlassian.confluence.rss.FeedBuilder
-
Constructs a feed off the specified search.
- createFileFromChunks(ClientIdentity, List<ChunkETag>, Option<String>) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.TrackingFileStoreClient
-
- createFileFromChunks(ClientIdentity, List<ChunkETag>, Option<String>) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.analytics.TrackingMediaApiClient
-
- createFileNamePredicate(String) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
-
- createFilter(Collection<String>, boolean) - Static method in class com.atlassian.confluence.search.lucene.filter.SpaceFilter
-
- createForAddress(InetAddress) - Static method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
-
- createForConfig(InetAddress, int, int) - Static method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
-
- 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.
- 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
-
- createFriendlyForUser(Date) - Method in interface com.atlassian.confluence.core.datetime.DateFormatterFactory
-
Creates a FriendlyDateFormatter for the current user.
- 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(Date) - Method in class com.atlassian.confluence.core.datetime.DateFormatterFactoryImpl
-
- createFriendlyForUser() - Method in class com.atlassian.confluence.core.datetime.DateFormatterFactoryImpl
-
- createFrom(MacroDefinition, Macro) - Static method in class com.atlassian.confluence.macro.count.MacroMetricsKey
-
- createFrom(Map<String, ?>) - Static method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
-
- createFrom(String, JsonNode) - Method in enum com.atlassian.confluence.plugins.contentproperty.index.schema.SchemaFieldType
-
- createFromAttachment(Attachment) - Static method in class com.atlassian.confluence.plugins.lookandfeel.SiteLogo
-
- createFromConfigurationString(String) - Method in enum com.atlassian.confluence.pages.AttachmentDataStorageType
-
- createFromPager(Pager<H>, LimitedRequest, Function<H, M>) - Static method in class com.atlassian.confluence.api.impl.pagination.PagerToPageResponseHelper
-
Helper to build page responses from atlassian user Pagers
- createFromStream(InputStream) - Static method in class com.atlassian.confluence.it.export.SimpleSiteStructure
-
Utility method to create a SimpleSiteStructure as represented by the supplied InputStream.
- createFromSystemProperty(String, Duration) - Static method in class com.atlassian.confluence.util.profiling.DurationThresholdWarningTimingHelperFactory
-
Factory method for creating a new instance using the given system property and default threshold to configure it.
- createFromTemplateContent(User, String, String) - Static method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
-
- createFromTemplateFile(User, String, String) - Static method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
-
- 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
-
- 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
-
- 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 class bucket.user.DefaultUserAccessor
-
Deprecated.
Note that this method creates a group with case sensitive name.
- createGroup(String) - Method in interface bucket.user.UserAccessor
-
Deprecated.
- createGroup(String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createGroup(Group) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createGroup(String) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
-
Deprecated.
- createGroup(Group) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
-
Deprecated.
- createGroup(String) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
-
- createGroup(Group) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
-
- createGroup(String) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
-
Deprecated.
- createGroup(Group) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
-
Deprecated.
- createGroup(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
-
Method was added for consistency.
- createGroup(String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
-
Deprecated.
- createGroupAttributes(String) - Method in class com.atlassian.confluence.it.usermanagement.TestPropertiesLdapSchemaConfig
-
- createGroupGuardPermission(String, String) - Method in class com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator
-
Creates the relevant guard permission for the group
- createGroupGuardPermission(String, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
-
Creates the relevant guard permission for the group
- createGroupGuardPermission(String, String) - Method in class com.atlassian.confluence.security.administrators.EditSpacePermissionsAdministrator
-
- 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
-
- createHibernateTemplate(SessionFactory) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
-
- 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
-
Create the appropriate href attribute value for the supplied ConversionContext.
- 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, Page, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.HtmlExportHrefEvaluator
-
- createHref(ConversionContext, Attachment, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.HtmlExportHrefEvaluator
-
- createHref(ConversionContext, WebLink, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.HtmlExportHrefEvaluator
-
- createHref(ConversionContext, Object, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.OutputTypeAwareHrefEvaluator
-
- createImportContext(ExportDescriptor) - Method in class com.atlassian.confluence.importexport.actions.AbstractFileRestoreAction
-
Builds the import context from the restore file xml
- createImportContext(ExportDescriptor) - Method in class com.atlassian.confluence.importexport.actions.AbstractImportAction
-
- createImportContext(ExportDescriptor) - Method in class com.atlassian.confluence.importexport.actions.RestorePageAction
-
- createImportTask(DefaultImportContext) - Method in class com.atlassian.confluence.importexport.actions.AbstractImportAction
-
- createImportTask(DefaultImportContext) - Method in class com.atlassian.confluence.importexport.actions.SetupRestoreAction
-
- 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
-
- CreateIndexCommand - Class in com.atlassian.confluence.upgrade.ddl
-
- CreateIndexCommand(String, String, String...) - Constructor for class com.atlassian.confluence.upgrade.ddl.CreateIndexCommand
-
- CreateIndexCommand(String, String, boolean, String...) - Constructor for class com.atlassian.confluence.upgrade.ddl.CreateIndexCommand
-
- createIndexDraftsTask() - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createIndexingAnalyzer() - Method in class com.atlassian.confluence.search.lucene.ConfluenceLuceneAnalyzerFactory
-
- 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.pages.thumbnail.renderer.AdaptiveThresholdPredicate
-
Deprecated.
- 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.
- createInstance() - Method in class com.atlassian.confluence.cluster.ClusterAwareFactoryBean
-
- createInstance() - Method in class com.atlassian.confluence.impl.cache.hibernate.HibernateClusterAwareCacheManagerFactory
-
- createInstance(ContentBlueprintInstance, ContentTemplateId, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.TemplateResource
-
- createInstance(ContentBlueprintInstance, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
-
- createInstance(ContentBlueprintInstance, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService
-
- createInstance() - Method in class com.atlassian.confluence.spring.johnson.JohnsonConfigFactoryBean
-
- createInstance() - Method in class com.atlassian.confluence.spring.johnson.JohnsonEventContainerFactoryBean
-
- createInstance() - Method in class com.atlassian.confluence.util.zipkin.impl.BraveFactoryBean
-
- 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
-
- createJacksonModule() - Static method in class com.atlassian.confluence.rest.client.RestClientFactory
-
- createJohnsonEvent(String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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
-
- createLabel(Label) - Method in class com.atlassian.confluence.labels.CachingLabelManager
-
- createLabel(Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
-
- createLabel(Label) - Method in interface com.atlassian.confluence.labels.LabelManager
-
- createLazyMacroReference(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.macro.xhtml.DelegatingReadOnlyMacroManager
-
- createLazyMacroReference(ModuleDescriptor<?>) - Method in interface com.atlassian.confluence.macro.xhtml.MacroManager
-
- createLazyMacroReference(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroLibraryMacroManager
-
- createLazyMacroReference(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.macro.xhtml.UserMacroPluginMacroManager
-
- createLazyMacroReference(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.macro.xhtml.V2CompatibilityMacroManager
-
- createLazyMacroReference(ModuleDescriptor<?>) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
-
- 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
-
- createLoaders() - Method in class bucket.core.persistence.hibernate.MemoryOptimizedSingleTableEntityPersister
-
Deprecated.
- createLoaders() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.ConfluenceMemoryOptimizedSingleTableEntityPersister
-
- createLoadSplit() - Method in class com.atlassian.confluence.cache.hazelcast.monitoring.ConfluenceMonitoringLoader
-
- createLocal(CacheLoader<K, V>) - Static method in class com.atlassian.confluence.cache.InvalidatableCacheLoader
-
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
-
- createLuceneBoostingQuery(Query, BoostingStrategy) - Method in interface com.atlassian.confluence.search.v2.lucene.boosting.BoostingQueryFactory
-
Deprecated.
Create a boosting query using the provided boosting strategy.
- createLuceneBoostingQuery(Query, SearchQueryParameters, BoostingStrategy) - Method in interface com.atlassian.confluence.search.v2.lucene.boosting.BoostingQueryFactory
-
Deprecated.
Create a boosting query using the provided boosting strategy that is aware of the searchQueryParameters
used to generate the query to wrap
- createLuceneBoostingQuery(Query, BoostingStrategy) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostQueryFactoryImpl
-
Deprecated.
- createLuceneBoostingQuery(Query, SearchQueryParameters, BoostingStrategy) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostQueryFactoryImpl
-
Deprecated.
- createLuceneBoostingQueryWithPluggableStrategy(Query) - Method in interface com.atlassian.confluence.search.v2.lucene.boosting.BoostingQueryFactory
-
Deprecated.
Create a boosting query using the pluggable boosting strategy
- createLuceneBoostingQueryWithPluggableStrategy(Query, SearchQueryParameters) - Method in interface com.atlassian.confluence.search.v2.lucene.boosting.BoostingQueryFactory
-
Deprecated.
Create a boosting query using the pluggable boosting strategy that is aware of the searchQueryParameters
used to generate the query to wrap
- createLuceneBoostingQueryWithPluggableStrategy(Query) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostQueryFactoryImpl
-
Deprecated.
- createLuceneBoostingQueryWithPluggableStrategy(Query, SearchQueryParameters) - Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostQueryFactoryImpl
-
Deprecated.
- createMail(File, String) - Method in class com.atlassian.confluence.it.mail.MailHelper
-
Deprecated.
- createMailObject() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
-
- createMailObject() - Method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
-
- createMailObject() - Method in class com.atlassian.confluence.mail.template.NonUserMailNotificationQueueItem
-
- createMailObject() - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem
-
- 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
-
- 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
-
- createMinimumTimeout() - Static method in class com.atlassian.confluence.renderer.PageContext
-
- createModule() - Method in class com.atlassian.confluence.content.ContentTypeModuleDescriptor
-
- createModule() - Method in class com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
-
- createModule(String, ModuleDescriptor<T>) - Method in class com.atlassian.confluence.plugin.AutodetectClassPrefixModuleFactory
-
Deprecated.
- createModule() - Method in class com.atlassian.confluence.plugin.descriptor.AbstractExtractorModuleDescriptor
-
- createModule() - Method in class com.atlassian.confluence.plugin.descriptor.AttachmentTextExtractorModuleDescriptor
-
- 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.ExtractorModuleDescriptor
-
Deprecated.
- createModule() - Method in class com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
-
- createModule() - Method in class com.atlassian.confluence.plugin.descriptor.JobModuleDescriptor
-
Deprecated.
- createModule() - Method in class com.atlassian.confluence.plugin.descriptor.ListenerModuleDescriptor
-
- 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
-
- 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
-
- createMultipleUsers(int) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
-
Deprecated.
- createMultipleUsers(int) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
-
- createMultipleUsers(int) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
-
Deprecated.
- 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.
- createNavigation() - Method in interface com.atlassian.confluence.api.nav.NavigationService
-
- createNavigation() - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.DefaultRestNavigationService
-
- createNavigation() - Method in interface com.atlassian.confluence.rest.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
-
- createNewQuery(Function<F, T>) - Static method in class com.atlassian.confluence.api.impl.pagination.PaginationQueryImpl
-
- createNotificationTask(User, NotificationData, String, NotificationContext) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationsSender
-
- createObjectMapper() - Static method in class com.atlassian.confluence.rest.serialization.CustomSerializerModuleFactory
-
- createOrFindDraftFor(AbstractPage) - Method in interface com.atlassian.confluence.internal.pages.PageManagerInternal
-
Retrieves the draft for the given AbstractPage if exists.
- createOrFindDraftFor(AbstractPage) - Method in class com.atlassian.confluence.pages.DefaultPageManager
-
- createPage(WebTester) - Static method in class com.atlassian.confluence.it.content.EditContentBean
-
- createPage(String) - Static method in class com.atlassian.confluence.it.content.EditContentBean
-
- createPage(Space) - Static method in class com.atlassian.confluence.it.content.EditContentBean
-
- createPage() - Method in class com.atlassian.confluence.it.content.PagesCollectorBean
-
- createPage() - Method in class com.atlassian.confluence.it.content.ViewContentBean
-
- createPage(String, String, String, long) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
- createPage(Page) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createPage(Page, ContentRepresentation) - Method in class com.atlassian.confluence.it.rpc.delegates.ContentRpc
-
- createPage(Page) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcContentClient
-
- createPage(String, String, String, long) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcContentClient
-
- CreatePage - Class in com.atlassian.confluence.pageobjects.page.content
-
- CreatePage() - Constructor for class com.atlassian.confluence.pageobjects.page.content.CreatePage
-
Deprecated.
- CreatePage(Space) - Constructor for class com.atlassian.confluence.pageobjects.page.content.CreatePage
-
Deprecated.
- 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
-
- 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, Draft, User, boolean, ContentPropertyManager, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreatePageCommandImpl
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- createPageHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
-
- createPageHierarchy(Space, int, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Create a simple hierarchy of pages where each page is the parent of the next.
- 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
-
- createPagesFromPrototype(Page, int) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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
-
- CreatePageTemplate - Class in com.atlassian.confluence.pageobjects.page.space
-
- CreatePageTemplate(Space) - Constructor for class com.atlassian.confluence.pageobjects.page.space.CreatePageTemplate
-
Deprecated.
- CreatePageTemplateAction - Class in com.atlassian.confluence.plugins.templates.actions
-
- CreatePageTemplateAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.CreatePageTemplateAction
-
- createPageTemplateHandler(AuditHandler<Space>) - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
-
- createPageTree(Space) - Method in class com.atlassian.confluence.pages.TreeBuilder
-
Creates a tree of content that just includes the pages of the space.
- createPaginated(PaginationBatch<F>, Function<Iterable<F>, Iterable<T>>, int) - Method in class com.atlassian.confluence.api.impl.pagination.PaginationServiceImpl
-
- createPaginated(PaginationBatch<F>, Function<Iterable<F>, Iterable<T>>, int) - Method in interface com.atlassian.confluence.api.impl.pagination.PaginationServiceInternal
-
- createPagingIterator(PaginationBatch<F>, int, Function<Iterable<F>, Iterable<T>>) - Method in class com.atlassian.confluence.api.impl.pagination.PaginationServiceImpl
-
- createPagingIterator(PaginationBatch<F>, int, Function<Iterable<F>, Iterable<T>>) - Method in interface com.atlassian.confluence.api.impl.pagination.PaginationServiceInternal
-
- createParser(String, Attributes) - Static method in class com.atlassian.confluence.importexport.xmlimport.parser.ImportedPropertyParserFactory
-
- createPartition() - Method in class com.atlassian.confluence.it.usermanagement.LdapService
-
- createPartition(String) - Method in class com.atlassian.confluence.it.usermanagement.LdapService
-
- 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
-
- createPersisterFor(ImportedObject) - Method in interface com.atlassian.confluence.importexport.xmlimport.ObjectPersisterFactory
-
- createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.ConfluenceUserPersisterFactory
-
- createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.ContentPropertyPersisterFactory
-
- createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.HibernateContentPermissionPersisterFactory
-
- createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.HibernateKeyPersisterFactory
-
- createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.HibernateMembershipPersisterFactory
-
- createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.PropertySetItemPersisterFactory
-
- createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersisterFactory
-
- createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.SynchronyEventsPersisterFactory
-
- createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.SynchronySnapshotsPersisterFactory
-
- createPersonalInformation(User) - Method in class com.atlassian.confluence.user.DefaultPersonalInformationManager
-
- createPersonalInformation(User) - Method in interface com.atlassian.confluence.user.PersonalInformationManager
-
- createPersonalSpace(User) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createPersonalSpace(User) - Method in class com.atlassian.confluence.it.user.UserProfile
-
- createPersonalSpace() - Method in class com.atlassian.confluence.it.user.UserProfile
-
- createPersonalSpace(String, String, User) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
-
- createPersonalSpace(String, String, User) - Method in interface com.atlassian.confluence.spaces.SpaceManager
-
Creates a personal space.
- CreatePersonalSpaceAction - Class in com.atlassian.confluence.spaces.actions
-
- CreatePersonalSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
-
- CreatePersonalSpaceListener - Class in com.atlassian.confluence.spaces.listeners
-
Responds to a personal space being created.
- CreatePersonalSpaceListener(FormatConverter, I18NBeanFactory, LocaleManager, PageManager, SystemTemplateManager, PluginAccessor, XhtmlContent, PersonalInformationManager, UserAccessor) - Constructor for class com.atlassian.confluence.spaces.listeners.CreatePersonalSpaceListener
-
- createPrivatePersonalSpace(String, String, User) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
-
- createPrivatePersonalSpace(String, String, User) - Method in interface com.atlassian.confluence.spaces.SpaceManager
-
Create a personal Space for which only the creator has any permissions
- createPrivateSpace(Space) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
-
Creates a new private Space, viewable only by its creator.
- createPrivateSpace(String, String, String, User) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
-
- createPrivateSpace(String, String, String, User) - Method in interface com.atlassian.confluence.spaces.SpaceManager
-
Creates a Space for which only the creator has any permissions
- createPrivateSpacePermissions(Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
-
- createPrivateSpacePermissions(Space) - Method in class com.atlassian.confluence.security.DefaultSpacePermissionManager
-
- 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
-
- createProfileProviderInstance() - Method in class com.atlassian.confluence.user.HibernateUserProviderFactory
-
- 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(T, Class<T>) - Method in interface com.atlassian.confluence.api.impl.service.content.finder.FinderProxyFactory
-
- createProxy(T, Class<T>) - Method in class com.atlassian.confluence.api.impl.service.content.finder.FinderProxyFactoryImpl
-
- createProxy(AbstractRemoteService<T>) - Static method in class com.atlassian.confluence.rest.client.proxy.RemoteServiceProxyCreator
-
- createProxy(Class<?>, String, Object[], TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Create an AOP proxy for the given bean.
- createQuery(Double, Double, boolean, boolean) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.NumericContentPropertyAliasFieldHandler
-
- createQueryParser() - Method in class com.atlassian.confluence.search.lucene.ConfluenceLuceneQueryParserFactory
-
- createQueryParser(Map<String, ? extends AnalyzerDescriptorProvider>) - Method in class com.atlassian.confluence.search.lucene.ConfluenceLuceneQueryParserFactory
-
- createQueryParser() - Method in interface com.atlassian.confluence.search.lucene.LuceneQueryParserFactory
-
- createQueryParser(Map<String, ? extends AnalyzerDescriptorProvider>) - Method in interface com.atlassian.confluence.search.lucene.LuceneQueryParserFactory
-
Create a 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.search.lucene.tasks.IndexTaskFactory
-
- createReference(Attachment) - Static method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.AttachmentReferenceDetails
-
- 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.
- createReindexAllBlogsTask() - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createReindexAllSpacesTask() - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createReindexAllUsersTask() - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createReIndexPermissionsTask(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createReIndexPermissionsTask(IndexableEdge) - Method in class com.atlassian.confluence.plugins.edgeindex.lucene.EdgeIndexTaskFactory
-
- createReindexUsersInGroupTask(String) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- 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
-
- createRequest(Request.MethodType, String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceHttpClientRequestFactory
-
- createRequest(Request.MethodType, String) - Method in class com.atlassian.confluence.api.impl.sal.SetupHttpClientRequestFactory
-
- createRequest(Request.MethodType, String) - Method in class com.atlassian.sal.confluence.net.ConfluenceHttpClientTrustedRequestFactory
-
- createRequestContext() - Method in class com.atlassian.confluence.plugins.rest.resources.AbstractResource
-
- createRestList(PageResponse<T>) - Static method in class com.atlassian.confluence.rest.api.model.RestList
-
- createRestList(PageRequest, PageResponse<T>) - Static method in class com.atlassian.confluence.rest.api.model.RestList
-
- createRestList(PageRequest, List<T>, boolean) - Static method in class com.atlassian.confluence.rest.api.model.RestList
-
- CreateRssFeedAction - Class in com.atlassian.confluence.spaces.actions
-
- CreateRssFeedAction() - Constructor for class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
-
- createRunnable(Runnable) - Method in class com.atlassian.sal.confluence.executor.ConfluenceThreadLocalDelegateExecutorFactory
-
- createSchema(boolean) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaCreator
-
- createSearchQuery(String) - Method in interface com.atlassian.confluence.macro.query.SearchQueryInterpreter
-
- createSearchQuery() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
-
- 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
-
- createServiceExecution(ServiceReference, Tenant, Function<S, ?>) - Method in class com.atlassian.sal.confluence.lifecycle.ExecutionStrategyTemplate
-
- createServiceExecutionStrategy() - Method in class com.atlassian.sal.confluence.lifecycle.TenantAwareLifecycleManager
-
- 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.
- createSimpleTrigger(String, String, Long, Integer) - Method in class com.atlassian.confluence.schedule.quartz.SimpleTriggerFactory
-
- createSpace(Space) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createSpace(String, String, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
- createSpace(Space) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcSpaceClient
-
- createSpace(String, String, String) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcSpaceClient
-
- createSpace(Space) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
-
Creates a new Space.
- createSpace(String, String, String, User) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
-
- createSpace(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
-
- createSpace(String, String, String, User) - Method in interface com.atlassian.confluence.spaces.SpaceManager
-
- createSpace(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
-
- CreateSpaceAction - Class in com.atlassian.confluence.spaces.actions
-
- CreateSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.CreateSpaceAction
-
Deprecated.
- CreateSpaceBean - Class in com.atlassian.confluence.it.content
-
- CreateSpaceButtonMacro - Class in com.atlassian.confluence.plugins.macros.dashboard
-
- CreateSpaceButtonMacro() - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.CreateSpaceButtonMacro
-
- createSpaceEntity(Space) - Static method in class com.atlassian.confluence.plugins.rest.entities.builders.DefaultContentEntityBuilder
-
- createSpaceFromAnywhere() - Static method in class com.atlassian.confluence.it.content.CreateSpaceBean
-
Factory method to return a space creation bean from anywhere in the app.
- createSpaceFromAnywhere(WebTester) - Static method in class com.atlassian.confluence.it.content.CreateSpaceBean
-
- createSpaceFromDashboard(WebTester) - Static method in class com.atlassian.confluence.it.content.CreateSpaceBean
-
Factory method to return a space creation bean for the current page.
- createSpaceGroup(String, String) - Method in class com.atlassian.confluence.spaces.DefaultSpaceGroupManager
-
Deprecated.
- createSpaceGroup(String, 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 interface com.atlassian.confluence.spaces.SpaceGroupManager
-
Deprecated.
Create a space Group
- createSpaceHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
-
- 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.
- createSpacePropertyFinder(Expansion...) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyFinderFactory
-
- createSpaces(int) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Creates a bunch of spaces.
- 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
-
- createSplit(String) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
-
- createStandalone() - Method in class com.atlassian.confluence.it.setup.steps.ClusterPage
-
- createStorageFormatForDate(DateTime) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultStorageFormatService
-
- createStorageFormatForDate(DateTime) - Method in interface com.atlassian.confluence.xhtml.api.StorageFormatService
-
Create a time tag based on user locale from given DateTime object
- 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, boolean) - 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 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.
- 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
-
- createTables() - Method in class bucket.core.persistence.hibernate.schema.SchemaHelper
-
Deprecated.
- createTempDirectoryInConfluenceTemp(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- createTempFile(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
- createTemplate(String, String) - Method in class com.atlassian.confluence.it.admin.GlobalTemplatesPage
-
- createTemplate(String, String, Space) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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.importexport.impl.AbstractRendererExporterImpl
-
- createTemplateWithStorageFormat(String, String, Space) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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
-
- createTenantedDelegate() - Method in class com.atlassian.confluence.tenant.TenantGate
-
Returns the delegate to be used when the tenant is present.
- createTestData() - Method in class com.atlassian.confluence.it.ServerStateManager
-
- createTestData(boolean) - Method in class com.atlassian.confluence.it.ServerStateManager
-
- createTestUser() - Method in class com.atlassian.confluence.it.AcceptanceTestHelper
-
Deprecated.
- createTestUser() - Method in class com.atlassian.confluence.it.rest.AbstractJUnit3RestAcceptanceTest
-
Deprecated.
- createTestUser() - Method in class com.atlassian.confluence.it.TestUserFactory
-
Deprecated.
Create a new user on the server with a generated (and hopefully unique) name.
- createTestUsers(int) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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.pages.thumbnail.renderer.ThumbnailRenderer
-
Create a Thumbnail from the input file.
- createThumbnail(InputStream, File, int, int) - Method in class com.atlassian.confluence.pages.thumbnail.renderer.ThumbnailRenderer
-
Create a Thumbnail from the input stream.
- createThumbnailUrlPathFromAttachmentUrl(String) - Static method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
-
- createTimingsPublisherAndAttach(ServletRequest) - Static method in class com.atlassian.confluence.impl.profiling.DecoratorTimings
-
- createTitlePredicate(String) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
-
- createTrustedRequest(Request.MethodType, String) - Method in class com.atlassian.sal.confluence.net.ConfluenceHttpClientTrustedRequestFactory
-
- createUnindexContentTypeTask(String) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createUnIndexSpaceTask(String) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createUnIndexSpaceTask(Space) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- 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
-
- 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
-
- createUnlockSplit() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
-
- createUpdateDocumentTask(Searchable) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
Returns an update document task.
- createUpdateDocumentTask(Searchable, boolean) - Method in class com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory
-
- createURL(String) - Static method in class com.atlassian.confluence.web.UrlBuilder
-
Creates a URL from the given string.
- createUser(User, Credential) - Method in class bucket.user.DefaultUserAccessor
-
Deprecated.
- createUser(User, Credential) - Method in interface bucket.user.UserAccessor
-
Deprecated.
- createUser(User) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Adds the given user
- createUser(User, boolean) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
Adds the given user
- createUser(User) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
-
Deprecated.
- createUser(User) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
-
- createUser(User) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
-
Deprecated.
Creates the user, adds it to the default users group, and ensures the
user profile is created (to work around CONF-6404).
- createUser(User) - Method in class com.atlassian.confluence.pageobjects.page.setup.SetupSystemAdministratorPage
-
Deprecated.
- createUser(String) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
-
- createUser(User, Credential) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
-
- createUser(User, Credential) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
-
- createUser(UserCreateRequestEntity) - Method in class com.atlassian.confluence.user.extras.rest.UsersResource
-
- createUser(User, Credential) - Method in interface com.atlassian.confluence.user.UserAccessor
- createUser(String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
-
Deprecated.
- createUser(User, Credential) - 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
-
- createUserAttributes(User) - Method in class com.atlassian.confluence.it.usermanagement.TestPropertiesLdapSchemaConfig
-
- createUserGuardPermission(String, ConfluenceUser) - Method in class com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator
-
Creates the relevant guard permission for the user
- createUserGuardPermission(String, ConfluenceUser) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
-
Creates the relevant guard permission for the user
- createUserGuardPermission(String, ConfluenceUser) - Method in class com.atlassian.confluence.security.administrators.EditSpacePermissionsAdministrator
-
- createUserHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
-
- createUserMacro(String, boolean, String, String, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- createUserMacro(String, boolean, String, String, String, String, String, String, String, String, boolean) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
Deprecated.
- 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
-
- CreateUserNotificationsListener(UserAccessor, BandanaManager, MailServerManager, SignupManager) - Constructor for class com.atlassian.confluence.mail.notification.listeners.CreateUserNotificationsListener
-
- 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, String) - Static method in class com.atlassian.confluence.security.ContentPermission
-
- createUserPermission(String, ConfluenceUser) - 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, String) - Static method in class com.atlassian.confluence.security.SpacePermission
-
- createUserSpacePermission(String, Space, ConfluenceUser) - Static method in class com.atlassian.confluence.security.SpacePermission
-
- createVacantDelegate() - Method in class com.atlassian.confluence.tenant.TenantGate
-
Returns the delegate to be used when the tenant is vacant.
- createVersionCssSelector(String) - Static method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
-
- createVersionFinder(ContentVersionServiceImpl, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.finder.VersionFinderFactory
-
- createWebhook(UriInfo, RestWebhook) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
-
Create a webhook via the URL.
- createWebInterfaceContext(Long) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
-
- createWebInterfaceContext(Long, Map<String, Object>) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
-
- createWebInterfaceContext(ContentEntityObject) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
-
- createWebInterfaceContext(ContentEntityObject, Map<String, Object>) - 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 class com.atlassian.confluence.web.service.WebContextFactoryImpl
-
- createWebInterfaceContext(ContentEntityObject) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
-
- createWebInterfaceContext(ContentEntityObject, Map<String, Object>) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
-
- createWebInterfaceContextForSpace(Space) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
-
- createWebInterfaceContextForSpace(String) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
-
- createWebInterfaceContextForSpace(Space) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
-
- 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.search.v2.lucene.boosting.BoostingQuery
-
Deprecated.
- createWeight(IndexSearcher) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneFunctionScoreQuery
-
- createWikiMarkupPage(Page) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
- 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
-
- createWithCustomFragmentTransformers(List<? extends FragmentTransformer>) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformerFactoryImpl
-
- createWithDefaultValues(String...) - Static method in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- createWithModelConverter(Function<F, T>) - Method in interface com.atlassian.confluence.api.impl.pagination.PaginationQuery
-
Specifies the model converter Function that should be applied to results.
- 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.api.impl.pagination.PaginationQuery
-
Adds a Predicate used to filter the raw database type results.
- 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, List<Namespace>, boolean) - 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 interface com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
-
A factory method providing more detailed control over the XMLEventReader you require.
- createXMLEventWriter(Writer) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXmlOutputFactory
-
- createXMLEventWriter(Result) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
-
- createXMLEventWriter(OutputStream) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
-
- createXMLEventWriter(OutputStream, String) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
-
- createXMLEventWriter(Writer) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
-
- createXMLEventWriter(Result) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
-
- createXMLEventWriter(OutputStream) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
-
- createXMLEventWriter(OutputStream, String) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
-
- createXMLEventWriter(Writer) - 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(XMLEventReader) - 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 interface com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
-
- createXMLStreamWriter(Writer) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
-
- createXMLStreamWriter(OutputStream) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
-
- createXMLStreamWriter(OutputStream, String) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
-
- createXMLStreamWriter(Result) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
-
- createXMLStreamWriter(Writer) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
-
- createXMLStreamWriter(OutputStream) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
-
- createXMLStreamWriter(OutputStream, String) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
-
- createXMLStreamWriter(Result) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
-
- createXsltSource(Reader) - Method in class com.atlassian.confluence.xml.XalanXslTransformer
-
- CREATION_DATE - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
-
- CREATION_DATE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- CREATION_DATE_SORT - Static variable in class com.atlassian.confluence.util.AttachmentComparator
-
- creationDate(Date) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
-
- CreationDateComparator - Class in bucket.core.comparators
-
- CreationDateComparator() - Constructor for class bucket.core.comparators.CreationDateComparator
-
Deprecated.
- CREATOR - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- CREATOR_NAME_FIELD - Static variable in class com.atlassian.confluence.search.lucene.extractor.ContentEntityMetadataExtractor
-
- CreatorQuery - Class in com.atlassian.confluence.search.v2.query
-
Query for the original creator of content.
- CreatorQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.CreatorQuery
-
- CreatorQuery(UserKey) - Constructor for class com.atlassian.confluence.search.v2.query.CreatorQuery
-
- CreatorQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
Map a CreatorQuery to a Lucene specific query.
- CreatorQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.CreatorQueryMapper
-
- CriteriaFactory - Class in com.atlassian.crowd.embedded.hibernate2
-
Factory for creating criteria from the given session with useful defaults.
- CriteriaFactory() - Constructor for class com.atlassian.crowd.embedded.hibernate2.CriteriaFactory
-
- CriteriaParameters(String, String, String, ContentTypeEnum, DateRangeEnum, String, String) - Constructor for class com.atlassian.confluence.search.actions.SearchSiteAction.CriteriaParameters
-
Deprecated.
- CronExpressionValidator - Class in com.atlassian.confluence.plugins.schedule.admin.support
-
Validates a cron expression, and returns the future executions.
- CronTriggerFactory - Class in com.atlassian.confluence.schedule.quartz
-
Constructs a CronTrigger in a consistent way.
- CronTriggerFactory(TimeZoneManager) - Constructor for class com.atlassian.confluence.schedule.quartz.CronTriggerFactory
-
- CROWD - Static variable in class com.atlassian.confluence.event.events.security.LoginEvent
-
The user was authenticated via a remote crowd server.
- CROWD - Static variable in class com.atlassian.confluence.it.usermanagement.DirectoryNames
-
Deprecated.
- CROWD_MODE - Static variable in class com.atlassian.confluence.it.TestProperties
-
Deprecated.
- CrowdDirectoryConfiguration - Class in com.atlassian.confluence.it.usermanagement
-
- CrowdDirectoryConfiguration() - Constructor for class com.atlassian.confluence.it.usermanagement.CrowdDirectoryConfiguration
-
Deprecated.
- 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
-
- CrowdSSODirectoryConfiguration - Class in com.atlassian.confluence.it.usermanagement
-
- CrowdSSODirectoryConfiguration() - Constructor for class com.atlassian.confluence.it.usermanagement.CrowdSSODirectoryConfiguration
-
- crowdUserCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent.Builder
-
- CrowdUserDirectoryHelper - Interface in com.atlassian.confluence.user.crowd
-
Helper class for accessing information about Crowd user directories
- CrowdUserDirectoryImplementation - Enum in com.atlassian.confluence.user.crowd
-
Enumeration of possible Crowd user directory implementation classes for analytics
- CrowdUsersUserMappingUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
-
Upgrade task to ensure that for all the users in Confluence a ConfluenceUser object exist.
- CrowdUsersUserMappingUpgradeTask(ConfluenceUserDao, SessionFactory, BatchOperationManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.CrowdUsersUserMappingUpgradeTask
-
- Crumb(String, String) - Constructor for class com.atlassian.confluence.plugins.rest.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 - 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(String, ResourceDescriptor) - Static method in class com.atlassian.confluence.themes.PluginThemeResource
-
Creates a theme resource for a stylesheet in a dynamic plugin.
- 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 - 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
-
- 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_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.
- currentContent(int) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
-
- currentDataSize(Long) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.SynchronyDataEvictionResource
-
- 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
-
- 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
-
- 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
-
- currentModeDuration(TimeUnit) - Method in class com.atlassian.confluence.plugins.synchrony.service.CollaborativeEditingModeDuration
-
- 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
-
- currentUserDeletionTaskCompleted() - Static method in class com.atlassian.confluence.it.admin.ManageUsers
-
- currentUserDeletionTaskTitles(String) - Static method in class com.atlassian.confluence.it.admin.ManageUsers
-
- 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
-
- 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 - Static variable in class com.atlassian.confluence.setup.settings.Settings
-
- 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
-
- CustomClobType - Class in com.atlassian.confluence.core.persistence.hibernate
-
- CustomClobType() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.CustomClobType
-
- 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) - 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.entities.builders
-
- CustomContentEntityBuilder(SettingsManager, DateEntityFactory, UserEntityHelper, ContentTypeManager) - Constructor for class com.atlassian.confluence.plugins.rest.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.
- CustomContentManager - Interface in com.atlassian.confluence.content
-
- CustomContentManager.SortField - Enum in com.atlassian.confluence.content
-
- CustomContentManager.SortOrder - Enum in com.atlassian.confluence.content
-
- CustomContentSearchExtractor - Class in com.atlassian.confluence.content
-
Extracts some base "all content needs this" fields from the CustomContentEntityObject.
- CustomContentSearchExtractor() - Constructor for class com.atlassian.confluence.content.CustomContentSearchExtractor
-
- CustomContentSpaceRemovalListener - Class in com.atlassian.confluence.content
-
- CustomContentSpaceRemovalListener(CustomContentManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.content.CustomContentSpaceRemovalListener
-
- CustomContentTestPluginInstaller - Class in com.atlassian.confluence.it.api
-
Used for installing a plugin with a custom content type registered.
- CustomContentTestPluginInstaller(ConfluenceRpc) - Constructor for class com.atlassian.confluence.it.api.CustomContentTestPluginInstaller
-
- 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
-
- 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
-
- CustomContentTypeQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- CustomContentTypeQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.CustomContentTypeQueryMapper
-
Deprecated.
- CustomContentTypeSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
-
- CustomContentTypeSearchFilter(String) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.CustomContentTypeSearchFilter
-
- CustomContentTypeSearchFilter(Set<String>) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.CustomContentTypeSearchFilter
-
- CustomContentTypeSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
-
- CustomContentTypeSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.CustomContentTypeSearchFilterMapper
-
- 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
-
- CustomFlexibleQueryParser - Class in com.atlassian.confluence.search.lucene.queryparser
-
- CustomFlexibleQueryParser(Analyzer, Analyzer) - Constructor for class com.atlassian.confluence.search.lucene.queryparser.CustomFlexibleQueryParser
-
- CustomFlexibleQueryParser.CustomQueryConfigHandler - Class in com.atlassian.confluence.search.lucene.queryparser
-
- customGetPageUrl(AbstractPage) - Static method in class com.atlassian.confluence.util.GeneralUtil
-
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(String, String, String) - Constructor for class com.atlassian.confluence.setup.settings.CustomHtmlSettings
-
- CustomHtmlSettings(CustomHtmlSettings) - 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
-
- customizeProxyFactory(ProxyFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Subclasses may choose to implement this: for example,
to change the interfaces exposed.
- CustomLayoutManager - Interface in com.atlassian.confluence.themes
-
Manager for layouts -- theme-like Velocity templates that can be edited from within the Confluence administrative UI.
- 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() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
-
- CustomPageContentAction - Class in com.atlassian.confluence.spaces.actions
-
- 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
-
- CustomSerializerModuleFactory - Class in com.atlassian.confluence.rest.serialization
-
Provides custom jackson serializers for our model.
- CustomSerializerModuleFactory() - Constructor for class com.atlassian.confluence.rest.serialization.CustomSerializerModuleFactory
-
- 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
-
- CustomValueInstantiators - Class in com.atlassian.confluence.rest.serialization
-
Provides ValueInstantiator overrides, such as the one used for ApiEnum.
- CustomValueInstantiators() - Constructor for class com.atlassian.confluence.rest.serialization.CustomValueInstantiators
-
- CZECH - Static variable in class com.atlassian.confluence.setup.settings.Settings
-