| Package | com.adobe.mosaic.om.interfaces |
| Interface | public interface IService extends IMosaicNode , IInjectableValue |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
IService interface defines methods for retrieving service information.
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
![]() | childrenNodes : Array [lecture seule]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | |
| className : String [lecture seule]
The class name. | IService | ||
| classProperties : Array [lecture seule]
The class properties. | IService | ||
| constructorArgs : Array [lecture seule]
The constructor arguments. | IService | ||
| contentType : String [lecture seule]
The content type. | IService | ||
| contentUri : String [lecture seule]
The content URL. | IService | ||
| dependsInterfaces : Array [lecture seule]
The list of the interfaces this service depends on. | IService | ||
| implementsInterfaces : Array [lecture seule]
The list of the interfaces this service implements. | IService | ||
| initMethod : String [lecture seule]
The initialization method. | IService | ||
| library : String [lecture seule]
The name of the service library that this service is a member of. | IService | ||
| name : String [lecture seule]
The service name from the metadata. | IService | ||
![]() | nodeID : String [lecture seule]
Returns the ID of the node. | IMosaicNode | |
![]() | nodeLabel : String
Returns the label of the tile. | IMosaicNode | |
![]() | nodeName : String [lecture seule]
Returns the name of the node. | IMosaicNode | |
![]() | nodeType : String [lecture seule]
Returns the type value of the node. | IMosaicNode | |
![]() | parentNode : IMosaicNode [lecture seule]
Returns the direct parent node of the current node within the application. | IMosaicNode | |
| referenceProperties : Array [lecture seule]
The reference properties of the service
| IService | ||
| scope : String [lecture seule]
he scope of the service. | IService | ||
![]() | uniqueID : String [lecture seule]
Returns the generated unique ID of the node. | IMosaicNode | |
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
![]() |
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 | |
Détails de la propriété
className | propriété |
className:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The class name.
Implémentation
public function get className():StringclassProperties | propriété |
classProperties:Array [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The class properties.
Implémentation
public function get classProperties():ArrayconstructorArgs | propriété |
constructorArgs:Array [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The constructor arguments.
Implémentation
public function get constructorArgs():ArraycontentType | propriété |
contentType:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The content type.
Implémentation
public function get contentType():StringcontentUri | propriété |
contentUri:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The content URL.
Implémentation
public function get contentUri():StringdependsInterfaces | propriété |
dependsInterfaces:Array [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service depends on.
Implémentation
public function get dependsInterfaces():ArrayimplementsInterfaces | propriété |
implementsInterfaces:Array [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
Implémentation
public function get implementsInterfaces():ArrayinitMethod | propriété |
initMethod:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The initialization method.
Implémentation
public function get initMethod():Stringlibrary | propriété |
library:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The name of the service library that this service is a member of.
Implémentation
public function get library():Stringname | propriété |
name:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The service name from the metadata.
Implémentation
public function get name():StringreferenceProperties | propriété |
referenceProperties:Array [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The reference properties of the service
Implémentation
public function get referenceProperties():Arrayscope | propriété |
scope:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
he scope of the service.
Implémentation
public function get scope():StringDétails de la méthode
getCatalog | () | méthode |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The name of the catalog this service belongs to.
Paramètres
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, 09:30 AM Z
Masquer les propriétés publiques héritées
Afficher les propriétés publiques héritées