Pacote | com.adobe.solutions.prm.domain |
Interface | public interface IAsset |
Implementadores | Asset |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Elementos da API relacionados
Propriedade | Definido por | ||
---|---|---|---|
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 [somente leitura]
This property refers to the workitem instance to which this asset is assigned. | IAsset |
file | propriedade |
file:File
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de 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.
Implementação
public function get file():File
public function set file(value:File):void
Elementos da API relacionados
id | propriedade |
id:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property defines the unique identifier for the asset.
Implementação
public function get id():String
public function set id(value:String):void
Elementos da API relacionados
thumbnailLarge | propriedade |
thumbnailLarge:File
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de 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.
Implementação
public function get thumbnailLarge():File
public function set thumbnailLarge(value:File):void
Elementos da API relacionados
thumbnailSmall | propriedade |
thumbnailSmall:File
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de 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.
Implementação
public function get thumbnailSmall():File
public function set thumbnailSmall(value:File):void
Elementos da API relacionados
type | propriedade |
type:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de 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.
Implementação
public function get type():String
public function set type(value:String):void
Elementos da API relacionados
version | propriedade |
version:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de 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.
Implementação
public function get version():String
public function set version(value:String):void
Elementos da API relacionados
vo | propriedade |
vo:AssetVO
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property refers to an instance of the asset value object.
Implementação
public function get vo():AssetVO
public function set vo(value:AssetVO):void
Elementos da API relacionados
workItem | propriedade |
workItem:IWorkItem
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property refers to the workitem instance to which this asset is assigned.
Implementação
public function get workItem():IWorkItem
Elementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z