包 | com.adobe.ep.ux.content.services.providers |
类 | public class ContentServiceProvider |
继承 | ContentServiceProvider Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
instance : IContentServiceProvider [静态]
Singleton instance of the Service Provider
| ContentServiceProvider |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
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 | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
instance | 属性 |
instance:IContentServiceProvider
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Singleton instance of the Service Provider
实现
public static function get instance():IContentServiceProvider
public static function set instance(value:IContentServiceProvider):void
方法详细信息
getAssetLoaderService | () | 方法 |
public function getAssetLoaderService():IAssetLoaderService
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Service to load System Data Dictionaries
返回IAssetLoaderService — An instance of IAssetLoaderService which is used to load assets
|
相关 API 元素
getAssetPermissionsService | () | 方法 |
public function getAssetPermissionsService():IAssetPermissionService
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Loads the permissions associated with the current user.
返回IAssetPermissionService — An instance of IAssetPermissionService which loads the permissions of the logged in user
|
相关 API 元素
getAssetQueryService | () | 方法 |
public function getAssetQueryService(assetQueryType:String):IAssetQueryService
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This is a simple delegate to QueryService which attach success/fault listeners to QueryService response
参数
assetQueryType:String — of query fired
|
IAssetQueryService — An instance of IAssetQueryService which is used to search assets
|
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z