ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.livecycle.assetmanager.client.service 

AssetExplorerServiceDelegate  - AS3 Asset Manager

Packagecom.adobe.livecycle.assetmanager.client.service
Classpublic class AssetExplorerServiceDelegate
InheritanceAssetExplorerServiceDelegate Inheritance 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

Loads system data dictionaries.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
  
loadAssetTypes(resultHandler:Function, faultHandler:Function):void
Retrieves the system data dictionaries.
AssetExplorerServiceDelegate
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
[static] Used to inject a custom implementation of the infrastructure data dictionary service.
AssetExplorerServiceDelegate
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
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.