| Пакет | com.adobe.mosaic.om.interfaces |
| Интерфейс | public interface IMetadata |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
IMetadata interface provides methods for querying the metadata elements.
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
| categories : Array [только для чтения]
Retrieves the <Category> elements content from this XML node. | IMetadata | ||
| createdBy : String [только для чтения]
Retrieves the <CreatedBy> element content from this XML node. | IMetadata | ||
| createdDate : Date [только для чтения]
Retrieves the <CreatedDate> element content from this XML node. | IMetadata | ||
| description : String [только для чтения]
Retrieves the <Description> element content, if any, from this XML node. | IMetadata | ||
| modifiedBy : String [только для чтения]
Retrieves the <ModifiedBy> element content from this XML node. | IMetadata | ||
| modifiedDate : Date [только для чтения]
Retrieves the <ModifiedDate> element content from this XML node. | IMetadata | ||
| ownedBy : String [только для чтения]
Retrieves the <OwnedBy> element content from this XML node. | IMetadata | ||
| tags : Array [только для чтения]
Retrieves the <Tag> elements content from this XML node. | IMetadata | ||
Сведения о свойстве
categories | свойство |
categories:Array [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Category> elements content from this XML node.
Реализация
public function get categories():ArraycreatedBy | свойство |
createdBy:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedBy> element content from this XML node.
Реализация
public function get createdBy():StringcreatedDate | свойство |
createdDate:Date [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedDate> element content from this XML node.
Реализация
public function get createdDate():Datedescription | свойство |
description:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Description> element content, if any, from this XML node.
Реализация
public function get description():StringmodifiedBy | свойство |
modifiedBy:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedBy> element content from this XML node.
Реализация
public function get modifiedBy():StringmodifiedDate | свойство |
modifiedDate:Date [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedDate> element content from this XML node.
Реализация
public function get modifiedDate():DateownedBy | свойство |
ownedBy:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Retrieves the <OwnedBy> element content from this XML node.
Реализация
public function get ownedBy():Stringtags | свойство |
tags:Array [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Tag> elements content from this XML node.
Реализация
public function get tags():ArrayTue Jun 12 2018, 11:34 AM Z