適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.mosaic.om.interfaces 

IService  - AS3 ADEP Composite Application

套件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

The IService interface defines methods for retrieving service information.



公用屬性
 屬性定義自
 InheritedchildrenNodes : 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
 InheritednodeID : String
[唯讀] Returns the ID of the node.
IMosaicNode
 InheritednodeLabel : String
Returns the label of the tile.
IMosaicNode
 InheritednodeName : String
[唯讀] Returns the name of the node.
IMosaicNode
 InheritednodeType : String
[唯讀] Returns the type value of the node.
IMosaicNode
 InheritedparentNode : 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
 InheriteduniqueID : String
[唯讀] Returns the generated unique ID of the node.
IMosaicNode
公用方法
 方法定義自
 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
屬性詳細資訊

className

屬性
className:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
執行階段版本: AIR 2.6, Flash Player 10.2

The class name.



實作
    public function get className():String

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():Array

constructorArgs

屬性 
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():Array

contentType

屬性 
contentType:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
執行階段版本: AIR 2.6, Flash Player 10.2

The content type.



實作
    public function get contentType():String

contentUri

屬性 
contentUri:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
執行階段版本: AIR 2.6, Flash Player 10.2

The content URL.



實作
    public function get contentUri():String

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():Array

implementsInterfaces

屬性 
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():Array

initMethod

屬性 
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():String

library

屬性 
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():String

name

屬性 
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():String

referenceProperties

屬性 
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():Array

scope

屬性 
scope:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
執行階段版本: AIR 2.6, Flash Player 10.2

he scope of the service.



實作
    public function get scope():String
方法詳細資訊

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.





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。