Interface ISupportAssetRelations
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
ISupportAssetRelations2
,ISupportAssetRelations3
public interface ISupportAssetRelations extends com4j.Com4jObject
Services for managing relations between Quality Center entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
assetRelationFactory()
The asset's AssetRelationsFactory object.java.lang.String
download(java.lang.String condition, int filterMask)
Downloads an asset and its related assets.IList
usedBy()
Returns the list of relations to assets that are using this asset or that are using user assets owned by this asset.java.lang.Object
usedBy(int index)
IList
using()
Returns the list of relations to assets used by this asset or by user assets owned by this asset.java.lang.Object
using(int index)
-
-
-
Method Detail
-
assetRelationFactory
com4j.Com4jObject assetRelationFactory()
The asset's AssetRelationsFactory object.
Getter method for the COM property "AssetRelationFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
download
java.lang.String download(java.lang.String condition, int filterMask)
Downloads an asset and its related assets.
- Parameters:
condition
- Mandatory java.lang.String parameter.filterMask
- Mandatory int parameter.- Returns:
- Returns a value of type java.lang.String
-
using
IList using()
Returns the list of relations to assets used by this asset or by user assets owned by this asset.
Getter method for the COM property "Using"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
using
java.lang.Object using(int index)
-
usedBy
IList usedBy()
Returns the list of relations to assets that are using this asset or that are using user assets owned by this asset.
Getter method for the COM property "UsedBy"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
usedBy
java.lang.Object usedBy(int index)
-
-