패키지 | 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, 03:17 PM Z