Interface IAnalysis

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IAnalysis
    extends com4j.Com4jObject
    For HP use. IAnalysis Interface.
    • Method Detail

      • filterText

        String filterText()

        property Filter : analysis filter.

        Getter method for the COM property "FilterText"

        Returns:
        Returns a value of type java.lang.String
      • filterText

        void filterText​(String pVal)

        property Filter : analysis filter.

        Setter method for the COM property "FilterText"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • type

        String type()

        property Type: analysis object type.

        Getter method for the COM property "Type"

        Returns:
        Returns a value of type java.lang.String
      • type

        void type​(String pVal)

        property Type: analysis object type.

        Setter method for the COM property "Type"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • getDistinctValues

        Object getDistinctValues​(Object fields)

        Gets distinct values for specified fields.

        Parameters:
        fields - Mandatory java.lang.Object parameter.
        Returns:
        Returns a value of type java.lang.Object
      • getSummaryData

        Object getSummaryData​(Object fields,
                              Object dataFields)

        Gets summary data.

        Parameters:
        fields - Mandatory java.lang.Object parameter.
        dataFields - Mandatory java.lang.Object parameter.
        Returns:
        Returns a value of type java.lang.Object
      • joinCondition

        String joinCondition()

        property JoinCondition: analysis join condition.

        Getter method for the COM property "JoinCondition"

        Returns:
        Returns a value of type java.lang.String
      • joinCondition

        void joinCondition​(String pVal)

        property JoinCondition: analysis join condition.

        Setter method for the COM property "JoinCondition"

        Parameters:
        pVal - Mandatory java.lang.String parameter.