Interface IBPIteration

    • Method Detail

      • bpComponent

        com4j.Com4jObject bpComponent()

        The BPComponent object of which this an iteration.

        Getter method for the COM property "BPComponent"

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

        IList iterationParams()

        Deprecated. Use BPIterationParamFactory of IBPIteration2. The list of BPIterationParam objects associated with this iteration.

        Getter method for the COM property "IterationParams"

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

        java.lang.Object iterationParams​(int index)
      • addParam

        com4j.Com4jObject addParam​(com4j.Com4jObject pVal)

        Deprecated. Use BPIterationParamFactory of IBPIteration2. Add the specified BPParameter Object to the iteration.

        Parameters:
        pVal - Mandatory com4j.Com4jObject parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • deleteParam

        void deleteParam​(com4j.Com4jObject pVal)

        Deprecated. Use BPIterationParamFactory of IBPIteration2. Delete the specified BPParameter from the iteration.

        Parameters:
        pVal - Mandatory com4j.Com4jObject parameter.
      • deleteIterationParams

        void deleteIterationParams()

        Deprecated. Use BPIterationParamFactory of IBPIteration2. Delete all the parameters from the iteration.

      • order

        int order()

        The 0-based execution position of this iteration in the set of iterations of this component.

        Getter method for the COM property "Order"

        Returns:
        Returns a value of type int
      • order

        void order​(int pVal)

        The 0-based execution position of this iteration in the set of iterations of this component.

        Setter method for the COM property "Order"

        Parameters:
        pVal - Mandatory int parameter.