패키지 | 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, 03:17 PM Z