public interface ISupportAssetRelations
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
assetRelationFactory()
The asset's AssetRelationsFactory object.
|
String |
download(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.
|
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.
|
Object |
using(int index) |
com4j.Com4jObject assetRelationFactory()
The asset's AssetRelationsFactory object.
Getter method for the COM property "AssetRelationFactory"
String download(String condition, int filterMask)
Downloads an asset and its related assets.
condition
- Mandatory java.lang.String parameter.filterMask
- Mandatory int parameter.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"
Object using(int index)
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"
Object usedBy(int index)
Copyright © 2020. All rights reserved.