Class ShortcutHelper


  • public class ShortcutHelper
    extends java.lang.Object
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • ShortcutHelper

        public ShortcutHelper()
    • Method Detail

      • getEffectiveName

        public static java.lang.String getEffectiveName​(BeanContext context,
                                                        WebObjectInfo object)
        Returns the actual name of the object specified as a parameter.
        Parameters:
        context - BeanContext
        object - WebObjectInfo
        Returns:
        a String with the actual name of the object.
      • getEffectiveDescription

        public static java.lang.String getEffectiveDescription​(BeanContext context,
                                                               WebObjectInfo object)
        Returns the actual description of the object specified as a parameter.
        Parameters:
        context - BeanContext
        object - WebObjectInfo
        Returns:
        a String with the actual description of the object.
      • getEffectiveSubType

        public static int getEffectiveSubType​(WebObjectInfo object)
        Returns the actual description of the object specified as a parameter.
        Parameters:
        object - WebObjectInfo
        Returns:
        a String with the actual description of the object.
        Since:
        MicroStrategy Web 8.0.1
      • isTargetAccessible

        public static boolean isTargetAccessible​(WebObjectInfo object)
        Checks if the object is accessible.
        Parameters:
        object - WebObjectInfo
        Returns:
        boolean