| Paket | com.adobe.mosaic.om.interfaces |
| Arabirim | public interface IMetadata |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
IMetadata interface provides methods for querying the metadata elements.
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| categories : Array [salt okunur]
Retrieves the <Category> elements content from this XML node. | IMetadata | ||
| createdBy : String [salt okunur]
Retrieves the <CreatedBy> element content from this XML node. | IMetadata | ||
| createdDate : Date [salt okunur]
Retrieves the <CreatedDate> element content from this XML node. | IMetadata | ||
| description : String [salt okunur]
Retrieves the <Description> element content, if any, from this XML node. | IMetadata | ||
| modifiedBy : String [salt okunur]
Retrieves the <ModifiedBy> element content from this XML node. | IMetadata | ||
| modifiedDate : Date [salt okunur]
Retrieves the <ModifiedDate> element content from this XML node. | IMetadata | ||
| ownedBy : String [salt okunur]
Retrieves the <OwnedBy> element content from this XML node. | IMetadata | ||
| tags : Array [salt okunur]
Retrieves the <Tag> elements content from this XML node. | IMetadata | ||
Özellik Ayrıntısı
categories | özellik |
categories:Array [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Category> elements content from this XML node.
Uygulama
public function get categories():ArraycreatedBy | özellik |
createdBy:String [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedBy> element content from this XML node.
Uygulama
public function get createdBy():StringcreatedDate | özellik |
createdDate:Date [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedDate> element content from this XML node.
Uygulama
public function get createdDate():Datedescription | özellik |
description:String [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Description> element content, if any, from this XML node.
Uygulama
public function get description():StringmodifiedBy | özellik |
modifiedBy:String [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedBy> element content from this XML node.
Uygulama
public function get modifiedBy():StringmodifiedDate | özellik |
modifiedDate:Date [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedDate> element content from this XML node.
Uygulama
public function get modifiedDate():DateownedBy | özellik |
ownedBy:String [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Retrieves the <OwnedBy> element content from this XML node.
Uygulama
public function get ownedBy():Stringtags | özellik |
tags:Array [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Tag> elements content from this XML node.
Uygulama
public function get tags():ArrayTue Jun 12 2018, 01:09 PM Z