Interface IBPComponent2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBPComponent
,IObjectLockingSupport
public interface IBPComponent2 extends IBPComponent
An instance of a Component in a Business Process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
bpComponentFactory()
The BPComponentFactory for this Business Process Component.com4j.Com4jObject
bpIterationFactory()
The BPIterationFactory for this Business Process Component.com4j.Com4jObject
bpParamFactory()
The BPParamFactory for this Business Process Component.IList
getPrecedingOutputBpParameters()
For HP use.java.lang.Object
getPrecedingOutputBpParameters(int index)
IList
inBPParamsIdsWithIterationsMismatch()
For HP use.java.lang.Object
inBPParamsIdsWithIterationsMismatch(int index)
void
inBPParamsIdsWithIterationsMismatch(IList pList)
For HP use.int
iterationsCount()
For HP use.void
iterationsCount(int plVal)
For HP use.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBPComponent
_AddBPParameter, addIteration, bpParams, bpParams, component, deleteIteration, failureCondition, failureCondition, group, groupId, iterations, iterations, name, order, order, test
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
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.
-
-