ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.solutions.prm.domain 

IAsset  - AS3 Project Management

Paketcom.adobe.solutions.prm.domain
Schnittstellepublic interface IAsset
Umsetzer Asset

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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

Verwandte API-Elemente



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  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
[schreibgeschützt] This property refers to the workitem instance to which this asset is assigned.
IAsset
Eigenschaftendetails

file

Eigenschaft
file:File

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: 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.



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

Verwandte API-Elemente

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

id

Eigenschaft 
id:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This property defines the unique identifier for the asset.



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

Verwandte API-Elemente

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

thumbnailLarge

Eigenschaft 
thumbnailLarge:File

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: 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.



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

Verwandte API-Elemente

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

thumbnailSmall

Eigenschaft 
thumbnailSmall:File

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: 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.



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

Verwandte API-Elemente

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

type

Eigenschaft 
type:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: 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.



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

Verwandte API-Elemente

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

version

Eigenschaft 
version:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: 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.



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

Verwandte API-Elemente

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

vo

Eigenschaft 
vo:AssetVO

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



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

Verwandte API-Elemente

workItem

Eigenschaft 
workItem:IWorkItem  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get workItem():IWorkItem

Verwandte API-Elemente





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.