Class BPMPreference

  • All Implemented Interfaces:
    BlockPropertyMacro

    public class BPMPreference
    extends java.lang.Object
    implements BlockPropertyMacro
    This class implements a Block Property Macro that retrieves the value of a Preference. The first parameter is the name of the preference. The second parameter (if present) is the default text to use if the preference could not be found.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      BPMPreference()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String expand​(java.lang.String macroArgs, BlockContext bContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BPMPreference

        public BPMPreference()