Package | com.adobe.mosaic.om.interfaces |
Interface | public interface IMetadata |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
IMetadata
interface provides methods for querying the metadata elements.
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
categories : Array [lecture seule]
Retrieves the <Category> elements content from this XML node. | IMetadata | ||
createdBy : String [lecture seule]
Retrieves the <CreatedBy> element content from this XML node. | IMetadata | ||
createdDate : Date [lecture seule]
Retrieves the <CreatedDate> element content from this XML node. | IMetadata | ||
description : String [lecture seule]
Retrieves the <Description> element content, if any, from this XML node. | IMetadata | ||
modifiedBy : String [lecture seule]
Retrieves the <ModifiedBy> element content from this XML node. | IMetadata | ||
modifiedDate : Date [lecture seule]
Retrieves the <ModifiedDate> element content from this XML node. | IMetadata | ||
ownedBy : String [lecture seule]
Retrieves the <OwnedBy> element content from this XML node. | IMetadata | ||
tags : Array [lecture seule]
Retrieves the <Tag> elements content from this XML node. | IMetadata |
Détails de la propriété
categories | propriété |
categories:Array
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Category> elements content from this XML node.
Implémentation
public function get categories():Array
createdBy | propriété |
createdBy:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedBy> element content from this XML node.
Implémentation
public function get createdBy():String
createdDate | propriété |
createdDate:Date
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedDate> element content from this XML node.
Implémentation
public function get createdDate():Date
description | propriété |
description:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Description> element content, if any, from this XML node.
Implémentation
public function get description():String
modifiedBy | propriété |
modifiedBy:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedBy> element content from this XML node.
Implémentation
public function get modifiedBy():String
modifiedDate | propriété |
modifiedDate:Date
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedDate> element content from this XML node.
Implémentation
public function get modifiedDate():Date
ownedBy | propriété |
ownedBy:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Retrieves the <OwnedBy> element content from this XML node.
Implémentation
public function get ownedBy():String
tags | propriété |
tags:Array
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Tag> elements content from this XML node.
Implémentation
public function get tags():Array
Tue Jun 12 2018, 09:30 AM Z