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():Array
createdBy | 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():String
createdDate | 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():Date
description | 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():String
modifiedBy | 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():String
modifiedDate | 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():Date
ownedBy | 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():String
tags | 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():Array
Tue Jun 12 2018, 12:06 PM Z