Interface WebShortcutNode

    • Method Detail

      • setTarget

        void setTarget​(WebObjectInfo objectInfo)
                throws java.lang.IllegalArgumentException
        Sets the object which the shortcut refers to.
        Parameters:
        objectInfo - A WebObjectInfo object which describes the object which the shortcut node will refer to.
        Throws:
        java.lang.IllegalArgumentException - Thrown if the given target is null.
        See Also:
        getTarget()
      • getDataSetObj

        WebObjectInfo getDataSetObj()
        Returns the data set object a metric belongs to. This property is used for shortcut nodes in the RS conditional formatting metric expressions.
        Returns:
        A WebObjectInfo a data set object.
        Since:
        MicroStrategy Web 9.0.0
      • setDataSetObj

        void setDataSetObj​(WebObjectInfo objectInfo)
        Sets the data set object a metric belongs to. This property is used for shortcut nodes in the RS conditional formatting metric expressions.
        Parameters:
        objectInfo - A WebObjectInfo a data set object.
        Since:
        MicroStrategy Web 9.0.0