com.atlassian.confluence.macro.browser
Interface MacroMetadataProvider

All Known Implementing Classes:
DefaultMacroMetadataProvider, UserMacroMetadataProvider

public interface MacroMetadataProvider

Implementations of this class will be used by the MacroBrowserManager to provide additional MacroMetadata.


Method Summary
 Collection<MacroMetadata> getData()
          Returns a collection of MacroMetadata for use in the Macro Browser.
 

Method Detail

getData

Collection<MacroMetadata> getData()
Returns a collection of MacroMetadata for use in the Macro Browser. This collection need not necessarily be unique.



Copyright © 2003-2011 Atlassian. All Rights Reserved.