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 

IContentServiceProvider  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.services.providers
Interfacepublic interface IContentServiceProvider

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 Methods
 MethodDefined By
  
Service to load System Data Dictionaries
IContentServiceProvider
  
Loads the permissions associated with the current user.
IContentServiceProvider
  
Service to get Asset Preview
IContentServiceProvider
  
This is a simple delegate to QueryService which attach success/fault listeners to QueryService response
IContentServiceProvider
  
Service to get Asset Relationships
IContentServiceProvider
  
Service to get Asset Versions
IContentServiceProvider
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

getAssetPreviewService

()method 
public function getAssetPreviewService():IAssetPreviewService

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 get Asset Preview

Returns
IAssetPreviewService — An instance of IAssetPreviewService which is used to get preview of assets

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

getAssetRelationshipService

()method 
public function getAssetRelationshipService():IAssetRelationshipService

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 get Asset Relationships

Returns
IAssetRelationshipService — An instance of IAssetRelationshipService which is used to get related assets

Related API Elements

getAssetVersionService

()method 
public function getAssetVersionService():IAssetVersionService

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 get Asset Versions

Returns
IAssetVersionService — An instance of IAssetVersionService which is used to get versions of assets

Related API Elements