Interface ICustomizationTypes

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICustomizationTypes
    extends com4j.Com4jObject
    A collection of Customization types of a specific entity. For example, the types of the requirement entity.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject addCustomizationType​(int entityType, java.lang.String name, int createAsTypeId)
      Adds a new CustomizationType to the specified entity.
      com4j.Com4jObject getDefaultSubtype​(java.lang.String entityType)
      Returns the CustomizationSubtype Of The Default Subtype
      com4j.Com4jObject getEntityCustomizationSubtype​(java.lang.String entityType, java.lang.String customizationSubtypeId)
      Returns the CustomizationSubtype with the specified ID.
      IList getEntityCustomizationSubtypes​(java.lang.String entityType)
      Returns the list of all CustomizationSubtypes for the specified entity.
      com4j.Com4jObject getEntityCustomizationType​(int entityType, int customizationTypeId)
      Gets the CustomizationType with the specified ID.
      IList getEntityCustomizationTypes​(int entityType)
      Gets the list of all CustomizationTypes for the specified entity.
      void removeCustomizationType​(int entityType, int customizationTypeId)
      Removes the CustomizationType with the specified ID from the specified entity.
      • Methods inherited from interface com4j.Com4jObject

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

      • addCustomizationType

        com4j.Com4jObject addCustomizationType​(int entityType,
                                               java.lang.String name,
                                               int createAsTypeId)

        Adds a new CustomizationType to the specified entity.

        Parameters:
        entityType - Mandatory int parameter.
        name - Mandatory java.lang.String parameter.
        createAsTypeId - Mandatory int parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • removeCustomizationType

        void removeCustomizationType​(int entityType,
                                     int customizationTypeId)

        Removes the CustomizationType with the specified ID from the specified entity.

        Parameters:
        entityType - Mandatory int parameter.
        customizationTypeId - Mandatory int parameter.
      • getEntityCustomizationTypes

        IList getEntityCustomizationTypes​(int entityType)

        Gets the list of all CustomizationTypes for the specified entity.

        Parameters:
        entityType - Mandatory int parameter.
        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • getEntityCustomizationType

        com4j.Com4jObject getEntityCustomizationType​(int entityType,
                                                     int customizationTypeId)

        Gets the CustomizationType with the specified ID.

        Parameters:
        entityType - Mandatory int parameter.
        customizationTypeId - Mandatory int parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • getEntityCustomizationSubtypes

        IList getEntityCustomizationSubtypes​(java.lang.String entityType)

        Returns the list of all CustomizationSubtypes for the specified entity.

        Parameters:
        entityType - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • getEntityCustomizationSubtype

        com4j.Com4jObject getEntityCustomizationSubtype​(java.lang.String entityType,
                                                        java.lang.String customizationSubtypeId)

        Returns the CustomizationSubtype with the specified ID.

        Parameters:
        entityType - Mandatory java.lang.String parameter.
        customizationSubtypeId - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • getDefaultSubtype

        com4j.Com4jObject getDefaultSubtype​(java.lang.String entityType)

        Returns the CustomizationSubtype Of The Default Subtype

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