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_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_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_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.WikiMarkupMacro
 
MACRO_NAME_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
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
 
MacroBodyType - Enum in com.atlassian.confluence.content.render.xhtml
 
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
 
MacroDefinition() - Constructor for class com.atlassian.confluence.xhtml.api.MacroDefinition
 
MacroDefinition(String, MacroBody, String, Map<String, String>) - Constructor for class com.atlassian.confluence.xhtml.api.MacroDefinition
 
MacroDefinitionHandler - Interface in com.atlassian.confluence.xhtml.api
Handler for MacroDefinitions found in storage format.
MacroDefinitionReplacer - Interface in com.atlassian.confluence.xhtml.api
Replacer of MacroDefinitions in storage format with other content.
MacroDefinitionUpdater - Interface in com.atlassian.confluence.xhtml.api
Updater of MacroDefinitions in storage format.
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
 
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.
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) - 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
 
MacroMetadataModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.macro
 
MacroMetadataModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.macro.MacroMetadataModuleDescriptor
 
MacroMetadataParser - Class in com.atlassian.confluence.plugin.descriptor
Parses XML-formatted macro metadata.
MacroMetadataParser(SystemInformationService, I18NBeanFactory) - 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
 
MacroMigrationListener - Class in com.atlassian.confluence.macro.xhtml
 
MacroMigrationListener(WikiToXhtmlSiteMigrator, PluginEventManager) - Constructor for class com.atlassian.confluence.macro.xhtml.MacroMigrationListener
 
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
 
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
 
MacroParameterBuilder - Class in com.atlassian.confluence.macro.browser.beans
Builder class for MacroParameter.
MacroParameterBuilder() - Constructor for class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
MacroParameterEncoderDecoder - Interface in com.atlassian.confluence.content.render.xhtml.editor.macro
Encode and decode macro parameters.
MacroParameterType - Enum in com.atlassian.confluence.macro.browser.beans
The type of a macro parameter that will appear in the Macro Browser.
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.
MacroToPluginUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MacroToPluginUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MacroToPluginUpgradeTask
 
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
 
mail - Variable in class com.atlassian.confluence.mail.actions.AbstractMailAction
 
Mail - Class in com.atlassian.confluence.mail
 
Mail() - Constructor for class com.atlassian.confluence.mail.Mail
 
MAIL - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for mail.
MAIL_CONFIG_FILE - Static variable in class com.atlassian.confluence.util.MailConfigMigrator
 
MailAccount - Interface in com.atlassian.confluence.mail
 
mailAccountManager - Variable in class com.atlassian.confluence.mail.actions.AbstractMailAccountAction
 
MailAccountManager - Interface in com.atlassian.confluence.mail
 
MailActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
MailActionBreadcrumb(Action, Space, Mail) - Constructor for class com.atlassian.confluence.util.breadcrumbs.MailActionBreadcrumb
 
MailConfigMigrator - Class in com.atlassian.confluence.util
 
MailConfigMigrator() - Constructor for class com.atlassian.confluence.util.MailConfigMigrator
 
mailContentManager - Variable in class com.atlassian.confluence.mail.actions.AbstractMailAction
 
MailContentManager - Interface in com.atlassian.confluence.mail
 
mailContentManager - Variable in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
MailCreateEvent - Class in com.atlassian.confluence.event.events.content.mail
 
MailCreateEvent(Object, Mail) - Constructor for class com.atlassian.confluence.event.events.content.mail.MailCreateEvent
 
MailCreationDateUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Upgrade the creation date field of the existing emails, setting it to either the emails received date (if it exists) or the emails sent date (if it exists).
MailCreationDateUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MailCreationDateUpgradeTask
 
MailDao - Interface in com.atlassian.confluence.mail.persistence.dao
 
MailDatabaseUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MailDatabaseUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MailDatabaseUpgradeTask
 
MailEvent - Class in com.atlassian.confluence.event.events.content.mail
 
MailEvent(Object, Mail) - Constructor for class com.atlassian.confluence.event.events.content.mail.MailEvent
 
MailHelper - Class in com.atlassian.confluence.themes
 
MailHelper() - Constructor for class com.atlassian.confluence.themes.MailHelper
 
MailHelper(AbstractMailAction) - Constructor for class com.atlassian.confluence.themes.MailHelper
 
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
 
MailPathConverter - Class in com.atlassian.confluence.servlet.simpledisplay
A Path converter that converts friendly mail path url to a viewmail action.
MailPathConverter() - Constructor for class com.atlassian.confluence.servlet.simpledisplay.MailPathConverter
 
MailPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
MailPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.MailPermissionsDelegate
 
MailPollContext - Class in com.atlassian.confluence.mail
 
MailPollContext(Space, MailContentManager) - Constructor for class com.atlassian.confluence.mail.MailPollContext
 
MailPollJob - Class in com.atlassian.confluence.mail.jobs
 
MailPollJob() - Constructor for class com.atlassian.confluence.mail.jobs.MailPollJob
 
MailPollResult - Class in com.atlassian.confluence.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
 
MailRenderSupport - Class in com.atlassian.confluence.rss
 
MailRenderSupport() - Constructor for class com.atlassian.confluence.rss.MailRenderSupport
 
MailServerConfigUpdate - Class in com.atlassian.confluence.upgrade.upgradetask
Updates the change in the mail config file from "" to ""
MailServerConfigUpdate() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MailServerConfigUpdate
 
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
 
MailServersActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
MailServersActionBreadcrumb(Action) - Constructor for class com.atlassian.confluence.util.breadcrumbs.MailServersActionBreadcrumb
 
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.rpc.xmlrpc.RPCSpaceExporter
 
main(String[]) - Static method in class com.atlassian.confluence.rpc.xmlrpc.SampleRpcTestClient
 
main(String[]) - Static method in class com.atlassian.confluence.upgrade.HSQL17To18PreUpgradeCleaner
 
main(String[]) - Static method in class com.atlassian.confluence.util.misc.SampleWikiConverter
 
makeAnonymousUser() - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Returns the anonymous user
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
 
makeFreeformSummary(String, String, String, String, MacroFormDetails) - Static method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
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
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.
makeNonAnonymousUserFromToken(String) - Method in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Retrieves the user for a particular token
makeParameterFormDetails(String, String, 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
 
makeResult(Entity) - Method in class com.atlassian.confluence.user.PermittedUserFinder
 
makeSetObjectPropertyOperation(Object, String, TransientHibernateHandle) - Method in class com.atlassian.confluence.importexport.xmlimport.legacy.ReverseDatabinder
 
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
 
makeViewEntityPermissionsCheck(Object) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
 
makeXmlImporter() - Method in class com.atlassian.confluence.importexport.xmlimport.BackupImporter
 
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
 
mangledEncodings - Variable in class com.atlassian.confluence.upgrade.upgradetask.AttachmentFileNameUpgradeTask
 
ManualTotalPaginationSupport - 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
 
mark(int) - Method in class com.atlassian.confluence.util.http.SizeLimitedInputStream
 
markSupported() - Method in class com.atlassian.confluence.util.http.SizeLimitedInputStream
 
MARKUP - Static variable in class com.atlassian.confluence.pages.actions.AbstractPageAction
 
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(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorMacroMarshaller
 
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(T, XMLStreamWriter, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.StaxStreamMarshaller
 
marshal(EmbeddedResource, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedResourceMarshaller
 
marshal(Emoticon, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.inline.StorageEmoticonMarshaller
 
marshal(Object, 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(Link<UrlResourceIdentifier>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageUrlLinkMarshaller
 
marshal(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroMarshaller
 
marshal(ResourceIdentifier, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.DelegatingResourceIdentifierMarshaller
 
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(EmbeddedResource, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.ViewEmbeddedImageResourceMarshaller
 
marshal(Emoticon, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.inline.ViewEmoticonMarshaller
 
marshal(Link<AttachmentResourceIdentifier>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewAttachmentLinkMarshaller
 
marshal(Link<BlogPostResourceIdentifier>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewBlogPostLinkMarshaller
 
marshal(Link<ContentEntityResourceIdentifier>, 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<IdAndTypeResourceIdentifier>, 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<PageResourceIdentifier>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewPageLinkMarshaller
 
marshal(Link<ShortcutResourceIdentifier>, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.link.ViewShortcutLinkMarshaller
 
marshal(Link<SpaceResourceIdentifier>, 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<UserResourceIdentifier>, 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(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.atlassian.confluence.setup.xstream.EnumConverter
 
marshalCharacters(Characters) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Returns a String of characters that includes the standard XML entities &amp; &lt; &gt; &apos; if these characters are encountered and wraps CDATA.
marshalEmbeddedImage(XMLStreamWriter, Attachment, String, EmbeddedResource, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.ViewEmbeddedImageResourceMarshaller
 
Marshaller<T> - Interface in com.atlassian.confluence.content.render.xhtml
Responsible for marshalling an XML fragment.
marshalThumbnail(XMLStreamWriter, Writer, Attachment, String, String, EmbeddedResource, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.embed.EditorEmbeddedImageResourceMarshaller
 
marshalThumbnail(XMLStreamWriter, Writer, Attachment, String, String, EmbeddedResource, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.ViewEmbeddedImageResourceMarshaller
 
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(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.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) - 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(String) - Method in class com.atlassian.confluence.util.http.HttpRequestConfig
 
matches(HttpServletRequest) - Method in class com.atlassian.confluence.web.filter.PreventCachingStrategy
 
matches(HttpServletRequest) - Method in class com.atlassian.confluence.web.filter.RssCachingStrategy
 
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
 
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
 
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_BODY_GRAM_SIZE - Static variable in class com.atlassian.confluence.search.didyoumean.DidYouMean.Constants
 
MAX_EDGE_GRAM_SIZE - Static variable in class com.atlassian.confluence.search.didyoumean.DidYouMean.Constants
 
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_PROCESSED - Static variable in class com.atlassian.confluence.search.didyoumean.lucene.LuceneNGramSuggestionsProvider
 
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_INPUT_WORD_LENGTH - Static variable in class com.atlassian.confluence.search.didyoumean.DidYouMean.Constants
Maximum length of word for which an attempt will be made to find suggestions for.
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_SIDE_LENGTH - Static variable in class com.atlassian.confluence.user.actions.TemporaryProfilePicture
 
MAX_WORD_LENGTH_STR - Static variable in class com.atlassian.confluence.search.didyoumean.lucene.DocumentCreator
Only support word lengths of size 2 (we care mostly about words that are 99 characters and less only)
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
 
MAXIMUM_MAX_UPLOAD_ATTACHMENTS - Static variable in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
MAXRESULTS - Static variable in class com.atlassian.confluence.user.actions.PagePickerAction
 
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
 
maxRows - Variable in class com.atlassian.confluence.content.render.xhtml.migration.tasks.PagedMigratorTask
 
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
 
MboxImporter - Class in com.atlassian.confluence.mail.importers
 
MboxImporter() - Constructor for class com.atlassian.confluence.mail.importers.MboxImporter
 
megabytes() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
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
 
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.
mergeChanges(String, String, String) - Static method in class com.atlassian.confluence.util.DiffUtils
Deprecated.  
mergeContentObjects(Iterator, Iterator, int) - Static method in class com.atlassian.confluence.util.ContentUtils
 
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) - 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
 
MESSAGE_SUBJECT_SIZE - Static variable in class com.atlassian.confluence.mail.Mail
 
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, List<RuntimeException>) - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultMigrator
 
migrate(String, RenderContext, List<RuntimeException>) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.Migrator
Migrate the supplied wiki formatted text to a different text format.
migrate(String, RenderContext, List<RuntimeException>) - Method in class com.atlassian.confluence.content.render.xhtml.migration.WikiToEditorHtmlMigrator
 
migrate(MacroDefinition, ConversionContext) - Method in interface com.atlassian.confluence.macro.xhtml.MacroMigration
Migrates a wiki-markup representation of a macro to XHMLT
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(String, RenderContext, List<RuntimeException>) - Method in class com.atlassian.confluence.macro.xhtml.XhtmlWikiMarkupMacroMigrator
 
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
 
migrateSite() - Method in class com.atlassian.confluence.content.render.xhtml.migration.DefaultWikiToXhtmlSiteMigrator
 
migrateSite() - Method in interface com.atlassian.confluence.content.render.xhtml.migration.WikiToXhtmlSiteMigrator
Migrate the entire site from wiki to Xhtml storage.
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
 
MigrationJob - Class in com.atlassian.confluence.content.render.xhtml.migration.tasks
A definition of a migration job to be executed.
MigrationJob(Migrator, SessionFactory, String, boolean) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.tasks.MigrationJob
 
Migrator - Interface in com.atlassian.confluence.content.render.xhtml.migration
Migrates / converts text from wiki format to another text format.
migrator - Variable in class com.atlassian.confluence.content.render.xhtml.migration.tasks.MigrationJob
The migrator instance
migrator - Variable in class com.atlassian.confluence.content.render.xhtml.migration.tasks.PagedMigratorTask
 
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
 
MIN_BODY_GRAM_SIZE - Static variable in class com.atlassian.confluence.search.didyoumean.DidYouMean.Constants
 
MIN_EDGE_GRAM_SIZE - Static variable in class com.atlassian.confluence.search.didyoumean.DidYouMean.Constants
 
MIN_REQUIRED_FREQ_RATIO - Static variable in class com.atlassian.confluence.search.didyoumean.DidYouMean.Constants
 
MIN_WORD_LENGTH - Static variable in class com.atlassian.confluence.search.didyoumean.DidYouMean.Constants
The minimum length word that will be considered for n-gram indexing.
MINIMUM_MAX_UPLOAD_ATTACHMENTS - Static variable in class com.atlassian.confluence.admin.actions.GeneralConfigurationAction
 
minus(MemoryInfo.Bytes) - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
MockLocaleManager - Class in com.atlassian.confluence.languages
Mock implementation of the LocaleManager to be used by tests
MockLocaleManager() - Constructor for class com.atlassian.confluence.languages.MockLocaleManager
 
MockPermissionManager - Class in com.atlassian.confluence.security
The intention of of this mock is to have an implementation of the permission manager that always returns true for all permissions checks.
MockPermissionManager() - Constructor for class com.atlassian.confluence.security.MockPermissionManager
 
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
 
ModifiedInLastDaysScope - Class in com.atlassian.confluence.search.scope
 
ModifiedInLastDaysScope(int) - Constructor for class com.atlassian.confluence.search.scope.ModifiedInLastDaysScope
 
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
 
ModuleDescriptorCache<T extends 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.
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.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
 
MoveBackupSettingsToDatabaseUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MoveBackupSettingsToDatabaseUpgradeTask(BootstrapManager, SettingsManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MoveBackupSettingsToDatabaseUpgradeTask
 
MoveBandanaConfigsToDatabaseUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MoveBandanaConfigsToDatabaseUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MoveBandanaConfigsToDatabaseUpgradeTask
 
MoveFormatsToDatabaseUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MoveFormatsToDatabaseUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MoveFormatsToDatabaseUpgradeTask
 
MoveGlobalConfigToBandanaUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MoveGlobalConfigToBandanaUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MoveGlobalConfigToBandanaUpgradeTask
 
moveHierarchy(Page, Page, Space, User, boolean, List) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
Deprecated. since 2.9 use PageManager.movePage(Page, Space) or PageManager.movePage(Page, Page, int) instead
moveHierarchy(Page, Page, Space, User, boolean, List) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Deprecated. since 2.9 use PageManager.movePage(Page, Space) or PageManager.movePage(Page, Page, int) instead
MoveLayoutsToDatabaseUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MoveLayoutsToDatabaseUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MoveLayoutsToDatabaseUpgradeTask
 
MoveNonPictureProfileAttachmentsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MoveNonPictureProfileAttachmentsUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MoveNonPictureProfileAttachmentsUpgradeTask
 
movePage(Page, Space) - Method in class com.atlassian.confluence.pages.DefaultPageManager
Deprecated. since 2.9 use DefaultPageManager.movePageToTopLevel(Page, Space)
movePage(Page, Page, int) - Method in class com.atlassian.confluence.pages.DefaultPageManager
Deprecated. since 2.9 use DefaultPageManager.movePageBefore(Page, Page) and DefaultPageManager.movePageAfter(Page, Page)
movePage(Page, Page, int) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated. since 2.9 use PageManager.movePageAfter(Page, Page) or PageManager.movePageBefore(Page, Page)
movePage(Page, Space) - Method in interface com.atlassian.confluence.pages.PageManager
Deprecated. since 2.9 use PageManager.movePageToTopLevel(Page, Space)
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.
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
 
MovePluginsToDatabaseUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Move uploaded plugins to the database.
MovePluginsToDatabaseUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MovePluginsToDatabaseUpgradeTask
 
MoveUserMacrosToBandanaUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
MoveUserMacrosToBandanaUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.MoveUserMacrosToBandanaUpgradeTask
 
MULTI_LINE_MATCH - Static variable in class com.atlassian.confluence.importexport.impl.snipsnap.AbstractConverter
 
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
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
 
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
Performs a rebuild the Confluence index using multithreaded approach.
MultiThreadedIndexRebuilder() - Constructor for class com.atlassian.confluence.search.lucene.MultiThreadedIndexRebuilder
 
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
 

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.