| Package | com.adobe.ep.ux.content.services.providers | 
| Class | public class ContentServiceProvider | 
| Inheritance | ContentServiceProvider    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : 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 
| Method | Defined 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 | ||
![]()  | 
	 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 | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     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 | |
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):voidMethod 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
ReturnsIAssetLoaderService — 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.
ReturnsIAssetPermissionService — 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
		  | 
IAssetQueryService — An instance of IAssetQueryService which is used to search assets
		 
		  | 
Related API Elements
Thu Dec 4 2014, 05:50 PM -08:00
 