包 | com.adobe.mosaic.om.interfaces |
接口 | public interface IServiceLibrary extends IMosaicNode |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
IServiceLibrary
interface defines methods for
retrieving service library information.
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
childrenNodes : Array [只读]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
contentType : String [只读]
Gets the service library content type
| IServiceLibrary | ||
contentUri : String [只读]
Gets the service library content uri
| IServiceLibrary | ||
name : String [只读]
Gets the service library name
| IServiceLibrary | ||
nodeID : String [只读]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [只读]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [只读]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [只读]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
services : Array [只读]
Gets the array of the services in this library
| IServiceLibrary | ||
uniqueID : String [只读]
Returns the generated unique ID of the node. | IMosaicNode |
属性详细信息
contentType | 属性 |
contentUri | 属性 |
name | 属性 |
services | 属性 |
Tue Jun 12 2018, 11:04 AM Z