패키지 | 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, 03:17 PM Z