패키지 | 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 |
IService
interface defines methods for retrieving service information.
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
childrenNodes : 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 | ||
nodeID : String [읽기 전용]
Returns the ID of the node. | IMosaicNode | ||
nodeLabel : String
Returns the label of the tile. | IMosaicNode | ||
nodeName : String [읽기 전용]
Returns the name of the node. | IMosaicNode | ||
nodeType : String [읽기 전용]
Returns the type value of the node. | IMosaicNode | ||
parentNode : 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 | ||
uniqueID : String [읽기 전용]
Returns the generated unique ID of the node. | IMosaicNode |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
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 |
속성 세부 정보
className | 속성 |
classProperties | 속성 |
constructorArgs | 속성 |
contentType | 속성 |
contentUri | 속성 |
dependsInterfaces | 속성 |
implementsInterfaces | 속성 |
initMethod | 속성 |
library | 속성 |
name | 속성 |
referenceProperties | 속성 |
scope | 속성 |
메서드 세부 정보
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.
|
Tue Jun 12 2018, 03:17 PM Z