ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.ux.content.services.providers 

ContentServiceProvider  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.services.providers
Classpublic class ContentServiceProvider
InheritanceContentServiceProvider Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Service Provider to get all Services in LCC



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  instance : IContentServiceProvider
[static] Singleton instance of the Service Provider
ContentServiceProvider
Public Methods
 MethodDefined By
  
Service to load System Data Dictionaries
ContentServiceProvider
  
Loads the permissions associated with the current user.
ContentServiceProvider
  
This is a simple delegate to QueryService which attach success/fault listeners to QueryService response
ContentServiceProvider
 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
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 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
Property Detail

instance

property
instance:IContentServiceProvider

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Singleton instance of the Service Provider



Implementation
    public static function get instance():IContentServiceProvider
    public static function set instance(value:IContentServiceProvider):void
Method Detail

getAssetLoaderService

()method
public function getAssetLoaderService():IAssetLoaderService

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Service to load System Data Dictionaries

Returns
IAssetLoaderService — An instance of IAssetLoaderService which is used to load assets

Related API Elements

getAssetPermissionsService

()method 
public function getAssetPermissionsService():IAssetPermissionService

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Loads the permissions associated with the current user.

Returns
IAssetPermissionService — An instance of IAssetPermissionService which loads the permissions of the logged in user

Related API Elements

getAssetQueryService

()method 
public function getAssetQueryService(assetQueryType:String):IAssetQueryService

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This is a simple delegate to QueryService which attach success/fault listeners to QueryService response

Parameters

assetQueryType:String — of query fired

Returns
IAssetQueryService — An instance of IAssetQueryService which is used to search assets

Related API Elements