| Pacote | com.adobe.mosaic.om.interfaces |
| Interface | public interface IMetadata |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
IMetadata interface provides methods for querying the metadata elements.
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| categories : Array [somente leitura]
Retrieves the <Category> elements content from this XML node. | IMetadata | ||
| createdBy : String [somente leitura]
Retrieves the <CreatedBy> element content from this XML node. | IMetadata | ||
| createdDate : Date [somente leitura]
Retrieves the <CreatedDate> element content from this XML node. | IMetadata | ||
| description : String [somente leitura]
Retrieves the <Description> element content, if any, from this XML node. | IMetadata | ||
| modifiedBy : String [somente leitura]
Retrieves the <ModifiedBy> element content from this XML node. | IMetadata | ||
| modifiedDate : Date [somente leitura]
Retrieves the <ModifiedDate> element content from this XML node. | IMetadata | ||
| ownedBy : String [somente leitura]
Retrieves the <OwnedBy> element content from this XML node. | IMetadata | ||
| tags : Array [somente leitura]
Retrieves the <Tag> elements content from this XML node. | IMetadata | ||
Detalhes da propriedade
categories | propriedade |
categories:Array [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Category> elements content from this XML node.
Implementação
public function get categories():ArraycreatedBy | propriedade |
createdBy:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedBy> element content from this XML node.
Implementação
public function get createdBy():StringcreatedDate | propriedade |
createdDate:Date [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedDate> element content from this XML node.
Implementação
public function get createdDate():Datedescription | propriedade |
description:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Description> element content, if any, from this XML node.
Implementação
public function get description():StringmodifiedBy | propriedade |
modifiedBy:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedBy> element content from this XML node.
Implementação
public function get modifiedBy():StringmodifiedDate | propriedade |
modifiedDate:Date [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedDate> element content from this XML node.
Implementação
public function get modifiedDate():DateownedBy | propriedade |
ownedBy:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <OwnedBy> element content from this XML node.
Implementação
public function get ownedBy():Stringtags | propriedade |
tags:Array [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Tag> elements content from this XML node.
Implementação
public function get tags():ArrayWed Jun 13 2018, 11:10 AM Z