Interface IBPGroup
-
- All Superinterfaces:
com4j.Com4jObject
public interface IBPGroup extends com4j.Com4jObject
Deprecated. Use BPComponentFactory of IBPComponent2. 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.java.lang.Object
bpComponents(int index)
void
deleteBPComponent(com4j.Com4jObject pBPComponent)
Removes the specified business component from the group.int
id()
The group ID.
-
-
-
Method Detail
-
bpComponents
IList bpComponents()
The list of the BPComponents that belong to the group.
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
bpComponents
java.lang.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
-
-