| Pacchetto | com.adobe.mosaic.om.interfaces |
| Interfaccia | public interface IMetadata |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
IMetadata interface provides methods for querying the metadata elements.
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| categories : Array [sola lettura]
Retrieves the <Category> elements content from this XML node. | IMetadata | ||
| createdBy : String [sola lettura]
Retrieves the <CreatedBy> element content from this XML node. | IMetadata | ||
| createdDate : Date [sola lettura]
Retrieves the <CreatedDate> element content from this XML node. | IMetadata | ||
| description : String [sola lettura]
Retrieves the <Description> element content, if any, from this XML node. | IMetadata | ||
| modifiedBy : String [sola lettura]
Retrieves the <ModifiedBy> element content from this XML node. | IMetadata | ||
| modifiedDate : Date [sola lettura]
Retrieves the <ModifiedDate> element content from this XML node. | IMetadata | ||
| ownedBy : String [sola lettura]
Retrieves the <OwnedBy> element content from this XML node. | IMetadata | ||
| tags : Array [sola lettura]
Retrieves the <Tag> elements content from this XML node. | IMetadata | ||
Descrizione delle proprietà
categories | proprietà |
categories:Array [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Category> elements content from this XML node.
Implementazione
public function get categories():ArraycreatedBy | proprietà |
createdBy:String [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedBy> element content from this XML node.
Implementazione
public function get createdBy():StringcreatedDate | proprietà |
createdDate:Date [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedDate> element content from this XML node.
Implementazione
public function get createdDate():Datedescription | proprietà |
description:String [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Description> element content, if any, from this XML node.
Implementazione
public function get description():StringmodifiedBy | proprietà |
modifiedBy:String [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedBy> element content from this XML node.
Implementazione
public function get modifiedBy():StringmodifiedDate | proprietà |
modifiedDate:Date [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedDate> element content from this XML node.
Implementazione
public function get modifiedDate():DateownedBy | proprietà |
ownedBy:String [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <OwnedBy> element content from this XML node.
Implementazione
public function get ownedBy():Stringtags | proprietà |
tags:Array [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Tag> elements content from this XML node.
Implementazione
public function get tags():ArrayTue Jun 12 2018, 02:44 PM Z