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 

ContentDomainFactory  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.factory
Classpublic class ContentDomainFactory
InheritanceContentDomainFactory Inheritance Object

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 Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  impl : IContentDomainFactory
[static] Instance of Content Domain Factory to create Domain Objects
ContentDomainFactory
Public Methods
 MethodDefined By
  
Creates a RelationManager, an implementation of IRelationshipManager
ContentDomainFactory
  
Creates a SearchManager, an implementation of ISearchProvider
ContentDomainFactory
  
Creates a VersionManager, an implementation of IVersionManager
ContentDomainFactory
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

impl

property
impl:IContentDomainFactory

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

Instance of Content Domain Factory to create Domain Objects



Implementation
    public static function get impl():IContentDomainFactory
    public static function set impl(value:IContentDomainFactory):void
Method Detail

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