Pakiet | com.adobe.mosaic.om.interfaces |
Interfejs | public interface IServiceLibrary extends IMosaicNode |
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 |
IServiceLibrary
interface defines methods for
retrieving service library information.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
childrenNodes : Array [tylko do odczytu]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
contentType : String [tylko do odczytu]
Gets the service library content type
| IServiceLibrary | ||
contentUri : String [tylko do odczytu]
Gets the service library content uri
| IServiceLibrary | ||
name : String [tylko do odczytu]
Gets the service library name
| IServiceLibrary | ||
nodeID : String [tylko do odczytu]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [tylko do odczytu]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [tylko do odczytu]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [tylko do odczytu]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
services : Array [tylko do odczytu]
Gets the array of the services in this library
| IServiceLibrary | ||
uniqueID : String [tylko do odczytu]
Returns the generated unique ID of the node. | IMosaicNode |
Metody publiczne
Szczegół właściwości
contentType | właściwość |
contentType: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 |
Gets the service library content type
Implementacja
public function get contentType():String
contentUri | właściwość |
contentUri: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 |
Gets the service library content uri
Implementacja
public function get contentUri():String
name | właściwość |
name: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 |
Gets the service library name
Implementacja
public function get name():String
services | właściwość |
services: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 |
Gets the array of the services in this library
Implementacja
public function get services():Array
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z