Interface WebResidueNode

  • All Superinterfaces:
    WebNode

    public interface WebResidueNode
    extends WebNode
    The WebResidueNode interface represents a shortcut node within an expression. This interface contains methods specific to a shortcut node. For methods which apply to all nodes, see the WebNode interface, which this one extends.
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • setTarget

        void setTarget​(WebAttribute 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()