| Paket | com.adobe.mosaic.om.interfaces |
| Schnittstelle | public interface IMetadata |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
IMetadata interface provides methods for querying the metadata elements.
Öffentliche Eigenschaften
| Eigenschaft | Definiert von | ||
|---|---|---|---|
| categories : Array [schreibgeschützt]
Retrieves the <Category> elements content from this XML node. | IMetadata | ||
| createdBy : String [schreibgeschützt]
Retrieves the <CreatedBy> element content from this XML node. | IMetadata | ||
| createdDate : Date [schreibgeschützt]
Retrieves the <CreatedDate> element content from this XML node. | IMetadata | ||
| description : String [schreibgeschützt]
Retrieves the <Description> element content, if any, from this XML node. | IMetadata | ||
| modifiedBy : String [schreibgeschützt]
Retrieves the <ModifiedBy> element content from this XML node. | IMetadata | ||
| modifiedDate : Date [schreibgeschützt]
Retrieves the <ModifiedDate> element content from this XML node. | IMetadata | ||
| ownedBy : String [schreibgeschützt]
Retrieves the <OwnedBy> element content from this XML node. | IMetadata | ||
| tags : Array [schreibgeschützt]
Retrieves the <Tag> elements content from this XML node. | IMetadata | ||
Eigenschaftendetails
categories | Eigenschaft |
categories:Array [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Category> elements content from this XML node.
Implementierung
public function get categories():ArraycreatedBy | Eigenschaft |
createdBy:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedBy> element content from this XML node.
Implementierung
public function get createdBy():StringcreatedDate | Eigenschaft |
createdDate:Date [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedDate> element content from this XML node.
Implementierung
public function get createdDate():Datedescription | Eigenschaft |
description:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Description> element content, if any, from this XML node.
Implementierung
public function get description():StringmodifiedBy | Eigenschaft |
modifiedBy:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedBy> element content from this XML node.
Implementierung
public function get modifiedBy():StringmodifiedDate | Eigenschaft |
modifiedDate:Date [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedDate> element content from this XML node.
Implementierung
public function get modifiedDate():DateownedBy | Eigenschaft |
ownedBy:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Retrieves the <OwnedBy> element content from this XML node.
Implementierung
public function get ownedBy():Stringtags | Eigenschaft |
tags:Array [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Tag> elements content from this XML node.
Implementierung
public function get tags():ArrayTue Jun 12 2018, 10:04 AM Z