Paket | com.adobe.mosaic.om.interfaces |
Arabirim | public interface IServiceLibrary extends IMosaicNode |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
IServiceLibrary
interface defines methods for
retrieving service library information.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
childrenNodes : Array [salt okunur]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
contentType : String [salt okunur]
Gets the service library content type
| IServiceLibrary | ||
contentUri : String [salt okunur]
Gets the service library content uri
| IServiceLibrary | ||
name : String [salt okunur]
Gets the service library name
| IServiceLibrary | ||
nodeID : String [salt okunur]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [salt okunur]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [salt okunur]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [salt okunur]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
services : Array [salt okunur]
Gets the array of the services in this library
| IServiceLibrary | ||
uniqueID : String [salt okunur]
Returns the generated unique ID of the node. | IMosaicNode |
Özellik Ayrıntısı
contentType | özellik |
contentType:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Gets the service library content type
Uygulama
public function get contentType():String
contentUri | özellik |
contentUri:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Gets the service library content uri
Uygulama
public function get contentUri():String
name | özellik |
services | özellik |
services:Array
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Gets the array of the services in this library
Uygulama
public function get services():Array
İlgili API Öğeleri
Tue Jun 12 2018, 01:09 PM Z