(Beta)
Package | com.adobe.mosaic.om.interfaces |
Interface | public interface IService |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
IService
interface defines methods for retrieving service information.
Public Properties
Property | Defined By | ||
---|---|---|---|
catalog : ICatalog [read-only]
Gets the name of the catalog that contains an entry for this service. | IService | ||
library : String [read-only]
Gets the name of the service library that this service is a member of. | IService | ||
name : String [read-only]
Gets the name of the service from the metadata for the service. | IService |
Property Detail
catalog | property |
catalog:ICatalog
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
Gets the name of the catalog that contains an entry for this service.
Implementation
public function get catalog():ICatalog
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.0.2, Flash Player 10.1 |
Gets 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.0.2, Flash Player 10.1 |
Gets the name of the service from the metadata for the service.
Implementation
public function get name():String
Examples How to use this example
IService_example.mxml
Wed Nov 21 2018, 06:34 AM -08:00