ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.om.interfaces 

IMetadata  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic interface IMetadata

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The IMetadata interface provides methods for querying the metadata elements.



Public Properties
 PropertyDefined By
  categories : Array
[read-only] Retrieves the <Category> elements content from this XML node.
IMetadata
  createdBy : String
[read-only] Retrieves the <CreatedBy> element content from this XML node.
IMetadata
  createdDate : Date
[read-only] Retrieves the <CreatedDate> element content from this XML node.
IMetadata
  description : String
[read-only] Retrieves the <Description> element content, if any, from this XML node.
IMetadata
  modifiedBy : String
[read-only] Retrieves the <ModifiedBy> element content from this XML node.
IMetadata
  modifiedDate : Date
[read-only] Retrieves the <ModifiedDate> element content from this XML node.
IMetadata
  ownedBy : String
[read-only] Retrieves the <OwnedBy> element content from this XML node.
IMetadata
  tags : Array
[read-only] Retrieves the <Tag> elements content from this XML node.
IMetadata
Property Detail

categories

property
categories:Array  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Retrieves the <Category> elements content from this XML node.



Implementation
    public function get categories():Array

createdBy

property 
createdBy:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Retrieves the <CreatedBy> element content from this XML node.



Implementation
    public function get createdBy():String

createdDate

property 
createdDate:Date  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Retrieves the <CreatedDate> element content from this XML node.



Implementation
    public function get createdDate():Date

description

property 
description:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Retrieves the <Description> element content, if any, from this XML node.



Implementation
    public function get description():String

modifiedBy

property 
modifiedBy:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Retrieves the <ModifiedBy> element content from this XML node.



Implementation
    public function get modifiedBy():String

modifiedDate

property 
modifiedDate:Date  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Retrieves the <ModifiedDate> element content from this XML node.



Implementation
    public function get modifiedDate():Date

ownedBy

property 
ownedBy:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Retrieves the <OwnedBy> element content from this XML node.



Implementation
    public function get ownedBy():String

tags

property 
tags:Array  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Retrieves the <Tag> elements content from this XML node.



Implementation
    public function get tags():Array