Interface BlockPropertyMacro
- 
- All Known Implementing Classes:
 BPMControllerParameter,BPMDescriptor,BPMPreference
public interface BlockPropertyMacroThis 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.Stringexpand(java.lang.String macroArgs, BlockContext bContext) 
 - 
 
- 
- 
Method Detail
- 
expand
java.lang.String expand(java.lang.String macroArgs, BlockContext bContext) 
 - 
 
 -