包 | com.adobe.solutions.prm.domain |
接口 | public interface IAsset |
实现器 | Asset |
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
相关 API 元素
属性 | 由以下参数定义 | ||
---|---|---|---|
file : File
This property refers to an instance of the file object assigned to this asset. | IAsset | ||
id : String
This property defines the unique identifier for the asset. | IAsset | ||
thumbnailLarge : File
Defines the large-sized thumbnail for the content of an asset. | IAsset | ||
thumbnailSmall : File
Defines the small-sized thumbnail for the content of an asset. | IAsset | ||
type : String
Defines the type of asset. | IAsset | ||
version : String
Defines the version of an asset. | IAsset | ||
vo : AssetVO
This property refers to an instance of the asset value object. | IAsset | ||
workItem : IWorkItem [只读]
This property refers to the workitem instance to which this asset is assigned. | IAsset |
file | 属性 |
file:File
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This property refers to an instance of the file object assigned to this asset. This can also act as a placeholder, to which a collateral is assigned later.
实现
public function get file():File
public function set file(value:File):void
相关 API 元素
id | 属性 |
id:String
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This property defines the unique identifier for the asset.
实现
public function get id():String
public function set id(value:String):void
相关 API 元素
thumbnailLarge | 属性 |
thumbnailLarge:File
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Defines the large-sized thumbnail for the content of an asset. Since the thumbnails are generated asynchronously, a thumbnail may not be available immediately after submitting an asset.
实现
public function get thumbnailLarge():File
public function set thumbnailLarge(value:File):void
相关 API 元素
thumbnailSmall | 属性 |
thumbnailSmall:File
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Defines the small-sized thumbnail for the content of an asset. Since the thumbnails are generated asynchronously, a thumbnail may not be available immediately after submitting an asset.
实现
public function get thumbnailSmall():File
public function set thumbnailSmall(value:File):void
相关 API 元素
type | 属性 |
type:String
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Defines the type of asset. Custom values can be used to differentiate between different types of assets. This can be any arbitrary value. No value has been specified for a default implementation.
实现
public function get type():String
public function set type(value:String):void
相关 API 元素
version | 属性 |
version:String
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Defines the version of an asset. It can be any string value. The default implementation uses major version to represent an increment in the version, minor version is always. e.g. 1.0, 2.0 etc.
实现
public function get version():String
public function set version(value:String):void
相关 API 元素
vo | 属性 |
workItem | 属性 |
Tue Jun 12 2018, 11:04 AM Z