Packagelc.domain.workspace
Classpublic class WorkspaceSession
InheritanceWorkspaceSession Inheritance Object

The WorkspaceSession class provides convenient access to LiveCycle Workspace ES specific SessionMap object entries.

See also

lc.domain.SessionMap


Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
  
[static] Retrieves the IEndpointManager implementation.
WorkspaceSession
  
[static] Retrieves the IPreferencesManager interface implementation.
WorkspaceSession
  
[static] Retrieves the IProcessManager implementation.
WorkspaceSession
  
[static] Retrieves the IQueueManager implementation.
WorkspaceSession
  
[static] Retrieves the ISessionManager 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 the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Method Detail
getEndpointManager()method
public static function getEndpointManager(session:SessionMap):IEndpointManager

Retrieves the IEndpointManager implementation.

Parameters

session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.

Returns
IEndpointManager — An object that implements the IEndpointManager interface.
getPreferencesManager()method 
public static function getPreferencesManager(session:SessionMap):IPreferencesManager

Retrieves the IPreferencesManager interface 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

Retrieves the IProcessManager implementation.

Parameters

session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.

Returns
IProcessManager — An object that implements IProcessManager interface.
getQueueManager()method 
public static function getQueueManager(session:SessionMap):IQueueManager

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.
getSessionManager()method 
public static function getSessionManager(session:SessionMap):ISessionManager

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.
getTaskManager()method 
public static function getTaskManager(session:SessionMap):ITaskManager

Retrieves the ITaskManager implementation.

Parameters

session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.

Returns
ITaskManager — An object that implements the ITaskManager interface.
getUserManager()method 
public static function getUserManager(session:SessionMap):IUserManager

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.




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/workspace/WorkspaceSession.html