public interface IBusinessProcess extends ITest
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addBPComponent(com4j.Com4jObject pComponent)
Adds the specified Component to the test.
|
com4j.Com4jObject |
addGroup()
Adds an empty group of components to the test.
|
com4j.Com4jObject |
addRTParam()
Adds a runtime parameter to the test.
|
com4j.Com4jObject |
bpComponentByID(int nCompID)
Gets a BPComponent from the test by its ID.
|
IList |
bpComponents()
The list of BPComponents that belong to the test.
|
Object |
bpComponents(int index) |
com4j.Com4jObject |
bptHistory()
The test's history object.
|
void |
cancelDownloadPictures()
Cancels the download of the test component's pictures.
|
void |
deleteBPComponent(com4j.Com4jObject pBPComponent)
Delete the specified BPComponent from the test.
|
void |
deleteGroup(com4j.Com4jObject pBPGroup)
Delete the specified BPGroup from the test.
|
void |
deleteRTParam(com4j.Com4jObject pRTParam)
Delete the given RTParam from the test.
|
void |
downloadPictures()
Download the snapshots attached to the components of the test to the clients cache.
|
void |
downloadPicturesProgress(com4j.Holder<Integer> total,
com4j.Holder<Integer> current)
Reports the status of DownloadPictures.
|
com4j.Com4jObject |
groupByID(int nGroupID)
Gets a BPGroup from the test by its ID.
|
String |
htmlScript()
Not implemented.
|
void |
load()
Loads the BusinessProcess object and all of its dependencies into memory.
|
IList |
rtParameters()
The list of run time parameters for the test.
|
Object |
rtParameters(int index) |
void |
save()
Saves the BusinessProcess object and all of its dependencies.
|
checkoutPathIfExist, coverRequirement, designStepFactory, desStepsNum, execDate, execStatus, extendedStorage, fullPath, fullPathEx, getCoverList, getCoverList, hasCoverage, hasParam, ignoreDataHiding, ignoreDataHiding, lastRun, name, name, params, removeCoverage, templateTest, templateTest, type, type, vcs
mail
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
void load()
Loads the BusinessProcess object and all of its dependencies into memory.
void save()
Saves the BusinessProcess object and all of its dependencies.
IList rtParameters()
The list of run time parameters for the test.
Getter method for the COM property "RTParameters"
Object rtParameters(int index)
com4j.Com4jObject addRTParam()
Adds a runtime parameter to the test.
void deleteRTParam(com4j.Com4jObject pRTParam)
Delete the given RTParam from the test.
pRTParam
- Mandatory com4j.Com4jObject parameter.IList bpComponents()
The list of BPComponents that belong to the test.
Getter method for the COM property "BPComponents"
Object bpComponents(int index)
com4j.Com4jObject addBPComponent(com4j.Com4jObject pComponent)
Adds the specified Component to the test.
pComponent
- Mandatory com4j.Com4jObject parameter.void deleteBPComponent(com4j.Com4jObject pBPComponent)
Delete the specified BPComponent from the test.
pBPComponent
- Mandatory com4j.Com4jObject parameter.com4j.Com4jObject addGroup()
Adds an empty group of components to the test.
void deleteGroup(com4j.Com4jObject pBPGroup)
Delete the specified BPGroup from the test.
pBPGroup
- Mandatory com4j.Com4jObject parameter.com4j.Com4jObject groupByID(int nGroupID)
Gets a BPGroup from the test by its ID.
Getter method for the COM property "GroupByID"
nGroupID
- Mandatory int parameter.void downloadPictures()
Download the snapshots attached to the components of the test to the clients cache.
void downloadPicturesProgress(com4j.Holder<Integer> total, com4j.Holder<Integer> current)
Reports the status of DownloadPictures.
total
- Mandatory Holdercurrent
- Mandatory Holdervoid cancelDownloadPictures()
Cancels the download of the test component's pictures.
String htmlScript()
Not implemented.
Getter method for the COM property "HtmlScript"
com4j.Com4jObject bptHistory()
The test's history object.
Getter method for the COM property "BPTHistory"
com4j.Com4jObject bpComponentByID(int nCompID)
Gets a BPComponent from the test by its ID.
Getter method for the COM property "BPComponentByID"
nCompID
- Mandatory int parameter.Copyright © 2020. All rights reserved.