| 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():ArrayconstructorArgs | 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():ArraycontentType | 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():ArrayimplementsInterfaces | 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():ArrayinitMethod | 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():Stringlibrary | 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():Stringname | 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():StringreferenceProperties | 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():Arrayscope | 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
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate