| Paket | com.adobe.mosaic.om.interfaces |
| Schnittstelle | public interface IService extends IMosaicNode , IInjectableValue |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
IService interface defines methods for retrieving service information.
Öffentliche Eigenschaften
| Eigenschaft | Definiert von | ||
|---|---|---|---|
![]() | childrenNodes : Array [schreibgeschützt]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | |
| className : String [schreibgeschützt]
The class name. | IService | ||
| classProperties : Array [schreibgeschützt]
The class properties. | IService | ||
| constructorArgs : Array [schreibgeschützt]
The constructor arguments. | IService | ||
| contentType : String [schreibgeschützt]
The content type. | IService | ||
| contentUri : String [schreibgeschützt]
The content URL. | IService | ||
| dependsInterfaces : Array [schreibgeschützt]
The list of the interfaces this service depends on. | IService | ||
| implementsInterfaces : Array [schreibgeschützt]
The list of the interfaces this service implements. | IService | ||
| initMethod : String [schreibgeschützt]
The initialization method. | IService | ||
| library : String [schreibgeschützt]
The name of the service library that this service is a member of. | IService | ||
| name : String [schreibgeschützt]
The service name from the metadata. | IService | ||
![]() | nodeID : String [schreibgeschützt]
Returns the ID of the node. | IMosaicNode | |
![]() | nodeLabel : String
Returns the label of the tile. | IMosaicNode | |
![]() | nodeName : String [schreibgeschützt]
Returns the name of the node. | IMosaicNode | |
![]() | nodeType : String [schreibgeschützt]
Returns the type value of the node. | IMosaicNode | |
![]() | parentNode : IMosaicNode [schreibgeschützt]
Returns the direct parent node of the current node within the application. | IMosaicNode | |
| referenceProperties : Array [schreibgeschützt]
The reference properties of the service
| IService | ||
| scope : String [schreibgeschützt]
he scope of the service. | IService | ||
![]() | uniqueID : String [schreibgeschützt]
Returns the generated unique ID of the node. | IMosaicNode | |
Öffentliche Methoden
| Methode | Definiert von | ||
|---|---|---|---|
![]() |
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 | |
Eigenschaftendetails
className | Eigenschaft |
classProperties | Eigenschaft |
classProperties:Array [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The class properties.
Implementierung
public function get classProperties():ArrayconstructorArgs | Eigenschaft |
constructorArgs:Array [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The constructor arguments.
Implementierung
public function get constructorArgs():ArraycontentType | Eigenschaft |
contentUri | Eigenschaft |
dependsInterfaces | Eigenschaft |
dependsInterfaces:Array [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service depends on.
Implementierung
public function get dependsInterfaces():ArrayimplementsInterfaces | Eigenschaft |
implementsInterfaces:Array [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
Implementierung
public function get implementsInterfaces():ArrayinitMethod | Eigenschaft |
initMethod:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The initialization method.
Implementierung
public function get initMethod():Stringlibrary | Eigenschaft |
library:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The name of the service library that this service is a member of.
Implementierung
public function get library():Stringname | Eigenschaft |
name:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The service name from the metadata.
Implementierung
public function get name():StringreferenceProperties | Eigenschaft |
referenceProperties:Array [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The reference properties of the service
Implementierung
public function get referenceProperties():Arrayscope | Eigenschaft |
Methodendetails
getCatalog | () | Methode |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The name of the catalog this service belongs to.
Parameter
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, 10:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen