| 套件 | com.adobe.mosaic.om.interfaces |
| 介面 | public interface IService extends IMosaicNode , IInjectableValue |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
IService interface defines methods for retrieving service information.
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
![]() | childrenNodes : Array [唯讀]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | |
| className : String [唯讀]
The class name. | IService | ||
| classProperties : Array [唯讀]
The class properties. | IService | ||
| constructorArgs : Array [唯讀]
The constructor arguments. | IService | ||
| contentType : String [唯讀]
The content type. | IService | ||
| contentUri : String [唯讀]
The content URL. | IService | ||
| dependsInterfaces : Array [唯讀]
The list of the interfaces this service depends on. | IService | ||
| implementsInterfaces : Array [唯讀]
The list of the interfaces this service implements. | IService | ||
| initMethod : String [唯讀]
The initialization method. | IService | ||
| library : String [唯讀]
The name of the service library that this service is a member of. | IService | ||
| name : String [唯讀]
The service name from the metadata. | IService | ||
![]() | 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 | |
| referenceProperties : Array [唯讀]
The reference properties of the service
| IService | ||
| scope : String [唯讀]
he scope of the service. | IService | ||
![]() | uniqueID : String [唯讀]
Returns the generated unique ID of the node. | IMosaicNode | |
公用方法
| 方法 | 定義自 | ||
|---|---|---|---|
![]() |
Clones an IMosaicNode. | IMosaicNode | |
The name of the catalog this service belongs to. | IService | ||
![]() |
Resolves any reference elements that may be in the View, Panel, or Tile. | IMosaicNode | |
屬性詳細資訊
className | 屬性 |
classProperties | 屬性 |
constructorArgs | 屬性 |
contentType | 屬性 |
contentUri | 屬性 |
dependsInterfaces | 屬性 |
implementsInterfaces | 屬性 |
initMethod | 屬性 |
library | 屬性 |
name | 屬性 |
referenceProperties | 屬性 |
scope | 屬性 |
方法詳細資訊
getCatalog | () | 方法 |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
The name of the catalog this service belongs to.
參數
onSuccess:Function (default = null) — Specifies a function callback that takes in one parameter of type Event when the operation succeeded.
| |
onFailure:Function (default = null) — Specifies a function callback that takes in one parameter of type Event when the operation failed.
|
Tue Jun 12 2018, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性