Pacchetto | com.adobe.solutions.prm.domain |
Interfaccia | public interface IAsset |
Implementatori | Asset |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
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 [sola lettura]
This property refers to the workitem instance to which this asset is assigned. | IAsset |
file | proprietà |
file:File
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | 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.
Implementazione
public function get file():File
public function set file(value:File):void
Elementi API correlati
id | proprietà |
id:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property defines the unique identifier for the asset.
Implementazione
public function get id():String
public function set id(value:String):void
Elementi API correlati
thumbnailLarge | proprietà |
thumbnailLarge:File
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | 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.
Implementazione
public function get thumbnailLarge():File
public function set thumbnailLarge(value:File):void
Elementi API correlati
thumbnailSmall | proprietà |
thumbnailSmall:File
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | 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.
Implementazione
public function get thumbnailSmall():File
public function set thumbnailSmall(value:File):void
Elementi API correlati
type | proprietà |
type:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | 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.
Implementazione
public function get type():String
public function set type(value:String):void
Elementi API correlati
version | proprietà |
version:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | 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.
Implementazione
public function get version():String
public function set version(value:String):void
Elementi API correlati
vo | proprietà |
vo:AssetVO
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property refers to an instance of the asset value object.
Implementazione
public function get vo():AssetVO
public function set vo(value:AssetVO):void
Elementi API correlati
workItem | proprietà |
workItem:IWorkItem
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property refers to the workitem instance to which this asset is assigned.
Implementazione
public function get workItem():IWorkItem
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z