| Package | lc.procmgmt.domain | 
| Class | public class WorkspaceSession | 
| Inheritance | WorkspaceSession    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 | 
WorkspaceSession class provides convenient access to 
         SessionMap object entries that are specific to 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 | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
[static] 
		 Retrieves the IFavoritesManager implementation.  | WorkspaceSession | ||
[static] 
		 Retrieves the IPreferencesManager implementation.  | WorkspaceSession | ||
[static] 
		 Retrieves the IProcessManager implementation.  | WorkspaceSession | ||
[static] 
		 Retrieves the IQueueManager implementation.  | WorkspaceSession | ||
[static] 
		 Retrieves the lc.domain.QueuesManager implementation.  | WorkspaceSession | ||
[static] 
		 Retrieves the ISessionManager implementation.  | WorkspaceSession | ||
[static] 
		 Retrieves the IStartpointManager implementation.  | WorkspaceSession | ||
[static] 
		 Retrieves the ITaskManager implementation.  | WorkspaceSession | ||
[static] 
		 Retrieves the IUserManager implementation.  | WorkspaceSession | ||
![]()  | 
	 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 | |
Method Detail
getFavoritesManager | () | method | 
 public static function getFavoritesManager(session:SessionMap):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 | 
		 Retrieves the IFavoritesManager implementation.
		 
Parameters
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IFavoritesManager — An object that implements the IFavoritesManager interface.
		 
		  | 
getPreferencesManager | () | method | 
 public static function getPreferencesManager(session:SessionMap):IPreferencesManager| 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 | 
		 Retrieves the IPreferencesManager implementation.
		 
Parameters
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IPreferencesManager — An object that implements the IPreferencesManager interface.
		 
		  | 
getProcessManager | () | method | 
 public static function getProcessManager(session:SessionMap):IProcessManager| 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 | 
		 Retrieves the IProcessManager implementation.
		 
Parameters
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IProcessManager — An object that implements the IProcessManager interface.
		 
		  | 
getQueueManager | () | method | 
 public static function getQueueManager(session:SessionMap):IQueueManager| 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 | 
		 Retrieves the IQueueManager implementation.
		 
Parameters
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IQueueManager — An object that implements the IQueueManager interface.
		 
		  | 
Related API Elements
lc.core.IQueueManager
getQueuesManager | () | method | 
 public static function getQueuesManager(session:SessionMap):QueuesManager| 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 | 
		 Retrieves the lc.domain.QueuesManager implementation.
		 
Parameters
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
QueuesManager — The object that represents the queues that are managed.
		 
		  | 
Related API Elements
lc.domain.QueuesManager
getSessionManager | () | method | 
 public static function getSessionManager(session:SessionMap):ISessionManager| 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 | 
		 Retrieves the ISessionManager implementation.
		 
Parameters
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
ISessionManager — An object that implements the ISessionManager interface.
		 
		  | 
getStartpointManager | () | method | 
 public static function getStartpointManager(session:SessionMap):IStartpointManager| 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 | 
		 Retrieves the IStartpointManager implementation.
		 
Parameters
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IStartpointManager — An object that implements the IStartpointManager interface.
		 
		  | 
getTaskManager | () | method | 
 public static function getTaskManager(session:SessionMap):lc.procmgmt:ITaskManager| 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 | 
		 Retrieves the ITaskManager implementation.
		 
Parameters
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.
		 
		  | 
getUserManager | () | method | 
 public static function getUserManager(session:SessionMap):IUserManager| 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 | 
		 Retrieves the IUserManager implementation.
		 
Parameters
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IUserManager — An object that implements IUserManager interface.
		 
		  | 
Thu Dec 4 2014, 05:50 PM -08:00
 