Package | com.adobe.livecycle.assetmanager.client.service |
Class | public class AssetExplorerServiceDelegate |
Inheritance | AssetExplorerServiceDelegate Object |
Deprecated: Deprecated
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Retrieves the system data dictionaries. | AssetExplorerServiceDelegate | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
[static]
Used to inject a custom implementation of the infrastructure data dictionary service. | AssetExplorerServiceDelegate | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Method Detail
loadAssetTypes | () | method |
public function loadAssetTypes(resultHandler:Function, faultHandler:Function):void
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the system data dictionaries.
Parameters
resultHandler:Function — The result handler that is called when data dictionaries are retreived.
| |
faultHandler:Function — The fault handler that is called when an error occurs.
|
setDataDictRegistryService | () | method |
public static function setDataDictRegistryService(value:DataDictionaryRegistryService):void
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Used to inject a custom implementation of the infrastructure data dictionary service.
The default infrastructure service is the class DataDictionaryRegistryServiceImpl
.
Parameters
value:DataDictionaryRegistryService — An implementation for DataDictionaryRegistryService.
|
Mon Nov 28 2011, 06:48 AM -08:00