| Package | lc.domain.workspace |
| Class | public class WorkspaceSession |
| Inheritance | WorkspaceSession Object |
WorkspaceSession class provides convenient access to LiveCycle Workspace ES specific
SessionMap object entries.
See also
| Method | Defined 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 | ||
![]() |
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 the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| 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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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