Pakket | com.adobe.mosaic.om.interfaces |
Interface | public interface IServiceLibrary extends IMosaicNode |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
IServiceLibrary
interface defines methods for
retrieving service library information.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
childrenNodes : Array [alleen-lezen]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
contentType : String [alleen-lezen]
Gets the service library content type
| IServiceLibrary | ||
contentUri : String [alleen-lezen]
Gets the service library content uri
| IServiceLibrary | ||
name : String [alleen-lezen]
Gets the service library name
| IServiceLibrary | ||
nodeID : String [alleen-lezen]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [alleen-lezen]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [alleen-lezen]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [alleen-lezen]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
services : Array [alleen-lezen]
Gets the array of the services in this library
| IServiceLibrary | ||
uniqueID : String [alleen-lezen]
Returns the generated unique ID of the node. | IMosaicNode |
Openbare methoden
Eigenschapdetails
contentType | eigenschap |
contentType:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Gets the service library content type
Implementatie
public function get contentType():String
contentUri | eigenschap |
name | eigenschap |
services | eigenschap |
services:Array
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Gets the array of the services in this library
Implementatie
public function get services():Array
Verwante API-elementen
Wed Jun 13 2018, 11:42 AM Z