Pakiet | com.adobe.mosaic.om.interfaces |
Interfejs | public interface IService extends IMosaicNode , IInjectableValue |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
IService
interface defines methods for retrieving service information.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
childrenNodes : Array [tylko do odczytu]
Returns an array of child nodes (IMosaicNode objects) of the node. | IMosaicNode | ||
className : String [tylko do odczytu]
The class name. | IService | ||
classProperties : Array [tylko do odczytu]
The class properties. | IService | ||
constructorArgs : Array [tylko do odczytu]
The constructor arguments. | IService | ||
contentType : String [tylko do odczytu]
The content type. | IService | ||
contentUri : String [tylko do odczytu]
The content URL. | IService | ||
dependsInterfaces : Array [tylko do odczytu]
The list of the interfaces this service depends on. | IService | ||
implementsInterfaces : Array [tylko do odczytu]
The list of the interfaces this service implements. | IService | ||
initMethod : String [tylko do odczytu]
The initialization method. | IService | ||
library : String [tylko do odczytu]
The name of the service library that this service is a member of. | IService | ||
name : String [tylko do odczytu]
The service name from the metadata. | IService | ||
nodeID : String [tylko do odczytu]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [tylko do odczytu]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [tylko do odczytu]
Returns the type value of the node. | IMosaicNode | ||
parentNode : IMosaicNode [tylko do odczytu]
Returns the direct parent node of the current node within the application. | IMosaicNode | ||
referenceProperties : Array [tylko do odczytu]
The reference properties of the service
| IService | ||
scope : String [tylko do odczytu]
he scope of the service. | IService | ||
uniqueID : String [tylko do odczytu]
Returns the generated unique ID of the node. | IMosaicNode |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 |
Szczegół właściwości
className | właściwość |
className:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The class name.
Implementacja
public function get className():String
classProperties | właściwość |
classProperties:Array
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The class properties.
Implementacja
public function get classProperties():Array
constructorArgs | właściwość |
constructorArgs:Array
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The constructor arguments.
Implementacja
public function get constructorArgs():Array
contentType | właściwość |
contentType:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The content type.
Implementacja
public function get contentType():String
contentUri | właściwość |
contentUri:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The content URL.
Implementacja
public function get contentUri():String
dependsInterfaces | właściwość |
dependsInterfaces:Array
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service depends on.
Implementacja
public function get dependsInterfaces():Array
implementsInterfaces | właściwość |
implementsInterfaces:Array
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The list of the interfaces this service implements.
Implementacja
public function get implementsInterfaces():Array
initMethod | właściwość |
initMethod:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The initialization method.
Implementacja
public function get initMethod():String
library | właściwość |
library:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The name of the service library that this service is a member of.
Implementacja
public function get library():String
name | właściwość |
name:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The service name from the metadata.
Implementacja
public function get name():String
referenceProperties | właściwość |
referenceProperties:Array
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The reference properties of the service
Implementacja
public function get referenceProperties():Array
scope | właściwość |
scope:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
he scope of the service.
Implementacja
public function get scope():String
Szczegół metody
getCatalog | () | metoda |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The name of the catalog this service belongs to.
Parametry
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, 12:06 PM Z