Interface IComponent

    • Method Detail

      • componentParamFactory

        com4j.Com4jObject componentParamFactory()

        The component parameter factory.

        Getter method for the COM property "ComponentParamFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • name

        java.lang.String name()

        The Component's name.

        Getter method for the COM property "Name"

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

        void name​(java.lang.String pVal)

        The Component's name.

        Setter method for the COM property "Name"

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

        IList businessProcesses()

        The list of associated BusinessProcess objects.

        Returns:
        Returns a value of type otaclient.IList
      • businessProcesses

        java.lang.Object businessProcesses​(int index)
      • isIteratable

        boolean isIteratable()

        For backward compatibility with versions prior to 9.0.

        Getter method for the COM property "IsIteratable"

        Returns:
        Returns a value of type boolean
      • isIteratable

        void isIteratable​(boolean pVal)

        For backward compatibility with versions prior to 9.0.

        Setter method for the COM property "IsIteratable"

        Parameters:
        pVal - Mandatory boolean parameter.
      • isObsolete

        boolean isObsolete()

        Checks if the component has been marked deleted by a user but is still in use in a test.

        Getter method for the COM property "IsObsolete"

        Returns:
        Returns a value of type boolean
      • folder

        com4j.Com4jObject folder()

        The component's folder.

        Getter method for the COM property "Folder"

        Returns:
        Returns a value of type com4j.Com4jObject
      • hasScript

        boolean hasScript()

        Checks if the component is associated with a test script.

        Getter method for the COM property "HasScript"

        Returns:
        Returns a value of type boolean
      • hasPicture

        boolean hasPicture()

        Indicates if the component has a snapshot.

        Getter method for the COM property "HasPicture"

        Returns:
        Returns a value of type boolean
      • hasPicture

        void hasPicture​(boolean pvbVal)

        Indicates if the component has a snapshot.

        Setter method for the COM property "HasPicture"

        Parameters:
        pvbVal - Mandatory boolean parameter.
      • extendedStorage

        com4j.Com4jObject extendedStorage​(int nEntityType)

        The ExtendedStorage object for this component.

        Getter method for the COM property "ExtendedStorage"

        Parameters:
        nEntityType - Mandatory int parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • scriptType

        java.lang.String scriptType()

        The test script type.

        Getter method for the COM property "ScriptType"

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

        void scriptType​(java.lang.String pbsVal)

        The test script type.

        Setter method for the COM property "ScriptType"

        Parameters:
        pbsVal - Mandatory java.lang.String parameter.
      • deletePicture

        void deletePicture​(java.lang.String bsData)

        Deletes the snapshot.

        Parameters:
        bsData - Mandatory java.lang.String parameter.
      • componentStepFactory

        com4j.Com4jObject componentStepFactory()

        The ComponentStepFactory for this component

        Getter method for the COM property "ComponentStepFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • setStepsData

        void setStepsData()

        For backward compatibility with versions prior to 9.0. Wrap component's step in HTML format

      • applicationAreaID

        int applicationAreaID()

        The Component's linked application area ID.

        Getter method for the COM property "ApplicationAreaID"

        Returns:
        Returns a value of type int
      • applicationAreaID

        void applicationAreaID​(int pVal)

        The Component's linked application area ID.

        Setter method for the COM property "ApplicationAreaID"

        Parameters:
        pVal - Mandatory int parameter.