Interface IBPMLink
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IBPMLink extends IBaseField
For HP use. Represents a bpm link association between two requirements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
fromReq()
The requirement from which the bpm link association is defined.com4j.Com4jObject
toReq()
The requirement to which the bpm link association is defined.-
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.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
fromReq
com4j.Com4jObject fromReq()
The requirement from which the bpm link association is defined.
Getter method for the COM property "FromReq"
- Returns:
- Returns a value of type com4j.Com4jObject
-
toReq
com4j.Com4jObject toReq()
The requirement to which the bpm link association is defined.
Getter method for the COM property "ToReq"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-