public interface RevisionAssetData
RevisionAssetData class.
Modifier and Type | Method and Description |
---|---|
void |
setImmediateParent(AssetId parentAssetId)
Method to add one parent at a time to the immediate parents list for a revision asset.
|
void setImmediateParent(AssetId parentAssetId) throws AssetAccessException
parentAssetId
- Asset Id of the parent assetAssetAccessException
- Anything goes wrong in deciding the group of the parent
asset or it is not of the same type as that is configured
in the asset definition.