パッケージ | 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 | プロパティ |
implementsInterfaces:Array
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
実装
public function get implementsInterfaces():Array
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, 10:34 AM Z