Paquete | com.adobe.mosaic.om.interfaces |
Interfaz | public interface IService extends IMosaicNode , IInjectableValue |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
IService
interface defines methods for retrieving service information.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
childrenNodes : Array [solo lectura]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
className : String [solo lectura]
The class name. | IService | ||
classProperties : Array [solo lectura]
The class properties. | IService | ||
constructorArgs : Array [solo lectura]
The constructor arguments. | IService | ||
contentType : String [solo lectura]
The content type. | IService | ||
contentUri : String [solo lectura]
The content URL. | IService | ||
dependsInterfaces : Array [solo lectura]
The list of the interfaces this service depends on. | IService | ||
implementsInterfaces : Array [solo lectura]
The list of the interfaces this service implements. | IService | ||
initMethod : String [solo lectura]
The initialization method. | IService | ||
library : String [solo lectura]
The name of the service library that this service is a member of. | IService | ||
name : String [solo lectura]
The service name from the metadata. | IService | ||
nodeID : String [solo lectura]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [solo lectura]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [solo lectura]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [solo lectura]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
referenceProperties : Array [solo lectura]
The reference properties of the service
| IService | ||
scope : String [solo lectura]
he scope of the service. | IService | ||
uniqueID : String [solo lectura]
Returns the generated unique ID of the node. | IMosaicNode |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 |
Información sobre propiedades
className | propiedad |
className:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The class name.
Implementación
public function get className():String
classProperties | propiedad |
classProperties:Array
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The class properties.
Implementación
public function get classProperties():Array
constructorArgs | propiedad |
constructorArgs:Array
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The constructor arguments.
Implementación
public function get constructorArgs():Array
contentType | propiedad |
contentType:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The content type.
Implementación
public function get contentType():String
contentUri | propiedad |
contentUri:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The content URL.
Implementación
public function get contentUri():String
dependsInterfaces | propiedad |
dependsInterfaces:Array
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service depends on.
Implementación
public function get dependsInterfaces():Array
implementsInterfaces | propiedad |
implementsInterfaces:Array
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
Implementación
public function get implementsInterfaces():Array
initMethod | propiedad |
initMethod:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The initialization method.
Implementación
public function get initMethod():String
library | propiedad |
library:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The name of the service library that this service is a member of.
Implementación
public function get library():String
name | propiedad |
name:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The service name from the metadata.
Implementación
public function get name():String
referenceProperties | propiedad |
referenceProperties:Array
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The reference properties of the service
Implementación
public function get referenceProperties():Array
scope | propiedad |
scope:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
he scope of the service.
Implementación
public function get scope():String
Información sobre métodos
getCatalog | () | método |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The name of the catalog this service belongs to.
Parámetros
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:12 PM Z