| 包 | 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 | 属性 |
createdBy | 属性 |
createdDate | 属性 |
description | 属性 |
modifiedBy | 属性 |
modifiedDate | 属性 |
ownedBy | 属性 |
tags | 属性 |
Tue Jun 12 2018, 11:04 AM Z