| Пакет | 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 | свойство |
vo:AssetVO| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Project Management Building Block 10.0 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This property refers to an instance of the asset value object.
Реализация
public function get vo():AssetVO public function set vo(value:AssetVO):voidСвязанные элементы API
workItem | свойство |
workItem:IWorkItem [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Project Management Building Block 10.0 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This property refers to the workitem instance to which this asset is assigned.
Реализация
public function get workItem():IWorkItemСвязанные элементы API
Tue Jun 12 2018, 11:34 AM Z