Interface CompatibilityMacroDescriptor


  • public interface CompatibilityMacroDescriptor
    Compatibility interface for MacroDescriptor. Contains the methods from MacroDescriptor moved to legacy, and weaved to its hierarchy by MacroDescriptorAspect.
    Since:
    14.8RC1
    Version:
    $Id: 59e650d43e39ced1c0a62ad99dd983246cee56b6 $
    • Method Detail

      • getDefaultCategory

        @Deprecated(since="14.6RC1")
        String getDefaultCategory()
        Deprecated.
        since 14.6RC1, use MacroDescriptor.getDefaultCategories() instead
        A macro can define a default classification category under which it falls. For an example, the "skype" macro would fall under the "Communication" category of macros. However, a wiki administrator has the ability to override the default category for a given macro in order to organize categories as he sees fit. Thus, this default category is only an indication from the macro author about what category the macro should fall under.
        Returns:
        the default category under which this macro should be listed or null if the macro doesn't have a default category defined
        Since:
        2.0M3