| Package | lc.procmgmt.domain | 
| Class | public class FavoriteCategory | 
| Inheritance | FavoriteCategory  Category  DomainObject  Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
FavoriteCategory class represents a special category that contains
	 the list of processes a user commonly initiates. Each process that a user initiates
	 uses a form in Workspace.
	 
	 Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
|  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance. | Object | |
|  | description : String 
		 The description of the category. | Category | |
| favoriteManager : IFavoritesManager  
		 The favorites manager. | FavoriteCategory | ||
|  | filled : Boolean [read-only] 
		 Indicates whether the startpoints are available. | Category | |
|  | name : String 
		 The name of the category. | Category | |
|  | session : SessionMap [read-only] 
       A SessionMap object that stores information relating to the server session. | DomainObject | |
|  | startpoints : ListCollectionView 
		 A collection of TaskManager startpoints for a category. | Category | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
| FavoriteCategory(session:SessionMap) 
		  Constructor. | FavoriteCategory | ||
|  | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void 
	 
	Registers an event listener object with an EventDispatcher object so that the listener
	receives notification of an event. | Category | |
|  | 
	 
	Dispatches an event into the event flow. | Category | |
|  | 
	 
	Checks whether the EventDispatcher object has any listeners registered for a specific type 
	of event. | Category | |
|  | 
	 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 | |
|  | 
		 Loads the startpoints collection into the Category object. | Category | |
|  | 
	 Indicates whether the specified property exists and is enumerable. | Object | |
|  | 
	 
	Removes a listener from the EventDispatcher object. | Category | |
|  | 
     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 | |
|  | 
	 
	Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | Category | |
Property Detail
| favoriteManager | property | 
public var favoriteManager:IFavoritesManager| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The favorites manager.
Related API Elements
Constructor Detail
| FavoriteCategory | () | Constructor | 
public function FavoriteCategory(session:SessionMap)| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
Constructor.
Parameters| session:SessionMap— Specifies the information relating to the server session. | 
Thu Dec 4 2014, 05:50 PM -08:00