Pacote | com.adobe.mosaic.om.interfaces |
Interface | public interface IService extends IMosaicNode , IInjectableValue |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
IService
interface defines methods for retrieving service information.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
childrenNodes : Array [somente leitura]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
className : String [somente leitura]
The class name. | IService | ||
classProperties : Array [somente leitura]
The class properties. | IService | ||
constructorArgs : Array [somente leitura]
The constructor arguments. | IService | ||
contentType : String [somente leitura]
The content type. | IService | ||
contentUri : String [somente leitura]
The content URL. | IService | ||
dependsInterfaces : Array [somente leitura]
The list of the interfaces this service depends on. | IService | ||
implementsInterfaces : Array [somente leitura]
The list of the interfaces this service implements. | IService | ||
initMethod : String [somente leitura]
The initialization method. | IService | ||
library : String [somente leitura]
The name of the service library that this service is a member of. | IService | ||
name : String [somente leitura]
The service name from the metadata. | IService | ||
nodeID : String [somente leitura]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [somente leitura]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [somente leitura]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [somente leitura]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
referenceProperties : Array [somente leitura]
The reference properties of the service
| IService | ||
scope : String [somente leitura]
he scope of the service. | IService | ||
uniqueID : String [somente leitura]
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 |
Detalhes da propriedade
className | propriedade |
classProperties | propriedade |
classProperties:Array
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The class properties.
Implementação
public function get classProperties():Array
constructorArgs | propriedade |
constructorArgs:Array
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The constructor arguments.
Implementação
public function get constructorArgs():Array
contentType | propriedade |
contentType:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The content type.
Implementação
public function get contentType():String
contentUri | propriedade |
dependsInterfaces | propriedade |
dependsInterfaces:Array
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service depends on.
Implementação
public function get dependsInterfaces():Array
implementsInterfaces | propriedade |
implementsInterfaces:Array
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
Implementação
public function get implementsInterfaces():Array
initMethod | propriedade |
initMethod:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The initialization method.
Implementação
public function get initMethod():String
library | propriedade |
library:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The name of the service library that this service is a member of.
Implementação
public function get library():String
name | propriedade |
name:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The service name from the metadata.
Implementação
public function get name():String
referenceProperties | propriedade |
referenceProperties:Array
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The reference properties of the service
Implementação
public function get referenceProperties():Array
scope | propriedade |
Detalhes do método
getCatalog | () | método |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versões de runtime: | 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.
|
Wed Jun 13 2018, 11:10 AM Z