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 

IServiceLibrary  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic interface IServiceLibrary extends IMosaicNode

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 IServiceLibrary interface defines methods for retrieving service library information.



Public Properties
 PropertyDefined By
 InheritedchildrenNodes : Array
[read-only] Returns an array of child nodes (IMosaicNode objects) of the node.
IMosaicNode
  contentType : String
[read-only] Gets the service library content type
IServiceLibrary
  contentUri : String
[read-only] Gets the service library content uri
IServiceLibrary
  name : String
[read-only] Gets the service library name
IServiceLibrary
 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
  services : Array
[read-only] Gets the array of the services in this library
IServiceLibrary
 InheriteduniqueID : String
[read-only] Returns the generated unique ID of the node.
IMosaicNode
Public Methods
 MethodDefined By
 Inherited
Clones an IMosaicNode.
IMosaicNode
 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

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

Gets the service library 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

Gets the service library content uri



Implementation
    public function get contentUri():String

name

property 
name: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

Gets the service library name



Implementation
    public function get name():String

services

property 
services: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

Gets the array of the services in this library



Implementation
    public function get services():Array

Related API Elements