public interface IBusinessProcess2 extends IBusinessProcess
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addFlowOutputParam(com4j.Com4jObject pSrcBPParam,
int iteration,
String name)
Adds a flow output parameter to the test.
|
void |
deleteFlowOutputParam(com4j.Com4jObject pShadowCompParam)
Deletes the flow output parameter from the test.
|
IList |
flowOutputParameters()
The list of flow output parameters for the test.
|
Object |
flowOutputParameters(int index) |
IList |
getParameterGroups(int groupLevel)
For HP use.
|
IList |
getRTParamOccurrences(com4j.Com4jObject pRTParam)
For HP use.
|
boolean |
hasDynamicDateParameterValue()
For HP use.
|
boolean |
isWithFlows()
For HP use.
|
boolean |
lockComponents()
For HP use.
|
void |
unlockALLComponents()
For HP use.
|
addBPComponent, addGroup, addRTParam, bpComponentByID, bpComponents, bpComponents, bptHistory, cancelDownloadPictures, deleteBPComponent, deleteGroup, deleteRTParam, downloadPictures, downloadPicturesProgress, groupByID, htmlScript, load, rtParameters, rtParameters, save
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
IList flowOutputParameters()
The list of flow output parameters for the test.
Getter method for the COM property "FlowOutputParameters"
Object flowOutputParameters(int index)
com4j.Com4jObject addFlowOutputParam(com4j.Com4jObject pSrcBPParam, int iteration, String name)
Adds a flow output parameter to the test.
pSrcBPParam
- Mandatory com4j.Com4jObject parameter.iteration
- Mandatory int parameter.name
- Mandatory java.lang.String parameter.void deleteFlowOutputParam(com4j.Com4jObject pShadowCompParam)
Deletes the flow output parameter from the test.
pShadowCompParam
- Mandatory com4j.Com4jObject parameter.boolean isWithFlows()
For HP use. Checks whether the test contains flows.
Getter method for the COM property "IsWithFlows"
boolean hasDynamicDateParameterValue()
For HP use. Checks whether the test contains at least one dynamic date parameters values.
Getter method for the COM property "HasDynamicDateParameterValue"
boolean lockComponents()
For HP use. Locks the test's components. Returns true on success.
Getter method for the COM property "LockComponents"
void unlockALLComponents()
For HP use. Unlocks the test's components
IList getParameterGroups(int groupLevel)
For HP use. Returns the runtime flow parameters. If groupLevel is 1, parameters are grouped by components. If groupLevel is 2,by iterations.
groupLevel
- Mandatory int parameter.IList getRTParamOccurrences(com4j.Com4jObject pRTParam)
For HP use. Returns the list of IComponent objects in which the IRTParam value is used.
pRTParam
- Mandatory com4j.Com4jObject parameter.Copyright © 2020. All rights reserved.