Interface IBPComponent

    • Method Detail

      • component

        com4j.Com4jObject component()

        Get the Component object from which this BPComponent was created.

        Getter method for the COM property "Component"

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

        int order()

        The position of the BPComponent in the BusinessProcess (1-based).

        Getter method for the COM property "Order"

        Returns:
        Returns a value of type int
      • order

        void order​(int plVal)

        The position of the BPComponent in the BusinessProcess (1-based).

        Setter method for the COM property "Order"

        Parameters:
        plVal - Mandatory int parameter.
      • test

        com4j.Com4jObject test()

        The parent business process test.

        Getter method for the COM property "Test"

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

        String failureCondition()

        Indicates the behavior of the business process test if this component fails.

        Getter method for the COM property "FailureCondition"

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

        void failureCondition​(String pVal)

        Indicates the behavior of the business process test if this component fails.

        Setter method for the COM property "FailureCondition"

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

        String name()

        The name of the component from which this BPComponent was created.

        Getter method for the COM property "Name"

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

        com4j.Com4jObject group()

        The BPGroup to which this component belongs.

        Getter method for the COM property "Group"

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

        void groupId​(int rhs)

        For HP use. Property GroupID

        Setter method for the COM property "GroupId"

        Parameters:
        rhs - Mandatory int parameter.
      • bpParams

        IList bpParams()

        The list of the BPComponents parameters.

        Getter method for the COM property "BPParams"

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

        Object bpParams​(int index)
      • iterations

        IList iterations()

        The list of the BPComponents Iterations.

        Getter method for the COM property "Iterations"

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

        Object iterations​(int index)
      • addIteration

        com4j.Com4jObject addIteration()

        Adds an Iteration to the BPComponent.

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

        void deleteIteration​(com4j.Com4jObject pVal)

        Delete the specified BPIteration from the BPComponent.

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

        com4j.Com4jObject _AddBPParameter​(com4j.Com4jObject pComponentParam)
        Parameters:
        pComponentParam - Mandatory com4j.Com4jObject parameter.
        Returns:
        Returns a value of type com4j.Com4jObject