Uses of Class
com.atlassian.confluence.macro.browser.beans.MacroMetadata

Packages that use MacroMetadata
com.atlassian.confluence.macro.browser   
com.atlassian.confluence.macro.browser.beans   
com.atlassian.confluence.plugin.descriptor   
 

Uses of MacroMetadata in com.atlassian.confluence.macro.browser
 

Methods in com.atlassian.confluence.macro.browser that return types with arguments of type MacroMetadata
 Collection<MacroMetadata> MacroMetadataProvider.getData()
          Returns a collection of MacroMetadata for use in the Macro Browser.
 Collection<MacroMetadata> DefaultMacroMetadataProvider.getData()
           
 Set<MacroMetadata> MacroBrowserManager.getMacroMetadata()
          Retrieves a set of macro metadata for display in the Macro Browser.
 Set<MacroMetadata> DefaultMacroBrowserManager.getMacroMetadata()
          Returns the metadata for all macros in the system, excluding user macros.
 

Uses of MacroMetadata in com.atlassian.confluence.macro.browser.beans
 

Methods in com.atlassian.confluence.macro.browser.beans that return MacroMetadata
 MacroMetadata MacroMetadataBuilder.build()
           
static MacroMetadata MacroMetadata.makeFreeformSummary(String macroName, String pluginKey, String title, String description, MacroFormDetails formDetails)
           
 

Uses of MacroMetadata in com.atlassian.confluence.plugin.descriptor
 

Methods in com.atlassian.confluence.plugin.descriptor that return MacroMetadata
 MacroMetadata CustomMacroModuleDescriptor.getMacroMetadata()
           
 

Methods in com.atlassian.confluence.plugin.descriptor that return types with arguments of type MacroMetadata
 Map<String,MacroMetadata> MacroFallbackParser.getMetadata()
           
 



Confluence is developed by Atlassian.