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

M

macro - Variable in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
Macro - Interface in com.atlassian.confluence.macro
Represents a Confluence macro.
Macro.BodyType - Enum in com.atlassian.confluence.macro
 
Macro.OutputType - Enum in com.atlassian.confluence.macro
 
MACRO_BODY_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_BODY_TYPE_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_CLASS - Static variable in class com.atlassian.confluence.diff.marshallers.DiffMacroMarshaller
 
MACRO_DECLARATION_POSITION - Static variable in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlMacroRendererComponent
Defines where the position in which the macro is declared in wiki markup.
MACRO_DEFAULT_PARAMETER_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
MACRO_FIELD_NAME - Static variable in class com.atlassian.confluence.search.lucene.extractor.MacroUsageExtractorFields
 
MACRO_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName
Name of the property that holds the name of the macro when its Macro.execute(java.util.Map, java.lang.String, com.atlassian.confluence.content.render.xhtml.ConversionContext) method is being run.
MACRO_NAME - Static variable in class com.atlassian.confluence.macro.wiki.UnmigratedBlockWikiMarkupMacro
 
MACRO_NAME - Static variable in class com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
 
MACRO_NAME_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
MACRO_OUTPUT_TYPE_PARAMETER - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
Name of a macro parameter that contains the value of the macro's output type.
MACRO_PARAMETER_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
MACRO_PARAMETERS_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Macro
MacroBody - Interface in com.atlassian.confluence.content.render.xhtml.definition
A type to represent macro bodies.
MacroBody - Class in com.atlassian.confluence.macro.browser.beans
Represents body metadata for a macro.
MacroBody(String, String) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroBody
 
MacroBody(String, String, boolean) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroBody
 
MacroBodyTransformationCondition - Interface in com.atlassian.confluence.content.render.xhtml.storage.macro
Specifies the conditions by which the body of a macro should be transformed.
MacroBodyType - Enum in com.atlassian.confluence.content.render.xhtml
Represents a macro body type used in macro transformation.
MacroBrowserManager - Interface in com.atlassian.confluence.macro.browser
 
MacroCategory - Enum in com.atlassian.confluence.macro.browser.beans
 
MacroDefinition - Class in com.atlassian.confluence.xhtml.api
An object that encapsulates the state for a macro.
MacroDefinition() - Constructor for class com.atlassian.confluence.xhtml.api.MacroDefinition
 
MacroDefinition(MacroDefinition) - Constructor for class com.atlassian.confluence.xhtml.api.MacroDefinition
Copy constructor.
MacroDefinition(String, MacroBody, String, Map<String, String>) - Constructor for class com.atlassian.confluence.xhtml.api.MacroDefinition
Construct a macro definition.
MacroDefinitionDeserializer - Interface in com.atlassian.confluence.macro
Responsible for deserializing to a MacroDefinition.
MacroDefinitionHandler - Interface in com.atlassian.confluence.xhtml.api
Handler for MacroDefinitions found in storage format.
MacroDefinitionMarshallingStrategy - Enum in com.atlassian.confluence.xhtml.api
Provides strategies for marshalling MacroDefinitions.
MacroDefinitionReplacer - Interface in com.atlassian.confluence.xhtml.api
Replacer of MacroDefinitions in storage format with other content.
MacroDefinitionRequestDeserializer - Class in com.atlassian.confluence.macro
Responsible for deserializing the encoded representation of a MacroDefinition produced by MacroDefinitionRequestSerializer.
MacroDefinitionRequestDeserializer(MacroDefinitionDeserializer) - Constructor for class com.atlassian.confluence.macro.MacroDefinitionRequestDeserializer
 
MacroDefinitionRequestSerializer - Class in com.atlassian.confluence.macro
Serializes a MacroDefinition first into wiki markup and then base64 encodes the wiki markup.
MacroDefinitionRequestSerializer(MacroDefinitionSerializer) - Constructor for class com.atlassian.confluence.macro.MacroDefinitionRequestSerializer
 
MacroDefinitionSerializer - Interface in com.atlassian.confluence.macro
Responsible for serializing a MacroDefinition.
macroDefinitionUpdater(MacroDefinitionUpdater) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
MacroDefinitionUpdater - Interface in com.atlassian.confluence.xhtml.api
Updater of MacroDefinitions in storage format.
MacroDefinitionWikiMarkupDeserializer - Class in com.atlassian.confluence.macro
Serializes a MacroDefinition to wiki markup format.
MacroDefinitionWikiMarkupDeserializer() - Constructor for class com.atlassian.confluence.macro.MacroDefinitionWikiMarkupDeserializer
 
MacroDefinitionWikiMarkupSerializer - Class in com.atlassian.confluence.macro
Serializes a MacroDefinition to string in wiki markup.
MacroDefinitionWikiMarkupSerializer() - Constructor for class com.atlassian.confluence.macro.MacroDefinitionWikiMarkupSerializer
 
MacroExecutionContext - Class in com.atlassian.confluence.macro
Container for the execution context of a macro (i.e., the state passed to it on Macro.execute(java.util.Map, String, com.atlassian.renderer.RenderContext)).
MacroExecutionContext(Map<String, String>, String, PageContext) - Constructor for class com.atlassian.confluence.macro.MacroExecutionContext
Constructor.
MacroExecutionException - Exception in com.atlassian.confluence.macro
Thrown when there is an error executing a macro.
MacroExecutionException() - Constructor for exception com.atlassian.confluence.macro.MacroExecutionException
 
MacroExecutionException(String) - Constructor for exception com.atlassian.confluence.macro.MacroExecutionException
 
MacroExecutionException(String, Throwable) - Constructor for exception com.atlassian.confluence.macro.MacroExecutionException
 
MacroExecutionException(Throwable) - Constructor for exception com.atlassian.confluence.macro.MacroExecutionException
 
MacroFallbackParser - Class in com.atlassian.confluence.plugin.descriptor
Provides access to the descriptor information retrieved from an xml file for macro meta data.
MacroFallbackParser(String, MacroMetadataParser) - Constructor for class com.atlassian.confluence.plugin.descriptor.MacroFallbackParser
 
MacroFormDetails - Class in com.atlassian.confluence.macro.browser.beans
A Bean that encapsulates the detailed metadata of a macro.
MacroIcon - Class in com.atlassian.confluence.macro.browser.beans
 
MacroIcon(String, boolean) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroIcon
 
MacroIcon(String, boolean, int, int) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroIcon
 
MacroIconInsertingPostProcessor - Class in com.atlassian.confluence.diff
Adds icons and friendly titles to diff headers in macros.
MacroIconInsertingPostProcessor(MacroMetadataManager, MacroIconManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.diff.MacroIconInsertingPostProcessor
 
MacroIconManager - Interface in com.atlassian.confluence.macro.browser
Allows retrieval of appropriate icons from MacroMetadata.
macroManager - Variable in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
MacroManager - Interface in com.atlassian.confluence.macro.xhtml
Interface for the XHTML macro manager.
MacroManager - Interface in com.atlassian.confluence.renderer
Retrieval, registration and unregistration of macros.
MacroManagerFactory - Interface in com.atlassian.confluence.macro.xhtml
An interface defining a component that can return MacroManagers.
MacroManagerFactoryImpl - Class in com.atlassian.confluence.macro.xhtml
 
MacroManagerFactoryImpl(MacroManager, MacroManager, MacroManager) - Constructor for class com.atlassian.confluence.macro.xhtml.MacroManagerFactoryImpl
 
MacroMarshaller - Interface in com.atlassian.confluence.content.render.xhtml.editor.macro
Implemented by a MacroMarshaller that handles a particular type of Macro.
MacroMarshallingFactory - Interface in com.atlassian.confluence.content.render.xhtml.macro
This interface is only required so that implementations can be exposed to plugin 2 plugins.
MacroMarshallingFactoryImpl - Class in com.atlassian.confluence.content.render.xhtml.macro
A MarshallingFactory that will return MacroDefinition Marshaller and Unmarshaller instances.
MacroMarshallingFactoryImpl(Marshaller<MacroDefinition>, Marshaller<MacroDefinition>, Marshaller<MacroDefinition>, Unmarshaller<MacroDefinition>, Unmarshaller<MacroDefinition>) - Constructor for class com.atlassian.confluence.content.render.xhtml.macro.MacroMarshallingFactoryImpl
 
MacroMetadata - Class in com.atlassian.confluence.macro.browser.beans
A Bean that encapsulates the 'metadata' of the macro.
MacroMetadata(String, String, String, MacroIcon, String, Set<String>, Set<String>, boolean, boolean, MacroFormDetails, String, List<MacroPropertyPanelButton>) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
MacroMetadataBuilder - Class in com.atlassian.confluence.macro.browser.beans
Builder class for MacroMetadata.
MacroMetadataBuilder() - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
macroMetadataManager - Variable in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
MacroMetadataManager - Interface in com.atlassian.confluence.macro.browser
Provides metadata about macros such as what parameters they expect and how to represent them visually.
MacroMetadataModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.macro
 
MacroMetadataModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.macro.MacroMetadataModuleDescriptor
 
MacroMetadataParser - Class in com.atlassian.confluence.plugin.descriptor
Parses XML formatted macro metadata.
MacroMetadataParser(DocumentationBeanFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.MacroMetadataParser
 
MacroMetadataProvider - Interface in com.atlassian.confluence.macro.browser
Implementations of this class will be used by the MacroBrowserManager to provide additional MacroMetadata.
MacroMetadataSource - Interface in com.atlassian.confluence.macro.browser
 
MacroMigration - Interface in com.atlassian.confluence.macro.xhtml
Represents a task that will transform a MacroDefinition for migration.
MacroMigrationLifecycleItem - Class in com.atlassian.confluence.macro.xhtml
 
MacroMigrationLifecycleItem() - Constructor for class com.atlassian.confluence.macro.xhtml.MacroMigrationLifecycleItem
 
MacroMigrationManager - Interface in com.atlassian.confluence.macro.xhtml
 
MacroMigrationModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.xhtml
 
MacroMigrationModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.xhtml.MacroMigrationModuleDescriptor
 
MacroMigrationService - Class in com.atlassian.confluence.content.render.xhtml.migration.macro
Provides a way to find and migrate pages with the unmigrated wiki markup macro.
MacroMigrationService(XhtmlWikiMarkupMacroMigrator, SearchManager, ContentDao, LongRunningTaskManager, PlatformTransactionManager, BandanaManager, ConfluenceIndexer) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
 
MacroModuleDescriptor - Interface in com.atlassian.confluence.plugin.descriptor
Marker interface for module descriptors that produce macros.
MacroParameter - Class in com.atlassian.confluence.macro.browser.beans
Represents parameter metadata for a macro.
MacroParameter(String, String, String, MacroParameterType, boolean, boolean, String, boolean) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
MacroParameter(String, String, String, MacroParameterType, boolean, boolean, String, boolean, String) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
MacroParameterBuilder - Class in com.atlassian.confluence.macro.browser.beans
Builder class for MacroParameter.
MacroParameterBuilder() - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
MacroParameterSerializer - Interface in com.atlassian.confluence.content.render.xhtml.editor.macro
Serializes and deserializes macro parameters.
MacroParameterType - Enum in com.atlassian.confluence.macro.browser.beans
The type of a macro parameter that will appear in the Macro Browser.
MacroParamUtils - Class in com.atlassian.confluence.macro.params
Utility methods for macro parameters
MacroParamUtils() - Constructor for class com.atlassian.confluence.macro.params.MacroParamUtils
 
MacroPropertyPanelButton - Class in com.atlassian.confluence.macro.browser.beans
 
MacroPropertyPanelButton(String, String, String) - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroPropertyPanelButton
 
MacroReplacementRenderer - Interface in com.atlassian.confluence.content.render.xhtml.migration
Generates a rendering that is to replace or override the default rendering of a macro to XHTML storage format.
MacroReplacementRendererRepository - Interface in com.atlassian.confluence.content.render.xhtml.migration
Representing a component that maintains a list of MacroReplacementRenderer to be used during migration of macros.
MacroUsageExtractorFields - Class in com.atlassian.confluence.search.lucene.extractor
This class contains the constants for field names used by the MacroUsageExtractor bundled plugin, it lives here so that core confluence can depend on the field names.
MacroUsageExtractorFields() - Constructor for class com.atlassian.confluence.search.lucene.extractor.MacroUsageExtractorFields
 
MacroUsageQuery - Class in com.atlassian.confluence.search.v2.query
A search query that finds usages of a macro in a content entity object by the macro name.
MacroUsageQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.MacroUsageQuery
 
MacroUsageQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
maps a macroUsageQuery to a lucene query using a constant score boost, macro name either matches or doesn't so we use ConstantScoreQuery to wrap a TermFilter to compare the macroName to the extracted MacroUsageExtractorFields.MACRO_FIELD_NAME
MacroUsageQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.MacroUsageQueryMapper
 
MacroUtils - Class in com.atlassian.confluence.renderer.radeox.macros
 
MacroUtils() - Constructor for class com.atlassian.confluence.renderer.radeox.macros.MacroUtils
 
MAIL - Static variable in class com.atlassian.confluence.core.BodyType
Deprecated. since 4.2 and removal of Mail as core content type
Mail - Class in com.atlassian.confluence.mail
Deprecated. since 4.2. Mail archiving is now managed entirely by the mail archiving plugin.
Mail() - Constructor for class com.atlassian.confluence.mail.Mail
Deprecated.  
MAIL - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for mail.
MAIL_ACCOUNTS - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
MAIL_CONFIG_FILE - Static variable in class com.atlassian.confluence.util.MailConfigMigrator
 
MailConfigMigrator - Class in com.atlassian.confluence.util
 
MailConfigMigrator() - Constructor for class com.atlassian.confluence.util.MailConfigMigrator
 
MailContentManager - Interface in com.atlassian.confluence.mail
Deprecated. 
MailContentProcessor - Interface in com.atlassian.confluence.mail
An interface defining a component that will process email content.
MailConvertToCustomContentUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MailConvertToCustomContentUpgradeTask(SessionFactory, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MailConvertToCustomContentUpgradeTask
 
MailCreateEvent - Class in com.atlassian.confluence.event.events.content.mail
 
MailCreateEvent(Object, Mail) - Constructor for class com.atlassian.confluence.event.events.content.mail.MailCreateEvent
 
MailDao - Interface in com.atlassian.confluence.mail.persistence.dao
 
MailEvent - Class in com.atlassian.confluence.event.events.content.mail
 
MailEvent(Object, Mail) - Constructor for class com.atlassian.confluence.event.events.content.mail.MailEvent
 
MailNotificationQueueItem - Class in com.atlassian.confluence.mail.template
Handles mail notifications to Confluence users
MailNotificationQueueItem(User, String, String, String) - Constructor for class com.atlassian.confluence.mail.template.MailNotificationQueueItem
 
MailNotificationQueueItem(User, String, String) - Constructor for class com.atlassian.confluence.mail.template.MailNotificationQueueItem
 
MailPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
MailPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.MailPermissionsDelegate
 
MailQueueManager - Interface in com.atlassian.confluence.mail
Manages the queue for outgoing mail.
MailRemoveEvent - Class in com.atlassian.confluence.event.events.content.mail
 
MailRemoveEvent(Object, Mail) - Constructor for class com.atlassian.confluence.event.events.content.mail.MailRemoveEvent
 
MailServerCreateEvent - Class in com.atlassian.confluence.event.events.admin
 
MailServerCreateEvent(Object, MailServer) - Constructor for class com.atlassian.confluence.event.events.admin.MailServerCreateEvent
 
MailServerDeleteEvent - Class in com.atlassian.confluence.event.events.admin
 
MailServerDeleteEvent(Object, MailServer) - Constructor for class com.atlassian.confluence.event.events.admin.MailServerDeleteEvent
 
MailServerEditEvent - Class in com.atlassian.confluence.event.events.admin
 
MailServerEditEvent(Object, MailServer, String) - Constructor for class com.atlassian.confluence.event.events.admin.MailServerEditEvent
 
MailServerEvent - Class in com.atlassian.confluence.event.events.admin
 
MailServerEvent(Object, MailServer) - Constructor for class com.atlassian.confluence.event.events.admin.MailServerEvent
 
MailServerEventListener - Class in com.atlassian.confluence.event.listeners
Handles the creation and deletion of MailServers to expose / hide their metrics via JMX.
MailServerEventListener() - Constructor for class com.atlassian.confluence.event.listeners.MailServerEventListener
 
MailServerExistsCriteria - Interface in com.atlassian.confluence.admin.criteria
 
MailServersActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
MailServersActionBreadcrumb(Action) - Constructor for class com.atlassian.confluence.util.breadcrumbs.MailServersActionBreadcrumb
 
MailServerUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MailServerUpgradeTask(CacheFactory, ConfluenceBandanaRecordDao, MailServerManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MailServerUpgradeTask
 
MailUpdateEvent - Class in com.atlassian.confluence.event.events.content.mail
 
MailUpdateEvent(Object, Mail, Mail) - Constructor for class com.atlassian.confluence.event.events.content.mail.MailUpdateEvent
 
main(String[]) - Static method in class com.atlassian.confluence.upgrade.HSQL17To18PreUpgradeCleaner
 
main(String[]) - Static method in class com.atlassian.confluence.util.misc.SampleWikiConverter
 
makeAnonymousConfluenceUser() - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Returns the anonymous user
makeAnonymousUser() - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Deprecated. since 5.2. Use TokenAuthenticationManager.makeAnonymousConfluenceUser() instead.
makeAuthenticatingProxy(Object, Class) - Static method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationInvocationHandler
 
makeFlatSummary(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Create a summary of this content fragment.
makeFlatSummary(String, String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Create a summary of this content fragment given a query
makeFormatterFromClass() - Method in class com.atlassian.confluence.plugin.descriptor.ConfluenceSourceCodeFormatterModuleDescriptor
 
makeFreeformDetails(String, String, ResourceDescriptor) - Static method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
Deprecated. since 4.0 freeform macros are no longer supported
makeFreeformSummary(String, String, String, String, MacroFormDetails) - Static method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
Deprecated. Since 4.0. Freeform macros are no longer supported.
makeMethod(HttpClient, String) - Method in class com.atlassian.confluence.util.http.httpclient.DefaultSeraphAuthenticator
 
makeMethod(HttpClient, String) - Method in class com.atlassian.confluence.util.http.httpclient.HttpClientAuthenticator
 
makeMethod(HttpClient, String) - Method in class com.atlassian.confluence.util.http.httpclient.TrustedTokenAuthenticator
 
makeMultipart(File) - Method in class com.atlassian.confluence.mail.template.MultipartBuilder
Creates a multipart from the provided file
makeMultipart(ByteArrayInputStream) - Method in class com.atlassian.confluence.mail.template.MultipartBuilder
Creates a multipart from the provided byte input stream
makeMultipart(Collection<DataSource>) - Method in class com.atlassian.confluence.mail.template.MultipartBuilder
 
makeNewServiceObject(MessageContext, String) - Method in class com.atlassian.confluence.rpc.soap.SpringRpcProvider
 
makeNewWrappedServlet() - Method in class com.atlassian.confluence.servlet.DelegatingServletManager
Override this method to return the servlet that is being wrapped by this manager.
makeNonAnonymousConfluenceUserFromToken(String) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Retrieves the user for a particular token
makeNonAnonymousUserFromToken(String) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Deprecated. since 5.2. Use TokenAuthenticationManager.makeNonAnonymousConfluenceUserFromToken(String) instead.
makeParameterFormDetails(String, String, List<MacroParameter>) - Static method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
Deprecated. since 4.0 use MacroFormDetails.makeParameterFormDetails(String, String, boolean, java.util.List) instead
makeParameterFormDetails(String, String, boolean, List<MacroParameter>) - Static method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
makeProxy(ServletConfig, Map) - Static method in class com.atlassian.confluence.rpc.soap.BogusServletConfig
 
MakeRelativeAndDelegateResourceIdentifierMarshaller - Class in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
A Marshaller for ResourceIdentifiers which will first attempt to make the ResourceIdentifier as relative as possible before delegating for actual marshalling.
MakeRelativeAndDelegateResourceIdentifierMarshaller(Marshaller<ResourceIdentifier>, ResourceIdentifierContextUtility) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.MakeRelativeAndDelegateResourceIdentifierMarshaller
 
makeResult(Entity) - Method in class com.atlassian.confluence.user.PermittedUserFinder
 
makeStruct(Object) - Static method in class com.atlassian.confluence.rpc.xmlrpc.Translator
 
makeSummary(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Create a proper summary of this content fragment.
makeSummary(String, String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Create a proper summary of this content fragment given a query
makeTestLink(String, PageContext) - Static method in class com.atlassian.confluence.links.linktypes.PageLink
Factory for making a link that can be used in tests
makeTrackback(ContentEntityObject) - Static method in class com.atlassian.confluence.util.ConfluenceTrackbackUtils
 
makeVector(Object[]) - Static method in class com.atlassian.confluence.rpc.xmlrpc.Translator
 
ManageAdminTaskAction - Class in com.atlassian.confluence.admin.actions.tasks
 
ManageAdminTaskAction() - Constructor for class com.atlassian.confluence.admin.actions.tasks.ManageAdminTaskAction
 
ManagedScheduledCronJob - Class in com.atlassian.confluence.schedule
Managed job definition for Cron based jobs.
ManagedScheduledCronJob(JobDetail, String, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledCronJob
 
ManagedScheduledJob - Interface in com.atlassian.confluence.schedule
Encapsulates the static configuration of a Managed Scheduled Job.
ManagedScheduledJobRegistry - Interface in com.atlassian.confluence.schedule.managers
The registry of jobs in the system under management.
ManagedScheduledJobsLifecycle - Class in com.atlassian.confluence.schedule.listeners
Manages the initialisation and shutdown of the managed jobs.
ManagedScheduledJobsLifecycle() - Constructor for class com.atlassian.confluence.schedule.listeners.ManagedScheduledJobsLifecycle
 
ManagedScheduledJobTriggerFactory - Class in com.atlassian.confluence.schedule.quartz
Constructs Trigger instances for Quartz, based on preconfigures (e.g.
ManagedScheduledJobTriggerFactory() - Constructor for class com.atlassian.confluence.schedule.quartz.ManagedScheduledJobTriggerFactory
Required for CGLIB to be able to successfully proxy.
ManagedScheduledJobTriggerFactory(Scheduler, ScheduledJobDao, DefaultManagedScheduledJobRegistry, JobListener, CronTriggerFactory, SimpleTriggerFactory) - Constructor for class com.atlassian.confluence.schedule.quartz.ManagedScheduledJobTriggerFactory
 
ManagedScheduledSimpleJob - Class in com.atlassian.confluence.schedule
Managed job definition for quartz "simple schedule" based jobs.
ManagedScheduledSimpleJob(JobDetail, Long, Integer, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
 
ManagedScheduleJobException - Exception in com.atlassian.confluence.schedule.managers
Exceptions for errors or invalid use of the ScheduledJobManager.
ManagedScheduleJobException() - Constructor for exception com.atlassian.confluence.schedule.managers.ManagedScheduleJobException
 
ManagedScheduleJobException(String) - Constructor for exception com.atlassian.confluence.schedule.managers.ManagedScheduleJobException
 
ManagedScheduleJobException(String, Throwable) - Constructor for exception com.atlassian.confluence.schedule.managers.ManagedScheduleJobException
 
ManagedScheduleJobException(Throwable) - Constructor for exception com.atlassian.confluence.schedule.managers.ManagedScheduleJobException
 
ManagedScheduleJobRegistrationService - Interface in com.atlassian.confluence.schedule
Defines the service for registering and unregistering ManagedScheduledJob, e.g.
ManagedTriggerFactory - Interface in com.atlassian.confluence.schedule.quartz
Responsible for constructing triggers and scheduling them with the scheduler.
ManagePluginsAction - Class in com.atlassian.confluence.admin.actions.plugins
 
ManagePluginsAction() - Constructor for class com.atlassian.confluence.admin.actions.plugins.ManagePluginsAction
 
ManageReferrersAction - Class in com.atlassian.confluence.admin.actions
 
ManageReferrersAction() - Constructor for class com.atlassian.confluence.admin.actions.ManageReferrersAction
 
ManualTotalPaginationSupport<T> - Class in com.atlassian.confluence.pages
This class allows us to set the total number of items without reading the size of the items list.
ManualTotalPaginationSupport() - Constructor for class com.atlassian.confluence.pages.ManualTotalPaginationSupport
 
ManualTotalPaginationSupport(int) - Constructor for class com.atlassian.confluence.pages.ManualTotalPaginationSupport
 
ManualTotalPaginationSupport(List<T>, int, int, int) - Constructor for class com.atlassian.confluence.pages.ManualTotalPaginationSupport
 
mapExtraFields() - Method in class com.atlassian.confluence.search.v2.lucene.AbstractLuceneSearchResult
 
mapRow(ResultSet, int) - Method in class com.atlassian.confluence.user.crowd.jira.GroupRowMapper
 
mapRow(ResultSet, int) - Method in class com.atlassian.confluence.user.crowd.jira.StringRowMapper
 
mapRow(ResultSet, int) - Method in class com.atlassian.confluence.user.crowd.jira.UserWithAttributesRowMapper
 
mark(int) - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
mark(int) - Method in class com.atlassian.confluence.util.http.SizeLimitedInputStream
 
markSupported() - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
markSupported() - Method in class com.atlassian.confluence.util.http.SizeLimitedInputStream
 
markTaskComplete(String) - Method in interface com.atlassian.confluence.admin.AdminTasklistManager
Marks an AdminTask as being completed.
markTaskComplete(String, User) - Method in interface com.atlassian.confluence.admin.AdminTasklistManager
Marks an AdminTask as being completed.
markTaskComplete(String) - Method in class com.atlassian.confluence.admin.DefaultAdminTasklistManager
 
markTaskComplete(String, User) - Method in class com.atlassian.confluence.admin.DefaultAdminTasklistManager
 
markTaskIncomplete(String) - Method in class com.atlassian.confluence.admin.DefaultAdminTasklistManager
 
markWebSudoRequest(HttpServletRequest) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
markWebSudoRequest(HttpServletRequest) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
Marks the request as a request for a WebSudo resource.
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DelegatingLinkMarshaller
 
marshal(Emoticon, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.inline.EditorEmoticonMarshaller
 
marshal(Attachment, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.link.AttachmentStaxStreamMarshaller
 
marshal(Link, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.link.EditorLinkMarshallingStrategy
 
marshal(Macro, MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.CustomImageEditorMacroMarshaller
 
marshal(Macro, MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.CustomPlaceholderEditorMarshaller
 
marshal(Macro, MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
 
marshal(Macro, MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodyMacroMarshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorMacroMarshaller
 
marshal(Macro, MacroDefinition, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.macro.MacroMarshaller
Marshall the supplied macro.
marshal(Placeholder, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.placeholder.EditorPlaceholderMarshaller
 
marshal(ResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.DelegatingEditorResourceIdentifierMarshaller
 
marshal(AttachmentResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller
 
marshal(BlogPostResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller
 
marshal(PageResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorPageResourceIdentifierMarshallerAndUnmarshaller
 
marshal(ShortcutResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorShortcutResourceIdentifierMarshallerAndUnmarshaller
 
marshal(SpaceResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorSpaceResourceIdentifierMarshallerAndUnmarshaller
 
marshal(UserResourceIdentifier, XMLStreamWriter, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.EditorUserResourceIdentifierMarshallerAndUnmarshaller
 
marshal(T, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.Marshaller
Marshals an object to XML.
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.UrlLinkMarshaller
 
marshal(T, XMLStreamWriter, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.StaxStreamMarshaller
 
marshal(EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedImageMarshaller
 
marshal(Emoticon, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inline.StorageEmoticonMarshaller
 
marshal(InlineTaskList, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inlinetask.StorageInlineTaskMarshaller
 
marshal(LinkBody<?>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkBodyMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkMarshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroMarshaller
 
marshal(PageLayout, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutMarshaller
 
marshal(Placeholder, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.placeholder.StoragePlaceholderMarshaller
 
marshal(ResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
marshal(ResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.MakeRelativeAndDelegateResourceIdentifierMarshaller
 
marshal(AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageAttachmentResourceIdentifierMarshaller
 
marshal(BlogPostResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageBlogPostResourceIdentifierMarshaller
Marshal the provided resource identifier.
marshal(ContentEntityResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageContentEntityResourceIdentifierMarshaller
 
marshal(PageResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StoragePageResourceIdentifierMarshaller
Marshal the provided resource identifier.
marshal(ShortcutResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageShortcutResourceIdentifierMarshaller
 
marshal(SpaceResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageSpaceResourceIdentifierMarshaller
 
marshal(UrlResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUrlResourceIdentifierMarshaller
 
marshal(UserResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUserResourceIdentifierMarshaller
 
marshal(XmlStreamWriterTemplate, EmbeddedImage, AttachmentResourceIdentifier, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageMarshaller
 
marshal(XmlStreamWriterTemplate, EmbeddedImage, AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.DefaultAttachedImageResourceMarshaller
 
marshal(EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.EmbeddedImageMarshaller
 
marshal(Emoticon, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.inline.ViewEmoticonMarshaller
 
marshal(InlineTaskList, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewAttachmentLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewBlogPostLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewContentEntityLinkMarshaller
 
marshal(CreatePageLink, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewCreatePageLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewDraftLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewLinkBodyMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewPageLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewShortcutLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewSpaceLinkMarshaller
Marshals the given link to a String.
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkBodyMarshaller
 
marshal(UnresolvedLink, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewUserLinkMarshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.ViewUnknownMacroMarshaller
 
marshal(PageLayout, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.pagelayouts.ViewPageLayoutMarshaller
 
marshal(Placeholder, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.placeholder.ViewPlaceholderMarshaller
 
marshal(InlineTaskList, ConversionContext) - Method in class com.atlassian.confluence.diff.marshallers.DiffInlineTaskMarshaller
 
marshal(Link, ConversionContext) - Method in class com.atlassian.confluence.diff.marshallers.DiffLinkMarshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.diff.marshallers.DiffMacroMarshaller
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.atlassian.confluence.setup.xstream.EnumConverter
 
marshal(MacroDefinition, ConversionContext, Marshaller<MacroDefinition>) - Method in enum com.atlassian.confluence.xhtml.api.MacroDefinitionMarshallingStrategy
Convert the MacroDefinition to a string.
marshalCharacters(Characters) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
Check for the 3 characters that should be encoded but that aren't by StAX and ensure their encoded form is used in the returned String.
Marshaller<T> - Interface in com.atlassian.confluence.content.render.xhtml
Responsible for marshalling an XML fragment.
MarshallingFactory<T> - Interface in com.atlassian.confluence.content.render.xhtml
An interface describing a factory capable of returning a Marshaller or Unmarshaller suitable for particular usages.
marshalPlaceholder(XmlStreamWriterTemplate, EmbeddedImage, AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorUnidentifiedAttachmentMarshaller
 
marshalPlaceholder(XmlStreamWriterTemplate, EmbeddedImage, AttachmentResourceIdentifier, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.view.embed.UnidentifiedAttachmentMarshaller
 
marshalPlaceholder(XmlStreamWriterTemplate, EmbeddedImage, AttachmentResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.ViewUnidentifiedAttachmentMarshaller
 
maskEmail(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
If configured, masks an email address to defeat the most simplistic spam bots.
MATCH_ALL - Static variable in interface com.atlassian.confluence.user.SearchEntitiesManager
 
MATCH_ANY - Static variable in interface com.atlassian.confluence.user.SearchEntitiesManager
 
matchAndReplaceSpaces(String) - Static method in class com.atlassian.confluence.util.PlainTextToHtmlConverter
 
matches(ContentEntityObject, ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
 
matches(Page, ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
 
matches(BlogPost, ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
 
matches(Draft, ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
 
matches(Comment, ResourceIdentifier) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierMatcher
Remembering that this implementation is intended for use in rendering then a Comment is said to match the ResourceIdentifier if the parent of the Comment matches the ResourceIdentifier.
matches(ContentEntityObject, ResourceIdentifier) - Method in interface com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierMatcher
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.DelegatorDownloadResourceManager
 
matches(String) - Method in interface com.atlassian.confluence.importexport.resource.DownloadResourceManager
Returns a boolean to indicate whether the current DownloadResourceManager will know how to handle the given resourcePath.
matches(String) - Method in class com.atlassian.confluence.importexport.resource.ExportDownloadResourceManager
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.IconDownloadResourceManager
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceManager
 
matches(String) - Method in class com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceManager
 
matches(ModuleDescriptor) - Method in class com.atlassian.confluence.macro.V2CompatibilityModuleDescriptorPredicate
 
matches(ModuleDescriptor<? extends T>) - Method in class com.atlassian.confluence.plugin.CompositeModuleDescriptorPredicate
 
matches(ModuleDescriptor<? extends Macro>) - Method in class com.atlassian.confluence.plugin.descriptor.OutputDeviceTypeMacroModuleDescriptorPredicate
 
matches(String) - Method in interface com.atlassian.confluence.plugin.module.PluginProvidedDecoratorModule
Returns true if this decorator override should match the given path.
matches(ModuleDescriptor) - Method in class com.atlassian.confluence.search.v2.lucene.LuceneMapperClassPredicate
 
matches(ModuleDescriptor) - Method in class com.atlassian.confluence.search.v2.lucene.LuceneMapperPredicate
 
matches(String, Class<? extends Action>, Method) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
matches(String, Class<? extends Action>, Method) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
Check if the action method should be WebSudo protected for the given requestURI.
matches(String) - Method in class com.atlassian.confluence.servlet.download.AttachmentDownload
 
matches(String) - Method in class com.atlassian.confluence.servlet.download.ExportDownload
 
matches(Group) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdMembershipCacheKey
 
matches(RepositoryConfiguration) - Method in class com.atlassian.confluence.user.migration.CrowdRepositoryConfigurationMigrator
 
matches(RepositoryConfiguration) - Method in class com.atlassian.confluence.user.migration.HibernateRepositoryConfigurationMigrator
 
matches(RepositoryConfiguration) - Method in class com.atlassian.confluence.user.migration.LdapRepositoryConfigurationMigrator
 
matches(RepositoryConfiguration) - Method in class com.atlassian.confluence.user.migration.OSUserRepositoryConfigurationMigrator
 
matches(RepositoryConfiguration) - Method in interface com.atlassian.confluence.user.migration.RepositoryConfigurationMigrator
Return true if this migrator is able to migrate the configuration supplied by the passed in configuration.
matches(String) - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
 
matches(Class) - Method in class org.springframework.aop.aspectj.ConfluenceAspectJExpressionPointcut
 
matches(Method, Class, boolean) - Method in class org.springframework.aop.aspectj.ConfluenceAspectJExpressionPointcut
 
matches(Method, Class) - Method in class org.springframework.aop.aspectj.ConfluenceAspectJExpressionPointcut
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.aspectj.ConfluenceAspectJExpressionPointcut
 
matchesContentType(AbstractPage) - Method in class com.atlassian.confluence.mail.notification.Notification
Returns true if this notification matches the type of the passed content object.
matchesToken(String) - Method in class com.atlassian.confluence.user.UserVerificationToken
 
matchesType(EmbeddedObject) - Method in interface com.atlassian.confluence.renderer.embedded.EmbeddedResourceRenderer
Returns true if the renderer matches the resource
MatchNoDocsQuery - Class in com.atlassian.confluence.search.lucene
Sometimes you want a "match nothing" query, for example to take the place in a search of something that could not be resolved, and therefore can never be found (i.e.
MatchNoDocsQuery() - Constructor for class com.atlassian.confluence.search.lucene.MatchNoDocsQuery
 
Material - Class in com.atlassian.confluence.plugin.descriptor.aboutpage
Encapsulates data from the Bill Of Materials
Material(String, String, String, String, String) - Constructor for class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
MAX_ALLOWED_LABELS - Static variable in class com.atlassian.confluence.util.LabelUtil
The maximum number of labels allowed on a page or space.
MAX_ALLOWED_LABELS_PER_INPUT - Static variable in class com.atlassian.confluence.util.LabelUtil
The maximum number of labels we allow to be entered via a single sumbission from the user interface.
MAX_ENTRIES - Static variable in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
the max number of entries for adding groups or users to permission scheme.
MAX_HITS_TO_SEARCH - Static variable in class com.atlassian.confluence.search.v2.lucene.resultfilter.LuceneHandleBasedSubsetResultFilter
Sets a maximum to the number of hits this filter will iterate over to find the handle.
MAX_LABEL_NAME_LENGTH - Static variable in class com.atlassian.confluence.labels.LabelParser
 
MAX_LABEL_PREFIX_LENGTH - Static variable in class com.atlassian.confluence.labels.LabelParser
 
MAX_LABELS - Static variable in class com.atlassian.confluence.labels.actions.AbstractLabelDisplayingAction
 
MAX_PEOPLE_PER_PAGE - Static variable in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
MAX_REFERENCES - Static variable in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
Maximum number of references to store, after which only the count is incremented
MAX_RESULTS - Static variable in class com.atlassian.confluence.search.v2.lucene.SearcherAction
 
MAX_RESULTS - Static variable in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
MAX_START_OFFSET - Static variable in class com.atlassian.confluence.search.v2.lucene.SearcherAction
 
MAX_USER_PROPERTY_UPDATE_BATCH_SIZE - Static variable in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask
 
maxBlocks(int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
MaxCacheSizeChangedEvent - Class in com.atlassian.confluence.event.events.admin
Event that indicates that max cache size for a particular cache needs to be changed.
MaxCacheSizeChangedEvent(Object, String, int) - Constructor for class com.atlassian.confluence.event.events.admin.MaxCacheSizeChangedEvent
 
maxCharCount(int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
MAXIMUM_MAX_UPLOAD_ATTACHMENTS - Static variable in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
maxResultsParam - Variable in class com.atlassian.confluence.macro.ContentFilteringMacro
Parameter to handle the maximum number of results.
MaxResultsParameter - Class in com.atlassian.confluence.macro.params
Parameter that resolves an Integer as the maximum number of results to return to a query.
MaxResultsParameter() - Constructor for class com.atlassian.confluence.macro.params.MaxResultsParameter
 
MaxResultsParameter(String) - Constructor for class com.atlassian.confluence.macro.params.MaxResultsParameter
 
MaybeNot<T> - Class in com.atlassian.confluence.core
Helps constructing the left, erroneous case of a Maybe.
MBeanExporterWithUnregister - Interface in com.atlassian.confluence.jmx
This interface has been created to allow us to perform additional necessary operations that are not provided via Spring's JMX support classes.
MBeanExporterWithUnregisterImpl - Class in com.atlassian.confluence.jmx
Extends Spring's MBeanExporter to provide an unregister operation (which for some reason they don't have).
MBeanExporterWithUnregisterImpl() - Constructor for class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
 
megabytes() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
MembershipCache - Interface in com.atlassian.confluence.user.crowd
 
MembershipPersistentType - Class in com.atlassian.crowd.embedded.hibernate2.types
Hibernate custom type for MembershipType since Hibernate 2 does not handle Java enumerations transparently (or at least it does, but by trying to persist their binary serialization, which is sort of broken)
MembershipPersistentType() - Constructor for class com.atlassian.crowd.embedded.hibernate2.types.MembershipPersistentType
 
MemoryInfo - Class in com.atlassian.confluence.status.service.systeminfo
Simple bean encapsulating information about the system's memory usage.
MemoryInfo() - Constructor for class com.atlassian.confluence.status.service.systeminfo.MemoryInfo
Construct a new MemoryInfo containing details of Confluence's memory usage at time of instantiation.
MemoryInfo.Bytes - Class in com.atlassian.confluence.status.service.systeminfo
Represents some number of bytes.
MemoryInfo.Bytes(long) - Constructor for class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
MentionsParser - Interface in com.atlassian.confluence.content.render.xhtml.storage.link.user
Parse a storage format fragment and return the list of mentions.
MENU_ITEM_SELECTED_BACKGROUND - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
MENU_ITEM_SELECTED_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
MENU_ITEM_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
MENU_SELECTED_BACKGROUND - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
merge(BooleanQueryFactory) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Merges the specified BooleanQueryFactory with the current one.
merge(ChainedSearchFilter) - Method in class com.atlassian.confluence.search.v2.searchfilter.ChainedSearchFilter
 
mergeAndClose() - Method in class com.atlassian.confluence.search.lucene.TempIndexWriterStrategy
Merges the temp indexes to the main index and closes connections and writers.
mergeContent(Draft) - Method in class com.atlassian.confluence.pages.DefaultDraftManager
Merges the draft with the original version compared to the latest version of the page.
mergeContent(Draft) - Method in interface com.atlassian.confluence.pages.DraftManager
Attempts the merge the changes done by this draft with the latest version of the content.
mergeContent(String, String, String) - Method in interface com.atlassian.confluence.util.diffs.Merger
Merge the content provided.
mergeContent(String, String, String) - Method in class com.atlassian.confluence.util.diffs.PageLayoutAwareMerger
 
mergeContentObjects(Iterator, Iterator, int) - Static method in class com.atlassian.confluence.util.ContentUtils
 
Merger - Interface in com.atlassian.confluence.util.diffs
 
MergeResult - Interface in com.atlassian.confluence.util.diffs
 
MergerListener - Class in com.atlassian.confluence.util.diffs
 
MergerListener(MergerUpdater) - Constructor for class com.atlassian.confluence.util.diffs.MergerListener
This class listens for plugin events and updates the mergerManager when a change has happened.
MergerManager - Interface in com.atlassian.confluence.util.diffs
 
MergerUpdater - Interface in com.atlassian.confluence.util.diffs
 
mergeTemplate(Template, Context, HttpServletResponse) - Method in class com.atlassian.confluence.servlet.ConfluenceVelocityServlet
Copy of the method from WebworkVelocityServlet, adding a flush for the writer to get around problems we were having with truncated content when a filter started talking directly to the servletresponse writer without the webwork writer having been flushed in the meanwhile.
mergeVariables(PageTemplate, List) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
mergeVariables(PageTemplate, List, String) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
mergeVariables(PageTemplate, List) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
Deprecated. since 4.3, replaced by PageTemplateManager.mergeVariables(PageTemplate,List,String)
mergeVariables(PageTemplate, List, String) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
 
MergeVisitor - Class in org.apache.commons.jrcs.diff
..
MergeVisitor() - Constructor for class org.apache.commons.jrcs.diff.MergeVisitor
 
Message - Class in com.atlassian.confluence.util.i18n
A user interface message consisting of a message key with optional arguments.
Message - Interface in com.atlassian.confluence.util.message
A message to display on a page
MESSAGE_ID_SIZE - Static variable in class com.atlassian.confluence.mail.Mail
Deprecated.  
MESSAGE_SUBJECT_SIZE - Static variable in class com.atlassian.confluence.mail.Mail
Deprecated.  
messageHolder - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
MessageHolder - Interface in com.atlassian.confluence.validation
An i18n- and character-escaping-agnostic collection of action and field error Messages.
MessageHolderAware - Interface in com.atlassian.confluence.validation
Actions implementing this interface can have MessageHolders loaded into the action's ValidationAware implementation.
MessageHolderFactory - Interface in com.atlassian.confluence.validation
Produces MessageHolder instances.
MessageHolderInterceptor - Class in com.atlassian.confluence.validation
Sets a new MessageHolder instance into all MessageHolderAware actions.
MessageHolderInterceptor() - Constructor for class com.atlassian.confluence.validation.MessageHolderInterceptor
 
MessageLevel - Enum in com.atlassian.confluence.validation
The level that a Message will be displayed at.
MessageLoadingPreResultListener - Class in com.atlassian.confluence.validation
Loads MessageHolder messages into a ConfluenceActionSupport instance after Action execution but before Result execution.
MessageManager - Interface in com.atlassian.confluence.util.message
Manages messages to display in pages
MESSAGES - Static variable in class com.atlassian.confluence.user.SessionKeys
 
MessagesDecoratorFilter - Class in com.atlassian.confluence.security.websudo
Filter that adds global messages to the templates that use #displayGlobalMessages() macro.
MessagesDecoratorFilter() - Constructor for class com.atlassian.confluence.security.websudo.MessagesDecoratorFilter
 
MethodAnnotator - Interface in com.atlassian.confluence.velocity.introspection
Strategy for retrieving annotations for a method
MethodAnnotatorChain - Class in com.atlassian.confluence.velocity.introspection
A method annotator that chains calls to a collection of other annotators
MethodAnnotatorChain(List<MethodAnnotator>) - Constructor for class com.atlassian.confluence.velocity.introspection.MethodAnnotatorChain
 
migrate(String, RenderContext) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ExceptionThrowingMigrator
Migrate the supplied text to a different text format.
migrate(String, RenderContext, List<RuntimeException>) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator
Migrate the supplied text to a different text format.
migrate() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.JiraIssueMacroServerParamsMigrator
 
migrate(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiToEditorHtmlMigrator
 
migrate(String, RenderContext, List<RuntimeException>) - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiToXhtmlMigrator
Convert wiki text to storage format XHTML.
migrate(MacroDefinition, ConversionContext) - Method in interface com.atlassian.confluence.macro.xhtml.MacroMigration
Migrates a wiki-markup representation of a macro to XHTML
migrate(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.macro.xhtml.PlainTextMacroMigration
 
migrate(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.macro.xhtml.RichTextMacroMigration
 
migrate(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.macro.xhtml.V2MacroToUnmigratedWikiMarkupMacroMigration
 
migrate(String, RenderContext, List<RuntimeException>) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlWikiMarkupMacroMigrator
Attempt to migrate any instances of unmigrated-wiki-markup found in the supplied storage XHTML formatted content to storage XHTML.
migrate() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentMigrator
Perform the migration
migrate() - Method in class com.atlassian.confluence.pages.persistence.dao.GeneralAttachmentMigrator
 
migrate() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator
 
migrate() - Method in class com.atlassian.confluence.user.migration.AtlassianUserMigrator
 
migrate(RepositoryConfiguration) - Method in class com.atlassian.confluence.user.migration.CrowdRepositoryConfigurationMigrator
 
migrate(RepositoryConfiguration) - Method in class com.atlassian.confluence.user.migration.HibernateRepositoryConfigurationMigrator
 
migrate(RepositoryConfiguration) - Method in class com.atlassian.confluence.user.migration.LdapRepositoryConfigurationMigrator
 
migrate(RepositoryConfiguration) - Method in class com.atlassian.confluence.user.migration.OSUserRepositoryConfigurationMigrator
 
migrate(RepositoryConfiguration) - Method in interface com.atlassian.confluence.user.migration.RepositoryConfigurationMigrator
Migrate the passed in configuration.
migrateAll() - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService
Attempt to migrate all instances of the unmigrated wiki markup macro to the new xhtml format.
MigratedMembership - Class in com.atlassian.confluence.user.migration
Represents a membership between a user and a group
MigratedMembership(String, String) - Constructor for class com.atlassian.confluence.user.migration.MigratedMembership
 
migrateExternalMemberships() - Method in class com.atlassian.confluence.user.migration.AtlassianUserDataMigrator
 
MigrateExternalMembershipsAction - Class in com.atlassian.confluence.admin.actions.migration
Triggers the MigrateExternalMembershipsLongRunningTask
MigrateExternalMembershipsAction() - Constructor for class com.atlassian.confluence.admin.actions.migration.MigrateExternalMembershipsAction
 
MigrateExternalMembershipsLongRunningTask - Class in com.atlassian.confluence.admin.actions.migration
Migrates memberships and groups from the external_memberships and groups tables.
MigrateExternalMembershipsLongRunningTask(PlatformTransactionManager, ApplicationDAO, DirectoryInstanceLoader, AtlassianUserExternalDataMigrator, I18NBean) - Constructor for class com.atlassian.confluence.admin.actions.migration.MigrateExternalMembershipsLongRunningTask
 
migrateGroupMemberships(Directory) - Method in class com.atlassian.confluence.user.migration.AtlassianUserDataMigrator
 
migrateGroups(Directory) - Method in class com.atlassian.confluence.user.migration.AtlassianUserDataMigrator
 
MigrateMailArchiveConfigurationUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MigrateMailArchiveConfigurationUpgradeTask(ConfluenceBandanaRecordDao) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MigrateMailArchiveConfigurationUpgradeTask
 
MigrateOndemandDocThemeCustomizations - Class in com.atlassian.confluence.upgrade.upgradetask
 
MigrateOndemandDocThemeCustomizations(ConfluenceBandanaRecordDao) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MigrateOndemandDocThemeCustomizations
 
MigrateOndemandDocThemeCustomizations.SidebarToDocthemeConverter - Class in com.atlassian.confluence.upgrade.upgradetask
 
MigrateOndemandDocThemeCustomizations.SidebarToDocthemeConverter() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MigrateOndemandDocThemeCustomizations.SidebarToDocthemeConverter
 
migrateSite() - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultWikiToXhtmlSiteMigrator
 
migrateSite() - Method in class com.atlassian.confluence.content.render.xhtml.migration.PageTemplateWikiToXhtmlSiteMigrator
 
migrateSite() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.WikiToXhtmlSiteMigrator
Migrate the entire site from wiki to Xhtml storage.
migrateToDelegatedDirectory(DelegatedAuthenticationDirectory, ProgressMeter) - Method in class com.atlassian.confluence.user.migration.AtlassianUserExternalDataMigrator
Iterates through all external_memberships, pulls in users from LDAP into the delegated directory if they don't exist locally.
migrateUserProperties(Directory) - Method in class com.atlassian.confluence.user.migration.AtlassianUserDataMigrator
Migrates user properties from post-2.7 versions of Confluence by changing entity_names in the os_propertyentry table to CWD_<lowercase_username>.
migrateUserProperties(JiraJdbcRemoteDirectory) - Method in class com.atlassian.confluence.user.migration.LegacyJiraUserDataMigrator
 
MigrateUserPropertyEntriesAction - Class in com.atlassian.confluence.admin.actions.migration
Triggers the MigrateExternalMembershipsLongRunningTask
MigrateUserPropertyEntriesAction() - Constructor for class com.atlassian.confluence.admin.actions.migration.MigrateUserPropertyEntriesAction
 
MigrateUserPropertyEntriesLongRunningTask - Class in com.atlassian.confluence.admin.actions.migration
 
MigrateUserPropertyEntriesLongRunningTask(DirectoryInstanceLoader, PlatformTransactionManager, LegacyJiraUserDataMigrator, CrowdDirectoryService) - Constructor for class com.atlassian.confluence.admin.actions.migration.MigrateUserPropertyEntriesLongRunningTask
 
MigrateUserPropertyEntriesLongRunningTask(DirectoryInstanceLoader, PlatformTransactionManager, LegacyJiraUserDataMigrator, CrowdDirectoryService, Directory) - Constructor for class com.atlassian.confluence.admin.actions.migration.MigrateUserPropertyEntriesLongRunningTask
 
migrateUsers(Directory) - Method in class com.atlassian.confluence.user.migration.AtlassianUserDataMigrator
 
MigrationException - Exception in com.atlassian.confluence.content.render.xhtml.migration.exceptions
The base exception extended by any exceptions thrown during migration.
MigrationException() - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
 
MigrationException(String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
 
MigrationException(String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
 
MigrationException(Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException
 
MigrationPageTemplateDao - Class in com.atlassian.confluence.content.render.xhtml.migration
Overrides the default behaviour to prevent the last modified user being changed when migrating.
MigrationPageTemplateDao() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.MigrationPageTemplateDao
 
MigrationRequiredListener - Class in com.atlassian.confluence.content.render.xhtml.migration.macro
Listens for plugin enabled events and requests the macro migration service to update the migration required flag when one is encounted.
MigrationRequiredListener(MacroMigrationService) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.macro.MigrationRequiredListener
 
migrator - Variable in class com.atlassian.confluence.util.longrunning.AttachmentMigrationLongRunningTask
 
MIME_TYPE_HTML - Static variable in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
 
MIME_TYPE_HTML - Static variable in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
MIME_TYPE_TEXT - Static variable in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
 
MIME_TYPE_TEXT - Static variable in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
MimetypesFileTypeMapFactory - Interface in com.atlassian.confluence.core
 
minBlocks(int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
minCharCount(int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
MINIMUM_BUILD_NUMBER - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
 
MINIMUM_FULL_IMPORT_BUILD_NUMBER - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
Backwards compatibility for full export.
MINIMUM_MAX_UPLOAD_ATTACHMENTS - Static variable in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
MINIMUM_SPACE_IMPORT_BUILD_NUMBER - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
If you change this, you will break OD <-> BTF imports.
MINIMUM_VERSION - Static variable in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
 
MINOR_EDIT - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
 
minus(MemoryInfo.Bytes) - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
MissingConfluenceLicenseValidationException - Exception in com.atlassian.confluence.license.exception
 
MissingConfluenceLicenseValidationException(Iterable<ProductLicense>) - Constructor for exception com.atlassian.confluence.license.exception.MissingConfluenceLicenseValidationException
 
MissingConfluenceLicenseValidationExceptionHandler - Class in com.atlassian.confluence.license.exception.handler
 
MissingConfluenceLicenseValidationExceptionHandler(I18NBean) - Constructor for class com.atlassian.confluence.license.exception.handler.MissingConfluenceLicenseValidationExceptionHandler
 
ModelToRenderedClassMapper - Interface in com.atlassian.confluence.content.render.xhtml.view
Define an object that when given some model instance (only Link supported at the moment) will provide the HTML/XML class attribute value to be used when rendering the link
Modification<T extends ContentEntityObject> - Interface in com.atlassian.confluence.core
Clients should implement this interface and modify the passed in reference to ContentEntityObject as they see fit.
MODIFICATION_DATE_PARAMETER - Static variable in class com.atlassian.confluence.servlet.download.AttachmentUrlParser
 
MODIFICATION_DATE_SORT - Static variable in class com.atlassian.confluence.util.AttachmentComparator
 
MODIFIED - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
MODIFIED - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
 
MODIFIED_FIELD - Static variable in class com.atlassian.confluence.search.v2.lucene.boosting.BoostByModificationDateStrategy
 
ModifiedInLastDaysScope - Class in com.atlassian.confluence.search.scope
Deprecated. since 5.2.
ModifiedInLastDaysScope(int) - Constructor for class com.atlassian.confluence.search.scope.ModifiedInLastDaysScope
Deprecated.  
ModifiedSinceScope - Class in com.atlassian.confluence.search.scope
 
ModifiedSinceScope(String) - Constructor for class com.atlassian.confluence.search.scope.ModifiedSinceScope
 
ModifiedSort - Class in com.atlassian.confluence.search.v2.sort
Order search results by time last modified
ModifiedSort(SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.ModifiedSort
 
modify(T) - Method in interface com.atlassian.confluence.core.Modification
Modifies the state of the content specified here.
MODULE_KEY - Static variable in class com.atlassian.confluence.themes.DefaultTheme
 
ModuleDescriptorCache<T extends com.atlassian.plugin.ModuleDescriptor<?>> - Class in com.atlassian.confluence.plugin
Caches module descriptors of a given module descriptor class and its subclasses.
ModuleDescriptorCache(Class<? extends T>) - Constructor for class com.atlassian.confluence.plugin.ModuleDescriptorCache
 
ModuleDescriptorCache(Class<? extends T>, ModuleDescriptorPredicate) - Constructor for class com.atlassian.confluence.plugin.ModuleDescriptorCache
 
ModuleDescriptorCache.Initializer<T> - Interface in com.atlassian.confluence.plugin
Implementations of this interface are used to initialize a ModuleDescriptorCache
ModuleDescriptorCacheFactory - Class in com.atlassian.confluence.plugin
A factory to create typed instances of ModuleDescriptorCache
ModuleDescriptorCacheFactory(PluginAccessor, PluginEventManager) - Constructor for class com.atlassian.confluence.plugin.ModuleDescriptorCacheFactory
 
moduleKey - Variable in class com.atlassian.confluence.admin.actions.plugins.ManagePluginsAction
 
more() - Method in class com.atlassian.confluence.json.parser.JSONTokener
Deprecated. Determine if the source string still contains characters that next() can consume.
MoreThanOneUserCriteria - Class in com.atlassian.confluence.admin.criteria
Checks whether there is at least two active users registered in Confluence.
MoreThanOneUserCriteria(UserChecker) - Constructor for class com.atlassian.confluence.admin.criteria.MoreThanOneUserCriteria
 
moveAttachment(Attachment, String, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.AttachmentManager
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.attachments.CachingAttachmentDao
 
moveAttachment(Attachment, String, ContentEntityObject) - Method in class com.atlassian.confluence.pages.CachingAttachmentManager
 
moveAttachment(Attachment, String, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
moveAttachment(Attachment, String, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DelegatorAttachmentManager
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Moves an Attachment to a new file name or content object

This method assumes that the filename and/or content of the attachment (and its previous versions) have already been updated.

moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Moves an attachment to a new file name or content object
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
 
moveAttachment(Attachment, Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.WebDavAttachmentDao
Deprecated.  
MoveAttachmentAction - Class in com.atlassian.confluence.pages.actions
 
MoveAttachmentAction() - Constructor for class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
moveDataForAttachmentVersion(Attachment, Attachment) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Moves the attachment data from one AbstractVersionedEntityObject.getVersion() to the other.
moveDataForAttachmentVersion(Attachment, Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
 
moveDataForAttachmentVersion(Attachment, Attachment) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
 
moveDir(File, File) - Static method in class com.atlassian.confluence.util.io.ConfluenceFileUtils
move a directory with all it's children into another directory if destination directory already exists, it will be deleted.
MovePageAction - Class in com.atlassian.confluence.pages.actions
Move a page and its children to a new location in the system.
MovePageAction() - Constructor for class com.atlassian.confluence.pages.actions.MovePageAction
 
movePageAfter(Page, Page) - Method in class com.atlassian.confluence.pages.DefaultPageManager
 
movePageAfter(Page, Page) - Method in interface com.atlassian.confluence.pages.PageManager
Move the provided page (first argument) after the reference page (second argument).
movePageAsChild(Page, Page) - Method in class com.atlassian.confluence.pages.DefaultPageManager
Move the source page to the end of targetPage's children list.
movePageAsChild(Page, Page) - Method in interface com.atlassian.confluence.pages.PageManager
Move the provided page (first argument) as a child of the reference page (second argument).
movePageBefore(Page, Page) - Method in class com.atlassian.confluence.pages.DefaultPageManager
 
movePageBefore(Page, Page) - Method in interface com.atlassian.confluence.pages.PageManager
Move the provided page (first argument) before the reference page (second argument).
MovePageCommand - Interface in com.atlassian.confluence.content.service.page
An interface for a command that implements the logic to move a page to another parent or space.
MovePageCommandHelper - Class in com.atlassian.confluence.content.service.page
 
MovePageCommandHelper(PageManager) - Constructor for class com.atlassian.confluence.content.service.page.MovePageCommandHelper
 
MovePageCommandImpl - Class in com.atlassian.confluence.content.service.page
 
MovePageCommandImpl(PageManager, PermissionManager, PageLocator, PageLocator, String) - Constructor for class com.atlassian.confluence.content.service.page.MovePageCommandImpl
 
MovePageDialogAction - Class in com.atlassian.confluence.pages.actions
An action for suppling panels in the MovePageDialog as they are required.
MovePageDialogAction() - Constructor for class com.atlassian.confluence.pages.actions.MovePageDialogAction
 
movePageToTopLevel(Page, Space) - Method in class com.atlassian.confluence.pages.DefaultPageManager
 
movePageToTopLevel(Page, Space) - Method in interface com.atlassian.confluence.pages.PageManager
Move a page to the top level of targetSpace.
MovePageToTopOfSpaceCommand - Class in com.atlassian.confluence.content.service.page
A command that moves a page to a top level of a given space.
MovePageToTopOfSpaceCommand(PageManager, PermissionManager, PageLocator, SpaceLocator) - Constructor for class com.atlassian.confluence.content.service.page.MovePageToTopOfSpaceCommand
 
MulticastRouteTester - Class in com.atlassian.confluence.util
A class for performing diagnostics on the multicast routing table of the current host
MulticastRouteTester(InetAddress, NetworkInterface, int) - Constructor for class com.atlassian.confluence.util.MulticastRouteTester
Construct a multicast test for the specified network address, interface and port
MulticastRouteTester(InetAddress, NetworkInterface, int, MulticastRouteTester.TestReporter) - Constructor for class com.atlassian.confluence.util.MulticastRouteTester
Allows the test to be conducted and reported via the provided reporter delegate.
MulticastRouteTester.Log4JReporter - Class in com.atlassian.confluence.util
Log4J reporting strategy
MulticastRouteTester.Log4JReporter(Category, Priority) - Constructor for class com.atlassian.confluence.util.MulticastRouteTester.Log4JReporter
 
MulticastRouteTester.TestReporter - Interface in com.atlassian.confluence.util
Reporting strategy interface for reporting problems encountered during the test
MULTIMEDIA - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.  
MultipartBuilder - Class in com.atlassian.confluence.mail.template
Helper class used for building multiparts to be attached to support request emails.
MultipartBuilder() - Constructor for class com.atlassian.confluence.mail.template.MultipartBuilder
 
multiplyScore(int, float) - Method in interface com.atlassian.confluence.search.contentnames.DocumentResultScores
Multiply the score of the specified document by the supplied factor.
multiplyScore(int, float) - Method in class com.atlassian.confluence.search.contentnames.FloatArrayDocumentResultScores
 
multiplyScore(int, float) - Method in class com.atlassian.confluence.search.contentnames.lucene.BitSetAwareDocumentResultScores
 
multiplyScore(int, float) - Method in class com.atlassian.confluence.search.contentnames.lucene.OpenBitSetAwareDocumentResultScores
 
MultiTermFilter - Class in com.atlassian.confluence.search.lucene.filter
Lucene filter that finds documents that match any of the supplied Term.
MultiTermFilter() - Constructor for class com.atlassian.confluence.search.lucene.filter.MultiTermFilter
Create a new MultiTermFilter with a default behaviour of not negating.
MultiTermFilter(boolean) - Constructor for class com.atlassian.confluence.search.lucene.filter.MultiTermFilter
Create a new MultiTermFilter with control over whether it is negating or not.
MultiTextFieldQuery - Class in com.atlassian.confluence.search.v2.query
Represents a query against multiple fields.
MultiTextFieldQuery(String, Set<String>, BooleanOperator) - Constructor for class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
Constructs a multi-field query with the specified query, fields and operator.
MultiTextFieldQuery(String, String...) - Constructor for class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
Constructs a multi-field query with the operator set to BooleanOperator.AND.
MultiTextFieldQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
Maps a MultiTextFieldQuery into a lucene query.
MultiTextFieldQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.MultiTextFieldQueryMapper
 
MultiThreadedIndexRebuilder - Class in com.atlassian.confluence.search.lucene
Deprecated. since 5.2. Use ConfluenceReIndexer instead.
MultiThreadedIndexRebuilder() - Constructor for class com.atlassian.confluence.search.lucene.MultiThreadedIndexRebuilder
Deprecated.  
MultiValueParameter - Class in com.atlassian.confluence.macro.query.params
Represents a macro parameter that can accept a multiple delimited values.
MultiValueParameter(String, String, String) - Constructor for class com.atlassian.confluence.macro.query.params.MultiValueParameter
 
MultiValueParameter(String[], String, String) - Constructor for class com.atlassian.confluence.macro.query.params.MultiValueParameter
 
MultiValueParameter(List<String>, String, String) - Constructor for class com.atlassian.confluence.macro.query.params.MultiValueParameter
 
MyProfileConstants - Interface in com.atlassian.confluence.user.actions
MyProfileConstants.Homepage - Interface in com.atlassian.confluence.user.actions
 
MYSQL_RELATION_ALREADY_EXISTS_ERRORCODE - Static variable in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
MYSQL_RELATION_ALREADY_EXISTS_SQLSTATE - Static variable in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 

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

Confluence is developed by Atlassian.