Interface IBusinessProcess6
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IBusinessProcess
,IBusinessProcess2
,IBusinessProcess3
,IBusinessProcess4
,IBusinessProcess5
,IObjectLockingSupport
,ITest
public interface IBusinessProcess6 extends IBusinessProcess5
Represents a single Business Process Test.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
generateXMLDescriptionForInstance(boolean showDesignSteps, int testInstId)
Generates an XML description of the BPT.-
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.IBusinessProcess4
areAllComponentsInTestSupportQTPAutomation, bpComponentFactory, bpOutputParamFactory, getBPIterParamsUsingTestParameters, getLastTimestamp, validateBusinessProcess
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBusinessProcess5
generateXMLDescription
-
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
-
generateXMLDescriptionForInstance
java.lang.String generateXMLDescriptionForInstance(boolean showDesignSteps, int testInstId)
Generates an XML description of the BPT.
- Parameters:
showDesignSteps
- Mandatory boolean parameter.testInstId
- Mandatory int parameter.- Returns:
- Returns a value of type java.lang.String
-
-