Interface BlockPropertyMacro

  • All Known Implementing Classes:
    BPMControllerParameter, BPMDescriptor, BPMPreference

    public interface BlockPropertyMacro
    This interface defines the responsibilities of a Block Property Macro. Currently, the only requirement is that it perform an expansion of the macro into a replacement text.
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • expand

        java.lang.String expand​(java.lang.String macroArgs,
                                BlockContext bContext)