Package step.repository.alm.otaclient
Interface IBusinessProcess3
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IBusinessProcess
,IBusinessProcess2
,IObjectLockingSupport
,ITest
public interface IBusinessProcess3 extends IBusinessProcess2
Represents a single Business Process Test.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
alertTestsOnChangeDetected()
Adds an alert to all tests that contain components that represent the same screen as any of the components in which a change is detected.void
deleteChangeDetectionAlert()
Deletes any change detection alert that is active for the Business Process.com4j.Com4jObject
getShadowComponent()
For HP use.void
unload()
Unloads the BusinessProcess object dependencies from memory.-
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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldExMail
mail
-
Methods inherited from interface step.repository.alm.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.otaclient.IBusinessProcess2
addFlowOutputParam, deleteFlowOutputParam, flowOutputParameters, flowOutputParameters, getParameterGroups, getRTParamOccurrences, hasDynamicDateParameterValue, isWithFlows, lockComponents, unlockALLComponents
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
Methods inherited from interface step.repository.alm.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
-
alertTestsOnChangeDetected
void alertTestsOnChangeDetected()
Adds an alert to all tests that contain components that represent the same screen as any of the components in which a change is detected.
-
deleteChangeDetectionAlert
void deleteChangeDetectionAlert()
Deletes any change detection alert that is active for the Business Process.
-
getShadowComponent
com4j.Com4jObject getShadowComponent()
For HP use. Get the IComponent that represents the component of this Flow.
- Returns:
- Returns a value of type com4j.Com4jObject
-
unload
void unload()
Unloads the BusinessProcess object dependencies from memory.
-
-