ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt.domain 

WorkspaceSession  - AS3 ADEP Workspace

Packagelc.procmgmt.domain
Classpublic class WorkspaceSession
InheritanceWorkspaceSession Inheritance 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

The WorkspaceSession class provides convenient access to SessionMap object entries that are specific to Workspace.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined 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
 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
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.

Returns
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.

Returns
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.

Returns
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.

Returns
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.

Returns
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.

Returns
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.

Returns
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.

Returns
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.

Returns
IUserManager — An object that implements IUserManager interface.