包 | 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, 11:04 AM Z