Interface ICustomizationKPITypes

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    ICustomizationKPITypes2

    public interface ICustomizationKPITypes
    extends com4j.Com4jObject
    For HP use. The collection of QPM KPI Types.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject addKPIType​(java.lang.String name, java.lang.String measureType, java.lang.String entityType)
      Creates a new CustomizationKPIType.
      com4j.Com4jObject kpiType​(java.lang.String name)
      Gets the ICustomizationKPIType specified by the name
      com4j.Com4jObject kpiTypeByID​(int id)
      Gets the ICustomizationKPIType with the specified ID.
      IList kpiTypes()
      Gets the list of ICustomizationKPIType objects.
      java.lang.Object kpiTypes​(int index)  
      void removeKPIType​(java.lang.String name)
      Deletes the specified CustomizationKPIType.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • kpiType

        com4j.Com4jObject kpiType​(java.lang.String name)

        Gets the ICustomizationKPIType specified by the name

        Getter method for the COM property "KPIType"

        Parameters:
        name - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • kpiTypeByID

        com4j.Com4jObject kpiTypeByID​(int id)

        Gets the ICustomizationKPIType with the specified ID.

        Getter method for the COM property "KPITypeByID"

        Parameters:
        id - Mandatory int parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • kpiTypes

        IList kpiTypes()

        Gets the list of ICustomizationKPIType objects.

        Getter method for the COM property "KPITypes"

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • kpiTypes

        java.lang.Object kpiTypes​(int index)
      • addKPIType

        com4j.Com4jObject addKPIType​(java.lang.String name,
                                     java.lang.String measureType,
                                     java.lang.String entityType)

        Creates a new CustomizationKPIType.

        Parameters:
        name - Mandatory java.lang.String parameter.
        measureType - Mandatory java.lang.String parameter.
        entityType - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • removeKPIType

        void removeKPIType​(java.lang.String name)

        Deletes the specified CustomizationKPIType.

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