Pacote | com.adobe.ep.ux.content.factory |
Interface | public interface IContentDomainFactory |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 |
Detalhes do método
createPreviewManager | () | método |
public function createPreviewManager():IPreviewManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Creates a PreviewManager, an implementation of IPreviewManager
RetornaIPreviewManager — An instance of IPreviewManager to get preview of assets
|
Elementos da API relacionados
createRelationManager | () | método |
public function createRelationManager():IRelationshipManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Creates a RelationManager, an implementation of IRelationshipManager
RetornaIRelationshipManager — An instance of IRelationshipManager to get related assets of an asset
|
Elementos da API relacionados
createSearchManager | () | método |
public function createSearchManager():ISearchProvider
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Creates a SearchManager, an implementation of ISearchProvider
RetornaISearchProvider — An instance of ISearchProvider to search assets
|
Elementos da API relacionados
createVersionManager | () | método |
public function createVersionManager():IVersionManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Creates a VersionManager, an implementation of IVersionManager
RetornaIVersionManager — An instance of IVersionManager to get versioning of assets
|
Elementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z