| Pakket | com.adobe.mosaic.om.interfaces |
| Interface | public interface IService extends IMosaicNode , IInjectableValue |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
IService interface defines methods for retrieving service information.
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
![]() | childrenNodes : Array [alleen-lezen]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | |
| className : String [alleen-lezen]
The class name. | IService | ||
| classProperties : Array [alleen-lezen]
The class properties. | IService | ||
| constructorArgs : Array [alleen-lezen]
The constructor arguments. | IService | ||
| contentType : String [alleen-lezen]
The content type. | IService | ||
| contentUri : String [alleen-lezen]
The content URL. | IService | ||
| dependsInterfaces : Array [alleen-lezen]
The list of the interfaces this service depends on. | IService | ||
| implementsInterfaces : Array [alleen-lezen]
The list of the interfaces this service implements. | IService | ||
| initMethod : String [alleen-lezen]
The initialization method. | IService | ||
| library : String [alleen-lezen]
The name of the service library that this service is a member of. | IService | ||
| name : String [alleen-lezen]
The service name from the metadata. | IService | ||
![]() | nodeID : String [alleen-lezen]
Returns the ID of the node. | IMosaicNode | |
![]() | nodeLabel : String
Returns the label of the tile. | IMosaicNode | |
![]() | nodeName : String [alleen-lezen]
Returns the name of the node. | IMosaicNode | |
![]() | nodeType : String [alleen-lezen]
Returns the type value of the node. | IMosaicNode | |
![]() | parentNode : IMosaicNode [alleen-lezen]
Returns the direct parent node of the current node within the application. | IMosaicNode | |
| referenceProperties : Array [alleen-lezen]
The reference properties of the service
| IService | ||
| scope : String [alleen-lezen]
he scope of the service. | IService | ||
![]() | uniqueID : String [alleen-lezen]
Returns the generated unique ID of the node. | IMosaicNode | |
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
![]() |
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 | |
Eigenschapdetails
className | eigenschap |
classProperties | eigenschap |
constructorArgs | eigenschap |
contentType | eigenschap |
contentUri | eigenschap |
dependsInterfaces | eigenschap |
dependsInterfaces:Array [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service depends on.
Implementatie
public function get dependsInterfaces():ArrayimplementsInterfaces | eigenschap |
implementsInterfaces:Array [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
Implementatie
public function get implementsInterfaces():ArrayinitMethod | eigenschap |
library | eigenschap |
library:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The name of the service library that this service is a member of.
Implementatie
public function get library():Stringname | eigenschap |
referenceProperties | eigenschap |
referenceProperties:Array [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The reference properties of the service
Implementatie
public function get referenceProperties():Arrayscope | eigenschap |
Methodedetails
getCatalog | () | methode |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The name of the catalog this service belongs to.
Parameters
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.
|
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven