Interface ISupportEntityTypes

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ISupportEntityTypes
    extends com4j.Com4jObject
    Provides services for entities that support entity types.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IList getTypedFields​(java.lang.String typeId)
      The list of fields for the given type.
      boolean isFieldRelevantToType​(java.lang.String field, java.lang.String typeId)
      Indicates whether the field is used in this type.
      boolean isFieldRequiredInType​(java.lang.String field, java.lang.String typeId)
      Indicates whether the field is required in this type.
      • Methods inherited from interface com4j.Com4jObject

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

      • getTypedFields

        IList getTypedFields​(java.lang.String typeId)

        The list of fields for the given type.

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

        boolean isFieldRelevantToType​(java.lang.String field,
                                      java.lang.String typeId)

        Indicates whether the field is used in this type.

        Parameters:
        field - Mandatory java.lang.String parameter.
        typeId - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type boolean
      • isFieldRequiredInType

        boolean isFieldRequiredInType​(java.lang.String field,
                                      java.lang.String typeId)

        Indicates whether the field is required in this type.

        Parameters:
        field - Mandatory java.lang.String parameter.
        typeId - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type boolean