| Пакет | com.adobe.mosaic.om.interfaces |
| Интерфейс | public interface IService extends IMosaicNode , IInjectableValue |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
IService interface defines methods for retrieving service information.
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
![]() | childrenNodes : Array [только для чтения]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | |
| className : String [только для чтения]
The class name. | IService | ||
| classProperties : Array [только для чтения]
The class properties. | IService | ||
| constructorArgs : Array [только для чтения]
The constructor arguments. | IService | ||
| contentType : String [только для чтения]
The content type. | IService | ||
| contentUri : String [только для чтения]
The content URL. | IService | ||
| dependsInterfaces : Array [только для чтения]
The list of the interfaces this service depends on. | IService | ||
| implementsInterfaces : Array [только для чтения]
The list of the interfaces this service implements. | IService | ||
| initMethod : String [только для чтения]
The initialization method. | IService | ||
| library : String [только для чтения]
The name of the service library that this service is a member of. | IService | ||
| name : String [только для чтения]
The service name from the metadata. | IService | ||
![]() | nodeID : String [только для чтения]
Returns the ID of the node. | IMosaicNode | |
![]() | nodeLabel : String
Returns the label of the tile. | IMosaicNode | |
![]() | nodeName : String [только для чтения]
Returns the name of the node. | IMosaicNode | |
![]() | nodeType : String [только для чтения]
Returns the type value of the node. | IMosaicNode | |
![]() | parentNode : IMosaicNode [только для чтения]
Returns the direct parent node of the current node within the application. | IMosaicNode | |
| referenceProperties : Array [только для чтения]
The reference properties of the service
| IService | ||
| scope : String [только для чтения]
he scope of the service. | IService | ||
![]() | uniqueID : String [только для чтения]
Returns the generated unique ID of the node. | IMosaicNode | |
Общедоступные методы
| Метод | Определено | ||
|---|---|---|---|
![]() |
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 | |
Сведения о свойстве
className | свойство |
classProperties | свойство |
classProperties:Array [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The class properties.
Реализация
public function get classProperties():ArrayconstructorArgs | свойство |
constructorArgs:Array [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The constructor arguments.
Реализация
public function get constructorArgs():ArraycontentType | свойство |
contentUri | свойство |
dependsInterfaces | свойство |
dependsInterfaces:Array [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service depends on.
Реализация
public function get dependsInterfaces():ArrayimplementsInterfaces | свойство |
implementsInterfaces:Array [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
Реализация
public function get implementsInterfaces():ArrayinitMethod | свойство |
initMethod:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The initialization method.
Реализация
public function get initMethod():Stringlibrary | свойство |
library:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The name of the service library that this service is a member of.
Реализация
public function get library():Stringname | свойство |
name:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The service name from the metadata.
Реализация
public function get name():StringreferenceProperties | свойство |
referenceProperties:Array [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The reference properties of the service
Реализация
public function get referenceProperties():Arrayscope | свойство |
Сведения о методе
getCatalog | () | метод |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The name of the catalog this service belongs to.
Параметры
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, 11:34 AM Z
Скрыть унаследованные общедоступные свойства
Показать унаследованные общедоступные свойства