ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.mosaic.om.interfaces 

IService  - AS3 ADEP Composite Application

Paketcom.adobe.mosaic.om.interfaces
Schnittstellepublic interface IService extends IMosaicNode , IInjectableValue

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The IService interface defines methods for retrieving service information.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 InheritedchildrenNodes : Array
[schreibgeschützt] Returns an array of child nodes (IMosaicNode objects) of the node.
IMosaicNode
  className : String
[schreibgeschützt] The class name.
IService
  classProperties : Array
[schreibgeschützt] The class properties.
IService
  constructorArgs : Array
[schreibgeschützt] The constructor arguments.
IService
  contentType : String
[schreibgeschützt] The content type.
IService
  contentUri : String
[schreibgeschützt] The content URL.
IService
  dependsInterfaces : Array
[schreibgeschützt] The list of the interfaces this service depends on.
IService
  implementsInterfaces : Array
[schreibgeschützt] The list of the interfaces this service implements.
IService
  initMethod : String
[schreibgeschützt] The initialization method.
IService
  library : String
[schreibgeschützt] The name of the service library that this service is a member of.
IService
  name : String
[schreibgeschützt] The service name from the metadata.
IService
 InheritednodeID : String
[schreibgeschützt] Returns the ID of the node.
IMosaicNode
 InheritednodeLabel : String
Returns the label of the tile.
IMosaicNode
 InheritednodeName : String
[schreibgeschützt] Returns the name of the node.
IMosaicNode
 InheritednodeType : String
[schreibgeschützt] Returns the type value of the node.
IMosaicNode
 InheritedparentNode : IMosaicNode
[schreibgeschützt] Returns the direct parent node of the current node within the application.
IMosaicNode
  referenceProperties : Array
[schreibgeschützt] The reference properties of the service
IService
  scope : String
[schreibgeschützt] he scope of the service.
IService
 InheriteduniqueID : String
[schreibgeschützt] Returns the generated unique ID of the node.
IMosaicNode
Öffentliche Methoden
 MethodeDefiniert von
 Inherited
Clones an IMosaicNode.
IMosaicNode
  
getCatalog(onSuccess:Function = null, onFailure:Function = null):void
The name of the catalog this service belongs to.
IService
 Inherited
resolveReferences(onSuccess:Function = null, onFailure:Function = null):void
Resolves any reference elements that may be in the View, Panel, or Tile.
IMosaicNode
Eigenschaftendetails

className

Eigenschaft
className:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The class name.



Implementierung
    public function get className():String

classProperties

Eigenschaft 
classProperties:Array  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The class properties.



Implementierung
    public function get classProperties():Array

constructorArgs

Eigenschaft 
constructorArgs:Array  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The constructor arguments.



Implementierung
    public function get constructorArgs():Array

contentType

Eigenschaft 
contentType:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The content type.



Implementierung
    public function get contentType():String

contentUri

Eigenschaft 
contentUri:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The content URL.



Implementierung
    public function get contentUri():String

dependsInterfaces

Eigenschaft 
dependsInterfaces:Array  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The list of the interfaces this service depends on.



Implementierung
    public function get dependsInterfaces():Array

implementsInterfaces

Eigenschaft 
implementsInterfaces:Array  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The list of the interfaces this service implements.



Implementierung
    public function get implementsInterfaces():Array

initMethod

Eigenschaft 
initMethod:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The initialization method.



Implementierung
    public function get initMethod():String

library

Eigenschaft 
library:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The name of the service library that this service is a member of.



Implementierung
    public function get library():String

name

Eigenschaft 
name:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The service name from the metadata.



Implementierung
    public function get name():String

referenceProperties

Eigenschaft 
referenceProperties:Array  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The reference properties of the service



Implementierung
    public function get referenceProperties():Array

scope

Eigenschaft 
scope:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

he scope of the service.



Implementierung
    public function get scope():String
Methodendetails

getCatalog

()Methode
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The name of the catalog this service belongs to.

Parameter

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.





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.