ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
Filters: Retrieving Data from Server...
Retrieving Data from Server...
com.adobe.solutions.prm.domain 

IAsset  - AS3 Project Management

Packagecom.adobe.solutions.prm.domain
Interfacepublic interface IAsset
Implementors Asset

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

An interface for defining an asset domain object. This asset is assigned to a workitem.

Related API Elements



Public Properties
 PropertyDefined By
  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
[read-only] This property refers to the workitem instance to which this asset is assigned.
IAsset
Property Detail

file

property
file:File

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: 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.



Implementation
    public function get file():File
    public function set file(value:File):void

Related API Elements

com.adobe.solutions.prm.vo.AssetVO.file

id

property 
id:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This property defines the unique identifier for the asset.



Implementation
    public function get id():String
    public function set id(value:String):void

Related API Elements

com.adobe.solutions.prm.vo.AssetVO.id

thumbnailLarge

property 
thumbnailLarge:File

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: 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.



Implementation
    public function get thumbnailLarge():File
    public function set thumbnailLarge(value:File):void

Related API Elements

com.adobe.solutions.prm.vo.AssetVO.thumbnailLarge

thumbnailSmall

property 
thumbnailSmall:File

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: 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.



Implementation
    public function get thumbnailSmall():File
    public function set thumbnailSmall(value:File):void

Related API Elements

com.adobe.solutions.prm.vo.AssetVO.thumbnailSmall

type

property 
type:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: 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.



Implementation
    public function get type():String
    public function set type(value:String):void

Related API Elements

com.adobe.solutions.prm.vo.AssetVO.type

version

property 
version:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: 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.



Implementation
    public function get version():String
    public function set version(value:String):void

Related API Elements

com.adobe.solutions.prm.vo.AssetVO.version

vo

property 
vo:AssetVO

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This property refers to an instance of the asset value object.



Implementation
    public function get vo():AssetVO
    public function set vo(value:AssetVO):void

Related API Elements

workItem

property 
workItem:IWorkItem  [read-only]

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This property refers to the workitem instance to which this asset is assigned.



Implementation
    public function get workItem():IWorkItem

Related API Elements