Interface IBPComponent
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IBPComponent extends IBaseFieldEx
An instance of a Component in a Business Process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
_AddBPParameter(com4j.Com4jObject pComponentParam)
com4j.Com4jObject
addIteration()
Adds an Iteration to the BPComponent.IList
bpParams()
The list of the BPComponents parameters.java.lang.Object
bpParams(int index)
com4j.Com4jObject
component()
Get the Component object from which this BPComponent was created.void
deleteIteration(com4j.Com4jObject pVal)
Delete the specified BPIteration from the BPComponent.java.lang.String
failureCondition()
Indicates the behavior of the business process test if this component fails.void
failureCondition(java.lang.String pVal)
Indicates the behavior of the business process test if this component fails.com4j.Com4jObject
group()
The BPGroup to which this component belongs.void
groupId(int rhs)
For HP use.IList
iterations()
The list of the BPComponents Iterations.java.lang.Object
iterations(int index)
java.lang.String
name()
The name of the component from which this BPComponent was created.int
order()
The position of the BPComponent in the BusinessProcess (1-based).void
order(int plVal)
The position of the BPComponent in the BusinessProcess (1-based).com4j.Com4jObject
test()
The parent business process test.-
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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
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
java.lang.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(java.lang.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
java.lang.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
java.lang.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
java.lang.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
-
-