Interface IBPGroup

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IBPGroup
    extends com4j.Com4jObject
    Support for grouping business components so that they iterate as a unit.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addBPComponent​(com4j.Com4jObject pBPComponent)
      Adds the specified business component to the group.
      IList bpComponents()
      The list of the BPComponents that belong to the group.
      Object bpComponents​(int index)  
      void deleteBPComponent​(com4j.Com4jObject pBPComponent)
      Removes the specified business component from the group.
      int id()
      The group ID.
      • Methods inherited from interface com4j.Com4jObject

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

      • bpComponents

        IList bpComponents()

        The list of the BPComponents that belong to the group.

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

        Object bpComponents​(int index)
      • addBPComponent

        void addBPComponent​(com4j.Com4jObject pBPComponent)

        Adds the specified business component to the group.

        Parameters:
        pBPComponent - Mandatory com4j.Com4jObject parameter.
      • deleteBPComponent

        void deleteBPComponent​(com4j.Com4jObject pBPComponent)

        Removes the specified business component from the group.

        Parameters:
        pBPComponent - Mandatory com4j.Com4jObject parameter.
      • id

        int id()

        The group ID.

        Getter method for the COM property "ID"

        Returns:
        Returns a value of type int