ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.om.interfaces 

IService  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic interface IService extends IMosaicNode , IInjectableValue

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Runtime Versions: AIR 2.6, Flash Player 10.2

The IService interface defines methods for retrieving service information.



Public Properties
 PropertyDefined By
 InheritedchildrenNodes : Array
[read-only] Returns an array of child nodes (IMosaicNode objects) of the node.
IMosaicNode
  className : String
[read-only] The class name.
IService
  classProperties : Array
[read-only] The class properties.
IService
  constructorArgs : Array
[read-only] The constructor arguments.
IService
  contentType : String
[read-only] The content type.
IService
  contentUri : String
[read-only] The content URL.
IService
  dependsInterfaces : Array
[read-only] The list of the interfaces this service depends on.
IService
  implementsInterfaces : Array
[read-only] The list of the interfaces this service implements.
IService
  initMethod : String
[read-only] The initialization method.
IService
  library : String
[read-only] The name of the service library that this service is a member of.
IService
  name : String
[read-only] The service name from the metadata.
IService
 InheritednodeID : String
[read-only] Returns the ID of the node.
IMosaicNode
 InheritednodeLabel : String
Returns the label of the tile.
IMosaicNode
 InheritednodeName : String
[read-only] Returns the name of the node.
IMosaicNode
 InheritednodeType : String
[read-only] Returns the type value of the node.
IMosaicNode
 InheritedparentNode : IMosaicNode
[read-only] Returns the direct parent node of the current node within the application.
IMosaicNode
  referenceProperties : Array
[read-only] The reference properties of the service
IService
  scope : String
[read-only] he scope of the service.
IService
 InheriteduniqueID : String
[read-only] Returns the generated unique ID of the node.
IMosaicNode
Public Methods
 MethodDefined By
 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
Property Detail

className

property
className:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The class name.



Implementation
    public function get className():String

classProperties

property 
classProperties:Array  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The class properties.



Implementation
    public function get classProperties():Array

constructorArgs

property 
constructorArgs:Array  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The constructor arguments.



Implementation
    public function get constructorArgs():Array

contentType

property 
contentType:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The content type.



Implementation
    public function get contentType():String

contentUri

property 
contentUri:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The content URL.



Implementation
    public function get contentUri():String

dependsInterfaces

property 
dependsInterfaces:Array  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The list of the interfaces this service depends on.



Implementation
    public function get dependsInterfaces():Array

implementsInterfaces

property 
implementsInterfaces:Array  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The list of the interfaces this service implements.



Implementation
    public function get implementsInterfaces():Array

initMethod

property 
initMethod:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The initialization method.



Implementation
    public function get initMethod():String

library

property 
library:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Runtime Versions: AIR 2.6, Flash Player 10.2

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



Implementation
    public function get library():String

name

property 
name:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Runtime Versions: AIR 2.6, Flash Player 10.2

The service name from the metadata.



Implementation
    public function get name():String

referenceProperties

property 
referenceProperties:Array  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The reference properties of the service



Implementation
    public function get referenceProperties():Array

scope

property 
scope:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

he scope of the service.



Implementation
    public function get scope():String
Method Detail

getCatalog

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

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Runtime Versions: AIR 2.6, Flash Player 10.2

The name of the catalog this service belongs to.

Parameters

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.