Interface GraphBean

    • Method Detail

      • defineDataSource

        void defineDataSource​(java.lang.String messageID,
                              java.lang.String nodeKey,
                              int sliceID)
                       throws WebObjectsException
        If the state of the GraphBean is not provided, the caller may provide the following properties to define the equivalent data source for the Graph Bean. In this case, the source refers to a Report Writer document.
        Parameters:
        messageID - The message ID of recently executed Report Writer document.
        nodeKey - The key of the template node that refers to the graph to retrieve.
        sliceID - The ID of the slice.
        Throws:
        WebObjectsException - If we are unable to retrieve a Report Writer instance from the message ID.
      • defineDataSource

        void defineDataSource​(java.lang.String messageID,
                              int stateID)
                       throws WebObjectsException
        If the state of the GraphBean is not provided, the caller may provide the following properties to define the equivalent data source for the Graph Bean. In this case, the source refers to a Report.
        Parameters:
        messageID - The message ID of recently executed Report.
        stateID - The ID of the state.
        Throws:
        WebObjectsException - If we are unable to retrieve a Report Instance from the message ID.