| 패키지 | 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, 03:17 PM Z