Interface IBusinessProcess4
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IBusinessProcess
,IBusinessProcess2
,IBusinessProcess3
,IObjectLockingSupport
,ITest
- All Known Subinterfaces:
IBusinessProcess5
,IBusinessProcess6
public interface IBusinessProcess4 extends IBusinessProcess3
Represents a single Business Process Test.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
areAllComponentsInTestSupportQTPAutomation()
For HP use.com4j.Com4jObject
bpComponentFactory()
The BPComponentFactory for this Business Process Test.com4j.Com4jObject
bpOutputParamFactory()
The BPOutputParamFactory for this Business Process Test.IList
getBPIterParamsUsingTestParameters(IList testParamIdsList)
For HP use.java.lang.String
getLastTimestamp(java.lang.String componentFieldName)
The Last Update Timestamp for this Business Process Test.java.lang.String
validateBusinessProcess()
Get A String containing faulty parts of the business process-
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.IBaseFieldExMail
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBusinessProcess
addBPComponent, addGroup, addRTParam, bpComponentByID, bpComponents, bpComponents, bptHistory, cancelDownloadPictures, deleteBPComponent, deleteGroup, deleteRTParam, downloadPictures, downloadPicturesProgress, groupByID, htmlScript, load, rtParameters, rtParameters, save
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBusinessProcess2
addFlowOutputParam, deleteFlowOutputParam, flowOutputParameters, flowOutputParameters, getParameterGroups, getRTParamOccurrences, hasDynamicDateParameterValue, isWithFlows, lockComponents, unlockALLComponents
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBusinessProcess3
alertTestsOnChangeDetected, deleteChangeDetectionAlert, getShadowComponent, unload
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITest
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
-
-
-
-
Method Detail
-
bpComponentFactory
com4j.Com4jObject bpComponentFactory()
The BPComponentFactory for this Business Process Test.
Getter method for the COM property "BPComponentFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
bpOutputParamFactory
com4j.Com4jObject bpOutputParamFactory()
The BPOutputParamFactory for this Business Process Test.
Getter method for the COM property "BPOutputParamFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
getLastTimestamp
java.lang.String getLastTimestamp(java.lang.String componentFieldName)
The Last Update Timestamp for this Business Process Test. according to specified componentFieldName
- Parameters:
componentFieldName
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type java.lang.String
-
areAllComponentsInTestSupportQTPAutomation
boolean areAllComponentsInTestSupportQTPAutomation()
For HP use. Checks if all the components in the test support QTP automation.Returns false if there are no components in the test.
Getter method for the COM property "AreAllComponentsInTestSupportQTPAutomation"
- Returns:
- Returns a value of type boolean
-
validateBusinessProcess
java.lang.String validateBusinessProcess()
Get A String containing faulty parts of the business process
- Returns:
- Returns a value of type java.lang.String
-
getBPIterParamsUsingTestParameters
IList getBPIterParamsUsingTestParameters(IList testParamIdsList)
For HP use. For each test parameter get a list of bp iter param ids promoted to it
- Parameters:
testParamIdsList
- Mandatory step.repository.alm.v16.otaclient.IList parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-