Пакет | lc.procmgmt.domain |
Класс | public class WorkspaceSession |
Наследование | WorkspaceSession Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
WorkspaceSession
class provides convenient access to
SessionMap
object entries that are specific to Workspace.
Связанные элементы API
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
[статические]
Retrieves the IFavoritesManager implementation. | WorkspaceSession | ||
[статические]
Retrieves the IPreferencesManager implementation. | WorkspaceSession | ||
[статические]
Retrieves the IProcessManager implementation. | WorkspaceSession | ||
[статические]
Retrieves the IQueueManager implementation. | WorkspaceSession | ||
[статические]
Retrieves the lc.domain.QueuesManager implementation. | WorkspaceSession | ||
[статические]
Retrieves the ISessionManager implementation. | WorkspaceSession | ||
[статические]
Retrieves the IStartpointManager implementation. | WorkspaceSession | ||
[статические]
Retrieves the ITaskManager implementation. | WorkspaceSession | ||
[статические]
Retrieves the IUserManager implementation. | WorkspaceSession | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Сведения о методе
getFavoritesManager | () | метод |
public static function getFavoritesManager(session:SessionMap):IFavoritesManager
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IFavoritesManager
implementation.
Параметры
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IFavoritesManager — An object that implements the IFavoritesManager interface.
|
getPreferencesManager | () | метод |
public static function getPreferencesManager(session:SessionMap):IPreferencesManager
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IPreferencesManager
implementation.
Параметры
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IPreferencesManager — An object that implements the IPreferencesManager interface.
|
getProcessManager | () | метод |
public static function getProcessManager(session:SessionMap):IProcessManager
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IProcessManager
implementation.
Параметры
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IProcessManager — An object that implements the IProcessManager interface.
|
getQueueManager | () | метод |
public static function getQueueManager(session:SessionMap):IQueueManager
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IQueueManager
implementation.
Параметры
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IQueueManager — An object that implements the IQueueManager interface.
|
Связанные элементы API
lc.core.IQueueManager
getQueuesManager | () | метод |
public static function getQueuesManager(session:SessionMap):QueuesManager
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the lc.domain.QueuesManager
implementation.
Параметры
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
QueuesManager — The object that represents the queues that are managed.
|
Связанные элементы API
lc.domain.QueuesManager
getSessionManager | () | метод |
public static function getSessionManager(session:SessionMap):ISessionManager
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ISessionManager
implementation.
Параметры
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
ISessionManager — An object that implements the ISessionManager interface.
|
getStartpointManager | () | метод |
public static function getStartpointManager(session:SessionMap):IStartpointManager
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IStartpointManager
implementation.
Параметры
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IStartpointManager — An object that implements the IStartpointManager interface.
|
getTaskManager | () | метод |
public static function getTaskManager(session:SessionMap):lc.procmgmt:ITaskManager
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ITaskManager
implementation.
Параметры
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.
|
getUserManager | () | метод |
public static function getUserManager(session:SessionMap):IUserManager
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IUserManager
implementation.
Параметры
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IUserManager — An object that implements IUserManager interface.
|
Tue Jun 12 2018, 11:34 AM Z