Package | com.adobe.ep.ux.content.services.providers |
Interface | public 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) |
Public Methods
Method | Defined 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
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
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
ReturnsIAssetPreviewService — 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
|
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
ReturnsIAssetRelationshipService — 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
ReturnsIAssetVersionService — An instance of IAssetVersionService which is used to get versions of assets
|
Related API Elements
Mon Nov 28 2011, 06:48 AM -08:00