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():Array
createdBy | 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():String
createdDate | 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():Date
description | 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():String
modifiedBy | 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():String
modifiedDate | 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():Date
ownedBy | 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():String
tags | 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():Array
Tue Jun 12 2018, 02:44 PM Z