com.atlassian.confluence.macro.browser
Interface MacroBrowserManager

All Known Implementing Classes:
DefaultMacroBrowserManager

public interface MacroBrowserManager


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

Method Detail

getMacroCategories

Set<MacroCategory> getMacroCategories()
Retrieves a set of macro categories for display in the Macro Browser.


getMacroMetadata

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.



Copyright © 2003-2011 Atlassian. All Rights Reserved.