| Pakiet | com.adobe.mosaic.om.interfaces |
| Interfejs | public interface IMetadata |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
IMetadata interface provides methods for querying the metadata elements.
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| categories : Array [tylko do odczytu]
Retrieves the <Category> elements content from this XML node. | IMetadata | ||
| createdBy : String [tylko do odczytu]
Retrieves the <CreatedBy> element content from this XML node. | IMetadata | ||
| createdDate : Date [tylko do odczytu]
Retrieves the <CreatedDate> element content from this XML node. | IMetadata | ||
| description : String [tylko do odczytu]
Retrieves the <Description> element content, if any, from this XML node. | IMetadata | ||
| modifiedBy : String [tylko do odczytu]
Retrieves the <ModifiedBy> element content from this XML node. | IMetadata | ||
| modifiedDate : Date [tylko do odczytu]
Retrieves the <ModifiedDate> element content from this XML node. | IMetadata | ||
| ownedBy : String [tylko do odczytu]
Retrieves the <OwnedBy> element content from this XML node. | IMetadata | ||
| tags : Array [tylko do odczytu]
Retrieves the <Tag> elements content from this XML node. | IMetadata | ||
Szczegół właściwości
categories | właściwość |
categories:Array [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Category> elements content from this XML node.
Implementacja
public function get categories():ArraycreatedBy | właściwość |
createdBy:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedBy> element content from this XML node.
Implementacja
public function get createdBy():StringcreatedDate | właściwość |
createdDate:Date [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves the <CreatedDate> element content from this XML node.
Implementacja
public function get createdDate():Datedescription | właściwość |
description:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Description> element content, if any, from this XML node.
Implementacja
public function get description():StringmodifiedBy | właściwość |
modifiedBy:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedBy> element content from this XML node.
Implementacja
public function get modifiedBy():StringmodifiedDate | właściwość |
modifiedDate:Date [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves the <ModifiedDate> element content from this XML node.
Implementacja
public function get modifiedDate():DateownedBy | właściwość |
ownedBy:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves the <OwnedBy> element content from this XML node.
Implementacja
public function get ownedBy():Stringtags | właściwość |
tags:Array [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves the <Tag> elements content from this XML node.
Implementacja
public function get tags():ArrayTue Jun 12 2018, 12:06 PM Z