Paquete | com.adobe.mosaic.om.interfaces |
Interfaz | public interface IMetadata |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
IMetadata
interface provides methods for querying the metadata elements.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
categories : Array [solo lectura]
Retrieves the <Category> elements content from this XML node. | IMetadata | ||
createdBy : String [solo lectura]
Retrieves the <CreatedBy> element content from this XML node. | IMetadata | ||
createdDate : Date [solo lectura]
Retrieves the <CreatedDate> element content from this XML node. | IMetadata | ||
description : String [solo lectura]
Retrieves the <Description> element content, if any, from this XML node. | IMetadata | ||
modifiedBy : String [solo lectura]
Retrieves the <ModifiedBy> element content from this XML node. | IMetadata | ||
modifiedDate : Date [solo lectura]
Retrieves the <ModifiedDate> element content from this XML node. | IMetadata | ||
ownedBy : String [solo lectura]
Retrieves the <OwnedBy> element content from this XML node. | IMetadata | ||
tags : Array [solo lectura]
Retrieves the <Tag> elements content from this XML node. | IMetadata |
Información sobre propiedades
categories | propiedad |
categories:Array
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Category> elements content from this XML node.
Implementación
public function get categories():Array
createdBy | propiedad |
createdBy:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedBy> element content from this XML node.
Implementación
public function get createdBy():String
createdDate | propiedad |
createdDate:Date
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedDate> element content from this XML node.
Implementación
public function get createdDate():Date
description | propiedad |
description:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Description> element content, if any, from this XML node.
Implementación
public function get description():String
modifiedBy | propiedad |
modifiedBy:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedBy> element content from this XML node.
Implementación
public function get modifiedBy():String
modifiedDate | propiedad |
modifiedDate:Date
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedDate> element content from this XML node.
Implementación
public function get modifiedDate():Date
ownedBy | propiedad |
ownedBy:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Retrieves the <OwnedBy> element content from this XML node.
Implementación
public function get ownedBy():String
tags | propiedad |
tags:Array
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Tag> elements content from this XML node.
Implementación
public function get tags():Array
Tue Jun 12 2018, 02:12 PM Z