public interface IBPComponent extends IBaseFieldEx
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
_AddBPParameter(com4j.Com4jObject pComponentParam) |
com4j.Com4jObject |
addIteration()
Adds an Iteration to the BPComponent.
|
IList |
bpParams()
The list of the BPComponents parameters.
|
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.
|
String |
failureCondition()
Indicates the behavior of the business process test if this component fails.
|
void |
failureCondition(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.
|
Object |
iterations(int index) |
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.
|
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
com4j.Com4jObject component()
Get the Component object from which this BPComponent was created.
Getter method for the COM property "Component"
int order()
The position of the BPComponent in the BusinessProcess (1-based).
Getter method for the COM property "Order"
void order(int plVal)
The position of the BPComponent in the BusinessProcess (1-based).
Setter method for the COM property "Order"
plVal
- Mandatory int parameter.com4j.Com4jObject test()
The parent business process test.
Getter method for the COM property "Test"
String failureCondition()
Indicates the behavior of the business process test if this component fails.
Getter method for the COM property "FailureCondition"
void failureCondition(String pVal)
Indicates the behavior of the business process test if this component fails.
Setter method for the COM property "FailureCondition"
pVal
- Mandatory java.lang.String parameter.String name()
The name of the component from which this BPComponent was created.
Getter method for the COM property "Name"
com4j.Com4jObject group()
The BPGroup to which this component belongs.
Getter method for the COM property "Group"
void groupId(int rhs)
For HP use. Property GroupID
Setter method for the COM property "GroupId"
rhs
- Mandatory int parameter.IList bpParams()
The list of the BPComponents parameters.
Getter method for the COM property "BPParams"
Object bpParams(int index)
IList iterations()
The list of the BPComponents Iterations.
Getter method for the COM property "Iterations"
Object iterations(int index)
com4j.Com4jObject addIteration()
Adds an Iteration to the BPComponent.
void deleteIteration(com4j.Com4jObject pVal)
Delete the specified BPIteration from the BPComponent.
pVal
- Mandatory com4j.Com4jObject parameter.com4j.Com4jObject _AddBPParameter(com4j.Com4jObject pComponentParam)
pComponentParam
- Mandatory com4j.Com4jObject parameter.Copyright © 2020. All rights reserved.