Pakket | com.adobe.mosaic.om.interfaces |
Interface | public interface IMetadata |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
IMetadata
interface provides methods for querying the metadata elements.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
categories : Array [alleen-lezen]
Retrieves the <Category> elements content from this XML node. | IMetadata | ||
createdBy : String [alleen-lezen]
Retrieves the <CreatedBy> element content from this XML node. | IMetadata | ||
createdDate : Date [alleen-lezen]
Retrieves the <CreatedDate> element content from this XML node. | IMetadata | ||
description : String [alleen-lezen]
Retrieves the <Description> element content, if any, from this XML node. | IMetadata | ||
modifiedBy : String [alleen-lezen]
Retrieves the <ModifiedBy> element content from this XML node. | IMetadata | ||
modifiedDate : Date [alleen-lezen]
Retrieves the <ModifiedDate> element content from this XML node. | IMetadata | ||
ownedBy : String [alleen-lezen]
Retrieves the <OwnedBy> element content from this XML node. | IMetadata | ||
tags : Array [alleen-lezen]
Retrieves the <Tag> elements content from this XML node. | IMetadata |
Eigenschapdetails
categories | eigenschap |
categories:Array
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Category> elements content from this XML node.
Implementatie
public function get categories():Array
createdBy | eigenschap |
createdBy:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedBy> element content from this XML node.
Implementatie
public function get createdBy():String
createdDate | eigenschap |
createdDate:Date
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedDate> element content from this XML node.
Implementatie
public function get createdDate():Date
description | eigenschap |
description:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Description> element content, if any, from this XML node.
Implementatie
public function get description():String
modifiedBy | eigenschap |
modifiedBy:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedBy> element content from this XML node.
Implementatie
public function get modifiedBy():String
modifiedDate | eigenschap |
modifiedDate:Date
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedDate> element content from this XML node.
Implementatie
public function get modifiedDate():Date
ownedBy | eigenschap |
ownedBy:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Retrieves the <OwnedBy> element content from this XML node.
Implementatie
public function get ownedBy():String
tags | eigenschap |
tags:Array
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Tag> elements content from this XML node.
Implementatie
public function get tags():Array
Wed Jun 13 2018, 11:42 AM Z