| 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():ArraycreatedBy | 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():StringcreatedDate | 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():Datedescription | 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():StringmodifiedBy | 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():StringmodifiedDate | 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():DateownedBy | 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():Stringtags | 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():ArrayWed Jun 13 2018, 11:42 AM Z