Interface IAssetRelation2
-
- All Superinterfaces:
com4j.Com4jObject
,IAssetRelation
,IBaseField
,IObjectLockingSupport
public interface IAssetRelation2 extends IAssetRelation
Represents a directed relation between two assets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
deletedAssetInfo()
A reference to this AssetRelation's DeletedAssetInfo object.boolean
isBroken()
Returns true if either object in the relation does not exist.-
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
-
isBroken
boolean isBroken()
Returns true if either object in the relation does not exist.
Getter method for the COM property "IsBroken"
- Returns:
- Returns a value of type boolean
-
deletedAssetInfo
com4j.Com4jObject deletedAssetInfo()
A reference to this AssetRelation's DeletedAssetInfo object.
Getter method for the COM property "DeletedAssetInfo"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-