Interface ExpressionObject

  • All Superinterfaces:
    Transformable

    public interface ExpressionObject
    extends Transformable
    This interface facilitates the transform of a WebExpression object through a few extra properties.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • START_FROM_ROOT

        static final int START_FROM_ROOT
        Constant denoting integer index when starting from root.
        See Also:
        Constant Field Values
    • Method Detail

      • getStartNodeID

        int getStartNodeID()
        Returns the ID of the starting node for expression GUI.
        Returns:
        the starting node's ID.
      • setStartNodeID

        void setStartNodeID​(int pStartNodeID)
        Sets the starting node for expression GUI. (The default value is START_FROM_ROOT).
        Parameters:
        pStartNodeID - the starting node ID for expression GUI
      • getActiveExpID

        int getActiveExpID()
        Returns the currently active expression node ID.
        Returns:
        the active expression node ID.
      • setActiveExpID

        void setActiveExpID​(int pActiveExpID)
        Sets the currently active expression node ID.
        Parameters:
        pActiveExpID - the active expression node ID.