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