Package | com.adobe.ep.ux.content.factory |
Class | public class ContentDomainFactory |
Inheritance | ContentDomainFactory Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : 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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Method | Defined 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 | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
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
ReturnsIRelationshipManager — 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
ReturnsISearchProvider — 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
ReturnsIVersionManager — An instance of IVersionManager to get versioning of assets
|
Related API Elements
Mon Nov 28 2011, 06:48 AM -08:00