Paket | com.adobe.mosaic.om.interfaces |
Gränssnitt | public interface IService extends IMosaicNode , IInjectableValue |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
IService
interface defines methods for retrieving service information.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
childrenNodes : Array [skrivskyddad]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
className : String [skrivskyddad]
The class name. | IService | ||
classProperties : Array [skrivskyddad]
The class properties. | IService | ||
constructorArgs : Array [skrivskyddad]
The constructor arguments. | IService | ||
contentType : String [skrivskyddad]
The content type. | IService | ||
contentUri : String [skrivskyddad]
The content URL. | IService | ||
dependsInterfaces : Array [skrivskyddad]
The list of the interfaces this service depends on. | IService | ||
implementsInterfaces : Array [skrivskyddad]
The list of the interfaces this service implements. | IService | ||
initMethod : String [skrivskyddad]
The initialization method. | IService | ||
library : String [skrivskyddad]
The name of the service library that this service is a member of. | IService | ||
name : String [skrivskyddad]
The service name from the metadata. | IService | ||
nodeID : String [skrivskyddad]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [skrivskyddad]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [skrivskyddad]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [skrivskyddad]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
referenceProperties : Array [skrivskyddad]
The reference properties of the service
| IService | ||
scope : String [skrivskyddad]
he scope of the service. | IService | ||
uniqueID : String [skrivskyddad]
Returns the generated unique ID of the node. | IMosaicNode |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
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 |
Egenskapsdetaljer
className | egenskap |
classProperties | egenskap |
classProperties:Array
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The class properties.
Implementering
public function get classProperties():Array
constructorArgs | egenskap |
constructorArgs:Array
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The constructor arguments.
Implementering
public function get constructorArgs():Array
contentType | egenskap |
contentUri | egenskap |
dependsInterfaces | egenskap |
dependsInterfaces:Array
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service depends on.
Implementering
public function get dependsInterfaces():Array
implementsInterfaces | egenskap |
implementsInterfaces:Array
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
Implementering
public function get implementsInterfaces():Array
initMethod | egenskap |
initMethod:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The initialization method.
Implementering
public function get initMethod():String
library | egenskap |
library:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The name of the service library that this service is a member of.
Implementering
public function get library():String
name | egenskap |
referenceProperties | egenskap |
referenceProperties:Array
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The reference properties of the service
Implementering
public function get referenceProperties():Array
scope | egenskap |
Metoddetaljer
getCatalog | () | metod |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The name of the catalog this service belongs to.
Parametrar
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:40 PM Z