public interface

MacroBrowserManager

com.atlassian.confluence.macro.browser.MacroBrowserManager
Known Indirect Subclasses

Summary

Public Methods
abstract Set<MacroCategory> getMacroCategories()
Retrieves a set of macro categories for display in the Macro Browser.
abstract Set<MacroMetadata> getMacroMetadata()
Retrieves a set of macro metadata for display in the Macro Browser.

Public Methods

public abstract Set<MacroCategory> getMacroCategories ()

Retrieves a set of macro categories for display in the Macro Browser.

public abstract Set<MacroMetadata> getMacroMetadata ()

Retrieves a set of macro metadata for display in the Macro Browser. Aliases of macros should be not included in this set.