Paket | com.adobe.mosaic.om.interfaces |
Arabirim | public interface IService extends IMosaicNode , IInjectableValue |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
IService
interface defines methods for retrieving service information.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
childrenNodes : Array [salt okunur]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
className : String [salt okunur]
The class name. | IService | ||
classProperties : Array [salt okunur]
The class properties. | IService | ||
constructorArgs : Array [salt okunur]
The constructor arguments. | IService | ||
contentType : String [salt okunur]
The content type. | IService | ||
contentUri : String [salt okunur]
The content URL. | IService | ||
dependsInterfaces : Array [salt okunur]
The list of the interfaces this service depends on. | IService | ||
implementsInterfaces : Array [salt okunur]
The list of the interfaces this service implements. | IService | ||
initMethod : String [salt okunur]
The initialization method. | IService | ||
library : String [salt okunur]
The name of the service library that this service is a member of. | IService | ||
name : String [salt okunur]
The service name from the metadata. | IService | ||
nodeID : String [salt okunur]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [salt okunur]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [salt okunur]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [salt okunur]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
referenceProperties : Array [salt okunur]
The reference properties of the service
| IService | ||
scope : String [salt okunur]
he scope of the service. | IService | ||
uniqueID : String [salt okunur]
Returns the generated unique ID of the node. | IMosaicNode |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 |
Özellik Ayrıntısı
className | özellik |
classProperties | özellik |
constructorArgs | özellik |
contentType | özellik |
contentUri | özellik |
dependsInterfaces | özellik |
dependsInterfaces:Array
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service depends on.
Uygulama
public function get dependsInterfaces():Array
implementsInterfaces | özellik |
implementsInterfaces:Array
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
Uygulama
public function get implementsInterfaces():Array
initMethod | özellik |
library | özellik |
library:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The name of the service library that this service is a member of.
Uygulama
public function get library():String
name | özellik |
referenceProperties | özellik |
referenceProperties:Array
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The reference properties of the service
Uygulama
public function get referenceProperties():Array
scope | özellik |
Yöntem Ayrıntısı
getCatalog | () | yöntem |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The name of the catalog this service belongs to.
Parametreler
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, 01:09 PM Z