ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.ux.content.factory 

IContentDomainFactory  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.factory
Interfacepublic interface IContentDomainFactory

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

DomainFactory to get hold of Domain Objects



Public Methods
 MethodDefined By
  
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
Method Detail

createPreviewManager

()method
public function createPreviewManager():IPreviewManager

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Creates a PreviewManager, an implementation of IPreviewManager

Returns
IPreviewManager — An instance of IPreviewManager to get preview of assets

Related API Elements

createRelationManager

()method 
public function createRelationManager():IRelationshipManager

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Creates a RelationManager, an implementation of IRelationshipManager

Returns
IRelationshipManager — An instance of IRelationshipManager to get related assets of an asset

Related API Elements

createSearchManager

()method 
public function createSearchManager():ISearchProvider

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Creates a SearchManager, an implementation of ISearchProvider

Returns
ISearchProvider — An instance of ISearchProvider to search assets

Related API Elements

createVersionManager

()method 
public function createVersionManager():IVersionManager

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Creates a VersionManager, an implementation of IVersionManager

Returns
IVersionManager — An instance of IVersionManager to get versioning of assets

Related API Elements