| Pakiet | com.adobe.mosaic.om.interfaces |
| Interfejs | public interface ICatalog |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
ICatalog interface represents a particular catalog, and provides methods for retrieving
tiles from a catalog deployed to the Experience Server.
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| panels : Array [tylko do odczytu]
Retrieves an array of panels from the catalog to add to an application. | ICatalog | ||
| serviceLibraries : Array [tylko do odczytu]
Retrieves an array of service libraries from the catalog to add to an application. | ICatalog | ||
| session : ISession [tylko do odczytu]
Returns the current ISession associated with this catalog
| ICatalog | ||
| stylesheets : Array [tylko do odczytu]
Returns an array of URLs representing each stylesheet from the composite application catalog. | ICatalog | ||
| tiles : Array [tylko do odczytu]
Retrieves an array of tiles from the catalog to add to an application. | ICatalog | ||
| uri : String [tylko do odczytu]
Returns the URI of this catalog, which is defined in the application(s) that reference this catalog. | ICatalog | ||
| url : String [tylko do odczytu]
Returns the current url for this catalog's descriptor
| ICatalog | ||
| views : Array [tylko do odczytu]
Retrieves an array of views from the catalog to add to an application. | ICatalog | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Returns the panel with the given name from this Catalog. | ICatalog | ||
Retrieves a service from the Service Library in the catalog. | ICatalog | ||
Retrieves a tile from the catalog to add to an application. | ICatalog | ||
Returns the view with the given name from this Catalog. | ICatalog | ||
NOT IMPLEMENTED
Retrieves any file asset from the catalog. | ICatalog | ||
postAsset(assetUri:String, content:Object, onSuccess:Function = null, onFailure:Function = null):void
NOT IMPLEMENTED
Sets any file asset in the catalog
| ICatalog | ||
panels | właściwość |
panels:Array [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves an array of panels from the catalog to add to an application. This method sets all the default parameters required for the panel to function.
Implementacja
public function get panels():ArrayPowiązane elementy interfejsu API
serviceLibraries | właściwość |
serviceLibraries:Array [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves an array of service libraries from the catalog to add to an application.
Implementacja
public function get serviceLibraries():ArrayPowiązane elementy interfejsu API
session | właściwość |
session:ISession [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the current ISession associated with this catalog
Implementacja
public function get session():ISessionPowiązane elementy interfejsu API
stylesheets | właściwość |
stylesheets:Array [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns an array of URLs representing each stylesheet from the composite application catalog.
The stylesheets can be referenced by tiles to allow you to create consistent styling between tiles and the containing applications.
Implementacja
public function get stylesheets():ArrayPowiązane elementy interfejsu API
tiles | właściwość |
tiles:Array [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves an array of tiles from the catalog to add to an application. This method sets all the default parameters required for the tile to function.
Implementacja
public function get tiles():ArrayPowiązane elementy interfejsu API
uri | właściwość |
uri:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the URI of this catalog, which is defined in the application(s) that reference this catalog.
Implementacja
public function get uri():Stringurl | właściwość |
url:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the current url for this catalog's descriptor
Implementacja
public function get url():Stringviews | właściwość |
views:Array [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves an array of views from the catalog to add to an application. This method sets all the default parameters required for the view to function.
Implementacja
public function get views():ArrayPowiązane elementy interfejsu API
getPanel | () | metoda |
public function getPanel(n:String):IPanel| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the panel with the given name from this Catalog.
Parametry
n:String — The name of the panel in the catalog. This corresponds to the name attribute in the deployed catalog.
|
IPanel — The named Panel from the Catalog
|
getService | () | metoda |
public function getService(name:String, library:String):IService| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves a service from the Service Library in the catalog.
Parametry
name:String — The name of the service class
| |
library:String — The service library name that holds the service class
|
IService — The Service stored in the catalog
|
Powiązane elementy interfejsu API
getTile | () | metoda |
public function getTile(n:String):com.adobe.mosaic.om.interfaces:ITile| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Retrieves a tile from the catalog to add to an application. This method sets all the default parameters required for the tile to function.
Parametry
n:String — The name of the tile in the catalog. This corresponds to the name attribute in the deployed catalog.
|
com.adobe.mosaic.om.interfaces:ITile — The tile that implements ITile.
|
Powiązane elementy interfejsu API
Przykład
Sposób korzystania z tego przykładu
This example retrieves a tile named "sampleTile" from the catalog "sample_catalog", and adds the tile to the current panel:
var c:ICatalog = mosaicApp.getCatalog("sample_catalog");
var t:ITile = c.getTile("sampleTile");
this.parentPanel.addTile(t);
getView | () | metoda |
public function getView(n:String):IView| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the view with the given name from this Catalog.
Parametry
n:String — The name of the view in the catalog. This corresponds to the name attribute in the deployed catalog.
|
IView — The named View from the Catalog
|
loadAsset | () | metoda |
public function loadAsset(assetUri:String, onSuccess:Function = null, onFailure:Function = null):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | NOT IMPLEMENTED |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
NOT IMPLEMENTED Retrieves any file asset from the catalog.
Parametry
assetUri:String — uri of the asset relative to the /content/mosaic/catalog
| |
onSuccess:Function (default = null) — callback if the request is successful. It will have AssetLoadEvent containing data.
| |
onFailure:Function (default = null) — callback if the request fails
|
postAsset | () | metoda |
public function postAsset(assetUri:String, content:Object, onSuccess:Function = null, onFailure:Function = null):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | NOT IMPLEMENTED |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
NOT IMPLEMENTED Sets any file asset in the catalog
Parametry
assetUri:String — uri of the asset relative to the /content/mosaic/catalog
| |
content:Object — Object containing the data to post/set
| |
onSuccess:Function (default = null) — callback if the request is successful
| |
onFailure:Function (default = null) — callback if the request fails
|
Tue Jun 12 2018, 12:06 PM Z