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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
expand(java.lang.String macroArgs, BlockContext bContext)
-
-
-
Method Detail
-
expand
java.lang.String expand(java.lang.String macroArgs, BlockContext bContext)
-
-