Pacchetto | com.adobe.mosaic.om.interfaces |
Interfaccia | public interface IService extends IMosaicNode , IInjectableValue |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
IService
interface defines methods for retrieving service information.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
![]() | childrenNodes : Array [sola lettura]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | |
className : String [sola lettura]
The class name. | IService | ||
classProperties : Array [sola lettura]
The class properties. | IService | ||
constructorArgs : Array [sola lettura]
The constructor arguments. | IService | ||
contentType : String [sola lettura]
The content type. | IService | ||
contentUri : String [sola lettura]
The content URL. | IService | ||
dependsInterfaces : Array [sola lettura]
The list of the interfaces this service depends on. | IService | ||
implementsInterfaces : Array [sola lettura]
The list of the interfaces this service implements. | IService | ||
initMethod : String [sola lettura]
The initialization method. | IService | ||
library : String [sola lettura]
The name of the service library that this service is a member of. | IService | ||
name : String [sola lettura]
The service name from the metadata. | IService | ||
![]() | nodeID : String [sola lettura]
Returns the ID of the node. | IMosaicNode | |
![]() | nodeLabel : String
Returns the label of the tile. | IMosaicNode | |
![]() | nodeName : String [sola lettura]
Returns the name of the node. | IMosaicNode | |
![]() | nodeType : String [sola lettura]
Returns the type value of the node. | IMosaicNode | |
![]() | parentNode : IMosaicNode [sola lettura]
Returns the direct parent node of the current node within the application. | IMosaicNode | |
referenceProperties : Array [sola lettura]
The reference properties of the service
| IService | ||
scope : String [sola lettura]
he scope of the service. | IService | ||
![]() | uniqueID : String [sola lettura]
Returns the generated unique ID of the node. | IMosaicNode |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
![]() |
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 |
Descrizione delle proprietà
className | proprietà |
classProperties | proprietà |
classProperties:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The class properties.
Implementazione
public function get classProperties():Array
constructorArgs | proprietà |
constructorArgs:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The constructor arguments.
Implementazione
public function get constructorArgs():Array
contentType | proprietà |
contentUri | proprietà |
dependsInterfaces | proprietà |
dependsInterfaces:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service depends on.
Implementazione
public function get dependsInterfaces():Array
implementsInterfaces | proprietà |
implementsInterfaces:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
Implementazione
public function get implementsInterfaces():Array
initMethod | proprietà |
initMethod:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The initialization method.
Implementazione
public function get initMethod():String
library | proprietà |
library:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The name of the service library that this service is a member of.
Implementazione
public function get library():String
name | proprietà |
name:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The service name from the metadata.
Implementazione
public function get name():String
referenceProperties | proprietà |
referenceProperties:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The reference properties of the service
Implementazione
public function get referenceProperties():Array
scope | proprietà |
Descrizione dei metodi
getCatalog | () | metodo |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The name of the catalog this service belongs to.
Parametri
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, 02:44 PM Z