Interface WebMetric

    • Method Detail

      • getRootExpressionXML

        java.lang.String getRootExpressionXML()
                                       throws WebObjectsException
        Get the expression of the root of the metric object in the form of an XML
        Returns:
        An XML representing the root of the metric object
        Throws:
        WebObjectsException
      • getFormula

        java.lang.String getFormula()
        Get the formula of the metric object in the form of an XML
        Returns:
        formula string
      • setIsAllowedHtmlExecution

        void setIsAllowedHtmlExecution​(int value)
        Set the flag for the metric if the html execution is allowed
        Parameters:
        value - int value 1 for true false otherwise
      • getIsAllowedHtmlExecution

        boolean getIsAllowedHtmlExecution()
        Get the boolean value is the metric allows html execution
        Returns:
        true if html execution is allowed false otherwise