Interface IBPComponent2

    • Method Detail

      • bpIterationFactory

        com4j.Com4jObject bpIterationFactory()

        The BPIterationFactory for this Business Process Component.

        Getter method for the COM property "BPIterationFactory"

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

        com4j.Com4jObject bpParamFactory()

        The BPParamFactory for this Business Process Component.

        Getter method for the COM property "BPParamFactory"

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

        com4j.Com4jObject bpComponentFactory()

        The BPComponentFactory for this Business Process Component.

        Getter method for the COM property "BPComponentFactory"

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

        IList getPrecedingOutputBpParameters()

        For HP use. Get preceding out BP ouptut parameters.

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

        java.lang.Object getPrecedingOutputBpParameters​(int index)
      • iterationsCount

        int iterationsCount()

        For HP use. The number of iterations of the BPComponent.

        Getter method for the COM property "IterationsCount"

        Returns:
        Returns a value of type int
      • iterationsCount

        void iterationsCount​(int plVal)

        For HP use. The number of iterations of the BPComponent.

        Setter method for the COM property "IterationsCount"

        Parameters:
        plVal - Mandatory int parameter.
      • inBPParamsIdsWithIterationsMismatch

        IList inBPParamsIdsWithIterationsMismatch()

        For HP use. The IDs of the input BP Params that are referencing output parameters and their iterations mismatch

        Getter method for the COM property "InBPParamsIdsWithIterationsMismatch"

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

        java.lang.Object inBPParamsIdsWithIterationsMismatch​(int index)
      • inBPParamsIdsWithIterationsMismatch

        void inBPParamsIdsWithIterationsMismatch​(IList pList)

        For HP use. The IDs of the input BP Params that are referencing output parameters and their iterations mismatch

        Setter method for the COM property "InBPParamsIdsWithIterationsMismatch"

        Parameters:
        pList - Mandatory step.repository.alm.v16.otaclient.IList parameter.