Pacote | com.adobe.mosaic.om.interfaces |
Interface | public interface IServiceLibrary extends IMosaicNode |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
IServiceLibrary
interface defines methods for
retrieving service library information.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
childrenNodes : Array [somente leitura]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
contentType : String [somente leitura]
Gets the service library content type
| IServiceLibrary | ||
contentUri : String [somente leitura]
Gets the service library content uri
| IServiceLibrary | ||
name : String [somente leitura]
Gets the service library name
| IServiceLibrary | ||
nodeID : String [somente leitura]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [somente leitura]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [somente leitura]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [somente leitura]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
services : Array [somente leitura]
Gets the array of the services in this library
| IServiceLibrary | ||
uniqueID : String [somente leitura]
Returns the generated unique ID of the node. | IMosaicNode |
Métodos públicos
Detalhes da propriedade
contentType | propriedade |
contentType:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Gets the service library content type
Implementação
public function get contentType():String
contentUri | propriedade |
contentUri:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Gets the service library content uri
Implementação
public function get contentUri():String
name | propriedade |
name:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Gets the service library name
Implementação
public function get name():String
services | propriedade |
services:Array
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Gets the array of the services in this library
Implementação
public function get services():Array
Elementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z