Pacchetto | com.adobe.mosaic.om.interfaces |
Interfaccia | public interface IServiceLibrary extends IMosaicNode |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
IServiceLibrary
interface defines methods for
retrieving service library information.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
childrenNodes : Array [sola lettura]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
contentType : String [sola lettura]
Gets the service library content type
| IServiceLibrary | ||
contentUri : String [sola lettura]
Gets the service library content uri
| IServiceLibrary | ||
name : String [sola lettura]
Gets the service library name
| IServiceLibrary | ||
nodeID : String [sola lettura]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [sola lettura]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [sola lettura]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [sola lettura]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
services : Array [sola lettura]
Gets the array of the services in this library
| IServiceLibrary | ||
uniqueID : String [sola lettura]
Returns the generated unique ID of the node. | IMosaicNode |
Metodi pubblici
Descrizione delle proprietà
contentType | proprietà |
contentType:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Gets the service library content type
Implementazione
public function get contentType():String
contentUri | proprietà |
contentUri:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Gets the service library content uri
Implementazione
public function get contentUri():String
name | proprietà |
services | proprietà |
services:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Gets the array of the services in this library
Implementazione
public function get services():Array
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z