Interface ISupportAssetRelations2
-
- All Superinterfaces:
com4j.Com4jObject
,ISupportAssetRelations
- All Known Subinterfaces:
ISupportAssetRelations3
public interface ISupportAssetRelations2 extends ISupportAssetRelations
Services for managing relations between Quality Center entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
containsBrokenRelation()
Returns true if the object is linked to an asset but the asset does not exist.DEPENDENCIES_TYPE
hasDependencies(boolean needRefresh)
Returns asset relation dependencies status.-
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.ISupportAssetRelations
assetRelationFactory, download, usedBy, usedBy, using, using
-
-
-
-
Method Detail
-
containsBrokenRelation
boolean containsBrokenRelation()
Returns true if the object is linked to an asset but the asset does not exist.
Getter method for the COM property "ContainsBrokenRelation"
- Returns:
- Returns a value of type boolean
-
hasDependencies
DEPENDENCIES_TYPE hasDependencies(boolean needRefresh)
Returns asset relation dependencies status.
- Parameters:
needRefresh
- Mandatory boolean parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.DEPENDENCIES_TYPE
-
-