| 包 | com.adobe.ep.ux.content.factory |
| 接口 | public interface IContentDomainFactory |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共方法
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
Creates a PreviewManager, an implementation of IPreviewManager
| IContentDomainFactory | ||
Creates a RelationManager, an implementation of IRelationshipManager
| IContentDomainFactory | ||
Creates a SearchManager, an implementation of ISearchProvider
| IContentDomainFactory | ||
Creates a VersionManager, an implementation of IVersionManager
| IContentDomainFactory | ||
方法详细信息
createPreviewManager | () | 方法 |
public function createPreviewManager():IPreviewManager| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Creates a PreviewManager, an implementation of IPreviewManager
返回IPreviewManager — An instance of IPreviewManager to get preview of assets
|
相关 API 元素
createRelationManager | () | 方法 |
public function createRelationManager():IRelationshipManager| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Creates a RelationManager, an implementation of IRelationshipManager
返回IRelationshipManager — An instance of IRelationshipManager to get related assets of an asset
|
相关 API 元素
createSearchManager | () | 方法 |
public function createSearchManager():ISearchProvider| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Creates a SearchManager, an implementation of ISearchProvider
返回ISearchProvider — An instance of ISearchProvider to search assets
|
相关 API 元素
createVersionManager | () | 方法 |
public function createVersionManager():IVersionManager| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Creates a VersionManager, an implementation of IVersionManager
返回IVersionManager — An instance of IVersionManager to get versioning of assets
|
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z