Paket | com.adobe.mosaic.om.interfaces |
Gränssnitt | public interface IServiceLibrary extends IMosaicNode |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
IServiceLibrary
interface defines methods for
retrieving service library information.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
childrenNodes : Array [skrivskyddad]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
contentType : String [skrivskyddad]
Gets the service library content type
| IServiceLibrary | ||
contentUri : String [skrivskyddad]
Gets the service library content uri
| IServiceLibrary | ||
name : String [skrivskyddad]
Gets the service library name
| IServiceLibrary | ||
nodeID : String [skrivskyddad]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [skrivskyddad]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [skrivskyddad]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [skrivskyddad]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
services : Array [skrivskyddad]
Gets the array of the services in this library
| IServiceLibrary | ||
uniqueID : String [skrivskyddad]
Returns the generated unique ID of the node. | IMosaicNode |
Publika metoder
Egenskapsdetaljer
contentType | egenskap |
contentType:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Gets the service library content type
Implementering
public function get contentType():String
contentUri | egenskap |
contentUri:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Gets the service library content uri
Implementering
public function get contentUri():String
name | egenskap |
services | egenskap |
services:Array
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Gets the array of the services in this library
Implementering
public function get services():Array
Relaterade API-element
Tue Jun 12 2018, 01:40 PM Z